@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-16.js
12
13
  var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
13
14
  /**
@@ -19,13 +20,14 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
19
20
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
20
21
  */
21
22
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
22
- const require_Icon = require_Icon_2zUDcllO$1.default;
23
- const require_iconPropTypes = require_iconPropTypes_DaTOKOBs$1.default;
23
+ const require_rolldown_runtime = require_rolldown_runtime_DyAcNxqs$1.default;
24
+ const require_Icon_js = require_Icon$1.default;
25
+ const require_iconPropTypes = require_iconPropTypes_Dkz7B3UR$1.default;
24
26
  let react = require("react");
25
- react = require_Icon.__toESM(react);
27
+ react = require_rolldown_runtime.__toESM(react);
26
28
  let react_jsx_runtime = require("react/jsx-runtime");
27
- const RowInsert = /* @__PURE__ */ react.default.forwardRef(function RowInsert({ children, size = 16, ...rest }, ref) {
28
- return react.default.createElement(require_Icon.Icon, {
29
+ const RetryFailed = /* @__PURE__ */ react.default.forwardRef(function RetryFailed({ children, size = 16, ...rest }, ref) {
30
+ return react.default.createElement(require_Icon_js, {
29
31
  width: size,
30
32
  height: size,
31
33
  ref,
@@ -33,11 +35,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
33
35
  viewBox: "0 0 32 32",
34
36
  fill: "currentColor",
35
37
  ...rest
36
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H10a2.0021,2.0021,0,0,1-2-2V4a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,12ZM10,4v6H28V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H10a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM10,22v6H28V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 16 3.414 10.414 2 11.828 6.172 16 2 20.172 3.414 21.586 9 16z" }), children);
38
+ }, /* @__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);
37
39
  });
38
- if (process.env.NODE_ENV !== "production") RowInsert.propTypes = require_iconPropTypes.iconPropTypes;
39
- const Rss = /* @__PURE__ */ react.default.forwardRef(function Rss({ children, size = 16, ...rest }, ref) {
40
- return react.default.createElement(require_Icon.Icon, {
40
+ if (process.env.NODE_ENV !== "production") RetryFailed.propTypes = require_iconPropTypes.iconPropTypes;
41
+ const Return = /* @__PURE__ */ react.default.forwardRef(function Return({ children, size = 16, ...rest }, ref) {
42
+ return react.default.createElement(require_Icon_js, {
41
43
  width: size,
42
44
  height: size,
43
45
  ref,
@@ -45,11 +47,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
45
47
  viewBox: "0 0 32 32",
46
48
  fill: "currentColor",
47
49
  ...rest
48
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,18c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6C14,20.7,11.3,18,8,18z M8,28c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4 C12,26.2,10.2,28,8,28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24h-2C28,13,19,4,8,4V2C20.1,2,30,11.9,30,24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,24h-2c0-6.6-5.4-12-12-12v-2C15.7,10,22,16.3,22,24z" }), children);
50
+ }, /* @__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);
49
51
  });
50
- if (process.env.NODE_ENV !== "production") Rss.propTypes = require_iconPropTypes.iconPropTypes;
51
- const Rule = /* @__PURE__ */ react.default.forwardRef(function Rule({ children, size = 16, ...rest }, ref) {
52
- return react.default.createElement(require_Icon.Icon, {
52
+ if (process.env.NODE_ENV !== "production") Return.propTypes = require_iconPropTypes.iconPropTypes;
53
+ const Review = /* @__PURE__ */ react.default.forwardRef(function Review({ children, size = 16, ...rest }, ref) {
54
+ return react.default.createElement(require_Icon_js, {
53
55
  width: size,
54
56
  height: size,
55
57
  ref,
@@ -57,11 +59,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
57
59
  viewBox: "0 0 32 32",
58
60
  fill: "currentColor",
59
61
  ...rest
60
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 16H22V18H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 10H22V12H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,9.8242,26.7071A10.9815,10.9815,0,0,1,4,17V4A2.0022,2.0022,0,0,1,6,2H26a2.0022,2.0022,0,0,1,2,2V17a10.9815,10.9815,0,0,1-5.8242,9.7069ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z" }), children);
62
+ }, /* @__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);
61
63
  });
62
- if (process.env.NODE_ENV !== "production") Rule.propTypes = require_iconPropTypes.iconPropTypes;
63
- const RuleCancelled = /* @__PURE__ */ react.default.forwardRef(function RuleCancelled({ children, size = 16, ...rest }, ref) {
64
- return react.default.createElement(require_Icon.Icon, {
64
+ if (process.env.NODE_ENV !== "production") Review.propTypes = require_iconPropTypes.iconPropTypes;
65
+ const Rewind_10 = /* @__PURE__ */ react.default.forwardRef(function Rewind_10({ children, size = 16, ...rest }, ref) {
66
+ return react.default.createElement(require_Icon_js, {
65
67
  width: size,
66
68
  height: size,
67
69
  ref,
@@ -69,11 +71,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
69
71
  viewBox: "0 0 32 32",
70
72
  fill: "currentColor",
71
73
  ...rest
72
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 16H18V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,27.7334l-5.2344-2.791A8.9858,8.9858,0,0,1,4,17V4H24l0,11h2L26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,30Z" }), children);
74
+ }, /* @__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);
73
75
  });
74
- if (process.env.NODE_ENV !== "production") RuleCancelled.propTypes = require_iconPropTypes.iconPropTypes;
75
- const RuleDataQuality = /* @__PURE__ */ react.default.forwardRef(function RuleDataQuality({ children, size = 16, ...rest }, ref) {
76
- return react.default.createElement(require_Icon.Icon, {
76
+ if (process.env.NODE_ENV !== "production") Rewind_10.propTypes = require_iconPropTypes.iconPropTypes;
77
+ const Rewind_30 = /* @__PURE__ */ react.default.forwardRef(function Rewind_30({ children, size = 16, ...rest }, ref) {
78
+ return react.default.createElement(require_Icon_js, {
77
79
  width: size,
78
80
  height: size,
79
81
  ref,
@@ -81,22 +83,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
81
83
  viewBox: "0 0 32 32",
82
84
  fill: "currentColor",
83
85
  ...rest
84
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("switch", { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("foreignObject", {
85
- width: "1",
86
- height: "1",
87
- x: "0",
88
- y: "0",
89
- requiredExtensions: "http://ns.adobe.com/AdobeIllustrator/10.0/"
90
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("g", { children: [
91
- /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28.6l-2.8-2.8C27.7,25,28,24,28,23c0-2.8-2.2-5-5-5s-5,2.2-5,5s2.2,5,5,5c1,0,2-0.3,2.8-0.8l2.8,2.8 L30,28.6z M20,23c0-1.7,1.3-3,3-3s3,1.3,3,3s-1.3,3-3,3S20,24.7,20,23z" }),
92
- /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 16H18V18H8z" }),
93
- /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }),
94
- /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,27.7l-5.2-2.8C5.8,23.4,4,20.3,4,17V4h20v11h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7L14,30 V27.7z" })
95
- ] })] }), children);
86
+ }, /* @__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);
96
87
  });
97
- if (process.env.NODE_ENV !== "production") RuleDataQuality.propTypes = require_iconPropTypes.iconPropTypes;
98
- const RuleDraft = /* @__PURE__ */ react.default.forwardRef(function RuleDraft({ children, size = 16, ...rest }, ref) {
99
- return react.default.createElement(require_Icon.Icon, {
88
+ if (process.env.NODE_ENV !== "production") Rewind_30.propTypes = require_iconPropTypes.iconPropTypes;
89
+ const Rewind_5 = /* @__PURE__ */ react.default.forwardRef(function Rewind_5({ children, size = 16, ...rest }, ref) {
90
+ return react.default.createElement(require_Icon_js, {
100
91
  width: size,
101
92
  height: size,
102
93
  ref,
@@ -104,11 +95,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
104
95
  viewBox: "0 0 32 32",
105
96
  fill: "currentColor",
106
97
  ...rest
107
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.707,19.293l-3-3a.9994.9994,0,0,0-1.414,0L16,25.5859V30h4.4141l9.2929-9.293A.9994.9994,0,0,0,29.707,19.293ZM19.5859,28H18V26.4141l5-5L24.5859,23ZM26,21.5859,24.4141,20,26,18.4141,27.5859,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 16H18V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z" }), children);
98
+ }, /* @__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);
108
99
  });
109
- if (process.env.NODE_ENV !== "production") RuleDraft.propTypes = require_iconPropTypes.iconPropTypes;
110
- const RuleFilled = /* @__PURE__ */ react.default.forwardRef(function RuleFilled({ children, size = 16, ...rest }, ref) {
111
- return react.default.createElement(require_Icon.Icon, {
100
+ if (process.env.NODE_ENV !== "production") Rewind_5.propTypes = require_iconPropTypes.iconPropTypes;
101
+ const Rexx = /* @__PURE__ */ react.default.forwardRef(function Rexx({ children, size = 16, ...rest }, ref) {
102
+ return react.default.createElement(require_Icon_js, {
112
103
  width: size,
113
104
  height: size,
114
105
  ref,
@@ -116,18 +107,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
116
107
  viewBox: "0 0 32 32",
117
108
  fill: "currentColor",
118
109
  ...rest
119
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
120
- fill: "none",
121
- d: "M9 16H23V18H9z",
122
- "data-icon-path": "inner-path"
123
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
124
- fill: "none",
125
- d: "M9 10H23V12H9z"
126
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L16,30l6.1758-3.293A10.9814,10.9814,0,0,0,28,17V4A2.0023,2.0023,0,0,0,26,2ZM23,18H9V16H23Zm0-6H9V10H23Z" }), children);
110
+ }, /* @__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);
127
111
  });
128
- if (process.env.NODE_ENV !== "production") RuleFilled.propTypes = require_iconPropTypes.iconPropTypes;
129
- const RuleLocked = /* @__PURE__ */ react.default.forwardRef(function RuleLocked({ children, size = 16, ...rest }, ref) {
130
- return react.default.createElement(require_Icon.Icon, {
112
+ if (process.env.NODE_ENV !== "production") Rexx.propTypes = require_iconPropTypes.iconPropTypes;
113
+ const RightPanelClose = /* @__PURE__ */ react.default.forwardRef(function RightPanelClose({ children, size = 16, ...rest }, ref) {
114
+ return react.default.createElement(require_Icon_js, {
131
115
  width: size,
132
116
  height: size,
133
117
  ref,
@@ -135,11 +119,14 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
135
119
  viewBox: "0 0 32 32",
136
120
  fill: "currentColor",
137
121
  ...rest
138
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,22v-3c0-2.2-1.8-4-4-4s-4,1.8-4,4v3c-1.1,0-2,0.9-2,2v5c0,1.1,0.9,2,2,2h8c1.1,0,2-0.9,2-2v-5C30,22.9,29.1,22,28,22z M22,19c0-1.1,0.9-2,2-2s2,0.9,2,2v3h-4V19z M20,29v-5h8v5H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 16H14V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v8h2V4z" }), children);
122
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
123
+ strokeWidth: "0",
124
+ 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"
125
+ }), children);
139
126
  });
140
- if (process.env.NODE_ENV !== "production") RuleLocked.propTypes = require_iconPropTypes.iconPropTypes;
141
- const RulePartial = /* @__PURE__ */ react.default.forwardRef(function RulePartial({ children, size = 16, ...rest }, ref) {
142
- return react.default.createElement(require_Icon.Icon, {
127
+ if (process.env.NODE_ENV !== "production") RightPanelClose.propTypes = require_iconPropTypes.iconPropTypes;
128
+ const RightPanelCloseFilled = /* @__PURE__ */ react.default.forwardRef(function RightPanelCloseFilled({ children, size = 16, ...rest }, ref) {
129
+ return react.default.createElement(require_Icon_js, {
143
130
  width: size,
144
131
  height: size,
145
132
  ref,
@@ -147,11 +134,14 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
147
134
  viewBox: "0 0 32 32",
148
135
  fill: "currentColor",
149
136
  ...rest
150
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,16c-3.9,0-7,3.1-7,7s3.1,7,7,7s7-3.1,7-7S26.9,16,23,16z M23,28V18c2.8,0,5,2.2,5,5S25.8,28,23,28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 16H14V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v9h2V4z" }), children);
137
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
138
+ strokeWidth: "0",
139
+ 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"
140
+ }), children);
151
141
  });
152
- if (process.env.NODE_ENV !== "production") RulePartial.propTypes = require_iconPropTypes.iconPropTypes;
153
- const RuleTest = /* @__PURE__ */ react.default.forwardRef(function RuleTest({ children, size = 16, ...rest }, ref) {
154
- return react.default.createElement(require_Icon.Icon, {
142
+ if (process.env.NODE_ENV !== "production") RightPanelCloseFilled.propTypes = require_iconPropTypes.iconPropTypes;
143
+ const RightPanelOpen = /* @__PURE__ */ react.default.forwardRef(function RightPanelOpen({ children, size = 16, ...rest }, ref) {
144
+ return react.default.createElement(require_Icon_js, {
155
145
  width: size,
156
146
  height: size,
157
147
  ref,
@@ -159,11 +149,14 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
159
149
  viewBox: "0 0 32 32",
160
150
  fill: "currentColor",
161
151
  ...rest
162
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,23,30Zm0-12a5,5,0,1,0,5,5A5.0055,5.0055,0,0,0,23,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 24.586 24 22.586 24 20 22 20 22 23.414 24.586 26 26 24.586z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 16H14V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z" }), children);
152
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
153
+ strokeWidth: "0",
154
+ 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"
155
+ }), children);
163
156
  });
164
- if (process.env.NODE_ENV !== "production") RuleTest.propTypes = require_iconPropTypes.iconPropTypes;
165
- const RuleGroupingDataQuality = /* @__PURE__ */ react.default.forwardRef(function RuleGroupingDataQuality({ children, size = 16, ...rest }, ref) {
166
- return react.default.createElement(require_Icon.Icon, {
157
+ if (process.env.NODE_ENV !== "production") RightPanelOpen.propTypes = require_iconPropTypes.iconPropTypes;
158
+ const RightPanelOpenFilled = /* @__PURE__ */ react.default.forwardRef(function RightPanelOpenFilled({ children, size = 16, ...rest }, ref) {
159
+ return react.default.createElement(require_Icon_js, {
167
160
  width: size,
168
161
  height: size,
169
162
  ref,
@@ -171,11 +164,14 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
171
164
  viewBox: "0 0 32 32",
172
165
  fill: "currentColor",
173
166
  ...rest
174
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31,29.5829l-2.8325-2.8306c.5237-.7905.8325-1.7354.8325-2.7524,0-2.7568-2.2432-5-5-5s-5,2.2432-5,5,2.2432,5,5,5c1.0171,0,1.9619-.3086,2.7524-.8325l2.8306,2.8325,1.417-1.417ZM21,23.9999c0-1.6543,1.3457-3,3-3s3,1.3457,3,3-1.3457,3-3,3-3-1.3457-3-3ZM28.42,6.9999H10.58c-.87,0-1.58.7-1.58,1.57v12.2201c0,3.19.27,6.12,3.11,7.62l4.89,2.59v-2.26l-3.95-2.09c-2.19-1.16-2.05-3.41-2.05-5.86v-11.7901h17v8.0001h2v-8.4301c0-.87-.71-1.57-1.58-1.57ZM21.42.9999H3.58c-.87,0-1.58.7-1.58,1.57v12.22c0,3.19.27,6.12,3.11,7.62l1.89,1v-2.2599l-.95-.5c-2.19-1.16-2.05-3.41-2.05-5.86V2.9999h17v2h2v-2.43c0-.87-.71-1.57-1.58-1.57ZM24,13h-11v-2h11v2ZM22,17h-9v-2h9v2Z" }), children);
167
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
168
+ strokeWidth: "0",
169
+ 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"
170
+ }), children);
175
171
  });
176
- if (process.env.NODE_ENV !== "production") RuleGroupingDataQuality.propTypes = require_iconPropTypes.iconPropTypes;
177
- const Ruler = /* @__PURE__ */ react.default.forwardRef(function Ruler({ children, size = 16, ...rest }, ref) {
178
- return react.default.createElement(require_Icon.Icon, {
172
+ if (process.env.NODE_ENV !== "production") RightPanelOpenFilled.propTypes = require_iconPropTypes.iconPropTypes;
173
+ const Road = /* @__PURE__ */ react.default.forwardRef(function Road({ children, size = 16, ...rest }, ref) {
174
+ return react.default.createElement(require_Icon_js, {
179
175
  width: size,
180
176
  height: size,
181
177
  ref,
@@ -183,11 +179,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
183
179
  viewBox: "0 0 32 32",
184
180
  fill: "currentColor",
185
181
  ...rest
186
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,10H3a1,1,0,0,0-1,1V21a1,1,0,0,0,1,1H29a1,1,0,0,0,1-1V11A1,1,0,0,0,29,10ZM28,20H4V12H8v4h2V12h5v4h2V12h5v4h2V12h4Z" }), children);
182
+ }, /* @__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);
187
183
  });
188
- if (process.env.NODE_ENV !== "production") Ruler.propTypes = require_iconPropTypes.iconPropTypes;
189
- const RulerAlt = /* @__PURE__ */ react.default.forwardRef(function RulerAlt({ children, size = 16, ...rest }, ref) {
190
- return react.default.createElement(require_Icon.Icon, {
184
+ if (process.env.NODE_ENV !== "production") Road.propTypes = require_iconPropTypes.iconPropTypes;
185
+ const RoadWeather = /* @__PURE__ */ react.default.forwardRef(function RoadWeather({ children, size = 16, ...rest }, ref) {
186
+ return react.default.createElement(require_Icon_js, {
191
187
  width: size,
192
188
  height: size,
193
189
  ref,
@@ -195,11 +191,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
195
191
  viewBox: "0 0 32 32",
196
192
  fill: "currentColor",
197
193
  ...rest
198
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.41,21.67,10.34,2.58a2,2,0,0,0-2.83,0L2.59,7.51a2,2,0,0,0,0,2.82L21.66,29.42a2,2,0,0,0,1.42.58,2,2,0,0,0,1.41-.58l4.92-4.93A2,2,0,0,0,29.41,21.67ZM23.08,28,4,8.92,8.92,4l3.79,3.79L10.46,10l1.41,1.41L14.12,9.2l4.13,4.13L16,15.58,17.42,17l2.25-2.25,4.13,4.13-2.25,2.25L23,22.54l2.25-2.25L28,23.08Z" }), children);
194
+ }, /* @__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);
199
195
  });
200
- if (process.env.NODE_ENV !== "production") RulerAlt.propTypes = require_iconPropTypes.iconPropTypes;
201
- const Run = /* @__PURE__ */ react.default.forwardRef(function Run({ children, size = 16, ...rest }, ref) {
202
- return react.default.createElement(require_Icon.Icon, {
196
+ if (process.env.NODE_ENV !== "production") RoadWeather.propTypes = require_iconPropTypes.iconPropTypes;
197
+ const Roadmap = /* @__PURE__ */ react.default.forwardRef(function Roadmap({ children, size = 16, ...rest }, ref) {
198
+ return react.default.createElement(require_Icon_js, {
203
199
  width: size,
204
200
  height: size,
205
201
  ref,
@@ -207,11 +203,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
207
203
  viewBox: "0 0 32 32",
208
204
  fill: "currentColor",
209
205
  ...rest
210
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,16a6,6,0,1,1-6,6,6,6,0,0,1,6-6m0-2a8,8,0,1,0,8,8,8,8,0,0,0-8-8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V12H28V6A2,2,0,0,0,26,4ZM6,10V6H26v4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 19 19 25 24 22 19 19z" }), children);
206
+ }, /* @__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);
211
207
  });
212
- if (process.env.NODE_ENV !== "production") Run.propTypes = require_iconPropTypes.iconPropTypes;
213
- const RunMirror = /* @__PURE__ */ react.default.forwardRef(function RunMirror({ children, size = 16, ...rest }, ref) {
214
- return react.default.createElement(require_Icon.Icon, {
208
+ if (process.env.NODE_ENV !== "production") Roadmap.propTypes = require_iconPropTypes.iconPropTypes;
209
+ const Rocket = /* @__PURE__ */ react.default.forwardRef(function Rocket({ children, size = 16, ...rest }, ref) {
210
+ return react.default.createElement(require_Icon_js, {
215
211
  width: size,
216
212
  height: size,
217
213
  ref,
@@ -219,11 +215,14 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
219
215
  viewBox: "0 0 32 32",
220
216
  fill: "currentColor",
221
217
  ...rest
222
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 19 9 25 14 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,16c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S7.7,16,11,16 M11,14c-4.4,0-8,3.6-8,8s3.6,8,8,8s8-3.6,8-8S15.4,14,11,14 L11,14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,6v6h22v14h-4v2h4c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H6C4.9,4,4,4.9,4,6z M6,10V6h20v4H6z" }), children);
218
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
219
+ d: "M6.34 19H17.65V21H6.34z",
220
+ transform: "rotate(-45 11.995 20.002)"
221
+ }), /* @__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);
223
222
  });
224
- if (process.env.NODE_ENV !== "production") RunMirror.propTypes = require_iconPropTypes.iconPropTypes;
225
- const RunViewIcon = /* @__PURE__ */ react.default.forwardRef(function RunViewIcon({ children, size = 16, ...rest }, ref) {
226
- return react.default.createElement(require_Icon.Icon, {
223
+ if (process.env.NODE_ENV !== "production") Rocket.propTypes = require_iconPropTypes.iconPropTypes;
224
+ const Rotate = /* @__PURE__ */ react.default.forwardRef(function Rotate({ children, size = 16, ...rest }, ref) {
225
+ return react.default.createElement(require_Icon_js, {
227
226
  width: size,
228
227
  height: size,
229
228
  ref,
@@ -231,11 +230,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
231
230
  viewBox: "0 0 32 32",
232
231
  fill: "currentColor",
233
232
  ...rest
234
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.48,14.1201L8.48,3.1201c-.1499-.0801-.3101-.1201-.48-.1201-.55,0-1,.4502-1,1v11h2V5.6899l16.9199,9.3101-7.04,3.8799,1.4702,1.4702,8.1299-4.4702c.1699-.0996.3-.23.3999-.3999.2603-.48.0901-1.0898-.3999-1.3599ZM13.9748,26.0001h2.0254v-2h-2v-1.5c0-.0276-.0037-.0542-.0042-.0818l2.7112-2.7112-1.4141-1.4141-1.8374,1.8374c-.8876-1.8481-2.7725-3.1304-4.9556-3.1304s-4.068,1.2822-4.9556,3.1304l-1.8374-1.8374-1.4141,1.4141,2.7112,2.7112c-.0005.0276-.0042.0542-.0042.0818v1.5H1.0002v2h2.0254c.0398.4397.1337.8632.2712,1.2671l-2.8513,1.9009,1.1094,1.6641,2.7219-1.8147c1.0098,1.2104,2.5278,1.9827,4.2234,1.9827s3.2136-.7722,4.2234-1.9827l2.7219,1.8147,1.1094-1.6641-2.8513-1.9009c.1376-.4039.2314-.8274.2712-1.2671ZM8.5002,19.0001c1.3909,0,2.585.8218,3.1489,2h-6.2979c.564-1.1782,1.7581-2,3.1489-2ZM8.5002,29.0001c-1.9297,0-3.5-1.5703-3.5-3.5v-2.5h7v2.5c0,1.9297-1.5703,3.5-3.5,3.5Z" }), children);
233
+ }, /* @__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);
235
234
  });
236
- if (process.env.NODE_ENV !== "production") RunViewIcon.propTypes = require_iconPropTypes.iconPropTypes;
237
- const Running = /* @__PURE__ */ react.default.forwardRef(function Running({ children, size = 16, ...rest }, ref) {
238
- return react.default.createElement(require_Icon.Icon, {
235
+ if (process.env.NODE_ENV !== "production") Rotate.propTypes = require_iconPropTypes.iconPropTypes;
236
+ const WatsonHealthRotate_180 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthRotate_180({ children, size = 16, ...rest }, ref) {
237
+ return react.default.createElement(require_Icon_js, {
239
238
  width: size,
240
239
  height: size,
241
240
  ref,
@@ -243,11 +242,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
243
242
  viewBox: "0 0 32 32",
244
243
  fill: "currentColor",
245
244
  ...rest
246
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m21.707,20.293l-5-5c-.1951-.1953-.451-.293-.707-.293s-.512.0977-.707.293L2,28.5859l1.4143,1.4141,12.5857-12.5859,3.5857,3.5859-5.5857,5.5859,1.4143,1.4141,2.292-2.292,4.0007-4.001c.1953-.1953.293-.4512.293-.707s-.0977-.5117-.293-.707Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28.5859,9l-5.5859,5.5859-6.0012-6.0015c-.392-.3918-.9073-.5865-1.422-.5845-.5096.002-1.0185.1968-1.4063.5845l-6.1704,6.1753,1.4143,1.4141,6.1704-6.1748,6.7083,6.708c.1951.1953.4512.293.707.293s.512-.0977.707-.293l6.293-6.293-1.4141-1.4141Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22.5,9c-1.9299,0-3.5-1.5701-3.5-3.5s1.5701-3.5,3.5-3.5,3.5,1.5701,3.5,3.5-1.5701,3.5-3.5,3.5Zm0-5c-.8271,0-1.5.6729-1.5,1.5s.6729,1.5,1.5,1.5,1.5-.6729,1.5-1.5-.6729-1.5-1.5-1.5Z" }), children);
245
+ }, /* @__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);
247
246
  });
248
- if (process.env.NODE_ENV !== "production") Running.propTypes = require_iconPropTypes.iconPropTypes;
249
- const QS = /* @__PURE__ */ react.default.forwardRef(function QS({ children, size = 16, ...rest }, ref) {
250
- return react.default.createElement(require_Icon.Icon, {
247
+ if (process.env.NODE_ENV !== "production") WatsonHealthRotate_180.propTypes = require_iconPropTypes.iconPropTypes;
248
+ const WatsonHealthRotate_360 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthRotate_360({ children, size = 16, ...rest }, ref) {
249
+ return react.default.createElement(require_Icon_js, {
251
250
  width: size,
252
251
  height: size,
253
252
  ref,
@@ -255,11 +254,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
255
254
  viewBox: "0 0 32 32",
256
255
  fill: "currentColor",
257
256
  ...rest
258
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H12V21h6V17H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z" }), children);
257
+ }, /* @__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);
259
258
  });
260
- if (process.env.NODE_ENV !== "production") QS.propTypes = require_iconPropTypes.iconPropTypes;
261
- const QSAlt = /* @__PURE__ */ react.default.forwardRef(function QSAlt({ children, size = 16, ...rest }, ref) {
262
- return react.default.createElement(require_Icon.Icon, {
259
+ if (process.env.NODE_ENV !== "production") WatsonHealthRotate_360.propTypes = require_iconPropTypes.iconPropTypes;
260
+ const RotateClockwise = /* @__PURE__ */ react.default.forwardRef(function RotateClockwise({ children, size = 16, ...rest }, ref) {
261
+ return react.default.createElement(require_Icon_js, {
263
262
  width: size,
264
263
  height: size,
265
264
  ref,
@@ -267,11 +266,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
267
266
  viewBox: "0 0 32 32",
268
267
  fill: "currentColor",
269
268
  ...rest
270
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 9 22 9 22 7 20 7 20 9 18 9 18 11 20 11 20 17 22 17 22 11 24 11 24 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H8V21h6V17H10a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H10v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,14,23Z" }), children);
269
+ }, /* @__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);
271
270
  });
272
- if (process.env.NODE_ENV !== "production") QSAlt.propTypes = require_iconPropTypes.iconPropTypes;
273
- const SailboatCoastal = /* @__PURE__ */ react.default.forwardRef(function SailboatCoastal({ children, size = 16, ...rest }, ref) {
274
- return react.default.createElement(require_Icon.Icon, {
271
+ if (process.env.NODE_ENV !== "production") RotateClockwise.propTypes = require_iconPropTypes.iconPropTypes;
272
+ const RotateClockwiseAlt = /* @__PURE__ */ react.default.forwardRef(function RotateClockwiseAlt({ children, size = 16, ...rest }, ref) {
273
+ return react.default.createElement(require_Icon_js, {
275
274
  width: size,
276
275
  height: size,
277
276
  ref,
@@ -279,11 +278,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
279
278
  viewBox: "0 0 32 32",
280
279
  fill: "currentColor",
281
280
  ...rest
282
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.7808,26,25.97,21.2422A1,1,0,0,0,25,20H20V17h5a1,1,0,0,0,.9082-1.4189l-6-13a1.0006,1.0006,0,0,0-1.7021-.19L8.2075,15.3906A1,1,0,0,0,9,17h9v3H7a1,1,0,0,0-.97,1.2422L7.2192,26H2v2H30V26ZM20,7.5527,23.437,15H20ZM11.0308,15,18,5.94V15ZM22.7192,26H9.2808l-1-4H23.7192Z" }), children);
281
+ }, /* @__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);
283
282
  });
284
- if (process.env.NODE_ENV !== "production") SailboatCoastal.propTypes = require_iconPropTypes.iconPropTypes;
285
- const SailboatOffshore = /* @__PURE__ */ react.default.forwardRef(function SailboatOffshore({ children, size = 16, ...rest }, ref) {
286
- return react.default.createElement(require_Icon.Icon, {
283
+ if (process.env.NODE_ENV !== "production") RotateClockwiseAlt.propTypes = require_iconPropTypes.iconPropTypes;
284
+ const RotateClockwiseAltFilled = /* @__PURE__ */ react.default.forwardRef(function RotateClockwiseAltFilled({ children, size = 16, ...rest }, ref) {
285
+ return react.default.createElement(require_Icon_js, {
287
286
  width: size,
288
287
  height: size,
289
288
  ref,
@@ -291,11 +290,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
291
290
  viewBox: "0 0 32 32",
292
291
  fill: "currentColor",
293
292
  ...rest
294
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.9692,25H9.0308l-.75-3H23.7192l-.75,3h2.0616l.9394-3.7578A1,1,0,0,0,25,20H20V17h5a1,1,0,0,0,.9082-1.4189l-6-13a1.0006,1.0006,0,0,0-1.7021-.19L8.2075,15.3906A1,1,0,0,0,9,17h9v3H7a1,1,0,0,0-.97,1.2422ZM20,7.5527,23.437,15H20ZM11.0308,15,18,5.94V15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.9058,25.751A2.998,2.998,0,0,1,24,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,20,25a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,16,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,12,25a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,8,28a2.998,2.998,0,0,1-2.9058-2.249l-1.9365.498A4.9965,4.9965,0,0,0,8,30a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,24,30a4.9965,4.9965,0,0,0,4.8423-3.751Z" }), children);
293
+ }, /* @__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);
295
294
  });
296
- if (process.env.NODE_ENV !== "production") SailboatOffshore.propTypes = require_iconPropTypes.iconPropTypes;
297
- const SalesOps = /* @__PURE__ */ react.default.forwardRef(function SalesOps({ children, size = 16, ...rest }, ref) {
298
- return react.default.createElement(require_Icon.Icon, {
295
+ if (process.env.NODE_ENV !== "production") RotateClockwiseAltFilled.propTypes = require_iconPropTypes.iconPropTypes;
296
+ const RotateClockwiseFilled = /* @__PURE__ */ react.default.forwardRef(function RotateClockwiseFilled({ children, size = 16, ...rest }, ref) {
297
+ return react.default.createElement(require_Icon_js, {
299
298
  width: size,
300
299
  height: size,
301
300
  ref,
@@ -303,11 +302,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
303
302
  viewBox: "0 0 32 32",
304
303
  fill: "currentColor",
305
304
  ...rest
306
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,6v-2h-3v-2h-2v2h-1c-1.1028,0-2,.8975-2,2v2c0,1.1025.8972,2,2,2h4v2h-6v2h3v2h2v-2h1c1.1028,0,2-.8975,2-2v-2c0-1.1025-.8972-2-2-2h-4v-2h6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,20v2h2.5859l-3.5857,3.5859-2.2917-2.293c-.1875-.1875-.4419-.293-.707-.293h-.0015c-.2651,0-.5183.1055-.7058.293l-5.2942,5.293,1.4143,1.4141,4.5867-4.5859,2.2917,2.293c.1875.1875.4419.293.7073.293.2651,0,.5195-.1055.707-.293l4.293-4.293v2.5859h2v-6h-6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m4,30h-2v-5c0-3.8599,3.1401-7,7-7h6c1.9885,0,3.8901.8502,5.217,2.3328l-1.4902,1.334c-.948-1.0592-2.3064-1.6667-3.7268-1.6667h-6c-2.7571,0-5,2.243-5,5v5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m12,16c3.866,0,7-3.134,7-7s-3.134-7-7-7-7,3.134-7,7,3.134,7,7,7Zm0-12c2.7615,0,5,2.2385,5,5s-2.2385,5-5,5-5-2.2385-5-5c.0032-2.7601,2.2399-4.9968,5-5Z" }), children);
305
+ }, /* @__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);
307
306
  });
308
- if (process.env.NODE_ENV !== "production") SalesOps.propTypes = require_iconPropTypes.iconPropTypes;
309
- const SankeyDiagram = /* @__PURE__ */ react.default.forwardRef(function SankeyDiagram({ children, size = 16, ...rest }, ref) {
310
- return react.default.createElement(require_Icon.Icon, {
307
+ if (process.env.NODE_ENV !== "production") RotateClockwiseFilled.propTypes = require_iconPropTypes.iconPropTypes;
308
+ const RotateCounterclockwise = /* @__PURE__ */ react.default.forwardRef(function RotateCounterclockwise({ children, size = 16, ...rest }, ref) {
309
+ return react.default.createElement(require_Icon_js, {
311
310
  width: size,
312
311
  height: size,
313
312
  ref,
@@ -315,11 +314,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
315
314
  viewBox: "0 0 32 32",
316
315
  fill: "currentColor",
317
316
  ...rest
318
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2V8.0439c-1.9634.1968-6.3162,1.2325-10.5637,6.2764-.198-.2768-.3982-.5464-.5882-.8506C11.9736,5.6714,6.3191,4.2759,4,4.042V2H2V30H4V26.0464a14.8661,14.8661,0,0,0,9.9185-3.96C18.47,27.46,25.2363,28.0381,27.9341,28.0381c.0244,0,.0422-.001.0659-.001V30h2V2Zm0,8.0552v9.99a12.8834,12.8834,0,0,1-9.2756-4.1328C22.5032,11.2666,26.2915,10.26,28,10.0552ZM15.1519,14.53c.3242.5185.663.9907,1.0078,1.4409-.3384.4741-.6753.9707-1.0078,1.5029a16.1346,16.1346,0,0,1-1.0313,1.4531c-.0825-.1372-.1675-.27-.2466-.4126C9.3279,10.3315,5.7871,8.4438,4,8.0684V6.0508C5.9932,6.2905,10.8228,7.6035,15.1519,14.53ZM4,24.0488V10.1406c1.3254.4644,4.2034,2.2847,8.126,9.3448.1894.3413.396.6523.6.9667A12.8784,12.8784,0,0,1,4,24.0488Zm11.3179-3.4209a18.0563,18.0563,0,0,0,1.53-2.0937c.2212-.354.4454-.67.6687-.9951A14.8686,14.8686,0,0,0,28,22.0425v3.9863C25.67,26.019,19.374,25.5088,15.3179,20.6279Z" }), children);
317
+ }, /* @__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);
319
318
  });
320
- if (process.env.NODE_ENV !== "production") SankeyDiagram.propTypes = require_iconPropTypes.iconPropTypes;
321
- const SankeyDiagramAlt = /* @__PURE__ */ react.default.forwardRef(function SankeyDiagramAlt({ children, size = 16, ...rest }, ref) {
322
- return react.default.createElement(require_Icon.Icon, {
319
+ if (process.env.NODE_ENV !== "production") RotateCounterclockwise.propTypes = require_iconPropTypes.iconPropTypes;
320
+ const RotateCounterclockwiseAlt = /* @__PURE__ */ react.default.forwardRef(function RotateCounterclockwiseAlt({ children, size = 16, ...rest }, ref) {
321
+ return react.default.createElement(require_Icon_js, {
323
322
  width: size,
324
323
  height: size,
325
324
  ref,
@@ -327,11 +326,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
327
326
  viewBox: "0 0 32 32",
328
327
  fill: "currentColor",
329
328
  ...rest
330
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,2H2V16H8.1113a7.0359,7.0359,0,0,1,3.13.7393L15.7637,19l-4.522,2.2607A7.0359,7.0359,0,0,1,8.1113,22H2v8H9.2231a9.0446,9.0446,0,0,0,4.0249-.95L21.87,24.7393A7.0359,7.0359,0,0,1,25,24h5V14H25a7.0359,7.0359,0,0,1-3.13-.7393L15.3481,10H30ZM8,4H24V8H8ZM4,4H6V14H4ZM4,24H6v4H4Zm16.9751-1.05-8.6216,4.3105A7.0359,7.0359,0,0,1,9.2231,28H8V24h.1113a9.0446,9.0446,0,0,0,4.0249-.95L18,20.1182l1.8638.9316a9.0446,9.0446,0,0,0,4.0249.95H24v.0586A9.0515,9.0515,0,0,0,20.9751,22.95ZM28,22H26V16h2ZM12.3535,10.7393l8.6216,4.31A9.0515,9.0515,0,0,0,24,15.9414V20h-.1113a7.0359,7.0359,0,0,1-3.13-.7393l-8.6221-4.31A9.0446,9.0446,0,0,0,8.1113,14H8V10H9.2231A7.0359,7.0359,0,0,1,12.3535,10.7393ZM28,8H26V4h2Z" }), children);
329
+ }, /* @__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);
331
330
  });
332
- if (process.env.NODE_ENV !== "production") SankeyDiagramAlt.propTypes = require_iconPropTypes.iconPropTypes;
333
- const Sap = /* @__PURE__ */ react.default.forwardRef(function Sap({ children, size = 16, ...rest }, ref) {
334
- return react.default.createElement(require_Icon.Icon, {
331
+ if (process.env.NODE_ENV !== "production") RotateCounterclockwiseAlt.propTypes = require_iconPropTypes.iconPropTypes;
332
+ const RotateCounterclockwiseAltFilled = /* @__PURE__ */ react.default.forwardRef(function RotateCounterclockwiseAltFilled({ children, size = 16, ...rest }, ref) {
333
+ return react.default.createElement(require_Icon_js, {
335
334
  width: size,
336
335
  height: size,
337
336
  ref,
@@ -339,11 +338,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
339
338
  viewBox: "0 0 32 32",
340
339
  fill: "currentColor",
341
340
  ...rest
342
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,8h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157,2H4c-1.1046,0-2,.8954-2,2v12c0,1.1046.8954,2,2,2h1.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h4.1843c.2653,0,.5197-.1054.7073-.293l14-14c.6299-.6299.1836-1.707-.7073-1.707ZM20,8c.5522,0,1,.4478,1,1s-.4478,1-1,1-1-.4478-1-1,.4478-1,1-1ZM8,24c-.5522,0-1-.4478-1-1s.4478-1,1-1,1,.4478,1,1-.4478,1-1,1ZM14.5857,22h-3.77c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157,2h-1.1843v-12h13.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h3.77s-12,12-12,12Z" }), children);
341
+ }, /* @__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);
343
342
  });
344
- if (process.env.NODE_ENV !== "production") Sap.propTypes = require_iconPropTypes.iconPropTypes;
345
- const Satellite = /* @__PURE__ */ react.default.forwardRef(function Satellite({ children, size = 16, ...rest }, ref) {
346
- return react.default.createElement(require_Icon.Icon, {
343
+ if (process.env.NODE_ENV !== "production") RotateCounterclockwiseAltFilled.propTypes = require_iconPropTypes.iconPropTypes;
344
+ const RotateCounterclockwiseFilled = /* @__PURE__ */ react.default.forwardRef(function RotateCounterclockwiseFilled({ children, size = 16, ...rest }, ref) {
345
+ return react.default.createElement(require_Icon_js, {
347
346
  width: size,
348
347
  height: size,
349
348
  ref,
@@ -351,11 +350,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
351
350
  viewBox: "0 0 32 32",
352
351
  fill: "currentColor",
353
352
  ...rest
354
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.9141,16.5l2.7929-2.793a.9994.9994,0,0,0,0-1.414L23.4141,10,25.5,7.9141,28.5859,11,30,9.5859,22.4141,2,21,3.4141,24.0859,6.5,22,8.5859,19.707,6.293a.9994.9994,0,0,0-1.414,0L15.5,9.0859,8.707,2.293a.9994.9994,0,0,0-1.414,0l-5,5a.9994.9994,0,0,0,0,1.414L9.0859,15.5,6.293,18.293a.9994.9994,0,0,0,0,1.414L8.5859,22,6.5,24.0859,3.4141,21,2,22.4141,9.5859,30,11,28.5859,7.9141,25.5,10,23.4141l2.293,2.2929a.9995.9995,0,0,0,1.414,0L16.5,22.9141l6.793,6.7929a.9995.9995,0,0,0,1.414,0l5-5a.9994.9994,0,0,0,0-1.414ZM4.4141,8,8,4.4141,10.0859,6.5,6.5,10.0859Zm3.5,3.5L11.5,7.9141,14.0859,10.5,10.5,14.0859ZM13,23.5859,8.4141,19,19,8.4141,23.5859,13ZM17.9141,21.5,21.5,17.9141,24.0859,20.5,20.5,24.0859ZM24,27.5859,21.9141,25.5,25.5,21.9141,27.5859,24Z" }), children);
353
+ }, /* @__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);
355
354
  });
356
- if (process.env.NODE_ENV !== "production") Satellite.propTypes = require_iconPropTypes.iconPropTypes;
357
- const SatelliteRadar = /* @__PURE__ */ react.default.forwardRef(function SatelliteRadar({ children, size = 16, ...rest }, ref) {
358
- return react.default.createElement(require_Icon.Icon, {
355
+ if (process.env.NODE_ENV !== "production") RotateCounterclockwiseFilled.propTypes = require_iconPropTypes.iconPropTypes;
356
+ const Router = /* @__PURE__ */ react.default.forwardRef(function Router({ children, size = 16, ...rest }, ref) {
357
+ return react.default.createElement(require_Icon_js, {
359
358
  width: size,
360
359
  height: size,
361
360
  ref,
@@ -363,11 +362,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
363
362
  viewBox: "0 0 32 32",
364
363
  fill: "currentColor",
365
364
  ...rest
366
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,14H28A10.0113,10.0113,0,0,0,18,4V2A12.0137,12.0137,0,0,1,30,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,14H24a6.0067,6.0067,0,0,0-6-6V6A8.0092,8.0092,0,0,1,26,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28V24.96a9.9124,9.9124,0,0,0,7.3179-2.208,1.8482,1.8482,0,0,0,.6777-1.3344,1.8,1.8,0,0,0-.5239-1.36L18.4141,15,21,12.4141,19.5859,11,17,13.5859,11.9419,8.5273a1.8145,1.8145,0,0,0-1.36-.5229,1.845,1.845,0,0,0-1.3339.6782,9.9566,9.9566,0,0,0-.5127,11.95L6.2793,28H2v2H30V28ZM10.68,10.0938,21.9058,21.32A8.0011,8.0011,0,0,1,10.68,10.0938ZM14,28H8.3875l1.8757-5.627A9.9894,9.9894,0,0,0,14,24.5435Z" }), children);
365
+ }, /* @__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);
367
366
  });
368
- if (process.env.NODE_ENV !== "production") SatelliteRadar.propTypes = require_iconPropTypes.iconPropTypes;
369
- const SatelliteWeather = /* @__PURE__ */ react.default.forwardRef(function SatelliteWeather({ children, size = 16, ...rest }, ref) {
370
- return react.default.createElement(require_Icon.Icon, {
367
+ if (process.env.NODE_ENV !== "production") Router.propTypes = require_iconPropTypes.iconPropTypes;
368
+ const RouterVoice = /* @__PURE__ */ react.default.forwardRef(function RouterVoice({ children, size = 16, ...rest }, ref) {
369
+ return react.default.createElement(require_Icon_js, {
371
370
  width: size,
372
371
  height: size,
373
372
  ref,
@@ -375,11 +374,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
375
374
  viewBox: "0 0 32 32",
376
375
  fill: "currentColor",
377
376
  ...rest
378
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.5,12H19a4,4,0,0,1,0-8h.0835A4.7864,4.7864,0,0,1,23,2a4.9816,4.9816,0,0,1,4.6543,3.2034A3.4667,3.4667,0,0,1,30,8.5,3.5041,3.5041,0,0,1,26.5,12ZM19,6a2,2,0,0,0,0,4h7.5A1.5017,1.5017,0,0,0,28,8.5a1.4855,1.4855,0,0,0-1.2778-1.4739L26.061,6.927l-.1616-.6487a2.9568,2.9568,0,0,0-5.4873-.7121L20.1143,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,28V24.8882a7.9363,7.9363,0,0,0,4.707-2.2818.9995.9995,0,0,0,0-1.414L13.4644,16.95,16,14.4141,14.5859,13,12.05,15.5356,7.8076,11.293a.9994.9994,0,0,0-1.414,0,7.9993,7.9993,0,0,0,0,11.3134c.1621.1622.3327.3125.5058.459L4.4321,28H2v2H30V28Zm-2,0H6.6685L8.59,24.1567A7.8927,7.8927,0,0,0,11,24.873ZM7.8076,21.1924a6.0036,6.0036,0,0,1-.6489-7.72l8.3686,8.3681a6.0026,6.0026,0,0,1-7.72-.6484Z" }), children);
377
+ }, /* @__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);
379
378
  });
380
- if (process.env.NODE_ENV !== "production") SatelliteWeather.propTypes = require_iconPropTypes.iconPropTypes;
381
- const SatisfyDefinition = /* @__PURE__ */ react.default.forwardRef(function SatisfyDefinition({ children, size = 16, ...rest }, ref) {
382
- return react.default.createElement(require_Icon.Icon, {
379
+ if (process.env.NODE_ENV !== "production") RouterVoice.propTypes = require_iconPropTypes.iconPropTypes;
380
+ const RouterWifi = /* @__PURE__ */ react.default.forwardRef(function RouterWifi({ children, size = 16, ...rest }, ref) {
381
+ return react.default.createElement(require_Icon_js, {
383
382
  width: size,
384
383
  height: size,
385
384
  ref,
@@ -387,20 +386,15 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
387
386
  viewBox: "0 0 32 32",
388
387
  fill: "currentColor",
389
388
  ...rest
390
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
391
- strokeWidth: "0",
392
- d: "m17.3945,19.5537c0-1.8433,1.3953-2.7563,3.8416-2.7563h1.5332v-.6545c0-.9993-.4995-1.585-1.6709-1.585-1.0337,0-1.6194.5168-2.05,1.137l-1.3093-1.1714c.6545-1.0337,1.7056-1.7228,3.5144-1.7228,2.429,0,3.7209,1.1543,3.7209,3.2042v4.2379h.896v1.7572h-1.2231c-.9475,0-1.5332-.6201-1.6711-1.5504h-.1033c-.293,1.1542-1.2749,1.7572-2.6187,1.7572-1.8259,0-2.8596-1.0509-2.8596-2.6531Zm5.3624-.2412v-1.1886h-1.4126c-1.1541,0-1.7227.3962-1.7227,1.1025v.2928c0,.7235.4995,1.0853,1.3608,1.0853.9819,0,1.7744-.4479,1.7744-1.2921Z"
393
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
394
- strokeWidth: "0",
395
- d: "m6.6195,20.2084l1.5332-1.4816c.8269.9647,1.8433,1.4816,3.0837,1.4816,1.3953,0,2.1189-.6719,2.1189-1.6882,0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971,0-2.1534,1.6709-3.5488,4.3584-3.5488,1.8088,0,3.1526.6202,4.1172,1.7744l-1.5503,1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292,0-1.9639.5168-1.9639,1.4126,0,.9131.5168,1.292,1.6711,1.4988l1.1196.2067c2.429.4308,3.5662,1.516,3.5662,3.4972,0,2.2739-1.6367,3.8245-4.5137,3.8245-2.05,0-3.4626-.8097-4.479-1.9984Z"
396
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
397
- strokeWidth: "0",
398
- d: "m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"
399
- }), children);
389
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
390
+ cx: "16",
391
+ cy: "13.5",
392
+ r: "1.5"
393
+ }), /* @__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);
400
394
  });
401
- if (process.env.NODE_ENV !== "production") SatisfyDefinition.propTypes = require_iconPropTypes.iconPropTypes;
402
- const SatisfyUsage = /* @__PURE__ */ react.default.forwardRef(function SatisfyUsage({ children, size = 16, ...rest }, ref) {
403
- return react.default.createElement(require_Icon.Icon, {
395
+ if (process.env.NODE_ENV !== "production") RouterWifi.propTypes = require_iconPropTypes.iconPropTypes;
396
+ const Row = /* @__PURE__ */ react.default.forwardRef(function Row({ children, size = 16, ...rest }, ref) {
397
+ return react.default.createElement(require_Icon_js, {
404
398
  width: size,
405
399
  height: size,
406
400
  ref,
@@ -408,47 +402,47 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
408
402
  viewBox: "0 0 32 32",
409
403
  fill: "currentColor",
410
404
  ...rest
411
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
412
- strokeWidth: "0",
413
- d: "m17.3934,19.5537c0-1.8433,1.3953-2.7563,3.8416-2.7563h1.5332v-.6545c0-.9993-.4995-1.585-1.6709-1.585-1.0337,0-1.6194.5168-2.05,1.137l-1.3093-1.1714c.6545-1.0337,1.7056-1.7228,3.5144-1.7228,2.429,0,3.7209,1.1543,3.7209,3.2042v4.2379h.896v1.7572h-1.2231c-.9475,0-1.5332-.6201-1.6711-1.5504h-.1033c-.293,1.1542-1.2749,1.7572-2.6187,1.7572-1.8259,0-2.8596-1.0509-2.8596-2.6531Zm5.3624-.2412v-1.1886h-1.4126c-1.1541,0-1.7227.3962-1.7227,1.1025v.2928c0,.7235.4995,1.0853,1.3608,1.0853.9819,0,1.7744-.4479,1.7744-1.2921Z"
414
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
415
- strokeWidth: "0",
416
- d: "m6.6184,20.2084l1.5332-1.4816c.8269.9647,1.8433,1.4816,3.0837,1.4816,1.3953,0,2.1189-.6719,2.1189-1.6882,0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971,0-2.1534,1.6709-3.5488,4.3584-3.5488,1.8088,0,3.1526.6202,4.1172,1.7744l-1.5503,1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292,0-1.9639.5168-1.9639,1.4126,0,.9131.5168,1.292,1.6711,1.4988l1.1196.2067c2.429.4308,3.5662,1.516,3.5662,3.4972,0,2.2739-1.6367,3.8245-4.5137,3.8245-2.05,0-3.4626-.8097-4.479-1.9984Z"
417
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
418
- strokeWidth: "0",
419
- d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
420
- }), children);
405
+ }, /* @__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);
421
406
  });
422
- if (process.env.NODE_ENV !== "production") SatisfyUsage.propTypes = require_iconPropTypes.iconPropTypes;
423
- const Save = /* @__PURE__ */ react.default.forwardRef(function Save({ children, size = 16, ...rest }, ref) {
424
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
407
+ if (process.env.NODE_ENV !== "production") Row.propTypes = require_iconPropTypes.iconPropTypes;
408
+ const RowCollapse = /* @__PURE__ */ react.default.forwardRef(function RowCollapse({ children, size = 16, ...rest }, ref) {
409
+ return react.default.createElement(require_Icon_js, {
425
410
  width: size,
426
411
  height: size,
427
412
  ref,
428
413
  xmlns: "http://www.w3.org/2000/svg",
429
- viewBox: "0 0 16 16",
414
+ viewBox: "0 0 32 32",
430
415
  fill: "currentColor",
431
416
  ...rest
432
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.9,4.6l-2.5-2.5C11.3,2.1,11.1,2,11,2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V5 C14,4.9,13.9,4.7,13.9,4.6z M6,3h4v2H6V3z M10,13H6V9h4V13z M11,13V9c0-0.6-0.4-1-1-1H6C5.4,8,5,8.4,5,9v4H3V3h2v2c0,0.6,0.4,1,1,1 h4c0.6,0,1-0.4,1-1V3.2l2,2V13H11z" }), children);
433
- if (size === 20 || size === "20" || size === "20px") return react.default.createElement(require_Icon.Icon, {
417
+ }, /* @__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);
418
+ });
419
+ if (process.env.NODE_ENV !== "production") RowCollapse.propTypes = require_iconPropTypes.iconPropTypes;
420
+ const RowDelete = /* @__PURE__ */ react.default.forwardRef(function RowDelete({ children, size = 16, ...rest }, ref) {
421
+ return react.default.createElement(require_Icon_js, {
434
422
  width: size,
435
423
  height: size,
436
424
  ref,
437
425
  xmlns: "http://www.w3.org/2000/svg",
438
- viewBox: "0 0 20 20",
426
+ viewBox: "0 0 32 32",
439
427
  fill: "currentColor",
440
428
  ...rest
441
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.8,5.5l-3.3-3.3C14.3,2.1,14.2,2,14,2H3.3C2.6,2,2,2.6,2,3.3v13.3C2,17.4,2.6,18,3.3,18h13.3c0.7,0,1.4-0.5,1.4-1.2V6.1 C18,5.7,17.9,5.7,17.8,5.5z M7.3,3.3h5.3v3.3H7.3V3.3z M12.7,16.7H7.3v-5.3h5.3L12.7,16.7L12.7,16.7z M14,16.7v-5.3 c0-0.7-0.6-1.3-1.3-1.3H7.3C6.6,10,6,10.6,6,11.3v5.3H3.3V3.3H6v3.3C6,7.4,6.6,8,7.3,8h5.3C13.4,8,14,7.4,14,6.7v-3l2.7,2.7v10.4 L14,16.7L14,16.7z" }), children);
442
- if (size === 24 || size === "24" || size === "24px") return react.default.createElement(require_Icon.Icon, {
429
+ }, /* @__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);
430
+ });
431
+ if (process.env.NODE_ENV !== "production") RowDelete.propTypes = require_iconPropTypes.iconPropTypes;
432
+ const RowExpand = /* @__PURE__ */ react.default.forwardRef(function RowExpand({ children, size = 16, ...rest }, ref) {
433
+ return react.default.createElement(require_Icon_js, {
443
434
  width: size,
444
435
  height: size,
445
436
  ref,
446
437
  xmlns: "http://www.w3.org/2000/svg",
447
- viewBox: "0 0 24 24",
438
+ viewBox: "0 0 32 32",
448
439
  fill: "currentColor",
449
440
  ...rest
450
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.8,7L17,3.2C16.9,3.1,16.7,3,16.5,3h-12C3.7,3,3,3.7,3,4.5v15C3,20.3,3.7,21,4.5,21h15c0.8,0,1.5-0.7,1.5-1.5v-12 C21,7.3,20.9,7.1,20.8,7z M9,4.5h6v3H9V4.5z M15,19.5H9v-6h6V19.5z M16.5,19.5v-6c0-0.8-0.7-1.5-1.5-1.5H9c-0.8,0-1.5,0.7-1.5,1.5v6 h-3v-15h3v3C7.5,8.3,8.2,9,9,9h6c0.8,0,1.5-0.7,1.5-1.5V4.8l3,3v11.7H16.5z" }), children);
451
- return react.default.createElement(require_Icon.Icon, {
441
+ }, /* @__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);
442
+ });
443
+ if (process.env.NODE_ENV !== "production") RowExpand.propTypes = require_iconPropTypes.iconPropTypes;
444
+ const RowInsert = /* @__PURE__ */ react.default.forwardRef(function RowInsert({ children, size = 16, ...rest }, ref) {
445
+ return react.default.createElement(require_Icon_js, {
452
446
  width: size,
453
447
  height: size,
454
448
  ref,
@@ -456,11 +450,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
456
450
  viewBox: "0 0 32 32",
457
451
  fill: "currentColor",
458
452
  ...rest
459
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.71,9.29l-5-5A1,1,0,0,0,22,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V10A1,1,0,0,0,27.71,9.29ZM12,6h8v4H12Zm8,20H12V18h8Zm2,0V18a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2v8H6V6h4v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6.41l4,4V26Z" }), children);
453
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H10a2.0021,2.0021,0,0,1-2-2V4a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,12ZM10,4v6H28V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H10a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM10,22v6H28V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 16 3.414 10.414 2 11.828 6.172 16 2 20.172 3.414 21.586 9 16z" }), children);
460
454
  });
461
- if (process.env.NODE_ENV !== "production") Save.propTypes = require_iconPropTypes.iconPropTypes;
462
- const WatsonHealthSaveAnnotation = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSaveAnnotation({ children, size = 16, ...rest }, ref) {
463
- return react.default.createElement(require_Icon.Icon, {
455
+ if (process.env.NODE_ENV !== "production") RowInsert.propTypes = require_iconPropTypes.iconPropTypes;
456
+ const Rss = /* @__PURE__ */ react.default.forwardRef(function Rss({ children, size = 16, ...rest }, ref) {
457
+ return react.default.createElement(require_Icon_js, {
464
458
  width: size,
465
459
  height: size,
466
460
  ref,
@@ -468,11 +462,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
468
462
  viewBox: "0 0 32 32",
469
463
  fill: "currentColor",
470
464
  ...rest
471
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H25V18h3V4H8V7H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 6H26V8H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 10H26V12H22z" }), children);
465
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,18c-3.3,0-6,2.7-6,6s2.7,6,6,6s6-2.7,6-6C14,20.7,11.3,18,8,18z M8,28c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4 C12,26.2,10.2,28,8,28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24h-2C28,13,19,4,8,4V2C20.1,2,30,11.9,30,24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,24h-2c0-6.6-5.4-12-12-12v-2C15.7,10,22,16.3,22,24z" }), children);
472
466
  });
473
- if (process.env.NODE_ENV !== "production") WatsonHealthSaveAnnotation.propTypes = require_iconPropTypes.iconPropTypes;
474
- const WatsonHealthSaveImage = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSaveImage({ children, size = 16, ...rest }, ref) {
475
- return react.default.createElement(require_Icon.Icon, {
467
+ if (process.env.NODE_ENV !== "production") Rss.propTypes = require_iconPropTypes.iconPropTypes;
468
+ const Rule = /* @__PURE__ */ react.default.forwardRef(function Rule({ children, size = 16, ...rest }, ref) {
469
+ return react.default.createElement(require_Icon_js, {
476
470
  width: size,
477
471
  height: size,
478
472
  ref,
@@ -480,11 +474,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
480
474
  viewBox: "0 0 32 32",
481
475
  fill: "currentColor",
482
476
  ...rest
483
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H25V18h3V4H14V7H12V4a2,2,0,0,1,2-2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z" }), children);
477
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 16H22V18H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 10H22V12H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,9.8242,26.7071A10.9815,10.9815,0,0,1,4,17V4A2.0022,2.0022,0,0,1,6,2H26a2.0022,2.0022,0,0,1,2,2V17a10.9815,10.9815,0,0,1-5.8242,9.7069ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z" }), children);
484
478
  });
485
- if (process.env.NODE_ENV !== "production") WatsonHealthSaveImage.propTypes = require_iconPropTypes.iconPropTypes;
486
- const SaveModel = /* @__PURE__ */ react.default.forwardRef(function SaveModel({ children, size = 16, ...rest }, ref) {
487
- return react.default.createElement(require_Icon.Icon, {
479
+ if (process.env.NODE_ENV !== "production") Rule.propTypes = require_iconPropTypes.iconPropTypes;
480
+ const RuleCancelled = /* @__PURE__ */ react.default.forwardRef(function RuleCancelled({ children, size = 16, ...rest }, ref) {
481
+ return react.default.createElement(require_Icon_js, {
488
482
  width: size,
489
483
  height: size,
490
484
  ref,
@@ -492,11 +486,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
492
486
  viewBox: "0 0 32 32",
493
487
  fill: "currentColor",
494
488
  ...rest
495
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,26H12V18h2V16H12a2,2,0,0,0-2,2v8H6V6h4v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6.41l4,4V16h2V10a1,1,0,0,0-.29-.71l-5-5A.9989.9989,0,0,0,22,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H16ZM12,6h8v4H12Z" }), children);
489
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 16H18V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,27.7334l-5.2344-2.791A8.9858,8.9858,0,0,1,4,17V4H24l0,11h2L26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,30Z" }), children);
496
490
  });
497
- if (process.env.NODE_ENV !== "production") SaveModel.propTypes = require_iconPropTypes.iconPropTypes;
498
- const WatsonHealthSaveSeries = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSaveSeries({ children, size = 16, ...rest }, ref) {
499
- return react.default.createElement(require_Icon.Icon, {
491
+ if (process.env.NODE_ENV !== "production") RuleCancelled.propTypes = require_iconPropTypes.iconPropTypes;
492
+ const RuleDataQuality = /* @__PURE__ */ react.default.forwardRef(function RuleDataQuality({ children, size = 16, ...rest }, ref) {
493
+ return react.default.createElement(require_Icon_js, {
500
494
  width: size,
501
495
  height: size,
502
496
  ref,
@@ -504,11 +498,22 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
504
498
  viewBox: "0 0 32 32",
505
499
  fill: "currentColor",
506
500
  ...rest
507
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,21H25V7H11V5H25a2,2,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32,14H30V2H18V0H30a2,2,0,0,1,2,2Z" }), children);
501
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("switch", { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("foreignObject", {
502
+ width: "1",
503
+ height: "1",
504
+ x: "0",
505
+ y: "0",
506
+ requiredExtensions: "http://ns.adobe.com/AdobeIllustrator/10.0/"
507
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("g", { children: [
508
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28.6l-2.8-2.8C27.7,25,28,24,28,23c0-2.8-2.2-5-5-5s-5,2.2-5,5s2.2,5,5,5c1,0,2-0.3,2.8-0.8l2.8,2.8 L30,28.6z M20,23c0-1.7,1.3-3,3-3s3,1.3,3,3s-1.3,3-3,3S20,24.7,20,23z" }),
509
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 16H18V18H8z" }),
510
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }),
511
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,27.7l-5.2-2.8C5.8,23.4,4,20.3,4,17V4h20v11h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7L14,30 V27.7z" })
512
+ ] })] }), children);
508
513
  });
509
- if (process.env.NODE_ENV !== "production") WatsonHealthSaveSeries.propTypes = require_iconPropTypes.iconPropTypes;
510
- const Scale = /* @__PURE__ */ react.default.forwardRef(function Scale({ children, size = 16, ...rest }, ref) {
511
- return react.default.createElement(require_Icon.Icon, {
514
+ if (process.env.NODE_ENV !== "production") RuleDataQuality.propTypes = require_iconPropTypes.iconPropTypes;
515
+ const RuleDraft = /* @__PURE__ */ react.default.forwardRef(function RuleDraft({ children, size = 16, ...rest }, ref) {
516
+ return react.default.createElement(require_Icon_js, {
512
517
  width: size,
513
518
  height: size,
514
519
  ref,
@@ -516,11 +521,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
516
521
  viewBox: "0 0 32 32",
517
522
  fill: "currentColor",
518
523
  ...rest
519
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,17H7a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V19A2,2,0,0,0,13,17ZM7,25V19h6v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,21v2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2H11A2,2,0,0,0,9,7v6h2V7H25V21" }), children);
524
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.707,19.293l-3-3a.9994.9994,0,0,0-1.414,0L16,25.5859V30h4.4141l9.2929-9.293A.9994.9994,0,0,0,29.707,19.293ZM19.5859,28H18V26.4141l5-5L24.5859,23ZM26,21.5859,24.4141,20,26,18.4141,27.5859,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 16H18V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z" }), children);
520
525
  });
521
- if (process.env.NODE_ENV !== "production") Scale.propTypes = require_iconPropTypes.iconPropTypes;
522
- const Scales = /* @__PURE__ */ react.default.forwardRef(function Scales({ children, size = 16, ...rest }, ref) {
523
- return react.default.createElement(require_Icon.Icon, {
526
+ if (process.env.NODE_ENV !== "production") RuleDraft.propTypes = require_iconPropTypes.iconPropTypes;
527
+ const RuleFilled = /* @__PURE__ */ react.default.forwardRef(function RuleFilled({ children, size = 16, ...rest }, ref) {
528
+ return react.default.createElement(require_Icon_js, {
524
529
  width: size,
525
530
  height: size,
526
531
  ref,
@@ -528,11 +533,18 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
528
533
  viewBox: "0 0 32 32",
529
534
  fill: "currentColor",
530
535
  ...rest
531
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,16a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L25.896,7.5562a.8913.8913,0,0,0-.0454-.0816A1,1,0,0,0,25,7H18.8218A3.0155,3.0155,0,0,0,17,5.1841V2H15V5.1841A3.0155,3.0155,0,0,0,13.1782,7H7a1,1,0,0,0-.8945.5527l-4,8A1,1,0,0,0,2,16a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L8.6182,9h4.56A3.0147,3.0147,0,0,0,15,10.8154V28H6v2H26V28H17V10.8159A3.0155,3.0155,0,0,0,18.8218,9h4.56l-3.2763,6.5527A1,1,0,0,0,20,16ZM7,19a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,7,19Zm2.3821-4H4.6179L7,10.2363ZM16,9a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,9Zm9,10a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,25,19Zm0-8.7637L27.3821,15H22.6179Z" }), children);
536
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
537
+ fill: "none",
538
+ d: "M9 16H23V18H9z",
539
+ "data-icon-path": "inner-path"
540
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
541
+ fill: "none",
542
+ d: "M9 10H23V12H9z"
543
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L16,30l6.1758-3.293A10.9814,10.9814,0,0,0,28,17V4A2.0023,2.0023,0,0,0,26,2ZM23,18H9V16H23Zm0-6H9V10H23Z" }), children);
532
544
  });
533
- if (process.env.NODE_ENV !== "production") Scales.propTypes = require_iconPropTypes.iconPropTypes;
534
- const ScalesTipped = /* @__PURE__ */ react.default.forwardRef(function ScalesTipped({ children, size = 16, ...rest }, ref) {
535
- return react.default.createElement(require_Icon.Icon, {
545
+ if (process.env.NODE_ENV !== "production") RuleFilled.propTypes = require_iconPropTypes.iconPropTypes;
546
+ const RuleLocked = /* @__PURE__ */ react.default.forwardRef(function RuleLocked({ children, size = 16, ...rest }, ref) {
547
+ return react.default.createElement(require_Icon_js, {
536
548
  width: size,
537
549
  height: size,
538
550
  ref,
@@ -540,11 +552,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
540
552
  viewBox: "0 0 32 32",
541
553
  fill: "currentColor",
542
554
  ...rest
543
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,13a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473l-4-8a1,1,0,0,0-1.2109-.5014l-6.3308,2.11A3.0322,3.0322,0,0,0,17,5.1841V2H15V5.1841a2.9949,2.9949,0,0,0-1.9956,2.76l-6.3208,2.107a1,1,0,0,0-.5781.5014l-4,8A1,1,0,0,0,2,19a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L8.41,11.584l5.237-1.7456A3.0285,3.0285,0,0,0,15,10.8154V28H6v2H26V28H17V10.8159a2.9951,2.9951,0,0,0,1.9956-2.76l4.03-1.3438-2.92,5.8408A1,1,0,0,0,20,13ZM7,22a2.9956,2.9956,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,7,22Zm2.3821-4H4.6179L7,13.2363ZM16,9a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,9Zm9,7a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,25,16Zm0-8.7637L27.3821,12H22.6179Z" }), children);
555
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,22v-3c0-2.2-1.8-4-4-4s-4,1.8-4,4v3c-1.1,0-2,0.9-2,2v5c0,1.1,0.9,2,2,2h8c1.1,0,2-0.9,2-2v-5C30,22.9,29.1,22,28,22z M22,19c0-1.1,0.9-2,2-2s2,0.9,2,2v3h-4V19z M20,29v-5h8v5H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 16H14V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v8h2V4z" }), children);
544
556
  });
545
- if (process.env.NODE_ENV !== "production") ScalesTipped.propTypes = require_iconPropTypes.iconPropTypes;
546
- const Scalpel = /* @__PURE__ */ react.default.forwardRef(function Scalpel({ children, size = 16, ...rest }, ref) {
547
- return react.default.createElement(require_Icon.Icon, {
557
+ if (process.env.NODE_ENV !== "production") RuleLocked.propTypes = require_iconPropTypes.iconPropTypes;
558
+ const RulePartial = /* @__PURE__ */ react.default.forwardRef(function RulePartial({ children, size = 16, ...rest }, ref) {
559
+ return react.default.createElement(require_Icon_js, {
548
560
  width: size,
549
561
  height: size,
550
562
  ref,
@@ -552,11 +564,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
552
564
  viewBox: "0 0 32 32",
553
565
  fill: "currentColor",
554
566
  ...rest
555
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.83,5.17a4.1,4.1,0,0,0-5.66,0L.34,28H9.59a5,5,0,0,0,3.53-1.46L28.83,10.83a4,4,0,0,0,0-5.66ZM12.29,18.88l2.09-2.09,2.83,2.83-2.09,2.09Zm-.58,6.24A3,3,0,0,1,9.59,26H5.17l5.71-5.71,2.83,2.83ZM27.41,9.41l-8.79,8.8-2.83-2.83,8.8-8.79a2,2,0,0,1,2.82,0,2,2,0,0,1,0,2.82Z" }), children);
567
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,16c-3.9,0-7,3.1-7,7s3.1,7,7,7s7-3.1,7-7S26.9,16,23,16z M23,28V18c2.8,0,5,2.2,5,5S25.8,28,23,28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 16H14V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v9h2V4z" }), children);
556
568
  });
557
- if (process.env.NODE_ENV !== "production") Scalpel.propTypes = require_iconPropTypes.iconPropTypes;
558
- const WatsonHealthScalpelCursor = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthScalpelCursor({ children, size = 16, ...rest }, ref) {
559
- return react.default.createElement(require_Icon.Icon, {
569
+ if (process.env.NODE_ENV !== "production") RulePartial.propTypes = require_iconPropTypes.iconPropTypes;
570
+ const RuleTest = /* @__PURE__ */ react.default.forwardRef(function RuleTest({ children, size = 16, ...rest }, ref) {
571
+ return react.default.createElement(require_Icon_js, {
560
572
  width: size,
561
573
  height: size,
562
574
  ref,
@@ -564,11 +576,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
564
576
  viewBox: "0 0 32 32",
565
577
  fill: "currentColor",
566
578
  ...rest
567
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.8281,7.1338a4.0941,4.0941,0,0,0-5.6562,0L.3433,29.9619H9.5889a4.9682,4.9682,0,0,0,3.5356-1.4648L28.8281,12.79a3.9984,3.9984,0,0,0,0-5.6562ZM12.2928,20.8406l2.086-2.0858,2.8293,2.8293L15.1224,23.67ZM11.71,27.083a2.9824,2.9824,0,0,1-2.1215.8789H5.1714l5.7073-5.7072,2.83,2.83ZM27.4141,11.376,18.6221,20.17l-2.8293-2.8292,8.7931-8.7928a2.0471,2.0471,0,0,1,2.8282,0,1.9993,1.9993,0,0,1,0,2.8281Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 4 4 4 4 13 6 13 6 6 13 6 13 4z" }), children);
579
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,23,30Zm0-12a5,5,0,1,0,5,5A5.0055,5.0055,0,0,0,23,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 24.586 24 22.586 24 20 22 20 22 23.414 24.586 26 26 24.586z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 16H14V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H20V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z" }), children);
568
580
  });
569
- if (process.env.NODE_ENV !== "production") WatsonHealthScalpelCursor.propTypes = require_iconPropTypes.iconPropTypes;
570
- const WatsonHealthScalpelLasso = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthScalpelLasso({ children, size = 16, ...rest }, ref) {
571
- return react.default.createElement(require_Icon.Icon, {
581
+ if (process.env.NODE_ENV !== "production") RuleTest.propTypes = require_iconPropTypes.iconPropTypes;
582
+ const RuleGroupingDataQuality = /* @__PURE__ */ react.default.forwardRef(function RuleGroupingDataQuality({ children, size = 16, ...rest }, ref) {
583
+ return react.default.createElement(require_Icon_js, {
572
584
  width: size,
573
585
  height: size,
574
586
  ref,
@@ -576,11 +588,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
576
588
  viewBox: "0 0 32 32",
577
589
  fill: "currentColor",
578
590
  ...rest
579
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.8281,7.1338a4.0941,4.0941,0,0,0-5.6562,0L.3433,29.9619H9.5889a4.9682,4.9682,0,0,0,3.5356-1.4648L28.8281,12.79a3.9984,3.9984,0,0,0,0-5.6562ZM12.2928,20.8406l2.086-2.0858,2.8293,2.8293L15.1224,23.67ZM11.71,27.083a2.9824,2.9824,0,0,1-2.1215.8789H5.1714l5.7073-5.7072,2.83,2.83ZM27.4141,11.376,18.6221,20.17l-2.8293-2.8292,8.7931-8.7928a2.0471,2.0471,0,0,1,2.8282,0,1.9993,1.9993,0,0,1,0,2.8281Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,2H7a4.9843,4.9843,0,0,0-3.8633,8.1528A2.9586,2.9586,0,0,0,3,11a2.9945,2.9945,0,0,0,2,2.8154V14a2.0025,2.0025,0,0,1-2,2H2v2H3a4.0045,4.0045,0,0,0,4-4v-.1841A2.9959,2.9959,0,0,0,8.8157,12H11A5,5,0,0,0,11,2ZM6,12a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,6,12Zm5-2H8.8157A2.974,2.974,0,0,0,4.394,8.4746,2.9908,2.9908,0,0,1,7,4h4a3,3,0,0,1,0,6Z" }), children);
591
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31,29.5829l-2.8325-2.8306c.5237-.7905.8325-1.7354.8325-2.7524,0-2.7568-2.2432-5-5-5s-5,2.2432-5,5,2.2432,5,5,5c1.0171,0,1.9619-.3086,2.7524-.8325l2.8306,2.8325,1.417-1.417ZM21,23.9999c0-1.6543,1.3457-3,3-3s3,1.3457,3,3-1.3457,3-3,3-3-1.3457-3-3ZM28.42,6.9999H10.58c-.87,0-1.58.7-1.58,1.57v12.2201c0,3.19.27,6.12,3.11,7.62l4.89,2.59v-2.26l-3.95-2.09c-2.19-1.16-2.05-3.41-2.05-5.86v-11.7901h17v8.0001h2v-8.4301c0-.87-.71-1.57-1.58-1.57ZM21.42.9999H3.58c-.87,0-1.58.7-1.58,1.57v12.22c0,3.19.27,6.12,3.11,7.62l1.89,1v-2.2599l-.95-.5c-2.19-1.16-2.05-3.41-2.05-5.86V2.9999h17v2h2v-2.43c0-.87-.71-1.57-1.58-1.57ZM24,13h-11v-2h11v2ZM22,17h-9v-2h9v2Z" }), children);
580
592
  });
581
- if (process.env.NODE_ENV !== "production") WatsonHealthScalpelLasso.propTypes = require_iconPropTypes.iconPropTypes;
582
- const WatsonHealthScalpelSelect = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthScalpelSelect({ children, size = 16, ...rest }, ref) {
583
- return react.default.createElement(require_Icon.Icon, {
593
+ if (process.env.NODE_ENV !== "production") RuleGroupingDataQuality.propTypes = require_iconPropTypes.iconPropTypes;
594
+ const Ruler = /* @__PURE__ */ react.default.forwardRef(function Ruler({ children, size = 16, ...rest }, ref) {
595
+ return react.default.createElement(require_Icon_js, {
584
596
  width: size,
585
597
  height: size,
586
598
  ref,
@@ -588,11 +600,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
588
600
  viewBox: "0 0 32 32",
589
601
  fill: "currentColor",
590
602
  ...rest
591
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.8281,7.1719a4.0941,4.0941,0,0,0-5.6562,0L.3433,30H9.5889a4.9682,4.9682,0,0,0,3.5356-1.4648L28.8281,12.8281a3.9984,3.9984,0,0,0,0-5.6562ZM12.2928,20.8787l2.086-2.0859,2.8293,2.8294-2.0857,2.0862ZM11.71,27.1211A2.9824,2.9824,0,0,1,9.5889,28H5.1714l5.7073-5.7072,2.83,2.83Zm15.7037-15.707-8.792,8.7939-2.8293-2.8292,8.7931-8.7929a2.0473,2.0473,0,0,1,2.8282,0,1.9995,1.9995,0,0,1,0,2.8282Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,2a2.9948,2.9948,0,0,0-2.8157,2H7.8156A2.9925,2.9925,0,1,0,4,7.8154v4.3687a3,3,0,1,0,2,0V7.8159A2.9959,2.9959,0,0,0,7.8156,6h4.3686A2.9947,2.9947,0,1,0,15,2ZM5,16a1,1,0,1,1,1-1A1.0008,1.0008,0,0,1,5,16ZM5,6A1,1,0,1,1,6,5,1.0008,1.0008,0,0,1,5,6ZM15,6a1,1,0,1,1,1-1A1.0008,1.0008,0,0,1,15,6Z" }), children);
603
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,10H3a1,1,0,0,0-1,1V21a1,1,0,0,0,1,1H29a1,1,0,0,0,1-1V11A1,1,0,0,0,29,10ZM28,20H4V12H8v4h2V12h5v4h2V12h5v4h2V12h4Z" }), children);
592
604
  });
593
- if (process.env.NODE_ENV !== "production") WatsonHealthScalpelSelect.propTypes = require_iconPropTypes.iconPropTypes;
594
- const Scan = /* @__PURE__ */ react.default.forwardRef(function Scan({ children, size = 16, ...rest }, ref) {
595
- return react.default.createElement(require_Icon.Icon, {
605
+ if (process.env.NODE_ENV !== "production") Ruler.propTypes = require_iconPropTypes.iconPropTypes;
606
+ const RulerAlt = /* @__PURE__ */ react.default.forwardRef(function RulerAlt({ children, size = 16, ...rest }, ref) {
607
+ return react.default.createElement(require_Icon_js, {
596
608
  width: size,
597
609
  height: size,
598
610
  ref,
@@ -600,11 +612,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
600
612
  viewBox: "0 0 32 32",
601
613
  fill: "currentColor",
602
614
  ...rest
603
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,29H5a2,2,0,0,1-2-2V5A2,2,0,0,1,5,3H21V5H5V27H21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 9H17V23H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 9H29V23H27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 9H23V23H21z" }), children);
615
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.41,21.67,10.34,2.58a2,2,0,0,0-2.83,0L2.59,7.51a2,2,0,0,0,0,2.82L21.66,29.42a2,2,0,0,0,1.42.58,2,2,0,0,0,1.41-.58l4.92-4.93A2,2,0,0,0,29.41,21.67ZM23.08,28,4,8.92,8.92,4l3.79,3.79L10.46,10l1.41,1.41L14.12,9.2l4.13,4.13L16,15.58,17.42,17l2.25-2.25,4.13,4.13-2.25,2.25L23,22.54l2.25-2.25L28,23.08Z" }), children);
604
616
  });
605
- if (process.env.NODE_ENV !== "production") Scan.propTypes = require_iconPropTypes.iconPropTypes;
606
- const ScanAlt = /* @__PURE__ */ react.default.forwardRef(function ScanAlt({ children, size = 16, ...rest }, ref) {
607
- return react.default.createElement(require_Icon.Icon, {
617
+ if (process.env.NODE_ENV !== "production") RulerAlt.propTypes = require_iconPropTypes.iconPropTypes;
618
+ const Run = /* @__PURE__ */ react.default.forwardRef(function Run({ children, size = 16, ...rest }, ref) {
619
+ return react.default.createElement(require_Icon_js, {
608
620
  width: size,
609
621
  height: size,
610
622
  ref,
@@ -612,23 +624,23 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
612
624
  viewBox: "0 0 32 32",
613
625
  fill: "currentColor",
614
626
  ...rest
615
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,24H10a2,2,0,0,1-2-2V19h2v3H22V19h2v3A2,2,0,0,1,22,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 15H30V17H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,13H22V10H10v3H8V10a2,2,0,0,1,2-2H22a2,2,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 10 28 10 28 4 22 4 22 2 30 2 30 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 10 2 10 2 2 10 2 10 4 4 4 4 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 30 2 30 2 22 4 22 4 28 10 28 10 30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 30 22 30 22 28 28 28 28 22 30 22 30 30z" }), children);
627
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,16a6,6,0,1,1-6,6,6,6,0,0,1,6-6m0-2a8,8,0,1,0,8,8,8,8,0,0,0-8-8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V12H28V6A2,2,0,0,0,26,4ZM6,10V6H26v4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 19 19 25 24 22 19 19z" }), children);
616
628
  });
617
- if (process.env.NODE_ENV !== "production") ScanAlt.propTypes = require_iconPropTypes.iconPropTypes;
618
- const ScanDisabled = /* @__PURE__ */ react.default.forwardRef(function ScanDisabled({ children, size = 16, ...rest }, ref) {
619
- return react.default.createElement(require_Icon.Icon, {
620
- width: size,
629
+ if (process.env.NODE_ENV !== "production") Run.propTypes = require_iconPropTypes.iconPropTypes;
630
+ const RunMirror = /* @__PURE__ */ react.default.forwardRef(function RunMirror({ children, size = 16, ...rest }, ref) {
631
+ return react.default.createElement(require_Icon_js, {
632
+ width: size,
621
633
  height: size,
622
634
  ref,
623
635
  xmlns: "http://www.w3.org/2000/svg",
624
636
  viewBox: "0 0 32 32",
625
637
  fill: "currentColor",
626
638
  ...rest
627
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3826,2.0762a.9993.9993,0,0,0-1.09.2168l-26,26A1,1,0,0,0,3,30h8V28H5.4143l4-4H22a2.0021,2.0021,0,0,0,2-2V9.4146l4-4V11h2V3A1,1,0,0,0,29.3826,2.0762ZM22,22H11.4143L22,11.4146Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,17.7554V10h7.7554l2-2H10a2.0025,2.0025,0,0,0-2,2v9.7554Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 2 2 2 2 11 4 11 4 4 11 4 11 2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 30 30 30 30 21 28 21 28 28 21 28 21 30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 23.755 4 21 2 21 2 25.754 4 23.755z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.755 2 21 2 21 4 23.755 4 25.755 2z" }), children);
639
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 19 9 25 14 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,16c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S7.7,16,11,16 M11,14c-4.4,0-8,3.6-8,8s3.6,8,8,8s8-3.6,8-8S15.4,14,11,14 L11,14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,6v6h22v14h-4v2h4c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H6C4.9,4,4,4.9,4,6z M6,10V6h20v4H6z" }), children);
628
640
  });
629
- if (process.env.NODE_ENV !== "production") ScanDisabled.propTypes = require_iconPropTypes.iconPropTypes;
630
- const ScatterMatrix = /* @__PURE__ */ react.default.forwardRef(function ScatterMatrix({ children, size = 16, ...rest }, ref) {
631
- return react.default.createElement(require_Icon.Icon, {
641
+ if (process.env.NODE_ENV !== "production") RunMirror.propTypes = require_iconPropTypes.iconPropTypes;
642
+ const RunViewIcon = /* @__PURE__ */ react.default.forwardRef(function RunViewIcon({ children, size = 16, ...rest }, ref) {
643
+ return react.default.createElement(require_Icon_js, {
632
644
  width: size,
633
645
  height: size,
634
646
  ref,
@@ -636,23 +648,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
636
648
  viewBox: "0 0 32 32",
637
649
  fill: "currentColor",
638
650
  ...rest
639
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
640
- cx: "9.5",
641
- cy: "9.5",
642
- r: "2.5"
643
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
644
- cx: "9.5",
645
- cy: "22.5",
646
- r: "2.5"
647
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
648
- cx: "22.5",
649
- cy: "22.5",
650
- r: "2.5"
651
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z" }), children);
651
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.48,14.1201L8.48,3.1201c-.1499-.0801-.3101-.1201-.48-.1201-.55,0-1,.4502-1,1v11h2V5.6899l16.9199,9.3101-7.04,3.8799,1.4702,1.4702,8.1299-4.4702c.1699-.0996.3-.23.3999-.3999.2603-.48.0901-1.0898-.3999-1.3599ZM13.9748,26.0001h2.0254v-2h-2v-1.5c0-.0276-.0037-.0542-.0042-.0818l2.7112-2.7112-1.4141-1.4141-1.8374,1.8374c-.8876-1.8481-2.7725-3.1304-4.9556-3.1304s-4.068,1.2822-4.9556,3.1304l-1.8374-1.8374-1.4141,1.4141,2.7112,2.7112c-.0005.0276-.0042.0542-.0042.0818v1.5H1.0002v2h2.0254c.0398.4397.1337.8632.2712,1.2671l-2.8513,1.9009,1.1094,1.6641,2.7219-1.8147c1.0098,1.2104,2.5278,1.9827,4.2234,1.9827s3.2136-.7722,4.2234-1.9827l2.7219,1.8147,1.1094-1.6641-2.8513-1.9009c.1376-.4039.2314-.8274.2712-1.2671ZM8.5002,19.0001c1.3909,0,2.585.8218,3.1489,2h-6.2979c.564-1.1782,1.7581-2,3.1489-2ZM8.5002,29.0001c-1.9297,0-3.5-1.5703-3.5-3.5v-2.5h7v2.5c0,1.9297-1.5703,3.5-3.5,3.5Z" }), children);
652
652
  });
653
- if (process.env.NODE_ENV !== "production") ScatterMatrix.propTypes = require_iconPropTypes.iconPropTypes;
654
- const Schematics = /* @__PURE__ */ react.default.forwardRef(function Schematics({ children, size = 16, ...rest }, ref) {
655
- return react.default.createElement(require_Icon.Icon, {
653
+ if (process.env.NODE_ENV !== "production") RunViewIcon.propTypes = require_iconPropTypes.iconPropTypes;
654
+ const Running = /* @__PURE__ */ react.default.forwardRef(function Running({ children, size = 16, ...rest }, ref) {
655
+ return react.default.createElement(require_Icon_js, {
656
656
  width: size,
657
657
  height: size,
658
658
  ref,
@@ -660,11 +660,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
660
660
  viewBox: "0 0 32 32",
661
661
  fill: "currentColor",
662
662
  ...rest
663
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,19.001A4.0056,4.0056,0,0,0,22.9991,15H9.0011A2.0031,2.0031,0,0,1,7,12.9991V9.858A3.9949,3.9949,0,0,0,9.8581,7h12.284a4,4,0,1,0,0-2H9.8581A3.9916,3.9916,0,1,0,5,9.858v3.1411A4.0057,4.0057,0,0,0,9.0011,17h13.998A2.003,2.003,0,0,1,25,19.001V22H22v3H9.8581a4,4,0,1,0,0,2H22v3h8V22H27ZM26,4a2,2,0,1,1-2,2A2.0019,2.0019,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.0019,2.0019,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.002,2.002,0,0,1,6,28Zm22-4v4H24V24Z" }), children);
663
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m21.707,20.293l-5-5c-.1951-.1953-.451-.293-.707-.293s-.512.0977-.707.293L2,28.5859l1.4143,1.4141,12.5857-12.5859,3.5857,3.5859-5.5857,5.5859,1.4143,1.4141,2.292-2.292,4.0007-4.001c.1953-.1953.293-.4512.293-.707s-.0977-.5117-.293-.707Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28.5859,9l-5.5859,5.5859-6.0012-6.0015c-.392-.3918-.9073-.5865-1.422-.5845-.5096.002-1.0185.1968-1.4063.5845l-6.1704,6.1753,1.4143,1.4141,6.1704-6.1748,6.7083,6.708c.1951.1953.4512.293.707.293s.512-.0977.707-.293l6.293-6.293-1.4141-1.4141Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22.5,9c-1.9299,0-3.5-1.5701-3.5-3.5s1.5701-3.5,3.5-3.5,3.5,1.5701,3.5,3.5-1.5701,3.5-3.5,3.5Zm0-5c-.8271,0-1.5.6729-1.5,1.5s.6729,1.5,1.5,1.5,1.5-.6729,1.5-1.5-.6729-1.5-1.5-1.5Z" }), children);
664
664
  });
665
- if (process.env.NODE_ENV !== "production") Schematics.propTypes = require_iconPropTypes.iconPropTypes;
666
- const ScisControlTower = /* @__PURE__ */ react.default.forwardRef(function ScisControlTower({ children, size = 16, ...rest }, ref) {
667
- return react.default.createElement(require_Icon.Icon, {
665
+ if (process.env.NODE_ENV !== "production") Running.propTypes = require_iconPropTypes.iconPropTypes;
666
+ const QS = /* @__PURE__ */ react.default.forwardRef(function QS({ children, size = 16, ...rest }, ref) {
667
+ return react.default.createElement(require_Icon_js, {
668
668
  width: size,
669
669
  height: size,
670
670
  ref,
@@ -672,11 +672,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
672
672
  viewBox: "0 0 32 32",
673
673
  fill: "currentColor",
674
674
  ...rest
675
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,19c-0.3,0-0.7,0.1-1,0.2L20.4,12c1-1.1,1.6-2.5,1.6-4c0-3.3-2.7-6-6-6s-6,2.7-6,6c0,1.6,0.6,3,1.6,4L6,19.2 C5.7,19.1,5.3,19,5,19c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.6-0.2-1.1-0.5-1.6l5.6-7.1c0.6,0.3,1.2,0.5,1.9,0.6v10.3 c-1.2,0.4-2,1.5-2,2.8c0,1.7,1.3,3,3,3s3-1.3,3-3c0-1.3-0.8-2.4-2-2.8V13.9c0.7-0.1,1.3-0.3,1.9-0.6l5.6,7.1c-0.3,0.5-0.5,1-0.5,1.6 c0,1.7,1.3,3,3,3s3-1.3,3-3S28.7,19,27,19z M16,4c2.2,0,4,1.8,4,4s-1.8,4-4,4s-4-1.8-4-4S13.8,4,16,4z M5,23c-0.6,0-1-0.4-1-1 s0.4-1,1-1s1,0.4,1,1S5.6,23,5,23z M16,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S16.6,28,16,28z M27,23c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S27.6,23,27,23z" }), children);
675
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H12V21h6V17H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z" }), children);
676
676
  });
677
- if (process.env.NODE_ENV !== "production") ScisControlTower.propTypes = require_iconPropTypes.iconPropTypes;
678
- const ScisTransparentSupply = /* @__PURE__ */ react.default.forwardRef(function ScisTransparentSupply({ children, size = 16, ...rest }, ref) {
679
- return react.default.createElement(require_Icon.Icon, {
677
+ if (process.env.NODE_ENV !== "production") QS.propTypes = require_iconPropTypes.iconPropTypes;
678
+ const QSAlt = /* @__PURE__ */ react.default.forwardRef(function QSAlt({ children, size = 16, ...rest }, ref) {
679
+ return react.default.createElement(require_Icon_js, {
680
680
  width: size,
681
681
  height: size,
682
682
  ref,
@@ -684,11 +684,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
684
684
  viewBox: "0 0 32 32",
685
685
  fill: "currentColor",
686
686
  ...rest
687
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,23v3H8.5a4.5,4.5,0,0,1,0-9H9V15H8.5a6.5,6.5,0,0,0,0,13H23v3h8V23Zm6,6H25V25h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,22H19V19H13v3H11V19a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,16a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,16Zm0-4a1,1,0,1,0,1,1A1.0013,1.0013,0,0,0,16,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.5,4H9V1H1V9H9V6H23.5a4.5,4.5,0,0,1,0,9H23v2h.5a6.5,6.5,0,0,0,0-13ZM7,7H3V3H7Z" }), children);
687
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 9 22 9 22 7 20 7 20 9 18 9 18 11 20 11 20 17 22 17 22 11 24 11 24 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H8V21h6V17H10a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H10v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,14,23Z" }), children);
688
688
  });
689
- if (process.env.NODE_ENV !== "production") ScisTransparentSupply.propTypes = require_iconPropTypes.iconPropTypes;
690
- const Scooter = /* @__PURE__ */ react.default.forwardRef(function Scooter({ children, size = 16, ...rest }, ref) {
691
- return react.default.createElement(require_Icon.Icon, {
689
+ if (process.env.NODE_ENV !== "production") QSAlt.propTypes = require_iconPropTypes.iconPropTypes;
690
+ const SailboatCoastal = /* @__PURE__ */ react.default.forwardRef(function SailboatCoastal({ children, size = 16, ...rest }, ref) {
691
+ return react.default.createElement(require_Icon_js, {
692
692
  width: size,
693
693
  height: size,
694
694
  ref,
@@ -696,11 +696,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
696
696
  viewBox: "0 0 32 32",
697
697
  fill: "currentColor",
698
698
  ...rest
699
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,26,28Zm0-6a2,2,0,1,0,2,2A2.0023,2.0023,0,0,0,26,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,8H18v2h6a1,1,0,0,1,0,2H21a1,1,0,0,0-.98,1.1963l.9241,4.6211L18.4338,22h-2.69l-2.5723-8.5752A1.988,1.988,0,0,0,11.2559,12H6v2h5.2561l.6,2H7a5.0057,5.0057,0,0,0-5,5v2a1,1,0,0,0,1,1H4a4,4,0,0,0,8,0h7a1,1,0,0,0,.8574-.4854l3-5a1,1,0,0,0,.1231-.7109L22.22,14H24a3,3,0,0,0,0-6ZM8,26a2.0025,2.0025,0,0,1-2-2h4A2.0025,2.0025,0,0,1,8,26ZM4,22V21a3.0033,3.0033,0,0,1,3-3h5.4561l1.2,4Z" }), children);
699
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.7808,26,25.97,21.2422A1,1,0,0,0,25,20H20V17h5a1,1,0,0,0,.9082-1.4189l-6-13a1.0006,1.0006,0,0,0-1.7021-.19L8.2075,15.3906A1,1,0,0,0,9,17h9v3H7a1,1,0,0,0-.97,1.2422L7.2192,26H2v2H30V26ZM20,7.5527,23.437,15H20ZM11.0308,15,18,5.94V15ZM22.7192,26H9.2808l-1-4H23.7192Z" }), children);
700
700
  });
701
- if (process.env.NODE_ENV !== "production") Scooter.propTypes = require_iconPropTypes.iconPropTypes;
702
- const ScooterFront = /* @__PURE__ */ react.default.forwardRef(function ScooterFront({ children, size = 16, ...rest }, ref) {
703
- return react.default.createElement(require_Icon.Icon, {
701
+ if (process.env.NODE_ENV !== "production") SailboatCoastal.propTypes = require_iconPropTypes.iconPropTypes;
702
+ const SailboatOffshore = /* @__PURE__ */ react.default.forwardRef(function SailboatOffshore({ children, size = 16, ...rest }, ref) {
703
+ return react.default.createElement(require_Icon_js, {
704
704
  width: size,
705
705
  height: size,
706
706
  ref,
@@ -708,11 +708,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
708
708
  viewBox: "0 0 32 32",
709
709
  fill: "currentColor",
710
710
  ...rest
711
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 19H17V28H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,10V8H20a2.0025,2.0025,0,0,0-2-2H14a2.0025,2.0025,0,0,0-2,2H9v2h3v4.1841A2.9957,2.9957,0,0,0,10,17v7h2V17a1.0008,1.0008,0,0,1,1-1h6a1.0008,1.0008,0,0,1,1,1v7h2V17a2.9957,2.9957,0,0,0-2-2.8159V10ZM18,8v6H14V8Z" }), children);
711
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.9692,25H9.0308l-.75-3H23.7192l-.75,3h2.0616l.9394-3.7578A1,1,0,0,0,25,20H20V17h5a1,1,0,0,0,.9082-1.4189l-6-13a1.0006,1.0006,0,0,0-1.7021-.19L8.2075,15.3906A1,1,0,0,0,9,17h9v3H7a1,1,0,0,0-.97,1.2422ZM20,7.5527,23.437,15H20ZM11.0308,15,18,5.94V15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.9058,25.751A2.998,2.998,0,0,1,24,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,20,25a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,16,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,12,25a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,8,28a2.998,2.998,0,0,1-2.9058-2.249l-1.9365.498A4.9965,4.9965,0,0,0,8,30a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,24,30a4.9965,4.9965,0,0,0,4.8423-3.751Z" }), children);
712
712
  });
713
- if (process.env.NODE_ENV !== "production") ScooterFront.propTypes = require_iconPropTypes.iconPropTypes;
714
- const Screen = /* @__PURE__ */ react.default.forwardRef(function Screen({ children, size = 16, ...rest }, ref) {
715
- return react.default.createElement(require_Icon.Icon, {
713
+ if (process.env.NODE_ENV !== "production") SailboatOffshore.propTypes = require_iconPropTypes.iconPropTypes;
714
+ const SalesOps = /* @__PURE__ */ react.default.forwardRef(function SalesOps({ children, size = 16, ...rest }, ref) {
715
+ return react.default.createElement(require_Icon_js, {
716
716
  width: size,
717
717
  height: size,
718
718
  ref,
@@ -720,11 +720,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
720
720
  viewBox: "0 0 32 32",
721
721
  fill: "currentColor",
722
722
  ...rest
723
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM18,28H14V24h4Zm10-6H4V6H28Z" }), children);
723
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,6v-2h-3v-2h-2v2h-1c-1.1028,0-2,.8975-2,2v2c0,1.1025.8972,2,2,2h4v2h-6v2h3v2h2v-2h1c1.1028,0,2-.8975,2-2v-2c0-1.1025-.8972-2-2-2h-4v-2h6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,20v2h2.5859l-3.5857,3.5859-2.2917-2.293c-.1875-.1875-.4419-.293-.707-.293h-.0015c-.2651,0-.5183.1055-.7058.293l-5.2942,5.293,1.4143,1.4141,4.5867-4.5859,2.2917,2.293c.1875.1875.4419.293.7073.293.2651,0,.5195-.1055.707-.293l4.293-4.293v2.5859h2v-6h-6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m4,30h-2v-5c0-3.8599,3.1401-7,7-7h6c1.9885,0,3.8901.8502,5.217,2.3328l-1.4902,1.334c-.948-1.0592-2.3064-1.6667-3.7268-1.6667h-6c-2.7571,0-5,2.243-5,5v5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m12,16c3.866,0,7-3.134,7-7s-3.134-7-7-7-7,3.134-7,7,3.134,7,7,7Zm0-12c2.7615,0,5,2.2385,5,5s-2.2385,5-5,5-5-2.2385-5-5c.0032-2.7601,2.2399-4.9968,5-5Z" }), children);
724
724
  });
725
- if (process.env.NODE_ENV !== "production") Screen.propTypes = require_iconPropTypes.iconPropTypes;
726
- const ScreenOff = /* @__PURE__ */ react.default.forwardRef(function ScreenOff({ children, size = 16, ...rest }, ref) {
727
- return react.default.createElement(require_Icon.Icon, {
725
+ if (process.env.NODE_ENV !== "production") SalesOps.propTypes = require_iconPropTypes.iconPropTypes;
726
+ const SankeyDiagram = /* @__PURE__ */ react.default.forwardRef(function SankeyDiagram({ children, size = 16, ...rest }, ref) {
727
+ return react.default.createElement(require_Icon_js, {
728
728
  width: size,
729
729
  height: size,
730
730
  ref,
@@ -732,11 +732,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
732
732
  viewBox: "0 0 32 32",
733
733
  fill: "currentColor",
734
734
  ...rest
735
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,22H11.41L30,3.41,28.59,2l-2,2H4A2,2,0,0,0,2,6V22H4V6H24.59L2,28.59,3.41,30l6-6H12v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V9H28ZM18,28H14V24h4Z" }), children);
735
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2V8.0439c-1.9634.1968-6.3162,1.2325-10.5637,6.2764-.198-.2768-.3982-.5464-.5882-.8506C11.9736,5.6714,6.3191,4.2759,4,4.042V2H2V30H4V26.0464a14.8661,14.8661,0,0,0,9.9185-3.96C18.47,27.46,25.2363,28.0381,27.9341,28.0381c.0244,0,.0422-.001.0659-.001V30h2V2Zm0,8.0552v9.99a12.8834,12.8834,0,0,1-9.2756-4.1328C22.5032,11.2666,26.2915,10.26,28,10.0552ZM15.1519,14.53c.3242.5185.663.9907,1.0078,1.4409-.3384.4741-.6753.9707-1.0078,1.5029a16.1346,16.1346,0,0,1-1.0313,1.4531c-.0825-.1372-.1675-.27-.2466-.4126C9.3279,10.3315,5.7871,8.4438,4,8.0684V6.0508C5.9932,6.2905,10.8228,7.6035,15.1519,14.53ZM4,24.0488V10.1406c1.3254.4644,4.2034,2.2847,8.126,9.3448.1894.3413.396.6523.6.9667A12.8784,12.8784,0,0,1,4,24.0488Zm11.3179-3.4209a18.0563,18.0563,0,0,0,1.53-2.0937c.2212-.354.4454-.67.6687-.9951A14.8686,14.8686,0,0,0,28,22.0425v3.9863C25.67,26.019,19.374,25.5088,15.3179,20.6279Z" }), children);
736
736
  });
737
- if (process.env.NODE_ENV !== "production") ScreenOff.propTypes = require_iconPropTypes.iconPropTypes;
738
- const ScreenMap = /* @__PURE__ */ react.default.forwardRef(function ScreenMap({ children, size = 16, ...rest }, ref) {
739
- return react.default.createElement(require_Icon.Icon, {
737
+ if (process.env.NODE_ENV !== "production") SankeyDiagram.propTypes = require_iconPropTypes.iconPropTypes;
738
+ const SankeyDiagramAlt = /* @__PURE__ */ react.default.forwardRef(function SankeyDiagramAlt({ children, size = 16, ...rest }, ref) {
739
+ return react.default.createElement(require_Icon_js, {
740
740
  width: size,
741
741
  height: size,
742
742
  ref,
@@ -744,11 +744,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
744
744
  viewBox: "0 0 32 32",
745
745
  fill: "currentColor",
746
746
  ...rest
747
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 25H30V27H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 21H30V23H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.4141 11 23 11 23 9 15 9 15 17 17 17 17 12.4141 23.5859 19 25 17.5859 18.4141 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,3H4c-1.1028,0-2,.8975-2,2V21c0,1.1025,.8972,2,2,2H12v4h-4v2h12v-8H4V5H28v14h2V5c0-1.1025-.8972-2-2-2Zm-10,24h-4v-4h4v4Z" }), children);
747
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,2H2V16H8.1113a7.0359,7.0359,0,0,1,3.13.7393L15.7637,19l-4.522,2.2607A7.0359,7.0359,0,0,1,8.1113,22H2v8H9.2231a9.0446,9.0446,0,0,0,4.0249-.95L21.87,24.7393A7.0359,7.0359,0,0,1,25,24h5V14H25a7.0359,7.0359,0,0,1-3.13-.7393L15.3481,10H30ZM8,4H24V8H8ZM4,4H6V14H4ZM4,24H6v4H4Zm16.9751-1.05-8.6216,4.3105A7.0359,7.0359,0,0,1,9.2231,28H8V24h.1113a9.0446,9.0446,0,0,0,4.0249-.95L18,20.1182l1.8638.9316a9.0446,9.0446,0,0,0,4.0249.95H24v.0586A9.0515,9.0515,0,0,0,20.9751,22.95ZM28,22H26V16h2ZM12.3535,10.7393l8.6216,4.31A9.0515,9.0515,0,0,0,24,15.9414V20h-.1113a7.0359,7.0359,0,0,1-3.13-.7393l-8.6221-4.31A9.0446,9.0446,0,0,0,8.1113,14H8V10H9.2231A7.0359,7.0359,0,0,1,12.3535,10.7393ZM28,8H26V4h2Z" }), children);
748
748
  });
749
- if (process.env.NODE_ENV !== "production") ScreenMap.propTypes = require_iconPropTypes.iconPropTypes;
750
- const ScreenMapSet = /* @__PURE__ */ react.default.forwardRef(function ScreenMapSet({ children, size = 16, ...rest }, ref) {
751
- return react.default.createElement(require_Icon.Icon, {
749
+ if (process.env.NODE_ENV !== "production") SankeyDiagramAlt.propTypes = require_iconPropTypes.iconPropTypes;
750
+ const Sap = /* @__PURE__ */ react.default.forwardRef(function Sap({ children, size = 16, ...rest }, ref) {
751
+ return react.default.createElement(require_Icon_js, {
752
752
  width: size,
753
753
  height: size,
754
754
  ref,
@@ -756,11 +756,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
756
756
  viewBox: "0 0 32 32",
757
757
  fill: "currentColor",
758
758
  ...rest
759
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 26H31V28H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 22H31V24H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.4141 12 25 12 25 10 17 10 17 18 19 18 19 13.4141 25.5859 20 27 18.5859 20.4141 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,7H29v12h2V7c0-1.1025-.8972-2-2-2H7c-1.1028,0-2,.8975-2,2v15c0,1.1025,.8972,2,2,2h7v4h-4v2h12v-8H7V7Zm13,21h-4v-4h4v4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,3V1H3C1.8972,1,1,1.8965,1,3v15H3V3H26Z" }), children);
759
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,8h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157,2H4c-1.1046,0-2,.8954-2,2v12c0,1.1046.8954,2,2,2h1.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h4.1843c.2653,0,.5197-.1054.7073-.293l14-14c.6299-.6299.1836-1.707-.7073-1.707ZM20,8c.5522,0,1,.4478,1,1s-.4478,1-1,1-1-.4478-1-1,.4478-1,1-1ZM8,24c-.5522,0-1-.4478-1-1s.4478-1,1-1,1,.4478,1,1-.4478,1-1,1ZM14.5857,22h-3.77c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157,2h-1.1843v-12h13.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h3.77s-12,12-12,12Z" }), children);
760
760
  });
761
- if (process.env.NODE_ENV !== "production") ScreenMapSet.propTypes = require_iconPropTypes.iconPropTypes;
762
- const Script = /* @__PURE__ */ react.default.forwardRef(function Script({ children, size = 16, ...rest }, ref) {
763
- return react.default.createElement(require_Icon.Icon, {
761
+ if (process.env.NODE_ENV !== "production") Sap.propTypes = require_iconPropTypes.iconPropTypes;
762
+ const Satellite = /* @__PURE__ */ react.default.forwardRef(function Satellite({ children, size = 16, ...rest }, ref) {
763
+ return react.default.createElement(require_Icon_js, {
764
764
  width: size,
765
765
  height: size,
766
766
  ref,
@@ -768,11 +768,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
768
768
  viewBox: "0 0 32 32",
769
769
  fill: "currentColor",
770
770
  ...rest
771
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.83 26 21.41 23.42 20 22 16 26 20 30 21.42 28.59 18.83 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.17 26 24.59 28.58 26 30 30 26 26 22 24.58 23.41 27.17 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v6h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h6ZM18,4.4,23.6,10H18Z" }), children);
771
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.9141,16.5l2.7929-2.793a.9994.9994,0,0,0,0-1.414L23.4141,10,25.5,7.9141,28.5859,11,30,9.5859,22.4141,2,21,3.4141,24.0859,6.5,22,8.5859,19.707,6.293a.9994.9994,0,0,0-1.414,0L15.5,9.0859,8.707,2.293a.9994.9994,0,0,0-1.414,0l-5,5a.9994.9994,0,0,0,0,1.414L9.0859,15.5,6.293,18.293a.9994.9994,0,0,0,0,1.414L8.5859,22,6.5,24.0859,3.4141,21,2,22.4141,9.5859,30,11,28.5859,7.9141,25.5,10,23.4141l2.293,2.2929a.9995.9995,0,0,0,1.414,0L16.5,22.9141l6.793,6.7929a.9995.9995,0,0,0,1.414,0l5-5a.9994.9994,0,0,0,0-1.414ZM4.4141,8,8,4.4141,10.0859,6.5,6.5,10.0859Zm3.5,3.5L11.5,7.9141,14.0859,10.5,10.5,14.0859ZM13,23.5859,8.4141,19,19,8.4141,23.5859,13ZM17.9141,21.5,21.5,17.9141,24.0859,20.5,20.5,24.0859ZM24,27.5859,21.9141,25.5,25.5,21.9141,27.5859,24Z" }), children);
772
772
  });
773
- if (process.env.NODE_ENV !== "production") Script.propTypes = require_iconPropTypes.iconPropTypes;
774
- const ScriptReference = /* @__PURE__ */ react.default.forwardRef(function ScriptReference({ children, size = 16, ...rest }, ref) {
775
- return react.default.createElement(require_Icon.Icon, {
773
+ if (process.env.NODE_ENV !== "production") Satellite.propTypes = require_iconPropTypes.iconPropTypes;
774
+ const SatelliteRadar = /* @__PURE__ */ react.default.forwardRef(function SatelliteRadar({ children, size = 16, ...rest }, ref) {
775
+ return react.default.createElement(require_Icon_js, {
776
776
  width: size,
777
777
  height: size,
778
778
  ref,
@@ -780,11 +780,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
780
780
  viewBox: "0 0 32 32",
781
781
  fill: "currentColor",
782
782
  ...rest
783
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.17 26 24.59 28.58 26 30 30 26 26 22 24.58 23.41 27.17 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.83 26 21.41 23.42 20 22 16 26 20 30 21.42 28.59 18.83 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.7,9.3l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V16H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v6h2V10A.9092.9092,0,0,0,25.7,9.3ZM18,10V4.4L23.6,10Z" }), children);
783
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,14H28A10.0113,10.0113,0,0,0,18,4V2A12.0137,12.0137,0,0,1,30,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,14H24a6.0067,6.0067,0,0,0-6-6V6A8.0092,8.0092,0,0,1,26,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28V24.96a9.9124,9.9124,0,0,0,7.3179-2.208,1.8482,1.8482,0,0,0,.6777-1.3344,1.8,1.8,0,0,0-.5239-1.36L18.4141,15,21,12.4141,19.5859,11,17,13.5859,11.9419,8.5273a1.8145,1.8145,0,0,0-1.36-.5229,1.845,1.845,0,0,0-1.3339.6782,9.9566,9.9566,0,0,0-.5127,11.95L6.2793,28H2v2H30V28ZM10.68,10.0938,21.9058,21.32A8.0011,8.0011,0,0,1,10.68,10.0938ZM14,28H8.3875l1.8757-5.627A9.9894,9.9894,0,0,0,14,24.5435Z" }), children);
784
784
  });
785
- if (process.env.NODE_ENV !== "production") ScriptReference.propTypes = require_iconPropTypes.iconPropTypes;
786
- const Sdk = /* @__PURE__ */ react.default.forwardRef(function Sdk({ children, size = 16, ...rest }, ref) {
787
- return react.default.createElement(require_Icon.Icon, {
785
+ if (process.env.NODE_ENV !== "production") SatelliteRadar.propTypes = require_iconPropTypes.iconPropTypes;
786
+ const SatelliteWeather = /* @__PURE__ */ react.default.forwardRef(function SatelliteWeather({ children, size = 16, ...rest }, ref) {
787
+ return react.default.createElement(require_Icon_js, {
788
788
  width: size,
789
789
  height: size,
790
790
  ref,
@@ -792,20 +792,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
792
792
  viewBox: "0 0 32 32",
793
793
  fill: "currentColor",
794
794
  ...rest
795
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 9 27.9 9 24 15.6 24 9 22 9 22 23 24 23 24 18.7 24.9 17.2 27.9 23 30 23 26.1 15.4 30 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,23H12V9h4a4.0118,4.0118,0,0,1,4,4v6A4.0118,4.0118,0,0,1,16,23Zm-2-2h2a2.0059,2.0059,0,0,0,2-2V13a2.0059,2.0059,0,0,0-2-2H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,23H2V21H8V17H4a2.0059,2.0059,0,0,1-2-2V11A2.0059,2.0059,0,0,1,4,9h6v2H4v4H8a2.0059,2.0059,0,0,1,2,2v4A2.0059,2.0059,0,0,1,8,23Z" }), children);
795
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.5,12H19a4,4,0,0,1,0-8h.0835A4.7864,4.7864,0,0,1,23,2a4.9816,4.9816,0,0,1,4.6543,3.2034A3.4667,3.4667,0,0,1,30,8.5,3.5041,3.5041,0,0,1,26.5,12ZM19,6a2,2,0,0,0,0,4h7.5A1.5017,1.5017,0,0,0,28,8.5a1.4855,1.4855,0,0,0-1.2778-1.4739L26.061,6.927l-.1616-.6487a2.9568,2.9568,0,0,0-5.4873-.7121L20.1143,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,28V24.8882a7.9363,7.9363,0,0,0,4.707-2.2818.9995.9995,0,0,0,0-1.414L13.4644,16.95,16,14.4141,14.5859,13,12.05,15.5356,7.8076,11.293a.9994.9994,0,0,0-1.414,0,7.9993,7.9993,0,0,0,0,11.3134c.1621.1622.3327.3125.5058.459L4.4321,28H2v2H30V28Zm-2,0H6.6685L8.59,24.1567A7.8927,7.8927,0,0,0,11,24.873ZM7.8076,21.1924a6.0036,6.0036,0,0,1-.6489-7.72l8.3686,8.3681a6.0026,6.0026,0,0,1-7.72-.6484Z" }), children);
796
796
  });
797
- if (process.env.NODE_ENV !== "production") Sdk.propTypes = require_iconPropTypes.iconPropTypes;
798
- const Search = /* @__PURE__ */ react.default.forwardRef(function Search({ children, size = 16, ...rest }, ref) {
799
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
800
- width: size,
801
- height: size,
802
- ref,
803
- xmlns: "http://www.w3.org/2000/svg",
804
- viewBox: "0 0 16 16",
805
- fill: "currentColor",
806
- ...rest
807
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,14.3L10.7,10c1.9-2.3,1.6-5.8-0.7-7.7S4.2,0.7,2.3,3S0.7,8.8,3,10.7c2,1.7,5,1.7,7,0l4.3,4.3L15,14.3z M2,6.5 C2,4,4,2,6.5,2S11,4,11,6.5S9,11,6.5,11S2,9,2,6.5z" }), children);
808
- return react.default.createElement(require_Icon.Icon, {
797
+ if (process.env.NODE_ENV !== "production") SatelliteWeather.propTypes = require_iconPropTypes.iconPropTypes;
798
+ const SatisfyDefinition = /* @__PURE__ */ react.default.forwardRef(function SatisfyDefinition({ children, size = 16, ...rest }, ref) {
799
+ return react.default.createElement(require_Icon_js, {
809
800
  width: size,
810
801
  height: size,
811
802
  ref,
@@ -813,11 +804,20 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
813
804
  viewBox: "0 0 32 32",
814
805
  fill: "currentColor",
815
806
  ...rest
816
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,27.5859l-7.5521-7.5521a11.0177,11.0177,0,1,0-1.4141,1.4141L27.5859,29ZM4,13a9,9,0,1,1,9,9A9.01,9.01,0,0,1,4,13Z" }), children);
807
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
808
+ strokeWidth: "0",
809
+ d: "m17.3945,19.5537c0-1.8433,1.3953-2.7563,3.8416-2.7563h1.5332v-.6545c0-.9993-.4995-1.585-1.6709-1.585-1.0337,0-1.6194.5168-2.05,1.137l-1.3093-1.1714c.6545-1.0337,1.7056-1.7228,3.5144-1.7228,2.429,0,3.7209,1.1543,3.7209,3.2042v4.2379h.896v1.7572h-1.2231c-.9475,0-1.5332-.6201-1.6711-1.5504h-.1033c-.293,1.1542-1.2749,1.7572-2.6187,1.7572-1.8259,0-2.8596-1.0509-2.8596-2.6531Zm5.3624-.2412v-1.1886h-1.4126c-1.1541,0-1.7227.3962-1.7227,1.1025v.2928c0,.7235.4995,1.0853,1.3608,1.0853.9819,0,1.7744-.4479,1.7744-1.2921Z"
810
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
811
+ strokeWidth: "0",
812
+ d: "m6.6195,20.2084l1.5332-1.4816c.8269.9647,1.8433,1.4816,3.0837,1.4816,1.3953,0,2.1189-.6719,2.1189-1.6882,0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971,0-2.1534,1.6709-3.5488,4.3584-3.5488,1.8088,0,3.1526.6202,4.1172,1.7744l-1.5503,1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292,0-1.9639.5168-1.9639,1.4126,0,.9131.5168,1.292,1.6711,1.4988l1.1196.2067c2.429.4308,3.5662,1.516,3.5662,3.4972,0,2.2739-1.6367,3.8245-4.5137,3.8245-2.05,0-3.4626-.8097-4.479-1.9984Z"
813
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
814
+ strokeWidth: "0",
815
+ d: "m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"
816
+ }), children);
817
817
  });
818
- if (process.env.NODE_ENV !== "production") Search.propTypes = require_iconPropTypes.iconPropTypes;
819
- const SearchAdvanced = /* @__PURE__ */ react.default.forwardRef(function SearchAdvanced({ children, size = 16, ...rest }, ref) {
820
- return react.default.createElement(require_Icon.Icon, {
818
+ if (process.env.NODE_ENV !== "production") SatisfyDefinition.propTypes = require_iconPropTypes.iconPropTypes;
819
+ const SatisfyUsage = /* @__PURE__ */ react.default.forwardRef(function SatisfyUsage({ children, size = 16, ...rest }, ref) {
820
+ return react.default.createElement(require_Icon_js, {
821
821
  width: size,
822
822
  height: size,
823
823
  ref,
@@ -825,47 +825,47 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
825
825
  viewBox: "0 0 32 32",
826
826
  fill: "currentColor",
827
827
  ...rest
828
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 6 26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,28.5859l-5.9751-5.9751a9.0234,9.0234,0,1,0-1.4141,1.4141L22.5859,30ZM4,17a7,7,0,1,1,7,7A7.0078,7.0078,0,0,1,4,17Z" }), children);
828
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
829
+ strokeWidth: "0",
830
+ d: "m17.3934,19.5537c0-1.8433,1.3953-2.7563,3.8416-2.7563h1.5332v-.6545c0-.9993-.4995-1.585-1.6709-1.585-1.0337,0-1.6194.5168-2.05,1.137l-1.3093-1.1714c.6545-1.0337,1.7056-1.7228,3.5144-1.7228,2.429,0,3.7209,1.1543,3.7209,3.2042v4.2379h.896v1.7572h-1.2231c-.9475,0-1.5332-.6201-1.6711-1.5504h-.1033c-.293,1.1542-1.2749,1.7572-2.6187,1.7572-1.8259,0-2.8596-1.0509-2.8596-2.6531Zm5.3624-.2412v-1.1886h-1.4126c-1.1541,0-1.7227.3962-1.7227,1.1025v.2928c0,.7235.4995,1.0853,1.3608,1.0853.9819,0,1.7744-.4479,1.7744-1.2921Z"
831
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
832
+ strokeWidth: "0",
833
+ d: "m6.6184,20.2084l1.5332-1.4816c.8269.9647,1.8433,1.4816,3.0837,1.4816,1.3953,0,2.1189-.6719,2.1189-1.6882,0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971,0-2.1534,1.6709-3.5488,4.3584-3.5488,1.8088,0,3.1526.6202,4.1172,1.7744l-1.5503,1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292,0-1.9639.5168-1.9639,1.4126,0,.9131.5168,1.292,1.6711,1.4988l1.1196.2067c2.429.4308,3.5662,1.516,3.5662,3.4972,0,2.2739-1.6367,3.8245-4.5137,3.8245-2.05,0-3.4626-.8097-4.479-1.9984Z"
834
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
835
+ strokeWidth: "0",
836
+ d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
837
+ }), children);
829
838
  });
830
- if (process.env.NODE_ENV !== "production") SearchAdvanced.propTypes = require_iconPropTypes.iconPropTypes;
831
- const SearchLocate = /* @__PURE__ */ react.default.forwardRef(function SearchLocate({ children, size = 16, ...rest }, ref) {
832
- return react.default.createElement(require_Icon.Icon, {
839
+ if (process.env.NODE_ENV !== "production") SatisfyUsage.propTypes = require_iconPropTypes.iconPropTypes;
840
+ const Save = /* @__PURE__ */ react.default.forwardRef(function Save({ children, size = 16, ...rest }, ref) {
841
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
833
842
  width: size,
834
843
  height: size,
835
844
  ref,
836
845
  xmlns: "http://www.w3.org/2000/svg",
837
- viewBox: "0 0 32 32",
846
+ viewBox: "0 0 16 16",
838
847
  fill: "currentColor",
839
848
  ...rest
840
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28.5859l-4.6885-4.6884a8.028,8.028,0,1,0-1.414,1.414L28.5859,30ZM19,25a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,19,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 12H10V14H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H18V4H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 7H18V9H2z" }), children);
841
- });
842
- if (process.env.NODE_ENV !== "production") SearchLocate.propTypes = require_iconPropTypes.iconPropTypes;
843
- const SearchLocateMirror = /* @__PURE__ */ react.default.forwardRef(function SearchLocateMirror({ children, size = 16, ...rest }, ref) {
844
- return react.default.createElement(require_Icon.Icon, {
849
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.9,4.6l-2.5-2.5C11.3,2.1,11.1,2,11,2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V5 C14,4.9,13.9,4.7,13.9,4.6z M6,3h4v2H6V3z M10,13H6V9h4V13z M11,13V9c0-0.6-0.4-1-1-1H6C5.4,8,5,8.4,5,9v4H3V3h2v2c0,0.6,0.4,1,1,1 h4c0.6,0,1-0.4,1-1V3.2l2,2V13H11z" }), children);
850
+ if (size === 20 || size === "20" || size === "20px") return react.default.createElement(require_Icon_js, {
845
851
  width: size,
846
852
  height: size,
847
853
  ref,
848
854
  xmlns: "http://www.w3.org/2000/svg",
849
- viewBox: "0 0 32 32",
855
+ viewBox: "0 0 20 20",
850
856
  fill: "currentColor",
851
857
  ...rest
852
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,28.6l-4.7-4.7c1.1-1.4,1.7-3.1,1.7-4.9c0-4.4-3.6-8-8-8s-8,3.6-8,8s3.6,8,8,8c1.8,0,3.5-0.6,4.9-1.7l4.7,4.7L21,28.6z M10,25c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S13.3,25,10,25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 12H30V14H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 7H30V9H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 2H30V4H14z" }), children);
853
- });
854
- if (process.env.NODE_ENV !== "production") SearchLocateMirror.propTypes = require_iconPropTypes.iconPropTypes;
855
- const Security = /* @__PURE__ */ react.default.forwardRef(function Security({ children, size = 16, ...rest }, ref) {
856
- return react.default.createElement(require_Icon.Icon, {
858
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.8,5.5l-3.3-3.3C14.3,2.1,14.2,2,14,2H3.3C2.6,2,2,2.6,2,3.3v13.3C2,17.4,2.6,18,3.3,18h13.3c0.7,0,1.4-0.5,1.4-1.2V6.1 C18,5.7,17.9,5.7,17.8,5.5z M7.3,3.3h5.3v3.3H7.3V3.3z M12.7,16.7H7.3v-5.3h5.3L12.7,16.7L12.7,16.7z M14,16.7v-5.3 c0-0.7-0.6-1.3-1.3-1.3H7.3C6.6,10,6,10.6,6,11.3v5.3H3.3V3.3H6v3.3C6,7.4,6.6,8,7.3,8h5.3C13.4,8,14,7.4,14,6.7v-3l2.7,2.7v10.4 L14,16.7L14,16.7z" }), children);
859
+ if (size === 24 || size === "24" || size === "24px") return react.default.createElement(require_Icon_js, {
857
860
  width: size,
858
861
  height: size,
859
862
  ref,
860
863
  xmlns: "http://www.w3.org/2000/svg",
861
- viewBox: "0 0 32 32",
864
+ viewBox: "0 0 24 24",
862
865
  fill: "currentColor",
863
866
  ...rest
864
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 16.59 11.41 14 10 15.41 14 19.41 22 11.41 20.59 10 14 16.59z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,9.8242,26.7071A10.9818,10.9818,0,0,1,4,17V4A2.0021,2.0021,0,0,1,6,2H26a2.0021,2.0021,0,0,1,2,2V17a10.9818,10.9818,0,0,1-5.8242,9.7071ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z" }), children);
865
- });
866
- if (process.env.NODE_ENV !== "production") Security.propTypes = require_iconPropTypes.iconPropTypes;
867
- const SecurityServices = /* @__PURE__ */ react.default.forwardRef(function SecurityServices({ children, size = 16, ...rest }, ref) {
868
- return react.default.createElement(require_Icon.Icon, {
867
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.8,7L17,3.2C16.9,3.1,16.7,3,16.5,3h-12C3.7,3,3,3.7,3,4.5v15C3,20.3,3.7,21,4.5,21h15c0.8,0,1.5-0.7,1.5-1.5v-12 C21,7.3,20.9,7.1,20.8,7z M9,4.5h6v3H9V4.5z M15,19.5H9v-6h6V19.5z M16.5,19.5v-6c0-0.8-0.7-1.5-1.5-1.5H9c-0.8,0-1.5,0.7-1.5,1.5v6 h-3v-15h3v3C7.5,8.3,8.2,9,9,9h6c0.8,0,1.5-0.7,1.5-1.5V4.8l3,3v11.7H16.5z" }), children);
868
+ return react.default.createElement(require_Icon_js, {
869
869
  width: size,
870
870
  height: size,
871
871
  ref,
@@ -873,11 +873,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
873
873
  viewBox: "0 0 32 32",
874
874
  fill: "currentColor",
875
875
  ...rest
876
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24V22H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,18.1011V16H22v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,22H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,27.8989V30h2V27.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,24Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,26.667l-3.2344-1.7246A8.9858,8.9858,0,0,1,6,17V4H26V14h2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,28.9336Z" }), children);
876
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.71,9.29l-5-5A1,1,0,0,0,22,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V10A1,1,0,0,0,27.71,9.29ZM12,6h8v4H12Zm8,20H12V18h8Zm2,0V18a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2v8H6V6h4v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6.41l4,4V26Z" }), children);
877
877
  });
878
- if (process.env.NODE_ENV !== "production") SecurityServices.propTypes = require_iconPropTypes.iconPropTypes;
879
- const Select_01 = /* @__PURE__ */ react.default.forwardRef(function Select_01({ children, size = 16, ...rest }, ref) {
880
- return react.default.createElement(require_Icon.Icon, {
878
+ if (process.env.NODE_ENV !== "production") Save.propTypes = require_iconPropTypes.iconPropTypes;
879
+ const WatsonHealthSaveAnnotation = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSaveAnnotation({ children, size = 16, ...rest }, ref) {
880
+ return react.default.createElement(require_Icon_js, {
881
881
  width: size,
882
882
  height: size,
883
883
  ref,
@@ -885,11 +885,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
885
885
  viewBox: "0 0 32 32",
886
886
  fill: "currentColor",
887
887
  ...rest
888
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 6 8 6 8 2 6 2 6 6 2 6 2 8 6 8 6 12 8 12 8 8 12 8 12 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 6H20V8H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,6V8h4v4h2V8a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 16H8V20H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,28V24H6v4a2,2,0,0,0,2,2h4V28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 16H30V20H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 28H20V30H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,24v4H24v2h4a2,2,0,0,0,2-2V24Z" }), children);
888
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H25V18h3V4H8V7H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 6H26V8H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 10H26V12H22z" }), children);
889
889
  });
890
- if (process.env.NODE_ENV !== "production") Select_01.propTypes = require_iconPropTypes.iconPropTypes;
891
- const Select_02 = /* @__PURE__ */ react.default.forwardRef(function Select_02({ children, size = 16, ...rest }, ref) {
892
- return react.default.createElement(require_Icon.Icon, {
890
+ if (process.env.NODE_ENV !== "production") WatsonHealthSaveAnnotation.propTypes = require_iconPropTypes.iconPropTypes;
891
+ const WatsonHealthSaveImage = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSaveImage({ children, size = 16, ...rest }, ref) {
892
+ return react.default.createElement(require_Icon_js, {
893
893
  width: size,
894
894
  height: size,
895
895
  ref,
@@ -897,11 +897,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
897
897
  viewBox: "0 0 32 32",
898
898
  fill: "currentColor",
899
899
  ...rest
900
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 6 8 6 8 2 6 2 6 6 2 6 2 8 6 8 6 12 8 12 8 8 12 8 12 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,10V4H24V6H16V8h8v2h2V24H24v2H10V24H8V16H6v8H4v6h6V28H24v2h6V24H28V10ZM8,28H6V26H8Zm20,0H26V26h2ZM26,6h2V8H26Z" }), children);
900
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H25V18h3V4H14V7H12V4a2,2,0,0,1,2-2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z" }), children);
901
901
  });
902
- if (process.env.NODE_ENV !== "production") Select_02.propTypes = require_iconPropTypes.iconPropTypes;
903
- const SelectWindow = /* @__PURE__ */ react.default.forwardRef(function SelectWindow({ children, size = 16, ...rest }, ref) {
904
- return react.default.createElement(require_Icon.Icon, {
902
+ if (process.env.NODE_ENV !== "production") WatsonHealthSaveImage.propTypes = require_iconPropTypes.iconPropTypes;
903
+ const SaveModel = /* @__PURE__ */ react.default.forwardRef(function SaveModel({ children, size = 16, ...rest }, ref) {
904
+ return react.default.createElement(require_Icon_js, {
905
905
  width: size,
906
906
  height: size,
907
907
  ref,
@@ -909,11 +909,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
909
909
  viewBox: "0 0 32 32",
910
910
  fill: "currentColor",
911
911
  ...rest
912
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,26H4a2.0021,2.0021,0,0,1-2-2V20H4v4H8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 12H4V16H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,8H24V4H20V2h4a2.0021,2.0021,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 2H16V4H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,8H2V4A2.0021,2.0021,0,0,1,4,2H8V4H4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,32a.9967.9967,0,0,1-.707-.293l-6.1377-6.1377L16.832,30.5547a1,1,0,0,1-1.79-.2676l-6-20A1,1,0,0,1,10.2871,9.042l20,6a1,1,0,0,1,.2676,1.79l-4.9854,3.3233L31.707,26.293a.9994.9994,0,0,1,0,1.414l-4,4A.9967.9967,0,0,1,27,32Zm0-2.4141L29.5859,27,22.431,19.845l5.2458-3.4978L11.4917,11.4917l4.8555,16.1851L19.845,22.431Z" }), children);
912
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,26H12V18h2V16H12a2,2,0,0,0-2,2v8H6V6h4v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6.41l4,4V16h2V10a1,1,0,0,0-.29-.71l-5-5A.9989.9989,0,0,0,22,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H16ZM12,6h8v4H12Z" }), children);
913
913
  });
914
- if (process.env.NODE_ENV !== "production") SelectWindow.propTypes = require_iconPropTypes.iconPropTypes;
915
- const Send = /* @__PURE__ */ react.default.forwardRef(function Send({ children, size = 16, ...rest }, ref) {
916
- return react.default.createElement(require_Icon.Icon, {
914
+ if (process.env.NODE_ENV !== "production") SaveModel.propTypes = require_iconPropTypes.iconPropTypes;
915
+ const WatsonHealthSaveSeries = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSaveSeries({ children, size = 16, ...rest }, ref) {
916
+ return react.default.createElement(require_Icon_js, {
917
917
  width: size,
918
918
  height: size,
919
919
  ref,
@@ -921,11 +921,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
921
921
  viewBox: "0 0 32 32",
922
922
  fill: "currentColor",
923
923
  ...rest
924
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.45,15.11l-22-11a1,1,0,0,0-1.08.12,1,1,0,0,0-.33,1L7,16,4,26.74A1,1,0,0,0,5,28a1,1,0,0,0,.45-.11l22-11a1,1,0,0,0,0-1.78Zm-20.9,10L8.76,17H18V15H8.76L6.55,6.89,24.76,16Z" }), children);
924
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,21H25V7H11V5H25a2,2,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32,14H30V2H18V0H30a2,2,0,0,1,2,2Z" }), children);
925
925
  });
926
- if (process.env.NODE_ENV !== "production") Send.propTypes = require_iconPropTypes.iconPropTypes;
927
- const SendAlt = /* @__PURE__ */ react.default.forwardRef(function SendAlt({ children, size = 16, ...rest }, ref) {
928
- return react.default.createElement(require_Icon.Icon, {
926
+ if (process.env.NODE_ENV !== "production") WatsonHealthSaveSeries.propTypes = require_iconPropTypes.iconPropTypes;
927
+ const Scale = /* @__PURE__ */ react.default.forwardRef(function Scale({ children, size = 16, ...rest }, ref) {
928
+ return react.default.createElement(require_Icon_js, {
929
929
  width: size,
930
930
  height: size,
931
931
  ref,
@@ -933,11 +933,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
933
933
  viewBox: "0 0 32 32",
934
934
  fill: "currentColor",
935
935
  ...rest
936
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.71,4.29a1,1,0,0,0-1.05-.23l-22,8a1,1,0,0,0,0,1.87l9.6,3.84,3.84,9.6A1,1,0,0,0,19,28h0a1,1,0,0,0,.92-.66l8-22A1,1,0,0,0,27.71,4.29ZM19,24.2l-2.79-7L21,12.41,19.59,11l-4.83,4.83L7.8,13,25.33,6.67Z" }), children);
936
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,17H7a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V19A2,2,0,0,0,13,17ZM7,25V19h6v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,21v2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2H11A2,2,0,0,0,9,7v6h2V7H25V21" }), children);
937
937
  });
938
- if (process.env.NODE_ENV !== "production") SendAlt.propTypes = require_iconPropTypes.iconPropTypes;
939
- const SendAltFilled = /* @__PURE__ */ react.default.forwardRef(function SendAltFilled({ children, size = 16, ...rest }, ref) {
940
- return react.default.createElement(require_Icon.Icon, {
938
+ if (process.env.NODE_ENV !== "production") Scale.propTypes = require_iconPropTypes.iconPropTypes;
939
+ const Scales = /* @__PURE__ */ react.default.forwardRef(function Scales({ children, size = 16, ...rest }, ref) {
940
+ return react.default.createElement(require_Icon_js, {
941
941
  width: size,
942
942
  height: size,
943
943
  ref,
@@ -945,11 +945,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
945
945
  viewBox: "0 0 32 32",
946
946
  fill: "currentColor",
947
947
  ...rest
948
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.71,4.29a1,1,0,0,0-1.05-.23l-22,8a1,1,0,0,0,0,1.87l8.59,3.43L19.59,11,21,12.41l-6.37,6.37,3.44,8.59A1,1,0,0,0,19,28h0a1,1,0,0,0,.92-.66l8-22A1,1,0,0,0,27.71,4.29Z" }), children);
948
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,16a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L25.896,7.5562a.8913.8913,0,0,0-.0454-.0816A1,1,0,0,0,25,7H18.8218A3.0155,3.0155,0,0,0,17,5.1841V2H15V5.1841A3.0155,3.0155,0,0,0,13.1782,7H7a1,1,0,0,0-.8945.5527l-4,8A1,1,0,0,0,2,16a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L8.6182,9h4.56A3.0147,3.0147,0,0,0,15,10.8154V28H6v2H26V28H17V10.8159A3.0155,3.0155,0,0,0,18.8218,9h4.56l-3.2763,6.5527A1,1,0,0,0,20,16ZM7,19a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,7,19Zm2.3821-4H4.6179L7,10.2363ZM16,9a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,9Zm9,10a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,25,19Zm0-8.7637L27.3821,15H22.6179Z" }), children);
949
949
  });
950
- if (process.env.NODE_ENV !== "production") SendAltFilled.propTypes = require_iconPropTypes.iconPropTypes;
951
- const SendFilled = /* @__PURE__ */ react.default.forwardRef(function SendFilled({ children, size = 16, ...rest }, ref) {
952
- return react.default.createElement(require_Icon.Icon, {
950
+ if (process.env.NODE_ENV !== "production") Scales.propTypes = require_iconPropTypes.iconPropTypes;
951
+ const ScalesTipped = /* @__PURE__ */ react.default.forwardRef(function ScalesTipped({ children, size = 16, ...rest }, ref) {
952
+ return react.default.createElement(require_Icon_js, {
953
953
  width: size,
954
954
  height: size,
955
955
  ref,
@@ -957,11 +957,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
957
957
  viewBox: "0 0 32 32",
958
958
  fill: "currentColor",
959
959
  ...rest
960
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.45,15.11l-22-11a1,1,0,0,0-1.08.12,1,1,0,0,0-.33,1L6.69,15H18v2H6.69L4,26.74A1,1,0,0,0,5,28a1,1,0,0,0,.45-.11l22-11a1,1,0,0,0,0-1.78Z" }), children);
960
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,13a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473l-4-8a1,1,0,0,0-1.2109-.5014l-6.3308,2.11A3.0322,3.0322,0,0,0,17,5.1841V2H15V5.1841a2.9949,2.9949,0,0,0-1.9956,2.76l-6.3208,2.107a1,1,0,0,0-.5781.5014l-4,8A1,1,0,0,0,2,19a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L8.41,11.584l5.237-1.7456A3.0285,3.0285,0,0,0,15,10.8154V28H6v2H26V28H17V10.8159a2.9951,2.9951,0,0,0,1.9956-2.76l4.03-1.3438-2.92,5.8408A1,1,0,0,0,20,13ZM7,22a2.9956,2.9956,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,7,22Zm2.3821-4H4.6179L7,13.2363ZM16,9a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,9Zm9,7a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,25,16Zm0-8.7637L27.3821,12H22.6179Z" }), children);
961
961
  });
962
- if (process.env.NODE_ENV !== "production") SendFilled.propTypes = require_iconPropTypes.iconPropTypes;
963
- const SendActionUsage = /* @__PURE__ */ react.default.forwardRef(function SendActionUsage({ children, size = 16, ...rest }, ref) {
964
- return react.default.createElement(require_Icon.Icon, {
962
+ if (process.env.NODE_ENV !== "production") ScalesTipped.propTypes = require_iconPropTypes.iconPropTypes;
963
+ const Scalpel = /* @__PURE__ */ react.default.forwardRef(function Scalpel({ children, size = 16, ...rest }, ref) {
964
+ return react.default.createElement(require_Icon_js, {
965
965
  width: size,
966
966
  height: size,
967
967
  ref,
@@ -969,17 +969,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
969
969
  viewBox: "0 0 32 32",
970
970
  fill: "currentColor",
971
971
  ...rest
972
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
973
- strokeWidth: "0",
974
- d: "m9,21c-.5523,0-1-.4477-1-1v-8c0-.5523.4477-1,1-1h11.1716c.5304,0,1.0391.2107,1.4142.5858l4.4142,4.4142-4.4142,4.4142c-.3751.3751-.8838.5858-1.4142.5858h-11.1715Z"
975
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
976
- strokeWidth: "0",
977
- d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
978
- }), children);
972
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.83,5.17a4.1,4.1,0,0,0-5.66,0L.34,28H9.59a5,5,0,0,0,3.53-1.46L28.83,10.83a4,4,0,0,0,0-5.66ZM12.29,18.88l2.09-2.09,2.83,2.83-2.09,2.09Zm-.58,6.24A3,3,0,0,1,9.59,26H5.17l5.71-5.71,2.83,2.83ZM27.41,9.41l-8.79,8.8-2.83-2.83,8.8-8.79a2,2,0,0,1,2.82,0,2,2,0,0,1,0,2.82Z" }), children);
979
973
  });
980
- if (process.env.NODE_ENV !== "production") SendActionUsage.propTypes = require_iconPropTypes.iconPropTypes;
981
- const SendBackward = /* @__PURE__ */ react.default.forwardRef(function SendBackward({ children, size = 16, ...rest }, ref) {
982
- return react.default.createElement(require_Icon.Icon, {
974
+ if (process.env.NODE_ENV !== "production") Scalpel.propTypes = require_iconPropTypes.iconPropTypes;
975
+ const WatsonHealthScalpelCursor = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthScalpelCursor({ children, size = 16, ...rest }, ref) {
976
+ return react.default.createElement(require_Icon_js, {
983
977
  width: size,
984
978
  height: size,
985
979
  ref,
@@ -987,11 +981,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
987
981
  viewBox: "0 0 32 32",
988
982
  fill: "currentColor",
989
983
  ...rest
990
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,7H2V4A2.0023,2.0023,0,0,1,4,2H7V4H4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,22H4a2.0023,2.0023,0,0,1-2-2V17H4v3H7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 10H4V14H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,7H20V4H17V2h3a2.0023,2.0023,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 2H14V4H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H12a2.0023,2.0023,0,0,1-2-2V12a2.0023,2.0023,0,0,1,2-2H28a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,28,30ZM12,12V28H28V12Z" }), children);
984
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.8281,7.1338a4.0941,4.0941,0,0,0-5.6562,0L.3433,29.9619H9.5889a4.9682,4.9682,0,0,0,3.5356-1.4648L28.8281,12.79a3.9984,3.9984,0,0,0,0-5.6562ZM12.2928,20.8406l2.086-2.0858,2.8293,2.8293L15.1224,23.67ZM11.71,27.083a2.9824,2.9824,0,0,1-2.1215.8789H5.1714l5.7073-5.7072,2.83,2.83ZM27.4141,11.376,18.6221,20.17l-2.8293-2.8292,8.7931-8.7928a2.0471,2.0471,0,0,1,2.8282,0,1.9993,1.9993,0,0,1,0,2.8281Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 4 4 4 4 13 6 13 6 6 13 6 13 4z" }), children);
991
985
  });
992
- if (process.env.NODE_ENV !== "production") SendBackward.propTypes = require_iconPropTypes.iconPropTypes;
993
- const SendToBack = /* @__PURE__ */ react.default.forwardRef(function SendToBack({ children, size = 16, ...rest }, ref) {
994
- return react.default.createElement(require_Icon.Icon, {
986
+ if (process.env.NODE_ENV !== "production") WatsonHealthScalpelCursor.propTypes = require_iconPropTypes.iconPropTypes;
987
+ const WatsonHealthScalpelLasso = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthScalpelLasso({ children, size = 16, ...rest }, ref) {
988
+ return react.default.createElement(require_Icon_js, {
995
989
  width: size,
996
990
  height: size,
997
991
  ref,
@@ -999,11 +993,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
999
993
  viewBox: "0 0 32 32",
1000
994
  fill: "currentColor",
1001
995
  ...rest
1002
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6v6a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V12A2.0023,2.0023,0,0,0,28,10ZM12,28V12H28l.0015,16Z" }), children);
996
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.8281,7.1338a4.0941,4.0941,0,0,0-5.6562,0L.3433,29.9619H9.5889a4.9682,4.9682,0,0,0,3.5356-1.4648L28.8281,12.79a3.9984,3.9984,0,0,0,0-5.6562ZM12.2928,20.8406l2.086-2.0858,2.8293,2.8293L15.1224,23.67ZM11.71,27.083a2.9824,2.9824,0,0,1-2.1215.8789H5.1714l5.7073-5.7072,2.83,2.83ZM27.4141,11.376,18.6221,20.17l-2.8293-2.8292,8.7931-8.7928a2.0471,2.0471,0,0,1,2.8282,0,1.9993,1.9993,0,0,1,0,2.8281Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,2H7a4.9843,4.9843,0,0,0-3.8633,8.1528A2.9586,2.9586,0,0,0,3,11a2.9945,2.9945,0,0,0,2,2.8154V14a2.0025,2.0025,0,0,1-2,2H2v2H3a4.0045,4.0045,0,0,0,4-4v-.1841A2.9959,2.9959,0,0,0,8.8157,12H11A5,5,0,0,0,11,2ZM6,12a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,6,12Zm5-2H8.8157A2.974,2.974,0,0,0,4.394,8.4746,2.9908,2.9908,0,0,1,7,4h4a3,3,0,0,1,0,6Z" }), children);
1003
997
  });
1004
- if (process.env.NODE_ENV !== "production") SendToBack.propTypes = require_iconPropTypes.iconPropTypes;
1005
- const SequentialPalette = /* @__PURE__ */ react.default.forwardRef(function SequentialPalette({ children, size = 16, ...rest }, ref) {
1006
- return react.default.createElement(require_Icon.Icon, {
998
+ if (process.env.NODE_ENV !== "production") WatsonHealthScalpelLasso.propTypes = require_iconPropTypes.iconPropTypes;
999
+ const WatsonHealthScalpelSelect = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthScalpelSelect({ children, size = 16, ...rest }, ref) {
1000
+ return react.default.createElement(require_Icon_js, {
1007
1001
  width: size,
1008
1002
  height: size,
1009
1003
  ref,
@@ -1011,11 +1005,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1011
1005
  viewBox: "0 0 32 32",
1012
1006
  fill: "currentColor",
1013
1007
  ...rest
1014
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.9961,20H2v-7.994h7.9961v7.994ZM3.999,18.0015h3.9981v-3.997h-3.9981v3.997ZM30,12h-7.9961v7.994h7.9961v-7.994ZM12.0151,12.006v7.994h7.9961v-7.994s-7.9961,0-7.9961,0ZM14.0142,17.9762v-3.9717h3.9728s-3.9728,3.9717-3.9728,3.9717Z" }), children);
1008
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.8281,7.1719a4.0941,4.0941,0,0,0-5.6562,0L.3433,30H9.5889a4.9682,4.9682,0,0,0,3.5356-1.4648L28.8281,12.8281a3.9984,3.9984,0,0,0,0-5.6562ZM12.2928,20.8787l2.086-2.0859,2.8293,2.8294-2.0857,2.0862ZM11.71,27.1211A2.9824,2.9824,0,0,1,9.5889,28H5.1714l5.7073-5.7072,2.83,2.83Zm15.7037-15.707-8.792,8.7939-2.8293-2.8292,8.7931-8.7929a2.0473,2.0473,0,0,1,2.8282,0,1.9995,1.9995,0,0,1,0,2.8282Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,2a2.9948,2.9948,0,0,0-2.8157,2H7.8156A2.9925,2.9925,0,1,0,4,7.8154v4.3687a3,3,0,1,0,2,0V7.8159A2.9959,2.9959,0,0,0,7.8156,6h4.3686A2.9947,2.9947,0,1,0,15,2ZM5,16a1,1,0,1,1,1-1A1.0008,1.0008,0,0,1,5,16ZM5,6A1,1,0,1,1,6,5,1.0008,1.0008,0,0,1,5,6ZM15,6a1,1,0,1,1,1-1A1.0008,1.0008,0,0,1,15,6Z" }), children);
1015
1009
  });
1016
- if (process.env.NODE_ENV !== "production") SequentialPalette.propTypes = require_iconPropTypes.iconPropTypes;
1017
- const ServerDns = /* @__PURE__ */ react.default.forwardRef(function ServerDns({ children, size = 16, ...rest }, ref) {
1018
- return react.default.createElement(require_Icon.Icon, {
1010
+ if (process.env.NODE_ENV !== "production") WatsonHealthScalpelSelect.propTypes = require_iconPropTypes.iconPropTypes;
1011
+ const Scan = /* @__PURE__ */ react.default.forwardRef(function Scan({ children, size = 16, ...rest }, ref) {
1012
+ return react.default.createElement(require_Icon_js, {
1019
1013
  width: size,
1020
1014
  height: size,
1021
1015
  ref,
@@ -1023,15 +1017,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1023
1017
  viewBox: "0 0 32 32",
1024
1018
  fill: "currentColor",
1025
1019
  ...rest
1026
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2a8,8,0,1,0,8,8A8.0092,8.0092,0,0,0,16,2Zm5.91,7H19.4724a15.2457,15.2457,0,0,0-.7917-4.36A6.0088,6.0088,0,0,1,21.91,9ZM16.022,15.999h-.0076c-.3813-.1206-1.3091-1.8213-1.479-4.999h2.9292C17.2952,14.1763,16.3711,15.877,16.022,15.999ZM14.5354,9c.1694-3.1763,1.0935-4.877,1.4426-4.999h.0076c.3813.1206,1.3091,1.8213,1.479,4.999ZM13.3193,4.64A15.2457,15.2457,0,0,0,12.5276,9H10.09A6.0088,6.0088,0,0,1,13.3193,4.64ZM10.09,11h2.4373a15.2457,15.2457,0,0,0,.7917,4.36A6.0088,6.0088,0,0,1,10.09,11Zm8.59,4.36A15.2457,15.2457,0,0,0,19.4724,11H21.91A6.0088,6.0088,0,0,1,18.6807,15.36Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM4,22v6H28V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1027
- cx: "7",
1028
- cy: "25",
1029
- r: "1"
1030
- }), children);
1020
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,29H5a2,2,0,0,1-2-2V5A2,2,0,0,1,5,3H21V5H5V27H21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 9H17V23H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 9H29V23H27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 9H23V23H21z" }), children);
1031
1021
  });
1032
- if (process.env.NODE_ENV !== "production") ServerDns.propTypes = require_iconPropTypes.iconPropTypes;
1033
- const ServerProxy = /* @__PURE__ */ react.default.forwardRef(function ServerProxy({ children, size = 16, ...rest }, ref) {
1034
- return react.default.createElement(require_Icon.Icon, {
1022
+ if (process.env.NODE_ENV !== "production") Scan.propTypes = require_iconPropTypes.iconPropTypes;
1023
+ const ScanAlt = /* @__PURE__ */ react.default.forwardRef(function ScanAlt({ children, size = 16, ...rest }, ref) {
1024
+ return react.default.createElement(require_Icon_js, {
1035
1025
  width: size,
1036
1026
  height: size,
1037
1027
  ref,
@@ -1039,15 +1029,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1039
1029
  viewBox: "0 0 32 32",
1040
1030
  fill: "currentColor",
1041
1031
  ...rest
1042
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,30H26a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v6A2,2,0,0,0,6,30Zm0-8H26v6H6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1043
- cx: "9",
1044
- cy: "25",
1045
- r: "1"
1046
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,2,24.59,3.41,27.17,6H22.315A6.9835,6.9835,0,0,0,9.08,10H4.83L7.41,7.41,6,6,1,11l5,5,1.41-1.41L4.83,12H9.685A6.9835,6.9835,0,0,0,22.92,8h4.25l-2.58,2.59L26,12l5-5ZM21,9a4.983,4.983,0,0,1-8.9745,3H16V10H11.1011a4.9852,4.9852,0,0,1,8.8734-4H16V8h4.8989A5.0019,5.0019,0,0,1,21,9Z" }), children);
1032
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,24H10a2,2,0,0,1-2-2V19h2v3H22V19h2v3A2,2,0,0,1,22,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 15H30V17H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,13H22V10H10v3H8V10a2,2,0,0,1,2-2H22a2,2,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 10 28 10 28 4 22 4 22 2 30 2 30 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 10 2 10 2 2 10 2 10 4 4 4 4 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 30 2 30 2 22 4 22 4 28 10 28 10 30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 30 22 30 22 28 28 28 28 22 30 22 30 30z" }), children);
1047
1033
  });
1048
- if (process.env.NODE_ENV !== "production") ServerProxy.propTypes = require_iconPropTypes.iconPropTypes;
1049
- const ServerTime = /* @__PURE__ */ react.default.forwardRef(function ServerTime({ children, size = 16, ...rest }, ref) {
1050
- return react.default.createElement(require_Icon.Icon, {
1034
+ if (process.env.NODE_ENV !== "production") ScanAlt.propTypes = require_iconPropTypes.iconPropTypes;
1035
+ const ScanDisabled = /* @__PURE__ */ react.default.forwardRef(function ScanDisabled({ children, size = 16, ...rest }, ref) {
1036
+ return react.default.createElement(require_Icon_js, {
1051
1037
  width: size,
1052
1038
  height: size,
1053
1039
  ref,
@@ -1055,15 +1041,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1055
1041
  viewBox: "0 0 32 32",
1056
1042
  fill: "currentColor",
1057
1043
  ...rest
1058
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM4,22v6H28V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1059
- cx: "7",
1060
- cy: "25",
1061
- r: "1"
1062
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 11.586 17 9.586 17 6 15 6 15 10.414 17.586 13 19 11.586z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,18a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,18ZM16,4a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,4Z" }), children);
1044
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3826,2.0762a.9993.9993,0,0,0-1.09.2168l-26,26A1,1,0,0,0,3,30h8V28H5.4143l4-4H22a2.0021,2.0021,0,0,0,2-2V9.4146l4-4V11h2V3A1,1,0,0,0,29.3826,2.0762ZM22,22H11.4143L22,11.4146Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,17.7554V10h7.7554l2-2H10a2.0025,2.0025,0,0,0-2,2v9.7554Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 2 2 2 2 11 4 11 4 4 11 4 11 2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 30 30 30 30 21 28 21 28 28 21 28 21 30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 23.755 4 21 2 21 2 25.754 4 23.755z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.755 2 21 2 21 4 23.755 4 25.755 2z" }), children);
1063
1045
  });
1064
- if (process.env.NODE_ENV !== "production") ServerTime.propTypes = require_iconPropTypes.iconPropTypes;
1065
- const ServerTimeUsage = /* @__PURE__ */ react.default.forwardRef(function ServerTimeUsage({ children, size = 16, ...rest }, ref) {
1066
- return react.default.createElement(require_Icon.Icon, {
1046
+ if (process.env.NODE_ENV !== "production") ScanDisabled.propTypes = require_iconPropTypes.iconPropTypes;
1047
+ const ScatterMatrix = /* @__PURE__ */ react.default.forwardRef(function ScatterMatrix({ children, size = 16, ...rest }, ref) {
1048
+ return react.default.createElement(require_Icon_js, {
1067
1049
  width: size,
1068
1050
  height: size,
1069
1051
  ref,
@@ -1071,11 +1053,23 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1071
1053
  viewBox: "0 0 32 32",
1072
1054
  fill: "currentColor",
1073
1055
  ...rest
1074
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,25c0,.5523-.4477,1-1,1s-1-.4477-1-1,.4477-1,1-1,1,.4477,1,1ZM30,28v-6c0-1.1025-.8975-2-2-2H4c-1.103,0-2,.8975-2,2v6c0,1.1025.897,2,2,2h24c1.1025,0,2-.8975,2-2ZM28,22v6H4l-.0015-6h24.0015ZM24,10c0-4.4111-3.5889-8-8-8s-8,3.5889-8,8,3.5889,8,8,8,8-3.5889,8-8ZM22,10c0,3.3086-2.6914,6-6,6s-6-2.6914-6-6,2.6914-6,6-6,6,2.6914,6,6ZM16,10h6c0-1.5907-.6326-3.1179-1.7574-4.2426s-2.652-1.7574-4.2426-1.7574v6Z" }), children);
1056
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1057
+ cx: "9.5",
1058
+ cy: "9.5",
1059
+ r: "2.5"
1060
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1061
+ cx: "9.5",
1062
+ cy: "22.5",
1063
+ r: "2.5"
1064
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1065
+ cx: "22.5",
1066
+ cy: "22.5",
1067
+ r: "2.5"
1068
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z" }), children);
1075
1069
  });
1076
- if (process.env.NODE_ENV !== "production") ServerTimeUsage.propTypes = require_iconPropTypes.iconPropTypes;
1077
- const ServerlessFleet = /* @__PURE__ */ react.default.forwardRef(function ServerlessFleet({ children, size = 16, ...rest }, ref) {
1078
- return react.default.createElement(require_Icon.Icon, {
1070
+ if (process.env.NODE_ENV !== "production") ScatterMatrix.propTypes = require_iconPropTypes.iconPropTypes;
1071
+ const Schematics = /* @__PURE__ */ react.default.forwardRef(function Schematics({ children, size = 16, ...rest }, ref) {
1072
+ return react.default.createElement(require_Icon_js, {
1079
1073
  width: size,
1080
1074
  height: size,
1081
1075
  ref,
@@ -1083,11 +1077,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1083
1077
  viewBox: "0 0 32 32",
1084
1078
  fill: "currentColor",
1085
1079
  ...rest
1086
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.7 19.3 17.3 20.7 21 24.4 28.7 16.7 27.3 15.3 21 21.6 18.7 19.3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,12v11c0,1.1.9,2,2,2h4v-2h-4v-11h8v4h2v-4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,4h8v-2H4c-1.1,0-2,.9-2,2v8h2V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,8v8h2v-8h8v-2h-8c-1.1,0-2,.9-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,22v6H4v-6h-2v6c0,1.1.9,2,2,2h24c1.1,0,2-.9,2-2v-6h-2Z" }), children);
1080
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,19.001A4.0056,4.0056,0,0,0,22.9991,15H9.0011A2.0031,2.0031,0,0,1,7,12.9991V9.858A3.9949,3.9949,0,0,0,9.8581,7h12.284a4,4,0,1,0,0-2H9.8581A3.9916,3.9916,0,1,0,5,9.858v3.1411A4.0057,4.0057,0,0,0,9.0011,17h13.998A2.003,2.003,0,0,1,25,19.001V22H22v3H9.8581a4,4,0,1,0,0,2H22v3h8V22H27ZM26,4a2,2,0,1,1-2,2A2.0019,2.0019,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.0019,2.0019,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.002,2.002,0,0,1,6,28Zm22-4v4H24V24Z" }), children);
1087
1081
  });
1088
- if (process.env.NODE_ENV !== "production") ServerlessFleet.propTypes = require_iconPropTypes.iconPropTypes;
1089
- const ServiceDesk = /* @__PURE__ */ react.default.forwardRef(function ServiceDesk({ children, size = 16, ...rest }, ref) {
1090
- return react.default.createElement(require_Icon.Icon, {
1082
+ if (process.env.NODE_ENV !== "production") Schematics.propTypes = require_iconPropTypes.iconPropTypes;
1083
+ const ScisControlTower = /* @__PURE__ */ react.default.forwardRef(function ScisControlTower({ children, size = 16, ...rest }, ref) {
1084
+ return react.default.createElement(require_Icon_js, {
1091
1085
  width: size,
1092
1086
  height: size,
1093
1087
  ref,
@@ -1095,14 +1089,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1095
1089
  viewBox: "0 0 32 32",
1096
1090
  fill: "currentColor",
1097
1091
  ...rest
1098
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1099
- d: "M28,24V22A12.01,12.01,0,0,0,17,10.0507V8h3V6H12V8h3v2.0507A12.01,12.01,0,0,0,4,22v2H2v2H30V24ZM16,12a10.0167,10.0167,0,0,1,9.7984,8H6.2015A10.0165,10.0165,0,0,1,16,12ZM6,22H26v2H6Z",
1100
- transform: "translate(0 .005)"
1101
- }), children);
1092
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,19c-0.3,0-0.7,0.1-1,0.2L20.4,12c1-1.1,1.6-2.5,1.6-4c0-3.3-2.7-6-6-6s-6,2.7-6,6c0,1.6,0.6,3,1.6,4L6,19.2 C5.7,19.1,5.3,19,5,19c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.6-0.2-1.1-0.5-1.6l5.6-7.1c0.6,0.3,1.2,0.5,1.9,0.6v10.3 c-1.2,0.4-2,1.5-2,2.8c0,1.7,1.3,3,3,3s3-1.3,3-3c0-1.3-0.8-2.4-2-2.8V13.9c0.7-0.1,1.3-0.3,1.9-0.6l5.6,7.1c-0.3,0.5-0.5,1-0.5,1.6 c0,1.7,1.3,3,3,3s3-1.3,3-3S28.7,19,27,19z M16,4c2.2,0,4,1.8,4,4s-1.8,4-4,4s-4-1.8-4-4S13.8,4,16,4z M5,23c-0.6,0-1-0.4-1-1 s0.4-1,1-1s1,0.4,1,1S5.6,23,5,23z M16,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S16.6,28,16,28z M27,23c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S27.6,23,27,23z" }), children);
1102
1093
  });
1103
- if (process.env.NODE_ENV !== "production") ServiceDesk.propTypes = require_iconPropTypes.iconPropTypes;
1104
- const ServiceId = /* @__PURE__ */ react.default.forwardRef(function ServiceId({ children, size = 16, ...rest }, ref) {
1105
- return react.default.createElement(require_Icon.Icon, {
1094
+ if (process.env.NODE_ENV !== "production") ScisControlTower.propTypes = require_iconPropTypes.iconPropTypes;
1095
+ const ScisTransparentSupply = /* @__PURE__ */ react.default.forwardRef(function ScisTransparentSupply({ children, size = 16, ...rest }, ref) {
1096
+ return react.default.createElement(require_Icon_js, {
1106
1097
  width: size,
1107
1098
  height: size,
1108
1099
  ref,
@@ -1110,39 +1101,23 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1110
1101
  viewBox: "0 0 32 32",
1111
1102
  fill: "currentColor",
1112
1103
  ...rest
1113
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24v-2h-2.101c-0.13-0.637-0.384-1.229-0.732-1.753l1.49-1.49l-1.414-1.414l-1.49,1.49 c-0.524-0.348-1.116-0.602-1.753-0.732V16h-2v2.101c-0.637,0.13-1.229,0.384-1.753,0.732l-1.49-1.49l-1.414,1.414l1.49,1.49 c-0.348,0.524-0.602,1.116-0.732,1.753H16v2h2.101c0.13,0.637,0.384,1.229,0.732,1.753l-1.49,1.49l1.414,1.414l1.49-1.49 c0.524,0.348,1.116,0.602,1.753,0.732V30h2v-2.101c0.637-0.13,1.229-0.384,1.753-0.732l1.49,1.49l1.414-1.414l-1.49-1.49 c0.348-0.524,0.602-1.116,0.732-1.753H30z M23,26c-1.654,0-3-1.346-3-3s1.346-3,3-3s3,1.346,3,3S24.654,26,23,26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 6H16V8H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,28V4h16v9h2V4c0-1.103-0.897-2-2-2H6C4.897,2,4,2.897,4,4v24c0,1.103,0.897,2,2,2h8v-2H6z" }), children);
1104
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,23v3H8.5a4.5,4.5,0,0,1,0-9H9V15H8.5a6.5,6.5,0,0,0,0,13H23v3h8V23Zm6,6H25V25h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,22H19V19H13v3H11V19a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,16a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,16Zm0-4a1,1,0,1,0,1,1A1.0013,1.0013,0,0,0,16,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.5,4H9V1H1V9H9V6H23.5a4.5,4.5,0,0,1,0,9H23v2h.5a6.5,6.5,0,0,0,0-13ZM7,7H3V3H7Z" }), children);
1114
1105
  });
1115
- if (process.env.NODE_ENV !== "production") ServiceId.propTypes = require_iconPropTypes.iconPropTypes;
1116
- const ServiceLevels = /* @__PURE__ */ react.default.forwardRef(function ServiceLevels({ children, size = 16, ...rest }, ref) {
1117
- return react.default.createElement(require_Icon.Icon, {
1106
+ if (process.env.NODE_ENV !== "production") ScisTransparentSupply.propTypes = require_iconPropTypes.iconPropTypes;
1107
+ const Scooter = /* @__PURE__ */ react.default.forwardRef(function Scooter({ children, size = 16, ...rest }, ref) {
1108
+ return react.default.createElement(require_Icon_js, {
1118
1109
  width: size,
1119
1110
  height: size,
1120
1111
  ref,
1121
1112
  xmlns: "http://www.w3.org/2000/svg",
1122
1113
  viewBox: "0 0 32 32",
1123
1114
  fill: "currentColor",
1124
- ...rest
1125
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1126
- cx: "7",
1127
- cy: "19",
1128
- r: "1"
1129
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1130
- cx: "16",
1131
- cy: "11",
1132
- r: "1"
1133
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1134
- cx: "25",
1135
- cy: "19",
1136
- r: "1"
1137
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1138
- cx: "10",
1139
- cy: "14",
1140
- r: "1"
1141
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,20h-2c0-1.2616-.1946-2.5042-.5786-3.6929l1.9033-.6146c.448,1.3876.6753,2.8369.6753,4.3075Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29.8508,8.9775l-2.4368,2.4365-.0005-.0005c-.3621.3623-.8621.5864-1.4136.5864-1.103,0-2-.897-2-2,0-.5518.2241-1.0518.5864-1.4136l-.0005-.0005,2.4368-2.4365c-.3284-.0879-.667-.1494-1.0227-.1494-2.2056,0-4,1.7944-4,4,0,.7393.2153,1.4238.5669,2.019l-4.5479,4.5479c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056,0-4,1.7944-4,4s1.7944,4,4,4,4-1.7944,4-4c0-.7397-.2153-1.4243-.5669-2.019l4.5479-4.5479c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4,0-.3555-.0615-.6943-.1492-1.0225Zm-13.8508,13.0225c-1.103,0-2-.8975-2-2s.897-2,2-2,2,.8975,2,2-.897,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m4,20h-2c0-7.7196,6.2803-14,14-14,1.4707,0,2.9199.2272,4.3074.6754l-.6147,1.9031c-1.1885-.3838-2.4309-.5785-3.6926-.5785-6.6167,0-12,5.3832-12,12Z" }), children);
1115
+ ...rest
1116
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,26,28Zm0-6a2,2,0,1,0,2,2A2.0023,2.0023,0,0,0,26,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,8H18v2h6a1,1,0,0,1,0,2H21a1,1,0,0,0-.98,1.1963l.9241,4.6211L18.4338,22h-2.69l-2.5723-8.5752A1.988,1.988,0,0,0,11.2559,12H6v2h5.2561l.6,2H7a5.0057,5.0057,0,0,0-5,5v2a1,1,0,0,0,1,1H4a4,4,0,0,0,8,0h7a1,1,0,0,0,.8574-.4854l3-5a1,1,0,0,0,.1231-.7109L22.22,14H24a3,3,0,0,0,0-6ZM8,26a2.0025,2.0025,0,0,1-2-2h4A2.0025,2.0025,0,0,1,8,26ZM4,22V21a3.0033,3.0033,0,0,1,3-3h5.4561l1.2,4Z" }), children);
1142
1117
  });
1143
- if (process.env.NODE_ENV !== "production") ServiceLevels.propTypes = require_iconPropTypes.iconPropTypes;
1144
- const SessionBorderControl = /* @__PURE__ */ react.default.forwardRef(function SessionBorderControl({ children, size = 16, ...rest }, ref) {
1145
- return react.default.createElement(require_Icon.Icon, {
1118
+ if (process.env.NODE_ENV !== "production") Scooter.propTypes = require_iconPropTypes.iconPropTypes;
1119
+ const ScooterFront = /* @__PURE__ */ react.default.forwardRef(function ScooterFront({ children, size = 16, ...rest }, ref) {
1120
+ return react.default.createElement(require_Icon_js, {
1146
1121
  width: size,
1147
1122
  height: size,
1148
1123
  ref,
@@ -1150,20 +1125,23 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1150
1125
  viewBox: "0 0 32 32",
1151
1126
  fill: "currentColor",
1152
1127
  ...rest
1153
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,8,24.59,9.41,27.17,12H16a5.967,5.967,0,0,0-4,1.54V6.83l2.59,2.58L16,8,11,3,6,8,7.41,9.41,10,6.83V18a5.969,5.969,0,0,0,1.54,4H4.83l2.58-2.59L6,18,1,23l5,5,1.41-1.41L4.83,24H16A5.99,5.99,0,0,0,20.46,14h6.71l-2.58,2.59L26,18l5-5ZM20,18a4,4,0,1,1-4-4A4.0045,4.0045,0,0,1,20,18Z" }), children);
1128
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 19H17V28H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,10V8H20a2.0025,2.0025,0,0,0-2-2H14a2.0025,2.0025,0,0,0-2,2H9v2h3v4.1841A2.9957,2.9957,0,0,0,10,17v7h2V17a1.0008,1.0008,0,0,1,1-1h6a1.0008,1.0008,0,0,1,1,1v7h2V17a2.9957,2.9957,0,0,0-2-2.8159V10ZM18,8v6H14V8Z" }), children);
1154
1129
  });
1155
- if (process.env.NODE_ENV !== "production") SessionBorderControl.propTypes = require_iconPropTypes.iconPropTypes;
1156
- const Settings = /* @__PURE__ */ react.default.forwardRef(function Settings({ children, size = 16, ...rest }, ref) {
1157
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1130
+ if (process.env.NODE_ENV !== "production") ScooterFront.propTypes = require_iconPropTypes.iconPropTypes;
1131
+ const Screen = /* @__PURE__ */ react.default.forwardRef(function Screen({ children, size = 16, ...rest }, ref) {
1132
+ return react.default.createElement(require_Icon_js, {
1158
1133
  width: size,
1159
1134
  height: size,
1160
1135
  ref,
1161
1136
  xmlns: "http://www.w3.org/2000/svg",
1162
- viewBox: "0 0 16 16",
1137
+ viewBox: "0 0 32 32",
1163
1138
  fill: "currentColor",
1164
1139
  ...rest
1165
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.5,8.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l1-0.8c0.4-0.3,0.4-0.9,0.2-1.3l-1.2-2C13.3,3.2,13,3,12.6,3 c-0.1,0-0.2,0-0.3,0.1l-1.2,0.4c-0.2-0.1-0.4-0.3-0.7-0.4l-0.3-1.3C10.1,1.3,9.7,1,9.2,1H6.8c-0.5,0-0.9,0.3-1,0.8L5.6,3.1 C5.3,3.2,5.1,3.3,4.9,3.4L3.7,3C3.6,3,3.5,3,3.4,3C3,3,2.7,3.2,2.5,3.5l-1.2,2C1.1,5.9,1.2,6.4,1.6,6.8l0.9,0.9c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.3,0,0.4L1.6,9.2c-0.4,0.3-0.5,0.9-0.2,1.3l1.2,2C2.7,12.8,3,13,3.4,13c0.1,0,0.2,0,0.3-0.1l1.2-0.4 c0.2,0.1,0.4,0.3,0.7,0.4l0.3,1.3c0.1,0.5,0.5,0.8,1,0.8h2.4c0.5,0,0.9-0.3,1-0.8l0.3-1.3c0.2-0.1,0.4-0.2,0.7-0.4l1.2,0.4 c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.2,0.9-0.5l1.1-2c0.2-0.4,0.2-0.9-0.2-1.3L13.5,8.4z M12.6,12l-1.7-0.6c-0.4,0.3-0.9,0.6-1.4,0.8 L9.2,14H6.8l-0.4-1.8c-0.5-0.2-0.9-0.5-1.4-0.8L3.4,12l-1.2-2l1.4-1.2c-0.1-0.5-0.1-1.1,0-1.6L2.2,6l1.2-2l1.7,0.6 C5.5,4.2,6,4,6.5,3.8L6.8,2h2.4l0.4,1.8c0.5,0.2,0.9,0.5,1.4,0.8L12.6,4l1.2,2l-1.4,1.2c0.1,0.5,0.1,1.1,0,1.6l1.4,1.2L12.6,12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,11c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3C11,9.6,9.7,11,8,11C8,11,8,11,8,11z M8,6C6.9,6,6,6.8,6,7.9C6,7.9,6,8,6,8 c0,1.1,0.8,2,1.9,2c0,0,0.1,0,0.1,0c1.1,0,2-0.8,2-1.9c0,0,0-0.1,0-0.1C10,6.9,9.2,6,8,6C8.1,6,8,6,8,6z" }), children);
1166
- return react.default.createElement(require_Icon.Icon, {
1140
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM18,28H14V24h4Zm10-6H4V6H28Z" }), children);
1141
+ });
1142
+ if (process.env.NODE_ENV !== "production") Screen.propTypes = require_iconPropTypes.iconPropTypes;
1143
+ const ScreenOff = /* @__PURE__ */ react.default.forwardRef(function ScreenOff({ children, size = 16, ...rest }, ref) {
1144
+ return react.default.createElement(require_Icon_js, {
1167
1145
  width: size,
1168
1146
  height: size,
1169
1147
  ref,
@@ -1171,11 +1149,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1171
1149
  viewBox: "0 0 32 32",
1172
1150
  fill: "currentColor",
1173
1151
  ...rest
1174
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,16.76c0-.25,0-.5,0-.76s0-.51,0-.77l1.92-1.68A2,2,0,0,0,29.3,11L26.94,7a2,2,0,0,0-1.73-1,2,2,0,0,0-.64.1l-2.43.82a11.35,11.35,0,0,0-1.31-.75l-.51-2.52a2,2,0,0,0-2-1.61H13.64a2,2,0,0,0-2,1.61l-.51,2.52a11.48,11.48,0,0,0-1.32.75L7.43,6.06A2,2,0,0,0,6.79,6,2,2,0,0,0,5.06,7L2.7,11a2,2,0,0,0,.41,2.51L5,15.24c0,.25,0,.5,0,.76s0,.51,0,.77L3.11,18.45A2,2,0,0,0,2.7,21L5.06,25a2,2,0,0,0,1.73,1,2,2,0,0,0,.64-.1l2.43-.82a11.35,11.35,0,0,0,1.31.75l.51,2.52a2,2,0,0,0,2,1.61h4.72a2,2,0,0,0,2-1.61l.51-2.52a11.48,11.48,0,0,0,1.32-.75l2.42.82a2,2,0,0,0,.64.1,2,2,0,0,0,1.73-1L29.3,21a2,2,0,0,0-.41-2.51ZM25.21,24l-3.43-1.16a8.86,8.86,0,0,1-2.71,1.57L18.36,28H13.64l-.71-3.55a9.36,9.36,0,0,1-2.7-1.57L6.79,24,4.43,20l2.72-2.4a8.9,8.9,0,0,1,0-3.13L4.43,12,6.79,8l3.43,1.16a8.86,8.86,0,0,1,2.71-1.57L13.64,4h4.72l.71,3.55a9.36,9.36,0,0,1,2.7,1.57L25.21,8,27.57,12l-2.72,2.4a8.9,8.9,0,0,1,0,3.13L27.57,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a6,6,0,1,1,6-6A5.94,5.94,0,0,1,16,22Zm0-10a3.91,3.91,0,0,0-4,4,3.91,3.91,0,0,0,4,4,3.91,3.91,0,0,0,4-4A3.91,3.91,0,0,0,16,12Z" }), children);
1152
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,22H11.41L30,3.41,28.59,2l-2,2H4A2,2,0,0,0,2,6V22H4V6H24.59L2,28.59,3.41,30l6-6H12v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V9H28ZM18,28H14V24h4Z" }), children);
1175
1153
  });
1176
- if (process.env.NODE_ENV !== "production") Settings.propTypes = require_iconPropTypes.iconPropTypes;
1177
- const SettingsAdjust = /* @__PURE__ */ react.default.forwardRef(function SettingsAdjust({ children, size = 16, ...rest }, ref) {
1178
- return react.default.createElement(require_Icon.Icon, {
1154
+ if (process.env.NODE_ENV !== "production") ScreenOff.propTypes = require_iconPropTypes.iconPropTypes;
1155
+ const ScreenMap = /* @__PURE__ */ react.default.forwardRef(function ScreenMap({ children, size = 16, ...rest }, ref) {
1156
+ return react.default.createElement(require_Icon_js, {
1179
1157
  width: size,
1180
1158
  height: size,
1181
1159
  ref,
@@ -1183,11 +1161,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1183
1161
  viewBox: "0 0 32 32",
1184
1162
  fill: "currentColor",
1185
1163
  ...rest
1186
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,8h-4.1c-0.5-2.3-2.5-4-4.9-4s-4.4,1.7-4.9,4H2v2h14.1c0.5,2.3,2.5,4,4.9,4s4.4-1.7,4.9-4H30V8z M21,12c-1.7,0-3-1.3-3-3 s1.3-3,3-3s3,1.3,3,3S22.7,12,21,12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,24h4.1c0.5,2.3,2.5,4,4.9,4s4.4-1.7,4.9-4H30v-2H15.9c-0.5-2.3-2.5-4-4.9-4s-4.4,1.7-4.9,4H2V24z M11,20c1.7,0,3,1.3,3,3 s-1.3,3-3,3s-3-1.3-3-3S9.3,20,11,20z" }), children);
1164
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 25H30V27H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 21H30V23H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.4141 11 23 11 23 9 15 9 15 17 17 17 17 12.4141 23.5859 19 25 17.5859 18.4141 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,3H4c-1.1028,0-2,.8975-2,2V21c0,1.1025,.8972,2,2,2H12v4h-4v2h12v-8H4V5H28v14h2V5c0-1.1025-.8972-2-2-2Zm-10,24h-4v-4h4v4Z" }), children);
1187
1165
  });
1188
- if (process.env.NODE_ENV !== "production") SettingsAdjust.propTypes = require_iconPropTypes.iconPropTypes;
1189
- const SettingsCheck = /* @__PURE__ */ react.default.forwardRef(function SettingsCheck({ children, size = 16, ...rest }, ref) {
1190
- return react.default.createElement(require_Icon.Icon, {
1166
+ if (process.env.NODE_ENV !== "production") ScreenMap.propTypes = require_iconPropTypes.iconPropTypes;
1167
+ const ScreenMapSet = /* @__PURE__ */ react.default.forwardRef(function ScreenMapSet({ children, size = 16, ...rest }, ref) {
1168
+ return react.default.createElement(require_Icon_js, {
1191
1169
  width: size,
1192
1170
  height: size,
1193
1171
  ref,
@@ -1195,11 +1173,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1195
1173
  viewBox: "0 0 32 32",
1196
1174
  fill: "currentColor",
1197
1175
  ...rest
1198
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a6,6,0,1,1,6-6A5.9364,5.9364,0,0,1,16,22Zm0-10a3.9123,3.9123,0,0,0-4,4,3.9123,3.9123,0,0,0,4,4,3.9123,3.9123,0,0,0,4-4A3.9123,3.9123,0,0,0,16,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3047,11.044,26.9441,6.9562a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583L20.3215,3.608A2,2,0,0,0,18.36,2H13.64A2,2,0,0,0,11.6785,3.608l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0616a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.044a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4947,5,15.7447,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025L5.0559,25.044a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713L6.7878,24.044l-2.36-4.0878,2.7253-2.3951a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.044,6.7886,7.9562l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.044Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 26.18 20.41 23.59 19 25 23 29 30 22 28.59 20.59 23 26.18z" }), children);
1176
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 26H31V28H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 22H31V24H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.4141 12 25 12 25 10 17 10 17 18 19 18 19 13.4141 25.5859 20 27 18.5859 20.4141 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,7H29v12h2V7c0-1.1025-.8972-2-2-2H7c-1.1028,0-2,.8975-2,2v15c0,1.1025,.8972,2,2,2h7v4h-4v2h12v-8H7V7Zm13,21h-4v-4h4v4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,3V1H3C1.8972,1,1,1.8965,1,3v15H3V3H26Z" }), children);
1199
1177
  });
1200
- if (process.env.NODE_ENV !== "production") SettingsCheck.propTypes = require_iconPropTypes.iconPropTypes;
1201
- const SettingsEdit = /* @__PURE__ */ react.default.forwardRef(function SettingsEdit({ children, size = 16, ...rest }, ref) {
1202
- return react.default.createElement(require_Icon.Icon, {
1178
+ if (process.env.NODE_ENV !== "production") ScreenMapSet.propTypes = require_iconPropTypes.iconPropTypes;
1179
+ const Script = /* @__PURE__ */ react.default.forwardRef(function Script({ children, size = 16, ...rest }, ref) {
1180
+ return react.default.createElement(require_Icon_js, {
1203
1181
  width: size,
1204
1182
  height: size,
1205
1183
  ref,
@@ -1207,11 +1185,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1207
1185
  viewBox: "0 0 32 32",
1208
1186
  fill: "currentColor",
1209
1187
  ...rest
1210
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m31.707,19.2929l-3-3c-.3906-.3906-1.0234-.3906-1.4141,0l-9.293,9.293v4.4141h4.4141l9.293-9.293c.3906-.3906.3906-1.0234,0-1.4141Zm-10.1211,8.707h-1.5859v-1.5859l5-5,1.5859,1.5859-5,5Zm6.4141-6.4141l-1.5859-1.5859,1.5859-1.5859,1.5859,1.5859-1.5859,1.5859Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,22c-3.3643,0-6-2.6357-6-6s2.6357-6,6-6,6,2.6357,6,6-2.6357,6-6,6Zm0-10c-2.2803,0-4,1.7197-4,4s1.7197,4,4,4,4-1.7197,4-4-1.7197-4-4-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m27.5474,12.0005l1.7322-1-2.3354-4.0444c-.3652-.6328-1.0334-1.0005-1.7322-1.0005-.2134,0-.4294.0342-.6406.106l-2.4341.8232c-.418-.2812-.856-.5352-1.312-.7583l-.5037-2.5186c-.187-.9351-1.0078-1.6079-1.9612-1.6079h-4.7207c-.9534,0-1.7742.6729-1.9612,1.6079l-.5037,2.5186c-.459.2246-.9062.4692-1.3267.7534l-2.4194-.8184c-.2112-.0718-.4272-.106-.6406-.106-.6987,0-1.3669.3677-1.7322,1.0005l-2.3606,4.0879c-.4766.8257-.3042,1.873.4119,2.5024l1.9309,1.6968c-.0171.2515-.0381.5015-.0381.7568,0,.2578.0103.5127.0278.7656l-1.9207,1.688c-.7161.6294-.8884,1.6768-.4119,2.5024l2.3606,4.0879c.3652.6328,1.0334,1.0005,1.7322,1.0005.2134,0,.4297-.0342.6406-.106l2.4341-.8232c.418.2817.856.5352,1.312.7583l.5037,2.5186c.187.9351,1.0078,1.6079,1.9612,1.6079h2.3604v-2h-2.3604l-.7102-3.5508c-.9753-.356-1.9026-.9062-2.6948-1.5713l-3.4468,1.166-2.3604-4.0879,2.7253-2.395c-.1838-1.043-.1914-2.083-.0071-3.1279l-2.7183-2.3892,2.3611-4.0879,3.4268,1.1592c.8032-.6763,1.7295-1.2051,2.7141-1.5645l.7102-3.5508h4.7207l.7102,3.5508c.9753.356,1.9023.9062,2.6948,1.5713l3.4468-1.166,2.3352,4.0444Z" }), children);
1188
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.83 26 21.41 23.42 20 22 16 26 20 30 21.42 28.59 18.83 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.17 26 24.59 28.58 26 30 30 26 26 22 24.58 23.41 27.17 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v6h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h6ZM18,4.4,23.6,10H18Z" }), children);
1211
1189
  });
1212
- if (process.env.NODE_ENV !== "production") SettingsEdit.propTypes = require_iconPropTypes.iconPropTypes;
1213
- const SettingsServices = /* @__PURE__ */ react.default.forwardRef(function SettingsServices({ children, size = 16, ...rest }, ref) {
1214
- return react.default.createElement(require_Icon.Icon, {
1190
+ if (process.env.NODE_ENV !== "production") Script.propTypes = require_iconPropTypes.iconPropTypes;
1191
+ const ScriptReference = /* @__PURE__ */ react.default.forwardRef(function ScriptReference({ children, size = 16, ...rest }, ref) {
1192
+ return react.default.createElement(require_Icon_js, {
1215
1193
  width: size,
1216
1194
  height: size,
1217
1195
  ref,
@@ -1219,11 +1197,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1219
1197
  viewBox: "0 0 32 32",
1220
1198
  fill: "currentColor",
1221
1199
  ...rest
1222
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,25H27V23h1V19H24v1H22V18a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v6A1,1,0,0,1,29,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30H18a1,1,0,0,1-1-1V23a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v6A1,1,0,0,1,24,30Zm-5-2h4V24H19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,19.8579A3.9934,3.9934,0,1,1,20,16h2a6,6,0,1,0-7,5.91Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.89,13.55l-2.31,2.03-1.42-1.42,2.41-2.12L25.21,7.96,21.77,9.12a9.3684,9.3684,0,0,0-2.7-1.57L18.36,4H13.64l-.71,3.55a8.8609,8.8609,0,0,0-2.71,1.57L6.79,7.96,4.43,12.04l2.72,2.39a8.8948,8.8948,0,0,0,0,3.13l-2.72,2.4,2.36,4.08,3.44-1.16a9.3684,9.3684,0,0,0,2.7,1.57L13.64,28H15v2H13.64a2.0007,2.0007,0,0,1-1.96-1.61l-.51-2.52a11.412,11.412,0,0,1-1.31-.75l-2.43.82a2.038,2.038,0,0,1-.64.1,1.973,1.973,0,0,1-1.73-1L2.7,20.96a2,2,0,0,1,.41-2.51l1.92-1.68C5.01,16.51,5,16.26,5,16s.02-.51.04-.76L3.11,13.55a2,2,0,0,1-.41-2.51L5.06,6.96a1.973,1.973,0,0,1,1.73-1,2.038,2.038,0,0,1,.64.1l2.42.82a11.5416,11.5416,0,0,1,1.32-.75l.51-2.52A2.0007,2.0007,0,0,1,13.64,2h4.72a2.0007,2.0007,0,0,1,1.96,1.61l.51,2.52a11.412,11.412,0,0,1,1.31.75l2.43-.82a2.038,2.038,0,0,1,.64-.1,1.973,1.973,0,0,1,1.73,1l2.36,4.08A2,2,0,0,1,28.89,13.55Z" }), children);
1200
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.17 26 24.59 28.58 26 30 30 26 26 22 24.58 23.41 27.17 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.83 26 21.41 23.42 20 22 16 26 20 30 21.42 28.59 18.83 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.7,9.3l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V16H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v6h2V10A.9092.9092,0,0,0,25.7,9.3ZM18,10V4.4L23.6,10Z" }), children);
1223
1201
  });
1224
- if (process.env.NODE_ENV !== "production") SettingsServices.propTypes = require_iconPropTypes.iconPropTypes;
1225
- const SettingsView = /* @__PURE__ */ react.default.forwardRef(function SettingsView({ children, size = 16, ...rest }, ref) {
1226
- return react.default.createElement(require_Icon.Icon, {
1202
+ if (process.env.NODE_ENV !== "production") ScriptReference.propTypes = require_iconPropTypes.iconPropTypes;
1203
+ const Sdk = /* @__PURE__ */ react.default.forwardRef(function Sdk({ children, size = 16, ...rest }, ref) {
1204
+ return react.default.createElement(require_Icon_js, {
1227
1205
  width: size,
1228
1206
  height: size,
1229
1207
  ref,
@@ -1231,27 +1209,20 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1231
1209
  viewBox: "0 0 32 32",
1232
1210
  fill: "currentColor",
1233
1211
  ...rest
1234
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1235
- cx: "23",
1236
- cy: "24",
1237
- r: "2"
1238
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.7769,23.4785A8.64,8.64,0,0,0,23,18a8.64,8.64,0,0,0-7.7769,5.4785L15,24l.2231.5215A8.64,8.64,0,0,0,23,30a8.64,8.64,0,0,0,7.7769-5.4785L31,24ZM23,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,23,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.3989,20.8A6,6,0,1,1,22,16H20a4,4,0,1,0-6.4,3.2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H15V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z" }), children);
1212
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 9 27.9 9 24 15.6 24 9 22 9 22 23 24 23 24 18.7 24.9 17.2 27.9 23 30 23 26.1 15.4 30 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,23H12V9h4a4.0118,4.0118,0,0,1,4,4v6A4.0118,4.0118,0,0,1,16,23Zm-2-2h2a2.0059,2.0059,0,0,0,2-2V13a2.0059,2.0059,0,0,0-2-2H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,23H2V21H8V17H4a2.0059,2.0059,0,0,1-2-2V11A2.0059,2.0059,0,0,1,4,9h6v2H4v4H8a2.0059,2.0059,0,0,1,2,2v4A2.0059,2.0059,0,0,1,8,23Z" }), children);
1239
1213
  });
1240
- if (process.env.NODE_ENV !== "production") SettingsView.propTypes = require_iconPropTypes.iconPropTypes;
1241
- const Shadow = /* @__PURE__ */ react.default.forwardRef(function Shadow({ children, size = 16, ...rest }, ref) {
1242
- return react.default.createElement(require_Icon.Icon, {
1214
+ if (process.env.NODE_ENV !== "production") Sdk.propTypes = require_iconPropTypes.iconPropTypes;
1215
+ const Search = /* @__PURE__ */ react.default.forwardRef(function Search({ children, size = 16, ...rest }, ref) {
1216
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1243
1217
  width: size,
1244
1218
  height: size,
1245
1219
  ref,
1246
1220
  xmlns: "http://www.w3.org/2000/svg",
1247
- viewBox: "0 0 32 32",
1221
+ viewBox: "0 0 16 16",
1248
1222
  fill: "currentColor",
1249
1223
  ...rest
1250
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,5c-1.0234,0-2.0312.1479-3.0046.4253-.9539-.2708-1.9561-.4253-2.9954-.4253-6.0654,0-11,4.9346-11,11s4.9346,11,11,11c1.0393,0,2.0415-.1545,2.9954-.4253.9734.2773,1.9812.4253,3.0046.4253,6.0654,0,11-4.9346,11-11s-4.9346-11-11-11ZM23.9495,16.9965l3.9866.0355c-.1228,1.0701-.4373,2.0808-.903,3.0039l-3.7977-.0342c.3713-.9463.6191-1.9531.7141-3.0052ZM23.9492,14.9963c-.0955-1.049-.343-2.0525-.7131-2.9963l3.8325.0378c.4548.9221.7627,1.9283.8772,2.994l-3.9966-.0355ZM25.7112,10.0244l-3.5099-.0347c-.7626-1.1636-1.7395-2.1714-2.8744-2.9731,2.536.0917,4.803,1.2339,6.3843,3.0078ZM4,16c0-4.9624,4.0371-9,9-9s9,4.0376,9,9-4.0371,9-9,9-9-4.0376-9-9ZM19.3269,24.9834c1.1405-.8057,2.121-1.8199,2.8853-2.9907l3.4556.031c-1.5793,1.7465-3.8279,2.8689-6.3408,2.9597h-.0001Z" }), children);
1251
- });
1252
- if (process.env.NODE_ENV !== "production") Shadow.propTypes = require_iconPropTypes.iconPropTypes;
1253
- const ShapeExcept = /* @__PURE__ */ react.default.forwardRef(function ShapeExcept({ children, size = 16, ...rest }, ref) {
1254
- return react.default.createElement(require_Icon.Icon, {
1224
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,14.3L10.7,10c1.9-2.3,1.6-5.8-0.7-7.7S4.2,0.7,2.3,3S0.7,8.8,3,10.7c2,1.7,5,1.7,7,0l4.3,4.3L15,14.3z M2,6.5 C2,4,4,2,6.5,2S11,4,11,6.5S9,11,6.5,11S2,9,2,6.5z" }), children);
1225
+ return react.default.createElement(require_Icon_js, {
1255
1226
  width: size,
1256
1227
  height: size,
1257
1228
  ref,
@@ -1259,11 +1230,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1259
1230
  viewBox: "0 0 32 32",
1260
1231
  fill: "currentColor",
1261
1232
  ...rest
1262
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H22V4a2.0023,2.0023,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM12,20V12h8v8ZM3.9988,4H20v6H12a2.0023,2.0023,0,0,0-2,2v8H4Z" }), children);
1233
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,27.5859l-7.5521-7.5521a11.0177,11.0177,0,1,0-1.4141,1.4141L27.5859,29ZM4,13a9,9,0,1,1,9,9A9.01,9.01,0,0,1,4,13Z" }), children);
1263
1234
  });
1264
- if (process.env.NODE_ENV !== "production") ShapeExcept.propTypes = require_iconPropTypes.iconPropTypes;
1265
- const ShapeExclude = /* @__PURE__ */ react.default.forwardRef(function ShapeExclude({ children, size = 16, ...rest }, ref) {
1266
- return react.default.createElement(require_Icon.Icon, {
1235
+ if (process.env.NODE_ENV !== "production") Search.propTypes = require_iconPropTypes.iconPropTypes;
1236
+ const SearchAdvanced = /* @__PURE__ */ react.default.forwardRef(function SearchAdvanced({ children, size = 16, ...rest }, ref) {
1237
+ return react.default.createElement(require_Icon_js, {
1267
1238
  width: size,
1268
1239
  height: size,
1269
1240
  ref,
@@ -1271,11 +1242,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1271
1242
  viewBox: "0 0 32 32",
1272
1243
  fill: "currentColor",
1273
1244
  ...rest
1274
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6V12A2,2,0,0,1,12,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H22V20a2,2,0,0,1-2,2H10v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10Z" }), children);
1245
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 6 26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,28.5859l-5.9751-5.9751a9.0234,9.0234,0,1,0-1.4141,1.4141L22.5859,30ZM4,17a7,7,0,1,1,7,7A7.0078,7.0078,0,0,1,4,17Z" }), children);
1275
1246
  });
1276
- if (process.env.NODE_ENV !== "production") ShapeExclude.propTypes = require_iconPropTypes.iconPropTypes;
1277
- const ShapeIntersect = /* @__PURE__ */ react.default.forwardRef(function ShapeIntersect({ children, size = 16, ...rest }, ref) {
1278
- return react.default.createElement(require_Icon.Icon, {
1247
+ if (process.env.NODE_ENV !== "production") SearchAdvanced.propTypes = require_iconPropTypes.iconPropTypes;
1248
+ const SearchLocate = /* @__PURE__ */ react.default.forwardRef(function SearchLocate({ children, size = 16, ...rest }, ref) {
1249
+ return react.default.createElement(require_Icon_js, {
1279
1250
  width: size,
1280
1251
  height: size,
1281
1252
  ref,
@@ -1283,11 +1254,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1283
1254
  viewBox: "0 0 32 32",
1284
1255
  fill: "currentColor",
1285
1256
  ...rest
1286
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H22V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V12A2.0025,2.0025,0,0,0,28,10ZM4,20V4H20v6H12a2.0025,2.0025,0,0,0-2,2v8Zm8,8V22h8a2.0025,2.0025,0,0,0,2-2V12h6V28Z" }), children);
1257
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28.5859l-4.6885-4.6884a8.028,8.028,0,1,0-1.414,1.414L28.5859,30ZM19,25a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,19,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 12H10V14H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H18V4H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 7H18V9H2z" }), children);
1287
1258
  });
1288
- if (process.env.NODE_ENV !== "production") ShapeIntersect.propTypes = require_iconPropTypes.iconPropTypes;
1289
- const ShapeJoin = /* @__PURE__ */ react.default.forwardRef(function ShapeJoin({ children, size = 16, ...rest }, ref) {
1290
- return react.default.createElement(require_Icon.Icon, {
1259
+ if (process.env.NODE_ENV !== "production") SearchLocate.propTypes = require_iconPropTypes.iconPropTypes;
1260
+ const SearchLocateMirror = /* @__PURE__ */ react.default.forwardRef(function SearchLocateMirror({ children, size = 16, ...rest }, ref) {
1261
+ return react.default.createElement(require_Icon_js, {
1291
1262
  width: size,
1292
1263
  height: size,
1293
1264
  ref,
@@ -1295,11 +1266,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1295
1266
  viewBox: "0 0 32 32",
1296
1267
  fill: "currentColor",
1297
1268
  ...rest
1298
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H22V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V12A2.0025,2.0025,0,0,0,28,10ZM4,20V4h6V20Zm18,8V12h6V28Z" }), children);
1269
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,28.6l-4.7-4.7c1.1-1.4,1.7-3.1,1.7-4.9c0-4.4-3.6-8-8-8s-8,3.6-8,8s3.6,8,8,8c1.8,0,3.5-0.6,4.9-1.7l4.7,4.7L21,28.6z M10,25c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S13.3,25,10,25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 12H30V14H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 7H30V9H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 2H30V4H14z" }), children);
1299
1270
  });
1300
- if (process.env.NODE_ENV !== "production") ShapeJoin.propTypes = require_iconPropTypes.iconPropTypes;
1301
- const ShapeUnite = /* @__PURE__ */ react.default.forwardRef(function ShapeUnite({ children, size = 16, ...rest }, ref) {
1302
- return react.default.createElement(require_Icon.Icon, {
1271
+ if (process.env.NODE_ENV !== "production") SearchLocateMirror.propTypes = require_iconPropTypes.iconPropTypes;
1272
+ const Security = /* @__PURE__ */ react.default.forwardRef(function Security({ children, size = 16, ...rest }, ref) {
1273
+ return react.default.createElement(require_Icon_js, {
1303
1274
  width: size,
1304
1275
  height: size,
1305
1276
  ref,
@@ -1307,11 +1278,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1307
1278
  viewBox: "0 0 32 32",
1308
1279
  fill: "currentColor",
1309
1280
  ...rest
1310
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10Z" }), children);
1281
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 16.59 11.41 14 10 15.41 14 19.41 22 11.41 20.59 10 14 16.59z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,9.8242,26.7071A10.9818,10.9818,0,0,1,4,17V4A2.0021,2.0021,0,0,1,6,2H26a2.0021,2.0021,0,0,1,2,2V17a10.9818,10.9818,0,0,1-5.8242,9.7071ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z" }), children);
1311
1282
  });
1312
- if (process.env.NODE_ENV !== "production") ShapeUnite.propTypes = require_iconPropTypes.iconPropTypes;
1313
- const Shapes = /* @__PURE__ */ react.default.forwardRef(function Shapes({ children, size = 16, ...rest }, ref) {
1314
- return react.default.createElement(require_Icon.Icon, {
1283
+ if (process.env.NODE_ENV !== "production") Security.propTypes = require_iconPropTypes.iconPropTypes;
1284
+ const SecurityServices = /* @__PURE__ */ react.default.forwardRef(function SecurityServices({ children, size = 16, ...rest }, ref) {
1285
+ return react.default.createElement(require_Icon_js, {
1315
1286
  width: size,
1316
1287
  height: size,
1317
1288
  ref,
@@ -1319,23 +1290,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1319
1290
  viewBox: "0 0 32 32",
1320
1291
  fill: "currentColor",
1321
1292
  ...rest
1322
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1323
- strokeWidth: "0",
1324
- d: "m5,16h-2v11c0,1.1045.8954,2,2,2h8v-2H5v-11Z"
1325
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1326
- strokeWidth: "0",
1327
- d: "m28,29h-11c-.3535,0-.6809-.1866-.8608-.4911-.0927-.1568-.1392-.3328-.1392-.5089,0-.1658.0412-.3317.1238-.4819l5.5-10c.1898-.3451.5333-.5178.8762-.5181.3434-.0003.6861.1724.8762.5181l5.5,10c.0826.1502.1238.3162.1238.4819,0,.1762-.0465.3521-.1392.5089-.1799.3044-.5073.4911-.8608.4911Zm-9.3088-2h7.6177l-3.8088-6.9249-3.8088,6.9249Z"
1328
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1329
- strokeWidth: "0",
1330
- d: "m27,3h-11v2h11v13.9922h2V5c0-1.1045-.8954-2-2-2Z"
1331
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1332
- strokeWidth: "0",
1333
- d: "m11,3h-6c-1.1046,0-2,.8955-2,2v6c0,1.1045.8954,2,2,2h6c1.1046,0,2-.8955,2-2v-6c0-1.1045-.8954-2-2-2Zm0,8h-6v-6h6v6Z"
1334
- }), children);
1293
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24V22H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,18.1011V16H22v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,22H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,27.8989V30h2V27.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,24Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,26.667l-3.2344-1.7246A8.9858,8.9858,0,0,1,6,17V4H26V14h2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,28.9336Z" }), children);
1335
1294
  });
1336
- if (process.env.NODE_ENV !== "production") Shapes.propTypes = require_iconPropTypes.iconPropTypes;
1337
- const Share = /* @__PURE__ */ react.default.forwardRef(function Share({ children, size = 16, ...rest }, ref) {
1338
- return react.default.createElement(require_Icon.Icon, {
1295
+ if (process.env.NODE_ENV !== "production") SecurityServices.propTypes = require_iconPropTypes.iconPropTypes;
1296
+ const Select_01 = /* @__PURE__ */ react.default.forwardRef(function Select_01({ children, size = 16, ...rest }, ref) {
1297
+ return react.default.createElement(require_Icon_js, {
1339
1298
  width: size,
1340
1299
  height: size,
1341
1300
  ref,
@@ -1343,11 +1302,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1343
1302
  viewBox: "0 0 32 32",
1344
1303
  fill: "currentColor",
1345
1304
  ...rest
1346
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,20a5,5,0,0,0-3.89,1.89L11.8,17.32a4.46,4.46,0,0,0,0-2.64l7.31-4.57A5,5,0,1,0,18,7a4.79,4.79,0,0,0,.2,1.32l-7.31,4.57a5,5,0,1,0,0,6.22l7.31,4.57A4.79,4.79,0,0,0,18,25a5,5,0,1,0,5-5ZM23,4a3,3,0,1,1-3,3A3,3,0,0,1,23,4ZM7,19a3,3,0,1,1,3-3A3,3,0,0,1,7,19Zm16,9a3,3,0,1,1,3-3A3,3,0,0,1,23,28Z" }), children);
1305
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 6 8 6 8 2 6 2 6 6 2 6 2 8 6 8 6 12 8 12 8 8 12 8 12 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 6H20V8H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,6V8h4v4h2V8a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 16H8V20H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,28V24H6v4a2,2,0,0,0,2,2h4V28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 16H30V20H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 28H20V30H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,24v4H24v2h4a2,2,0,0,0,2-2V24Z" }), children);
1347
1306
  });
1348
- if (process.env.NODE_ENV !== "production") Share.propTypes = require_iconPropTypes.iconPropTypes;
1349
- const ShieldAlert = /* @__PURE__ */ react.default.forwardRef(function ShieldAlert({ children, size = 16, ...rest }, ref) {
1350
- return react.default.createElement(require_Icon.Icon, {
1307
+ if (process.env.NODE_ENV !== "production") Select_01.propTypes = require_iconPropTypes.iconPropTypes;
1308
+ const Select_02 = /* @__PURE__ */ react.default.forwardRef(function Select_02({ children, size = 16, ...rest }, ref) {
1309
+ return react.default.createElement(require_Icon_js, {
1351
1310
  width: size,
1352
1311
  height: size,
1353
1312
  ref,
@@ -1355,11 +1314,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1355
1314
  viewBox: "0 0 32 32",
1356
1315
  fill: "currentColor",
1357
1316
  ...rest
1358
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,18h-2V7h2v11ZM14.5,22.5c0,.8284.6716,1.5,1.5,1.5s1.5-.6716,1.5-1.5-.6716-1.5-1.5-1.5-1.5.6716-1.5,1.5ZM16.479,29.8779l5.7856-3.1562c3.5381-1.9297,5.7354-5.6543,5.7354-9.7217V4c0-1.103-.8975-2-2-2H6c-1.103,0-2,.897-2,2v13c0,4.0674,2.1978,7.792,5.7349,9.7217l5.7861,3.1562c.1494.0811.314.1221.479.1221s.3296-.041.479-.1221ZM26,4v13c0,3.335-1.7979,6.3867-4.6924,7.9658l-5.3076,2.8955-5.3071-2.8955c-2.8945-1.5791-4.6929-4.6309-4.6929-7.9658V4h20Z" }), children);
1317
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 6 8 6 8 2 6 2 6 6 2 6 2 8 6 8 6 12 8 12 8 8 12 8 12 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,10V4H24V6H16V8h8v2h2V24H24v2H10V24H8V16H6v8H4v6h6V28H24v2h6V24H28V10ZM8,28H6V26H8Zm20,0H26V26h2ZM26,6h2V8H26Z" }), children);
1359
1318
  });
1360
- if (process.env.NODE_ENV !== "production") ShieldAlert.propTypes = require_iconPropTypes.iconPropTypes;
1361
- const ShareKnowledge = /* @__PURE__ */ react.default.forwardRef(function ShareKnowledge({ children, size = 16, ...rest }, ref) {
1362
- return react.default.createElement(require_Icon.Icon, {
1319
+ if (process.env.NODE_ENV !== "production") Select_02.propTypes = require_iconPropTypes.iconPropTypes;
1320
+ const SelectWindow = /* @__PURE__ */ react.default.forwardRef(function SelectWindow({ children, size = 16, ...rest }, ref) {
1321
+ return react.default.createElement(require_Icon_js, {
1363
1322
  width: size,
1364
1323
  height: size,
1365
1324
  ref,
@@ -1367,11 +1326,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1367
1326
  viewBox: "0 0 32 32",
1368
1327
  fill: "currentColor",
1369
1328
  ...rest
1370
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,25H21a3,3,0,0,0-3,3v2h2V28a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v2h2V28A3,3,0,0,0,27,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20a4,4,0,1,0,4-4A4,4,0,0,0,20,20Zm6,0a2,2,0,1,1-2-2A2,2,0,0,1,26,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,21V20H4v1a7,7,0,0,0,7,7h3V26H11A5,5,0,0,1,6,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 10H26V12H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 6H29V8H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 2H29V4H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,11H5a3,3,0,0,0-3,3v2H4V14a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v2h2V14A3,3,0,0,0,11,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,10A4,4,0,1,0,4,6,4,4,0,0,0,8,10ZM8,4A2,2,0,1,1,6,6,2,2,0,0,1,8,4Z" }), children);
1329
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,26H4a2.0021,2.0021,0,0,1-2-2V20H4v4H8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 12H4V16H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,8H24V4H20V2h4a2.0021,2.0021,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 2H16V4H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,8H2V4A2.0021,2.0021,0,0,1,4,2H8V4H4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,32a.9967.9967,0,0,1-.707-.293l-6.1377-6.1377L16.832,30.5547a1,1,0,0,1-1.79-.2676l-6-20A1,1,0,0,1,10.2871,9.042l20,6a1,1,0,0,1,.2676,1.79l-4.9854,3.3233L31.707,26.293a.9994.9994,0,0,1,0,1.414l-4,4A.9967.9967,0,0,1,27,32Zm0-2.4141L29.5859,27,22.431,19.845l5.2458-3.4978L11.4917,11.4917l4.8555,16.1851L19.845,22.431Z" }), children);
1371
1330
  });
1372
- if (process.env.NODE_ENV !== "production") ShareKnowledge.propTypes = require_iconPropTypes.iconPropTypes;
1373
- const ShipmentDelivery = /* @__PURE__ */ react.default.forwardRef(function ShipmentDelivery({ children, size = 16, ...rest }, ref) {
1374
- return react.default.createElement(require_Icon.Icon, {
1331
+ if (process.env.NODE_ENV !== "production") SelectWindow.propTypes = require_iconPropTypes.iconPropTypes;
1332
+ const Send = /* @__PURE__ */ react.default.forwardRef(function Send({ children, size = 16, ...rest }, ref) {
1333
+ return react.default.createElement(require_Icon_js, {
1375
1334
  width: size,
1376
1335
  height: size,
1377
1336
  ref,
@@ -1379,11 +1338,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1379
1338
  viewBox: "0 0 32 32",
1380
1339
  fill: "currentColor",
1381
1340
  ...rest
1382
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30c-1.8604,0-3.4287-1.2764-3.873-3h-6.2534c-.4453,1.7236-2.0132,3-3.8735,3s-3.4282-1.2764-3.8735-3h-2.1265c-.5522,0-1-.4473-1-1v-8h2v7h1.1265c.4453-1.7236,2.0132-3,3.8735-3s3.4282,1.2764,3.8735,3h6.2534c.2705-1.0488.957-1.9326,1.873-2.4629v-12.5371h-3v-2h4c.5527,0,1,.4478,1,1v2h3c.4004,0,.7617.2383.9189.606l3,7.0005c.0537.124.0811.2578.0811.3936v7c0,.5527-.4473,1-1,1h-2.127c-.4443,1.7236-2.0127,3-3.873,3ZM23,24c-1.1025,0-2,.8975-2,2s.8975,2,2,2,2-.8975,2-2-.8975-2-2-2ZM9,24c-1.103,0-2,.8975-2,2s.897,2,2,2,2-.8975,2-2-.897-2-2-2ZM26.873,25h1.127v-5h-5v2c1.8604,0,3.4287,1.2764,3.873,3ZM23,18h4.4834l-2.1426-5h-2.3408v5ZM9,16c-3.8599,0-7-3.1401-7-7s3.1401-7,7-7,7,3.1401,7,7-3.1401,7-7,7ZM9,4c-2.7568,0-5,2.2432-5,5s2.2432,5,5,5,5-2.2432,5-5-2.2432-5-5-5ZM10.293,11.707l-2-2c-.1875-.1875-.293-.4419-.293-.707v-3h2v2.5859l1.707,1.707-1.4141,1.4141Z" }), children);
1341
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.45,15.11l-22-11a1,1,0,0,0-1.08.12,1,1,0,0,0-.33,1L7,16,4,26.74A1,1,0,0,0,5,28a1,1,0,0,0,.45-.11l22-11a1,1,0,0,0,0-1.78Zm-20.9,10L8.76,17H18V15H8.76L6.55,6.89,24.76,16Z" }), children);
1383
1342
  });
1384
- if (process.env.NODE_ENV !== "production") ShipmentDelivery.propTypes = require_iconPropTypes.iconPropTypes;
1385
- const ShoppingBag = /* @__PURE__ */ react.default.forwardRef(function ShoppingBag({ children, size = 16, ...rest }, ref) {
1386
- return react.default.createElement(require_Icon.Icon, {
1343
+ if (process.env.NODE_ENV !== "production") Send.propTypes = require_iconPropTypes.iconPropTypes;
1344
+ const Sensor = /* @__PURE__ */ react.default.forwardRef(function Sensor({ children, size = 16, ...rest }, ref) {
1345
+ return react.default.createElement(require_Icon_js, {
1387
1346
  width: size,
1388
1347
  height: size,
1389
1348
  ref,
@@ -1391,11 +1350,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1391
1350
  viewBox: "0 0 32 32",
1392
1351
  fill: "currentColor",
1393
1352
  ...rest
1394
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.76,11.35A1,1,0,0,0,28,11H22V7a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v4H4a1,1,0,0,0-1,1.15L4.88,24.3a2,2,0,0,0,2,1.7H25.14a2,2,0,0,0,2-1.7L29,12.15A1,1,0,0,0,28.76,11.35ZM12,7a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v4H12ZM25.14,24H6.86L5.17,13H26.83Z" }), children);
1353
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.66,10.34l-1.42,1.42c1.14,1.13,1.76,2.64,1.76,4.24s-.62,3.11-1.76,4.24l1.42,1.42c1.51-1.51,2.34-3.52,2.34-5.66s-.83-4.15-2.34-5.66ZM16.9,6.1l-1.42,1.42c2.27,2.27,3.52,5.28,3.52,8.48s-1.25,6.21-3.52,8.48l1.42,1.42c2.64-2.65,4.1-6.16,4.1-9.9s-1.46-7.25-4.1-9.9ZM21.14,1.86l-1.42,1.42c3.41,3.39,5.28,7.91,5.28,12.72s-1.87,9.33-5.28,12.72l1.42,1.42c3.78-3.77,5.86-8.79,5.86-14.14s-2.08-10.37-5.86-14.14ZM9,16c0,1.1-.9,2-2,2v12h-2V2h2v12c1.1,0,2,.9,2,2Z" }), children);
1395
1354
  });
1396
- if (process.env.NODE_ENV !== "production") ShoppingBag.propTypes = require_iconPropTypes.iconPropTypes;
1397
- const ShoppingCart = /* @__PURE__ */ react.default.forwardRef(function ShoppingCart({ children, size = 16, ...rest }, ref) {
1398
- return react.default.createElement(require_Icon.Icon, {
1355
+ if (process.env.NODE_ENV !== "production") Sensor.propTypes = require_iconPropTypes.iconPropTypes;
1356
+ const SendAlt = /* @__PURE__ */ react.default.forwardRef(function SendAlt({ children, size = 16, ...rest }, ref) {
1357
+ return react.default.createElement(require_Icon_js, {
1399
1358
  width: size,
1400
1359
  height: size,
1401
1360
  ref,
@@ -1403,19 +1362,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1403
1362
  viewBox: "0 0 32 32",
1404
1363
  fill: "currentColor",
1405
1364
  ...rest
1406
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1407
- cx: "10",
1408
- cy: "28",
1409
- r: "2"
1410
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1411
- cx: "24",
1412
- cy: "28",
1413
- r: "2"
1414
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,7H5.82L5,2.8A1,1,0,0,0,4,2H0V4H3.18L7,23.2A1,1,0,0,0,8,24H26V22H8.82L8,18H26a1,1,0,0,0,1-.78l2-9A1,1,0,0,0,28,7Zm-2.8,9H7.62L6.22,9H26.75Z" }), children);
1365
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.71,4.29a1,1,0,0,0-1.05-.23l-22,8a1,1,0,0,0,0,1.87l9.6,3.84,3.84,9.6A1,1,0,0,0,19,28h0a1,1,0,0,0,.92-.66l8-22A1,1,0,0,0,27.71,4.29ZM19,24.2l-2.79-7L21,12.41,19.59,11l-4.83,4.83L7.8,13,25.33,6.67Z" }), children);
1415
1366
  });
1416
- if (process.env.NODE_ENV !== "production") ShoppingCart.propTypes = require_iconPropTypes.iconPropTypes;
1417
- const ShoppingCartArrowDown = /* @__PURE__ */ react.default.forwardRef(function ShoppingCartArrowDown({ children, size = 16, ...rest }, ref) {
1418
- return react.default.createElement(require_Icon.Icon, {
1367
+ if (process.env.NODE_ENV !== "production") SendAlt.propTypes = require_iconPropTypes.iconPropTypes;
1368
+ const SendAltFilled = /* @__PURE__ */ react.default.forwardRef(function SendAltFilled({ children, size = 16, ...rest }, ref) {
1369
+ return react.default.createElement(require_Icon_js, {
1419
1370
  width: size,
1420
1371
  height: size,
1421
1372
  ref,
@@ -1423,19 +1374,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1423
1374
  viewBox: "0 0 32 32",
1424
1375
  fill: "currentColor",
1425
1376
  ...rest
1426
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1427
- cx: "10",
1428
- cy: "28",
1429
- r: "2"
1430
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1431
- cx: "24",
1432
- cy: "28",
1433
- r: "2"
1434
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.586 6.586 18 10.172 18 2 16 2 16 10.172 12.414 6.586 11 8 17 14 23 8 21.586 6.586z" }), children);
1377
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.71,4.29a1,1,0,0,0-1.05-.23l-22,8a1,1,0,0,0,0,1.87l8.59,3.43L19.59,11,21,12.41l-6.37,6.37,3.44,8.59A1,1,0,0,0,19,28h0a1,1,0,0,0,.92-.66l8-22A1,1,0,0,0,27.71,4.29Z" }), children);
1435
1378
  });
1436
- if (process.env.NODE_ENV !== "production") ShoppingCartArrowDown.propTypes = require_iconPropTypes.iconPropTypes;
1437
- const ShoppingCartArrowUp = /* @__PURE__ */ react.default.forwardRef(function ShoppingCartArrowUp({ children, size = 16, ...rest }, ref) {
1438
- return react.default.createElement(require_Icon.Icon, {
1379
+ if (process.env.NODE_ENV !== "production") SendAltFilled.propTypes = require_iconPropTypes.iconPropTypes;
1380
+ const SendFilled = /* @__PURE__ */ react.default.forwardRef(function SendFilled({ children, size = 16, ...rest }, ref) {
1381
+ return react.default.createElement(require_Icon_js, {
1439
1382
  width: size,
1440
1383
  height: size,
1441
1384
  ref,
@@ -1443,19 +1386,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1443
1386
  viewBox: "0 0 32 32",
1444
1387
  fill: "currentColor",
1445
1388
  ...rest
1446
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1447
- cx: "10",
1448
- cy: "28",
1449
- r: "2"
1450
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1451
- cx: "24",
1452
- cy: "28",
1453
- r: "2"
1454
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.586 9.414 18 5.828 18 14 16 14 16 5.828 12.414 9.414 11 8 17 2 23 8 21.586 9.414z" }), children);
1389
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.45,15.11l-22-11a1,1,0,0,0-1.08.12,1,1,0,0,0-.33,1L6.69,15H18v2H6.69L4,26.74A1,1,0,0,0,5,28a1,1,0,0,0,.45-.11l22-11a1,1,0,0,0,0-1.78Z" }), children);
1455
1390
  });
1456
- if (process.env.NODE_ENV !== "production") ShoppingCartArrowUp.propTypes = require_iconPropTypes.iconPropTypes;
1457
- const ShoppingCartClear = /* @__PURE__ */ react.default.forwardRef(function ShoppingCartClear({ children, size = 16, ...rest }, ref) {
1458
- return react.default.createElement(require_Icon.Icon, {
1391
+ if (process.env.NODE_ENV !== "production") SendFilled.propTypes = require_iconPropTypes.iconPropTypes;
1392
+ const SendActionUsage = /* @__PURE__ */ react.default.forwardRef(function SendActionUsage({ children, size = 16, ...rest }, ref) {
1393
+ return react.default.createElement(require_Icon_js, {
1459
1394
  width: size,
1460
1395
  height: size,
1461
1396
  ref,
@@ -1463,19 +1398,17 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1463
1398
  viewBox: "0 0 32 32",
1464
1399
  fill: "currentColor",
1465
1400
  ...rest
1466
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1467
- cx: "10",
1468
- cy: "28",
1469
- r: "2"
1470
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1471
- cx: "24",
1472
- cy: "28",
1473
- r: "2"
1474
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.41 8 22 4.41 20.59 3 17 6.59 13.41 3 12 4.41 15.59 8 12 11.59 13.41 13 17 9.41 20.59 13 22 11.59 18.41 8z" }), children);
1401
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1402
+ strokeWidth: "0",
1403
+ d: "m9,21c-.5523,0-1-.4477-1-1v-8c0-.5523.4477-1,1-1h11.1716c.5304,0,1.0391.2107,1.4142.5858l4.4142,4.4142-4.4142,4.4142c-.3751.3751-.8838.5858-1.4142.5858h-11.1715Z"
1404
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1405
+ strokeWidth: "0",
1406
+ d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
1407
+ }), children);
1475
1408
  });
1476
- if (process.env.NODE_ENV !== "production") ShoppingCartClear.propTypes = require_iconPropTypes.iconPropTypes;
1477
- const ShoppingCartError = /* @__PURE__ */ react.default.forwardRef(function ShoppingCartError({ children, size = 16, ...rest }, ref) {
1478
- return react.default.createElement(require_Icon.Icon, {
1409
+ if (process.env.NODE_ENV !== "production") SendActionUsage.propTypes = require_iconPropTypes.iconPropTypes;
1410
+ const SendBackward = /* @__PURE__ */ react.default.forwardRef(function SendBackward({ children, size = 16, ...rest }, ref) {
1411
+ return react.default.createElement(require_Icon_js, {
1479
1412
  width: size,
1480
1413
  height: size,
1481
1414
  ref,
@@ -1483,19 +1416,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1483
1416
  viewBox: "0 0 32 32",
1484
1417
  fill: "currentColor",
1485
1418
  ...rest
1486
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1487
- cx: "10",
1488
- cy: "28",
1489
- r: "2"
1490
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1491
- cx: "24",
1492
- cy: "28",
1493
- r: "2"
1494
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,2a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,17,2Zm0,2a3.9521,3.9521,0,0,1,2.019.5669L13.5669,10.019A3.9529,3.9529,0,0,1,13,8,4.0045,4.0045,0,0,1,17,4Zm0,8a3.9521,3.9521,0,0,1-2.019-.5669L20.4331,5.981A3.9529,3.9529,0,0,1,21,8,4.0045,4.0045,0,0,1,17,12Z" }), children);
1419
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,7H2V4A2.0023,2.0023,0,0,1,4,2H7V4H4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,22H4a2.0023,2.0023,0,0,1-2-2V17H4v3H7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 10H4V14H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,7H20V4H17V2h3a2.0023,2.0023,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 2H14V4H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H12a2.0023,2.0023,0,0,1-2-2V12a2.0023,2.0023,0,0,1,2-2H28a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,28,30ZM12,12V28H28V12Z" }), children);
1495
1420
  });
1496
- if (process.env.NODE_ENV !== "production") ShoppingCartError.propTypes = require_iconPropTypes.iconPropTypes;
1497
- const ShoppingCartMinus = /* @__PURE__ */ react.default.forwardRef(function ShoppingCartMinus({ children, size = 16, ...rest }, ref) {
1498
- return react.default.createElement(require_Icon.Icon, {
1421
+ if (process.env.NODE_ENV !== "production") SendBackward.propTypes = require_iconPropTypes.iconPropTypes;
1422
+ const SendToBack = /* @__PURE__ */ react.default.forwardRef(function SendToBack({ children, size = 16, ...rest }, ref) {
1423
+ return react.default.createElement(require_Icon_js, {
1499
1424
  width: size,
1500
1425
  height: size,
1501
1426
  ref,
@@ -1503,19 +1428,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1503
1428
  viewBox: "0 0 32 32",
1504
1429
  fill: "currentColor",
1505
1430
  ...rest
1506
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1507
- cx: "10",
1508
- cy: "28",
1509
- r: "2"
1510
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1511
- cx: "24",
1512
- cy: "28",
1513
- r: "2"
1514
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 6 12 8 22 8 22 6 12 6z" }), children);
1431
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6v6a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V12A2.0023,2.0023,0,0,0,28,10ZM12,28V12H28l.0015,16Z" }), children);
1515
1432
  });
1516
- if (process.env.NODE_ENV !== "production") ShoppingCartMinus.propTypes = require_iconPropTypes.iconPropTypes;
1517
- const ShoppingCartPlus = /* @__PURE__ */ react.default.forwardRef(function ShoppingCartPlus({ children, size = 16, ...rest }, ref) {
1518
- return react.default.createElement(require_Icon.Icon, {
1433
+ if (process.env.NODE_ENV !== "production") SendToBack.propTypes = require_iconPropTypes.iconPropTypes;
1434
+ const SequentialPalette = /* @__PURE__ */ react.default.forwardRef(function SequentialPalette({ children, size = 16, ...rest }, ref) {
1435
+ return react.default.createElement(require_Icon_js, {
1519
1436
  width: size,
1520
1437
  height: size,
1521
1438
  ref,
@@ -1523,19 +1440,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1523
1440
  viewBox: "0 0 32 32",
1524
1441
  fill: "currentColor",
1525
1442
  ...rest
1526
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1527
- cx: "10",
1528
- cy: "28",
1529
- r: "2"
1530
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1531
- cx: "24",
1532
- cy: "28",
1533
- r: "2"
1534
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 6 18 2 16 2 16 6 12 6 12 8 16 8 16 12 18 12 18 8 22 8 22 6 18 6z" }), children);
1443
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.9961,20H2v-7.994h7.9961v7.994ZM3.999,18.0015h3.9981v-3.997h-3.9981v3.997ZM30,12h-7.9961v7.994h7.9961v-7.994ZM12.0151,12.006v7.994h7.9961v-7.994s-7.9961,0-7.9961,0ZM14.0142,17.9762v-3.9717h3.9728s-3.9728,3.9717-3.9728,3.9717Z" }), children);
1535
1444
  });
1536
- if (process.env.NODE_ENV !== "production") ShoppingCartPlus.propTypes = require_iconPropTypes.iconPropTypes;
1537
- const ShoppingCatalog = /* @__PURE__ */ react.default.forwardRef(function ShoppingCatalog({ children, size = 16, ...rest }, ref) {
1538
- return react.default.createElement(require_Icon.Icon, {
1445
+ if (process.env.NODE_ENV !== "production") SequentialPalette.propTypes = require_iconPropTypes.iconPropTypes;
1446
+ const ServerDns = /* @__PURE__ */ react.default.forwardRef(function ServerDns({ children, size = 16, ...rest }, ref) {
1447
+ return react.default.createElement(require_Icon_js, {
1539
1448
  width: size,
1540
1449
  height: size,
1541
1450
  ref,
@@ -1543,11 +1452,15 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1543
1452
  viewBox: "0 0 32 32",
1544
1453
  fill: "currentColor",
1545
1454
  ...rest
1546
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 24H21V28H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 24H28V28H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 17H21V21H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 17H28V21H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,11h-6V7c0-1.7-1.3-3-3-3h-6c-1.7,0-3,1.3-3,3v4H4c-0.6,0-1,0.4-1,1c0,0.1,0,0.1,0,0.2l1.9,12.1c0.1,1,1,1.7,2,1.7H15v-2 H6.9L5.2,13H28V11z M12,7c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1v4h-8V7z" }), children);
1455
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2a8,8,0,1,0,8,8A8.0092,8.0092,0,0,0,16,2Zm5.91,7H19.4724a15.2457,15.2457,0,0,0-.7917-4.36A6.0088,6.0088,0,0,1,21.91,9ZM16.022,15.999h-.0076c-.3813-.1206-1.3091-1.8213-1.479-4.999h2.9292C17.2952,14.1763,16.3711,15.877,16.022,15.999ZM14.5354,9c.1694-3.1763,1.0935-4.877,1.4426-4.999h.0076c.3813.1206,1.3091,1.8213,1.479,4.999ZM13.3193,4.64A15.2457,15.2457,0,0,0,12.5276,9H10.09A6.0088,6.0088,0,0,1,13.3193,4.64ZM10.09,11h2.4373a15.2457,15.2457,0,0,0,.7917,4.36A6.0088,6.0088,0,0,1,10.09,11Zm8.59,4.36A15.2457,15.2457,0,0,0,19.4724,11H21.91A6.0088,6.0088,0,0,1,18.6807,15.36Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM4,22v6H28V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1456
+ cx: "7",
1457
+ cy: "25",
1458
+ r: "1"
1459
+ }), children);
1547
1460
  });
1548
- if (process.env.NODE_ENV !== "production") ShoppingCatalog.propTypes = require_iconPropTypes.iconPropTypes;
1549
- const ShowDataCards = /* @__PURE__ */ react.default.forwardRef(function ShowDataCards({ children, size = 16, ...rest }, ref) {
1550
- return react.default.createElement(require_Icon.Icon, {
1461
+ if (process.env.NODE_ENV !== "production") ServerDns.propTypes = require_iconPropTypes.iconPropTypes;
1462
+ const ServerProxy = /* @__PURE__ */ react.default.forwardRef(function ServerProxy({ children, size = 16, ...rest }, ref) {
1463
+ return react.default.createElement(require_Icon_js, {
1551
1464
  width: size,
1552
1465
  height: size,
1553
1466
  ref,
@@ -1555,11 +1468,15 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1555
1468
  viewBox: "0 0 32 32",
1556
1469
  fill: "currentColor",
1557
1470
  ...rest
1558
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H4A2.0022,2.0022,0,0,1,2,8V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V8A2.0022,2.0022,0,0,1,28,10ZM4,4V8H28V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H4a2.0022,2.0022,0,0,1-2-2V24a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v4A2.0022,2.0022,0,0,1,28,30ZM4,24v4H28V24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H4a2.0022,2.0022,0,0,1-2-2V14a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v4A2.0022,2.0022,0,0,1,28,20ZM4,14v4H28V14Z" }), children);
1471
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,30H26a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v6A2,2,0,0,0,6,30Zm0-8H26v6H6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1472
+ cx: "9",
1473
+ cy: "25",
1474
+ r: "1"
1475
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,2,24.59,3.41,27.17,6H22.315A6.9835,6.9835,0,0,0,9.08,10H4.83L7.41,7.41,6,6,1,11l5,5,1.41-1.41L4.83,12H9.685A6.9835,6.9835,0,0,0,22.92,8h4.25l-2.58,2.59L26,12l5-5ZM21,9a4.983,4.983,0,0,1-8.9745,3H16V10H11.1011a4.9852,4.9852,0,0,1,8.8734-4H16V8h4.8989A5.0019,5.0019,0,0,1,21,9Z" }), children);
1559
1476
  });
1560
- if (process.env.NODE_ENV !== "production") ShowDataCards.propTypes = require_iconPropTypes.iconPropTypes;
1561
- const ShrinkScreen = /* @__PURE__ */ react.default.forwardRef(function ShrinkScreen({ children, size = 16, ...rest }, ref) {
1562
- return react.default.createElement(require_Icon.Icon, {
1477
+ if (process.env.NODE_ENV !== "production") ServerProxy.propTypes = require_iconPropTypes.iconPropTypes;
1478
+ const ServerTime = /* @__PURE__ */ react.default.forwardRef(function ServerTime({ children, size = 16, ...rest }, ref) {
1479
+ return react.default.createElement(require_Icon_js, {
1563
1480
  width: size,
1564
1481
  height: size,
1565
1482
  ref,
@@ -1567,11 +1484,15 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1567
1484
  viewBox: "0 0 32 32",
1568
1485
  fill: "currentColor",
1569
1486
  ...rest
1570
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,28H17a2.0023,2.0023,0,0,1-2-2V20a2.0023,2.0023,0,0,1,2-2H28a2.0027,2.0027,0,0,1,2,2v6A2.0027,2.0027,0,0,1,28,28ZM17,20v6H28.002L28,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 10 12 13.586 7.707 9.293 6.293 10.707 10.586 15 7 15 7 17 14 17 14 10 12 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,22H4a2.0023,2.0023,0,0,1-2-2V7A2.002,2.002,0,0,1,4,5H26a2.0023,2.0023,0,0,1,2,2v9H26V7H4V20h9Z" }), children);
1487
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM4,22v6H28V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1488
+ cx: "7",
1489
+ cy: "25",
1490
+ r: "1"
1491
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 11.586 17 9.586 17 6 15 6 15 10.414 17.586 13 19 11.586z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,18a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,18ZM16,4a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,4Z" }), children);
1571
1492
  });
1572
- if (process.env.NODE_ENV !== "production") ShrinkScreen.propTypes = require_iconPropTypes.iconPropTypes;
1573
- const ShrinkScreenFilled = /* @__PURE__ */ react.default.forwardRef(function ShrinkScreenFilled({ children, size = 16, ...rest }, ref) {
1574
- return react.default.createElement(require_Icon.Icon, {
1493
+ if (process.env.NODE_ENV !== "production") ServerTime.propTypes = require_iconPropTypes.iconPropTypes;
1494
+ const ServerTimeUsage = /* @__PURE__ */ react.default.forwardRef(function ServerTimeUsage({ children, size = 16, ...rest }, ref) {
1495
+ return react.default.createElement(require_Icon_js, {
1575
1496
  width: size,
1576
1497
  height: size,
1577
1498
  ref,
@@ -1579,17 +1500,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1579
1500
  viewBox: "0 0 32 32",
1580
1501
  fill: "currentColor",
1581
1502
  ...rest
1582
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("rect", {
1583
- width: "15",
1584
- height: "10",
1585
- x: "15",
1586
- y: "18",
1587
- rx: "2"
1588
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 10 12 13.586 7.707 9.293 6.293 10.707 10.586 15 7 15 7 17 14 17 14 10 12 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,22H4a2.0023,2.0023,0,0,1-2-2V7A2.002,2.002,0,0,1,4,5H26a2.0023,2.0023,0,0,1,2,2v9H26V7H4V20h9Z" }), children);
1503
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,25c0,.5523-.4477,1-1,1s-1-.4477-1-1,.4477-1,1-1,1,.4477,1,1ZM30,28v-6c0-1.1025-.8975-2-2-2H4c-1.103,0-2,.8975-2,2v6c0,1.1025.897,2,2,2h24c1.1025,0,2-.8975,2-2ZM28,22v6H4l-.0015-6h24.0015ZM24,10c0-4.4111-3.5889-8-8-8s-8,3.5889-8,8,3.5889,8,8,8,8-3.5889,8-8ZM22,10c0,3.3086-2.6914,6-6,6s-6-2.6914-6-6,2.6914-6,6-6,6,2.6914,6,6ZM16,10h6c0-1.5907-.6326-3.1179-1.7574-4.2426s-2.652-1.7574-4.2426-1.7574v6Z" }), children);
1589
1504
  });
1590
- if (process.env.NODE_ENV !== "production") ShrinkScreenFilled.propTypes = require_iconPropTypes.iconPropTypes;
1591
- const Shuffle = /* @__PURE__ */ react.default.forwardRef(function Shuffle({ children, size = 16, ...rest }, ref) {
1592
- return react.default.createElement(require_Icon.Icon, {
1505
+ if (process.env.NODE_ENV !== "production") ServerTimeUsage.propTypes = require_iconPropTypes.iconPropTypes;
1506
+ const ServerlessFleet = /* @__PURE__ */ react.default.forwardRef(function ServerlessFleet({ children, size = 16, ...rest }, ref) {
1507
+ return react.default.createElement(require_Icon_js, {
1593
1508
  width: size,
1594
1509
  height: size,
1595
1510
  ref,
@@ -1597,11 +1512,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1597
1512
  viewBox: "0 0 32 32",
1598
1513
  fill: "currentColor",
1599
1514
  ...rest
1600
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.59,19.41,26.17,23H19.55l-4.37-7,4.37-7h6.62l-3.58,3.59L24,14l6-6L24,2,22.59,3.41,26.17,7H19.55a2,2,0,0,0-1.69.94L14,14.11,10.14,7.94A2,2,0,0,0,8.45,7H2V9H8.45l4.37,7L8.45,23H2v2H8.45a2,2,0,0,0,1.69-.94L14,17.89l3.86,6.17a2,2,0,0,0,1.69.94h6.62l-3.58,3.59L24,30l6-6-6-6Z" }), children);
1515
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.7 19.3 17.3 20.7 21 24.4 28.7 16.7 27.3 15.3 21 21.6 18.7 19.3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,12v11c0,1.1.9,2,2,2h4v-2h-4v-11h8v4h2v-4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,4h8v-2H4c-1.1,0-2,.9-2,2v8h2V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,8v8h2v-8h8v-2h-8c-1.1,0-2,.9-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,22v6H4v-6h-2v6c0,1.1.9,2,2,2h24c1.1,0,2-.9,2-2v-6h-2Z" }), children);
1601
1516
  });
1602
- if (process.env.NODE_ENV !== "production") Shuffle.propTypes = require_iconPropTypes.iconPropTypes;
1603
- const Shuttle = /* @__PURE__ */ react.default.forwardRef(function Shuttle({ children, size = 16, ...rest }, ref) {
1604
- return react.default.createElement(require_Icon.Icon, {
1517
+ if (process.env.NODE_ENV !== "production") ServerlessFleet.propTypes = require_iconPropTypes.iconPropTypes;
1518
+ const ServiceDesk = /* @__PURE__ */ react.default.forwardRef(function ServiceDesk({ children, size = 16, ...rest }, ref) {
1519
+ return react.default.createElement(require_Icon_js, {
1605
1520
  width: size,
1606
1521
  height: size,
1607
1522
  ref,
@@ -1609,11 +1524,14 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1609
1524
  viewBox: "0 0 32 32",
1610
1525
  fill: "currentColor",
1611
1526
  ...rest
1612
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.81,16l-7-9.56A1,1,0,0,0,22,6H3A1,1,0,0,0,2,7V24a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V16.56A1,1,0,0,0,29.81,16ZM20,8h1.49l5.13,7H20ZM4,8H18v7H4ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86a4,4,0,0,0-7.72,0H12.86a4,4,0,0,0-7.72,0H4V17H28Z" }), children);
1527
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1528
+ d: "M28,24V22A12.01,12.01,0,0,0,17,10.0507V8h3V6H12V8h3v2.0507A12.01,12.01,0,0,0,4,22v2H2v2H30V24ZM16,12a10.0167,10.0167,0,0,1,9.7984,8H6.2015A10.0165,10.0165,0,0,1,16,12ZM6,22H26v2H6Z",
1529
+ transform: "translate(0 .005)"
1530
+ }), children);
1613
1531
  });
1614
- if (process.env.NODE_ENV !== "production") Shuttle.propTypes = require_iconPropTypes.iconPropTypes;
1615
- const SidePanelClose = /* @__PURE__ */ react.default.forwardRef(function SidePanelClose({ children, size = 16, ...rest }, ref) {
1616
- return react.default.createElement(require_Icon.Icon, {
1532
+ if (process.env.NODE_ENV !== "production") ServiceDesk.propTypes = require_iconPropTypes.iconPropTypes;
1533
+ const ServiceId = /* @__PURE__ */ react.default.forwardRef(function ServiceId({ children, size = 16, ...rest }, ref) {
1534
+ return react.default.createElement(require_Icon_js, {
1617
1535
  width: size,
1618
1536
  height: size,
1619
1537
  ref,
@@ -1621,11 +1539,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1621
1539
  viewBox: "0 0 32 32",
1622
1540
  fill: "currentColor",
1623
1541
  ...rest
1624
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M10,26H4V6h6V26z M28,15H17.8 l3.6-3.6L20,10l-6,6l6,6l1.4-1.4L17.8,17H28v9H12V6h16V15z" }), children);
1542
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24v-2h-2.101c-0.13-0.637-0.384-1.229-0.732-1.753l1.49-1.49l-1.414-1.414l-1.49,1.49 c-0.524-0.348-1.116-0.602-1.753-0.732V16h-2v2.101c-0.637,0.13-1.229,0.384-1.753,0.732l-1.49-1.49l-1.414,1.414l1.49,1.49 c-0.348,0.524-0.602,1.116-0.732,1.753H16v2h2.101c0.13,0.637,0.384,1.229,0.732,1.753l-1.49,1.49l1.414,1.414l1.49-1.49 c0.524,0.348,1.116,0.602,1.753,0.732V30h2v-2.101c0.637-0.13,1.229-0.384,1.753-0.732l1.49,1.49l1.414-1.414l-1.49-1.49 c0.348-0.524,0.602-1.116,0.732-1.753H30z M23,26c-1.654,0-3-1.346-3-3s1.346-3,3-3s3,1.346,3,3S24.654,26,23,26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 6H16V8H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,28V4h16v9h2V4c0-1.103-0.897-2-2-2H6C4.897,2,4,2.897,4,4v24c0,1.103,0.897,2,2,2h8v-2H6z" }), children);
1625
1543
  });
1626
- if (process.env.NODE_ENV !== "production") SidePanelClose.propTypes = require_iconPropTypes.iconPropTypes;
1627
- const SidePanelCloseFilled = /* @__PURE__ */ react.default.forwardRef(function SidePanelCloseFilled({ children, size = 16, ...rest }, ref) {
1628
- return react.default.createElement(require_Icon.Icon, {
1544
+ if (process.env.NODE_ENV !== "production") ServiceId.propTypes = require_iconPropTypes.iconPropTypes;
1545
+ const ServiceLevels = /* @__PURE__ */ react.default.forwardRef(function ServiceLevels({ children, size = 16, ...rest }, ref) {
1546
+ return react.default.createElement(require_Icon_js, {
1629
1547
  width: size,
1630
1548
  height: size,
1631
1549
  ref,
@@ -1633,11 +1551,27 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1633
1551
  viewBox: "0 0 32 32",
1634
1552
  fill: "currentColor",
1635
1553
  ...rest
1636
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M28,15H17.8l3.6-3.6L20,10l-6,6l6,6 l1.4-1.4L17.8,17H28v9H12V6h16V15z" }), children);
1554
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1555
+ cx: "7",
1556
+ cy: "19",
1557
+ r: "1"
1558
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1559
+ cx: "16",
1560
+ cy: "11",
1561
+ r: "1"
1562
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1563
+ cx: "25",
1564
+ cy: "19",
1565
+ r: "1"
1566
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1567
+ cx: "10",
1568
+ cy: "14",
1569
+ r: "1"
1570
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,20h-2c0-1.2616-.1946-2.5042-.5786-3.6929l1.9033-.6146c.448,1.3876.6753,2.8369.6753,4.3075Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29.8508,8.9775l-2.4368,2.4365-.0005-.0005c-.3621.3623-.8621.5864-1.4136.5864-1.103,0-2-.897-2-2,0-.5518.2241-1.0518.5864-1.4136l-.0005-.0005,2.4368-2.4365c-.3284-.0879-.667-.1494-1.0227-.1494-2.2056,0-4,1.7944-4,4,0,.7393.2153,1.4238.5669,2.019l-4.5479,4.5479c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056,0-4,1.7944-4,4s1.7944,4,4,4,4-1.7944,4-4c0-.7397-.2153-1.4243-.5669-2.019l4.5479-4.5479c.595.3516,1.2795.5669,2.019.5669,2.2056,0,4-1.7944,4-4,0-.3555-.0615-.6943-.1492-1.0225Zm-13.8508,13.0225c-1.103,0-2-.8975-2-2s.897-2,2-2,2,.8975,2,2-.897,2-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m4,20h-2c0-7.7196,6.2803-14,14-14,1.4707,0,2.9199.2272,4.3074.6754l-.6147,1.9031c-1.1885-.3838-2.4309-.5785-3.6926-.5785-6.6167,0-12,5.3832-12,12Z" }), children);
1637
1571
  });
1638
- if (process.env.NODE_ENV !== "production") SidePanelCloseFilled.propTypes = require_iconPropTypes.iconPropTypes;
1639
- const SidePanelOpen = /* @__PURE__ */ react.default.forwardRef(function SidePanelOpen({ children, size = 16, ...rest }, ref) {
1640
- return react.default.createElement(require_Icon.Icon, {
1572
+ if (process.env.NODE_ENV !== "production") ServiceLevels.propTypes = require_iconPropTypes.iconPropTypes;
1573
+ const SessionBorderControl = /* @__PURE__ */ react.default.forwardRef(function SessionBorderControl({ children, size = 16, ...rest }, ref) {
1574
+ return react.default.createElement(require_Icon_js, {
1641
1575
  width: size,
1642
1576
  height: size,
1643
1577
  ref,
@@ -1645,11 +1579,20 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1645
1579
  viewBox: "0 0 32 32",
1646
1580
  fill: "currentColor",
1647
1581
  ...rest
1648
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M10,26H4V6h6V26z M28,26H12v-9h10.2 l-3.6,3.6L20,22l6-6l-6-6l-1.4,1.4l3.6,3.6H12V6h16V26z" }), children);
1582
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,8,24.59,9.41,27.17,12H16a5.967,5.967,0,0,0-4,1.54V6.83l2.59,2.58L16,8,11,3,6,8,7.41,9.41,10,6.83V18a5.969,5.969,0,0,0,1.54,4H4.83l2.58-2.59L6,18,1,23l5,5,1.41-1.41L4.83,24H16A5.99,5.99,0,0,0,20.46,14h6.71l-2.58,2.59L26,18l5-5ZM20,18a4,4,0,1,1-4-4A4.0045,4.0045,0,0,1,20,18Z" }), children);
1649
1583
  });
1650
- if (process.env.NODE_ENV !== "production") SidePanelOpen.propTypes = require_iconPropTypes.iconPropTypes;
1651
- const SidePanelOpenFilled = /* @__PURE__ */ react.default.forwardRef(function SidePanelOpenFilled({ children, size = 16, ...rest }, ref) {
1652
- return react.default.createElement(require_Icon.Icon, {
1584
+ if (process.env.NODE_ENV !== "production") SessionBorderControl.propTypes = require_iconPropTypes.iconPropTypes;
1585
+ const Settings = /* @__PURE__ */ react.default.forwardRef(function Settings({ children, size = 16, ...rest }, ref) {
1586
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1587
+ width: size,
1588
+ height: size,
1589
+ ref,
1590
+ xmlns: "http://www.w3.org/2000/svg",
1591
+ viewBox: "0 0 16 16",
1592
+ fill: "currentColor",
1593
+ ...rest
1594
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.5,8.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l1-0.8c0.4-0.3,0.4-0.9,0.2-1.3l-1.2-2C13.3,3.2,13,3,12.6,3 c-0.1,0-0.2,0-0.3,0.1l-1.2,0.4c-0.2-0.1-0.4-0.3-0.7-0.4l-0.3-1.3C10.1,1.3,9.7,1,9.2,1H6.8c-0.5,0-0.9,0.3-1,0.8L5.6,3.1 C5.3,3.2,5.1,3.3,4.9,3.4L3.7,3C3.6,3,3.5,3,3.4,3C3,3,2.7,3.2,2.5,3.5l-1.2,2C1.1,5.9,1.2,6.4,1.6,6.8l0.9,0.9c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.3,0,0.4L1.6,9.2c-0.4,0.3-0.5,0.9-0.2,1.3l1.2,2C2.7,12.8,3,13,3.4,13c0.1,0,0.2,0,0.3-0.1l1.2-0.4 c0.2,0.1,0.4,0.3,0.7,0.4l0.3,1.3c0.1,0.5,0.5,0.8,1,0.8h2.4c0.5,0,0.9-0.3,1-0.8l0.3-1.3c0.2-0.1,0.4-0.2,0.7-0.4l1.2,0.4 c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.2,0.9-0.5l1.1-2c0.2-0.4,0.2-0.9-0.2-1.3L13.5,8.4z M12.6,12l-1.7-0.6c-0.4,0.3-0.9,0.6-1.4,0.8 L9.2,14H6.8l-0.4-1.8c-0.5-0.2-0.9-0.5-1.4-0.8L3.4,12l-1.2-2l1.4-1.2c-0.1-0.5-0.1-1.1,0-1.6L2.2,6l1.2-2l1.7,0.6 C5.5,4.2,6,4,6.5,3.8L6.8,2h2.4l0.4,1.8c0.5,0.2,0.9,0.5,1.4,0.8L12.6,4l1.2,2l-1.4,1.2c0.1,0.5,0.1,1.1,0,1.6l1.4,1.2L12.6,12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,11c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3C11,9.6,9.7,11,8,11C8,11,8,11,8,11z M8,6C6.9,6,6,6.8,6,7.9C6,7.9,6,8,6,8 c0,1.1,0.8,2,1.9,2c0,0,0.1,0,0.1,0c1.1,0,2-0.8,2-1.9c0,0,0-0.1,0-0.1C10,6.9,9.2,6,8,6C8.1,6,8,6,8,6z" }), children);
1595
+ return react.default.createElement(require_Icon_js, {
1653
1596
  width: size,
1654
1597
  height: size,
1655
1598
  ref,
@@ -1657,11 +1600,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1657
1600
  viewBox: "0 0 32 32",
1658
1601
  fill: "currentColor",
1659
1602
  ...rest
1660
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M28,26H12v-9h10.2l-3.6,3.6L20,22 l6-6l-6-6l-1.4,1.4l3.6,3.6H12V6h16V26z" }), children);
1603
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,16.76c0-.25,0-.5,0-.76s0-.51,0-.77l1.92-1.68A2,2,0,0,0,29.3,11L26.94,7a2,2,0,0,0-1.73-1,2,2,0,0,0-.64.1l-2.43.82a11.35,11.35,0,0,0-1.31-.75l-.51-2.52a2,2,0,0,0-2-1.61H13.64a2,2,0,0,0-2,1.61l-.51,2.52a11.48,11.48,0,0,0-1.32.75L7.43,6.06A2,2,0,0,0,6.79,6,2,2,0,0,0,5.06,7L2.7,11a2,2,0,0,0,.41,2.51L5,15.24c0,.25,0,.5,0,.76s0,.51,0,.77L3.11,18.45A2,2,0,0,0,2.7,21L5.06,25a2,2,0,0,0,1.73,1,2,2,0,0,0,.64-.1l2.43-.82a11.35,11.35,0,0,0,1.31.75l.51,2.52a2,2,0,0,0,2,1.61h4.72a2,2,0,0,0,2-1.61l.51-2.52a11.48,11.48,0,0,0,1.32-.75l2.42.82a2,2,0,0,0,.64.1,2,2,0,0,0,1.73-1L29.3,21a2,2,0,0,0-.41-2.51ZM25.21,24l-3.43-1.16a8.86,8.86,0,0,1-2.71,1.57L18.36,28H13.64l-.71-3.55a9.36,9.36,0,0,1-2.7-1.57L6.79,24,4.43,20l2.72-2.4a8.9,8.9,0,0,1,0-3.13L4.43,12,6.79,8l3.43,1.16a8.86,8.86,0,0,1,2.71-1.57L13.64,4h4.72l.71,3.55a9.36,9.36,0,0,1,2.7,1.57L25.21,8,27.57,12l-2.72,2.4a8.9,8.9,0,0,1,0,3.13L27.57,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a6,6,0,1,1,6-6A5.94,5.94,0,0,1,16,22Zm0-10a3.91,3.91,0,0,0-4,4,3.91,3.91,0,0,0,4,4,3.91,3.91,0,0,0,4-4A3.91,3.91,0,0,0,16,12Z" }), children);
1661
1604
  });
1662
- if (process.env.NODE_ENV !== "production") SidePanelOpenFilled.propTypes = require_iconPropTypes.iconPropTypes;
1663
- const Sight = /* @__PURE__ */ react.default.forwardRef(function Sight({ children, size = 16, ...rest }, ref) {
1664
- return react.default.createElement(require_Icon.Icon, {
1605
+ if (process.env.NODE_ENV !== "production") Settings.propTypes = require_iconPropTypes.iconPropTypes;
1606
+ const SettingsAdjust = /* @__PURE__ */ react.default.forwardRef(function SettingsAdjust({ children, size = 16, ...rest }, ref) {
1607
+ return react.default.createElement(require_Icon_js, {
1665
1608
  width: size,
1666
1609
  height: size,
1667
1610
  ref,
@@ -1669,11 +1612,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1669
1612
  viewBox: "0 0 32 32",
1670
1613
  fill: "currentColor",
1671
1614
  ...rest
1672
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 12H12V14H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H8V14H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 12H4V14H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H24V27H20a5.0055,5.0055,0,0,1-5-5V20.7207l-2.3162-.772a1,1,0,0,1-.5412-1.4631L15,13.7229V11a9.01,9.01,0,0,1,9-9h5V4H24a7.0078,7.0078,0,0,0-7,7v3a.9991.9991,0,0,1-.1426.5144l-2.3586,3.9312,1.8174.6057A1,1,0,0,1,17,20v2a3.0033,3.0033,0,0,0,3,3h5a1,1,0,0,1,1,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 12H23V14H19z" }), children);
1615
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,8h-4.1c-0.5-2.3-2.5-4-4.9-4s-4.4,1.7-4.9,4H2v2h14.1c0.5,2.3,2.5,4,4.9,4s4.4-1.7,4.9-4H30V8z M21,12c-1.7,0-3-1.3-3-3 s1.3-3,3-3s3,1.3,3,3S22.7,12,21,12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,24h4.1c0.5,2.3,2.5,4,4.9,4s4.4-1.7,4.9-4H30v-2H15.9c-0.5-2.3-2.5-4-4.9-4s-4.4,1.7-4.9,4H2V24z M11,20c1.7,0,3,1.3,3,3 s-1.3,3-3,3s-3-1.3-3-3S9.3,20,11,20z" }), children);
1673
1616
  });
1674
- if (process.env.NODE_ENV !== "production") Sight.propTypes = require_iconPropTypes.iconPropTypes;
1675
- const Sigma = /* @__PURE__ */ react.default.forwardRef(function Sigma({ children, size = 16, ...rest }, ref) {
1676
- return react.default.createElement(require_Icon.Icon, {
1617
+ if (process.env.NODE_ENV !== "production") SettingsAdjust.propTypes = require_iconPropTypes.iconPropTypes;
1618
+ const SettingsCheck = /* @__PURE__ */ react.default.forwardRef(function SettingsCheck({ children, size = 16, ...rest }, ref) {
1619
+ return react.default.createElement(require_Icon_js, {
1677
1620
  width: size,
1678
1621
  height: size,
1679
1622
  ref,
@@ -1681,11 +1624,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1681
1624
  viewBox: "0 0 32 32",
1682
1625
  fill: "currentColor",
1683
1626
  ...rest
1684
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 5 7 5 7 7.414 15.586 16 7 24.586 7 27 24 27 24 25 9.414 25 18.414 16 9.414 7 24 7 24 5z" }), children);
1627
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a6,6,0,1,1,6-6A5.9364,5.9364,0,0,1,16,22Zm0-10a3.9123,3.9123,0,0,0-4,4,3.9123,3.9123,0,0,0,4,4,3.9123,3.9123,0,0,0,4-4A3.9123,3.9123,0,0,0,16,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3047,11.044,26.9441,6.9562a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583L20.3215,3.608A2,2,0,0,0,18.36,2H13.64A2,2,0,0,0,11.6785,3.608l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0616a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.044a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4947,5,15.7447,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025L5.0559,25.044a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713L6.7878,24.044l-2.36-4.0878,2.7253-2.3951a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.044,6.7886,7.9562l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.044Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 26.18 20.41 23.59 19 25 23 29 30 22 28.59 20.59 23 26.18z" }), children);
1685
1628
  });
1686
- if (process.env.NODE_ENV !== "production") Sigma.propTypes = require_iconPropTypes.iconPropTypes;
1687
- const SignalStrength = /* @__PURE__ */ react.default.forwardRef(function SignalStrength({ children, size = 16, ...rest }, ref) {
1688
- return react.default.createElement(require_Icon.Icon, {
1629
+ if (process.env.NODE_ENV !== "production") SettingsCheck.propTypes = require_iconPropTypes.iconPropTypes;
1630
+ const SettingsEdit = /* @__PURE__ */ react.default.forwardRef(function SettingsEdit({ children, size = 16, ...rest }, ref) {
1631
+ return react.default.createElement(require_Icon_js, {
1689
1632
  width: size,
1690
1633
  height: size,
1691
1634
  ref,
@@ -1693,11 +1636,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1693
1636
  viewBox: "0 0 32 32",
1694
1637
  fill: "currentColor",
1695
1638
  ...rest
1696
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 6H28V26H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 11H20V26H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 16H13V26H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20H6V26H4z" }), children);
1639
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m31.707,19.2929l-3-3c-.3906-.3906-1.0234-.3906-1.4141,0l-9.293,9.293v4.4141h4.4141l9.293-9.293c.3906-.3906.3906-1.0234,0-1.4141Zm-10.1211,8.707h-1.5859v-1.5859l5-5,1.5859,1.5859-5,5Zm6.4141-6.4141l-1.5859-1.5859,1.5859-1.5859,1.5859,1.5859-1.5859,1.5859Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,22c-3.3643,0-6-2.6357-6-6s2.6357-6,6-6,6,2.6357,6,6-2.6357,6-6,6Zm0-10c-2.2803,0-4,1.7197-4,4s1.7197,4,4,4,4-1.7197,4-4-1.7197-4-4-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m27.5474,12.0005l1.7322-1-2.3354-4.0444c-.3652-.6328-1.0334-1.0005-1.7322-1.0005-.2134,0-.4294.0342-.6406.106l-2.4341.8232c-.418-.2812-.856-.5352-1.312-.7583l-.5037-2.5186c-.187-.9351-1.0078-1.6079-1.9612-1.6079h-4.7207c-.9534,0-1.7742.6729-1.9612,1.6079l-.5037,2.5186c-.459.2246-.9062.4692-1.3267.7534l-2.4194-.8184c-.2112-.0718-.4272-.106-.6406-.106-.6987,0-1.3669.3677-1.7322,1.0005l-2.3606,4.0879c-.4766.8257-.3042,1.873.4119,2.5024l1.9309,1.6968c-.0171.2515-.0381.5015-.0381.7568,0,.2578.0103.5127.0278.7656l-1.9207,1.688c-.7161.6294-.8884,1.6768-.4119,2.5024l2.3606,4.0879c.3652.6328,1.0334,1.0005,1.7322,1.0005.2134,0,.4297-.0342.6406-.106l2.4341-.8232c.418.2817.856.5352,1.312.7583l.5037,2.5186c.187.9351,1.0078,1.6079,1.9612,1.6079h2.3604v-2h-2.3604l-.7102-3.5508c-.9753-.356-1.9026-.9062-2.6948-1.5713l-3.4468,1.166-2.3604-4.0879,2.7253-2.395c-.1838-1.043-.1914-2.083-.0071-3.1279l-2.7183-2.3892,2.3611-4.0879,3.4268,1.1592c.8032-.6763,1.7295-1.2051,2.7141-1.5645l.7102-3.5508h4.7207l.7102,3.5508c.9753.356,1.9023.9062,2.6948,1.5713l3.4468-1.166,2.3352,4.0444Z" }), children);
1697
1640
  });
1698
- if (process.env.NODE_ENV !== "production") SignalStrength.propTypes = require_iconPropTypes.iconPropTypes;
1699
- const SimCard = /* @__PURE__ */ react.default.forwardRef(function SimCard({ children, size = 16, ...rest }, ref) {
1700
- return react.default.createElement(require_Icon.Icon, {
1641
+ if (process.env.NODE_ENV !== "production") SettingsEdit.propTypes = require_iconPropTypes.iconPropTypes;
1642
+ const SettingsServices = /* @__PURE__ */ react.default.forwardRef(function SettingsServices({ children, size = 16, ...rest }, ref) {
1643
+ return react.default.createElement(require_Icon_js, {
1701
1644
  width: size,
1702
1645
  height: size,
1703
1646
  ref,
@@ -1705,11 +1648,11 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1705
1648
  viewBox: "0 0 32 32",
1706
1649
  fill: "currentColor",
1707
1650
  ...rest
1708
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,9H8a2.0023,2.0023,0,0,0-2,2V21a2.0023,2.0023,0,0,0,2,2H21a2.0023,2.0023,0,0,0,2-2V11A2.0023,2.0023,0,0,0,21,9Zm0,4H18V11h3Zm-3,2h3v2H18Zm-2-4V21H13V14a1,1,0,0,0-1-1H8V11Zm-5,6H8V15h3ZM8,19h3v2H8Zm10,2V19h3v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.5317,27H4a2.0021,2.0021,0,0,1-2-2V7A2.0021,2.0021,0,0,1,4,5H28a2.0021,2.0021,0,0,1,2,2V19.6379a2.0044,2.0044,0,0,1-.4639,1.2808L25.0679,26.28A1.9944,1.9944,0,0,1,23.5317,27ZM4,7V25H23.5317L28,19.6379V7Z" }), children);
1651
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,25H27V23h1V19H24v1H22V18a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v6A1,1,0,0,1,29,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30H18a1,1,0,0,1-1-1V23a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v6A1,1,0,0,1,24,30Zm-5-2h4V24H19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,19.8579A3.9934,3.9934,0,1,1,20,16h2a6,6,0,1,0-7,5.91Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.89,13.55l-2.31,2.03-1.42-1.42,2.41-2.12L25.21,7.96,21.77,9.12a9.3684,9.3684,0,0,0-2.7-1.57L18.36,4H13.64l-.71,3.55a8.8609,8.8609,0,0,0-2.71,1.57L6.79,7.96,4.43,12.04l2.72,2.39a8.8948,8.8948,0,0,0,0,3.13l-2.72,2.4,2.36,4.08,3.44-1.16a9.3684,9.3684,0,0,0,2.7,1.57L13.64,28H15v2H13.64a2.0007,2.0007,0,0,1-1.96-1.61l-.51-2.52a11.412,11.412,0,0,1-1.31-.75l-2.43.82a2.038,2.038,0,0,1-.64.1,1.973,1.973,0,0,1-1.73-1L2.7,20.96a2,2,0,0,1,.41-2.51l1.92-1.68C5.01,16.51,5,16.26,5,16s.02-.51.04-.76L3.11,13.55a2,2,0,0,1-.41-2.51L5.06,6.96a1.973,1.973,0,0,1,1.73-1,2.038,2.038,0,0,1,.64.1l2.42.82a11.5416,11.5416,0,0,1,1.32-.75l.51-2.52A2.0007,2.0007,0,0,1,13.64,2h4.72a2.0007,2.0007,0,0,1,1.96,1.61l.51,2.52a11.412,11.412,0,0,1,1.31.75l2.43-.82a2.038,2.038,0,0,1,.64-.1,1.973,1.973,0,0,1,1.73,1l2.36,4.08A2,2,0,0,1,28.89,13.55Z" }), children);
1709
1652
  });
1710
- if (process.env.NODE_ENV !== "production") SimCard.propTypes = require_iconPropTypes.iconPropTypes;
1711
- const SkillLevel = /* @__PURE__ */ react.default.forwardRef(function SkillLevel({ children, size = 16, ...rest }, ref) {
1712
- return react.default.createElement(require_Icon.Icon, {
1653
+ if (process.env.NODE_ENV !== "production") SettingsServices.propTypes = require_iconPropTypes.iconPropTypes;
1654
+ const SettingsView = /* @__PURE__ */ react.default.forwardRef(function SettingsView({ children, size = 16, ...rest }, ref) {
1655
+ return react.default.createElement(require_Icon_js, {
1713
1656
  width: size,
1714
1657
  height: size,
1715
1658
  ref,
@@ -1717,11 +1660,15 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1717
1660
  viewBox: "0 0 32 32",
1718
1661
  fill: "currentColor",
1719
1662
  ...rest
1720
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H22V4h8Zm-6-2h4V6H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H12V12h8Zm-6-2h4V14H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H2V18h8ZM4,28H8V20H4Z" }), children);
1663
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1664
+ cx: "23",
1665
+ cy: "24",
1666
+ r: "2"
1667
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.7769,23.4785A8.64,8.64,0,0,0,23,18a8.64,8.64,0,0,0-7.7769,5.4785L15,24l.2231.5215A8.64,8.64,0,0,0,23,30a8.64,8.64,0,0,0,7.7769-5.4785L31,24ZM23,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,23,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.3989,20.8A6,6,0,1,1,22,16H20a4,4,0,1,0-6.4,3.2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H15V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z" }), children);
1721
1668
  });
1722
- if (process.env.NODE_ENV !== "production") SkillLevel.propTypes = require_iconPropTypes.iconPropTypes;
1723
- const SkillLevelAdvanced = /* @__PURE__ */ react.default.forwardRef(function SkillLevelAdvanced({ children, size = 16, ...rest }, ref) {
1724
- return react.default.createElement(require_Icon.Icon, {
1669
+ if (process.env.NODE_ENV !== "production") SettingsView.propTypes = require_iconPropTypes.iconPropTypes;
1670
+ const Shadow = /* @__PURE__ */ react.default.forwardRef(function Shadow({ children, size = 16, ...rest }, ref) {
1671
+ return react.default.createElement(require_Icon_js, {
1725
1672
  width: size,
1726
1673
  height: size,
1727
1674
  ref,
@@ -1729,11 +1676,42 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1729
1676
  viewBox: "0 0 32 32",
1730
1677
  fill: "currentColor",
1731
1678
  ...rest
1732
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H22V4h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H12V12h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H2V18h8Z" }), children);
1679
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,5c-1.0234,0-2.0312.1479-3.0046.4253-.9539-.2708-1.9561-.4253-2.9954-.4253-6.0654,0-11,4.9346-11,11s4.9346,11,11,11c1.0393,0,2.0415-.1545,2.9954-.4253.9734.2773,1.9812.4253,3.0046.4253,6.0654,0,11-4.9346,11-11s-4.9346-11-11-11ZM23.9495,16.9965l3.9866.0355c-.1228,1.0701-.4373,2.0808-.903,3.0039l-3.7977-.0342c.3713-.9463.6191-1.9531.7141-3.0052ZM23.9492,14.9963c-.0955-1.049-.343-2.0525-.7131-2.9963l3.8325.0378c.4548.9221.7627,1.9283.8772,2.994l-3.9966-.0355ZM25.7112,10.0244l-3.5099-.0347c-.7626-1.1636-1.7395-2.1714-2.8744-2.9731,2.536.0917,4.803,1.2339,6.3843,3.0078ZM4,16c0-4.9624,4.0371-9,9-9s9,4.0376,9,9-4.0371,9-9,9-9-4.0376-9-9ZM19.3269,24.9834c1.1405-.8057,2.121-1.8199,2.8853-2.9907l3.4556.031c-1.5793,1.7465-3.8279,2.8689-6.3408,2.9597h-.0001Z" }), children);
1733
1680
  });
1734
- if (process.env.NODE_ENV !== "production") SkillLevelAdvanced.propTypes = require_iconPropTypes.iconPropTypes;
1681
+ if (process.env.NODE_ENV !== "production") Shadow.propTypes = require_iconPropTypes.iconPropTypes;
1735
1682
  exports.QS = QS;
1736
1683
  exports.QSAlt = QSAlt;
1684
+ exports.RetryFailed = RetryFailed;
1685
+ exports.Return = Return;
1686
+ exports.Review = Review;
1687
+ exports.Rewind_10 = Rewind_10;
1688
+ exports.Rewind_30 = Rewind_30;
1689
+ exports.Rewind_5 = Rewind_5;
1690
+ exports.Rexx = Rexx;
1691
+ exports.RightPanelClose = RightPanelClose;
1692
+ exports.RightPanelCloseFilled = RightPanelCloseFilled;
1693
+ exports.RightPanelOpen = RightPanelOpen;
1694
+ exports.RightPanelOpenFilled = RightPanelOpenFilled;
1695
+ exports.Road = Road;
1696
+ exports.RoadWeather = RoadWeather;
1697
+ exports.Roadmap = Roadmap;
1698
+ exports.Rocket = Rocket;
1699
+ exports.Rotate = Rotate;
1700
+ exports.RotateClockwise = RotateClockwise;
1701
+ exports.RotateClockwiseAlt = RotateClockwiseAlt;
1702
+ exports.RotateClockwiseAltFilled = RotateClockwiseAltFilled;
1703
+ exports.RotateClockwiseFilled = RotateClockwiseFilled;
1704
+ exports.RotateCounterclockwise = RotateCounterclockwise;
1705
+ exports.RotateCounterclockwiseAlt = RotateCounterclockwiseAlt;
1706
+ exports.RotateCounterclockwiseAltFilled = RotateCounterclockwiseAltFilled;
1707
+ exports.RotateCounterclockwiseFilled = RotateCounterclockwiseFilled;
1708
+ exports.Router = Router;
1709
+ exports.RouterVoice = RouterVoice;
1710
+ exports.RouterWifi = RouterWifi;
1711
+ exports.Row = Row;
1712
+ exports.RowCollapse = RowCollapse;
1713
+ exports.RowDelete = RowDelete;
1714
+ exports.RowExpand = RowExpand;
1737
1715
  exports.RowInsert = RowInsert;
1738
1716
  exports.Rss = Rss;
1739
1717
  exports.Rule = Rule;
@@ -1800,6 +1778,7 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1800
1778
  exports.SendBackward = SendBackward;
1801
1779
  exports.SendFilled = SendFilled;
1802
1780
  exports.SendToBack = SendToBack;
1781
+ exports.Sensor = Sensor;
1803
1782
  exports.SequentialPalette = SequentialPalette;
1804
1783
  exports.ServerDns = ServerDns;
1805
1784
  exports.ServerProxy = ServerProxy;
@@ -1817,40 +1796,8 @@ var require_bucket_16 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1817
1796
  exports.SettingsServices = SettingsServices;
1818
1797
  exports.SettingsView = SettingsView;
1819
1798
  exports.Shadow = Shadow;
1820
- exports.ShapeExcept = ShapeExcept;
1821
- exports.ShapeExclude = ShapeExclude;
1822
- exports.ShapeIntersect = ShapeIntersect;
1823
- exports.ShapeJoin = ShapeJoin;
1824
- exports.ShapeUnite = ShapeUnite;
1825
- exports.Shapes = Shapes;
1826
- exports.Share = Share;
1827
- exports.ShareKnowledge = ShareKnowledge;
1828
- exports.ShieldAlert = ShieldAlert;
1829
- exports.ShipmentDelivery = ShipmentDelivery;
1830
- exports.ShoppingBag = ShoppingBag;
1831
- exports.ShoppingCart = ShoppingCart;
1832
- exports.ShoppingCartArrowDown = ShoppingCartArrowDown;
1833
- exports.ShoppingCartArrowUp = ShoppingCartArrowUp;
1834
- exports.ShoppingCartClear = ShoppingCartClear;
1835
- exports.ShoppingCartError = ShoppingCartError;
1836
- exports.ShoppingCartMinus = ShoppingCartMinus;
1837
- exports.ShoppingCartPlus = ShoppingCartPlus;
1838
- exports.ShoppingCatalog = ShoppingCatalog;
1839
- exports.ShowDataCards = ShowDataCards;
1840
- exports.ShrinkScreen = ShrinkScreen;
1841
- exports.ShrinkScreenFilled = ShrinkScreenFilled;
1842
- exports.Shuffle = Shuffle;
1843
- exports.Shuttle = Shuttle;
1844
- exports.SidePanelClose = SidePanelClose;
1845
- exports.SidePanelCloseFilled = SidePanelCloseFilled;
1846
- exports.SidePanelOpen = SidePanelOpen;
1847
- exports.SidePanelOpenFilled = SidePanelOpenFilled;
1848
- exports.Sight = Sight;
1849
- exports.Sigma = Sigma;
1850
- exports.SignalStrength = SignalStrength;
1851
- exports.SimCard = SimCard;
1852
- exports.SkillLevel = SkillLevel;
1853
- exports.SkillLevelAdvanced = SkillLevelAdvanced;
1799
+ exports.WatsonHealthRotate_180 = WatsonHealthRotate_180;
1800
+ exports.WatsonHealthRotate_360 = WatsonHealthRotate_360;
1854
1801
  exports.WatsonHealthSaveAnnotation = WatsonHealthSaveAnnotation;
1855
1802
  exports.WatsonHealthSaveImage = WatsonHealthSaveImage;
1856
1803
  exports.WatsonHealthSaveSeries = WatsonHealthSaveSeries;