@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-15.js
12
13
  var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
13
14
  /**
@@ -19,13 +20,333 @@ var require_bucket_15 = /* @__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 Plug = /* @__PURE__ */ react.default.forwardRef(function Plug({ 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: "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);
39
+ });
40
+ if (process.env.NODE_ENV !== "production") Plug.propTypes = require_iconPropTypes.iconPropTypes;
41
+ const PlugFilled = /* @__PURE__ */ react.default.forwardRef(function PlugFilled({ 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: "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);
51
+ });
52
+ if (process.env.NODE_ENV !== "production") PlugFilled.propTypes = require_iconPropTypes.iconPropTypes;
53
+ const Png = /* @__PURE__ */ react.default.forwardRef(function Png({ 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,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);
63
+ });
64
+ if (process.env.NODE_ENV !== "production") Png.propTypes = require_iconPropTypes.iconPropTypes;
65
+ const Point = /* @__PURE__ */ react.default.forwardRef(function Point({ 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: "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);
75
+ });
76
+ if (process.env.NODE_ENV !== "production") Point.propTypes = require_iconPropTypes.iconPropTypes;
77
+ const PointOfPresence = /* @__PURE__ */ react.default.forwardRef(function PointOfPresence({ children, size = 16, ...rest }, ref) {
78
+ return react.default.createElement(require_Icon_js, {
79
+ width: size,
80
+ height: size,
81
+ ref,
82
+ xmlns: "http://www.w3.org/2000/svg",
83
+ viewBox: "0 0 32 32",
84
+ fill: "currentColor",
85
+ ...rest
86
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "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);
87
+ });
88
+ if (process.env.NODE_ENV !== "production") PointOfPresence.propTypes = require_iconPropTypes.iconPropTypes;
89
+ const WatsonHealthPointerText = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthPointerText({ children, size = 16, ...rest }, ref) {
90
+ return react.default.createElement(require_Icon_js, {
91
+ width: size,
92
+ height: size,
93
+ ref,
94
+ xmlns: "http://www.w3.org/2000/svg",
95
+ viewBox: "0 0 32 32",
96
+ fill: "currentColor",
97
+ ...rest
98
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("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);
99
+ });
100
+ if (process.env.NODE_ENV !== "production") WatsonHealthPointerText.propTypes = require_iconPropTypes.iconPropTypes;
101
+ const Police = /* @__PURE__ */ react.default.forwardRef(function Police({ children, size = 16, ...rest }, ref) {
102
+ return react.default.createElement(require_Icon_js, {
103
+ width: size,
104
+ height: size,
105
+ ref,
106
+ xmlns: "http://www.w3.org/2000/svg",
107
+ viewBox: "0 0 32 32",
108
+ fill: "currentColor",
109
+ ...rest
110
+ }, /* @__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);
111
+ });
112
+ if (process.env.NODE_ENV !== "production") Police.propTypes = require_iconPropTypes.iconPropTypes;
113
+ const Policy = /* @__PURE__ */ react.default.forwardRef(function Policy({ children, size = 16, ...rest }, ref) {
114
+ return react.default.createElement(require_Icon_js, {
115
+ width: size,
116
+ height: size,
117
+ ref,
118
+ xmlns: "http://www.w3.org/2000/svg",
119
+ viewBox: "0 0 32 32",
120
+ fill: "currentColor",
121
+ ...rest
122
+ }, /* @__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);
123
+ });
124
+ if (process.env.NODE_ENV !== "production") Policy.propTypes = require_iconPropTypes.iconPropTypes;
125
+ const PopIn = /* @__PURE__ */ react.default.forwardRef(function PopIn({ children, size = 16, ...rest }, ref) {
126
+ return react.default.createElement(require_Icon_js, {
127
+ width: size,
128
+ height: size,
129
+ ref,
130
+ xmlns: "http://www.w3.org/2000/svg",
131
+ viewBox: "0 0 32 32",
132
+ fill: "currentColor",
133
+ ...rest
134
+ }, /* @__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);
135
+ });
136
+ if (process.env.NODE_ENV !== "production") PopIn.propTypes = require_iconPropTypes.iconPropTypes;
137
+ const Popup = /* @__PURE__ */ react.default.forwardRef(function Popup({ children, size = 16, ...rest }, ref) {
138
+ return react.default.createElement(require_Icon_js, {
139
+ width: size,
140
+ height: size,
141
+ ref,
142
+ xmlns: "http://www.w3.org/2000/svg",
143
+ viewBox: "0 0 32 32",
144
+ fill: "currentColor",
145
+ ...rest
146
+ }, /* @__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);
147
+ });
148
+ if (process.env.NODE_ENV !== "production") Popup.propTypes = require_iconPropTypes.iconPropTypes;
149
+ const PortDefinition = /* @__PURE__ */ react.default.forwardRef(function PortDefinition({ children, size = 16, ...rest }, ref) {
150
+ return react.default.createElement(require_Icon_js, {
151
+ width: size,
152
+ height: size,
153
+ ref,
154
+ xmlns: "http://www.w3.org/2000/svg",
155
+ viewBox: "0 0 32 32",
156
+ fill: "currentColor",
157
+ ...rest
158
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
159
+ strokeWidth: "0",
160
+ 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"
161
+ }), children);
162
+ });
163
+ if (process.env.NODE_ENV !== "production") PortDefinition.propTypes = require_iconPropTypes.iconPropTypes;
164
+ const PortInput = /* @__PURE__ */ react.default.forwardRef(function PortInput({ children, size = 16, ...rest }, ref) {
165
+ return react.default.createElement(require_Icon_js, {
166
+ width: size,
167
+ height: size,
168
+ ref,
169
+ xmlns: "http://www.w3.org/2000/svg",
170
+ viewBox: "0 0 32 32",
171
+ fill: "currentColor",
172
+ ...rest
173
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "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);
174
+ });
175
+ if (process.env.NODE_ENV !== "production") PortInput.propTypes = require_iconPropTypes.iconPropTypes;
176
+ const PortOutput = /* @__PURE__ */ react.default.forwardRef(function PortOutput({ children, size = 16, ...rest }, ref) {
177
+ return react.default.createElement(require_Icon_js, {
178
+ width: size,
179
+ height: size,
180
+ ref,
181
+ xmlns: "http://www.w3.org/2000/svg",
182
+ viewBox: "0 0 32 32",
183
+ fill: "currentColor",
184
+ ...rest
185
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "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);
186
+ });
187
+ if (process.env.NODE_ENV !== "production") PortOutput.propTypes = require_iconPropTypes.iconPropTypes;
188
+ const PortUsage = /* @__PURE__ */ react.default.forwardRef(function PortUsage({ children, size = 16, ...rest }, ref) {
189
+ return react.default.createElement(require_Icon_js, {
190
+ width: size,
191
+ height: size,
192
+ ref,
193
+ xmlns: "http://www.w3.org/2000/svg",
194
+ viewBox: "0 0 32 32",
195
+ fill: "currentColor",
196
+ ...rest
197
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
198
+ strokeWidth: "0",
199
+ 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"
200
+ }), children);
201
+ });
202
+ if (process.env.NODE_ENV !== "production") PortUsage.propTypes = require_iconPropTypes.iconPropTypes;
203
+ const Portfolio = /* @__PURE__ */ react.default.forwardRef(function Portfolio({ 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", { 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);
213
+ });
214
+ if (process.env.NODE_ENV !== "production") Portfolio.propTypes = require_iconPropTypes.iconPropTypes;
215
+ const Power = /* @__PURE__ */ react.default.forwardRef(function Power({ children, size = 16, ...rest }, ref) {
216
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
217
+ width: size,
218
+ height: size,
219
+ ref,
220
+ xmlns: "http://www.w3.org/2000/svg",
221
+ viewBox: "0 0 16 16",
222
+ fill: "currentColor",
223
+ ...rest
224
+ }, /* @__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);
225
+ return react.default.createElement(require_Icon_js, {
226
+ width: size,
227
+ height: size,
228
+ ref,
229
+ xmlns: "http://www.w3.org/2000/svg",
230
+ viewBox: "0 0 32 32",
231
+ fill: "currentColor",
232
+ ...rest
233
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "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);
234
+ });
235
+ if (process.env.NODE_ENV !== "production") Power.propTypes = require_iconPropTypes.iconPropTypes;
236
+ const PowerEnterprisePoolsMeteredCapacityIntegration = /* @__PURE__ */ react.default.forwardRef(function PowerEnterprisePoolsMeteredCapacityIntegration({ children, size = 16, ...rest }, ref) {
237
+ return react.default.createElement(require_Icon_js, {
238
+ width: size,
239
+ height: size,
240
+ ref,
241
+ xmlns: "http://www.w3.org/2000/svg",
242
+ viewBox: "0 0 32 32",
243
+ fill: "currentColor",
244
+ ...rest
245
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "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);
246
+ });
247
+ if (process.env.NODE_ENV !== "production") PowerEnterprisePoolsMeteredCapacityIntegration.propTypes = require_iconPropTypes.iconPropTypes;
248
+ const PowerVirtualServerDisasterRecoveryAutomation = /* @__PURE__ */ react.default.forwardRef(function PowerVirtualServerDisasterRecoveryAutomation({ children, size = 16, ...rest }, ref) {
249
+ return react.default.createElement(require_Icon_js, {
250
+ width: size,
251
+ height: size,
252
+ ref,
253
+ xmlns: "http://www.w3.org/2000/svg",
254
+ viewBox: "0 0 32 32",
255
+ fill: "currentColor",
256
+ ...rest
257
+ }, /* @__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);
258
+ });
259
+ if (process.env.NODE_ENV !== "production") PowerVirtualServerDisasterRecoveryAutomation.propTypes = require_iconPropTypes.iconPropTypes;
260
+ const Ppt = /* @__PURE__ */ react.default.forwardRef(function Ppt({ children, size = 16, ...rest }, ref) {
261
+ return react.default.createElement(require_Icon_js, {
262
+ width: size,
263
+ height: size,
264
+ ref,
265
+ xmlns: "http://www.w3.org/2000/svg",
266
+ viewBox: "0 0 32 32",
267
+ fill: "currentColor",
268
+ ...rest
269
+ }, /* @__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);
270
+ });
271
+ if (process.env.NODE_ENV !== "production") Ppt.propTypes = require_iconPropTypes.iconPropTypes;
272
+ const PreProdEnvironment = /* @__PURE__ */ react.default.forwardRef(function PreProdEnvironment({ children, size = 16, ...rest }, ref) {
273
+ return react.default.createElement(require_Icon_js, {
274
+ width: size,
275
+ height: size,
276
+ ref,
277
+ xmlns: "http://www.w3.org/2000/svg",
278
+ viewBox: "0 0 32 32",
279
+ fill: "currentColor",
280
+ ...rest
281
+ }, /* @__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);
282
+ });
283
+ if (process.env.NODE_ENV !== "production") PreProdEnvironment.propTypes = require_iconPropTypes.iconPropTypes;
284
+ const PresentationFile = /* @__PURE__ */ react.default.forwardRef(function PresentationFile({ children, size = 16, ...rest }, ref) {
285
+ return react.default.createElement(require_Icon_js, {
286
+ width: size,
287
+ height: size,
288
+ ref,
289
+ xmlns: "http://www.w3.org/2000/svg",
290
+ viewBox: "0 0 32 32",
291
+ fill: "currentColor",
292
+ ...rest
293
+ }, /* @__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);
294
+ });
295
+ if (process.env.NODE_ENV !== "production") PresentationFile.propTypes = require_iconPropTypes.iconPropTypes;
296
+ const Pressure = /* @__PURE__ */ react.default.forwardRef(function Pressure({ children, size = 16, ...rest }, ref) {
297
+ return react.default.createElement(require_Icon_js, {
298
+ width: size,
299
+ height: size,
300
+ ref,
301
+ xmlns: "http://www.w3.org/2000/svg",
302
+ viewBox: "0 0 32 32",
303
+ fill: "currentColor",
304
+ ...rest
305
+ }, /* @__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);
306
+ });
307
+ if (process.env.NODE_ENV !== "production") Pressure.propTypes = require_iconPropTypes.iconPropTypes;
308
+ const PressureFilled = /* @__PURE__ */ react.default.forwardRef(function PressureFilled({ children, size = 16, ...rest }, ref) {
309
+ return react.default.createElement(require_Icon_js, {
310
+ width: size,
311
+ height: size,
312
+ ref,
313
+ xmlns: "http://www.w3.org/2000/svg",
314
+ viewBox: "0 0 32 32",
315
+ fill: "currentColor",
316
+ ...rest
317
+ }, /* @__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);
318
+ });
319
+ if (process.env.NODE_ENV !== "production") PressureFilled.propTypes = require_iconPropTypes.iconPropTypes;
320
+ const PreviousFilled = /* @__PURE__ */ react.default.forwardRef(function PreviousFilled({ children, size = 16, ...rest }, ref) {
321
+ return react.default.createElement(require_Icon_js, {
322
+ width: size,
323
+ height: size,
324
+ ref,
325
+ xmlns: "http://www.w3.org/2000/svg",
326
+ viewBox: "0 0 32 32",
327
+ fill: "currentColor",
328
+ ...rest
329
+ }, /* @__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", {
330
+ fill: "none",
331
+ 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",
332
+ "data-icon-path": "inner-path"
333
+ }), children);
334
+ });
335
+ if (process.env.NODE_ENV !== "production") PreviousFilled.propTypes = require_iconPropTypes.iconPropTypes;
336
+ const PreviousOutline = /* @__PURE__ */ react.default.forwardRef(function PreviousOutline({ children, size = 16, ...rest }, ref) {
337
+ return react.default.createElement(require_Icon_js, {
338
+ width: size,
339
+ height: size,
340
+ ref,
341
+ xmlns: "http://www.w3.org/2000/svg",
342
+ viewBox: "0 0 32 32",
343
+ fill: "currentColor",
344
+ ...rest
345
+ }, /* @__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);
346
+ });
347
+ if (process.env.NODE_ENV !== "production") PreviousOutline.propTypes = require_iconPropTypes.iconPropTypes;
27
348
  const PricingConsumption = /* @__PURE__ */ react.default.forwardRef(function PricingConsumption({ children, size = 16, ...rest }, ref) {
28
- return react.default.createElement(require_Icon.Icon, {
349
+ return react.default.createElement(require_Icon_js, {
29
350
  width: size,
30
351
  height: size,
31
352
  ref,
@@ -55,7 +376,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
55
376
  });
56
377
  if (process.env.NODE_ENV !== "production") PricingConsumption.propTypes = require_iconPropTypes.iconPropTypes;
57
378
  const PricingContainer = /* @__PURE__ */ react.default.forwardRef(function PricingContainer({ children, size = 16, ...rest }, ref) {
58
- return react.default.createElement(require_Icon.Icon, {
379
+ return react.default.createElement(require_Icon_js, {
59
380
  width: size,
60
381
  height: size,
61
382
  ref,
@@ -76,7 +397,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
76
397
  });
77
398
  if (process.env.NODE_ENV !== "production") PricingContainer.propTypes = require_iconPropTypes.iconPropTypes;
78
399
  const PricingQuickProposal = /* @__PURE__ */ react.default.forwardRef(function PricingQuickProposal({ children, size = 16, ...rest }, ref) {
79
- return react.default.createElement(require_Icon.Icon, {
400
+ return react.default.createElement(require_Icon_js, {
80
401
  width: size,
81
402
  height: size,
82
403
  ref,
@@ -100,7 +421,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
100
421
  });
101
422
  if (process.env.NODE_ENV !== "production") PricingQuickProposal.propTypes = require_iconPropTypes.iconPropTypes;
102
423
  const PricingTailored = /* @__PURE__ */ react.default.forwardRef(function PricingTailored({ children, size = 16, ...rest }, ref) {
103
- return react.default.createElement(require_Icon.Icon, {
424
+ return react.default.createElement(require_Icon_js, {
104
425
  width: size,
105
426
  height: size,
106
427
  ref,
@@ -121,7 +442,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
121
442
  });
122
443
  if (process.env.NODE_ENV !== "production") PricingTailored.propTypes = require_iconPropTypes.iconPropTypes;
123
444
  const PricingTraditional = /* @__PURE__ */ react.default.forwardRef(function PricingTraditional({ children, size = 16, ...rest }, ref) {
124
- return react.default.createElement(require_Icon.Icon, {
445
+ return react.default.createElement(require_Icon_js, {
125
446
  width: size,
126
447
  height: size,
127
448
  ref,
@@ -136,7 +457,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
136
457
  });
137
458
  if (process.env.NODE_ENV !== "production") PricingTraditional.propTypes = require_iconPropTypes.iconPropTypes;
138
459
  const Printer = /* @__PURE__ */ react.default.forwardRef(function Printer({ children, size = 16, ...rest }, ref) {
139
- return react.default.createElement(require_Icon.Icon, {
460
+ return react.default.createElement(require_Icon_js, {
140
461
  width: size,
141
462
  height: size,
142
463
  ref,
@@ -147,8 +468,32 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
147
468
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,9H25V3H7V9H4a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2H7v6H25V23h3a2,2,0,0,0,2-2V11A2,2,0,0,0,28,9ZM9,5H23V9H9ZM23,27H9V17H23Zm5-6H25V15H7v6H4V11H28Z" }), children);
148
469
  });
149
470
  if (process.env.NODE_ENV !== "production") Printer.propTypes = require_iconPropTypes.iconPropTypes;
471
+ const PriorityHigh = /* @__PURE__ */ react.default.forwardRef(function PriorityHigh({ children, size = 16, ...rest }, ref) {
472
+ return react.default.createElement(require_Icon_js, {
473
+ width: size,
474
+ height: size,
475
+ ref,
476
+ xmlns: "http://www.w3.org/2000/svg",
477
+ viewBox: "0 0 32 32",
478
+ fill: "currentColor",
479
+ ...rest
480
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,26h-5v-2h5V5.7588l-3.6035,3.6035-1.4141-1.4141,6.0176-6.0176,6.0176,6.0176-1.4141,1.4141-3.6035-3.6035v18.2412c0,1.1025-.8975,2-2,2ZM16,26H2v-2h14v2ZM16,20H2v-2h14v2ZM16,14H2v-2h14v2ZM16,8H2v-2h14v2Z" }), children);
481
+ });
482
+ if (process.env.NODE_ENV !== "production") PriorityHigh.propTypes = require_iconPropTypes.iconPropTypes;
483
+ const PriorityLow = /* @__PURE__ */ react.default.forwardRef(function PriorityLow({ children, size = 16, ...rest }, ref) {
484
+ return react.default.createElement(require_Icon_js, {
485
+ width: size,
486
+ height: size,
487
+ ref,
488
+ xmlns: "http://www.w3.org/2000/svg",
489
+ viewBox: "0 0 32 32",
490
+ fill: "currentColor",
491
+ ...rest
492
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30.0352l-6.0176-6.0176,1.4141-1.4141,3.6035,3.6035V8h-5v-2h5c1.1025,0,2,.897,2,2v18.207l3.6035-3.6035,1.4141,1.4141-6.0176,6.0176ZM16,26H2v-2h14v2ZM16,20H2v-2h14v2ZM16,14H2v-2h14v2ZM16,8H2v-2h14v2Z" }), children);
493
+ });
494
+ if (process.env.NODE_ENV !== "production") PriorityLow.propTypes = require_iconPropTypes.iconPropTypes;
150
495
  const PrivateNetwork = /* @__PURE__ */ react.default.forwardRef(function PrivateNetwork({ children, size = 16, ...rest }, ref) {
151
- return react.default.createElement(require_Icon.Icon, {
496
+ return react.default.createElement(require_Icon_js, {
152
497
  width: size,
153
498
  height: size,
154
499
  ref,
@@ -160,7 +505,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
160
505
  });
161
506
  if (process.env.NODE_ENV !== "production") PrivateNetwork.propTypes = require_iconPropTypes.iconPropTypes;
162
507
  const Process = /* @__PURE__ */ react.default.forwardRef(function Process({ children, size = 16, ...rest }, ref) {
163
- return react.default.createElement(require_Icon.Icon, {
508
+ return react.default.createElement(require_Icon_js, {
164
509
  width: size,
165
510
  height: size,
166
511
  ref,
@@ -172,7 +517,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
172
517
  });
173
518
  if (process.env.NODE_ENV !== "production") Process.propTypes = require_iconPropTypes.iconPropTypes;
174
519
  const ProcessAutomate = /* @__PURE__ */ react.default.forwardRef(function ProcessAutomate({ children, size = 16, ...rest }, ref) {
175
- return react.default.createElement(require_Icon.Icon, {
520
+ return react.default.createElement(require_Icon_js, {
176
521
  width: size,
177
522
  height: size,
178
523
  ref,
@@ -184,7 +529,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
184
529
  });
185
530
  if (process.env.NODE_ENV !== "production") ProcessAutomate.propTypes = require_iconPropTypes.iconPropTypes;
186
531
  const Product = /* @__PURE__ */ react.default.forwardRef(function Product({ children, size = 16, ...rest }, ref) {
187
- return react.default.createElement(require_Icon.Icon, {
532
+ return react.default.createElement(require_Icon_js, {
188
533
  width: size,
189
534
  height: size,
190
535
  ref,
@@ -196,7 +541,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
196
541
  });
197
542
  if (process.env.NODE_ENV !== "production") Product.propTypes = require_iconPropTypes.iconPropTypes;
198
543
  const ProductionEnvironment = /* @__PURE__ */ react.default.forwardRef(function ProductionEnvironment({ children, size = 16, ...rest }, ref) {
199
- return react.default.createElement(require_Icon.Icon, {
544
+ return react.default.createElement(require_Icon_js, {
200
545
  width: size,
201
546
  height: size,
202
547
  ref,
@@ -208,7 +553,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
208
553
  });
209
554
  if (process.env.NODE_ENV !== "production") ProductionEnvironment.propTypes = require_iconPropTypes.iconPropTypes;
210
555
  const ProductionService = /* @__PURE__ */ react.default.forwardRef(function ProductionService({ children, size = 16, ...rest }, ref) {
211
- return react.default.createElement(require_Icon.Icon, {
556
+ return react.default.createElement(require_Icon_js, {
212
557
  width: size,
213
558
  height: size,
214
559
  ref,
@@ -219,8 +564,32 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
219
564
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,6c0-.5522.4477-1,1-1s1,.4478,1,1-.4478,1-1,1-1-.4476-1-1ZM11,7c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM30,4v12.0001h-2v-6.0001H4v18h7.9999v2h-7.9999c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2ZM28,4H4v4h24v-4ZM31,27.0001c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-.2228.0283-.4384.0746-.6475l-2.0746-1.1977-2.0746,1.1977c.0463.209.0746.4247.0746.6475,0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3c.7037,0,1.343.2536,1.8551.6607l2.1449-1.2383v-1.6068c-1.1615-.4141-2-1.5137-2-2.8157,0-1.6543,1.3457-3,3-3s3,1.3457,3,3c0,1.3019-.8385,2.4016-2,2.8157v1.6067l2.1449,1.2383c.5121-.4071,1.1514-.6607,1.8551-.6607,1.6543,0,3,1.3457,3,3h0ZM19,27.0001c0-.5518-.4482-1-1-1s-1,.4482-1,1,.4482,1,1,1,1-.4482,1-1ZM22,19.0001c0,.5513.4482,1,1,1s1-.4487,1-1-.4482-1-1-1-1,.4487-1,1ZM29,27.0001c0-.5518-.4482-1-1-1s-1,.4482-1,1,.4482,1,1,1,1-.4482,1-1Z" }), children);
220
565
  });
221
566
  if (process.env.NODE_ENV !== "production") ProductionService.propTypes = require_iconPropTypes.iconPropTypes;
567
+ const Program = /* @__PURE__ */ react.default.forwardRef(function Program({ children, size = 16, ...rest }, ref) {
568
+ return react.default.createElement(require_Icon_js, {
569
+ width: size,
570
+ height: size,
571
+ ref,
572
+ xmlns: "http://www.w3.org/2000/svg",
573
+ viewBox: "0 0 32 32",
574
+ fill: "currentColor",
575
+ ...rest
576
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H4c-1.103,0-2-.8975-2-2V2h2v26h26v2ZM18,24h-10v-2h10v2ZM28,18h-14v-2h14v2ZM24,12H8v-2h16v2ZM19,6h-9v-2h9v2Z" }), children);
577
+ });
578
+ if (process.env.NODE_ENV !== "production") Program.propTypes = require_iconPropTypes.iconPropTypes;
579
+ const ProgramAction = /* @__PURE__ */ react.default.forwardRef(function ProgramAction({ children, size = 16, ...rest }, ref) {
580
+ return react.default.createElement(require_Icon_js, {
581
+ width: size,
582
+ height: size,
583
+ ref,
584
+ xmlns: "http://www.w3.org/2000/svg",
585
+ viewBox: "0 0 32 32",
586
+ fill: "currentColor",
587
+ ...rest
588
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3.4072,30.0068l-1.4141-1.4141,6.5928-6.5928h-4.5859v-2h8v8h-2v-4.5859l-6.5928,6.5928ZM30,30h-14v-2h14v2ZM28,18h-14v-2h14v2ZM4,16h-2V2h2v14ZM24,12H8v-2h16v2ZM19,6h-9v-2h9v2Z" }), children);
589
+ });
590
+ if (process.env.NODE_ENV !== "production") ProgramAction.propTypes = require_iconPropTypes.iconPropTypes;
222
591
  const ProgressBar = /* @__PURE__ */ react.default.forwardRef(function ProgressBar({ children, size = 16, ...rest }, ref) {
223
- return react.default.createElement(require_Icon.Icon, {
592
+ return react.default.createElement(require_Icon_js, {
224
593
  width: size,
225
594
  height: size,
226
595
  ref,
@@ -232,7 +601,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
232
601
  });
233
602
  if (process.env.NODE_ENV !== "production") ProgressBar.propTypes = require_iconPropTypes.iconPropTypes;
234
603
  const ProgressBarRound = /* @__PURE__ */ react.default.forwardRef(function ProgressBarRound({ children, size = 16, ...rest }, ref) {
235
- return react.default.createElement(require_Icon.Icon, {
604
+ return react.default.createElement(require_Icon_js, {
236
605
  width: size,
237
606
  height: size,
238
607
  ref,
@@ -244,7 +613,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
244
613
  });
245
614
  if (process.env.NODE_ENV !== "production") ProgressBarRound.propTypes = require_iconPropTypes.iconPropTypes;
246
615
  const Promote = /* @__PURE__ */ react.default.forwardRef(function Promote({ children, size = 16, ...rest }, ref) {
247
- return react.default.createElement(require_Icon.Icon, {
616
+ return react.default.createElement(require_Icon_js, {
248
617
  width: size,
249
618
  height: size,
250
619
  ref,
@@ -259,7 +628,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
259
628
  });
260
629
  if (process.env.NODE_ENV !== "production") Promote.propTypes = require_iconPropTypes.iconPropTypes;
261
630
  const PromptSession = /* @__PURE__ */ react.default.forwardRef(function PromptSession({ children, size = 16, ...rest }, ref) {
262
- return react.default.createElement(require_Icon.Icon, {
631
+ return react.default.createElement(require_Icon_js, {
263
632
  width: size,
264
633
  height: size,
265
634
  ref,
@@ -283,7 +652,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
283
652
  });
284
653
  if (process.env.NODE_ENV !== "production") PromptSession.propTypes = require_iconPropTypes.iconPropTypes;
285
654
  const PromptTemplate = /* @__PURE__ */ react.default.forwardRef(function PromptTemplate({ children, size = 16, ...rest }, ref) {
286
- return react.default.createElement(require_Icon.Icon, {
655
+ return react.default.createElement(require_Icon_js, {
287
656
  width: size,
288
657
  height: size,
289
658
  ref,
@@ -307,7 +676,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
307
676
  });
308
677
  if (process.env.NODE_ENV !== "production") PromptTemplate.propTypes = require_iconPropTypes.iconPropTypes;
309
678
  const PropertyRelationship = /* @__PURE__ */ react.default.forwardRef(function PropertyRelationship({ children, size = 16, ...rest }, ref) {
310
- return react.default.createElement(require_Icon.Icon, {
679
+ return react.default.createElement(require_Icon_js, {
311
680
  width: size,
312
681
  height: size,
313
682
  ref,
@@ -319,7 +688,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
319
688
  });
320
689
  if (process.env.NODE_ENV !== "production") PropertyRelationship.propTypes = require_iconPropTypes.iconPropTypes;
321
690
  const PullRequest = /* @__PURE__ */ react.default.forwardRef(function PullRequest({ children, size = 16, ...rest }, ref) {
322
- return react.default.createElement(require_Icon.Icon, {
691
+ return react.default.createElement(require_Icon_js, {
323
692
  width: size,
324
693
  height: size,
325
694
  ref,
@@ -337,7 +706,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
337
706
  });
338
707
  if (process.env.NODE_ENV !== "production") PullRequest.propTypes = require_iconPropTypes.iconPropTypes;
339
708
  const PunctuationCheck = /* @__PURE__ */ react.default.forwardRef(function PunctuationCheck({ children, size = 16, ...rest }, ref) {
340
- return react.default.createElement(require_Icon.Icon, {
709
+ return react.default.createElement(require_Icon_js, {
341
710
  width: size,
342
711
  height: size,
343
712
  ref,
@@ -349,7 +718,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
349
718
  });
350
719
  if (process.env.NODE_ENV !== "production") PunctuationCheck.propTypes = require_iconPropTypes.iconPropTypes;
351
720
  const Purchase = /* @__PURE__ */ react.default.forwardRef(function Purchase({ children, size = 16, ...rest }, ref) {
352
- return react.default.createElement(require_Icon.Icon, {
721
+ return react.default.createElement(require_Icon_js, {
353
722
  width: size,
354
723
  height: size,
355
724
  ref,
@@ -361,7 +730,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
361
730
  });
362
731
  if (process.env.NODE_ENV !== "production") Purchase.propTypes = require_iconPropTypes.iconPropTypes;
363
732
  const WatsonHealthQcLaunch = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthQcLaunch({ children, size = 16, ...rest }, ref) {
364
- return react.default.createElement(require_Icon.Icon, {
733
+ return react.default.createElement(require_Icon_js, {
365
734
  width: size,
366
735
  height: size,
367
736
  ref,
@@ -373,7 +742,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
373
742
  });
374
743
  if (process.env.NODE_ENV !== "production") WatsonHealthQcLaunch.propTypes = require_iconPropTypes.iconPropTypes;
375
744
  const Qiskit = /* @__PURE__ */ react.default.forwardRef(function Qiskit({ children, size = 16, ...rest }, ref) {
376
- return react.default.createElement(require_Icon.Icon, {
745
+ return react.default.createElement(require_Icon_js, {
377
746
  width: size,
378
747
  height: size,
379
748
  ref,
@@ -388,7 +757,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
388
757
  });
389
758
  if (process.env.NODE_ENV !== "production") Qiskit.propTypes = require_iconPropTypes.iconPropTypes;
390
759
  const QqPlot = /* @__PURE__ */ react.default.forwardRef(function QqPlot({ children, size = 16, ...rest }, ref) {
391
- return react.default.createElement(require_Icon.Icon, {
760
+ return react.default.createElement(require_Icon_js, {
392
761
  width: size,
393
762
  height: size,
394
763
  ref,
@@ -420,7 +789,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
420
789
  });
421
790
  if (process.env.NODE_ENV !== "production") QqPlot.propTypes = require_iconPropTypes.iconPropTypes;
422
791
  const QrCode = /* @__PURE__ */ react.default.forwardRef(function QrCode({ children, size = 16, ...rest }, ref) {
423
- return react.default.createElement(require_Icon.Icon, {
792
+ return react.default.createElement(require_Icon_js, {
424
793
  width: size,
425
794
  height: size,
426
795
  ref,
@@ -444,7 +813,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
444
813
  });
445
814
  if (process.env.NODE_ENV !== "production") QrCode.propTypes = require_iconPropTypes.iconPropTypes;
446
815
  const QuadrantPlot = /* @__PURE__ */ react.default.forwardRef(function QuadrantPlot({ children, size = 16, ...rest }, ref) {
447
- return react.default.createElement(require_Icon.Icon, {
816
+ return react.default.createElement(require_Icon_js, {
448
817
  width: size,
449
818
  height: size,
450
819
  ref,
@@ -484,7 +853,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
484
853
  });
485
854
  if (process.env.NODE_ENV !== "production") QuadrantPlot.propTypes = require_iconPropTypes.iconPropTypes;
486
855
  const Query = /* @__PURE__ */ react.default.forwardRef(function Query({ children, size = 16, ...rest }, ref) {
487
- return react.default.createElement(require_Icon.Icon, {
856
+ return react.default.createElement(require_Icon_js, {
488
857
  width: size,
489
858
  height: size,
490
859
  ref,
@@ -500,7 +869,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
500
869
  });
501
870
  if (process.env.NODE_ENV !== "production") Query.propTypes = require_iconPropTypes.iconPropTypes;
502
871
  const QueryQueue = /* @__PURE__ */ react.default.forwardRef(function QueryQueue({ children, size = 16, ...rest }, ref) {
503
- return react.default.createElement(require_Icon.Icon, {
872
+ return react.default.createElement(require_Icon_js, {
504
873
  width: size,
505
874
  height: size,
506
875
  ref,
@@ -512,7 +881,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
512
881
  });
513
882
  if (process.env.NODE_ENV !== "production") QueryQueue.propTypes = require_iconPropTypes.iconPropTypes;
514
883
  const QuestionAnswering = /* @__PURE__ */ react.default.forwardRef(function QuestionAnswering({ children, size = 16, ...rest }, ref) {
515
- return react.default.createElement(require_Icon.Icon, {
884
+ return react.default.createElement(require_Icon_js, {
516
885
  width: size,
517
886
  height: size,
518
887
  ref,
@@ -536,7 +905,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
536
905
  });
537
906
  if (process.env.NODE_ENV !== "production") QuestionAnswering.propTypes = require_iconPropTypes.iconPropTypes;
538
907
  const Queued = /* @__PURE__ */ react.default.forwardRef(function Queued({ children, size = 16, ...rest }, ref) {
539
- return react.default.createElement(require_Icon.Icon, {
908
+ return react.default.createElement(require_Icon_js, {
540
909
  width: size,
541
910
  height: size,
542
911
  ref,
@@ -548,7 +917,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
548
917
  });
549
918
  if (process.env.NODE_ENV !== "production") Queued.propTypes = require_iconPropTypes.iconPropTypes;
550
919
  const Quotes = /* @__PURE__ */ react.default.forwardRef(function Quotes({ children, size = 16, ...rest }, ref) {
551
- return react.default.createElement(require_Icon.Icon, {
920
+ return react.default.createElement(require_Icon_js, {
552
921
  width: size,
553
922
  height: size,
554
923
  ref,
@@ -560,7 +929,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
560
929
  });
561
930
  if (process.env.NODE_ENV !== "production") Quotes.propTypes = require_iconPropTypes.iconPropTypes;
562
931
  const Radar = /* @__PURE__ */ react.default.forwardRef(function Radar({ children, size = 16, ...rest }, ref) {
563
- return react.default.createElement(require_Icon.Icon, {
932
+ return react.default.createElement(require_Icon_js, {
564
933
  width: size,
565
934
  height: size,
566
935
  ref,
@@ -572,7 +941,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
572
941
  });
573
942
  if (process.env.NODE_ENV !== "production") Radar.propTypes = require_iconPropTypes.iconPropTypes;
574
943
  const RadarEnhanced = /* @__PURE__ */ react.default.forwardRef(function RadarEnhanced({ children, size = 16, ...rest }, ref) {
575
- return react.default.createElement(require_Icon.Icon, {
944
+ return react.default.createElement(require_Icon_js, {
576
945
  width: size,
577
946
  height: size,
578
947
  ref,
@@ -584,7 +953,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
584
953
  });
585
954
  if (process.env.NODE_ENV !== "production") RadarEnhanced.propTypes = require_iconPropTypes.iconPropTypes;
586
955
  const RadarWeather = /* @__PURE__ */ react.default.forwardRef(function RadarWeather({ children, size = 16, ...rest }, ref) {
587
- return react.default.createElement(require_Icon.Icon, {
956
+ return react.default.createElement(require_Icon_js, {
588
957
  width: size,
589
958
  height: size,
590
959
  ref,
@@ -596,7 +965,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
596
965
  });
597
966
  if (process.env.NODE_ENV !== "production") RadarWeather.propTypes = require_iconPropTypes.iconPropTypes;
598
967
  const Radio = /* @__PURE__ */ react.default.forwardRef(function Radio({ children, size = 16, ...rest }, ref) {
599
- return react.default.createElement(require_Icon.Icon, {
968
+ return react.default.createElement(require_Icon_js, {
600
969
  width: size,
601
970
  height: size,
602
971
  ref,
@@ -608,7 +977,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
608
977
  });
609
978
  if (process.env.NODE_ENV !== "production") Radio.propTypes = require_iconPropTypes.iconPropTypes;
610
979
  const RadioCombat = /* @__PURE__ */ react.default.forwardRef(function RadioCombat({ children, size = 16, ...rest }, ref) {
611
- return react.default.createElement(require_Icon.Icon, {
980
+ return react.default.createElement(require_Icon_js, {
612
981
  width: size,
613
982
  height: size,
614
983
  ref,
@@ -620,7 +989,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
620
989
  });
621
990
  if (process.env.NODE_ENV !== "production") RadioCombat.propTypes = require_iconPropTypes.iconPropTypes;
622
991
  const RadioPushToTalk = /* @__PURE__ */ react.default.forwardRef(function RadioPushToTalk({ children, size = 16, ...rest }, ref) {
623
- return react.default.createElement(require_Icon.Icon, {
992
+ return react.default.createElement(require_Icon_js, {
624
993
  width: size,
625
994
  height: size,
626
995
  ref,
@@ -636,7 +1005,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
636
1005
  });
637
1006
  if (process.env.NODE_ENV !== "production") RadioPushToTalk.propTypes = require_iconPropTypes.iconPropTypes;
638
1007
  const RadioButton = /* @__PURE__ */ react.default.forwardRef(function RadioButton({ children, size = 16, ...rest }, ref) {
639
- return react.default.createElement(require_Icon.Icon, {
1008
+ return react.default.createElement(require_Icon_js, {
640
1009
  width: size,
641
1010
  height: size,
642
1011
  ref,
@@ -648,7 +1017,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
648
1017
  });
649
1018
  if (process.env.NODE_ENV !== "production") RadioButton.propTypes = require_iconPropTypes.iconPropTypes;
650
1019
  const RadioButtonChecked = /* @__PURE__ */ react.default.forwardRef(function RadioButtonChecked({ children, size = 16, ...rest }, ref) {
651
- return react.default.createElement(require_Icon.Icon, {
1020
+ return react.default.createElement(require_Icon_js, {
652
1021
  width: size,
653
1022
  height: size,
654
1023
  ref,
@@ -660,7 +1029,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
660
1029
  });
661
1030
  if (process.env.NODE_ENV !== "production") RadioButtonChecked.propTypes = require_iconPropTypes.iconPropTypes;
662
1031
  const Rag = /* @__PURE__ */ react.default.forwardRef(function Rag({ children, size = 16, ...rest }, ref) {
663
- return react.default.createElement(require_Icon.Icon, {
1032
+ return react.default.createElement(require_Icon_js, {
664
1033
  width: size,
665
1034
  height: size,
666
1035
  ref,
@@ -687,7 +1056,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
687
1056
  });
688
1057
  if (process.env.NODE_ENV !== "production") Rag.propTypes = require_iconPropTypes.iconPropTypes;
689
1058
  const Rain = /* @__PURE__ */ react.default.forwardRef(function Rain({ children, size = 16, ...rest }, ref) {
690
- return react.default.createElement(require_Icon.Icon, {
1059
+ return react.default.createElement(require_Icon_js, {
691
1060
  width: size,
692
1061
  height: size,
693
1062
  ref,
@@ -699,7 +1068,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
699
1068
  });
700
1069
  if (process.env.NODE_ENV !== "production") Rain.propTypes = require_iconPropTypes.iconPropTypes;
701
1070
  const RainDrizzle = /* @__PURE__ */ react.default.forwardRef(function RainDrizzle({ children, size = 16, ...rest }, ref) {
702
- return react.default.createElement(require_Icon.Icon, {
1071
+ return react.default.createElement(require_Icon_js, {
703
1072
  width: size,
704
1073
  height: size,
705
1074
  ref,
@@ -711,7 +1080,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
711
1080
  });
712
1081
  if (process.env.NODE_ENV !== "production") RainDrizzle.propTypes = require_iconPropTypes.iconPropTypes;
713
1082
  const RainHeavy = /* @__PURE__ */ react.default.forwardRef(function RainHeavy({ children, size = 16, ...rest }, ref) {
714
- return react.default.createElement(require_Icon.Icon, {
1083
+ return react.default.createElement(require_Icon_js, {
715
1084
  width: size,
716
1085
  height: size,
717
1086
  ref,
@@ -723,7 +1092,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
723
1092
  });
724
1093
  if (process.env.NODE_ENV !== "production") RainHeavy.propTypes = require_iconPropTypes.iconPropTypes;
725
1094
  const RainScattered = /* @__PURE__ */ react.default.forwardRef(function RainScattered({ children, size = 16, ...rest }, ref) {
726
- return react.default.createElement(require_Icon.Icon, {
1095
+ return react.default.createElement(require_Icon_js, {
727
1096
  width: size,
728
1097
  height: size,
729
1098
  ref,
@@ -744,7 +1113,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
744
1113
  });
745
1114
  if (process.env.NODE_ENV !== "production") RainScattered.propTypes = require_iconPropTypes.iconPropTypes;
746
1115
  const RainScatteredNight = /* @__PURE__ */ react.default.forwardRef(function RainScatteredNight({ children, size = 16, ...rest }, ref) {
747
- return react.default.createElement(require_Icon.Icon, {
1116
+ return react.default.createElement(require_Icon_js, {
748
1117
  width: size,
749
1118
  height: size,
750
1119
  ref,
@@ -756,7 +1125,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
756
1125
  });
757
1126
  if (process.env.NODE_ENV !== "production") RainScatteredNight.propTypes = require_iconPropTypes.iconPropTypes;
758
1127
  const RainDrop = /* @__PURE__ */ react.default.forwardRef(function RainDrop({ children, size = 16, ...rest }, ref) {
759
- return react.default.createElement(require_Icon.Icon, {
1128
+ return react.default.createElement(require_Icon_js, {
760
1129
  width: size,
761
1130
  height: size,
762
1131
  ref,
@@ -768,7 +1137,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
768
1137
  });
769
1138
  if (process.env.NODE_ENV !== "production") RainDrop.propTypes = require_iconPropTypes.iconPropTypes;
770
1139
  const Raw = /* @__PURE__ */ react.default.forwardRef(function Raw({ children, size = 16, ...rest }, ref) {
771
- return react.default.createElement(require_Icon.Icon, {
1140
+ return react.default.createElement(require_Icon_js, {
772
1141
  width: size,
773
1142
  height: size,
774
1143
  ref,
@@ -780,7 +1149,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
780
1149
  });
781
1150
  if (process.env.NODE_ENV !== "production") Raw.propTypes = require_iconPropTypes.iconPropTypes;
782
1151
  const ReadMe = /* @__PURE__ */ react.default.forwardRef(function ReadMe({ children, size = 16, ...rest }, ref) {
783
- return react.default.createElement(require_Icon.Icon, {
1152
+ return react.default.createElement(require_Icon_js, {
784
1153
  width: size,
785
1154
  height: size,
786
1155
  ref,
@@ -792,7 +1161,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
792
1161
  });
793
1162
  if (process.env.NODE_ENV !== "production") ReadMe.propTypes = require_iconPropTypes.iconPropTypes;
794
1163
  const ReadingGlasses = /* @__PURE__ */ react.default.forwardRef(function ReadingGlasses({ children, size = 16, ...rest }, ref) {
795
- return react.default.createElement(require_Icon.Icon, {
1164
+ return react.default.createElement(require_Icon_js, {
796
1165
  width: size,
797
1166
  height: size,
798
1167
  ref,
@@ -804,7 +1173,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
804
1173
  });
805
1174
  if (process.env.NODE_ENV !== "production") ReadingGlasses.propTypes = require_iconPropTypes.iconPropTypes;
806
1175
  const Receipt = /* @__PURE__ */ react.default.forwardRef(function Receipt({ children, size = 16, ...rest }, ref) {
807
- return react.default.createElement(require_Icon.Icon, {
1176
+ return react.default.createElement(require_Icon_js, {
808
1177
  width: size,
809
1178
  height: size,
810
1179
  ref,
@@ -815,8 +1184,20 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
815
1184
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 16H23V18H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 16H17V18H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 12H23V14H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 12H17V14H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 8H23V10H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,2H7A2.002,2.002,0,0,0,5,4V29a1,1,0,0,0,1,1H7a.9987.9987,0,0,0,.8-.4L10,26.667,12.2,29.6a1.0353,1.0353,0,0,0,1.6,0L16,26.667,18.2,29.6a1.0353,1.0353,0,0,0,1.6,0L22,26.667,24.2,29.6a.9993.9993,0,0,0,.8.4h1a1,1,0,0,0,1-1V4A2.0023,2.0023,0,0,0,25,2Zm0,25.333L22.8,24.4a1.0353,1.0353,0,0,0-1.6,0L19,27.333,16.8,24.4a1.0353,1.0353,0,0,0-1.6,0L13,27.333,10.8,24.4a1.0353,1.0353,0,0,0-1.6,0L7,27.333V4H25Z" }), children);
816
1185
  });
817
1186
  if (process.env.NODE_ENV !== "production") Receipt.propTypes = require_iconPropTypes.iconPropTypes;
1187
+ const ReceiptVerification = /* @__PURE__ */ react.default.forwardRef(function ReceiptVerification({ children, size = 16, ...rest }, ref) {
1188
+ return react.default.createElement(require_Icon_js, {
1189
+ width: size,
1190
+ height: size,
1191
+ ref,
1192
+ xmlns: "http://www.w3.org/2000/svg",
1193
+ viewBox: "0 0 32 32",
1194
+ fill: "currentColor",
1195
+ ...rest
1196
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,2H7c-1.1,0-2,.9-2,2v25c0,.55.45,1,1,1h1c.31,0,.61-.15.8-.4l2.2-2.93,2.2,2.93c.17.23.44.38.73.4h.07v-2.67l-2.2-2.93c-.38-.5-1.22-.5-1.6,0l-2.2,2.93V4h18v14h2V4c0-1.1-.9-2-2-2ZM26.54,20.54l-6.54,6.55-2.79-2.8-1.42,1.42,3.5,3.5c.2.19.45.29.71.29s.51-.1.71-.29l7.25-7.25-1.42-1.42ZM21,16v2h2v-2h-2ZM9,16v2h8v-2h-8ZM21,12v2h2v-2h-2ZM9,12v2h8v-2h-8ZM9,8v2h14v-2h-14Z" }), children);
1197
+ });
1198
+ if (process.env.NODE_ENV !== "production") ReceiptVerification.propTypes = require_iconPropTypes.iconPropTypes;
818
1199
  const RecentlyViewed = /* @__PURE__ */ react.default.forwardRef(function RecentlyViewed({ children, size = 16, ...rest }, ref) {
819
- return react.default.createElement(require_Icon.Icon, {
1200
+ return react.default.createElement(require_Icon_js, {
820
1201
  width: size,
821
1202
  height: size,
822
1203
  ref,
@@ -828,7 +1209,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
828
1209
  });
829
1210
  if (process.env.NODE_ENV !== "production") RecentlyViewed.propTypes = require_iconPropTypes.iconPropTypes;
830
1211
  const Recommend = /* @__PURE__ */ react.default.forwardRef(function Recommend({ children, size = 16, ...rest }, ref) {
831
- return react.default.createElement(require_Icon.Icon, {
1212
+ return react.default.createElement(require_Icon_js, {
832
1213
  width: size,
833
1214
  height: size,
834
1215
  ref,
@@ -840,7 +1221,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
840
1221
  });
841
1222
  if (process.env.NODE_ENV !== "production") Recommend.propTypes = require_iconPropTypes.iconPropTypes;
842
1223
  const Recording = /* @__PURE__ */ react.default.forwardRef(function Recording({ children, size = 16, ...rest }, ref) {
843
- return react.default.createElement(require_Icon.Icon, {
1224
+ return react.default.createElement(require_Icon_js, {
844
1225
  width: size,
845
1226
  height: size,
846
1227
  ref,
@@ -852,7 +1233,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
852
1233
  });
853
1234
  if (process.env.NODE_ENV !== "production") Recording.propTypes = require_iconPropTypes.iconPropTypes;
854
1235
  const RecordingFilled = /* @__PURE__ */ react.default.forwardRef(function RecordingFilled({ children, size = 16, ...rest }, ref) {
855
- return react.default.createElement(require_Icon.Icon, {
1236
+ return react.default.createElement(require_Icon_js, {
856
1237
  width: size,
857
1238
  height: size,
858
1239
  ref,
@@ -868,7 +1249,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
868
1249
  });
869
1250
  if (process.env.NODE_ENV !== "production") RecordingFilled.propTypes = require_iconPropTypes.iconPropTypes;
870
1251
  const RecordingFilledAlt = /* @__PURE__ */ react.default.forwardRef(function RecordingFilledAlt({ children, size = 16, ...rest }, ref) {
871
- return react.default.createElement(require_Icon.Icon, {
1252
+ return react.default.createElement(require_Icon_js, {
872
1253
  width: size,
873
1254
  height: size,
874
1255
  ref,
@@ -884,7 +1265,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
884
1265
  });
885
1266
  if (process.env.NODE_ENV !== "production") RecordingFilledAlt.propTypes = require_iconPropTypes.iconPropTypes;
886
1267
  const Recycle = /* @__PURE__ */ react.default.forwardRef(function Recycle({ children, size = 16, ...rest }, ref) {
887
- return react.default.createElement(require_Icon.Icon, {
1268
+ return react.default.createElement(require_Icon_js, {
888
1269
  width: size,
889
1270
  height: size,
890
1271
  ref,
@@ -896,7 +1277,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
896
1277
  });
897
1278
  if (process.env.NODE_ENV !== "production") Recycle.propTypes = require_iconPropTypes.iconPropTypes;
898
1279
  const Redefinition = /* @__PURE__ */ react.default.forwardRef(function Redefinition({ children, size = 16, ...rest }, ref) {
899
- return react.default.createElement(require_Icon.Icon, {
1280
+ return react.default.createElement(require_Icon_js, {
900
1281
  width: size,
901
1282
  height: size,
902
1283
  ref,
@@ -908,7 +1289,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
908
1289
  });
909
1290
  if (process.env.NODE_ENV !== "production") Redefinition.propTypes = require_iconPropTypes.iconPropTypes;
910
1291
  const RedHatAiInstructlabOnIbmCloud = /* @__PURE__ */ react.default.forwardRef(function RedHatAiInstructlabOnIbmCloud({ children, size = 16, ...rest }, ref) {
911
- return react.default.createElement(require_Icon.Icon, {
1292
+ return react.default.createElement(require_Icon_js, {
912
1293
  width: size,
913
1294
  height: size,
914
1295
  ref,
@@ -920,7 +1301,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
920
1301
  });
921
1302
  if (process.env.NODE_ENV !== "production") RedHatAiInstructlabOnIbmCloud.propTypes = require_iconPropTypes.iconPropTypes;
922
1303
  const Redo = /* @__PURE__ */ react.default.forwardRef(function Redo({ children, size = 16, ...rest }, ref) {
923
- return react.default.createElement(require_Icon.Icon, {
1304
+ return react.default.createElement(require_Icon_js, {
924
1305
  width: size,
925
1306
  height: size,
926
1307
  ref,
@@ -932,7 +1313,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
932
1313
  });
933
1314
  if (process.env.NODE_ENV !== "production") Redo.propTypes = require_iconPropTypes.iconPropTypes;
934
1315
  const RefEvapotranspiration = /* @__PURE__ */ react.default.forwardRef(function RefEvapotranspiration({ children, size = 16, ...rest }, ref) {
935
- return react.default.createElement(require_Icon.Icon, {
1316
+ return react.default.createElement(require_Icon_js, {
936
1317
  width: size,
937
1318
  height: size,
938
1319
  ref,
@@ -944,7 +1325,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
944
1325
  });
945
1326
  if (process.env.NODE_ENV !== "production") RefEvapotranspiration.propTypes = require_iconPropTypes.iconPropTypes;
946
1327
  const ReferenceArchitecture = /* @__PURE__ */ react.default.forwardRef(function ReferenceArchitecture({ children, size = 16, ...rest }, ref) {
947
- return react.default.createElement(require_Icon.Icon, {
1328
+ return react.default.createElement(require_Icon_js, {
948
1329
  width: size,
949
1330
  height: size,
950
1331
  ref,
@@ -960,7 +1341,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
960
1341
  });
961
1342
  if (process.env.NODE_ENV !== "production") ReferenceArchitecture.propTypes = require_iconPropTypes.iconPropTypes;
962
1343
  const ReflectHorizontal = /* @__PURE__ */ react.default.forwardRef(function ReflectHorizontal({ children, size = 16, ...rest }, ref) {
963
- return react.default.createElement(require_Icon.Icon, {
1344
+ return react.default.createElement(require_Icon_js, {
964
1345
  width: size,
965
1346
  height: size,
966
1347
  ref,
@@ -975,7 +1356,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
975
1356
  });
976
1357
  if (process.env.NODE_ENV !== "production") ReflectHorizontal.propTypes = require_iconPropTypes.iconPropTypes;
977
1358
  const ReflectVertical = /* @__PURE__ */ react.default.forwardRef(function ReflectVertical({ children, size = 16, ...rest }, ref) {
978
- return react.default.createElement(require_Icon.Icon, {
1359
+ return react.default.createElement(require_Icon_js, {
979
1360
  width: size,
980
1361
  height: size,
981
1362
  ref,
@@ -989,8 +1370,8 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
989
1370
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,13a1.001,1.001,0,0,1-.79-.386l-7-9A1,1,0,0,1,9,2H23a1,1,0,0,1,.79,1.614l-7,9A1.001,1.001,0,0,1,16,13ZM11.0444,4,16,10.3711,20.9556,4Z" }), children);
990
1371
  });
991
1372
  if (process.env.NODE_ENV !== "production") ReflectVertical.propTypes = require_iconPropTypes.iconPropTypes;
992
- const WatsonHealthRegionAnalysisArea = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthRegionAnalysisArea({ children, size = 16, ...rest }, ref) {
993
- return react.default.createElement(require_Icon.Icon, {
1373
+ const Refrigerant = /* @__PURE__ */ react.default.forwardRef(function Refrigerant({ children, size = 16, ...rest }, ref) {
1374
+ return react.default.createElement(require_Icon_js, {
994
1375
  width: size,
995
1376
  height: size,
996
1377
  ref,
@@ -998,11 +1379,23 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
998
1379
  viewBox: "0 0 32 32",
999
1380
  fill: "currentColor",
1000
1381
  ...rest
1001
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16H28A12,12,0,1,0,16,28Z" }), children);
1382
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30h-14c-1.103,0-2-.8975-2-2V10c0-1.103.897-2,2-2h2v-3h-2v-2h2c1.103,0,2,.897,2,2v3h2v-3h2v3h2v-3c0-1.103.8975-2,2-2h2v2h-2v3h2c1.1025,0,2,.897,2,2v18c0,1.1025-.8975,2-2,2ZM9,10v18h14V10h-14ZM19,22h-2v-2h-2v-2h-2v-2h2v2h2v2h2v2ZM15,22h-2v-2h2v2ZM19,18h-2v-2h2v2Z" }), children);
1383
+ });
1384
+ if (process.env.NODE_ENV !== "production") Refrigerant.propTypes = require_iconPropTypes.iconPropTypes;
1385
+ const WatsonHealthRegionAnalysisArea = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthRegionAnalysisArea({ children, size = 16, ...rest }, ref) {
1386
+ return react.default.createElement(require_Icon_js, {
1387
+ width: size,
1388
+ height: size,
1389
+ ref,
1390
+ xmlns: "http://www.w3.org/2000/svg",
1391
+ viewBox: "0 0 32 32",
1392
+ fill: "currentColor",
1393
+ ...rest
1394
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16H28A12,12,0,1,0,16,28Z" }), children);
1002
1395
  });
1003
1396
  if (process.env.NODE_ENV !== "production") WatsonHealthRegionAnalysisArea.propTypes = require_iconPropTypes.iconPropTypes;
1004
1397
  const WatsonHealthRegionAnalysisVolume = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthRegionAnalysisVolume({ children, size = 16, ...rest }, ref) {
1005
- return react.default.createElement(require_Icon.Icon, {
1398
+ return react.default.createElement(require_Icon_js, {
1006
1399
  width: size,
1007
1400
  height: size,
1008
1401
  ref,
@@ -1014,7 +1407,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1014
1407
  });
1015
1408
  if (process.env.NODE_ENV !== "production") WatsonHealthRegionAnalysisVolume.propTypes = require_iconPropTypes.iconPropTypes;
1016
1409
  const WatsonHealthRegistration = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthRegistration({ children, size = 16, ...rest }, ref) {
1017
- return react.default.createElement(require_Icon.Icon, {
1410
+ return react.default.createElement(require_Icon_js, {
1018
1411
  width: size,
1019
1412
  height: size,
1020
1413
  ref,
@@ -1026,7 +1419,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1026
1419
  });
1027
1420
  if (process.env.NODE_ENV !== "production") WatsonHealthRegistration.propTypes = require_iconPropTypes.iconPropTypes;
1028
1421
  const Reminder = /* @__PURE__ */ react.default.forwardRef(function Reminder({ children, size = 16, ...rest }, ref) {
1029
- return react.default.createElement(require_Icon.Icon, {
1422
+ return react.default.createElement(require_Icon_js, {
1030
1423
  width: size,
1031
1424
  height: size,
1032
1425
  ref,
@@ -1038,7 +1431,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1038
1431
  });
1039
1432
  if (process.env.NODE_ENV !== "production") Reminder.propTypes = require_iconPropTypes.iconPropTypes;
1040
1433
  const ReminderMedical = /* @__PURE__ */ react.default.forwardRef(function ReminderMedical({ children, size = 16, ...rest }, ref) {
1041
- return react.default.createElement(require_Icon.Icon, {
1434
+ return react.default.createElement(require_Icon_js, {
1042
1435
  width: size,
1043
1436
  height: size,
1044
1437
  ref,
@@ -1050,7 +1443,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1050
1443
  });
1051
1444
  if (process.env.NODE_ENV !== "production") ReminderMedical.propTypes = require_iconPropTypes.iconPropTypes;
1052
1445
  const RemoteConnection = /* @__PURE__ */ react.default.forwardRef(function RemoteConnection({ children, size = 16, ...rest }, ref) {
1053
- return react.default.createElement(require_Icon.Icon, {
1446
+ return react.default.createElement(require_Icon_js, {
1054
1447
  width: size,
1055
1448
  height: size,
1056
1449
  ref,
@@ -1062,7 +1455,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1062
1455
  });
1063
1456
  if (process.env.NODE_ENV !== "production") RemoteConnection.propTypes = require_iconPropTypes.iconPropTypes;
1064
1457
  const Renew = /* @__PURE__ */ react.default.forwardRef(function Renew({ children, size = 16, ...rest }, ref) {
1065
- return react.default.createElement(require_Icon.Icon, {
1458
+ return react.default.createElement(require_Icon_js, {
1066
1459
  width: size,
1067
1460
  height: size,
1068
1461
  ref,
@@ -1074,7 +1467,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1074
1467
  });
1075
1468
  if (process.env.NODE_ENV !== "production") Renew.propTypes = require_iconPropTypes.iconPropTypes;
1076
1469
  const RenewAlt = /* @__PURE__ */ react.default.forwardRef(function RenewAlt({ children, size = 16, ...rest }, ref) {
1077
- return react.default.createElement(require_Icon.Icon, {
1470
+ return react.default.createElement(require_Icon_js, {
1078
1471
  width: size,
1079
1472
  height: size,
1080
1473
  ref,
@@ -1086,7 +1479,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1086
1479
  });
1087
1480
  if (process.env.NODE_ENV !== "production") RenewAlt.propTypes = require_iconPropTypes.iconPropTypes;
1088
1481
  const Repeat = /* @__PURE__ */ react.default.forwardRef(function Repeat({ children, size = 16, ...rest }, ref) {
1089
- return react.default.createElement(require_Icon.Icon, {
1482
+ return react.default.createElement(require_Icon_js, {
1090
1483
  width: size,
1091
1484
  height: size,
1092
1485
  ref,
@@ -1098,7 +1491,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1098
1491
  });
1099
1492
  if (process.env.NODE_ENV !== "production") Repeat.propTypes = require_iconPropTypes.iconPropTypes;
1100
1493
  const RepeatOne = /* @__PURE__ */ react.default.forwardRef(function RepeatOne({ children, size = 16, ...rest }, ref) {
1101
- return react.default.createElement(require_Icon.Icon, {
1494
+ return react.default.createElement(require_Icon_js, {
1102
1495
  width: size,
1103
1496
  height: size,
1104
1497
  ref,
@@ -1110,7 +1503,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1110
1503
  });
1111
1504
  if (process.env.NODE_ENV !== "production") RepeatOne.propTypes = require_iconPropTypes.iconPropTypes;
1112
1505
  const Replicate = /* @__PURE__ */ react.default.forwardRef(function Replicate({ children, size = 16, ...rest }, ref) {
1113
- return react.default.createElement(require_Icon.Icon, {
1506
+ return react.default.createElement(require_Icon_js, {
1114
1507
  width: size,
1115
1508
  height: size,
1116
1509
  ref,
@@ -1122,7 +1515,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1122
1515
  });
1123
1516
  if (process.env.NODE_ENV !== "production") Replicate.propTypes = require_iconPropTypes.iconPropTypes;
1124
1517
  const Reply = /* @__PURE__ */ react.default.forwardRef(function Reply({ children, size = 16, ...rest }, ref) {
1125
- return react.default.createElement(require_Icon.Icon, {
1518
+ return react.default.createElement(require_Icon_js, {
1126
1519
  width: size,
1127
1520
  height: size,
1128
1521
  ref,
@@ -1134,7 +1527,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1134
1527
  });
1135
1528
  if (process.env.NODE_ENV !== "production") Reply.propTypes = require_iconPropTypes.iconPropTypes;
1136
1529
  const ReplyAll = /* @__PURE__ */ react.default.forwardRef(function ReplyAll({ children, size = 16, ...rest }, ref) {
1137
- return react.default.createElement(require_Icon.Icon, {
1530
+ return react.default.createElement(require_Icon_js, {
1138
1531
  width: size,
1139
1532
  height: size,
1140
1533
  ref,
@@ -1146,7 +1539,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1146
1539
  });
1147
1540
  if (process.env.NODE_ENV !== "production") ReplyAll.propTypes = require_iconPropTypes.iconPropTypes;
1148
1541
  const RepoArtifact = /* @__PURE__ */ react.default.forwardRef(function RepoArtifact({ children, size = 16, ...rest }, ref) {
1149
- return react.default.createElement(require_Icon.Icon, {
1542
+ return react.default.createElement(require_Icon_js, {
1150
1543
  width: size,
1151
1544
  height: size,
1152
1545
  ref,
@@ -1158,7 +1551,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1158
1551
  });
1159
1552
  if (process.env.NODE_ENV !== "production") RepoArtifact.propTypes = require_iconPropTypes.iconPropTypes;
1160
1553
  const RepoSourceCode = /* @__PURE__ */ react.default.forwardRef(function RepoSourceCode({ children, size = 16, ...rest }, ref) {
1161
- return react.default.createElement(require_Icon.Icon, {
1554
+ return react.default.createElement(require_Icon_js, {
1162
1555
  width: size,
1163
1556
  height: size,
1164
1557
  ref,
@@ -1170,7 +1563,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1170
1563
  });
1171
1564
  if (process.env.NODE_ENV !== "production") RepoSourceCode.propTypes = require_iconPropTypes.iconPropTypes;
1172
1565
  const Report = /* @__PURE__ */ react.default.forwardRef(function Report({ children, size = 16, ...rest }, ref) {
1173
- return react.default.createElement(require_Icon.Icon, {
1566
+ return react.default.createElement(require_Icon_js, {
1174
1567
  width: size,
1175
1568
  height: size,
1176
1569
  ref,
@@ -1181,8 +1574,20 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1181
1574
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 18H18V20H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 13H22V15H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 23H15V25H10z" }), /* @__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);
1182
1575
  });
1183
1576
  if (process.env.NODE_ENV !== "production") Report.propTypes = require_iconPropTypes.iconPropTypes;
1577
+ const ReportChart = /* @__PURE__ */ react.default.forwardRef(function ReportChart({ children, size = 16, ...rest }, ref) {
1578
+ return react.default.createElement(require_Icon_js, {
1579
+ width: size,
1580
+ height: size,
1581
+ ref,
1582
+ xmlns: "http://www.w3.org/2000/svg",
1583
+ viewBox: "0 0 32 32",
1584
+ fill: "currentColor",
1585
+ ...rest
1586
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30H7c-1.103,0-2-.8975-2-2V7c0-1.103.897-2,2-2h3v-1c0-1.103.897-2,2-2h8c1.1025,0,2,.897,2,2v1h3c1.1025,0,2,.897,2,2v21c0,1.1025-.8975,2-2,2ZM7,7v21h18V7h-3v3h-12v-3h-3ZM12,8h8v-4h-8v4ZM16,26c-3.8599,0-7-3.1406-7-7s3.1401-7,7-7,7,3.1401,7,7-3.1406,7-7,7ZM15,14.1006c-2.2793.4644-4,2.4849-4,4.8994,0,2.7568,2.2432,5,5,5,2.415,0,4.4346-1.7207,4.8994-4h-3.8994c-1.103,0-2-.8975-2-2v-3.8994ZM17,14.1006v3.8994h3.8994c-.3984-1.9561-1.9434-3.501-3.8994-3.8994Z" }), children);
1587
+ });
1588
+ if (process.env.NODE_ENV !== "production") ReportChart.propTypes = require_iconPropTypes.iconPropTypes;
1184
1589
  const ReportData = /* @__PURE__ */ react.default.forwardRef(function ReportData({ children, size = 16, ...rest }, ref) {
1185
- return react.default.createElement(require_Icon.Icon, {
1590
+ return react.default.createElement(require_Icon_js, {
1186
1591
  width: size,
1187
1592
  height: size,
1188
1593
  ref,
@@ -1193,8 +1598,20 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1193
1598
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 20H17V24H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 18H22V24H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 14H12V24H10z" }), /* @__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);
1194
1599
  });
1195
1600
  if (process.env.NODE_ENV !== "production") ReportData.propTypes = require_iconPropTypes.iconPropTypes;
1601
+ const ReportGrowth = /* @__PURE__ */ react.default.forwardRef(function ReportGrowth({ children, size = 16, ...rest }, ref) {
1602
+ return react.default.createElement(require_Icon_js, {
1603
+ width: size,
1604
+ height: size,
1605
+ ref,
1606
+ xmlns: "http://www.w3.org/2000/svg",
1607
+ viewBox: "0 0 32 32",
1608
+ fill: "currentColor",
1609
+ ...rest
1610
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30H7c-1.103,0-2-.8975-2-2V7c0-1.103.897-2,2-2h3v-1c0-1.103.897-2,2-2h8c1.1025,0,2,.897,2,2v1h3c1.1025,0,2,.897,2,2v21c0,1.1025-.8975,2-2,2ZM7,7v21h18V7h-3v3h-12v-3h-3ZM12,8h8v-4h-8v4ZM12.707,23.707l-1.4141-1.4141,6.293-6.293h-4.5859v-2h8v8h-2v-4.5859l-6.293,6.293Z" }), children);
1611
+ });
1612
+ if (process.env.NODE_ENV !== "production") ReportGrowth.propTypes = require_iconPropTypes.iconPropTypes;
1196
1613
  const RequestQuote = /* @__PURE__ */ react.default.forwardRef(function RequestQuote({ children, size = 16, ...rest }, ref) {
1197
- return react.default.createElement(require_Icon.Icon, {
1614
+ return react.default.createElement(require_Icon_js, {
1198
1615
  width: size,
1199
1616
  height: size,
1200
1617
  ref,
@@ -1206,7 +1623,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1206
1623
  });
1207
1624
  if (process.env.NODE_ENV !== "production") RequestQuote.propTypes = require_iconPropTypes.iconPropTypes;
1208
1625
  const RequirementDefinition = /* @__PURE__ */ react.default.forwardRef(function RequirementDefinition({ children, size = 16, ...rest }, ref) {
1209
- return react.default.createElement(require_Icon.Icon, {
1626
+ return react.default.createElement(require_Icon_js, {
1210
1627
  width: size,
1211
1628
  height: size,
1212
1629
  ref,
@@ -1227,7 +1644,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1227
1644
  });
1228
1645
  if (process.env.NODE_ENV !== "production") RequirementDefinition.propTypes = require_iconPropTypes.iconPropTypes;
1229
1646
  const RequirementUsage = /* @__PURE__ */ react.default.forwardRef(function RequirementUsage({ children, size = 16, ...rest }, ref) {
1230
- return react.default.createElement(require_Icon.Icon, {
1647
+ return react.default.createElement(require_Icon_js, {
1231
1648
  width: size,
1232
1649
  height: size,
1233
1650
  ref,
@@ -1248,7 +1665,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1248
1665
  });
1249
1666
  if (process.env.NODE_ENV !== "production") RequirementUsage.propTypes = require_iconPropTypes.iconPropTypes;
1250
1667
  const Reset = /* @__PURE__ */ react.default.forwardRef(function Reset({ children, size = 16, ...rest }, ref) {
1251
- return react.default.createElement(require_Icon.Icon, {
1668
+ return react.default.createElement(require_Icon_js, {
1252
1669
  width: size,
1253
1670
  height: size,
1254
1671
  ref,
@@ -1260,7 +1677,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1260
1677
  });
1261
1678
  if (process.env.NODE_ENV !== "production") Reset.propTypes = require_iconPropTypes.iconPropTypes;
1262
1679
  const ResetAlt = /* @__PURE__ */ react.default.forwardRef(function ResetAlt({ children, size = 16, ...rest }, ref) {
1263
- return react.default.createElement(require_Icon.Icon, {
1680
+ return react.default.createElement(require_Icon_js, {
1264
1681
  width: size,
1265
1682
  height: size,
1266
1683
  ref,
@@ -1272,7 +1689,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1272
1689
  });
1273
1690
  if (process.env.NODE_ENV !== "production") ResetAlt.propTypes = require_iconPropTypes.iconPropTypes;
1274
1691
  const Restart = /* @__PURE__ */ react.default.forwardRef(function Restart({ children, size = 16, ...rest }, ref) {
1275
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1692
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1276
1693
  width: size,
1277
1694
  height: size,
1278
1695
  ref,
@@ -1281,7 +1698,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1281
1698
  fill: "currentColor",
1282
1699
  ...rest
1283
1700
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,9c0,2.8-2.2,5-5,5s-5-2.2-5-5s2.2-5,5-5h3.1L9.3,5.8L10,6.5l3-3l-3-3L9.3,1.2L11.1,3H8C4.7,3,2,5.7,2,9s2.7,6,6,6 s6-2.7,6-6H13z" }), children);
1284
- return react.default.createElement(require_Icon.Icon, {
1701
+ return react.default.createElement(require_Icon_js, {
1285
1702
  width: size,
1286
1703
  height: size,
1287
1704
  ref,
@@ -1293,7 +1710,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1293
1710
  });
1294
1711
  if (process.env.NODE_ENV !== "production") Restart.propTypes = require_iconPropTypes.iconPropTypes;
1295
1712
  const Restaurant = /* @__PURE__ */ react.default.forwardRef(function Restaurant({ children, size = 16, ...rest }, ref) {
1296
- return react.default.createElement(require_Icon.Icon, {
1713
+ return react.default.createElement(require_Icon_js, {
1297
1714
  width: size,
1298
1715
  height: size,
1299
1716
  ref,
@@ -1305,7 +1722,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1305
1722
  });
1306
1723
  if (process.env.NODE_ENV !== "production") Restaurant.propTypes = require_iconPropTypes.iconPropTypes;
1307
1724
  const RestaurantFine = /* @__PURE__ */ react.default.forwardRef(function RestaurantFine({ children, size = 16, ...rest }, ref) {
1308
- return react.default.createElement(require_Icon.Icon, {
1725
+ return react.default.createElement(require_Icon_js, {
1309
1726
  width: size,
1310
1727
  height: size,
1311
1728
  ref,
@@ -1317,7 +1734,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1317
1734
  });
1318
1735
  if (process.env.NODE_ENV !== "production") RestaurantFine.propTypes = require_iconPropTypes.iconPropTypes;
1319
1736
  const Result = /* @__PURE__ */ react.default.forwardRef(function Result({ children, size = 16, ...rest }, ref) {
1320
- return react.default.createElement(require_Icon.Icon, {
1737
+ return react.default.createElement(require_Icon_js, {
1321
1738
  width: size,
1322
1739
  height: size,
1323
1740
  ref,
@@ -1329,7 +1746,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1329
1746
  });
1330
1747
  if (process.env.NODE_ENV !== "production") Result.propTypes = require_iconPropTypes.iconPropTypes;
1331
1748
  const ResultDraft = /* @__PURE__ */ react.default.forwardRef(function ResultDraft({ children, size = 16, ...rest }, ref) {
1332
- return react.default.createElement(require_Icon.Icon, {
1749
+ return react.default.createElement(require_Icon_js, {
1333
1750
  width: size,
1334
1751
  height: size,
1335
1752
  ref,
@@ -1341,7 +1758,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1341
1758
  });
1342
1759
  if (process.env.NODE_ENV !== "production") ResultDraft.propTypes = require_iconPropTypes.iconPropTypes;
1343
1760
  const ResultNew = /* @__PURE__ */ react.default.forwardRef(function ResultNew({ children, size = 16, ...rest }, ref) {
1344
- return react.default.createElement(require_Icon.Icon, {
1761
+ return react.default.createElement(require_Icon_js, {
1345
1762
  width: size,
1346
1763
  height: size,
1347
1764
  ref,
@@ -1357,7 +1774,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1357
1774
  });
1358
1775
  if (process.env.NODE_ENV !== "production") ResultNew.propTypes = require_iconPropTypes.iconPropTypes;
1359
1776
  const ResultOld = /* @__PURE__ */ react.default.forwardRef(function ResultOld({ children, size = 16, ...rest }, ref) {
1360
- return react.default.createElement(require_Icon.Icon, {
1777
+ return react.default.createElement(require_Icon_js, {
1361
1778
  width: size,
1362
1779
  height: size,
1363
1780
  ref,
@@ -1368,433 +1785,46 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1368
1785
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 13H12V15H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 13H22V15H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 18H12V20H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 23H12V25H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,28V7h3v3H22V7h3v8h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h9V28ZM12,4h8V8H12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,19v2.4131A6.996,6.996,0,1,1,24,32V30a5,5,0,1,0-4.5762-7H22v2H16V19Z" }), children);
1369
1786
  });
1370
1787
  if (process.env.NODE_ENV !== "production") ResultOld.propTypes = require_iconPropTypes.iconPropTypes;
1371
- const RetryFailed = /* @__PURE__ */ react.default.forwardRef(function RetryFailed({ children, size = 16, ...rest }, ref) {
1372
- return react.default.createElement(require_Icon.Icon, {
1373
- width: size,
1374
- height: size,
1375
- ref,
1376
- xmlns: "http://www.w3.org/2000/svg",
1377
- viewBox: "0 0 32 32",
1378
- fill: "currentColor",
1379
- ...rest
1380
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.41 25 30 21.41 28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,2A12.0351,12.0351,0,0,0,6,14v6.2L2.4,16.6,1,18l6,6,6-6-1.4-1.4L8,20.2V14a10,10,0,0,1,20,0v3h2V14A12.0351,12.0351,0,0,0,18,2Z" }), children);
1381
- });
1382
- if (process.env.NODE_ENV !== "production") RetryFailed.propTypes = require_iconPropTypes.iconPropTypes;
1383
- const Return = /* @__PURE__ */ react.default.forwardRef(function Return({ children, size = 16, ...rest }, ref) {
1384
- return react.default.createElement(require_Icon.Icon, {
1385
- width: size,
1386
- height: size,
1387
- ref,
1388
- xmlns: "http://www.w3.org/2000/svg",
1389
- viewBox: "0 0 32 32",
1390
- fill: "currentColor",
1391
- ...rest
1392
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z" }), children);
1393
- });
1394
- if (process.env.NODE_ENV !== "production") Return.propTypes = require_iconPropTypes.iconPropTypes;
1395
- const Review = /* @__PURE__ */ react.default.forwardRef(function Review({ children, size = 16, ...rest }, ref) {
1396
- return react.default.createElement(require_Icon.Icon, {
1397
- width: size,
1398
- height: size,
1399
- ref,
1400
- xmlns: "http://www.w3.org/2000/svg",
1401
- viewBox: "0 0 32 32",
1402
- fill: "currentColor",
1403
- ...rest
1404
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 8 17.912 11.703 22 12.297 19 15 20 19 16 16.75 12 19 13 15 10 12.297 14.2 11.703 16 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z" }), children);
1405
- });
1406
- if (process.env.NODE_ENV !== "production") Review.propTypes = require_iconPropTypes.iconPropTypes;
1407
- const Rewind_10 = /* @__PURE__ */ react.default.forwardRef(function Rewind_10({ children, size = 16, ...rest }, ref) {
1408
- return react.default.createElement(require_Icon.Icon, {
1409
- width: size,
1410
- height: size,
1411
- ref,
1412
- xmlns: "http://www.w3.org/2000/svg",
1413
- viewBox: "0 0 32 32",
1414
- fill: "currentColor",
1415
- ...rest
1416
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.63,22.13a2.84,2.84,0,0,1-1.28-.27,2.44,2.44,0,0,1-.89-.77,3.57,3.57,0,0,1-.52-1.25,7.69,7.69,0,0,1-.17-1.68,7.83,7.83,0,0,1,.17-1.68,3.65,3.65,0,0,1,.52-1.25,2.44,2.44,0,0,1,.89-.77,2.84,2.84,0,0,1,1.28-.27,2.44,2.44,0,0,1,2.16,1,5.23,5.23,0,0,1,.7,2.93,5.23,5.23,0,0,1-.7,2.93A2.44,2.44,0,0,1,19.63,22.13Zm0-1.22a1.07,1.07,0,0,0,1-.55A3.38,3.38,0,0,0,21,18.85V17.47a3.31,3.31,0,0,0-.29-1.5,1.23,1.23,0,0,0-2.06,0,3.31,3.31,0,0,0-.29,1.5v1.38a3.38,3.38,0,0,0,.29,1.51A1.06,1.06,0,0,0,19.63,20.91Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.63,22V20.82h2V15.63l-1.86,1-.55-1.06,2.32-1.3H14v6.5h1.78V22Z" }), children);
1417
- });
1418
- if (process.env.NODE_ENV !== "production") Rewind_10.propTypes = require_iconPropTypes.iconPropTypes;
1419
- const Rewind_30 = /* @__PURE__ */ react.default.forwardRef(function Rewind_30({ children, size = 16, ...rest }, ref) {
1420
- return react.default.createElement(require_Icon.Icon, {
1421
- width: size,
1422
- height: size,
1423
- ref,
1424
- xmlns: "http://www.w3.org/2000/svg",
1425
- viewBox: "0 0 32 32",
1426
- fill: "currentColor",
1427
- ...rest
1428
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.64,22.13a2.81,2.81,0,0,1-1.28-.27,2.36,2.36,0,0,1-.89-.77A3.39,3.39,0,0,1,17,19.84a7.12,7.12,0,0,1-.17-1.68A7.24,7.24,0,0,1,17,16.48a3.46,3.46,0,0,1,.52-1.25,2.36,2.36,0,0,1,.89-.77,2.81,2.81,0,0,1,1.28-.27,2.44,2.44,0,0,1,2.16,1,5.31,5.31,0,0,1,.7,2.93,5.31,5.31,0,0,1-.7,2.93A2.44,2.44,0,0,1,19.64,22.13Zm0-1.22a1,1,0,0,0,1-.55,3.24,3.24,0,0,0,.3-1.51V17.47a3.17,3.17,0,0,0-.3-1.5,1.22,1.22,0,0,0-2.05,0,3.18,3.18,0,0,0-.29,1.5v1.38a3.25,3.25,0,0,0,.29,1.51A1,1,0,0,0,19.64,20.91Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.62,17.42a1.46,1.46,0,0,0,1-.27.84.84,0,0,0,.31-.68v-.08a.94.94,0,0,0-.3-.74,1.2,1.2,0,0,0-.83-.27,1.65,1.65,0,0,0-.89.24,2.1,2.1,0,0,0-.68.68l-.93-.83a5.37,5.37,0,0,1,.44-.51,2.7,2.7,0,0,1,.54-.4,2.55,2.55,0,0,1,.7-.27,3.25,3.25,0,0,1,.87-.1,3.94,3.94,0,0,1,1.06.14,2.33,2.33,0,0,1,.82.4,1.91,1.91,0,0,1,.54.63,1.87,1.87,0,0,1,.18.83,2,2,0,0,1-.11.67,1.82,1.82,0,0,1-.32.52,1.79,1.79,0,0,1-.47.36,2.27,2.27,0,0,1-.57.2V18a2.34,2.34,0,0,1,.63.21,1.7,1.7,0,0,1,.51.38,1.89,1.89,0,0,1,.34.55,2.07,2.07,0,0,1,.12.73,2,2,0,0,1-.2.92,2,2,0,0,1-.58.72,2.66,2.66,0,0,1-.89.45,3.76,3.76,0,0,1-1.15.16,4.1,4.1,0,0,1-1-.11A3.1,3.1,0,0,1,11,21.7a2.76,2.76,0,0,1-.56-.45A4.22,4.22,0,0,1,10,20.7l1.07-.81a3.07,3.07,0,0,0,.28.42,1.94,1.94,0,0,0,.36.34,1.57,1.57,0,0,0,.45.22,2,2,0,0,0,.57.07,1.45,1.45,0,0,0,1-.3,1.12,1.12,0,0,0,.34-.85v-.08a1,1,0,0,0-.37-.8,1.78,1.78,0,0,0-1.06-.28h-.76V17.42Z" }), children);
1429
- });
1430
- if (process.env.NODE_ENV !== "production") Rewind_30.propTypes = require_iconPropTypes.iconPropTypes;
1431
- const Rewind_5 = /* @__PURE__ */ react.default.forwardRef(function Rewind_5({ children, size = 16, ...rest }, ref) {
1432
- return react.default.createElement(require_Icon.Icon, {
1433
- width: size,
1434
- height: size,
1435
- ref,
1436
- xmlns: "http://www.w3.org/2000/svg",
1437
- viewBox: "0 0 32 32",
1438
- fill: "currentColor",
1439
- ...rest
1440
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.58,15.58H15.13L15,18.15H15a4.83,4.83,0,0,1,.26-.45,1.59,1.59,0,0,1,.33-.35,1.53,1.53,0,0,1,.44-.23,2,2,0,0,1,.6-.08,2.54,2.54,0,0,1,.92.16,2.06,2.06,0,0,1,.74.48,2.28,2.28,0,0,1,.5.77,2.73,2.73,0,0,1,.18,1,2.87,2.87,0,0,1-.19,1.07,2.36,2.36,0,0,1-.55.84,2.44,2.44,0,0,1-.89.55,3.23,3.23,0,0,1-1.21.2,3.79,3.79,0,0,1-.94-.11,3,3,0,0,1-.74-.32,2.45,2.45,0,0,1-.55-.45,4.13,4.13,0,0,1-.41-.55l1.06-.81.27.41a1.82,1.82,0,0,0,.34.34,1.59,1.59,0,0,0,.43.22,1.52,1.52,0,0,0,.55.08,1.29,1.29,0,0,0,1-.36,1.41,1.41,0,0,0,.33-1V19.5a1.18,1.18,0,0,0-1.28-1.27,1.44,1.44,0,0,0-.77.18,1.94,1.94,0,0,0-.48.39l-1.19-.17.29-4.31h4.52Z" }), children);
1441
- });
1442
- if (process.env.NODE_ENV !== "production") Rewind_5.propTypes = require_iconPropTypes.iconPropTypes;
1443
- const Rexx = /* @__PURE__ */ react.default.forwardRef(function Rexx({ children, size = 16, ...rest }, ref) {
1444
- return react.default.createElement(require_Icon.Icon, {
1445
- width: size,
1446
- height: size,
1447
- ref,
1448
- xmlns: "http://www.w3.org/2000/svg",
1449
- viewBox: "0 0 32 32",
1450
- fill: "currentColor",
1451
- ...rest
1452
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.5,16l2.5,5h-2l-1.5-3-1.5,3h-2l2.5-5-2.5-5h2l1.5,3,1.5-3h2l-2.5,5ZM32,11h-2l-1.5,3-1.5-3h-2l2.5,5-2.5,5h2l1.5-3,1.5,3h2l-2.5-5,2.5-5ZM14,12.9761v-1.9761h-6v9.9761h6v-2h-4v-2h2v-2h-2v-2s4,0,4,0ZM6,13v2c0,1-.7,1.8-1.6,2l1.6,4h-2l-1.6-4h-.4v4H0v-10h4c1.1,0,2,.9,2,2ZM4,13h-2v2h2v-2Z" }), children);
1453
- });
1454
- if (process.env.NODE_ENV !== "production") Rexx.propTypes = require_iconPropTypes.iconPropTypes;
1455
- const RightPanelClose = /* @__PURE__ */ react.default.forwardRef(function RightPanelClose({ children, size = 16, ...rest }, ref) {
1456
- return react.default.createElement(require_Icon.Icon, {
1457
- width: size,
1458
- height: size,
1459
- ref,
1460
- xmlns: "http://www.w3.org/2000/svg",
1461
- viewBox: "0 0 32 32",
1462
- fill: "currentColor",
1463
- ...rest
1464
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1465
- strokeWidth: "0",
1466
- d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
1467
- }), children);
1468
- });
1469
- if (process.env.NODE_ENV !== "production") RightPanelClose.propTypes = require_iconPropTypes.iconPropTypes;
1470
- const RightPanelCloseFilled = /* @__PURE__ */ react.default.forwardRef(function RightPanelCloseFilled({ children, size = 16, ...rest }, ref) {
1471
- return react.default.createElement(require_Icon.Icon, {
1472
- width: size,
1473
- height: size,
1474
- ref,
1475
- xmlns: "http://www.w3.org/2000/svg",
1476
- viewBox: "0 0 32 32",
1477
- fill: "currentColor",
1478
- ...rest
1479
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1480
- strokeWidth: "0",
1481
- d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
1482
- }), children);
1483
- });
1484
- if (process.env.NODE_ENV !== "production") RightPanelCloseFilled.propTypes = require_iconPropTypes.iconPropTypes;
1485
- const RightPanelOpen = /* @__PURE__ */ react.default.forwardRef(function RightPanelOpen({ children, size = 16, ...rest }, ref) {
1486
- return react.default.createElement(require_Icon.Icon, {
1487
- width: size,
1488
- height: size,
1489
- ref,
1490
- xmlns: "http://www.w3.org/2000/svg",
1491
- viewBox: "0 0 32 32",
1492
- fill: "currentColor",
1493
- ...rest
1494
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1495
- strokeWidth: "0",
1496
- d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
1497
- }), children);
1498
- });
1499
- if (process.env.NODE_ENV !== "production") RightPanelOpen.propTypes = require_iconPropTypes.iconPropTypes;
1500
- const RightPanelOpenFilled = /* @__PURE__ */ react.default.forwardRef(function RightPanelOpenFilled({ children, size = 16, ...rest }, ref) {
1501
- return react.default.createElement(require_Icon.Icon, {
1502
- width: size,
1503
- height: size,
1504
- ref,
1505
- xmlns: "http://www.w3.org/2000/svg",
1506
- viewBox: "0 0 32 32",
1507
- fill: "currentColor",
1508
- ...rest
1509
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1510
- strokeWidth: "0",
1511
- d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
1512
- }), children);
1513
- });
1514
- if (process.env.NODE_ENV !== "production") RightPanelOpenFilled.propTypes = require_iconPropTypes.iconPropTypes;
1515
- const Road = /* @__PURE__ */ react.default.forwardRef(function Road({ children, size = 16, ...rest }, ref) {
1516
- return react.default.createElement(require_Icon.Icon, {
1517
- width: size,
1518
- height: size,
1519
- ref,
1520
- xmlns: "http://www.w3.org/2000/svg",
1521
- viewBox: "0 0 32 32",
1522
- fill: "currentColor",
1523
- ...rest
1524
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 13H19V15H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.4409,8,24.1687,3.45A2.009,2.009,0,0,0,22.2456,2H9.7544A2.0089,2.0089,0,0,0,7.8313,3.4507L6.5315,8H4v2H6v7a2.0025,2.0025,0,0,0,2,2v3h2V19H22v3h2V19a2.0025,2.0025,0,0,0,2-2V10h2V8ZM9.7544,4H22.2458l1.4285,5H8.3257ZM24,13H22v2h2v2H8V15h2V13H8V11H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 16H4V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 16H30V30H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 21H17V24H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 26H17V30H15z" }), children);
1525
- });
1526
- if (process.env.NODE_ENV !== "production") Road.propTypes = require_iconPropTypes.iconPropTypes;
1527
- const RoadWeather = /* @__PURE__ */ react.default.forwardRef(function RoadWeather({ children, size = 16, ...rest }, ref) {
1528
- return react.default.createElement(require_Icon.Icon, {
1529
- width: size,
1530
- height: size,
1531
- ref,
1532
- xmlns: "http://www.w3.org/2000/svg",
1533
- viewBox: "0 0 32 32",
1534
- fill: "currentColor",
1535
- ...rest
1536
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,31H14v-.228a3.0135,3.0135,0,0,0-1.9468-2.8091L8.5215,26.6384A3.9034,3.9034,0,0,1,6,23H8a1.8946,1.8946,0,0,0,1.2236,1.7659L12.7554,26.09A5.0226,5.0226,0,0,1,16,30.772Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,31H28v-.228a3.0135,3.0135,0,0,0-1.9468-2.8091l-3.5317-1.3245A3.9034,3.9034,0,0,1,20,23h2a1.8946,1.8946,0,0,0,1.2236,1.7659L26.7554,26.09A5.0226,5.0226,0,0,1,30,30.772Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 13H17V15H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.4409,8,22.1687,3.45A2.009,2.009,0,0,0,20.2456,2H7.7544A2.0089,2.0089,0,0,0,5.8313,3.4507L4.5315,8H2v2H4v7a2.0025,2.0025,0,0,0,2,2v2H8V19H20v2h2V19a2.0025,2.0025,0,0,0,2-2V10h2V8ZM7.7544,4H20.2458l1.4285,5H6.3257ZM22,13H20v2h2v2H6V15H8V13H6V11H22Z" }), children);
1537
- });
1538
- if (process.env.NODE_ENV !== "production") RoadWeather.propTypes = require_iconPropTypes.iconPropTypes;
1539
- const Roadmap = /* @__PURE__ */ react.default.forwardRef(function Roadmap({ children, size = 16, ...rest }, ref) {
1540
- return react.default.createElement(require_Icon.Icon, {
1541
- width: size,
1542
- height: size,
1543
- ref,
1544
- xmlns: "http://www.w3.org/2000/svg",
1545
- viewBox: "0 0 32 32",
1546
- fill: "currentColor",
1547
- ...rest
1548
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H4a2.0023,2.0023,0,0,1-2-2V24a2.0023,2.0023,0,0,1,2-2h8a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,12,30ZM4,24v4h8V24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H12a2.0023,2.0023,0,0,1-2-2V14a2.0023,2.0023,0,0,1,2-2H28a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,28,20ZM12,14v4H28V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,10H4A2.0023,2.0023,0,0,1,2,8V4A2.0023,2.0023,0,0,1,4,2H16a2.0023,2.0023,0,0,1,2,2V8A2.0023,2.0023,0,0,1,16,10ZM4,4V8H16V4Z" }), children);
1549
- });
1550
- if (process.env.NODE_ENV !== "production") Roadmap.propTypes = require_iconPropTypes.iconPropTypes;
1551
- const Rocket = /* @__PURE__ */ react.default.forwardRef(function Rocket({ children, size = 16, ...rest }, ref) {
1552
- return react.default.createElement(require_Icon.Icon, {
1553
- width: size,
1554
- height: size,
1555
- ref,
1556
- xmlns: "http://www.w3.org/2000/svg",
1557
- viewBox: "0 0 32 32",
1558
- fill: "currentColor",
1559
- ...rest
1560
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1561
- d: "M6.34 19H17.65V21H6.34z",
1562
- transform: "rotate(-45 11.995 20.002)"
1563
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,30a1,1,0,0,1-.37-.07,1,1,0,0,1-.62-.79l-1-7,2-.28.75,5.27L21,24.52V17a1,1,0,0,1,.29-.71l4.07-4.07A8.94,8.94,0,0,0,28,5.86V4H26.14a8.94,8.94,0,0,0-6.36,2.64l-4.07,4.07A1,1,0,0,1,15,11H7.48L4.87,14.26l5.27.75-.28,2-7-1a1,1,0,0,1-.79-.62,1,1,0,0,1,.15-1l4-5A1,1,0,0,1,7,9h7.59l3.77-3.78A10.92,10.92,0,0,1,26.14,2H28a2,2,0,0,1,2,2V5.86a10.92,10.92,0,0,1-3.22,7.78L23,17.41V25a1,1,0,0,1-.38.78l-5,4A1,1,0,0,1,17,30Z" }), children);
1564
- });
1565
- if (process.env.NODE_ENV !== "production") Rocket.propTypes = require_iconPropTypes.iconPropTypes;
1566
- const Rotate = /* @__PURE__ */ react.default.forwardRef(function Rotate({ children, size = 16, ...rest }, ref) {
1567
- return react.default.createElement(require_Icon.Icon, {
1568
- width: size,
1569
- height: size,
1570
- ref,
1571
- xmlns: "http://www.w3.org/2000/svg",
1572
- viewBox: "0 0 32 32",
1573
- fill: "currentColor",
1574
- ...rest
1575
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.91,26.82l.35,2a12.9,12.9,0,0,0,4.24-1.54l-1-1.73A10.88,10.88,0,0,1,17.91,26.82Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.42,23.07,26,24.35a13,13,0,0,0,2.24-3.91l-1.87-.68A11,11,0,0,1,24.42,23.07Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.5,27.25a12.9,12.9,0,0,0,4.24,1.54l.35-2a10.88,10.88,0,0,1-3.59-1.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.67,19.76l-1.87.68A13,13,0,0,0,6,24.35l.32-.26,1.22-1h0a11,11,0,0,1-1.91-3.31Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,16a12.85,12.85,0,0,0-.8-4.44l-1.87.68A11.18,11.18,0,0,1,27,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,7.65a13,13,0,0,0-20,0V4H4v8h8V10H6.81A11,11,0,0,1,24.42,8.93Z" }), children);
1576
- });
1577
- if (process.env.NODE_ENV !== "production") Rotate.propTypes = require_iconPropTypes.iconPropTypes;
1578
- const WatsonHealthRotate_180 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthRotate_180({ children, size = 16, ...rest }, ref) {
1579
- return react.default.createElement(require_Icon.Icon, {
1580
- width: size,
1581
- height: size,
1582
- ref,
1583
- xmlns: "http://www.w3.org/2000/svg",
1584
- viewBox: "0 0 32 32",
1585
- fill: "currentColor",
1586
- ...rest
1587
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.0913,26.8235l-.3467,1.968a12.8956,12.8956,0,0,1-4.24-1.5418l1-1.7307A10.9086,10.9086,0,0,0,14.0913,26.8235Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.5767,23.0682,6.0449,24.3533a12.9811,12.9811,0,0,1-2.25-3.9112l1.8775-.6834A10.9808,10.9808,0,0,0,7.5767,23.0682Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.4951,27.25a12.8956,12.8956,0,0,1-4.24,1.5418l-.3467-1.968a10.9086,10.9086,0,0,0,3.5869-1.3045Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.3271,19.7587l1.8775.6834a12.9811,12.9811,0,0,1-2.2495,3.9112l-.3115-.2614-1.22-1.0237h0a10.9822,10.9822,0,0,0,1.9038-3.3093Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.6616,5.2559c-.1592.0346-.3144.08-.4712.1215-.2131.0562-.4258.1138-.6335.1822-.1643.0547-.325.1167-.4859.1782-.1926.0742-.3835.1509-.57.2349-.1611.0727-.3193.15-.4763.23q-.2677.1363-.5262.2867c-.153.0893-.3046.18-.4531.2758-.1679.1089-.3308.2242-.4922.3413-.1406.1026-.2817.2037-.417.3125-.1616.1294-.3156.2676-.47.4063-.1225.11-.2478.2168-.3652.332-.1668.1636-.3223.3379-.4785.5117A10.9438,10.9438,0,0,0,5,16H3A12.9363,12.9363,0,0,1,6.05,7.65l-.0047-.0039c.0918-.1094.197-.2061.2925-.3125.1841-.2051.3672-.41.5635-.603.1382-.1358.2856-.2613.43-.3907.1831-.1645.3657-.3286.5581-.4824.1592-.1279.3244-.2466.4895-.3667.1921-.14.3855-.2768.5854-.4062.1743-.1128.3523-.2188.5322-.3238q.3081-.1786.6253-.3408c.1846-.0942.37-.1846.56-.27.2224-.1.449-.1914.678-.2793.1894-.0723.3777-.1455.5713-.209.2463-.0815.498-.1494.7507-.2163.1848-.0493.3674-.1025.5554-.1431.29-.0634.5865-.1074.8833-.1508.159-.023.3145-.0552.4754-.0728A12.9331,12.9331,0,0,1,26,7.7031V4h2v8H20V10h5.1885A10.961,10.961,0,0,0,16,5a11.1114,11.1114,0,0,0-1.189.0669c-.1362.0146-.268.042-.4026.0615C14.1575,5.165,13.907,5.2026,13.6616,5.2559Z" }), children);
1588
- });
1589
- if (process.env.NODE_ENV !== "production") WatsonHealthRotate_180.propTypes = require_iconPropTypes.iconPropTypes;
1590
- const WatsonHealthRotate_360 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthRotate_360({ children, size = 16, ...rest }, ref) {
1591
- return react.default.createElement(require_Icon.Icon, {
1592
- width: size,
1593
- height: size,
1594
- ref,
1595
- xmlns: "http://www.w3.org/2000/svg",
1596
- viewBox: "0 0 32 32",
1597
- fill: "currentColor",
1598
- ...rest
1599
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.95,7.65l.0047-.0039c-.0918-.1094-.197-.2061-.2925-.3125-.1841-.2051-.3672-.41-.5635-.603-.1382-.1358-.2856-.2613-.43-.3907-.1831-.1645-.3657-.3286-.5581-.4824-.1592-.1279-.3244-.2466-.4895-.3667-.1921-.14-.3855-.2768-.5854-.4062-.1743-.1128-.3523-.2188-.5322-.3238q-.3081-.1786-.6253-.3408c-.1846-.0942-.37-.1846-.56-.27-.2224-.1-.449-.1914-.678-.2793-.1894-.0723-.3777-.1455-.5713-.209-.2463-.0815-.498-.1494-.7507-.2163-.1848-.0493-.3674-.1025-.5554-.1431-.29-.0634-.5865-.1074-.8833-.1508-.159-.023-.3145-.0552-.4754-.0728A12.9331,12.9331,0,0,0,6,7.7031V4H4v8h8V10H6.8115A10.961,10.961,0,0,1,16,5a11.1114,11.1114,0,0,1,1.189.0669c.1362.0146.268.042.4026.0615.2509.0366.5014.0742.7468.1275.1592.0346.3144.08.4712.1215.2131.0562.4258.1138.6335.1822.1643.0547.325.1167.4859.1782.1926.0742.3835.1509.5705.2349.1611.0727.3193.15.4763.23q.2677.1363.5262.2867c.153.0893.3046.18.4531.2758.1679.1089.3308.2242.4922.3413.1406.1026.2817.2037.417.3125.1616.1294.3156.2676.47.4063.1225.11.2478.2168.3652.332.1668.1636.3223.3379.4785.5117A10.9928,10.9928,0,1,1,5,16H3A13,13,0,1,0,25.95,7.65Z" }), children);
1600
- });
1601
- if (process.env.NODE_ENV !== "production") WatsonHealthRotate_360.propTypes = require_iconPropTypes.iconPropTypes;
1602
- const RotateClockwise = /* @__PURE__ */ react.default.forwardRef(function RotateClockwise({ children, size = 16, ...rest }, ref) {
1603
- return react.default.createElement(require_Icon.Icon, {
1604
- width: size,
1605
- height: size,
1606
- ref,
1607
- xmlns: "http://www.w3.org/2000/svg",
1608
- viewBox: "0 0 32 32",
1609
- fill: "currentColor",
1610
- ...rest
1611
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H16a2.0023,2.0023,0,0,1-2-2V16a2.0023,2.0023,0,0,1,2-2H28a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,28,30ZM16,16V28H28.0012L28,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,2,13.59,3.41,16.17,6H11a7.0078,7.0078,0,0,0-7,7v5H6V13a5.0057,5.0057,0,0,1,5-5h5.17l-2.58,2.59L15,12l5-5Z" }), children);
1612
- });
1613
- if (process.env.NODE_ENV !== "production") RotateClockwise.propTypes = require_iconPropTypes.iconPropTypes;
1614
- const RotateClockwiseAlt = /* @__PURE__ */ react.default.forwardRef(function RotateClockwiseAlt({ children, size = 16, ...rest }, ref) {
1615
- return react.default.createElement(require_Icon.Icon, {
1616
- width: size,
1617
- height: size,
1618
- ref,
1619
- xmlns: "http://www.w3.org/2000/svg",
1620
- viewBox: "0 0 32 32",
1621
- fill: "currentColor",
1622
- ...rest
1623
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H4a2.0023,2.0023,0,0,1-2-2V16a2.0023,2.0023,0,0,1,2-2H16a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,16,30ZM4,16V28H16.0012L16,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,15l-1.41-1.41L26,16.17V11a7.0078,7.0078,0,0,0-7-7H14V6h5a5.0057,5.0057,0,0,1,5,5v5.17l-2.59-2.58L20,15l5,5Z" }), children);
1624
- });
1625
- if (process.env.NODE_ENV !== "production") RotateClockwiseAlt.propTypes = require_iconPropTypes.iconPropTypes;
1626
- const RotateClockwiseAltFilled = /* @__PURE__ */ react.default.forwardRef(function RotateClockwiseAltFilled({ children, size = 16, ...rest }, ref) {
1627
- return react.default.createElement(require_Icon.Icon, {
1628
- width: size,
1629
- height: size,
1630
- ref,
1631
- xmlns: "http://www.w3.org/2000/svg",
1632
- viewBox: "0 0 32 32",
1633
- fill: "currentColor",
1634
- ...rest
1635
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H4a2.0023,2.0023,0,0,1-2-2V16a2.0023,2.0023,0,0,1,2-2H16a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,16,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,15l-1.41-1.41L26,16.17V11a7.0078,7.0078,0,0,0-7-7H14V6h5a5.0057,5.0057,0,0,1,5,5v5.17l-2.59-2.58L20,15l5,5Z" }), children);
1636
- });
1637
- if (process.env.NODE_ENV !== "production") RotateClockwiseAltFilled.propTypes = require_iconPropTypes.iconPropTypes;
1638
- const RotateClockwiseFilled = /* @__PURE__ */ react.default.forwardRef(function RotateClockwiseFilled({ children, size = 16, ...rest }, ref) {
1639
- return react.default.createElement(require_Icon.Icon, {
1640
- width: size,
1641
- height: size,
1642
- ref,
1643
- xmlns: "http://www.w3.org/2000/svg",
1644
- viewBox: "0 0 32 32",
1645
- fill: "currentColor",
1646
- ...rest
1647
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H16a2.0023,2.0023,0,0,1-2-2V16a2.0023,2.0023,0,0,1,2-2H28a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,28,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,2,13.59,3.41,16.17,6H11a7.0078,7.0078,0,0,0-7,7v5H6V13a5.0057,5.0057,0,0,1,5-5h5.17l-2.58,2.59L15,12l5-5Z" }), children);
1648
- });
1649
- if (process.env.NODE_ENV !== "production") RotateClockwiseFilled.propTypes = require_iconPropTypes.iconPropTypes;
1650
- const RotateCounterclockwise = /* @__PURE__ */ react.default.forwardRef(function RotateCounterclockwise({ children, size = 16, ...rest }, ref) {
1651
- return react.default.createElement(require_Icon.Icon, {
1652
- width: size,
1653
- height: size,
1654
- ref,
1655
- xmlns: "http://www.w3.org/2000/svg",
1656
- viewBox: "0 0 32 32",
1657
- fill: "currentColor",
1658
- ...rest
1659
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,28V16a2.0023,2.0023,0,0,1,2-2H16a2.0023,2.0023,0,0,1,2,2V28a2.0023,2.0023,0,0,1-2,2H4A2.0023,2.0023,0,0,1,2,28ZM4,16,3.9988,28H16V16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,2l1.41,1.41L15.83,6H21a7.0078,7.0078,0,0,1,7,7v5H26V13a5.0057,5.0057,0,0,0-5-5H15.83l2.58,2.59L17,12,12,7Z" }), children);
1660
- });
1661
- if (process.env.NODE_ENV !== "production") RotateCounterclockwise.propTypes = require_iconPropTypes.iconPropTypes;
1662
- const RotateCounterclockwiseAlt = /* @__PURE__ */ react.default.forwardRef(function RotateCounterclockwiseAlt({ children, size = 16, ...rest }, ref) {
1663
- return react.default.createElement(require_Icon.Icon, {
1664
- width: size,
1665
- height: size,
1666
- ref,
1667
- xmlns: "http://www.w3.org/2000/svg",
1668
- viewBox: "0 0 32 32",
1669
- fill: "currentColor",
1670
- ...rest
1671
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,28V16a2.0023,2.0023,0,0,1,2-2H28a2.0023,2.0023,0,0,1,2,2V28a2.0023,2.0023,0,0,1-2,2H16A2.0023,2.0023,0,0,1,14,28Zm2-12-.0012,12H28V16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,15l1.41-1.41L6,16.17V11a7.0078,7.0078,0,0,1,7-7h5V6H13a5.0057,5.0057,0,0,0-5,5v5.17l2.59-2.58L12,15,7,20Z" }), children);
1672
- });
1673
- if (process.env.NODE_ENV !== "production") RotateCounterclockwiseAlt.propTypes = require_iconPropTypes.iconPropTypes;
1674
- const RotateCounterclockwiseAltFilled = /* @__PURE__ */ react.default.forwardRef(function RotateCounterclockwiseAltFilled({ children, size = 16, ...rest }, ref) {
1675
- return react.default.createElement(require_Icon.Icon, {
1676
- width: size,
1677
- height: size,
1678
- ref,
1679
- xmlns: "http://www.w3.org/2000/svg",
1680
- viewBox: "0 0 32 32",
1681
- fill: "currentColor",
1682
- ...rest
1683
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,28V16a2.0023,2.0023,0,0,1,2-2H28a2.0023,2.0023,0,0,1,2,2V28a2.0023,2.0023,0,0,1-2,2H16A2.0023,2.0023,0,0,1,14,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,15l1.41-1.41L6,16.17V11a7.0078,7.0078,0,0,1,7-7h5V6H13a5.0057,5.0057,0,0,0-5,5v5.17l2.59-2.58L12,15,7,20Z" }), children);
1684
- });
1685
- if (process.env.NODE_ENV !== "production") RotateCounterclockwiseAltFilled.propTypes = require_iconPropTypes.iconPropTypes;
1686
- const RotateCounterclockwiseFilled = /* @__PURE__ */ react.default.forwardRef(function RotateCounterclockwiseFilled({ children, size = 16, ...rest }, ref) {
1687
- return react.default.createElement(require_Icon.Icon, {
1688
- width: size,
1689
- height: size,
1690
- ref,
1691
- xmlns: "http://www.w3.org/2000/svg",
1692
- viewBox: "0 0 32 32",
1693
- fill: "currentColor",
1694
- ...rest
1695
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,28V16a2.0023,2.0023,0,0,1,2-2H16a2.0023,2.0023,0,0,1,2,2V28a2.0023,2.0023,0,0,1-2,2H4A2.0023,2.0023,0,0,1,2,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,2l1.41,1.41L15.83,6H21a7.0078,7.0078,0,0,1,7,7v5H26V13a5.0057,5.0057,0,0,0-5-5H15.83l2.58,2.59L17,12,12,7Z" }), children);
1696
- });
1697
- if (process.env.NODE_ENV !== "production") RotateCounterclockwiseFilled.propTypes = require_iconPropTypes.iconPropTypes;
1698
- const Router = /* @__PURE__ */ react.default.forwardRef(function Router({ children, size = 16, ...rest }, ref) {
1699
- return react.default.createElement(require_Icon.Icon, {
1700
- width: size,
1701
- height: size,
1702
- ref,
1703
- xmlns: "http://www.w3.org/2000/svg",
1704
- viewBox: "0 0 32 32",
1705
- fill: "currentColor",
1706
- ...rest
1707
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 7 16 2 11 7 12.409 8.419 15 5.847 15 13 17 13 17 5.794 19.591 8.419 21 7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 25 16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 11 19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 11 13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z" }), children);
1708
- });
1709
- if (process.env.NODE_ENV !== "production") Router.propTypes = require_iconPropTypes.iconPropTypes;
1710
- const RouterVoice = /* @__PURE__ */ react.default.forwardRef(function RouterVoice({ children, size = 16, ...rest }, ref) {
1711
- return react.default.createElement(require_Icon.Icon, {
1712
- width: size,
1713
- height: size,
1714
- ref,
1715
- xmlns: "http://www.w3.org/2000/svg",
1716
- viewBox: "0 0 32 32",
1717
- fill: "currentColor",
1718
- ...rest
1719
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 25 16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 11 19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 11 13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.4289,5.8227v1.63a1.1269,1.1269,0,0,1-.6767,1.026l-1.39.5967A1.1218,1.1218,0,0,1,9.14,8.8424L7.3208,7.0233a1.1165,1.1165,0,0,1,.0125-1.579l.0348-.0328c7.393-6.527,14.6913-2.0374,17.2127-.0473a1.1166,1.1166,0,0,1,.1746,1.5693,1.1011,1.1011,0,0,1-.0873.0971L22.9108,8.7878a1.1114,1.1114,0,0,1-1.2225.2329l-1.39-.5967a1.1112,1.1112,0,0,1-.68-1.0223v-1.63S15.9726,3.0648,12.4289,5.8227Z" }), children);
1720
- });
1721
- if (process.env.NODE_ENV !== "production") RouterVoice.propTypes = require_iconPropTypes.iconPropTypes;
1722
- const RouterWifi = /* @__PURE__ */ react.default.forwardRef(function RouterWifi({ 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)("circle", {
1732
- cx: "16",
1733
- cy: "13.5",
1734
- r: "1.5"
1735
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.5356,10.4648a5,5,0,0,0-7.0717,0L11.05,9.0508a6.9992,6.9992,0,0,1,9.9,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.0713,6.929a10,10,0,0,0-14.1426,0L7.5146,5.5144a12.0011,12.0011,0,0,1,16.9708,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 25 16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 11 19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 11 13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z" }), children);
1736
- });
1737
- if (process.env.NODE_ENV !== "production") RouterWifi.propTypes = require_iconPropTypes.iconPropTypes;
1738
- const Row = /* @__PURE__ */ react.default.forwardRef(function Row({ children, size = 16, ...rest }, ref) {
1739
- return react.default.createElement(require_Icon.Icon, {
1740
- width: size,
1741
- height: size,
1742
- ref,
1743
- xmlns: "http://www.w3.org/2000/svg",
1744
- viewBox: "0 0 32 32",
1745
- fill: "currentColor",
1746
- ...rest
1747
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 24H28V26H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,18H6V14H26v4m2,0V14a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 6H28V8H4z" }), children);
1748
- });
1749
- if (process.env.NODE_ENV !== "production") Row.propTypes = require_iconPropTypes.iconPropTypes;
1750
- const RowCollapse = /* @__PURE__ */ react.default.forwardRef(function RowCollapse({ children, size = 16, ...rest }, ref) {
1751
- return react.default.createElement(require_Icon.Icon, {
1752
- width: size,
1753
- height: size,
1754
- ref,
1755
- xmlns: "http://www.w3.org/2000/svg",
1756
- viewBox: "0 0 32 32",
1757
- fill: "currentColor",
1758
- ...rest
1759
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,20H6a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V22A2,2,0,0,0,26,20Zm0,6H6V22H26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 7.828 19.586 10.414 21 9 16 4 11 9 12.414 10.414 15 7.828 15 14 4 14 4 16 28 16 28 14 17 14 17 7.828z" }), children);
1760
- });
1761
- if (process.env.NODE_ENV !== "production") RowCollapse.propTypes = require_iconPropTypes.iconPropTypes;
1762
- const RowDelete = /* @__PURE__ */ react.default.forwardRef(function RowDelete({ children, size = 16, ...rest }, ref) {
1763
- return react.default.createElement(require_Icon.Icon, {
1764
- width: size,
1765
- height: size,
1766
- ref,
1767
- xmlns: "http://www.w3.org/2000/svg",
1768
- viewBox: "0 0 32 32",
1769
- fill: "currentColor",
1770
- ...rest
1771
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30H4a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H24a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,24,30ZM4,22H3.9985L4,28H24V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 3.41 28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,14V8H18V6H4A2.0023,2.0023,0,0,0,2,8v6a2.0023,2.0023,0,0,0,2,2H26V14Z" }), children);
1772
- });
1773
- if (process.env.NODE_ENV !== "production") RowDelete.propTypes = require_iconPropTypes.iconPropTypes;
1774
- const RowExpand = /* @__PURE__ */ react.default.forwardRef(function RowExpand({ children, size = 16, ...rest }, ref) {
1775
- return react.default.createElement(require_Icon.Icon, {
1776
- width: size,
1777
- height: size,
1778
- ref,
1779
- xmlns: "http://www.w3.org/2000/svg",
1780
- viewBox: "0 0 32 32",
1781
- fill: "currentColor",
1782
- ...rest
1783
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 18 15 18 15 24.172 12.414 21.586 11 23 16 28 21 23 19.586 21.586 17 24.172 17 18 28 18 28 16 4 16 4 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4H6A2,2,0,0,0,4,6v4a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,6H6V6H26Z" }), children);
1784
- });
1785
- if (process.env.NODE_ENV !== "production") RowExpand.propTypes = require_iconPropTypes.iconPropTypes;
1788
+ exports.Plug = Plug;
1789
+ exports.PlugFilled = PlugFilled;
1790
+ exports.Png = Png;
1791
+ exports.Point = Point;
1792
+ exports.PointOfPresence = PointOfPresence;
1793
+ exports.Police = Police;
1794
+ exports.Policy = Policy;
1795
+ exports.PopIn = PopIn;
1796
+ exports.Popup = Popup;
1797
+ exports.PortDefinition = PortDefinition;
1798
+ exports.PortInput = PortInput;
1799
+ exports.PortOutput = PortOutput;
1800
+ exports.PortUsage = PortUsage;
1801
+ exports.Portfolio = Portfolio;
1802
+ exports.Power = Power;
1803
+ exports.PowerEnterprisePoolsMeteredCapacityIntegration = PowerEnterprisePoolsMeteredCapacityIntegration;
1804
+ exports.PowerVirtualServerDisasterRecoveryAutomation = PowerVirtualServerDisasterRecoveryAutomation;
1805
+ exports.Ppt = Ppt;
1806
+ exports.PreProdEnvironment = PreProdEnvironment;
1807
+ exports.PresentationFile = PresentationFile;
1808
+ exports.Pressure = Pressure;
1809
+ exports.PressureFilled = PressureFilled;
1810
+ exports.PreviousFilled = PreviousFilled;
1811
+ exports.PreviousOutline = PreviousOutline;
1786
1812
  exports.PricingConsumption = PricingConsumption;
1787
1813
  exports.PricingContainer = PricingContainer;
1788
1814
  exports.PricingQuickProposal = PricingQuickProposal;
1789
1815
  exports.PricingTailored = PricingTailored;
1790
1816
  exports.PricingTraditional = PricingTraditional;
1791
1817
  exports.Printer = Printer;
1818
+ exports.PriorityHigh = PriorityHigh;
1819
+ exports.PriorityLow = PriorityLow;
1792
1820
  exports.PrivateNetwork = PrivateNetwork;
1793
1821
  exports.Process = Process;
1794
1822
  exports.ProcessAutomate = ProcessAutomate;
1795
1823
  exports.Product = Product;
1796
1824
  exports.ProductionEnvironment = ProductionEnvironment;
1797
1825
  exports.ProductionService = ProductionService;
1826
+ exports.Program = Program;
1827
+ exports.ProgramAction = ProgramAction;
1798
1828
  exports.ProgressBar = ProgressBar;
1799
1829
  exports.ProgressBarRound = ProgressBarRound;
1800
1830
  exports.Promote = Promote;
@@ -1832,6 +1862,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1832
1862
  exports.ReadMe = ReadMe;
1833
1863
  exports.ReadingGlasses = ReadingGlasses;
1834
1864
  exports.Receipt = Receipt;
1865
+ exports.ReceiptVerification = ReceiptVerification;
1835
1866
  exports.RecentlyViewed = RecentlyViewed;
1836
1867
  exports.Recommend = Recommend;
1837
1868
  exports.Recording = Recording;
@@ -1845,6 +1876,7 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1845
1876
  exports.ReferenceArchitecture = ReferenceArchitecture;
1846
1877
  exports.ReflectHorizontal = ReflectHorizontal;
1847
1878
  exports.ReflectVertical = ReflectVertical;
1879
+ exports.Refrigerant = Refrigerant;
1848
1880
  exports.Reminder = Reminder;
1849
1881
  exports.ReminderMedical = ReminderMedical;
1850
1882
  exports.RemoteConnection = RemoteConnection;
@@ -1858,7 +1890,9 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1858
1890
  exports.RepoArtifact = RepoArtifact;
1859
1891
  exports.RepoSourceCode = RepoSourceCode;
1860
1892
  exports.Report = Report;
1893
+ exports.ReportChart = ReportChart;
1861
1894
  exports.ReportData = ReportData;
1895
+ exports.ReportGrowth = ReportGrowth;
1862
1896
  exports.RequestQuote = RequestQuote;
1863
1897
  exports.RequirementDefinition = RequirementDefinition;
1864
1898
  exports.RequirementUsage = RequirementUsage;
@@ -1871,43 +1905,11 @@ var require_bucket_15 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1871
1905
  exports.ResultDraft = ResultDraft;
1872
1906
  exports.ResultNew = ResultNew;
1873
1907
  exports.ResultOld = ResultOld;
1874
- exports.RetryFailed = RetryFailed;
1875
- exports.Return = Return;
1876
- exports.Review = Review;
1877
- exports.Rewind_10 = Rewind_10;
1878
- exports.Rewind_30 = Rewind_30;
1879
- exports.Rewind_5 = Rewind_5;
1880
- exports.Rexx = Rexx;
1881
- exports.RightPanelClose = RightPanelClose;
1882
- exports.RightPanelCloseFilled = RightPanelCloseFilled;
1883
- exports.RightPanelOpen = RightPanelOpen;
1884
- exports.RightPanelOpenFilled = RightPanelOpenFilled;
1885
- exports.Road = Road;
1886
- exports.RoadWeather = RoadWeather;
1887
- exports.Roadmap = Roadmap;
1888
- exports.Rocket = Rocket;
1889
- exports.Rotate = Rotate;
1890
- exports.RotateClockwise = RotateClockwise;
1891
- exports.RotateClockwiseAlt = RotateClockwiseAlt;
1892
- exports.RotateClockwiseAltFilled = RotateClockwiseAltFilled;
1893
- exports.RotateClockwiseFilled = RotateClockwiseFilled;
1894
- exports.RotateCounterclockwise = RotateCounterclockwise;
1895
- exports.RotateCounterclockwiseAlt = RotateCounterclockwiseAlt;
1896
- exports.RotateCounterclockwiseAltFilled = RotateCounterclockwiseAltFilled;
1897
- exports.RotateCounterclockwiseFilled = RotateCounterclockwiseFilled;
1898
- exports.Router = Router;
1899
- exports.RouterVoice = RouterVoice;
1900
- exports.RouterWifi = RouterWifi;
1901
- exports.Row = Row;
1902
- exports.RowCollapse = RowCollapse;
1903
- exports.RowDelete = RowDelete;
1904
- exports.RowExpand = RowExpand;
1908
+ exports.WatsonHealthPointerText = WatsonHealthPointerText;
1905
1909
  exports.WatsonHealthQcLaunch = WatsonHealthQcLaunch;
1906
1910
  exports.WatsonHealthRegionAnalysisArea = WatsonHealthRegionAnalysisArea;
1907
1911
  exports.WatsonHealthRegionAnalysisVolume = WatsonHealthRegionAnalysisVolume;
1908
1912
  exports.WatsonHealthRegistration = WatsonHealthRegistration;
1909
- exports.WatsonHealthRotate_180 = WatsonHealthRotate_180;
1910
- exports.WatsonHealthRotate_360 = WatsonHealthRotate_360;
1911
1913
  }));
1912
1914
  //#endregion
1913
1915
  Object.defineProperty(exports, "default", {