@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-17.js
12
13
  var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
13
14
  /**
@@ -19,13 +20,14 @@ var require_bucket_17 = /* @__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 SkillLevelBasic = /* @__PURE__ */ react.default.forwardRef(function SkillLevelBasic({ children, size = 16, ...rest }, ref) {
28
- return react.default.createElement(require_Icon.Icon, {
29
+ const ShapeExcept = /* @__PURE__ */ react.default.forwardRef(function ShapeExcept({ 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_17 = /* @__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: "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,30H2V18h8Z" }), children);
38
+ }, /* @__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);
37
39
  });
38
- if (process.env.NODE_ENV !== "production") SkillLevelBasic.propTypes = require_iconPropTypes.iconPropTypes;
39
- const SkillLevelIntermediate = /* @__PURE__ */ react.default.forwardRef(function SkillLevelIntermediate({ children, size = 16, ...rest }, ref) {
40
- return react.default.createElement(require_Icon.Icon, {
40
+ if (process.env.NODE_ENV !== "production") ShapeExcept.propTypes = require_iconPropTypes.iconPropTypes;
41
+ const ShapeExclude = /* @__PURE__ */ react.default.forwardRef(function ShapeExclude({ 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_17 = /* @__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: "M30,30H22V4h8Zm-6-2h4V6H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H12V12h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H2V18h8Z" }), children);
50
+ }, /* @__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);
49
51
  });
50
- if (process.env.NODE_ENV !== "production") SkillLevelIntermediate.propTypes = require_iconPropTypes.iconPropTypes;
51
- const SkipBack = /* @__PURE__ */ react.default.forwardRef(function SkipBack({ children, size = 16, ...rest }, ref) {
52
- return react.default.createElement(require_Icon.Icon, {
52
+ if (process.env.NODE_ENV !== "production") ShapeExclude.propTypes = require_iconPropTypes.iconPropTypes;
53
+ const ShapeIntersect = /* @__PURE__ */ react.default.forwardRef(function ShapeIntersect({ 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_17 = /* @__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: "M27,28a1,1,0,0,1-.5-.13l-19-11a1,1,0,0,1,0-1.74l19-11a1,1,0,0,1,1,0A1,1,0,0,1,28,5V27a1,1,0,0,1-1,1ZM10,16l16,9.27V6.73Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 4H4V28H2z" }), children);
62
+ }, /* @__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);
61
63
  });
62
- if (process.env.NODE_ENV !== "production") SkipBack.propTypes = require_iconPropTypes.iconPropTypes;
63
- const SkipBackFilled = /* @__PURE__ */ react.default.forwardRef(function SkipBackFilled({ children, size = 16, ...rest }, ref) {
64
- return react.default.createElement(require_Icon.Icon, {
64
+ if (process.env.NODE_ENV !== "production") ShapeIntersect.propTypes = require_iconPropTypes.iconPropTypes;
65
+ const ShapeJoin = /* @__PURE__ */ react.default.forwardRef(function ShapeJoin({ 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_17 = /* @__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: "M27,28a.9975.9975,0,0,1-.501-.1348l-19-11a1,1,0,0,1,0-1.73l19-11A1,1,0,0,1,28,5V27a1,1,0,0,1-1,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 4H4V28H2z" }), children);
74
+ }, /* @__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);
73
75
  });
74
- if (process.env.NODE_ENV !== "production") SkipBackFilled.propTypes = require_iconPropTypes.iconPropTypes;
75
- const SkipBackOutline = /* @__PURE__ */ react.default.forwardRef(function SkipBackOutline({ children, size = 16, ...rest }, ref) {
76
- return react.default.createElement(require_Icon.Icon, {
76
+ if (process.env.NODE_ENV !== "production") ShapeJoin.propTypes = require_iconPropTypes.iconPropTypes;
77
+ const ShapeUnite = /* @__PURE__ */ react.default.forwardRef(function ShapeUnite({ 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,14 +83,11 @@ var require_bucket_17 = /* @__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.jsx)("path", { d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3006V12.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
85
- d: "M9 10H11V22H9z",
86
- transform: "matrix(-1 0 0 -1 20 32)"
87
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
86
+ }, /* @__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);
88
87
  });
89
- if (process.env.NODE_ENV !== "production") SkipBackOutline.propTypes = require_iconPropTypes.iconPropTypes;
90
- const SkipBackOutlineFilled = /* @__PURE__ */ react.default.forwardRef(function SkipBackOutlineFilled({ children, size = 16, ...rest }, ref) {
91
- return react.default.createElement(require_Icon.Icon, {
88
+ if (process.env.NODE_ENV !== "production") ShapeUnite.propTypes = require_iconPropTypes.iconPropTypes;
89
+ const Shapes = /* @__PURE__ */ react.default.forwardRef(function Shapes({ children, size = 16, ...rest }, ref) {
90
+ return react.default.createElement(require_Icon_js, {
92
91
  width: size,
93
92
  height: size,
94
93
  ref,
@@ -96,18 +95,23 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
96
95
  viewBox: "0 0 32 32",
97
96
  fill: "currentColor",
98
97
  ...rest
99
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 19.301 22 12.699 16.059 16 22 19.301z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
100
- fill: "none",
101
- d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3005V12.7Z"
98
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
99
+ strokeWidth: "0",
100
+ d: "m5,16h-2v11c0,1.1045.8954,2,2,2h8v-2H5v-11Z"
102
101
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
103
- fill: "none",
104
- d: "M8 10H10V22H8z",
105
- transform: "matrix(-1 0 0 -1 18 32)"
102
+ strokeWidth: "0",
103
+ 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"
104
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
105
+ strokeWidth: "0",
106
+ d: "m27,3h-11v2h11v13.9922h2V5c0-1.1045-.8954-2-2-2Z"
107
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
108
+ strokeWidth: "0",
109
+ 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"
106
110
  }), children);
107
111
  });
108
- if (process.env.NODE_ENV !== "production") SkipBackOutlineFilled.propTypes = require_iconPropTypes.iconPropTypes;
109
- const SkipBackOutlineSolid = /* @__PURE__ */ react.default.forwardRef(function SkipBackOutlineSolid({ children, size = 16, ...rest }, ref) {
110
- return react.default.createElement(require_Icon.Icon, {
112
+ if (process.env.NODE_ENV !== "production") Shapes.propTypes = require_iconPropTypes.iconPropTypes;
113
+ const Share = /* @__PURE__ */ react.default.forwardRef(function Share({ children, size = 16, ...rest }, ref) {
114
+ return react.default.createElement(require_Icon_js, {
111
115
  width: size,
112
116
  height: size,
113
117
  ref,
@@ -115,14 +119,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
115
119
  viewBox: "0 0 32 32",
116
120
  fill: "currentColor",
117
121
  ...rest
118
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
119
- d: "M9 10H11V22H9z",
120
- transform: "matrix(-1 0 0 -1 20 32)"
121
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
122
+ }, /* @__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);
122
123
  });
123
- if (process.env.NODE_ENV !== "production") SkipBackOutlineSolid.propTypes = require_iconPropTypes.iconPropTypes;
124
- const SkipBackSolidFilled = /* @__PURE__ */ react.default.forwardRef(function SkipBackSolidFilled({ children, size = 16, ...rest }, ref) {
125
- return react.default.createElement(require_Icon.Icon, {
124
+ if (process.env.NODE_ENV !== "production") Share.propTypes = require_iconPropTypes.iconPropTypes;
125
+ const ShieldAlert = /* @__PURE__ */ react.default.forwardRef(function ShieldAlert({ children, size = 16, ...rest }, ref) {
126
+ return react.default.createElement(require_Icon_js, {
126
127
  width: size,
127
128
  height: size,
128
129
  ref,
@@ -130,18 +131,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
130
131
  viewBox: "0 0 32 32",
131
132
  fill: "currentColor",
132
133
  ...rest
133
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
134
- fill: "none",
135
- d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z"
136
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
137
- fill: "none",
138
- d: "M8 10H10V22H8z",
139
- transform: "matrix(-1 0 0 -1 18 32)"
140
- }), children);
134
+ }, /* @__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);
141
135
  });
142
- if (process.env.NODE_ENV !== "production") SkipBackSolidFilled.propTypes = require_iconPropTypes.iconPropTypes;
143
- const SkipForward = /* @__PURE__ */ react.default.forwardRef(function SkipForward({ children, size = 16, ...rest }, ref) {
144
- return react.default.createElement(require_Icon.Icon, {
136
+ if (process.env.NODE_ENV !== "production") ShieldAlert.propTypes = require_iconPropTypes.iconPropTypes;
137
+ const ShareKnowledge = /* @__PURE__ */ react.default.forwardRef(function ShareKnowledge({ children, size = 16, ...rest }, ref) {
138
+ return react.default.createElement(require_Icon_js, {
145
139
  width: size,
146
140
  height: size,
147
141
  ref,
@@ -149,11 +143,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
149
143
  viewBox: "0 0 32 32",
150
144
  fill: "currentColor",
151
145
  ...rest
152
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,28a1,1,0,0,1-1-1V5a1,1,0,0,1,.5-.87,1,1,0,0,1,1,0l19,11a1,1,0,0,1,0,1.74l-19,11A1,1,0,0,1,5,28ZM6,6.73V25.27L22,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 4H30V28H28z" }), children);
146
+ }, /* @__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);
153
147
  });
154
- if (process.env.NODE_ENV !== "production") SkipForward.propTypes = require_iconPropTypes.iconPropTypes;
155
- const SkipForwardFilled = /* @__PURE__ */ react.default.forwardRef(function SkipForwardFilled({ children, size = 16, ...rest }, ref) {
156
- return react.default.createElement(require_Icon.Icon, {
148
+ if (process.env.NODE_ENV !== "production") ShareKnowledge.propTypes = require_iconPropTypes.iconPropTypes;
149
+ const ShipmentDelivery = /* @__PURE__ */ react.default.forwardRef(function ShipmentDelivery({ children, size = 16, ...rest }, ref) {
150
+ return react.default.createElement(require_Icon_js, {
157
151
  width: size,
158
152
  height: size,
159
153
  ref,
@@ -161,11 +155,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
161
155
  viewBox: "0 0 32 32",
162
156
  fill: "currentColor",
163
157
  ...rest
164
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 4H30V28H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,28a1,1,0,0,1-1-1V5a1,1,0,0,1,1.501-.8652l19,11a1,1,0,0,1,0,1.73l-19,11A.9975.9975,0,0,1,5,28Z" }), children);
158
+ }, /* @__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);
165
159
  });
166
- if (process.env.NODE_ENV !== "production") SkipForwardFilled.propTypes = require_iconPropTypes.iconPropTypes;
167
- const SkipForwardOutline = /* @__PURE__ */ react.default.forwardRef(function SkipForwardOutline({ children, size = 16, ...rest }, ref) {
168
- return react.default.createElement(require_Icon.Icon, {
160
+ if (process.env.NODE_ENV !== "production") ShipmentDelivery.propTypes = require_iconPropTypes.iconPropTypes;
161
+ const ShoppingBag = /* @__PURE__ */ react.default.forwardRef(function ShoppingBag({ children, size = 16, ...rest }, ref) {
162
+ return react.default.createElement(require_Icon_js, {
169
163
  width: size,
170
164
  height: size,
171
165
  ref,
@@ -173,11 +167,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
173
167
  viewBox: "0 0 32 32",
174
168
  fill: "currentColor",
175
169
  ...rest
176
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 10H23V22H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.4927,21.8618A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.8742l9,5a1,1,0,0,1,0,1.7485l-9,5a1.0009,1.0009,0,0,1-.9931-.0125ZM10,12.7v6.6011L15.9409,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
170
+ }, /* @__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);
177
171
  });
178
- if (process.env.NODE_ENV !== "production") SkipForwardOutline.propTypes = require_iconPropTypes.iconPropTypes;
179
- const SkipForwardOutlineFilled = /* @__PURE__ */ react.default.forwardRef(function SkipForwardOutlineFilled({ children, size = 16, ...rest }, ref) {
180
- return react.default.createElement(require_Icon.Icon, {
172
+ if (process.env.NODE_ENV !== "production") ShoppingBag.propTypes = require_iconPropTypes.iconPropTypes;
173
+ const ShoppingCart = /* @__PURE__ */ react.default.forwardRef(function ShoppingCart({ children, size = 16, ...rest }, ref) {
174
+ return react.default.createElement(require_Icon_js, {
181
175
  width: size,
182
176
  height: size,
183
177
  ref,
@@ -185,17 +179,19 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
185
179
  viewBox: "0 0 32 32",
186
180
  fill: "currentColor",
187
181
  ...rest
188
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 19.301 15.941 16 10 12.699 10 19.301z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
189
- fill: "none",
190
- d: "M22 10H24V22H22z"
191
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
192
- fill: "none",
193
- d: "M8.4927,21.8618A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.8743l9,5a1,1,0,0,1,0,1.7486l-9,5a1.0009,1.0009,0,0,1-.9931-.0125ZM10,12.7v6.601L15.9409,16Z"
194
- }), children);
182
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
183
+ cx: "10",
184
+ cy: "28",
185
+ r: "2"
186
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
187
+ cx: "24",
188
+ cy: "28",
189
+ r: "2"
190
+ }), /* @__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);
195
191
  });
196
- if (process.env.NODE_ENV !== "production") SkipForwardOutlineFilled.propTypes = require_iconPropTypes.iconPropTypes;
197
- const SkipForwardOutlineSolid = /* @__PURE__ */ react.default.forwardRef(function SkipForwardOutlineSolid({ children, size = 16, ...rest }, ref) {
198
- return react.default.createElement(require_Icon.Icon, {
192
+ if (process.env.NODE_ENV !== "production") ShoppingCart.propTypes = require_iconPropTypes.iconPropTypes;
193
+ const ShoppingCartArrowDown = /* @__PURE__ */ react.default.forwardRef(function ShoppingCartArrowDown({ children, size = 16, ...rest }, ref) {
194
+ return react.default.createElement(require_Icon_js, {
199
195
  width: size,
200
196
  height: size,
201
197
  ref,
@@ -203,11 +199,19 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
203
199
  viewBox: "0 0 32 32",
204
200
  fill: "currentColor",
205
201
  ...rest
206
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 10H23V22H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.4927,21.8618A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.8742l9,5a1,1,0,0,1,0,1.7485l-9,5a1.0009,1.0009,0,0,1-.9931-.0125Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
202
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
203
+ cx: "10",
204
+ cy: "28",
205
+ r: "2"
206
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
207
+ cx: "24",
208
+ cy: "28",
209
+ r: "2"
210
+ }), /* @__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);
207
211
  });
208
- if (process.env.NODE_ENV !== "production") SkipForwardOutlineSolid.propTypes = require_iconPropTypes.iconPropTypes;
209
- const SkipForwardSolidFilled = /* @__PURE__ */ react.default.forwardRef(function SkipForwardSolidFilled({ children, size = 16, ...rest }, ref) {
210
- return react.default.createElement(require_Icon.Icon, {
212
+ if (process.env.NODE_ENV !== "production") ShoppingCartArrowDown.propTypes = require_iconPropTypes.iconPropTypes;
213
+ const ShoppingCartArrowUp = /* @__PURE__ */ react.default.forwardRef(function ShoppingCartArrowUp({ children, size = 16, ...rest }, ref) {
214
+ return react.default.createElement(require_Icon_js, {
211
215
  width: size,
212
216
  height: size,
213
217
  ref,
@@ -215,17 +219,19 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
215
219
  viewBox: "0 0 32 32",
216
220
  fill: "currentColor",
217
221
  ...rest
218
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
219
- fill: "none",
220
- d: "M22 10H24V22H22z"
221
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
222
- fill: "none",
223
- d: "M8.4927,21.8618A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.8743l9,5a1,1,0,0,1,0,1.7486l-9,5a1.0009,1.0009,0,0,1-.9931-.0125Z"
224
- }), children);
222
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
223
+ cx: "10",
224
+ cy: "28",
225
+ r: "2"
226
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
227
+ cx: "24",
228
+ cy: "28",
229
+ r: "2"
230
+ }), /* @__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);
225
231
  });
226
- if (process.env.NODE_ENV !== "production") SkipForwardSolidFilled.propTypes = require_iconPropTypes.iconPropTypes;
227
- const Sleet = /* @__PURE__ */ react.default.forwardRef(function Sleet({ children, size = 16, ...rest }, ref) {
228
- return react.default.createElement(require_Icon.Icon, {
232
+ if (process.env.NODE_ENV !== "production") ShoppingCartArrowUp.propTypes = require_iconPropTypes.iconPropTypes;
233
+ const ShoppingCartClear = /* @__PURE__ */ react.default.forwardRef(function ShoppingCartClear({ children, size = 16, ...rest }, ref) {
234
+ return react.default.createElement(require_Icon_js, {
229
235
  width: size,
230
236
  height: size,
231
237
  ref,
@@ -233,11 +239,19 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
233
239
  viewBox: "0 0 32 32",
234
240
  fill: "currentColor",
235
241
  ...rest
236
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 24H8V26H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 26H10V28H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 28H12V30H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 24H12V26H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 28H8V30H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,30a1,1,0,0,1-.8944-1.4474l2-4.0005a1,1,0,1,1,1.7888.8947l-2,4A.9981.9981,0,0,1,21,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4973,6.4973,0,0,0,8.5,22h8.8818L16.106,24.5527a1,1,0,1,0,1.7885.8946L19.6177,22H23.5A6.4974,6.4974,0,0,0,24.8008,9.1362ZM23.5,20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20Z" }), children);
242
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
243
+ cx: "10",
244
+ cy: "28",
245
+ r: "2"
246
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
247
+ cx: "24",
248
+ cy: "28",
249
+ r: "2"
250
+ }), /* @__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);
237
251
  });
238
- if (process.env.NODE_ENV !== "production") Sleet.propTypes = require_iconPropTypes.iconPropTypes;
239
- const Slisor = /* @__PURE__ */ react.default.forwardRef(function Slisor({ children, size = 16, ...rest }, ref) {
240
- return react.default.createElement(require_Icon.Icon, {
252
+ if (process.env.NODE_ENV !== "production") ShoppingCartClear.propTypes = require_iconPropTypes.iconPropTypes;
253
+ const ShoppingCartError = /* @__PURE__ */ react.default.forwardRef(function ShoppingCartError({ children, size = 16, ...rest }, ref) {
254
+ return react.default.createElement(require_Icon_js, {
241
255
  width: size,
242
256
  height: size,
243
257
  ref,
@@ -245,15 +259,19 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
245
259
  viewBox: "0 0 32 32",
246
260
  fill: "currentColor",
247
261
  ...rest
248
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
249
- cx: "7",
250
- cy: "25",
251
- r: "1"
252
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a1.0005,1.0005,0,0,1-.4473-.1055l-10-5,.8946-1.789L16,19.8821l9.5527-4.7766.8946,1.789-10,5A1.0005,1.0005,0,0,1,16,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,16a1.0005,1.0005,0,0,1-.4473-.1055l-10-5a1,1,0,0,1,0-1.789l10-5a1.0008,1.0008,0,0,1,.8946,0l10,5a1,1,0,0,1,0,1.789l-10,5A1.0005,1.0005,0,0,1,16,16ZM8.2358,10,16,13.8821,23.7642,10,16,6.1179Z" }), children);
262
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
263
+ cx: "10",
264
+ cy: "28",
265
+ r: "2"
266
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
267
+ cx: "24",
268
+ cy: "28",
269
+ r: "2"
270
+ }), /* @__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);
253
271
  });
254
- if (process.env.NODE_ENV !== "production") Slisor.propTypes = require_iconPropTypes.iconPropTypes;
255
- const Slm = /* @__PURE__ */ react.default.forwardRef(function Slm({ children, size = 16, ...rest }, ref) {
256
- return react.default.createElement(require_Icon.Icon, {
272
+ if (process.env.NODE_ENV !== "production") ShoppingCartError.propTypes = require_iconPropTypes.iconPropTypes;
273
+ const ShoppingCartMinus = /* @__PURE__ */ react.default.forwardRef(function ShoppingCartMinus({ children, size = 16, ...rest }, ref) {
274
+ return react.default.createElement(require_Icon_js, {
257
275
  width: size,
258
276
  height: size,
259
277
  ref,
@@ -261,11 +279,19 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
261
279
  viewBox: "0 0 32 32",
262
280
  fill: "currentColor",
263
281
  ...rest
264
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 9 26.5 14 26 16 25.5 14 24 9 22 9 22 23 24 23 24 15 23.8 13 24.4 15 26 19.6 27.6 15 28.2 13 28 15 28 23 30 23 30 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 21 14 9 12 9 12 23 20 23 20 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,23H2v-2h6v-4H4c-1.1,0-2-0.9-2-2v-4c0-1.1,0.9-2,2-2h6v2H4v4h4c1.1,0,2,0.9,2,2v4C10,22.1,9.1,23,8,23z" }), children);
282
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
283
+ cx: "10",
284
+ cy: "28",
285
+ r: "2"
286
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
287
+ cx: "24",
288
+ cy: "28",
289
+ r: "2"
290
+ }), /* @__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);
265
291
  });
266
- if (process.env.NODE_ENV !== "production") Slm.propTypes = require_iconPropTypes.iconPropTypes;
267
- const Smell = /* @__PURE__ */ react.default.forwardRef(function Smell({ children, size = 16, ...rest }, ref) {
268
- return react.default.createElement(require_Icon.Icon, {
292
+ if (process.env.NODE_ENV !== "production") ShoppingCartMinus.propTypes = require_iconPropTypes.iconPropTypes;
293
+ const ShoppingCartPlus = /* @__PURE__ */ react.default.forwardRef(function ShoppingCartPlus({ children, size = 16, ...rest }, ref) {
294
+ return react.default.createElement(require_Icon_js, {
269
295
  width: size,
270
296
  height: size,
271
297
  ref,
@@ -273,11 +299,19 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
273
299
  viewBox: "0 0 32 32",
274
300
  fill: "currentColor",
275
301
  ...rest
276
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,15V10H20v7h2a3,3,0,0,1,0,6H21V21H19v2a3,3,0,0,1-6,0V21H11v2H10a3,3,0,0,1,0-6h2V9a3,3,0,0,1,3-3h1V4H15a5,5,0,0,0-5,5v6a5,5,0,0,0,0,10h1.42a5,5,0,0,0,9.16,0H22a5,5,0,0,0,0-10Z" }), children);
302
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
303
+ cx: "10",
304
+ cy: "28",
305
+ r: "2"
306
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
307
+ cx: "24",
308
+ cy: "28",
309
+ r: "2"
310
+ }), /* @__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);
277
311
  });
278
- if (process.env.NODE_ENV !== "production") Smell.propTypes = require_iconPropTypes.iconPropTypes;
279
- const Smoke = /* @__PURE__ */ react.default.forwardRef(function Smoke({ children, size = 16, ...rest }, ref) {
280
- return react.default.createElement(require_Icon.Icon, {
312
+ if (process.env.NODE_ENV !== "production") ShoppingCartPlus.propTypes = require_iconPropTypes.iconPropTypes;
313
+ const ShoppingCatalog = /* @__PURE__ */ react.default.forwardRef(function ShoppingCatalog({ children, size = 16, ...rest }, ref) {
314
+ return react.default.createElement(require_Icon_js, {
281
315
  width: size,
282
316
  height: size,
283
317
  ref,
@@ -285,11 +319,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
285
319
  viewBox: "0 0 32 32",
286
320
  fill: "currentColor",
287
321
  ...rest
288
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.001,28a.998.998,0,0,1-.8008-.4l-.8145-1.086a8.9976,8.9976,0,0,1-1.6005-7.2856l1.4736-6.8762a6.9956,6.9956,0,0,0-1.2446-5.6668L23.2,5.6a1,1,0,1,1,1.6-1.2l.8145,1.0857a8.9976,8.9976,0,0,1,1.6005,7.2856l-1.4736,6.8762a6.9956,6.9956,0,0,0,1.2446,5.6668L27.8,26.4A1,1,0,0,1,27.001,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.001,28a.998.998,0,0,1-.8008-.4l-.8145-1.086a8.9976,8.9976,0,0,1-1.6005-7.2856l1.4736-6.8762a6.9956,6.9956,0,0,0-1.2446-5.6668L18.2,5.6a1,1,0,1,1,1.6-1.2l.8145,1.0857a8.9976,8.9976,0,0,1,1.6005,7.2856l-1.4736,6.8762a6.9956,6.9956,0,0,0,1.2446,5.6668L22.8,26.4A1,1,0,0,1,22.001,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.001,28a.998.998,0,0,1-.8008-.4l-.8145-1.086a8.9976,8.9976,0,0,1-1.6005-7.2856l1.4736-6.8762a6.9956,6.9956,0,0,0-1.2446-5.6668L13.2,5.6a1,1,0,1,1,1.6-1.2l.8145,1.0857a8.9976,8.9976,0,0,1,1.6005,7.2856l-1.4736,6.8762a6.9956,6.9956,0,0,0,1.2446,5.6668L17.8,26.4A1,1,0,0,1,17.001,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.001,28a.998.998,0,0,1-.8008-.4l-.8145-1.086a8.9976,8.9976,0,0,1-1.6005-7.2856l1.4736-6.8762A6.9956,6.9956,0,0,0,9.0142,6.6855L8.2,5.6A1,1,0,1,1,9.8,4.4l.8145,1.0857a8.9976,8.9976,0,0,1,1.6005,7.2856l-1.4736,6.8762a6.9956,6.9956,0,0,0,1.2446,5.6668L12.8,26.4A1,1,0,0,1,12.001,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.001,28A.998.998,0,0,1,6.2,27.6l-.8145-1.086a8.9976,8.9976,0,0,1-1.6-7.2856l1.4736-6.8762A6.9956,6.9956,0,0,0,4.0142,6.6855L3.2,5.6A1,1,0,1,1,4.8,4.4l.8145,1.0857a8.9976,8.9976,0,0,1,1.6005,7.2856L5.7412,19.6474a6.9956,6.9956,0,0,0,1.2446,5.6668L7.8,26.4A1,1,0,0,1,7.001,28Z" }), children);
322
+ }, /* @__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);
289
323
  });
290
- if (process.env.NODE_ENV !== "production") Smoke.propTypes = require_iconPropTypes.iconPropTypes;
291
- const WatsonHealthSmoothing = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSmoothing({ children, size = 16, ...rest }, ref) {
292
- return react.default.createElement(require_Icon.Icon, {
324
+ if (process.env.NODE_ENV !== "production") ShoppingCatalog.propTypes = require_iconPropTypes.iconPropTypes;
325
+ const ShowDataCards = /* @__PURE__ */ react.default.forwardRef(function ShowDataCards({ children, size = 16, ...rest }, ref) {
326
+ return react.default.createElement(require_Icon_js, {
293
327
  width: size,
294
328
  height: size,
295
329
  ref,
@@ -297,15 +331,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
297
331
  viewBox: "0 0 32 32",
298
332
  fill: "currentColor",
299
333
  ...rest
300
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
301
- cx: "16",
302
- cy: "16",
303
- r: "5"
304
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.7,4.7a14.7029,14.7029,0,0,0-3,3.1L6.3,9A13.2634,13.2634,0,0,1,8.9,6.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.6,12.3l-1.9-.6A12.5111,12.5111,0,0,0,2,16H4A11.4756,11.4756,0,0,1,4.6,12.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2.7,20.4a14.4029,14.4029,0,0,0,2,3.9l1.6-1.2a12.8867,12.8867,0,0,1-1.7-3.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.8,27.3a14.4029,14.4029,0,0,0,3.9,2l.6-1.9A12.8867,12.8867,0,0,1,9,25.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.7,2.7l.6,1.9A11.4756,11.4756,0,0,1,16,4V2A12.5111,12.5111,0,0,0,11.7,2.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.2,27.3a15.18,15.18,0,0,0,3.1-3.1L25.7,23A11.526,11.526,0,0,1,23,25.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.4,19.7l1.9.6A15.4747,15.4747,0,0,0,30,16H28A11.4756,11.4756,0,0,1,27.4,19.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.2,11.6a14.4029,14.4029,0,0,0-2-3.9L25.6,8.9a12.8867,12.8867,0,0,1,1.7,3.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.1,4.6a14.4029,14.4029,0,0,0-3.9-2l-.6,1.9a12.8867,12.8867,0,0,1,3.3,1.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.3,29.3l-.6-1.9A11.4756,11.4756,0,0,1,16,28v2A21.4206,21.4206,0,0,0,20.3,29.3Z" }), children);
334
+ }, /* @__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);
305
335
  });
306
- if (process.env.NODE_ENV !== "production") WatsonHealthSmoothing.propTypes = require_iconPropTypes.iconPropTypes;
307
- const WatsonHealthSmoothingCursor = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSmoothingCursor({ children, size = 16, ...rest }, ref) {
308
- return react.default.createElement(require_Icon.Icon, {
336
+ if (process.env.NODE_ENV !== "production") ShowDataCards.propTypes = require_iconPropTypes.iconPropTypes;
337
+ const ShrinkScreen = /* @__PURE__ */ react.default.forwardRef(function ShrinkScreen({ children, size = 16, ...rest }, ref) {
338
+ return react.default.createElement(require_Icon_js, {
309
339
  width: size,
310
340
  height: size,
311
341
  ref,
@@ -313,15 +343,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
313
343
  viewBox: "0 0 32 32",
314
344
  fill: "currentColor",
315
345
  ...rest
316
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
317
- cx: "18",
318
- cy: "18",
319
- r: "4"
320
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a11.8932,11.8932,0,0,1-4.1035-.72L14.58,27.4A9.9725,9.9725,0,0,0,18,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.1484,29.2637l-.6914-1.877a9.9556,9.9556,0,0,0,2.9973-1.748l1.2916,1.5268A11.9525,11.9525,0,0,1,22.1484,29.2637Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.2893,27.1951A12.0141,12.0141,0,0,1,7.61,24.0078l1.73-1.0029a10.0236,10.0236,0,0,0,2.2347,2.6584Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.4133,23.967l-1.7343-.9956a9.9159,9.9159,0,0,0,1.176-3.2641l1.9712.3388A11.8956,11.8956,0,0,1,28.4133,23.967Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.1821,20.0925A12.1282,12.1282,0,0,1,6.1777,15.93l1.9707.3423a10.1214,10.1214,0,0,0,.0035,3.4738Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.8447,16.2339a9.9019,9.9019,0,0,0-1.1953-3.2564l1.7285-1.0063a11.9029,11.9029,0,0,1,1.4361,3.9121Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.3313,13.0107l-1.7324-.999a12.01,12.01,0,0,1,2.6738-3.1931l1.2886,1.53A10.01,10.01,0,0,0,9.3313,13.0107Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.4094,10.3237a9.96,9.96,0,0,0-3.0088-1.7309l.68-1.8809a11.9491,11.9491,0,0,1,3.6118,2.0772Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.562,8.6064l-.6875-1.8779A12.1031,12.1031,0,0,1,18,6V8A10.0875,10.0875,0,0,0,14.562,8.6064Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 2 2 2 2 11 4 11 4 4 11 4 11 2z" }), children);
346
+ }, /* @__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);
321
347
  });
322
- if (process.env.NODE_ENV !== "production") WatsonHealthSmoothingCursor.propTypes = require_iconPropTypes.iconPropTypes;
323
- const Snooze = /* @__PURE__ */ react.default.forwardRef(function Snooze({ children, size = 16, ...rest }, ref) {
324
- return react.default.createElement(require_Icon.Icon, {
348
+ if (process.env.NODE_ENV !== "production") ShrinkScreen.propTypes = require_iconPropTypes.iconPropTypes;
349
+ const ShrinkScreenFilled = /* @__PURE__ */ react.default.forwardRef(function ShrinkScreenFilled({ children, size = 16, ...rest }, ref) {
350
+ return react.default.createElement(require_Icon_js, {
325
351
  width: size,
326
352
  height: size,
327
353
  ref,
@@ -329,17 +355,17 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
329
355
  viewBox: "0 0 32 32",
330
356
  fill: "currentColor",
331
357
  ...rest
332
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 14 20 12 12 12 12 14 17.5 14 12 20 12 22 20 22 20 20 14.507 20 20 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
333
- d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
334
- transform: "rotate(-44.945 25.5 6.5)"
335
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28A11,11,0,1,1,27,17,11.0125,11.0125,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9.01,9.01,0,0,0,16,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
336
- d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
337
- transform: "rotate(-45.055 6.5 6.5)"
338
- }), children);
358
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("rect", {
359
+ width: "15",
360
+ height: "10",
361
+ x: "15",
362
+ y: "18",
363
+ rx: "2"
364
+ }), /* @__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);
339
365
  });
340
- if (process.env.NODE_ENV !== "production") Snooze.propTypes = require_iconPropTypes.iconPropTypes;
341
- const Snow = /* @__PURE__ */ react.default.forwardRef(function Snow({ children, size = 16, ...rest }, ref) {
342
- return react.default.createElement(require_Icon.Icon, {
366
+ if (process.env.NODE_ENV !== "production") ShrinkScreenFilled.propTypes = require_iconPropTypes.iconPropTypes;
367
+ const Shuffle = /* @__PURE__ */ react.default.forwardRef(function Shuffle({ children, size = 16, ...rest }, ref) {
368
+ return react.default.createElement(require_Icon_js, {
343
369
  width: size,
344
370
  height: size,
345
371
  ref,
@@ -347,11 +373,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
347
373
  viewBox: "0 0 32 32",
348
374
  fill: "currentColor",
349
375
  ...rest
350
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.5,22H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22ZM16,4a7,7,0,0,0-6.94,6.14L9,11,8.14,11a4.5,4.5,0,0,0,.36,9h15a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82A7,7,0,0,0,16,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 25.05 10.95 24 9.5 25.45 8.05 24 7 25.05 8.45 26.5 7 27.95 8.05 29 9.5 27.55 10.95 29 12 27.95 10.55 26.5 12 25.05z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 25.05 24.95 24 23.5 25.45 22.05 24 21 25.05 22.45 26.5 21 27.95 22.05 29 23.5 27.55 24.95 29 26 27.95 24.55 26.5 26 25.05z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 27.05 17.95 26 16.5 27.45 15.05 26 14 27.05 15.45 28.5 14 29.95 15.05 31 16.5 29.55 17.95 31 19 29.95 17.55 28.5 19 27.05z" }), children);
376
+ }, /* @__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);
351
377
  });
352
- if (process.env.NODE_ENV !== "production") Snow.propTypes = require_iconPropTypes.iconPropTypes;
353
- const SnowBlizzard = /* @__PURE__ */ react.default.forwardRef(function SnowBlizzard({ children, size = 16, ...rest }, ref) {
354
- return react.default.createElement(require_Icon.Icon, {
378
+ if (process.env.NODE_ENV !== "production") Shuffle.propTypes = require_iconPropTypes.iconPropTypes;
379
+ const Shuttle = /* @__PURE__ */ react.default.forwardRef(function Shuttle({ children, size = 16, ...rest }, ref) {
380
+ return react.default.createElement(require_Icon_js, {
355
381
  width: size,
356
382
  height: size,
357
383
  ref,
@@ -359,11 +385,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
359
385
  viewBox: "0 0 32 32",
360
386
  fill: "currentColor",
361
387
  ...rest
362
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 10H15V12H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 12H17V14H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 14H19V16H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 10H19V12H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 14H15V16H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 26H5V28H3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 28H7V30H5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 30H9V32H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 26H9V28H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 30H5V32H3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 26H25V28H23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 28H27V30H25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 30H29V32H27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 26H29V28H27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 30H25V32H23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 18H10V20H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 20H12V22H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 22H14V24H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 18H14V20H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 22H10V24H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 18H20V20H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 20H22V22H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 22H24V24H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 18H24V20H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 22H20V24H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 26H15V28H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 28H17V30H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 30H19V32H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 26H19V28H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 30H15V32H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z" }), children);
388
+ }, /* @__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);
363
389
  });
364
- if (process.env.NODE_ENV !== "production") SnowBlizzard.propTypes = require_iconPropTypes.iconPropTypes;
365
- const SnowHeavy = /* @__PURE__ */ react.default.forwardRef(function SnowHeavy({ children, size = 16, ...rest }, ref) {
366
- return react.default.createElement(require_Icon.Icon, {
390
+ if (process.env.NODE_ENV !== "production") Shuttle.propTypes = require_iconPropTypes.iconPropTypes;
391
+ const SidePanelClose = /* @__PURE__ */ react.default.forwardRef(function SidePanelClose({ children, size = 16, ...rest }, ref) {
392
+ return react.default.createElement(require_Icon_js, {
367
393
  width: size,
368
394
  height: size,
369
395
  ref,
@@ -371,11 +397,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
371
397
  viewBox: "0 0 32 32",
372
398
  fill: "currentColor",
373
399
  ...rest
374
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H6V28H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 28H8V30H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 30H10V32H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 26H10V28H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 30H6V32H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 18H10V20H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 20H12V22H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 22H14V24H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 18H14V20H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 22H10V24H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 18H20V20H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 20H22V22H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 22H24V24H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 18H24V20H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 22H20V24H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 26H16V28H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 28H18V30H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 30H20V32H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 26H20V28H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 30H16V32H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z" }), children);
400
+ }, /* @__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);
375
401
  });
376
- if (process.env.NODE_ENV !== "production") SnowHeavy.propTypes = require_iconPropTypes.iconPropTypes;
377
- const SnowScattered = /* @__PURE__ */ react.default.forwardRef(function SnowScattered({ children, size = 16, ...rest }, ref) {
378
- return react.default.createElement(require_Icon.Icon, {
402
+ if (process.env.NODE_ENV !== "production") SidePanelClose.propTypes = require_iconPropTypes.iconPropTypes;
403
+ const SidePanelCloseFilled = /* @__PURE__ */ react.default.forwardRef(function SidePanelCloseFilled({ children, size = 16, ...rest }, ref) {
404
+ return react.default.createElement(require_Icon_js, {
379
405
  width: size,
380
406
  height: size,
381
407
  ref,
@@ -383,20 +409,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
383
409
  viewBox: "0 0 32 32",
384
410
  fill: "currentColor",
385
411
  ...rest
386
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H4V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 28H6V30H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 30H8V32H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 26H8V28H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 30H4V32H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 26H22V28H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 28H24V30H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 30H26V32H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 26H26V28H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 30H22V32H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 26H13V28H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H15V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 30H17V32H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 26H17V28H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 30H13V32H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 0H22V3H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29 10.001H32V12.001H29z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
387
- d: "M26.732 3.768H29.732V5.768H26.732z",
388
- transform: "rotate(-45 28.232 4.768)"
389
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
390
- d: "M26.732 16.233H29.732V18.233H26.732z",
391
- transform: "rotate(225 28.232 17.233)"
392
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
393
- d: "M12.268 3.768H15.268V5.768H12.268z",
394
- transform: "rotate(225 13.768 4.768)"
395
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,11A5.9852,5.9852,0,0,0,16.1431,7.5083,7.3737,7.3737,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a5.9672,5.9672,0,0,0,5.5667-8.2A5.9722,5.9722,0,0,0,27,11ZM19,22H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,22Zm4.5222-7.9131a5.9592,5.9592,0,0,0-2.8728-1.8428,7.5212,7.5212,0,0,0-2.7224-3.78,3.9869,3.9869,0,1,1,5.5952,5.6225Z" }), children);
412
+ }, /* @__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);
396
413
  });
397
- if (process.env.NODE_ENV !== "production") SnowScattered.propTypes = require_iconPropTypes.iconPropTypes;
398
- const SnowScatteredNight = /* @__PURE__ */ react.default.forwardRef(function SnowScatteredNight({ children, size = 16, ...rest }, ref) {
399
- return react.default.createElement(require_Icon.Icon, {
414
+ if (process.env.NODE_ENV !== "production") SidePanelCloseFilled.propTypes = require_iconPropTypes.iconPropTypes;
415
+ const SidePanelOpen = /* @__PURE__ */ react.default.forwardRef(function SidePanelOpen({ children, size = 16, ...rest }, ref) {
416
+ return react.default.createElement(require_Icon_js, {
400
417
  width: size,
401
418
  height: size,
402
419
  ref,
@@ -404,11 +421,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
404
421
  viewBox: "0 0 32 32",
405
422
  fill: "currentColor",
406
423
  ...rest
407
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H4V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 28H6V30H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 30H8V32H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 26H8V28H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 30H4V32H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 26H22V28H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 28H24V30H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 30H26V32H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 26H26V28H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 30H22V32H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 26H13V28H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H15V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 30H17V32H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 26H17V28H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 30H13V32H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.8439,13.0347a1.517,1.517,0,0,0-1.23-.8658,5.3552,5.3552,0,0,1-3.4095-1.7158,6.4655,6.4655,0,0,1-1.286-6.3926,1.6025,1.6025,0,0,0-.2989-1.5459,1.4543,1.4543,0,0,0-1.36-.4931l-.0191.0039a7.7685,7.7685,0,0,0-5.8847,5.5737A7.3706,7.3706,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a6.0066,6.0066,0,0,0,6-6c0-.0571-.0123-.1113-.0139-.1685a7.5076,7.5076,0,0,0,4.7611-3.2768A1.5369,1.5369,0,0,0,29.8439,13.0347ZM19,22H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,22Zm5.5974-6.1289a5.9661,5.9661,0,0,0-3.948-3.627,7.49,7.49,0,0,0-2.489-3.58,5.9018,5.9018,0,0,1,3.6381-4.4473,8.4577,8.4577,0,0,0,1.94,7.5967A7.4007,7.4007,0,0,0,27.64,14.041,5.4487,5.4487,0,0,1,24.5974,15.8711Z" }), children);
424
+ }, /* @__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);
408
425
  });
409
- if (process.env.NODE_ENV !== "production") SnowScatteredNight.propTypes = require_iconPropTypes.iconPropTypes;
410
- const SnowDensity = /* @__PURE__ */ react.default.forwardRef(function SnowDensity({ children, size = 16, ...rest }, ref) {
411
- return react.default.createElement(require_Icon.Icon, {
426
+ if (process.env.NODE_ENV !== "production") SidePanelOpen.propTypes = require_iconPropTypes.iconPropTypes;
427
+ const SidePanelOpenFilled = /* @__PURE__ */ react.default.forwardRef(function SidePanelOpenFilled({ children, size = 16, ...rest }, ref) {
428
+ return react.default.createElement(require_Icon_js, {
412
429
  width: size,
413
430
  height: size,
414
431
  ref,
@@ -416,11 +433,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
416
433
  viewBox: "0 0 32 32",
417
434
  fill: "currentColor",
418
435
  ...rest
419
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28a9.0114,9.0114,0,0,1-9-9,9.9843,9.9843,0,0,1,1.4941-4.9554L15.1528,3.4367a1.04,1.04,0,0,1,1.6944,0l6.6289,10.5564A10.0633,10.0633,0,0,1,25,19,9.0114,9.0114,0,0,1,16,28ZM16,5.8483l-5.7817,9.2079A7.9771,7.9771,0,0,0,9,19a7,7,0,0,0,14,0,8.0615,8.0615,0,0,0-1.248-3.9953Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.6 16.8 19.4 15.2 17 17 17 14 15 14 15 17 12.6 15.2 11.4 16.8 14.333 19 11.4 21.2 12.6 22.8 15 21 15 24 17 24 17 21 19.4 22.8 20.6 21.2 17.667 19 20.6 16.8z" }), children);
436
+ }, /* @__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);
420
437
  });
421
- if (process.env.NODE_ENV !== "production") SnowDensity.propTypes = require_iconPropTypes.iconPropTypes;
422
- const Snowflake = /* @__PURE__ */ react.default.forwardRef(function Snowflake({ children, size = 16, ...rest }, ref) {
423
- return react.default.createElement(require_Icon.Icon, {
438
+ if (process.env.NODE_ENV !== "production") SidePanelOpenFilled.propTypes = require_iconPropTypes.iconPropTypes;
439
+ const Sight = /* @__PURE__ */ react.default.forwardRef(function Sight({ children, size = 16, ...rest }, ref) {
440
+ return react.default.createElement(require_Icon_js, {
424
441
  width: size,
425
442
  height: size,
426
443
  ref,
@@ -428,11 +445,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
428
445
  viewBox: "0 0 32 32",
429
446
  fill: "currentColor",
430
447
  ...rest
431
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.4148,12H28V10H23.4148l4.5857-4.5854L26.5864,4,22,8.5869V4H20v6.5869L18.5867,12H17V8H15v4H13.4133L12,10.5869V4H10V8.5869L5.4136,4,4,5.4146,8.5852,10H4v2h6.5852L12,13.415V15H8v2h4v1.5869L10.5867,20H4v2H8.5867L4,26.5864l1.4141,1.4141L10,23.415V28h2V21.415L13.4148,20H15v4h2V20h1.5852L20,21.415V28h2V23.415l4.5854,4.5855L28,26.5864,23.4133,22H28V20H21.4133L20,18.5869V17h4V15H20V13.415ZM18,18H14V14h4Z" }), children);
448
+ }, /* @__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);
432
449
  });
433
- if (process.env.NODE_ENV !== "production") Snowflake.propTypes = require_iconPropTypes.iconPropTypes;
434
- const Soccer = /* @__PURE__ */ react.default.forwardRef(function Soccer({ children, size = 16, ...rest }, ref) {
435
- return react.default.createElement(require_Icon.Icon, {
450
+ if (process.env.NODE_ENV !== "production") Sight.propTypes = require_iconPropTypes.iconPropTypes;
451
+ const Sigma = /* @__PURE__ */ react.default.forwardRef(function Sigma({ children, size = 16, ...rest }, ref) {
452
+ return react.default.createElement(require_Icon_js, {
436
453
  width: size,
437
454
  height: size,
438
455
  ref,
@@ -440,18 +457,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
440
457
  viewBox: "0 0 32 32",
441
458
  fill: "currentColor",
442
459
  ...rest
443
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
444
- cx: "17",
445
- cy: "28",
446
- r: "2"
447
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
448
- d: "M7.55 17.5H15.45V19.5H7.55z",
449
- transform: "rotate(-45 11.5 18.5)"
450
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16.584,19.4143,8H6v2H18.5857l3,3L6,28.5859,7.4141,30,23,14.415,26.584,18,23,21.5859,24.4141,23,28,19.416A2.0044,2.0044,0,0,0,28,16.584Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.5,9A3.5,3.5,0,1,1,28,5.5,3.504,3.504,0,0,1,24.5,9Zm0-5A1.5,1.5,0,1,0,26,5.5,1.5017,1.5017,0,0,0,24.5,4Z" }), children);
460
+ }, /* @__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);
451
461
  });
452
- if (process.env.NODE_ENV !== "production") Soccer.propTypes = require_iconPropTypes.iconPropTypes;
453
- const Socket = /* @__PURE__ */ react.default.forwardRef(function Socket({ children, size = 16, ...rest }, ref) {
454
- return react.default.createElement(require_Icon.Icon, {
462
+ if (process.env.NODE_ENV !== "production") Sigma.propTypes = require_iconPropTypes.iconPropTypes;
463
+ const SignalStrength = /* @__PURE__ */ react.default.forwardRef(function SignalStrength({ children, size = 16, ...rest }, ref) {
464
+ return react.default.createElement(require_Icon_js, {
455
465
  width: size,
456
466
  height: size,
457
467
  ref,
@@ -459,11 +469,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
459
469
  viewBox: "0 0 32 32",
460
470
  fill: "currentColor",
461
471
  ...rest
462
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,30H3c-.5522,0-1-.4473-1-1V3c0-.5522.4478-1,1-1h26c.5527,0,1,.4478,1,1v26c0,.5527-.4473,1-1,1ZM4,28h24V4H4v24ZM16,26c-5.5142,0-10-4.4863-10-10s4.4858-10,10-10,10,4.4858,10,10-4.4863,10-10,10ZM16,8c-4.4111,0-8,3.5889-8,8s3.5889,8,8,8,8-3.5889,8-8-3.5889-8-8-8ZM13.5,16c0-.8284-.6716-1.5-1.5-1.5s-1.5.6716-1.5,1.5.6716,1.5,1.5,1.5,1.5-.6716,1.5-1.5ZM21.5,16c0-.8284-.6716-1.5-1.5-1.5s-1.5.6716-1.5,1.5.6716,1.5,1.5,1.5,1.5-.6716,1.5-1.5Z" }), children);
472
+ }, /* @__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);
463
473
  });
464
- if (process.env.NODE_ENV !== "production") Socket.propTypes = require_iconPropTypes.iconPropTypes;
465
- const SoftwareResource = /* @__PURE__ */ react.default.forwardRef(function SoftwareResource({ children, size = 16, ...rest }, ref) {
466
- return react.default.createElement(require_Icon.Icon, {
474
+ if (process.env.NODE_ENV !== "production") SignalStrength.propTypes = require_iconPropTypes.iconPropTypes;
475
+ const SimCard = /* @__PURE__ */ react.default.forwardRef(function SimCard({ children, size = 16, ...rest }, ref) {
476
+ return react.default.createElement(require_Icon_js, {
467
477
  width: size,
468
478
  height: size,
469
479
  ref,
@@ -471,11 +481,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
471
481
  viewBox: "0 0 32 32",
472
482
  fill: "currentColor",
473
483
  ...rest
474
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z" }), children);
484
+ }, /* @__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);
475
485
  });
476
- if (process.env.NODE_ENV !== "production") SoftwareResource.propTypes = require_iconPropTypes.iconPropTypes;
477
- const SoftwareResourceCluster = /* @__PURE__ */ react.default.forwardRef(function SoftwareResourceCluster({ children, size = 16, ...rest }, ref) {
478
- return react.default.createElement(require_Icon.Icon, {
486
+ if (process.env.NODE_ENV !== "production") SimCard.propTypes = require_iconPropTypes.iconPropTypes;
487
+ const SkillLevel = /* @__PURE__ */ react.default.forwardRef(function SkillLevel({ children, size = 16, ...rest }, ref) {
488
+ return react.default.createElement(require_Icon_js, {
479
489
  width: size,
480
490
  height: size,
481
491
  ref,
@@ -483,11 +493,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
483
493
  viewBox: "0 0 32 32",
484
494
  fill: "currentColor",
485
495
  ...rest
486
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,21c-0.5,0-1-0.2-1.4-0.6l-3-3C19.2,17,19,16.5,19,16s0.2-1,0.6-1.4l3-3C23,11.2,23.5,11,24,11c0.5,0,1,0.2,1.4,0.6l3,3 C28.8,15,29,15.5,29,16c0,0.5-0.2,1-0.6,1.4l-3,3C25,20.8,24.5,21,24,21z M24,13l-3,3l3,3l3-3L24,13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,13c-0.5,0-1-0.2-1.4-0.6l-3-3C11.2,9,11,8.5,11,8s0.2-1,0.6-1.4l3-3C15,3.2,15.5,3,16,3c0.5,0,1,0.2,1.4,0.6l3,3 C20.8,7,21,7.5,21,8c0,0.5-0.2,1-0.6,1.4l-3,3C17,12.8,16.5,13,16,13z M16,5l-3,3l3,3l3-3L16,5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,29c-0.5,0-1-0.2-1.4-0.6l-3-3C11.2,25,11,24.5,11,24s0.2-1,0.6-1.4l3-3C15,19.2,15.5,19,16,19c0.5,0,1,0.2,1.4,0.6l3,3 C20.8,23,21,23.5,21,24c0,0.5-0.2,1-0.6,1.4l-3,3C17,28.8,16.5,29,16,29z M16,21l-3,3l3,3l3-3L16,21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,21c-0.5,0-1-0.2-1.4-0.6l-3-3C3.2,17,3,16.5,3,16s0.2-1,0.6-1.4l3-3C7,11.2,7.5,11,8,11c0.5,0,1,0.2,1.4,0.6l3,3 C12.8,15,13,15.5,13,16c0,0.5-0.2,1-0.6,1.4l-3,3C9,20.8,8.5,21,8,21z M8,13l-3,3l3,3l3-3L8,13z" }), children);
496
+ }, /* @__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);
487
497
  });
488
- if (process.env.NODE_ENV !== "production") SoftwareResourceCluster.propTypes = require_iconPropTypes.iconPropTypes;
489
- const SoftwareResourceReference = /* @__PURE__ */ react.default.forwardRef(function SoftwareResourceReference({ children, size = 16, ...rest }, ref) {
490
- return react.default.createElement(require_Icon.Icon, {
498
+ if (process.env.NODE_ENV !== "production") SkillLevel.propTypes = require_iconPropTypes.iconPropTypes;
499
+ const SkillLevelAdvanced = /* @__PURE__ */ react.default.forwardRef(function SkillLevelAdvanced({ children, size = 16, ...rest }, ref) {
500
+ return react.default.createElement(require_Icon_js, {
491
501
  width: size,
492
502
  height: size,
493
503
  ref,
@@ -495,23 +505,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
495
505
  viewBox: "0 0 32 32",
496
506
  fill: "currentColor",
497
507
  ...rest
498
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
499
- d: "M6.9 8.3H11.7V10.3H6.9z",
500
- transform: "rotate(-45 9.293 9.293)"
501
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.9,19.7l-2.3-2.3C2.2,17,2,16.5,2,16s0.2-1,0.6-1.4l2.3-2.3l1.4,1.4L4,16l2.3,2.3L4.9,19.7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
502
- d: "M8.3 20.3H10.3V25.1H8.3z",
503
- transform: "rotate(-45 9.293 22.707)"
504
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30c-0.5,0-1-0.2-1.4-0.6l-2.3-2.3l1.4-1.4L16,28l2.3-2.3l1.4,1.4l-2.3,2.3C17,29.8,16.5,30,16,30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
505
- d: "M20.3 21.7H25.1V23.7H20.3z",
506
- transform: "rotate(-45 22.707 22.707)"
507
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.1,19.7l-1.4-1.4L28,16l-2.3-2.3l1.4-1.4l2.3,2.3C29.8,15,30,15.5,30,16s-0.2,1-0.6,1.4L27.1,19.7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
508
- d: "M21.7 6.9H23.7V11.7H21.7z",
509
- transform: "rotate(-45 22.707 9.293)"
510
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2c-0.5,0-1,0.2-1.4,0.6l-2.3,2.3l1.4,1.4L16,4l2.3,2.3l1.4-1.4l-2.3-2.3C17,2.2,16.5,2,16,2z" }), children);
508
+ }, /* @__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);
511
509
  });
512
- if (process.env.NODE_ENV !== "production") SoftwareResourceReference.propTypes = require_iconPropTypes.iconPropTypes;
513
- const SoilMoisture = /* @__PURE__ */ react.default.forwardRef(function SoilMoisture({ children, size = 16, ...rest }, ref) {
514
- return react.default.createElement(require_Icon.Icon, {
510
+ if (process.env.NODE_ENV !== "production") SkillLevelAdvanced.propTypes = require_iconPropTypes.iconPropTypes;
511
+ const SkillLevelBasic = /* @__PURE__ */ react.default.forwardRef(function SkillLevelBasic({ children, size = 16, ...rest }, ref) {
512
+ return react.default.createElement(require_Icon_js, {
515
513
  width: size,
516
514
  height: size,
517
515
  ref,
@@ -519,43 +517,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
519
517
  viewBox: "0 0 32 32",
520
518
  fill: "currentColor",
521
519
  ...rest
522
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.5,28A5.385,5.385,0,0,1,19,22.751a5.3837,5.3837,0,0,1,.874-2.8308L23.49,14.5383a1.217,1.217,0,0,1,2.02,0L29.06,19.8154A5.4923,5.4923,0,0,1,30,22.751,5.385,5.385,0,0,1,24.5,28Zm0-11.38-2.9356,4.3672A3.3586,3.3586,0,0,0,21,22.751a3.51,3.51,0,0,0,7,0,3.4356,3.4356,0,0,0-.63-1.867Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
523
- cx: "5",
524
- cy: "13",
525
- r: "1"
526
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
527
- cx: "11",
528
- cy: "19",
529
- r: "1"
530
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
531
- cx: "15",
532
- cy: "25",
533
- r: "1"
534
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
535
- cx: "17",
536
- cy: "15",
537
- r: "1"
538
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
539
- cx: "13",
540
- cy: "11",
541
- r: "1"
542
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
543
- cx: "27",
544
- cy: "11",
545
- r: "1"
546
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
547
- cx: "9",
548
- cy: "27",
549
- r: "1"
550
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
551
- cx: "3",
552
- cy: "21",
553
- r: "1"
554
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H30V8H2z" }), children);
520
+ }, /* @__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,30H2V18h8Z" }), children);
555
521
  });
556
- if (process.env.NODE_ENV !== "production") SoilMoisture.propTypes = require_iconPropTypes.iconPropTypes;
557
- const SoilMoistureField = /* @__PURE__ */ react.default.forwardRef(function SoilMoistureField({ children, size = 16, ...rest }, ref) {
558
- return react.default.createElement(require_Icon.Icon, {
522
+ if (process.env.NODE_ENV !== "production") SkillLevelBasic.propTypes = require_iconPropTypes.iconPropTypes;
523
+ const SkillLevelIntermediate = /* @__PURE__ */ react.default.forwardRef(function SkillLevelIntermediate({ children, size = 16, ...rest }, ref) {
524
+ return react.default.createElement(require_Icon_js, {
559
525
  width: size,
560
526
  height: size,
561
527
  ref,
@@ -563,11 +529,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
563
529
  viewBox: "0 0 32 32",
564
530
  fill: "currentColor",
565
531
  ...rest
566
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.5,30a5.202,5.202,0,0,1-4.626-8.08L23.49,16.5382a1.217,1.217,0,0,1,2.02,0L29.06,21.8154A5.4921,5.4921,0,0,1,30,24.751,5.385,5.385,0,0,1,24.5,30Zm0-11.38-2.9356,4.3672A3.2079,3.2079,0,0,0,24.5,28,3.3855,3.3855,0,0,0,28,24.751a3.4354,3.4354,0,0,0-.63-1.867Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,16V11h1a4.0045,4.0045,0,0,0,4-4V4H13a3.9779,3.9779,0,0,0-2.7468,1.1067A6.0034,6.0034,0,0,0,5,2H2V5a6.0066,6.0066,0,0,0,6,6H9v5H2v2H16V16ZM13,6h1V7a2.002,2.002,0,0,1-2,2H11V8A2.002,2.002,0,0,1,13,6ZM8,9A4.0045,4.0045,0,0,1,4,5V4H5A4.0045,4.0045,0,0,1,9,8V9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 21H16V23H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H16V28H2z" }), children);
532
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H22V4h8Zm-6-2h4V6H24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H12V12h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,30H2V18h8Z" }), children);
567
533
  });
568
- if (process.env.NODE_ENV !== "production") SoilMoistureField.propTypes = require_iconPropTypes.iconPropTypes;
569
- const SoilMoistureGlobal = /* @__PURE__ */ react.default.forwardRef(function SoilMoistureGlobal({ children, size = 16, ...rest }, ref) {
570
- return react.default.createElement(require_Icon.Icon, {
534
+ if (process.env.NODE_ENV !== "production") SkillLevelIntermediate.propTypes = require_iconPropTypes.iconPropTypes;
535
+ const SkipBack = /* @__PURE__ */ react.default.forwardRef(function SkipBack({ children, size = 16, ...rest }, ref) {
536
+ return react.default.createElement(require_Icon_js, {
571
537
  width: size,
572
538
  height: size,
573
539
  ref,
@@ -575,11 +541,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
575
541
  viewBox: "0 0 32 32",
576
542
  fill: "currentColor",
577
543
  ...rest
578
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30a4.7347,4.7347,0,0,1-4.2075-7.35l3.3687-5.1942a1,1,0,0,1,1.6779,0l3.3152,5.11A4.9753,4.9753,0,0,1,30,25.2231,4.8979,4.8979,0,0,1,25,30Zm0-10.1629-2.5078,3.8662A2.9264,2.9264,0,1,0,28,25.2231a2.96,2.96,0,0,0-.5444-1.6028Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,24H9A17.0192,17.0192,0,0,1,26,7h4V9H26A15.017,15.017,0,0,0,11,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,24H14A12.0137,12.0137,0,0,1,26,12h4v2H26A10.0113,10.0113,0,0,0,16,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,2A21.8625,21.8625,0,0,0,13.9993,5.5757,21.856,21.856,0,0,0,2,2V4A19.8735,19.8735,0,0,1,12.2622,6.835,22.1514,22.1514,0,0,0,9.9475,8.979,17.001,17.001,0,0,0,2,7V9a15.0142,15.0142,0,0,1,6.6191,1.5366,22.0768,22.0768,0,0,0-1.7016,2.5371A12.0319,12.0319,0,0,0,2,12v2a9.8838,9.8838,0,0,1,4.0007.8506A21.861,21.861,0,0,0,4,24H6A20.0226,20.0226,0,0,1,26,4h4V2Z" }), children);
544
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,28a1,1,0,0,1-.5-.13l-19-11a1,1,0,0,1,0-1.74l19-11a1,1,0,0,1,1,0A1,1,0,0,1,28,5V27a1,1,0,0,1-1,1ZM10,16l16,9.27V6.73Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 4H4V28H2z" }), children);
579
545
  });
580
- if (process.env.NODE_ENV !== "production") SoilMoistureGlobal.propTypes = require_iconPropTypes.iconPropTypes;
581
- const SoilTemperature = /* @__PURE__ */ react.default.forwardRef(function SoilTemperature({ children, size = 16, ...rest }, ref) {
582
- return react.default.createElement(require_Icon.Icon, {
546
+ if (process.env.NODE_ENV !== "production") SkipBack.propTypes = require_iconPropTypes.iconPropTypes;
547
+ const SkipBackFilled = /* @__PURE__ */ react.default.forwardRef(function SkipBackFilled({ children, size = 16, ...rest }, ref) {
548
+ return react.default.createElement(require_Icon_js, {
583
549
  width: size,
584
550
  height: size,
585
551
  ref,
@@ -587,39 +553,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
587
553
  viewBox: "0 0 32 32",
588
554
  fill: "currentColor",
589
555
  ...rest
590
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
591
- cx: "5",
592
- cy: "13",
593
- r: "1"
594
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
595
- cx: "11",
596
- cy: "19",
597
- r: "1"
598
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
599
- cx: "15",
600
- cy: "25",
601
- r: "1"
602
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
603
- cx: "17",
604
- cy: "15",
605
- r: "1"
606
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
607
- cx: "13",
608
- cy: "11",
609
- r: "1"
610
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
611
- cx: "9",
612
- cy: "27",
613
- r: "1"
614
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
615
- cx: "3",
616
- cy: "21",
617
- r: "1"
618
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30a4.9863,4.9863,0,0,1-3-8.98V15a3,3,0,0,1,6,0v6.02A4.9863,4.9863,0,0,1,25,30Zm0-16a1.0011,1.0011,0,0,0-1,1v7.13l-.4971.2893A2.9676,2.9676,0,0,0,22,25a3,3,0,0,0,6,0,2.9676,2.9676,0,0,0-1.5029-2.5811L26,22.13V15A1.0011,1.0011,0,0,0,25,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H30V8H2z" }), children);
556
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,28a.9975.9975,0,0,1-.501-.1348l-19-11a1,1,0,0,1,0-1.73l19-11A1,1,0,0,1,28,5V27a1,1,0,0,1-1,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 4H4V28H2z" }), children);
619
557
  });
620
- if (process.env.NODE_ENV !== "production") SoilTemperature.propTypes = require_iconPropTypes.iconPropTypes;
621
- const SoilTemperatureField = /* @__PURE__ */ react.default.forwardRef(function SoilTemperatureField({ children, size = 16, ...rest }, ref) {
622
- return react.default.createElement(require_Icon.Icon, {
558
+ if (process.env.NODE_ENV !== "production") SkipBackFilled.propTypes = require_iconPropTypes.iconPropTypes;
559
+ const SkipBackOutline = /* @__PURE__ */ react.default.forwardRef(function SkipBackOutline({ children, size = 16, ...rest }, ref) {
560
+ return react.default.createElement(require_Icon_js, {
623
561
  width: size,
624
562
  height: size,
625
563
  ref,
@@ -627,11 +565,14 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
627
565
  viewBox: "0 0 32 32",
628
566
  fill: "currentColor",
629
567
  ...rest
630
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,16V11h1a4.0045,4.0045,0,0,0,4-4V4H13a3.9779,3.9779,0,0,0-2.7468,1.1067A6.0034,6.0034,0,0,0,5,2H2V5a6.0066,6.0066,0,0,0,6,6H9v5H2v2H16V16ZM13,6h1V7a2.002,2.002,0,0,1-2,2H11V8A2.002,2.002,0,0,1,13,6ZM8,9A4.0045,4.0045,0,0,1,4,5V4H5A4.0045,4.0045,0,0,1,9,8V9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 21H16V23H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H16V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30a4.9863,4.9863,0,0,1-3-8.98V15a3,3,0,0,1,6,0v6.02A4.9863,4.9863,0,0,1,25,30Zm0-16a1.0011,1.0011,0,0,0-1,1v7.13l-.4971.2893A2.9676,2.9676,0,0,0,22,25a3,3,0,0,0,6,0,2.9676,2.9676,0,0,0-1.5029-2.5811L26,22.13V15A1.0011,1.0011,0,0,0,25,14Z" }), children);
568
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3006V12.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
569
+ d: "M9 10H11V22H9z",
570
+ transform: "matrix(-1 0 0 -1 20 32)"
571
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
631
572
  });
632
- if (process.env.NODE_ENV !== "production") SoilTemperatureField.propTypes = require_iconPropTypes.iconPropTypes;
633
- const SoilTemperatureGlobal = /* @__PURE__ */ react.default.forwardRef(function SoilTemperatureGlobal({ children, size = 16, ...rest }, ref) {
634
- return react.default.createElement(require_Icon.Icon, {
573
+ if (process.env.NODE_ENV !== "production") SkipBackOutline.propTypes = require_iconPropTypes.iconPropTypes;
574
+ const SkipBackOutlineFilled = /* @__PURE__ */ react.default.forwardRef(function SkipBackOutlineFilled({ children, size = 16, ...rest }, ref) {
575
+ return react.default.createElement(require_Icon_js, {
635
576
  width: size,
636
577
  height: size,
637
578
  ref,
@@ -639,11 +580,18 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
639
580
  viewBox: "0 0 32 32",
640
581
  fill: "currentColor",
641
582
  ...rest
642
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30a4.9863,4.9863,0,0,1-3-8.98V15a3,3,0,0,1,6,0v6.02A4.9863,4.9863,0,0,1,25,30Zm0-16a1.0011,1.0011,0,0,0-1,1v7.13l-.4971.2893A2.9676,2.9676,0,0,0,22,25a3,3,0,0,0,6,0,2.9676,2.9676,0,0,0-1.5029-2.5811L26,22.13V15A1.0011,1.0011,0,0,0,25,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,24H14a11.89,11.89,0,0,1,3.7642-8.7271l1.373,1.4542A9.909,9.909,0,0,0,16,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,24H9A17.0192,17.0192,0,0,1,26,7h4V9H26A15.017,15.017,0,0,0,11,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,2A21.8625,21.8625,0,0,0,13.9993,5.5757,21.856,21.856,0,0,0,2,2V4A19.8735,19.8735,0,0,1,12.2622,6.835,22.1514,22.1514,0,0,0,9.9475,8.979,17.001,17.001,0,0,0,2,7V9a15.0142,15.0142,0,0,1,6.6191,1.5366,22.0768,22.0768,0,0,0-1.7016,2.5371A12.0319,12.0319,0,0,0,2,12v2a9.8838,9.8838,0,0,1,4.0007.8506A21.861,21.861,0,0,0,4,24H6A20.0226,20.0226,0,0,1,26,4h4V2Z" }), children);
583
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 19.301 22 12.699 16.059 16 22 19.301z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
584
+ fill: "none",
585
+ d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3005V12.7Z"
586
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
587
+ fill: "none",
588
+ d: "M8 10H10V22H8z",
589
+ transform: "matrix(-1 0 0 -1 18 32)"
590
+ }), children);
643
591
  });
644
- if (process.env.NODE_ENV !== "production") SoilTemperatureGlobal.propTypes = require_iconPropTypes.iconPropTypes;
645
- const SolarPanel = /* @__PURE__ */ react.default.forwardRef(function SolarPanel({ children, size = 16, ...rest }, ref) {
646
- return react.default.createElement(require_Icon.Icon, {
592
+ if (process.env.NODE_ENV !== "production") SkipBackOutlineFilled.propTypes = require_iconPropTypes.iconPropTypes;
593
+ const SkipBackOutlineSolid = /* @__PURE__ */ react.default.forwardRef(function SkipBackOutlineSolid({ children, size = 16, ...rest }, ref) {
594
+ return react.default.createElement(require_Icon_js, {
647
595
  width: size,
648
596
  height: size,
649
597
  ref,
@@ -651,17 +599,14 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
651
599
  viewBox: "0 0 32 32",
652
600
  fill: "currentColor",
653
601
  ...rest
654
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,26V14H13V26h5v2H2v2H30V28H25V26Zm-5-2V21h3v3Zm-2-3v3H20V21Zm-3-2V16h3v3Zm8,0H25V16h3ZM18,16v3H15V16Zm-3,8V21h3v3Zm8,4H20V26h3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.3328,14.981A4,4,0,1,1,16,12H14a2,2,0,1,0-3.3333,1.4907Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 2H13V6H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11H6V13H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
655
- d: "M5.343 4.343H7.343V8.343H5.343z",
656
- transform: "rotate(-45 6.343 6.343)"
657
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
658
- d: "M16.657 4.343H18.657V8.343H16.657z",
659
- transform: "rotate(225 17.657 6.343)"
660
- }), children);
602
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
603
+ d: "M9 10H11V22H9z",
604
+ transform: "matrix(-1 0 0 -1 20 32)"
605
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
661
606
  });
662
- if (process.env.NODE_ENV !== "production") SolarPanel.propTypes = require_iconPropTypes.iconPropTypes;
663
- const SortAscending = /* @__PURE__ */ react.default.forwardRef(function SortAscending({ children, size = 16, ...rest }, ref) {
664
- return react.default.createElement(require_Icon.Icon, {
607
+ if (process.env.NODE_ENV !== "production") SkipBackOutlineSolid.propTypes = require_iconPropTypes.iconPropTypes;
608
+ const SkipBackSolidFilled = /* @__PURE__ */ react.default.forwardRef(function SkipBackSolidFilled({ children, size = 16, ...rest }, ref) {
609
+ return react.default.createElement(require_Icon_js, {
665
610
  width: size,
666
611
  height: size,
667
612
  ref,
@@ -669,11 +614,18 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
669
614
  viewBox: "0 0 32 32",
670
615
  fill: "currentColor",
671
616
  ...rest
672
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 22 19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 18H16V20H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H16V14H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 6H16V8H10z" }), children);
617
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
618
+ fill: "none",
619
+ d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z"
620
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
621
+ fill: "none",
622
+ d: "M8 10H10V22H8z",
623
+ transform: "matrix(-1 0 0 -1 18 32)"
624
+ }), children);
673
625
  });
674
- if (process.env.NODE_ENV !== "production") SortAscending.propTypes = require_iconPropTypes.iconPropTypes;
675
- const SortDescending = /* @__PURE__ */ react.default.forwardRef(function SortDescending({ children, size = 16, ...rest }, ref) {
676
- return react.default.createElement(require_Icon.Icon, {
626
+ if (process.env.NODE_ENV !== "production") SkipBackSolidFilled.propTypes = require_iconPropTypes.iconPropTypes;
627
+ const SkipForward = /* @__PURE__ */ react.default.forwardRef(function SkipForward({ children, size = 16, ...rest }, ref) {
628
+ return react.default.createElement(require_Icon_js, {
677
629
  width: size,
678
630
  height: size,
679
631
  ref,
@@ -681,11 +633,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
681
633
  viewBox: "0 0 32 32",
682
634
  fill: "currentColor",
683
635
  ...rest
684
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 22 19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H16V8H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H16V14H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 18H16V20H10z" }), children);
636
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,28a1,1,0,0,1-1-1V5a1,1,0,0,1,.5-.87,1,1,0,0,1,1,0l19,11a1,1,0,0,1,0,1.74l-19,11A1,1,0,0,1,5,28ZM6,6.73V25.27L22,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 4H30V28H28z" }), children);
685
637
  });
686
- if (process.env.NODE_ENV !== "production") SortDescending.propTypes = require_iconPropTypes.iconPropTypes;
687
- const SortRemove = /* @__PURE__ */ react.default.forwardRef(function SortRemove({ children, size = 16, ...rest }, ref) {
688
- return react.default.createElement(require_Icon.Icon, {
638
+ if (process.env.NODE_ENV !== "production") SkipForward.propTypes = require_iconPropTypes.iconPropTypes;
639
+ const SkipForwardFilled = /* @__PURE__ */ react.default.forwardRef(function SkipForwardFilled({ children, size = 16, ...rest }, ref) {
640
+ return react.default.createElement(require_Icon_js, {
689
641
  width: size,
690
642
  height: size,
691
643
  ref,
@@ -693,11 +645,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
693
645
  viewBox: "0 0 32 32",
694
646
  fill: "currentColor",
695
647
  ...rest
696
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 19.415 28.586 18 25 21.587 21.414 18 20 19.415 23.586 23 20 26.586 21.414 28 25 24.414 28.586 28 30 26.586 26.414 23 30 19.415z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 18H16V20H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H16V8H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H16V14H6z" }), children);
648
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 4H30V28H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5,28a1,1,0,0,1-1-1V5a1,1,0,0,1,1.501-.8652l19,11a1,1,0,0,1,0,1.73l-19,11A.9975.9975,0,0,1,5,28Z" }), children);
697
649
  });
698
- if (process.env.NODE_ENV !== "production") SortRemove.propTypes = require_iconPropTypes.iconPropTypes;
699
- const SortingAToZ = /* @__PURE__ */ react.default.forwardRef(function SortingAToZ({ children, size = 16, ...rest }, ref) {
700
- return react.default.createElement(require_Icon.Icon, {
650
+ if (process.env.NODE_ENV !== "production") SkipForwardFilled.propTypes = require_iconPropTypes.iconPropTypes;
651
+ const SkipForwardOutline = /* @__PURE__ */ react.default.forwardRef(function SkipForwardOutline({ children, size = 16, ...rest }, ref) {
652
+ return react.default.createElement(require_Icon_js, {
701
653
  width: size,
702
654
  height: size,
703
655
  ref,
@@ -705,11 +657,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
705
657
  viewBox: "0 0 32 32",
706
658
  fill: "currentColor",
707
659
  ...rest
708
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,13c0-1.103-.8975-2-2-2h-5v2h5v2h-4c-1.1046,0-2,.8954-2,2v2c0,1.1046.8954,2,2,2h6v-8ZM9,19h-4v-2h4v2ZM16,2l-5,6h10l-5-6ZM16,30l5-6h-10l5,6ZM29,11h-8v2h5.5l-5.5,6v2h8v-2h-5.4927l5.4927-6v-2ZM19,17v-2h-6v2h6Z" }), children);
660
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 10H23V22H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.4927,21.8618A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.8742l9,5a1,1,0,0,1,0,1.7485l-9,5a1.0009,1.0009,0,0,1-.9931-.0125ZM10,12.7v6.6011L15.9409,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
709
661
  });
710
- if (process.env.NODE_ENV !== "production") SortingAToZ.propTypes = require_iconPropTypes.iconPropTypes;
711
- const SortingHighestToLowestNumber = /* @__PURE__ */ react.default.forwardRef(function SortingHighestToLowestNumber({ children, size = 16, ...rest }, ref) {
712
- return react.default.createElement(require_Icon.Icon, {
662
+ if (process.env.NODE_ENV !== "production") SkipForwardOutline.propTypes = require_iconPropTypes.iconPropTypes;
663
+ const SkipForwardOutlineFilled = /* @__PURE__ */ react.default.forwardRef(function SkipForwardOutlineFilled({ children, size = 16, ...rest }, ref) {
664
+ return react.default.createElement(require_Icon_js, {
713
665
  width: size,
714
666
  height: size,
715
667
  ref,
@@ -717,11 +669,17 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
717
669
  viewBox: "0 0 32 32",
718
670
  fill: "currentColor",
719
671
  ...rest
720
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.9756,2l-5,6h10l-5-6ZM15.9756,30l5-6h-10l5,6ZM24.9756,19v-8h-2v1h-2v2h2v5h-2v2h6v-2h-2ZM10.9756,19h-4v-2h2c1.1025,0,2-.897,2-2v-2c0-1.103-.8975-2-2-2h-4v2h4v2h-2c-1.103,0-2,.897-2,2v4h6v-2ZM18.9756,17v-2h-6v2h6Z" }), children);
672
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 19.301 15.941 16 10 12.699 10 19.301z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
673
+ fill: "none",
674
+ d: "M22 10H24V22H22z"
675
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
676
+ fill: "none",
677
+ d: "M8.4927,21.8618A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.8743l9,5a1,1,0,0,1,0,1.7486l-9,5a1.0009,1.0009,0,0,1-.9931-.0125ZM10,12.7v6.601L15.9409,16Z"
678
+ }), children);
721
679
  });
722
- if (process.env.NODE_ENV !== "production") SortingHighestToLowestNumber.propTypes = require_iconPropTypes.iconPropTypes;
723
- const SortingLowestToHighestNumber = /* @__PURE__ */ react.default.forwardRef(function SortingLowestToHighestNumber({ children, size = 16, ...rest }, ref) {
724
- return react.default.createElement(require_Icon.Icon, {
680
+ if (process.env.NODE_ENV !== "production") SkipForwardOutlineFilled.propTypes = require_iconPropTypes.iconPropTypes;
681
+ const SkipForwardOutlineSolid = /* @__PURE__ */ react.default.forwardRef(function SkipForwardOutlineSolid({ children, size = 16, ...rest }, ref) {
682
+ return react.default.createElement(require_Icon_js, {
725
683
  width: size,
726
684
  height: size,
727
685
  ref,
@@ -729,11 +687,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
729
687
  viewBox: "0 0 32 32",
730
688
  fill: "currentColor",
731
689
  ...rest
732
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.9756,2l-5,6h10l-5-6ZM15.9756,30l5-6h-10l5,6ZM10.9756,19h-2v-8h-2v1h-2v2h2v5h-2v2h6v-2ZM24.9756,17c1.1025,0,2-.897,2-2v-2c0-1.103-.8975-2-2-2h-4v2h4v2h-2c-1.103,0-2,.897-2,2v4h6v-2h-4v-2h2ZM18.9756,17v-2h-6v2h6Z" }), children);
690
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 10H23V22H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.4927,21.8618A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.8742l9,5a1,1,0,0,1,0,1.7485l-9,5a1.0009,1.0009,0,0,1-.9931-.0125Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z" }), children);
733
691
  });
734
- if (process.env.NODE_ENV !== "production") SortingLowestToHighestNumber.propTypes = require_iconPropTypes.iconPropTypes;
735
- const SortingZToA = /* @__PURE__ */ react.default.forwardRef(function SortingZToA({ children, size = 16, ...rest }, ref) {
736
- return react.default.createElement(require_Icon.Icon, {
692
+ if (process.env.NODE_ENV !== "production") SkipForwardOutlineSolid.propTypes = require_iconPropTypes.iconPropTypes;
693
+ const SkipForwardSolidFilled = /* @__PURE__ */ react.default.forwardRef(function SkipForwardSolidFilled({ children, size = 16, ...rest }, ref) {
694
+ return react.default.createElement(require_Icon_js, {
737
695
  width: size,
738
696
  height: size,
739
697
  ref,
@@ -741,11 +699,17 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
741
699
  viewBox: "0 0 32 32",
742
700
  fill: "currentColor",
743
701
  ...rest
744
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,11h-5v2h5v2h-4c-1.1046,0-2,.8954-2,2v2c0,1.1046.8954,2,2,2h6v-8c0-1.103-.8975-2-2-2ZM27,19h-4v-2h4v2ZM16,2l-5,6h10l-5-6ZM16,30l5-6h-10l5,6ZM11,19h-5.4927l5.4927-6v-2H3v2h5.5l-5.5,6v2h8v-2ZM19,17v-2h-6v2h6Z" }), children);
702
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
703
+ fill: "none",
704
+ d: "M22 10H24V22H22z"
705
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
706
+ fill: "none",
707
+ d: "M8.4927,21.8618A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.8743l9,5a1,1,0,0,1,0,1.7486l-9,5a1.0009,1.0009,0,0,1-.9931-.0125Z"
708
+ }), children);
745
709
  });
746
- if (process.env.NODE_ENV !== "production") SortingZToA.propTypes = require_iconPropTypes.iconPropTypes;
747
- const SourceControl = /* @__PURE__ */ react.default.forwardRef(function SourceControl({ children, size = 16, ...rest }, ref) {
748
- return react.default.createElement(require_Icon.Icon, {
710
+ if (process.env.NODE_ENV !== "production") SkipForwardSolidFilled.propTypes = require_iconPropTypes.iconPropTypes;
711
+ const Sleet = /* @__PURE__ */ react.default.forwardRef(function Sleet({ children, size = 16, ...rest }, ref) {
712
+ return react.default.createElement(require_Icon_js, {
749
713
  width: size,
750
714
  height: size,
751
715
  ref,
@@ -753,11 +717,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
753
717
  viewBox: "0 0 32 32",
754
718
  fill: "currentColor",
755
719
  ...rest
756
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.0002,12.0001c0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v1.142c0,.5513-.4482,1-1,1h-10c-.3523,0-.6857.0723-1,.1843v-8.3263c1.7205-.4471,3-1.9996,3-3.858,0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v12.2839c-1.7205.4471-3,1.9996-3,3.858,0,2.2056,1.7939,4,4,4s4-1.7944,4-4c0-1.8584-1.2795-3.4109-3-3.858v-1.142c0-.5513.4482-1,1-1h10c1.6543,0,3-1.3457,3-3v-1.142c1.7205-.4471,3-1.9996,3-3.858ZM11.0002,26.0001c0,1.103-.8975,2-2,2s-2-.897-2-2,.8975-2,2-2,2,.897,2,2ZM7.0002,6.0001c0-1.103.8975-2,2-2s2,.897,2,2-.8975,2-2,2-2-.897-2-2ZM23.0002,14.0001c-1.1025,0-2-.897-2-2s.8975-2,2-2,2,.897,2,2-.8975,2-2,2Z" }), children);
720
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 24H8V26H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 26H10V28H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 28H12V30H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 24H12V26H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 28H8V30H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,30a1,1,0,0,1-.8944-1.4474l2-4.0005a1,1,0,1,1,1.7888.8947l-2,4A.9981.9981,0,0,1,21,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4973,6.4973,0,0,0,8.5,22h8.8818L16.106,24.5527a1,1,0,1,0,1.7885.8946L19.6177,22H23.5A6.4974,6.4974,0,0,0,24.8008,9.1362ZM23.5,20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20Z" }), children);
757
721
  });
758
- if (process.env.NODE_ENV !== "production") SourceControl.propTypes = require_iconPropTypes.iconPropTypes;
759
- const SpellCheck = /* @__PURE__ */ react.default.forwardRef(function SpellCheck({ children, size = 16, ...rest }, ref) {
760
- return react.default.createElement(require_Icon.Icon, {
722
+ if (process.env.NODE_ENV !== "production") Sleet.propTypes = require_iconPropTypes.iconPropTypes;
723
+ const Slisor = /* @__PURE__ */ react.default.forwardRef(function Slisor({ children, size = 16, ...rest }, ref) {
724
+ return react.default.createElement(require_Icon_js, {
761
725
  width: size,
762
726
  height: size,
763
727
  ref,
@@ -765,11 +729,15 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
765
729
  viewBox: "0 0 32 32",
766
730
  fill: "currentColor",
767
731
  ...rest
768
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,22h2L17,10H15L10,22h2l1.24-3h5.53Zm-5.93-5,1.82-4.42h.25L18,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,28H6a2,2,0,0,1-2-2V6A2,2,0,0,1,6,4H26a2,2,0,0,1,2,2V17H26V6H6V26h6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 27.18 20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z" }), children);
732
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
733
+ cx: "7",
734
+ cy: "25",
735
+ r: "1"
736
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a1.0005,1.0005,0,0,1-.4473-.1055l-10-5,.8946-1.789L16,19.8821l9.5527-4.7766.8946,1.789-10,5A1.0005,1.0005,0,0,1,16,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,16a1.0005,1.0005,0,0,1-.4473-.1055l-10-5a1,1,0,0,1,0-1.789l10-5a1.0008,1.0008,0,0,1,.8946,0l10,5a1,1,0,0,1,0,1.789l-10,5A1.0005,1.0005,0,0,1,16,16ZM8.2358,10,16,13.8821,23.7642,10,16,6.1179Z" }), children);
769
737
  });
770
- if (process.env.NODE_ENV !== "production") SpellCheck.propTypes = require_iconPropTypes.iconPropTypes;
771
- const WatsonHealthSpineLabel = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSpineLabel({ children, size = 16, ...rest }, ref) {
772
- return react.default.createElement(require_Icon.Icon, {
738
+ if (process.env.NODE_ENV !== "production") Slisor.propTypes = require_iconPropTypes.iconPropTypes;
739
+ const Slm = /* @__PURE__ */ react.default.forwardRef(function Slm({ children, size = 16, ...rest }, ref) {
740
+ return react.default.createElement(require_Icon_js, {
773
741
  width: size,
774
742
  height: size,
775
743
  ref,
@@ -777,11 +745,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
777
745
  viewBox: "0 0 32 32",
778
746
  fill: "currentColor",
779
747
  ...rest
780
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 11 3 13 8.59 13 2.29 19.29 3.71 20.71 10 14.41 10 20 12 20 12 11 3 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,13H23V12H21v1H18a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h3v1h2V19h3a2,2,0,0,0,2-2V15A2,2,0,0,0,26,13Zm-8,4V15h8v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,23H23V22H21v1H18a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h3v1h2V29h3a2,2,0,0,0,2-2V25A2,2,0,0,0,26,23Zm-8,4V25h8v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,3H23V2H21V3H18a2,2,0,0,0-2,2V7a2,2,0,0,0,2,2h3v1h2V9h3a2,2,0,0,0,2-2V5A2,2,0,0,0,26,3ZM18,7V5h8V7Z" }), children);
748
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 9 26.5 14 26 16 25.5 14 24 9 22 9 22 23 24 23 24 15 23.8 13 24.4 15 26 19.6 27.6 15 28.2 13 28 15 28 23 30 23 30 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 21 14 9 12 9 12 23 20 23 20 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,23H2v-2h6v-4H4c-1.1,0-2-0.9-2-2v-4c0-1.1,0.9-2,2-2h6v2H4v4h4c1.1,0,2,0.9,2,2v4C10,22.1,9.1,23,8,23z" }), children);
781
749
  });
782
- if (process.env.NODE_ENV !== "production") WatsonHealthSpineLabel.propTypes = require_iconPropTypes.iconPropTypes;
783
- const Split = /* @__PURE__ */ react.default.forwardRef(function Split({ children, size = 16, ...rest }, ref) {
784
- return react.default.createElement(require_Icon.Icon, {
750
+ if (process.env.NODE_ENV !== "production") Slm.propTypes = require_iconPropTypes.iconPropTypes;
751
+ const Smell = /* @__PURE__ */ react.default.forwardRef(function Smell({ children, size = 16, ...rest }, ref) {
752
+ return react.default.createElement(require_Icon_js, {
785
753
  width: size,
786
754
  height: size,
787
755
  ref,
@@ -789,11 +757,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
789
757
  viewBox: "0 0 32 32",
790
758
  fill: "currentColor",
791
759
  ...rest
792
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 20H17V24H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 14H17V18H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 8H17V12H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16A12.01,12.01,0,0,0,17,4.0508V2H15V4.0508a11.99,11.99,0,0,0,0,23.8984V30h2V27.9492A12.01,12.01,0,0,0,28,16ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z" }), children);
760
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,15V10H20v7h2a3,3,0,0,1,0,6H21V21H19v2a3,3,0,0,1-6,0V21H11v2H10a3,3,0,0,1,0-6h2V9a3,3,0,0,1,3-3h1V4H15a5,5,0,0,0-5,5v6a5,5,0,0,0,0,10h1.42a5,5,0,0,0,9.16,0H22a5,5,0,0,0,0-10Z" }), children);
793
761
  });
794
- if (process.env.NODE_ENV !== "production") Split.propTypes = require_iconPropTypes.iconPropTypes;
795
- const WatsonHealthSplitDiscard = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSplitDiscard({ children, size = 16, ...rest }, ref) {
796
- return react.default.createElement(require_Icon.Icon, {
762
+ if (process.env.NODE_ENV !== "production") Smell.propTypes = require_iconPropTypes.iconPropTypes;
763
+ const Smoke = /* @__PURE__ */ react.default.forwardRef(function Smoke({ children, size = 16, ...rest }, ref) {
764
+ return react.default.createElement(require_Icon_js, {
797
765
  width: size,
798
766
  height: size,
799
767
  ref,
@@ -801,11 +769,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
801
769
  viewBox: "0 0 32 32",
802
770
  fill: "currentColor",
803
771
  ...rest
804
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16A12.01,12.01,0,0,0,17,4.0508V2H15V4.0508a11.99,11.99,0,0,0,0,23.8984V30h2V27.9492A12.01,12.01,0,0,0,28,16ZM16,26V6a10,10,0,0,1,0,20Z" }), children);
772
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.001,28a.998.998,0,0,1-.8008-.4l-.8145-1.086a8.9976,8.9976,0,0,1-1.6005-7.2856l1.4736-6.8762a6.9956,6.9956,0,0,0-1.2446-5.6668L23.2,5.6a1,1,0,1,1,1.6-1.2l.8145,1.0857a8.9976,8.9976,0,0,1,1.6005,7.2856l-1.4736,6.8762a6.9956,6.9956,0,0,0,1.2446,5.6668L27.8,26.4A1,1,0,0,1,27.001,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.001,28a.998.998,0,0,1-.8008-.4l-.8145-1.086a8.9976,8.9976,0,0,1-1.6005-7.2856l1.4736-6.8762a6.9956,6.9956,0,0,0-1.2446-5.6668L18.2,5.6a1,1,0,1,1,1.6-1.2l.8145,1.0857a8.9976,8.9976,0,0,1,1.6005,7.2856l-1.4736,6.8762a6.9956,6.9956,0,0,0,1.2446,5.6668L22.8,26.4A1,1,0,0,1,22.001,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.001,28a.998.998,0,0,1-.8008-.4l-.8145-1.086a8.9976,8.9976,0,0,1-1.6005-7.2856l1.4736-6.8762a6.9956,6.9956,0,0,0-1.2446-5.6668L13.2,5.6a1,1,0,1,1,1.6-1.2l.8145,1.0857a8.9976,8.9976,0,0,1,1.6005,7.2856l-1.4736,6.8762a6.9956,6.9956,0,0,0,1.2446,5.6668L17.8,26.4A1,1,0,0,1,17.001,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.001,28a.998.998,0,0,1-.8008-.4l-.8145-1.086a8.9976,8.9976,0,0,1-1.6005-7.2856l1.4736-6.8762A6.9956,6.9956,0,0,0,9.0142,6.6855L8.2,5.6A1,1,0,1,1,9.8,4.4l.8145,1.0857a8.9976,8.9976,0,0,1,1.6005,7.2856l-1.4736,6.8762a6.9956,6.9956,0,0,0,1.2446,5.6668L12.8,26.4A1,1,0,0,1,12.001,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.001,28A.998.998,0,0,1,6.2,27.6l-.8145-1.086a8.9976,8.9976,0,0,1-1.6-7.2856l1.4736-6.8762A6.9956,6.9956,0,0,0,4.0142,6.6855L3.2,5.6A1,1,0,1,1,4.8,4.4l.8145,1.0857a8.9976,8.9976,0,0,1,1.6005,7.2856L5.7412,19.6474a6.9956,6.9956,0,0,0,1.2446,5.6668L7.8,26.4A1,1,0,0,1,7.001,28Z" }), children);
805
773
  });
806
- if (process.env.NODE_ENV !== "production") WatsonHealthSplitDiscard.propTypes = require_iconPropTypes.iconPropTypes;
807
- const SplitScreen = /* @__PURE__ */ react.default.forwardRef(function SplitScreen({ children, size = 16, ...rest }, ref) {
808
- return react.default.createElement(require_Icon.Icon, {
774
+ if (process.env.NODE_ENV !== "production") Smoke.propTypes = require_iconPropTypes.iconPropTypes;
775
+ const WatsonHealthSmoothing = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSmoothing({ children, size = 16, ...rest }, ref) {
776
+ return react.default.createElement(require_Icon_js, {
809
777
  width: size,
810
778
  height: size,
811
779
  ref,
@@ -813,11 +781,15 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
813
781
  viewBox: "0 0 32 32",
814
782
  fill: "currentColor",
815
783
  ...rest
816
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 4H17V28H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,7V25H4V7h6m0-2H4A2,2,0,0,0,2,7V25a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,7V25H22V7h6m0-2H22a2,2,0,0,0-2,2V25a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2Z" }), children);
784
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
785
+ cx: "16",
786
+ cy: "16",
787
+ r: "5"
788
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.7,4.7a14.7029,14.7029,0,0,0-3,3.1L6.3,9A13.2634,13.2634,0,0,1,8.9,6.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.6,12.3l-1.9-.6A12.5111,12.5111,0,0,0,2,16H4A11.4756,11.4756,0,0,1,4.6,12.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2.7,20.4a14.4029,14.4029,0,0,0,2,3.9l1.6-1.2a12.8867,12.8867,0,0,1-1.7-3.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.8,27.3a14.4029,14.4029,0,0,0,3.9,2l.6-1.9A12.8867,12.8867,0,0,1,9,25.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.7,2.7l.6,1.9A11.4756,11.4756,0,0,1,16,4V2A12.5111,12.5111,0,0,0,11.7,2.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.2,27.3a15.18,15.18,0,0,0,3.1-3.1L25.7,23A11.526,11.526,0,0,1,23,25.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.4,19.7l1.9.6A15.4747,15.4747,0,0,0,30,16H28A11.4756,11.4756,0,0,1,27.4,19.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.2,11.6a14.4029,14.4029,0,0,0-2-3.9L25.6,8.9a12.8867,12.8867,0,0,1,1.7,3.3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.1,4.6a14.4029,14.4029,0,0,0-3.9-2l-.6,1.9a12.8867,12.8867,0,0,1,3.3,1.7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.3,29.3l-.6-1.9A11.4756,11.4756,0,0,1,16,28v2A21.4206,21.4206,0,0,0,20.3,29.3Z" }), children);
817
789
  });
818
- if (process.env.NODE_ENV !== "production") SplitScreen.propTypes = require_iconPropTypes.iconPropTypes;
819
- const SprayPaint = /* @__PURE__ */ react.default.forwardRef(function SprayPaint({ children, size = 16, ...rest }, ref) {
820
- return react.default.createElement(require_Icon.Icon, {
790
+ if (process.env.NODE_ENV !== "production") WatsonHealthSmoothing.propTypes = require_iconPropTypes.iconPropTypes;
791
+ const WatsonHealthSmoothingCursor = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSmoothingCursor({ children, size = 16, ...rest }, ref) {
792
+ return react.default.createElement(require_Icon_js, {
821
793
  width: size,
822
794
  height: size,
823
795
  ref,
@@ -825,11 +797,15 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
825
797
  viewBox: "0 0 32 32",
826
798
  fill: "currentColor",
827
799
  ...rest
828
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,23A4.5,4.5,0,1,1,27,18.5,4.505,4.505,0,0,1,22.5,23Zm0-7A2.5,2.5,0,1,0,25,18.5,2.5026,2.5026,0,0,0,22.5,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,8H26V3H19V8H17a2.002,2.002,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8ZM21,5h3V8H21ZM17,28V10H28l.002,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 14H5V17H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 9H10V12H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 9H5V12H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 4H15V7H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 4H10V7H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 4H5V7H2z" }), children);
800
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
801
+ cx: "18",
802
+ cy: "18",
803
+ r: "4"
804
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a11.8932,11.8932,0,0,1-4.1035-.72L14.58,27.4A9.9725,9.9725,0,0,0,18,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.1484,29.2637l-.6914-1.877a9.9556,9.9556,0,0,0,2.9973-1.748l1.2916,1.5268A11.9525,11.9525,0,0,1,22.1484,29.2637Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.2893,27.1951A12.0141,12.0141,0,0,1,7.61,24.0078l1.73-1.0029a10.0236,10.0236,0,0,0,2.2347,2.6584Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.4133,23.967l-1.7343-.9956a9.9159,9.9159,0,0,0,1.176-3.2641l1.9712.3388A11.8956,11.8956,0,0,1,28.4133,23.967Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.1821,20.0925A12.1282,12.1282,0,0,1,6.1777,15.93l1.9707.3423a10.1214,10.1214,0,0,0,.0035,3.4738Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.8447,16.2339a9.9019,9.9019,0,0,0-1.1953-3.2564l1.7285-1.0063a11.9029,11.9029,0,0,1,1.4361,3.9121Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.3313,13.0107l-1.7324-.999a12.01,12.01,0,0,1,2.6738-3.1931l1.2886,1.53A10.01,10.01,0,0,0,9.3313,13.0107Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.4094,10.3237a9.96,9.96,0,0,0-3.0088-1.7309l.68-1.8809a11.9491,11.9491,0,0,1,3.6118,2.0772Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.562,8.6064l-.6875-1.8779A12.1031,12.1031,0,0,1,18,6V8A10.0875,10.0875,0,0,0,14.562,8.6064Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 2 2 2 2 11 4 11 4 4 11 4 11 2z" }), children);
829
805
  });
830
- if (process.env.NODE_ENV !== "production") SprayPaint.propTypes = require_iconPropTypes.iconPropTypes;
831
- const Sprout = /* @__PURE__ */ react.default.forwardRef(function Sprout({ children, size = 16, ...rest }, ref) {
832
- return react.default.createElement(require_Icon.Icon, {
806
+ if (process.env.NODE_ENV !== "production") WatsonHealthSmoothingCursor.propTypes = require_iconPropTypes.iconPropTypes;
807
+ const Snooze = /* @__PURE__ */ react.default.forwardRef(function Snooze({ children, size = 16, ...rest }, ref) {
808
+ return react.default.createElement(require_Icon_js, {
833
809
  width: size,
834
810
  height: size,
835
811
  ref,
@@ -837,11 +813,17 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
837
813
  viewBox: "0 0 32 32",
838
814
  fill: "currentColor",
839
815
  ...rest
840
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,2A11.01,11.01,0,0,0,14.7549,9.0244,6.9939,6.9939,0,0,0,9,6H6V9a7.0078,7.0078,0,0,0,7,7h1v9.0493a9.9229,9.9229,0,0,0-6.071,2.8794l1.414,1.4141a8,8,0,0,1,12.3086,1.2134l1.6616-1.1128A9.98,9.98,0,0,0,16,25.062V16h1A11.0125,11.0125,0,0,0,28,5V2ZM13,14A5.0057,5.0057,0,0,1,8,9V8H9a5.0054,5.0054,0,0,1,5,5v1ZM26,5a9.01,9.01,0,0,1-9,9H16V13a9.01,9.01,0,0,1,9-9h1Z" }), children);
816
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 14 20 12 12 12 12 14 17.5 14 12 20 12 22 20 22 20 20 14.507 20 20 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
817
+ d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
818
+ transform: "rotate(-44.945 25.5 6.5)"
819
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28A11,11,0,1,1,27,17,11.0125,11.0125,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9.01,9.01,0,0,0,16,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
820
+ d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
821
+ transform: "rotate(-45.055 6.5 6.5)"
822
+ }), children);
841
823
  });
842
- if (process.env.NODE_ENV !== "production") Sprout.propTypes = require_iconPropTypes.iconPropTypes;
843
- const SpyreAccelerator = /* @__PURE__ */ react.default.forwardRef(function SpyreAccelerator({ children, size = 16, ...rest }, ref) {
844
- return react.default.createElement(require_Icon.Icon, {
824
+ if (process.env.NODE_ENV !== "production") Snooze.propTypes = require_iconPropTypes.iconPropTypes;
825
+ const Snow = /* @__PURE__ */ react.default.forwardRef(function Snow({ children, size = 16, ...rest }, ref) {
826
+ return react.default.createElement(require_Icon_js, {
845
827
  width: size,
846
828
  height: size,
847
829
  ref,
@@ -849,11 +831,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
849
831
  viewBox: "0 0 32 32",
850
832
  fill: "currentColor",
851
833
  ...rest
852
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,17c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM7,13c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM13,17c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM13,13c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM25,17c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM25,13c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM2,7v17h6v-3h3v4h16v-4h3V7H2ZM25,23h-12v-2h12v2ZM28,19H6v3h-2v-13h24v10ZM22,11h-6v6h6v-6ZM20,15h-2v-2h2v2Z" }), children);
834
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.5,22H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22ZM16,4a7,7,0,0,0-6.94,6.14L9,11,8.14,11a4.5,4.5,0,0,0,.36,9h15a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82A7,7,0,0,0,16,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 25.05 10.95 24 9.5 25.45 8.05 24 7 25.05 8.45 26.5 7 27.95 8.05 29 9.5 27.55 10.95 29 12 27.95 10.55 26.5 12 25.05z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 25.05 24.95 24 23.5 25.45 22.05 24 21 25.05 22.45 26.5 21 27.95 22.05 29 23.5 27.55 24.95 29 26 27.95 24.55 26.5 26 25.05z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 27.05 17.95 26 16.5 27.45 15.05 26 14 27.05 15.45 28.5 14 29.95 15.05 31 16.5 29.55 17.95 31 19 29.95 17.55 28.5 19 27.05z" }), children);
853
835
  });
854
- if (process.env.NODE_ENV !== "production") SpyreAccelerator.propTypes = require_iconPropTypes.iconPropTypes;
855
- const Sql = /* @__PURE__ */ react.default.forwardRef(function Sql({ children, size = 16, ...rest }, ref) {
856
- return react.default.createElement(require_Icon.Icon, {
836
+ if (process.env.NODE_ENV !== "production") Snow.propTypes = require_iconPropTypes.iconPropTypes;
837
+ const SnowBlizzard = /* @__PURE__ */ react.default.forwardRef(function SnowBlizzard({ children, size = 16, ...rest }, ref) {
838
+ return react.default.createElement(require_Icon_js, {
857
839
  width: size,
858
840
  height: size,
859
841
  ref,
@@ -861,11 +843,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
861
843
  viewBox: "0 0 32 32",
862
844
  fill: "currentColor",
863
845
  ...rest
864
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 21 24 9 22 9 22 23 30 23 30 21 24 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h1v2a2,2,0,0,0,2,2h2V25H17V23h1a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9ZM14,21V11h4V21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,23H2V21H8V17H4a2,2,0,0,1-2-2V11A2,2,0,0,1,4,9h6v2H4v4H8a2,2,0,0,1,2,2v4A2,2,0,0,1,8,23Z" }), children);
846
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 10H15V12H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 12H17V14H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 14H19V16H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 10H19V12H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 14H15V16H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 26H5V28H3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 28H7V30H5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 30H9V32H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 26H9V28H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 30H5V32H3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 26H25V28H23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 28H27V30H25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 30H29V32H27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 26H29V28H27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 30H25V32H23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 18H10V20H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 20H12V22H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 22H14V24H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 18H14V20H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 22H10V24H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 18H20V20H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 20H22V22H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 22H24V24H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 18H24V20H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 22H20V24H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 26H15V28H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 28H17V30H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 30H19V32H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 26H19V28H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 30H15V32H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z" }), children);
865
847
  });
866
- if (process.env.NODE_ENV !== "production") Sql.propTypes = require_iconPropTypes.iconPropTypes;
867
- const SquareOutline = /* @__PURE__ */ react.default.forwardRef(function SquareOutline({ children, size = 16, ...rest }, ref) {
868
- return react.default.createElement(require_Icon.Icon, {
848
+ if (process.env.NODE_ENV !== "production") SnowBlizzard.propTypes = require_iconPropTypes.iconPropTypes;
849
+ const SnowHeavy = /* @__PURE__ */ react.default.forwardRef(function SnowHeavy({ children, size = 16, ...rest }, ref) {
850
+ return react.default.createElement(require_Icon_js, {
869
851
  width: size,
870
852
  height: size,
871
853
  ref,
@@ -873,14 +855,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
873
855
  viewBox: "0 0 32 32",
874
856
  fill: "currentColor",
875
857
  ...rest
876
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
877
- strokeWidth: "0",
878
- d: "m26,4H6c-1.1046,0-2,.8954-2,2v20c0,1.1046.8954,2,2,2h20c1.1046,0,2-.8954,2-2V6c0-1.1046-.8954-2-2-2ZM6,26V6h20v20H6Z"
879
- }), children);
858
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H6V28H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 28H8V30H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 30H10V32H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 26H10V28H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 30H6V32H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 18H10V20H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 20H12V22H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 22H14V24H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 18H14V20H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 22H10V24H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 18H20V20H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 20H22V22H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 22H24V24H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 18H24V20H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 22H20V24H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 26H16V28H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 28H18V30H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 30H20V32H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 26H20V28H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 30H16V32H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z" }), children);
880
859
  });
881
- if (process.env.NODE_ENV !== "production") SquareOutline.propTypes = require_iconPropTypes.iconPropTypes;
882
- const SquareSlash = /* @__PURE__ */ react.default.forwardRef(function SquareSlash({ children, size = 16, ...rest }, ref) {
883
- return react.default.createElement(require_Icon.Icon, {
860
+ if (process.env.NODE_ENV !== "production") SnowHeavy.propTypes = require_iconPropTypes.iconPropTypes;
861
+ const SnowScattered = /* @__PURE__ */ react.default.forwardRef(function SnowScattered({ children, size = 16, ...rest }, ref) {
862
+ return react.default.createElement(require_Icon_js, {
884
863
  width: size,
885
864
  height: size,
886
865
  ref,
@@ -888,11 +867,20 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
888
867
  viewBox: "0 0 32 32",
889
868
  fill: "currentColor",
890
869
  ...rest
891
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H6c-1.103,0-2-.8975-2-2V6c0-1.103.897-2,2-2h20c1.1025,0,2,.897,2,2v20c0,1.1025-.8975,2-2,2ZM6,6v20h20.002l-.002-20H6ZM12.8682,23.4961l-1.7363-.9922,8-14,1.7363.9922-8,14Z" }), children);
870
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H4V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 28H6V30H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 30H8V32H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 26H8V28H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 30H4V32H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 26H22V28H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 28H24V30H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 30H26V32H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 26H26V28H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 30H22V32H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 26H13V28H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H15V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 30H17V32H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 26H17V28H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 30H13V32H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 0H22V3H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29 10.001H32V12.001H29z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
871
+ d: "M26.732 3.768H29.732V5.768H26.732z",
872
+ transform: "rotate(-45 28.232 4.768)"
873
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
874
+ d: "M26.732 16.233H29.732V18.233H26.732z",
875
+ transform: "rotate(225 28.232 17.233)"
876
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
877
+ d: "M12.268 3.768H15.268V5.768H12.268z",
878
+ transform: "rotate(225 13.768 4.768)"
879
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,11A5.9852,5.9852,0,0,0,16.1431,7.5083,7.3737,7.3737,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a5.9672,5.9672,0,0,0,5.5667-8.2A5.9722,5.9722,0,0,0,27,11ZM19,22H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,22Zm4.5222-7.9131a5.9592,5.9592,0,0,0-2.8728-1.8428,7.5212,7.5212,0,0,0-2.7224-3.78,3.9869,3.9869,0,1,1,5.5952,5.6225Z" }), children);
892
880
  });
893
- if (process.env.NODE_ENV !== "production") SquareSlash.propTypes = require_iconPropTypes.iconPropTypes;
894
- const SquareSolid = /* @__PURE__ */ react.default.forwardRef(function SquareSolid({ children, size = 16, ...rest }, ref) {
895
- return react.default.createElement(require_Icon.Icon, {
881
+ if (process.env.NODE_ENV !== "production") SnowScattered.propTypes = require_iconPropTypes.iconPropTypes;
882
+ const SnowScatteredNight = /* @__PURE__ */ react.default.forwardRef(function SnowScatteredNight({ children, size = 16, ...rest }, ref) {
883
+ return react.default.createElement(require_Icon_js, {
896
884
  width: size,
897
885
  height: size,
898
886
  ref,
@@ -900,32 +888,35 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
900
888
  viewBox: "0 0 32 32",
901
889
  fill: "currentColor",
902
890
  ...rest
903
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,4h20c1.105,0,2,0.895,2,2v20c0,1.105-0.895,2-2,2H6c-1.105,0-2-0.895-2-2V6C4,4.895,4.895,4,6,4z" }), children);
891
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H4V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 28H6V30H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 30H8V32H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 26H8V28H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 30H4V32H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 26H22V28H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 28H24V30H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 30H26V32H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 26H26V28H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 30H22V32H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 26H13V28H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 28H15V30H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 30H17V32H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 26H17V28H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 30H13V32H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.8439,13.0347a1.517,1.517,0,0,0-1.23-.8658,5.3552,5.3552,0,0,1-3.4095-1.7158,6.4655,6.4655,0,0,1-1.286-6.3926,1.6025,1.6025,0,0,0-.2989-1.5459,1.4543,1.4543,0,0,0-1.36-.4931l-.0191.0039a7.7685,7.7685,0,0,0-5.8847,5.5737A7.3706,7.3706,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a6.0066,6.0066,0,0,0,6-6c0-.0571-.0123-.1113-.0139-.1685a7.5076,7.5076,0,0,0,4.7611-3.2768A1.5369,1.5369,0,0,0,29.8439,13.0347ZM19,22H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,22Zm5.5974-6.1289a5.9661,5.9661,0,0,0-3.948-3.627,7.49,7.49,0,0,0-2.489-3.58,5.9018,5.9018,0,0,1,3.6381-4.4473,8.4577,8.4577,0,0,0,1.94,7.5967A7.4007,7.4007,0,0,0,27.64,14.041,5.4487,5.4487,0,0,1,24.5974,15.8711Z" }), children);
904
892
  });
905
- if (process.env.NODE_ENV !== "production") SquareSolid.propTypes = require_iconPropTypes.iconPropTypes;
906
- const SquareFill = /* @__PURE__ */ react.default.forwardRef(function SquareFill({ children, size = 16, ...rest }, ref) {
907
- if (size === "glyph" || size === "glyph" || size === "glyphpx") return react.default.createElement(require_Icon.Icon, {
893
+ if (process.env.NODE_ENV !== "production") SnowScatteredNight.propTypes = require_iconPropTypes.iconPropTypes;
894
+ const SnowDensity = /* @__PURE__ */ react.default.forwardRef(function SnowDensity({ children, size = 16, ...rest }, ref) {
895
+ return react.default.createElement(require_Icon_js, {
908
896
  width: size,
909
897
  height: size,
910
898
  ref,
911
899
  xmlns: "http://www.w3.org/2000/svg",
912
- viewBox: "0 0 16 16",
900
+ viewBox: "0 0 32 32",
913
901
  fill: "currentColor",
914
902
  ...rest
915
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 3H13V13H3z" }), children);
916
- return react.default.createElement(require_Icon.Icon, {
903
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28a9.0114,9.0114,0,0,1-9-9,9.9843,9.9843,0,0,1,1.4941-4.9554L15.1528,3.4367a1.04,1.04,0,0,1,1.6944,0l6.6289,10.5564A10.0633,10.0633,0,0,1,25,19,9.0114,9.0114,0,0,1,16,28ZM16,5.8483l-5.7817,9.2079A7.9771,7.9771,0,0,0,9,19a7,7,0,0,0,14,0,8.0615,8.0615,0,0,0-1.248-3.9953Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.6 16.8 19.4 15.2 17 17 17 14 15 14 15 17 12.6 15.2 11.4 16.8 14.333 19 11.4 21.2 12.6 22.8 15 21 15 24 17 24 17 21 19.4 22.8 20.6 21.2 17.667 19 20.6 16.8z" }), children);
904
+ });
905
+ if (process.env.NODE_ENV !== "production") SnowDensity.propTypes = require_iconPropTypes.iconPropTypes;
906
+ const Snowflake = /* @__PURE__ */ react.default.forwardRef(function Snowflake({ children, size = 16, ...rest }, ref) {
907
+ return react.default.createElement(require_Icon_js, {
917
908
  width: size,
918
909
  height: size,
919
910
  ref,
920
911
  xmlns: "http://www.w3.org/2000/svg",
921
- viewBox: "0 0 16 16",
912
+ viewBox: "0 0 32 32",
922
913
  fill: "currentColor",
923
914
  ...rest
924
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 3H13V13H3z" }), children);
915
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.4148,12H28V10H23.4148l4.5857-4.5854L26.5864,4,22,8.5869V4H20v6.5869L18.5867,12H17V8H15v4H13.4133L12,10.5869V4H10V8.5869L5.4136,4,4,5.4146,8.5852,10H4v2h6.5852L12,13.415V15H8v2h4v1.5869L10.5867,20H4v2H8.5867L4,26.5864l1.4141,1.4141L10,23.415V28h2V21.415L13.4148,20H15v4h2V20h1.5852L20,21.415V28h2V23.415l4.5854,4.5855L28,26.5864,23.4133,22H28V20H21.4133L20,18.5869V17h4V15H20V13.415ZM18,18H14V14h4Z" }), children);
925
916
  });
926
- if (process.env.NODE_ENV !== "production") SquareFill.propTypes = require_iconPropTypes.iconPropTypes;
927
- const StackLimitation = /* @__PURE__ */ react.default.forwardRef(function StackLimitation({ children, size = 16, ...rest }, ref) {
928
- return react.default.createElement(require_Icon.Icon, {
917
+ if (process.env.NODE_ENV !== "production") Snowflake.propTypes = require_iconPropTypes.iconPropTypes;
918
+ const Soccer = /* @__PURE__ */ react.default.forwardRef(function Soccer({ children, size = 16, ...rest }, ref) {
919
+ return react.default.createElement(require_Icon_js, {
929
920
  width: size,
930
921
  height: size,
931
922
  ref,
@@ -933,11 +924,18 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
933
924
  viewBox: "0 0 32 32",
934
925
  fill: "currentColor",
935
926
  ...rest
936
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 22H16V30H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,12H20v2h4v2H21v2h3v2H20v2h4a2.0027,2.0027,0,0,0,2-2V14A2.0023,2.0023,0,0,0,24,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20H8V12h8Zm-6-2h4V14H10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 3.41 14.59 2 12 4.59 9.41 2 8 3.41 10.59 6 8 8.59 9.41 10 12 7.41 14.59 10 16 8.59 13.41 6 16 3.41z" }), children);
927
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
928
+ cx: "17",
929
+ cy: "28",
930
+ r: "2"
931
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
932
+ d: "M7.55 17.5H15.45V19.5H7.55z",
933
+ transform: "rotate(-45 11.5 18.5)"
934
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16.584,19.4143,8H6v2H18.5857l3,3L6,28.5859,7.4141,30,23,14.415,26.584,18,23,21.5859,24.4141,23,28,19.416A2.0044,2.0044,0,0,0,28,16.584Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.5,9A3.5,3.5,0,1,1,28,5.5,3.504,3.504,0,0,1,24.5,9Zm0-5A1.5,1.5,0,1,0,26,5.5,1.5017,1.5017,0,0,0,24.5,4Z" }), children);
937
935
  });
938
- if (process.env.NODE_ENV !== "production") StackLimitation.propTypes = require_iconPropTypes.iconPropTypes;
939
- const WatsonHealthStackedMove = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStackedMove({ children, size = 16, ...rest }, ref) {
940
- return react.default.createElement(require_Icon.Icon, {
936
+ if (process.env.NODE_ENV !== "production") Soccer.propTypes = require_iconPropTypes.iconPropTypes;
937
+ const Socket = /* @__PURE__ */ react.default.forwardRef(function Socket({ children, size = 16, ...rest }, ref) {
938
+ return react.default.createElement(require_Icon_js, {
941
939
  width: size,
942
940
  height: size,
943
941
  ref,
@@ -945,11 +943,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
945
943
  viewBox: "0 0 32 32",
946
944
  fill: "currentColor",
947
945
  ...rest
948
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,28H4a2,2,0,0,1-2-2V11A2,2,0,0,1,4,9H15a2,2,0,0,1,2,2V26A2,2,0,0,1,15,28ZM4,11V26H15V11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,6,24.59,7.41,27,10H22V6a2,2,0,0,0-2-2H10V6H20V20h2V12h5l-2.41,2.59L26,16l5-5Z" }), children);
946
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,30H3c-.5522,0-1-.4473-1-1V3c0-.5522.4478-1,1-1h26c.5527,0,1,.4478,1,1v26c0,.5527-.4473,1-1,1ZM4,28h24V4H4v24ZM16,26c-5.5142,0-10-4.4863-10-10s4.4858-10,10-10,10,4.4858,10,10-4.4863,10-10,10ZM16,8c-4.4111,0-8,3.5889-8,8s3.5889,8,8,8,8-3.5889,8-8-3.5889-8-8-8ZM13.5,16c0-.8284-.6716-1.5-1.5-1.5s-1.5.6716-1.5,1.5.6716,1.5,1.5,1.5,1.5-.6716,1.5-1.5ZM21.5,16c0-.8284-.6716-1.5-1.5-1.5s-1.5.6716-1.5,1.5.6716,1.5,1.5,1.5,1.5-.6716,1.5-1.5Z" }), children);
949
947
  });
950
- if (process.env.NODE_ENV !== "production") WatsonHealthStackedMove.propTypes = require_iconPropTypes.iconPropTypes;
951
- const WatsonHealthStackedScrolling_1 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStackedScrolling_1({ children, size = 16, ...rest }, ref) {
952
- return react.default.createElement(require_Icon.Icon, {
948
+ if (process.env.NODE_ENV !== "production") Socket.propTypes = require_iconPropTypes.iconPropTypes;
949
+ const SoftwareResource = /* @__PURE__ */ react.default.forwardRef(function SoftwareResource({ children, size = 16, ...rest }, ref) {
950
+ return react.default.createElement(require_Icon_js, {
953
951
  width: size,
954
952
  height: size,
955
953
  ref,
@@ -957,11 +955,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
957
955
  viewBox: "0 0 32 32",
958
956
  fill: "currentColor",
959
957
  ...rest
960
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30H4a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2H18a2,2,0,0,1,2,2V28A2,2,0,0,1,18,30ZM4,14V28H18V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,23H23V9H9V7H23a2,2,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,16H28V4H16V2H28a2,2,0,0,1,2,2Z" }), children);
958
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z" }), children);
961
959
  });
962
- if (process.env.NODE_ENV !== "production") WatsonHealthStackedScrolling_1.propTypes = require_iconPropTypes.iconPropTypes;
963
- const WatsonHealthStackedScrolling_2 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStackedScrolling_2({ children, size = 16, ...rest }, ref) {
964
- return react.default.createElement(require_Icon.Icon, {
960
+ if (process.env.NODE_ENV !== "production") SoftwareResource.propTypes = require_iconPropTypes.iconPropTypes;
961
+ const SoftwareResourceCluster = /* @__PURE__ */ react.default.forwardRef(function SoftwareResourceCluster({ children, size = 16, ...rest }, ref) {
962
+ return react.default.createElement(require_Icon_js, {
965
963
  width: size,
966
964
  height: size,
967
965
  ref,
@@ -969,11 +967,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
969
967
  viewBox: "0 0 32 32",
970
968
  fill: "currentColor",
971
969
  ...rest
972
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,30H2a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2H8a2,2,0,0,1,2,2V28A2,2,0,0,1,8,30ZM2,14V28H8V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H14a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2h6a2,2,0,0,1,2,2V28A2,2,0,0,1,20,30ZM14,14V28h6V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,21H25V9H17V7h8a2,2,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32,16H30V4H22V2h8a2,2,0,0,1,2,2Z" }), children);
970
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,21c-0.5,0-1-0.2-1.4-0.6l-3-3C19.2,17,19,16.5,19,16s0.2-1,0.6-1.4l3-3C23,11.2,23.5,11,24,11c0.5,0,1,0.2,1.4,0.6l3,3 C28.8,15,29,15.5,29,16c0,0.5-0.2,1-0.6,1.4l-3,3C25,20.8,24.5,21,24,21z M24,13l-3,3l3,3l3-3L24,13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,13c-0.5,0-1-0.2-1.4-0.6l-3-3C11.2,9,11,8.5,11,8s0.2-1,0.6-1.4l3-3C15,3.2,15.5,3,16,3c0.5,0,1,0.2,1.4,0.6l3,3 C20.8,7,21,7.5,21,8c0,0.5-0.2,1-0.6,1.4l-3,3C17,12.8,16.5,13,16,13z M16,5l-3,3l3,3l3-3L16,5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,29c-0.5,0-1-0.2-1.4-0.6l-3-3C11.2,25,11,24.5,11,24s0.2-1,0.6-1.4l3-3C15,19.2,15.5,19,16,19c0.5,0,1,0.2,1.4,0.6l3,3 C20.8,23,21,23.5,21,24c0,0.5-0.2,1-0.6,1.4l-3,3C17,28.8,16.5,29,16,29z M16,21l-3,3l3,3l3-3L16,21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,21c-0.5,0-1-0.2-1.4-0.6l-3-3C3.2,17,3,16.5,3,16s0.2-1,0.6-1.4l3-3C7,11.2,7.5,11,8,11c0.5,0,1,0.2,1.4,0.6l3,3 C12.8,15,13,15.5,13,16c0,0.5-0.2,1-0.6,1.4l-3,3C9,20.8,8.5,21,8,21z M8,13l-3,3l3,3l3-3L8,13z" }), children);
973
971
  });
974
- if (process.env.NODE_ENV !== "production") WatsonHealthStackedScrolling_2.propTypes = require_iconPropTypes.iconPropTypes;
975
- const Stamp = /* @__PURE__ */ react.default.forwardRef(function Stamp({ children, size = 16, ...rest }, ref) {
976
- return react.default.createElement(require_Icon.Icon, {
972
+ if (process.env.NODE_ENV !== "production") SoftwareResourceCluster.propTypes = require_iconPropTypes.iconPropTypes;
973
+ const SoftwareResourceReference = /* @__PURE__ */ react.default.forwardRef(function SoftwareResourceReference({ children, size = 16, ...rest }, ref) {
974
+ return react.default.createElement(require_Icon_js, {
977
975
  width: size,
978
976
  height: size,
979
977
  ref,
@@ -981,20 +979,67 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
981
979
  viewBox: "0 0 32 32",
982
980
  fill: "currentColor",
983
981
  ...rest
984
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,18H20V14.8982a7.4938,7.4938,0,0,1,1.1587-3.8542,5.9751,5.9751,0,0,0-1.3735-7.7006,5.9968,5.9968,0,0,0-9.6829,3.54,5.91,5.91,0,0,0,.7478,4.175A7.2573,7.2573,0,0,1,12,14.7942V18H6a2.002,2.002,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2v2a2.0025,2.0025,0,0,0,2,2H24a2.0025,2.0025,0,0,0,2-2V26a2.0025,2.0025,0,0,0,2-2V20A2.002,2.002,0,0,0,26,18ZM12.07,7.244a3.9994,3.9994,0,1,1,7.3728,2.7731A9.76,9.76,0,0,0,18.0664,14H13.94a9.5433,9.5433,0,0,0-1.376-3.9736A3.9366,3.9366,0,0,1,12.07,7.244ZM18,16v2H14V16Zm6,12H8V26H24ZM6,24V20H26v4Z" }), children);
982
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
983
+ d: "M6.9 8.3H11.7V10.3H6.9z",
984
+ transform: "rotate(-45 9.293 9.293)"
985
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.9,19.7l-2.3-2.3C2.2,17,2,16.5,2,16s0.2-1,0.6-1.4l2.3-2.3l1.4,1.4L4,16l2.3,2.3L4.9,19.7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
986
+ d: "M8.3 20.3H10.3V25.1H8.3z",
987
+ transform: "rotate(-45 9.293 22.707)"
988
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30c-0.5,0-1-0.2-1.4-0.6l-2.3-2.3l1.4-1.4L16,28l2.3-2.3l1.4,1.4l-2.3,2.3C17,29.8,16.5,30,16,30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
989
+ d: "M20.3 21.7H25.1V23.7H20.3z",
990
+ transform: "rotate(-45 22.707 22.707)"
991
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.1,19.7l-1.4-1.4L28,16l-2.3-2.3l1.4-1.4l2.3,2.3C29.8,15,30,15.5,30,16s-0.2,1-0.6,1.4L27.1,19.7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
992
+ d: "M21.7 6.9H23.7V11.7H21.7z",
993
+ transform: "rotate(-45 22.707 9.293)"
994
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2c-0.5,0-1,0.2-1.4,0.6l-2.3,2.3l1.4,1.4L16,4l2.3,2.3l1.4-1.4l-2.3-2.3C17,2.2,16.5,2,16,2z" }), children);
985
995
  });
986
- if (process.env.NODE_ENV !== "production") Stamp.propTypes = require_iconPropTypes.iconPropTypes;
987
- const Star = /* @__PURE__ */ react.default.forwardRef(function Star({ children, size = 16, ...rest }, ref) {
988
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
996
+ if (process.env.NODE_ENV !== "production") SoftwareResourceReference.propTypes = require_iconPropTypes.iconPropTypes;
997
+ const SoilMoisture = /* @__PURE__ */ react.default.forwardRef(function SoilMoisture({ children, size = 16, ...rest }, ref) {
998
+ return react.default.createElement(require_Icon_js, {
989
999
  width: size,
990
1000
  height: size,
991
1001
  ref,
992
1002
  xmlns: "http://www.w3.org/2000/svg",
993
- viewBox: "0 0 16 16",
1003
+ viewBox: "0 0 32 32",
994
1004
  fill: "currentColor",
995
1005
  ...rest
996
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,3.3l1.4,2.8l0.2,0.5l0.5,0.1l3.1,0.4L11,9.2l-0.4,0.4l0.1,0.5l0.5,3.1l-2.8-1.4L8,11.5l-0.5,0.2l-2.8,1.4l0.5-3.1 l0.1-0.5L5,9.2L2.8,7l3.1-0.4l0.5-0.1L6.6,6L8,3.3 M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7 L8,1z" }), children);
997
- return react.default.createElement(require_Icon.Icon, {
1006
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.5,28A5.385,5.385,0,0,1,19,22.751a5.3837,5.3837,0,0,1,.874-2.8308L23.49,14.5383a1.217,1.217,0,0,1,2.02,0L29.06,19.8154A5.4923,5.4923,0,0,1,30,22.751,5.385,5.385,0,0,1,24.5,28Zm0-11.38-2.9356,4.3672A3.3586,3.3586,0,0,0,21,22.751a3.51,3.51,0,0,0,7,0,3.4356,3.4356,0,0,0-.63-1.867Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1007
+ cx: "5",
1008
+ cy: "13",
1009
+ r: "1"
1010
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1011
+ cx: "11",
1012
+ cy: "19",
1013
+ r: "1"
1014
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1015
+ cx: "15",
1016
+ cy: "25",
1017
+ r: "1"
1018
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1019
+ cx: "17",
1020
+ cy: "15",
1021
+ r: "1"
1022
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1023
+ cx: "13",
1024
+ cy: "11",
1025
+ r: "1"
1026
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1027
+ cx: "27",
1028
+ cy: "11",
1029
+ r: "1"
1030
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1031
+ cx: "9",
1032
+ cy: "27",
1033
+ r: "1"
1034
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1035
+ cx: "3",
1036
+ cy: "21",
1037
+ r: "1"
1038
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H30V8H2z" }), children);
1039
+ });
1040
+ if (process.env.NODE_ENV !== "production") SoilMoisture.propTypes = require_iconPropTypes.iconPropTypes;
1041
+ const SoilMoistureField = /* @__PURE__ */ react.default.forwardRef(function SoilMoistureField({ children, size = 16, ...rest }, ref) {
1042
+ return react.default.createElement(require_Icon_js, {
998
1043
  width: size,
999
1044
  height: size,
1000
1045
  ref,
@@ -1002,20 +1047,23 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1002
1047
  viewBox: "0 0 32 32",
1003
1048
  fill: "currentColor",
1004
1049
  ...rest
1005
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6.52l2.76,5.58.46,1,1,.15,6.16.89L22,18.44l-.75.73.18,1,1.05,6.13-5.51-2.89L16,23l-.93.49L9.56,26.34l1-6.13.18-1L10,18.44,5.58,14.09l6.16-.89,1-.15.46-1L16,6.52M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z" }), children);
1050
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.5,30a5.202,5.202,0,0,1-4.626-8.08L23.49,16.5382a1.217,1.217,0,0,1,2.02,0L29.06,21.8154A5.4921,5.4921,0,0,1,30,24.751,5.385,5.385,0,0,1,24.5,30Zm0-11.38-2.9356,4.3672A3.2079,3.2079,0,0,0,24.5,28,3.3855,3.3855,0,0,0,28,24.751a3.4354,3.4354,0,0,0-.63-1.867Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,16V11h1a4.0045,4.0045,0,0,0,4-4V4H13a3.9779,3.9779,0,0,0-2.7468,1.1067A6.0034,6.0034,0,0,0,5,2H2V5a6.0066,6.0066,0,0,0,6,6H9v5H2v2H16V16ZM13,6h1V7a2.002,2.002,0,0,1-2,2H11V8A2.002,2.002,0,0,1,13,6ZM8,9A4.0045,4.0045,0,0,1,4,5V4H5A4.0045,4.0045,0,0,1,9,8V9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 21H16V23H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H16V28H2z" }), children);
1006
1051
  });
1007
- if (process.env.NODE_ENV !== "production") Star.propTypes = require_iconPropTypes.iconPropTypes;
1008
- const StarFilled = /* @__PURE__ */ react.default.forwardRef(function StarFilled({ children, size = 16, ...rest }, ref) {
1009
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1052
+ if (process.env.NODE_ENV !== "production") SoilMoistureField.propTypes = require_iconPropTypes.iconPropTypes;
1053
+ const SoilMoistureGlobal = /* @__PURE__ */ react.default.forwardRef(function SoilMoistureGlobal({ children, size = 16, ...rest }, ref) {
1054
+ return react.default.createElement(require_Icon_js, {
1010
1055
  width: size,
1011
1056
  height: size,
1012
1057
  ref,
1013
1058
  xmlns: "http://www.w3.org/2000/svg",
1014
- viewBox: "0 0 16 16",
1059
+ viewBox: "0 0 32 32",
1015
1060
  fill: "currentColor",
1016
1061
  ...rest
1017
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7L8,1z" }), children);
1018
- return react.default.createElement(require_Icon.Icon, {
1062
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30a4.7347,4.7347,0,0,1-4.2075-7.35l3.3687-5.1942a1,1,0,0,1,1.6779,0l3.3152,5.11A4.9753,4.9753,0,0,1,30,25.2231,4.8979,4.8979,0,0,1,25,30Zm0-10.1629-2.5078,3.8662A2.9264,2.9264,0,1,0,28,25.2231a2.96,2.96,0,0,0-.5444-1.6028Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,24H9A17.0192,17.0192,0,0,1,26,7h4V9H26A15.017,15.017,0,0,0,11,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,24H14A12.0137,12.0137,0,0,1,26,12h4v2H26A10.0113,10.0113,0,0,0,16,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,2A21.8625,21.8625,0,0,0,13.9993,5.5757,21.856,21.856,0,0,0,2,2V4A19.8735,19.8735,0,0,1,12.2622,6.835,22.1514,22.1514,0,0,0,9.9475,8.979,17.001,17.001,0,0,0,2,7V9a15.0142,15.0142,0,0,1,6.6191,1.5366,22.0768,22.0768,0,0,0-1.7016,2.5371A12.0319,12.0319,0,0,0,2,12v2a9.8838,9.8838,0,0,1,4.0007.8506A21.861,21.861,0,0,0,4,24H6A20.0226,20.0226,0,0,1,26,4h4V2Z" }), children);
1063
+ });
1064
+ if (process.env.NODE_ENV !== "production") SoilMoistureGlobal.propTypes = require_iconPropTypes.iconPropTypes;
1065
+ const SoilTemperature = /* @__PURE__ */ react.default.forwardRef(function SoilTemperature({ children, size = 16, ...rest }, ref) {
1066
+ return react.default.createElement(require_Icon_js, {
1019
1067
  width: size,
1020
1068
  height: size,
1021
1069
  ref,
@@ -1023,20 +1071,51 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1023
1071
  viewBox: "0 0 32 32",
1024
1072
  fill: "currentColor",
1025
1073
  ...rest
1026
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z" }), children);
1074
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1075
+ cx: "5",
1076
+ cy: "13",
1077
+ r: "1"
1078
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1079
+ cx: "11",
1080
+ cy: "19",
1081
+ r: "1"
1082
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1083
+ cx: "15",
1084
+ cy: "25",
1085
+ r: "1"
1086
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1087
+ cx: "17",
1088
+ cy: "15",
1089
+ r: "1"
1090
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1091
+ cx: "13",
1092
+ cy: "11",
1093
+ r: "1"
1094
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1095
+ cx: "9",
1096
+ cy: "27",
1097
+ r: "1"
1098
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1099
+ cx: "3",
1100
+ cy: "21",
1101
+ r: "1"
1102
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30a4.9863,4.9863,0,0,1-3-8.98V15a3,3,0,0,1,6,0v6.02A4.9863,4.9863,0,0,1,25,30Zm0-16a1.0011,1.0011,0,0,0-1,1v7.13l-.4971.2893A2.9676,2.9676,0,0,0,22,25a3,3,0,0,0,6,0,2.9676,2.9676,0,0,0-1.5029-2.5811L26,22.13V15A1.0011,1.0011,0,0,0,25,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H30V8H2z" }), children);
1027
1103
  });
1028
- if (process.env.NODE_ENV !== "production") StarFilled.propTypes = require_iconPropTypes.iconPropTypes;
1029
- const StarHalf = /* @__PURE__ */ react.default.forwardRef(function StarHalf({ children, size = 16, ...rest }, ref) {
1030
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1104
+ if (process.env.NODE_ENV !== "production") SoilTemperature.propTypes = require_iconPropTypes.iconPropTypes;
1105
+ const SoilTemperatureField = /* @__PURE__ */ react.default.forwardRef(function SoilTemperatureField({ children, size = 16, ...rest }, ref) {
1106
+ return react.default.createElement(require_Icon_js, {
1031
1107
  width: size,
1032
1108
  height: size,
1033
1109
  ref,
1034
1110
  xmlns: "http://www.w3.org/2000/svg",
1035
- viewBox: "0 0 16 16",
1111
+ viewBox: "0 0 32 32",
1036
1112
  fill: "currentColor",
1037
1113
  ...rest
1038
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.7 5.6.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z" }), children);
1039
- return react.default.createElement(require_Icon.Icon, {
1114
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,16V11h1a4.0045,4.0045,0,0,0,4-4V4H13a3.9779,3.9779,0,0,0-2.7468,1.1067A6.0034,6.0034,0,0,0,5,2H2V5a6.0066,6.0066,0,0,0,6,6H9v5H2v2H16V16ZM13,6h1V7a2.002,2.002,0,0,1-2,2H11V8A2.002,2.002,0,0,1,13,6ZM8,9A4.0045,4.0045,0,0,1,4,5V4H5A4.0045,4.0045,0,0,1,9,8V9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 21H16V23H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H16V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30a4.9863,4.9863,0,0,1-3-8.98V15a3,3,0,0,1,6,0v6.02A4.9863,4.9863,0,0,1,25,30Zm0-16a1.0011,1.0011,0,0,0-1,1v7.13l-.4971.2893A2.9676,2.9676,0,0,0,22,25a3,3,0,0,0,6,0,2.9676,2.9676,0,0,0-1.5029-2.5811L26,22.13V15A1.0011,1.0011,0,0,0,25,14Z" }), children);
1115
+ });
1116
+ if (process.env.NODE_ENV !== "production") SoilTemperatureField.propTypes = require_iconPropTypes.iconPropTypes;
1117
+ const SoilTemperatureGlobal = /* @__PURE__ */ react.default.forwardRef(function SoilTemperatureGlobal({ children, size = 16, ...rest }, ref) {
1118
+ return react.default.createElement(require_Icon_js, {
1040
1119
  width: size,
1041
1120
  height: size,
1042
1121
  ref,
@@ -1044,11 +1123,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1044
1123
  viewBox: "0 0 32 32",
1045
1124
  fill: "currentColor",
1046
1125
  ...rest
1047
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.45 11.22 1.28 12.7 8.64 19.87 6.9 30 16 25.22 16 2 11.45 11.22z" }), children);
1126
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30a4.9863,4.9863,0,0,1-3-8.98V15a3,3,0,0,1,6,0v6.02A4.9863,4.9863,0,0,1,25,30Zm0-16a1.0011,1.0011,0,0,0-1,1v7.13l-.4971.2893A2.9676,2.9676,0,0,0,22,25a3,3,0,0,0,6,0,2.9676,2.9676,0,0,0-1.5029-2.5811L26,22.13V15A1.0011,1.0011,0,0,0,25,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,24H14a11.89,11.89,0,0,1,3.7642-8.7271l1.373,1.4542A9.909,9.909,0,0,0,16,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,24H9A17.0192,17.0192,0,0,1,26,7h4V9H26A15.017,15.017,0,0,0,11,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,2A21.8625,21.8625,0,0,0,13.9993,5.5757,21.856,21.856,0,0,0,2,2V4A19.8735,19.8735,0,0,1,12.2622,6.835,22.1514,22.1514,0,0,0,9.9475,8.979,17.001,17.001,0,0,0,2,7V9a15.0142,15.0142,0,0,1,6.6191,1.5366,22.0768,22.0768,0,0,0-1.7016,2.5371A12.0319,12.0319,0,0,0,2,12v2a9.8838,9.8838,0,0,1,4.0007.8506A21.861,21.861,0,0,0,4,24H6A20.0226,20.0226,0,0,1,26,4h4V2Z" }), children);
1048
1127
  });
1049
- if (process.env.NODE_ENV !== "production") StarHalf.propTypes = require_iconPropTypes.iconPropTypes;
1050
- const StarReview = /* @__PURE__ */ react.default.forwardRef(function StarReview({ children, size = 16, ...rest }, ref) {
1051
- return react.default.createElement(require_Icon.Icon, {
1128
+ if (process.env.NODE_ENV !== "production") SoilTemperatureGlobal.propTypes = require_iconPropTypes.iconPropTypes;
1129
+ const SolarPanel = /* @__PURE__ */ react.default.forwardRef(function SolarPanel({ children, size = 16, ...rest }, ref) {
1130
+ return react.default.createElement(require_Icon_js, {
1052
1131
  width: size,
1053
1132
  height: size,
1054
1133
  ref,
@@ -1056,11 +1135,17 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1056
1135
  viewBox: "0 0 32 32",
1057
1136
  fill: "currentColor",
1058
1137
  ...rest
1059
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 26H26V28H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 22H30V24H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 18H30V20H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.549 11.217 16 2 11.451 11.217 1.28 12.695 8.64 19.87 6.902 30 14 26.269 14 24.009 9.559 26.344 10.611 20.208 10.789 19.171 10.036 18.438 5.578 14.091 11.739 13.196 12.779 13.045 13.245 12.102 16 6.519 18.755 12.102 19.221 13.045 20.261 13.196 27.715 14.281 28 12.3 20.549 11.217z" }), children);
1138
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,26V14H13V26h5v2H2v2H30V28H25V26Zm-5-2V21h3v3Zm-2-3v3H20V21Zm-3-2V16h3v3Zm8,0H25V16h3ZM18,16v3H15V16Zm-3,8V21h3v3Zm8,4H20V26h3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.3328,14.981A4,4,0,1,1,16,12H14a2,2,0,1,0-3.3333,1.4907Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 2H13V6H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11H6V13H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1139
+ d: "M5.343 4.343H7.343V8.343H5.343z",
1140
+ transform: "rotate(-45 6.343 6.343)"
1141
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1142
+ d: "M16.657 4.343H18.657V8.343H16.657z",
1143
+ transform: "rotate(225 17.657 6.343)"
1144
+ }), children);
1060
1145
  });
1061
- if (process.env.NODE_ENV !== "production") StarReview.propTypes = require_iconPropTypes.iconPropTypes;
1062
- const WatsonHealthStatusAcknowledge = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStatusAcknowledge({ children, size = 16, ...rest }, ref) {
1063
- return react.default.createElement(require_Icon.Icon, {
1146
+ if (process.env.NODE_ENV !== "production") SolarPanel.propTypes = require_iconPropTypes.iconPropTypes;
1147
+ const SortAscending = /* @__PURE__ */ react.default.forwardRef(function SortAscending({ children, size = 16, ...rest }, ref) {
1148
+ return react.default.createElement(require_Icon_js, {
1064
1149
  width: size,
1065
1150
  height: size,
1066
1151
  ref,
@@ -1068,11 +1153,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1068
1153
  viewBox: "0 0 32 32",
1069
1154
  fill: "currentColor",
1070
1155
  ...rest
1071
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,24,30Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,24,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 15.59 9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z" }), children);
1156
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 22 19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 18H16V20H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H16V14H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 6H16V8H10z" }), children);
1072
1157
  });
1073
- if (process.env.NODE_ENV !== "production") WatsonHealthStatusAcknowledge.propTypes = require_iconPropTypes.iconPropTypes;
1074
- const WatsonHealthStatusChange = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStatusChange({ children, size = 16, ...rest }, ref) {
1075
- return react.default.createElement(require_Icon.Icon, {
1158
+ if (process.env.NODE_ENV !== "production") SortAscending.propTypes = require_iconPropTypes.iconPropTypes;
1159
+ const SortDescending = /* @__PURE__ */ react.default.forwardRef(function SortDescending({ children, size = 16, ...rest }, ref) {
1160
+ return react.default.createElement(require_Icon_js, {
1076
1161
  width: size,
1077
1162
  height: size,
1078
1163
  ref,
@@ -1080,11 +1165,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1080
1165
  viewBox: "0 0 32 32",
1081
1166
  fill: "currentColor",
1082
1167
  ...rest
1083
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,30a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,7,30Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,7,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,23,30Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,23,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,7v7l3.5859-3.4141L29,12l-6,6-6-6,1.4141-1.4141L22,14V7a1.0009,1.0009,0,0,0-1-1H9A1.0006,1.0006,0,0,0,8,7V18H6V7A3.0033,3.0033,0,0,1,9,4H21A3.0033,3.0033,0,0,1,24,7Z" }), children);
1168
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 22 19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H16V8H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H16V14H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 18H16V20H10z" }), children);
1084
1169
  });
1085
- if (process.env.NODE_ENV !== "production") WatsonHealthStatusChange.propTypes = require_iconPropTypes.iconPropTypes;
1086
- const WatsonHealthStatusPartialFail = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStatusPartialFail({ children, size = 16, ...rest }, ref) {
1087
- return react.default.createElement(require_Icon.Icon, {
1170
+ if (process.env.NODE_ENV !== "production") SortDescending.propTypes = require_iconPropTypes.iconPropTypes;
1171
+ const SortRemove = /* @__PURE__ */ react.default.forwardRef(function SortRemove({ children, size = 16, ...rest }, ref) {
1172
+ return react.default.createElement(require_Icon_js, {
1088
1173
  width: size,
1089
1174
  height: size,
1090
1175
  ref,
@@ -1092,11 +1177,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1092
1177
  viewBox: "0 0 32 32",
1093
1178
  fill: "currentColor",
1094
1179
  ...rest
1095
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.1407,23.7642l1.5315,1.2851a13.976,13.976,0,0,0,2.4408-4.1821l-1.8776-.6836A11.9729,11.9729,0,0,1,25.1407,23.7642Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,27.81l.4128,1.9677A13.8888,13.8888,0,0,0,22.9543,28.14L22,26.4087A12.52,12.52,0,0,1,18,27.81Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,26.4087,9,28.14a14.14,14.14,0,0,0,4.5872,1.6382l.3469-1.9677A12.1519,12.1519,0,0,1,10,26.4087Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.7646,20.1836l-1.8776.6836a13.976,13.976,0,0,0,2.4408,4.1821l1.5315-1.2851A11.9729,11.9729,0,0,1,4.7646,20.1836Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,16,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 8H17V19H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,16H28A12,12,0,0,0,4,16H2a14,14,0,0,1,28,0Z" }), children);
1180
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 19.415 28.586 18 25 21.587 21.414 18 20 19.415 23.586 23 20 26.586 21.414 28 25 24.414 28.586 28 30 26.586 26.414 23 30 19.415z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 18H16V20H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H16V8H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H16V14H6z" }), children);
1096
1181
  });
1097
- if (process.env.NODE_ENV !== "production") WatsonHealthStatusPartialFail.propTypes = require_iconPropTypes.iconPropTypes;
1098
- const WatsonHealthStatusResolved = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStatusResolved({ children, size = 16, ...rest }, ref) {
1099
- return react.default.createElement(require_Icon.Icon, {
1182
+ if (process.env.NODE_ENV !== "production") SortRemove.propTypes = require_iconPropTypes.iconPropTypes;
1183
+ const SortingAToZ = /* @__PURE__ */ react.default.forwardRef(function SortingAToZ({ children, size = 16, ...rest }, ref) {
1184
+ return react.default.createElement(require_Icon_js, {
1100
1185
  width: size,
1101
1186
  height: size,
1102
1187
  ref,
@@ -1104,11 +1189,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1104
1189
  viewBox: "0 0 32 32",
1105
1190
  fill: "currentColor",
1106
1191
  ...rest
1107
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 28.414 16 23.413 17.413 22 21 25.586 28.585 18 30 19.415 21 28.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 15.59 9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.8193,25.8022a11.992,11.992,0,1,1,13.9829-9.6215l-1.9668-.3614A10.001,10.001,0,1,0,12.1807,23.835Z" }), children);
1192
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,13c0-1.103-.8975-2-2-2h-5v2h5v2h-4c-1.1046,0-2,.8954-2,2v2c0,1.1046.8954,2,2,2h6v-8ZM9,19h-4v-2h4v2ZM16,2l-5,6h10l-5-6ZM16,30l5-6h-10l5,6ZM29,11h-8v2h5.5l-5.5,6v2h8v-2h-5.4927l5.4927-6v-2ZM19,17v-2h-6v2h6Z" }), children);
1108
1193
  });
1109
- if (process.env.NODE_ENV !== "production") WatsonHealthStatusResolved.propTypes = require_iconPropTypes.iconPropTypes;
1110
- const StayInside = /* @__PURE__ */ react.default.forwardRef(function StayInside({ children, size = 16, ...rest }, ref) {
1111
- return react.default.createElement(require_Icon.Icon, {
1194
+ if (process.env.NODE_ENV !== "production") SortingAToZ.propTypes = require_iconPropTypes.iconPropTypes;
1195
+ const SortingHighestToLowestNumber = /* @__PURE__ */ react.default.forwardRef(function SortingHighestToLowestNumber({ children, size = 16, ...rest }, ref) {
1196
+ return react.default.createElement(require_Icon_js, {
1112
1197
  width: size,
1113
1198
  height: size,
1114
1199
  ref,
@@ -1116,11 +1201,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1116
1201
  viewBox: "0 0 32 32",
1117
1202
  fill: "currentColor",
1118
1203
  ...rest
1119
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30H21V28a3.0033,3.0033,0,0,0-3-3H14a3.0033,3.0033,0,0,0-3,3v2H9V28a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,13a3,3,0,1,1-3,3,3,3,0,0,1,3-3m0-2a5,5,0,1,0,5,5A5,5,0,0,0,16,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H28V14.4639L16,4.31,4,14.4639V30H2V14a1,1,0,0,1,.354-.7634l13-11a1,1,0,0,1,1.292,0l13,11A1,1,0,0,1,30,14Z" }), children);
1204
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.9756,2l-5,6h10l-5-6ZM15.9756,30l5-6h-10l5,6ZM24.9756,19v-8h-2v1h-2v2h2v5h-2v2h6v-2h-2ZM10.9756,19h-4v-2h2c1.1025,0,2-.897,2-2v-2c0-1.103-.8975-2-2-2h-4v2h4v2h-2c-1.103,0-2,.897-2,2v4h6v-2ZM18.9756,17v-2h-6v2h6Z" }), children);
1120
1205
  });
1121
- if (process.env.NODE_ENV !== "production") StayInside.propTypes = require_iconPropTypes.iconPropTypes;
1122
- const StemLeafPlot = /* @__PURE__ */ react.default.forwardRef(function StemLeafPlot({ children, size = 16, ...rest }, ref) {
1123
- return react.default.createElement(require_Icon.Icon, {
1206
+ if (process.env.NODE_ENV !== "production") SortingHighestToLowestNumber.propTypes = require_iconPropTypes.iconPropTypes;
1207
+ const SortingLowestToHighestNumber = /* @__PURE__ */ react.default.forwardRef(function SortingLowestToHighestNumber({ children, size = 16, ...rest }, ref) {
1208
+ return react.default.createElement(require_Icon_js, {
1124
1209
  width: size,
1125
1210
  height: size,
1126
1211
  ref,
@@ -1128,11 +1213,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1128
1213
  viewBox: "0 0 32 32",
1129
1214
  fill: "currentColor",
1130
1215
  ...rest
1131
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,10a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,19,10Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,19,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,19,19Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,19,15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,27,19Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,27,15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,28a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,19,28Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,19,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 2H14V30H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,28a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,28Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,7,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,7,15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,10a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,10ZM7,6A1,1,0,1,0,8,7,1.0011,1.0011,0,0,0,7,6Z" }), children);
1216
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.9756,2l-5,6h10l-5-6ZM15.9756,30l5-6h-10l5,6ZM10.9756,19h-2v-8h-2v1h-2v2h2v5h-2v2h6v-2ZM24.9756,17c1.1025,0,2-.897,2-2v-2c0-1.103-.8975-2-2-2h-4v2h4v2h-2c-1.103,0-2,.897-2,2v4h6v-2h-4v-2h2ZM18.9756,17v-2h-6v2h6Z" }), children);
1132
1217
  });
1133
- if (process.env.NODE_ENV !== "production") StemLeafPlot.propTypes = require_iconPropTypes.iconPropTypes;
1134
- const Stethoscope = /* @__PURE__ */ react.default.forwardRef(function Stethoscope({ children, size = 16, ...rest }, ref) {
1135
- return react.default.createElement(require_Icon.Icon, {
1218
+ if (process.env.NODE_ENV !== "production") SortingLowestToHighestNumber.propTypes = require_iconPropTypes.iconPropTypes;
1219
+ const SortingZToA = /* @__PURE__ */ react.default.forwardRef(function SortingZToA({ children, size = 16, ...rest }, ref) {
1220
+ return react.default.createElement(require_Icon_js, {
1136
1221
  width: size,
1137
1222
  height: size,
1138
1223
  ref,
@@ -1140,11 +1225,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1140
1225
  viewBox: "0 0 32 32",
1141
1226
  fill: "currentColor",
1142
1227
  ...rest
1143
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,2V4h2v6a4,4,0,0,1-8,0V4h2V2H16v8a6.0051,6.0051,0,0,0,5,5.91V22A6,6,0,0,1,9,22V15.8579a4,4,0,1,0-2,0V22a8,8,0,0,0,16,0V15.91A6.0051,6.0051,0,0,0,28,10V2ZM6,12a2,2,0,1,1,2,2A2.0023,2.0023,0,0,1,6,12Z" }), children);
1228
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,11h-5v2h5v2h-4c-1.1046,0-2,.8954-2,2v2c0,1.1046.8954,2,2,2h6v-8c0-1.103-.8975-2-2-2ZM27,19h-4v-2h4v2ZM16,2l-5,6h10l-5-6ZM16,30l5-6h-10l5,6ZM11,19h-5.4927l5.4927-6v-2H3v2h5.5l-5.5,6v2h8v-2ZM19,17v-2h-6v2h6Z" }), children);
1144
1229
  });
1145
- if (process.env.NODE_ENV !== "production") Stethoscope.propTypes = require_iconPropTypes.iconPropTypes;
1146
- const Stickies = /* @__PURE__ */ react.default.forwardRef(function Stickies({ children, size = 16, ...rest }, ref) {
1147
- return react.default.createElement(require_Icon.Icon, {
1230
+ if (process.env.NODE_ENV !== "production") SortingZToA.propTypes = require_iconPropTypes.iconPropTypes;
1231
+ const SourceControl = /* @__PURE__ */ react.default.forwardRef(function SourceControl({ children, size = 16, ...rest }, ref) {
1232
+ return react.default.createElement(require_Icon_js, {
1148
1233
  width: size,
1149
1234
  height: size,
1150
1235
  ref,
@@ -1152,20 +1237,23 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1152
1237
  viewBox: "0 0 32 32",
1153
1238
  fill: "currentColor",
1154
1239
  ...rest
1155
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,22v-12c0-1.1-.9-2-2-2H12c-1.1,0-2,.9-2,2v18c0,1.1.9,2,2,2h10c.3,0,.5-.1.7-.3l7-7c.2-.2.3-.4.3-.7ZM22,22h5.6s-5.6,5.6-5.6,5.6v-5.6ZM28,20h-6c-1.1,0-2,.9-2,2v6h-8V10h16v10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,22V4h16v2h2v-2c0-1.1001-.8999-2-2-2H4c-1.1001,0-2,.8999-2,2v18c0,1.1001.8999,2,2,2h4v-2H4Z" }), children);
1240
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.0002,12.0001c0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v1.142c0,.5513-.4482,1-1,1h-10c-.3523,0-.6857.0723-1,.1843v-8.3263c1.7205-.4471,3-1.9996,3-3.858,0-2.2056-1.7939-4-4-4s-4,1.7944-4,4c0,1.8584,1.2795,3.4109,3,3.858v12.2839c-1.7205.4471-3,1.9996-3,3.858,0,2.2056,1.7939,4,4,4s4-1.7944,4-4c0-1.8584-1.2795-3.4109-3-3.858v-1.142c0-.5513.4482-1,1-1h10c1.6543,0,3-1.3457,3-3v-1.142c1.7205-.4471,3-1.9996,3-3.858ZM11.0002,26.0001c0,1.103-.8975,2-2,2s-2-.897-2-2,.8975-2,2-2,2,.897,2,2ZM7.0002,6.0001c0-1.103.8975-2,2-2s2,.897,2,2-.8975,2-2,2-2-.897-2-2ZM23.0002,14.0001c-1.1025,0-2-.897-2-2s.8975-2,2-2,2,.897,2,2-.8975,2-2,2Z" }), children);
1156
1241
  });
1157
- if (process.env.NODE_ENV !== "production") Stickies.propTypes = require_iconPropTypes.iconPropTypes;
1158
- const Stop = /* @__PURE__ */ react.default.forwardRef(function Stop({ children, size = 16, ...rest }, ref) {
1159
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1242
+ if (process.env.NODE_ENV !== "production") SourceControl.propTypes = require_iconPropTypes.iconPropTypes;
1243
+ const SpellCheck = /* @__PURE__ */ react.default.forwardRef(function SpellCheck({ children, size = 16, ...rest }, ref) {
1244
+ return react.default.createElement(require_Icon_js, {
1160
1245
  width: size,
1161
1246
  height: size,
1162
1247
  ref,
1163
1248
  xmlns: "http://www.w3.org/2000/svg",
1164
- viewBox: "0 0 16 16",
1249
+ viewBox: "0 0 32 32",
1165
1250
  fill: "currentColor",
1166
1251
  ...rest
1167
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4v8H4V4H12 M12,3H4C3.4,3,3,3.4,3,4v8c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V4C13,3.4,12.6,3,12,3z" }), children);
1168
- return react.default.createElement(require_Icon.Icon, {
1252
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,22h2L17,10H15L10,22h2l1.24-3h5.53Zm-5.93-5,1.82-4.42h.25L18,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,28H6a2,2,0,0,1-2-2V6A2,2,0,0,1,6,4H26a2,2,0,0,1,2,2V17H26V6H6V26h6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 27.18 20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z" }), children);
1253
+ });
1254
+ if (process.env.NODE_ENV !== "production") SpellCheck.propTypes = require_iconPropTypes.iconPropTypes;
1255
+ const WatsonHealthSpineLabel = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSpineLabel({ children, size = 16, ...rest }, ref) {
1256
+ return react.default.createElement(require_Icon_js, {
1169
1257
  width: size,
1170
1258
  height: size,
1171
1259
  ref,
@@ -1173,20 +1261,23 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1173
1261
  viewBox: "0 0 32 32",
1174
1262
  fill: "currentColor",
1175
1263
  ...rest
1176
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,8V24H8V8H24m0-2H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z" }), children);
1264
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 11 3 13 8.59 13 2.29 19.29 3.71 20.71 10 14.41 10 20 12 20 12 11 3 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,13H23V12H21v1H18a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h3v1h2V19h3a2,2,0,0,0,2-2V15A2,2,0,0,0,26,13Zm-8,4V15h8v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,23H23V22H21v1H18a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h3v1h2V29h3a2,2,0,0,0,2-2V25A2,2,0,0,0,26,23Zm-8,4V25h8v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,3H23V2H21V3H18a2,2,0,0,0-2,2V7a2,2,0,0,0,2,2h3v1h2V9h3a2,2,0,0,0,2-2V5A2,2,0,0,0,26,3ZM18,7V5h8V7Z" }), children);
1177
1265
  });
1178
- if (process.env.NODE_ENV !== "production") Stop.propTypes = require_iconPropTypes.iconPropTypes;
1179
- const StopFilled = /* @__PURE__ */ react.default.forwardRef(function StopFilled({ children, size = 16, ...rest }, ref) {
1180
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1266
+ if (process.env.NODE_ENV !== "production") WatsonHealthSpineLabel.propTypes = require_iconPropTypes.iconPropTypes;
1267
+ const Split = /* @__PURE__ */ react.default.forwardRef(function Split({ children, size = 16, ...rest }, ref) {
1268
+ return react.default.createElement(require_Icon_js, {
1181
1269
  width: size,
1182
1270
  height: size,
1183
1271
  ref,
1184
1272
  xmlns: "http://www.w3.org/2000/svg",
1185
- viewBox: "0 0 16 16",
1273
+ viewBox: "0 0 32 32",
1186
1274
  fill: "currentColor",
1187
1275
  ...rest
1188
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z" }), children);
1189
- return react.default.createElement(require_Icon.Icon, {
1276
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 20H17V24H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 14H17V18H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 8H17V12H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16A12.01,12.01,0,0,0,17,4.0508V2H15V4.0508a11.99,11.99,0,0,0,0,23.8984V30h2V27.9492A12.01,12.01,0,0,0,28,16ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z" }), children);
1277
+ });
1278
+ if (process.env.NODE_ENV !== "production") Split.propTypes = require_iconPropTypes.iconPropTypes;
1279
+ const WatsonHealthSplitDiscard = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSplitDiscard({ children, size = 16, ...rest }, ref) {
1280
+ return react.default.createElement(require_Icon_js, {
1190
1281
  width: size,
1191
1282
  height: size,
1192
1283
  ref,
@@ -1194,11 +1285,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1194
1285
  viewBox: "0 0 32 32",
1195
1286
  fill: "currentColor",
1196
1287
  ...rest
1197
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z" }), children);
1288
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16A12.01,12.01,0,0,0,17,4.0508V2H15V4.0508a11.99,11.99,0,0,0,0,23.8984V30h2V27.9492A12.01,12.01,0,0,0,28,16ZM16,26V6a10,10,0,0,1,0,20Z" }), children);
1198
1289
  });
1199
- if (process.env.NODE_ENV !== "production") StopFilled.propTypes = require_iconPropTypes.iconPropTypes;
1200
- const StopFilledAlt = /* @__PURE__ */ react.default.forwardRef(function StopFilledAlt({ children, size = 16, ...rest }, ref) {
1201
- return react.default.createElement(require_Icon.Icon, {
1290
+ if (process.env.NODE_ENV !== "production") WatsonHealthSplitDiscard.propTypes = require_iconPropTypes.iconPropTypes;
1291
+ const SplitScreen = /* @__PURE__ */ react.default.forwardRef(function SplitScreen({ children, size = 16, ...rest }, ref) {
1292
+ return react.default.createElement(require_Icon_js, {
1202
1293
  width: size,
1203
1294
  height: size,
1204
1295
  ref,
@@ -1206,20 +1297,23 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1206
1297
  viewBox: "0 0 32 32",
1207
1298
  fill: "currentColor",
1208
1299
  ...rest
1209
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,6H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z" }), children);
1300
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 4H17V28H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,7V25H4V7h6m0-2H4A2,2,0,0,0,2,7V25a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,7V25H22V7h6m0-2H22a2,2,0,0,0-2,2V25a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2Z" }), children);
1210
1301
  });
1211
- if (process.env.NODE_ENV !== "production") StopFilledAlt.propTypes = require_iconPropTypes.iconPropTypes;
1212
- const StopOutline = /* @__PURE__ */ react.default.forwardRef(function StopOutline({ children, size = 16, ...rest }, ref) {
1213
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1302
+ if (process.env.NODE_ENV !== "production") SplitScreen.propTypes = require_iconPropTypes.iconPropTypes;
1303
+ const SprayPaint = /* @__PURE__ */ react.default.forwardRef(function SprayPaint({ children, size = 16, ...rest }, ref) {
1304
+ return react.default.createElement(require_Icon_js, {
1214
1305
  width: size,
1215
1306
  height: size,
1216
1307
  ref,
1217
1308
  xmlns: "http://www.w3.org/2000/svg",
1218
- viewBox: "0 0 16 16",
1309
+ viewBox: "0 0 32 32",
1219
1310
  fill: "currentColor",
1220
1311
  ...rest
1221
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,6v4H6V6H10 M10,5H6C5.4,5,5,5.4,5,6v4c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1V6C11,5.4,10.6,5,10,5z" }), children);
1222
- return react.default.createElement(require_Icon.Icon, {
1312
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,23A4.5,4.5,0,1,1,27,18.5,4.505,4.505,0,0,1,22.5,23Zm0-7A2.5,2.5,0,1,0,25,18.5,2.5026,2.5026,0,0,0,22.5,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,8H26V3H19V8H17a2.002,2.002,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8ZM21,5h3V8H21ZM17,28V10H28l.002,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 14H5V17H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 9H10V12H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 9H5V12H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 4H15V7H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 4H10V7H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 4H5V7H2z" }), children);
1313
+ });
1314
+ if (process.env.NODE_ENV !== "production") SprayPaint.propTypes = require_iconPropTypes.iconPropTypes;
1315
+ const Sprout = /* @__PURE__ */ react.default.forwardRef(function Sprout({ children, size = 16, ...rest }, ref) {
1316
+ return react.default.createElement(require_Icon_js, {
1223
1317
  width: size,
1224
1318
  height: size,
1225
1319
  ref,
@@ -1227,20 +1321,23 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1227
1321
  viewBox: "0 0 32 32",
1228
1322
  fill: "currentColor",
1229
1323
  ...rest
1230
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,12v8H12V12h8m0-2H12a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2Z" }), children);
1324
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,2A11.01,11.01,0,0,0,14.7549,9.0244,6.9939,6.9939,0,0,0,9,6H6V9a7.0078,7.0078,0,0,0,7,7h1v9.0493a9.9229,9.9229,0,0,0-6.071,2.8794l1.414,1.4141a8,8,0,0,1,12.3086,1.2134l1.6616-1.1128A9.98,9.98,0,0,0,16,25.062V16h1A11.0125,11.0125,0,0,0,28,5V2ZM13,14A5.0057,5.0057,0,0,1,8,9V8H9a5.0054,5.0054,0,0,1,5,5v1ZM26,5a9.01,9.01,0,0,1-9,9H16V13a9.01,9.01,0,0,1,9-9h1Z" }), children);
1231
1325
  });
1232
- if (process.env.NODE_ENV !== "production") StopOutline.propTypes = require_iconPropTypes.iconPropTypes;
1233
- const StopOutlineFilled = /* @__PURE__ */ react.default.forwardRef(function StopOutlineFilled({ children, size = 16, ...rest }, ref) {
1234
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1326
+ if (process.env.NODE_ENV !== "production") Sprout.propTypes = require_iconPropTypes.iconPropTypes;
1327
+ const SpyreAccelerator = /* @__PURE__ */ react.default.forwardRef(function SpyreAccelerator({ children, size = 16, ...rest }, ref) {
1328
+ return react.default.createElement(require_Icon_js, {
1235
1329
  width: size,
1236
1330
  height: size,
1237
1331
  ref,
1238
1332
  xmlns: "http://www.w3.org/2000/svg",
1239
- viewBox: "0 0 16 16",
1333
+ viewBox: "0 0 32 32",
1240
1334
  fill: "currentColor",
1241
1335
  ...rest
1242
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H10V10H6z" }), children);
1243
- return react.default.createElement(require_Icon.Icon, {
1336
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,17c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM7,13c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM13,17c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM13,13c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM25,17c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM25,13c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM2,7v17h6v-3h3v4h16v-4h3V7H2ZM25,23h-12v-2h12v2ZM28,19H6v3h-2v-13h24v10ZM22,11h-6v6h6v-6ZM20,15h-2v-2h2v2Z" }), children);
1337
+ });
1338
+ if (process.env.NODE_ENV !== "production") SpyreAccelerator.propTypes = require_iconPropTypes.iconPropTypes;
1339
+ const Sql = /* @__PURE__ */ react.default.forwardRef(function Sql({ children, size = 16, ...rest }, ref) {
1340
+ return react.default.createElement(require_Icon_js, {
1244
1341
  width: size,
1245
1342
  height: size,
1246
1343
  ref,
@@ -1248,11 +1345,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1248
1345
  viewBox: "0 0 32 32",
1249
1346
  fill: "currentColor",
1250
1347
  ...rest
1251
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 12H20V20H12z" }), children);
1348
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 21 24 9 22 9 22 23 30 23 30 21 24 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,9H14a2,2,0,0,0-2,2V21a2,2,0,0,0,2,2h1v2a2,2,0,0,0,2,2h2V25H17V23h1a2,2,0,0,0,2-2V11A2,2,0,0,0,18,9ZM14,21V11h4V21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,23H2V21H8V17H4a2,2,0,0,1-2-2V11A2,2,0,0,1,4,9h6v2H4v4H8a2,2,0,0,1,2,2v4A2,2,0,0,1,8,23Z" }), children);
1252
1349
  });
1253
- if (process.env.NODE_ENV !== "production") StopOutlineFilled.propTypes = require_iconPropTypes.iconPropTypes;
1254
- const StopSign = /* @__PURE__ */ react.default.forwardRef(function StopSign({ children, size = 16, ...rest }, ref) {
1255
- return react.default.createElement(require_Icon.Icon, {
1350
+ if (process.env.NODE_ENV !== "production") Sql.propTypes = require_iconPropTypes.iconPropTypes;
1351
+ const SquareOutline = /* @__PURE__ */ react.default.forwardRef(function SquareOutline({ children, size = 16, ...rest }, ref) {
1352
+ return react.default.createElement(require_Icon_js, {
1256
1353
  width: size,
1257
1354
  height: size,
1258
1355
  ref,
@@ -1260,11 +1357,14 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1260
1357
  viewBox: "0 0 32 32",
1261
1358
  fill: "currentColor",
1262
1359
  ...rest
1263
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29ZM11.4141,5,5,11.4141v9.1716L11.4141,27h9.1716L27,20.5859V11.4143L20.5859,5H11.4141Z" }), children);
1360
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1361
+ strokeWidth: "0",
1362
+ d: "m26,4H6c-1.1046,0-2,.8954-2,2v20c0,1.1046.8954,2,2,2h20c1.1046,0,2-.8954,2-2V6c0-1.1046-.8954-2-2-2ZM6,26V6h20v20H6Z"
1363
+ }), children);
1264
1364
  });
1265
- if (process.env.NODE_ENV !== "production") StopSign.propTypes = require_iconPropTypes.iconPropTypes;
1266
- const StopSignFilled = /* @__PURE__ */ react.default.forwardRef(function StopSignFilled({ children, size = 16, ...rest }, ref) {
1267
- return react.default.createElement(require_Icon.Icon, {
1365
+ if (process.env.NODE_ENV !== "production") SquareOutline.propTypes = require_iconPropTypes.iconPropTypes;
1366
+ const SquareSlash = /* @__PURE__ */ react.default.forwardRef(function SquareSlash({ children, size = 16, ...rest }, ref) {
1367
+ return react.default.createElement(require_Icon_js, {
1268
1368
  width: size,
1269
1369
  height: size,
1270
1370
  ref,
@@ -1272,11 +1372,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1272
1372
  viewBox: "0 0 32 32",
1273
1373
  fill: "currentColor",
1274
1374
  ...rest
1275
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29Z" }), children);
1375
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H6c-1.103,0-2-.8975-2-2V6c0-1.103.897-2,2-2h20c1.1025,0,2,.897,2,2v20c0,1.1025-.8975,2-2,2ZM6,6v20h20.002l-.002-20H6ZM12.8682,23.4961l-1.7363-.9922,8-14,1.7363.9922-8,14Z" }), children);
1276
1376
  });
1277
- if (process.env.NODE_ENV !== "production") StopSignFilled.propTypes = require_iconPropTypes.iconPropTypes;
1278
- const StoragePool = /* @__PURE__ */ react.default.forwardRef(function StoragePool({ children, size = 16, ...rest }, ref) {
1279
- return react.default.createElement(require_Icon.Icon, {
1377
+ if (process.env.NODE_ENV !== "production") SquareSlash.propTypes = require_iconPropTypes.iconPropTypes;
1378
+ const SquareSolid = /* @__PURE__ */ react.default.forwardRef(function SquareSolid({ children, size = 16, ...rest }, ref) {
1379
+ return react.default.createElement(require_Icon_js, {
1280
1380
  width: size,
1281
1381
  height: size,
1282
1382
  ref,
@@ -1284,43 +1384,32 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1284
1384
  viewBox: "0 0 32 32",
1285
1385
  fill: "currentColor",
1286
1386
  ...rest
1287
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.5,13A3.5,3.5,0,1,1,21,9.5,3.5041,3.5041,0,0,1,17.5,13Zm0-5A1.5,1.5,0,1,0,19,9.5,1.5017,1.5017,0,0,0,17.5,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.5,26A3.5,3.5,0,1,1,18,22.5,3.5041,3.5041,0,0,1,14.5,26Zm0-5A1.5,1.5,0,1,0,16,22.5,1.5017,1.5017,0,0,0,14.5,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.5,18A3.5,3.5,0,1,1,13,14.5,3.5041,3.5041,0,0,1,9.5,18Zm0-5A1.5,1.5,0,1,0,11,14.5,1.5017,1.5017,0,0,0,9.5,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,21A3.5,3.5,0,1,1,26,17.5,3.5041,3.5041,0,0,1,22.5,21Zm0-5A1.5,1.5,0,1,0,24,17.5,1.5017,1.5017,0,0,0,22.5,16Z" }), children);
1387
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,4h20c1.105,0,2,0.895,2,2v20c0,1.105-0.895,2-2,2H6c-1.105,0-2-0.895-2-2V6C4,4.895,4.895,4,6,4z" }), children);
1288
1388
  });
1289
- if (process.env.NODE_ENV !== "production") StoragePool.propTypes = require_iconPropTypes.iconPropTypes;
1290
- const StorageRequest = /* @__PURE__ */ react.default.forwardRef(function StorageRequest({ children, size = 16, ...rest }, ref) {
1291
- return react.default.createElement(require_Icon.Icon, {
1389
+ if (process.env.NODE_ENV !== "production") SquareSolid.propTypes = require_iconPropTypes.iconPropTypes;
1390
+ const SquareFill = /* @__PURE__ */ react.default.forwardRef(function SquareFill({ children, size = 16, ...rest }, ref) {
1391
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") return react.default.createElement(require_Icon_js, {
1292
1392
  width: size,
1293
1393
  height: size,
1294
1394
  ref,
1295
1395
  xmlns: "http://www.w3.org/2000/svg",
1296
- viewBox: "0 0 32 32",
1396
+ viewBox: "0 0 16 16",
1297
1397
  fill: "currentColor",
1298
1398
  ...rest
1299
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,21H2v3a2.0059,2.0059,0,0,0,2,2H7V24H4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,8H7V6H4A2.0059,2.0059,0,0,0,2,8v3H4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 6H23V8H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 6H15V8H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 24H23V26H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 15 4 15 4 13 2 13 2 19 4 19 4 17 28 17 28 19 30 19 30 13 28 13 28 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,24H25v2h3a2.0059,2.0059,0,0,0,2-2V21H28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,6H25V8h3v3h2V8A2.0059,2.0059,0,0,0,28,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 24H15V26H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1300
- cx: "7",
1301
- cy: "12",
1302
- r: "1"
1303
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1304
- cx: "7",
1305
- cy: "20",
1306
- r: "1"
1307
- }), children);
1308
- });
1309
- if (process.env.NODE_ENV !== "production") StorageRequest.propTypes = require_iconPropTypes.iconPropTypes;
1310
- const Store = /* @__PURE__ */ react.default.forwardRef(function Store({ children, size = 16, ...rest }, ref) {
1311
- return react.default.createElement(require_Icon.Icon, {
1399
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 3H13V13H3z" }), children);
1400
+ return react.default.createElement(require_Icon_js, {
1312
1401
  width: size,
1313
1402
  height: size,
1314
1403
  ref,
1315
1404
  xmlns: "http://www.w3.org/2000/svg",
1316
- viewBox: "0 0 32 32",
1405
+ viewBox: "0 0 16 16",
1317
1406
  fill: "currentColor",
1318
1407
  ...rest
1319
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,10.68l-2-6A1,1,0,0,0,27,4H5a1,1,0,0,0-1,.68l-2,6A1.19,1.19,0,0,0,2,11v6a1,1,0,0,0,1,1H4V28H6V18h6V28H28V18h1a1,1,0,0,0,1-1V11A1.19,1.19,0,0,0,30,10.68ZM26,26H14V18H26Zm2-10H24V12H22v4H17V12H15v4H10V12H8v4H4V11.16L5.72,6H26.28L28,11.16Z" }), children);
1408
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 3H13V13H3z" }), children);
1320
1409
  });
1321
- if (process.env.NODE_ENV !== "production") Store.propTypes = require_iconPropTypes.iconPropTypes;
1322
- const Storm = /* @__PURE__ */ react.default.forwardRef(function Storm({ children, size = 16, ...rest }, ref) {
1323
- return react.default.createElement(require_Icon.Icon, {
1410
+ if (process.env.NODE_ENV !== "production") SquareFill.propTypes = require_iconPropTypes.iconPropTypes;
1411
+ const StackLimitation = /* @__PURE__ */ react.default.forwardRef(function StackLimitation({ children, size = 16, ...rest }, ref) {
1412
+ return react.default.createElement(require_Icon_js, {
1324
1413
  width: size,
1325
1414
  height: size,
1326
1415
  ref,
@@ -1328,11 +1417,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1328
1417
  viewBox: "0 0 32 32",
1329
1418
  fill: "currentColor",
1330
1419
  ...rest
1331
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,20c.5523,0,1,.4477,1,1s-.4477,1-1,1-1-.4477-1-1,.4477-1,1-1ZM28,23.25v-4.5c0-.9648-.8281-1.75-1.8457-1.75H5.8462c-1.0181,0-1.8462.7852-1.8462,1.75v4.5c0,.9648.8281,1.75,1.8462,1.75h20.3081c1.0176,0,1.8457-.7852,1.8457-1.75ZM6,19h20v4H6v-4ZM9,13h-3v-4h3v-2h-3c-1.103,0-2,.897-2,2v4c0,1.103.897,2,2,2h3v-2ZM28,13v-4c0-1.103-.8975-2-2-2h-3v2h3v4h-3v2h3c1.1025,0,2-.897,2-2ZM15,7h-4v2h4v-2ZM15,13h-4v2h4v-2ZM21,7h-4v2h4v-2ZM21,13h-4v2h4v-2Z" }), children);
1420
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 22H16V30H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,12H20v2h4v2H21v2h3v2H20v2h4a2.0027,2.0027,0,0,0,2-2V14A2.0023,2.0023,0,0,0,24,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20H8V12h8Zm-6-2h4V14H10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 3.41 14.59 2 12 4.59 9.41 2 8 3.41 10.59 6 8 8.59 9.41 10 12 7.41 14.59 10 16 8.59 13.41 6 16 3.41z" }), children);
1332
1421
  });
1333
- if (process.env.NODE_ENV !== "production") Storm.propTypes = require_iconPropTypes.iconPropTypes;
1334
- const StormTracker = /* @__PURE__ */ react.default.forwardRef(function StormTracker({ children, size = 16, ...rest }, ref) {
1335
- return react.default.createElement(require_Icon.Icon, {
1422
+ if (process.env.NODE_ENV !== "production") StackLimitation.propTypes = require_iconPropTypes.iconPropTypes;
1423
+ const WatsonHealthStackedMove = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStackedMove({ children, size = 16, ...rest }, ref) {
1424
+ return react.default.createElement(require_Icon_js, {
1336
1425
  width: size,
1337
1426
  height: size,
1338
1427
  ref,
@@ -1340,11 +1429,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1340
1429
  viewBox: "0 0 32 32",
1341
1430
  fill: "currentColor",
1342
1431
  ...rest
1343
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2a1,1,0,0,0-.9736.771l-1.7229,7.3223a10.0653,10.0653,0,1,0,8.6032,8.603l7.3223-1.7227A1,1,0,0,0,30,16,14.0158,14.0158,0,0,0,16,2ZM11.293,20.707A1,1,0,0,0,12,21a1.013,1.013,0,0,0,.229-.0264l3.7622-.8852a3.996,3.996,0,1,1-4.08-4.08l-.8852,3.7622A1,1,0,0,0,11.293,20.707Zm2.05-2.0508,2.271-9.65a7.5018,7.5018,0,0,1,7.38,7.38ZM20,20a8,8,0,1,1-8-8,8.1017,8.1017,0,0,1,.8438.0469L12.38,14.019C12.2532,14.0107,12.127,14,12,14a6,6,0,1,0,6,6c0-.127-.011-.2534-.019-.38l1.9721-.4643A8.1048,8.1048,0,0,1,20,20Zm4.9707-4.0791a9.4981,9.4981,0,0,0-8.8914-8.8916l.7068-3.0039A12.0193,12.0193,0,0,1,27.9746,15.2139Z" }), children);
1432
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,28H4a2,2,0,0,1-2-2V11A2,2,0,0,1,4,9H15a2,2,0,0,1,2,2V26A2,2,0,0,1,15,28ZM4,11V26H15V11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,6,24.59,7.41,27,10H22V6a2,2,0,0,0-2-2H10V6H20V20h2V12h5l-2.41,2.59L26,16l5-5Z" }), children);
1344
1433
  });
1345
- if (process.env.NODE_ENV !== "production") StormTracker.propTypes = require_iconPropTypes.iconPropTypes;
1346
- const StrategyPlay = /* @__PURE__ */ react.default.forwardRef(function StrategyPlay({ children, size = 16, ...rest }, ref) {
1347
- return react.default.createElement(require_Icon.Icon, {
1434
+ if (process.env.NODE_ENV !== "production") WatsonHealthStackedMove.propTypes = require_iconPropTypes.iconPropTypes;
1435
+ const WatsonHealthStackedScrolling_1 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStackedScrolling_1({ children, size = 16, ...rest }, ref) {
1436
+ return react.default.createElement(require_Icon_js, {
1348
1437
  width: size,
1349
1438
  height: size,
1350
1439
  ref,
@@ -1352,20 +1441,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1352
1441
  viewBox: "0 0 32 32",
1353
1442
  fill: "currentColor",
1354
1443
  ...rest
1355
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1356
- strokeWidth: "0",
1357
- d: "M12 3.415 10.586 2 7 5.587 3.414 2 2 3.415 5.586 7 2 10.586 3.414 12 7 8.414 10.586 12 12 10.586 8.414 7 12 3.415z"
1358
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1359
- strokeWidth: "0",
1360
- d: "m25,2l-5,5,1.4089,1.4189,2.5911-2.625v9.2061H8c-1.1028,0-2,.8975-2,2v3.1011c-2.2793.4644-4,2.4844-4,4.8989,0,2.7568,2.2429,5,5,5s5-2.2432,5-5c0-2.4146-1.7207-4.4346-4-4.8989v-3.1011h16c1.1028,0,2-.8975,2-2V5.8472l2.5911,2.5718,1.4089-1.4189-5-5Zm-15,23c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3,3,1.3457,3,3Z"
1361
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1362
- strokeWidth: "0",
1363
- d: "M30 21.415 28.586 20 25 23.587 21.414 20 20 21.415 23.586 25 20 28.586 21.414 30 25 26.414 28.586 30 30 28.586 26.414 25 30 21.415z"
1364
- }), children);
1444
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30H4a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2H18a2,2,0,0,1,2,2V28A2,2,0,0,1,18,30ZM4,14V28H18V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,23H23V9H9V7H23a2,2,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,16H28V4H16V2H28a2,2,0,0,1,2,2Z" }), children);
1365
1445
  });
1366
- if (process.env.NODE_ENV !== "production") StrategyPlay.propTypes = require_iconPropTypes.iconPropTypes;
1367
- const Stratus = /* @__PURE__ */ react.default.forwardRef(function Stratus({ children, size = 16, ...rest }, ref) {
1368
- return react.default.createElement(require_Icon.Icon, {
1446
+ if (process.env.NODE_ENV !== "production") WatsonHealthStackedScrolling_1.propTypes = require_iconPropTypes.iconPropTypes;
1447
+ const WatsonHealthStackedScrolling_2 = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStackedScrolling_2({ children, size = 16, ...rest }, ref) {
1448
+ return react.default.createElement(require_Icon_js, {
1369
1449
  width: size,
1370
1450
  height: size,
1371
1451
  ref,
@@ -1373,11 +1453,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1373
1453
  viewBox: "0 0 32 32",
1374
1454
  fill: "currentColor",
1375
1455
  ...rest
1376
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,25c.5523,0,1,.4477,1,1s-.4477,1-1,1-1-.4477-1-1,.4477-1,1-1ZM8,6c0,.5523.4477,1,1,1s1-.4477,1-1-.4477-1-1-1-1,.4477-1,1ZM8,16c0,.5523.4477,1,1,1s1-.4477,1-1-.4477-1-1-1-1,.4477-1,1ZM16,19h10c.5523,0,1-.4477,1-1v-4c0-.5523-.4477-1-1-1h-10M28,18v-4c0-1.103-.8975-2-2-2h-10v2h10v4h-10v2h10c1.1025,0,2-.8975,2-2ZM22,9h4c.5523,0,1-.4477,1-1V4c0-.5523-.4477-1-1-1h-4M28,8v-4c0-1.103-.8975-2-2-2h-4v2h4v4h-4v2h4c1.1025,0,2-.897,2-2ZM16,18H6v-4h10v-2H6c-1.103,0-2,.897-2,2v4c0,1.1025.897,2,2,2h10v-2ZM22,8H6v-4h16v-2H6c-1.103,0-2,.897-2,2v4c0,1.103.897,2,2,2h16v-2ZM18,28H6v-4h12v-2H6c-1.103,0-2,.8975-2,2v4c0,1.1025.897,2,2,2h12v-2ZM18,29h8c.5523,0,1-.4477,1-1v-4c0-.5523-.4477-1-1-1h-8M28,28v-4c0-1.1025-.8975-2-2-2h-8v2h8v4h-8v2h8c1.1025,0,2-.8975,2-2Z" }), children);
1456
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,30H2a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2H8a2,2,0,0,1,2,2V28A2,2,0,0,1,8,30ZM2,14V28H8V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H14a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2h6a2,2,0,0,1,2,2V28A2,2,0,0,1,20,30ZM14,14V28h6V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,21H25V9H17V7h8a2,2,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32,16H30V4H22V2h8a2,2,0,0,1,2,2Z" }), children);
1377
1457
  });
1378
- if (process.env.NODE_ENV !== "production") Stratus.propTypes = require_iconPropTypes.iconPropTypes;
1379
- const Strawberry = /* @__PURE__ */ react.default.forwardRef(function Strawberry({ children, size = 16, ...rest }, ref) {
1380
- return react.default.createElement(require_Icon.Icon, {
1458
+ if (process.env.NODE_ENV !== "production") WatsonHealthStackedScrolling_2.propTypes = require_iconPropTypes.iconPropTypes;
1459
+ const Stamp = /* @__PURE__ */ react.default.forwardRef(function Stamp({ children, size = 16, ...rest }, ref) {
1460
+ return react.default.createElement(require_Icon_js, {
1381
1461
  width: size,
1382
1462
  height: size,
1383
1463
  ref,
@@ -1385,23 +1465,20 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1385
1465
  viewBox: "0 0 32 32",
1386
1466
  fill: "currentColor",
1387
1467
  ...rest
1388
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 10H11V12H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 14H11V16H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 12H15V14H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,28a5.169,5.169,0,0,1-.7441-.054A5.0935,5.0935,0,0,1,4,22.8669V11.1985a7.1615,7.1615,0,0,1,6.31-7.1653,6.9607,6.9607,0,0,1,4.4643,1.0706l7.9688,4.9807a6.98,6.98,0,0,1-.6885,12.19l-10.88,5.2285A4.9765,4.9765,0,0,1,9,28ZM11.002,6q-.2484,0-.5005.0241A5.1463,5.1463,0,0,0,6,11.1985V22.8669a3.0839,3.0839,0,0,0,2.5435,3.1,3.0266,3.0266,0,0,0,1.7622-.2649l10.8828-5.23a4.9807,4.9807,0,0,0,.4887-8.6958L13.7046,6.7935A4.9687,4.9687,0,0,0,11.002,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,7H22a4.0045,4.0045,0,0,1-4-4V2h2V3a2.0021,2.0021,0,0,0,2,2h4Z" }), children);
1468
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,18H20V14.8982a7.4938,7.4938,0,0,1,1.1587-3.8542,5.9751,5.9751,0,0,0-1.3735-7.7006,5.9968,5.9968,0,0,0-9.6829,3.54,5.91,5.91,0,0,0,.7478,4.175A7.2573,7.2573,0,0,1,12,14.7942V18H6a2.002,2.002,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2v2a2.0025,2.0025,0,0,0,2,2H24a2.0025,2.0025,0,0,0,2-2V26a2.0025,2.0025,0,0,0,2-2V20A2.002,2.002,0,0,0,26,18ZM12.07,7.244a3.9994,3.9994,0,1,1,7.3728,2.7731A9.76,9.76,0,0,0,18.0664,14H13.94a9.5433,9.5433,0,0,0-1.376-3.9736A3.9366,3.9366,0,0,1,12.07,7.244ZM18,16v2H14V16Zm6,12H8V26H24ZM6,24V20H26v4Z" }), children);
1389
1469
  });
1390
- if (process.env.NODE_ENV !== "production") Strawberry.propTypes = require_iconPropTypes.iconPropTypes;
1391
- const WatsonHealthStressBreathEditor = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStressBreathEditor({ children, size = 16, ...rest }, ref) {
1392
- return react.default.createElement(require_Icon.Icon, {
1470
+ if (process.env.NODE_ENV !== "production") Stamp.propTypes = require_iconPropTypes.iconPropTypes;
1471
+ const Star = /* @__PURE__ */ react.default.forwardRef(function Star({ children, size = 16, ...rest }, ref) {
1472
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1393
1473
  width: size,
1394
1474
  height: size,
1395
1475
  ref,
1396
1476
  xmlns: "http://www.w3.org/2000/svg",
1397
- viewBox: "0 0 32 32",
1477
+ viewBox: "0 0 16 16",
1398
1478
  fill: "currentColor",
1399
1479
  ...rest
1400
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,4a5,5,0,1,1-5,5,5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,20,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H28V25a5,5,0,0,0-5-5H17a5,5,0,0,0-5,5v5H10V25a7,7,0,0,1,7-7h6a7,7,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,8H5A3,3,0,0,1,2,5V3H4V5A1,1,0,0,0,5,6h6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,15H2V13a3,3,0,0,1,3-3h6v2H5a1,1,0,0,0-1,1Z" }), children);
1401
- });
1402
- if (process.env.NODE_ENV !== "production") WatsonHealthStressBreathEditor.propTypes = require_iconPropTypes.iconPropTypes;
1403
- const StringInteger = /* @__PURE__ */ react.default.forwardRef(function StringInteger({ children, size = 16, ...rest }, ref) {
1404
- return react.default.createElement(require_Icon.Icon, {
1480
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,3.3l1.4,2.8l0.2,0.5l0.5,0.1l3.1,0.4L11,9.2l-0.4,0.4l0.1,0.5l0.5,3.1l-2.8-1.4L8,11.5l-0.5,0.2l-2.8,1.4l0.5-3.1 l0.1-0.5L5,9.2L2.8,7l3.1-0.4l0.5-0.1L6.6,6L8,3.3 M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7 L8,1z" }), children);
1481
+ return react.default.createElement(require_Icon_js, {
1405
1482
  width: size,
1406
1483
  height: size,
1407
1484
  ref,
@@ -1409,23 +1486,20 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1409
1486
  viewBox: "0 0 32 32",
1410
1487
  fill: "currentColor",
1411
1488
  ...rest
1412
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,12H22v2h4v2H23v2h3v2H22v2h4a2.0027,2.0027,0,0,0,2-2V14A2.0023,2.0023,0,0,0,26,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,22H13V18a2.002,2.002,0,0,1,2-2h2V14H13V12h4a2.0023,2.0023,0,0,1,2,2v2a2.0023,2.0023,0,0,1-2,2H15v2h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 20 8 12 6 12 6 13 4 13 4 15 6 15 6 20 4 20 4 22 10 22 10 20 8 20z" }), children);
1489
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6.52l2.76,5.58.46,1,1,.15,6.16.89L22,18.44l-.75.73.18,1,1.05,6.13-5.51-2.89L16,23l-.93.49L9.56,26.34l1-6.13.18-1L10,18.44,5.58,14.09l6.16-.89,1-.15.46-1L16,6.52M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z" }), children);
1413
1490
  });
1414
- if (process.env.NODE_ENV !== "production") StringInteger.propTypes = require_iconPropTypes.iconPropTypes;
1415
- const StringText = /* @__PURE__ */ react.default.forwardRef(function StringText({ children, size = 16, ...rest }, ref) {
1416
- return react.default.createElement(require_Icon.Icon, {
1491
+ if (process.env.NODE_ENV !== "production") Star.propTypes = require_iconPropTypes.iconPropTypes;
1492
+ const StarFilled = /* @__PURE__ */ react.default.forwardRef(function StarFilled({ children, size = 16, ...rest }, ref) {
1493
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1417
1494
  width: size,
1418
1495
  height: size,
1419
1496
  ref,
1420
1497
  xmlns: "http://www.w3.org/2000/svg",
1421
- viewBox: "0 0 32 32",
1498
+ viewBox: "0 0 16 16",
1422
1499
  fill: "currentColor",
1423
1500
  ...rest
1424
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,22H24a2.0027,2.0027,0,0,1-2-2V14a2.0023,2.0023,0,0,1,2-2h5v2H24v6h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,12H14V8H12V22h6a2.0027,2.0027,0,0,0,2-2V14A2.0023,2.0023,0,0,0,18,12Zm-4,8V14h4v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,12H3v2H8v2H4a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h6V14A2.0023,2.0023,0,0,0,8,12Zm0,8H4V18H8Z" }), children);
1425
- });
1426
- if (process.env.NODE_ENV !== "production") StringText.propTypes = require_iconPropTypes.iconPropTypes;
1427
- const WatsonHealthStudyNext = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudyNext({ children, size = 16, ...rest }, ref) {
1428
- return react.default.createElement(require_Icon.Icon, {
1501
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7L8,1z" }), children);
1502
+ return react.default.createElement(require_Icon_js, {
1429
1503
  width: size,
1430
1504
  height: size,
1431
1505
  ref,
@@ -1433,23 +1507,20 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1433
1507
  viewBox: "0 0 32 32",
1434
1508
  fill: "currentColor",
1435
1509
  ...rest
1436
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.93 21 30 15 23.93 9 22.5 10.41 27.14 15 22.5 19.59 23.93 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H20V25a5,5,0,0,0-5-5H9a5,5,0,0,0-5,5v5H2V25a7,7,0,0,1,7-7h6a7,7,0,0,1,7,7Z" }), children);
1510
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z" }), children);
1437
1511
  });
1438
- if (process.env.NODE_ENV !== "production") WatsonHealthStudyNext.propTypes = require_iconPropTypes.iconPropTypes;
1439
- const WatsonHealthStudyPrevious = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudyPrevious({ children, size = 16, ...rest }, ref) {
1440
- return react.default.createElement(require_Icon.Icon, {
1512
+ if (process.env.NODE_ENV !== "production") StarFilled.propTypes = require_iconPropTypes.iconPropTypes;
1513
+ const StarHalf = /* @__PURE__ */ react.default.forwardRef(function StarHalf({ children, size = 16, ...rest }, ref) {
1514
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1441
1515
  width: size,
1442
1516
  height: size,
1443
1517
  ref,
1444
1518
  xmlns: "http://www.w3.org/2000/svg",
1445
- viewBox: "0 0 32 32",
1519
+ viewBox: "0 0 16 16",
1446
1520
  fill: "currentColor",
1447
1521
  ...rest
1448
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.07 21 2 15 8.07 9 9.5 10.41 4.86 15 9.5 19.59 8.07 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,4a5,5,0,1,1-5,5,5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,20,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H28V25a5,5,0,0,0-5-5H17a5,5,0,0,0-5,5v5H10V25a7,7,0,0,1,7-7h6a7,7,0,0,1,7,7Z" }), children);
1449
- });
1450
- if (process.env.NODE_ENV !== "production") WatsonHealthStudyPrevious.propTypes = require_iconPropTypes.iconPropTypes;
1451
- const WatsonHealthStudyRead = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudyRead({ children, size = 16, ...rest }, ref) {
1452
- return react.default.createElement(require_Icon.Icon, {
1522
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.7 5.6.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z" }), children);
1523
+ return react.default.createElement(require_Icon_js, {
1453
1524
  width: size,
1454
1525
  height: size,
1455
1526
  ref,
@@ -1457,11 +1528,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1457
1528
  viewBox: "0 0 32 32",
1458
1529
  fill: "currentColor",
1459
1530
  ...rest
1460
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 29.414 16 24.413 17.413 23 21 26.586 28.585 19 30 20.415 21 29.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 14 20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 15 22 15 18 18 18 18 16 15 16 15 14 20 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,24H4V4H24V16h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2h9Z" }), children);
1531
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.45 11.22 1.28 12.7 8.64 19.87 6.9 30 16 25.22 16 2 11.45 11.22z" }), children);
1461
1532
  });
1462
- if (process.env.NODE_ENV !== "production") WatsonHealthStudyRead.propTypes = require_iconPropTypes.iconPropTypes;
1463
- const WatsonHealthStudySkip = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudySkip({ children, size = 16, ...rest }, ref) {
1464
- return react.default.createElement(require_Icon.Icon, {
1533
+ if (process.env.NODE_ENV !== "production") StarHalf.propTypes = require_iconPropTypes.iconPropTypes;
1534
+ const StarReview = /* @__PURE__ */ react.default.forwardRef(function StarReview({ children, size = 16, ...rest }, ref) {
1535
+ return react.default.createElement(require_Icon_js, {
1465
1536
  width: size,
1466
1537
  height: size,
1467
1538
  ref,
@@ -1469,11 +1540,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1469
1540
  viewBox: "0 0 32 32",
1470
1541
  fill: "currentColor",
1471
1542
  ...rest
1472
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,9h5.2A11,11,0,0,0,7,15H5A13,13,0,0,1,28,6.7V3h2v8H22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,12a3,3,0,1,1-3,3,2.95,2.95,0,0,1,3-3m0-2a5,5,0,1,0,5,5A5,5,0,0,0,16,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30H21V27a3,3,0,0,0-3-3H14a3,3,0,0,0-3,3v3H9V27a5,5,0,0,1,5-5h4a5,5,0,0,1,5,5Z" }), children);
1543
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 26H26V28H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 22H30V24H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 18H30V20H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.549 11.217 16 2 11.451 11.217 1.28 12.695 8.64 19.87 6.902 30 14 26.269 14 24.009 9.559 26.344 10.611 20.208 10.789 19.171 10.036 18.438 5.578 14.091 11.739 13.196 12.779 13.045 13.245 12.102 16 6.519 18.755 12.102 19.221 13.045 20.261 13.196 27.715 14.281 28 12.3 20.549 11.217z" }), children);
1473
1544
  });
1474
- if (process.env.NODE_ENV !== "production") WatsonHealthStudySkip.propTypes = require_iconPropTypes.iconPropTypes;
1475
- const WatsonHealthStudyTransfer = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudyTransfer({ children, size = 16, ...rest }, ref) {
1476
- return react.default.createElement(require_Icon.Icon, {
1545
+ if (process.env.NODE_ENV !== "production") StarReview.propTypes = require_iconPropTypes.iconPropTypes;
1546
+ const WatsonHealthStatusAcknowledge = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStatusAcknowledge({ children, size = 16, ...rest }, ref) {
1547
+ return react.default.createElement(require_Icon_js, {
1477
1548
  width: size,
1478
1549
  height: size,
1479
1550
  ref,
@@ -1481,11 +1552,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1481
1552
  viewBox: "0 0 32 32",
1482
1553
  fill: "currentColor",
1483
1554
  ...rest
1484
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.586 19.414 13.165 24 8.586 28.586 10 30 16 24 10 18 8.586 19.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2.586 19.414 7.165 24 2.586 28.586 4 30 10 24 4 18 2.586 19.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 14 12 12 17 12 17 10 14 10 14 8 17 8 17 6 19 6 19 8 22 8 22 10 19 10 19 12 24 12 24 14 19 14 19 16 24 16 24 18 19 18 19 20 22 20 22 22 17 22 17 18 14 18 14 16 17 16 17 14 12 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,24h9V4H8V16H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V24a2,2,0,0,1-2,2H19Z" }), children);
1555
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,24,30Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,24,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 15.59 9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z" }), children);
1485
1556
  });
1486
- if (process.env.NODE_ENV !== "production") WatsonHealthStudyTransfer.propTypes = require_iconPropTypes.iconPropTypes;
1487
- const WatsonHealthStudyUnread = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudyUnread({ children, size = 16, ...rest }, ref) {
1488
- return react.default.createElement(require_Icon.Icon, {
1557
+ if (process.env.NODE_ENV !== "production") WatsonHealthStatusAcknowledge.propTypes = require_iconPropTypes.iconPropTypes;
1558
+ const WatsonHealthStatusChange = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStatusChange({ children, size = 16, ...rest }, ref) {
1559
+ return react.default.createElement(require_Icon_js, {
1489
1560
  width: size,
1490
1561
  height: size,
1491
1562
  ref,
@@ -1493,11 +1564,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1493
1564
  viewBox: "0 0 32 32",
1494
1565
  fill: "currentColor",
1495
1566
  ...rest
1496
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,24,30Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,24,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 14 20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 17 22 17 20 15 20 15 18 18 18 18 16 15 16 15 14 20 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,24H4V4H24V15h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H15Z" }), children);
1567
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,30a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,7,30Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,7,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,23,30Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,23,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,7v7l3.5859-3.4141L29,12l-6,6-6-6,1.4141-1.4141L22,14V7a1.0009,1.0009,0,0,0-1-1H9A1.0006,1.0006,0,0,0,8,7V18H6V7A3.0033,3.0033,0,0,1,9,4H21A3.0033,3.0033,0,0,1,24,7Z" }), children);
1497
1568
  });
1498
- if (process.env.NODE_ENV !== "production") WatsonHealthStudyUnread.propTypes = require_iconPropTypes.iconPropTypes;
1499
- const WatsonHealthStudyView = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudyView({ children, size = 16, ...rest }, ref) {
1500
- return react.default.createElement(require_Icon.Icon, {
1569
+ if (process.env.NODE_ENV !== "production") WatsonHealthStatusChange.propTypes = require_iconPropTypes.iconPropTypes;
1570
+ const WatsonHealthStatusPartialFail = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStatusPartialFail({ children, size = 16, ...rest }, ref) {
1571
+ return react.default.createElement(require_Icon_js, {
1501
1572
  width: size,
1502
1573
  height: size,
1503
1574
  ref,
@@ -1505,11 +1576,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1505
1576
  viewBox: "0 0 32 32",
1506
1577
  fill: "currentColor",
1507
1578
  ...rest
1508
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H25V18h3V4H14V7H12V4a2.002,2.002,0,0,1,2-2H28a2.0023,2.0023,0,0,1,2,2V18A2.0027,2.0027,0,0,1,28,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 22 17 20 13 20 13 18 16 18 16 16 13 16 13 14 11 14 11 16 8 16 8 18 11 18 11 20 7 20 7 22 11 22 11 24 8 24 8 26 16 26 16 24 13 24 13 22 17 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H4a2.0021,2.0021,0,0,1-2-2V12a2.0021,2.0021,0,0,1,2-2H20a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,20,30ZM4,12V28H20V12Z" }), children);
1579
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.1407,23.7642l1.5315,1.2851a13.976,13.976,0,0,0,2.4408-4.1821l-1.8776-.6836A11.9729,11.9729,0,0,1,25.1407,23.7642Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,27.81l.4128,1.9677A13.8888,13.8888,0,0,0,22.9543,28.14L22,26.4087A12.52,12.52,0,0,1,18,27.81Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,26.4087,9,28.14a14.14,14.14,0,0,0,4.5872,1.6382l.3469-1.9677A12.1519,12.1519,0,0,1,10,26.4087Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.7646,20.1836l-1.8776.6836a13.976,13.976,0,0,0,2.4408,4.1821l1.5315-1.2851A11.9729,11.9729,0,0,1,4.7646,20.1836Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,16,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 8H17V19H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,16H28A12,12,0,0,0,4,16H2a14,14,0,0,1,28,0Z" }), children);
1509
1580
  });
1510
- if (process.env.NODE_ENV !== "production") WatsonHealthStudyView.propTypes = require_iconPropTypes.iconPropTypes;
1511
- const WatsonHealthSubVolume = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSubVolume({ children, size = 16, ...rest }, ref) {
1512
- return react.default.createElement(require_Icon.Icon, {
1581
+ if (process.env.NODE_ENV !== "production") WatsonHealthStatusPartialFail.propTypes = require_iconPropTypes.iconPropTypes;
1582
+ const WatsonHealthStatusResolved = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStatusResolved({ children, size = 16, ...rest }, ref) {
1583
+ return react.default.createElement(require_Icon_js, {
1513
1584
  width: size,
1514
1585
  height: size,
1515
1586
  ref,
@@ -1517,11 +1588,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1517
1588
  viewBox: "0 0 32 32",
1518
1589
  fill: "currentColor",
1519
1590
  ...rest
1520
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.4741,19.12,23.6807,16l5.7934-3.12a1,1,0,0,0,0-1.7607l-13-7a.9982.9982,0,0,0-.9482,0l-13,7a1,1,0,0,0,0,1.7607L8.3193,16,2.5259,19.12a1,1,0,0,0,0,1.7607l13,7a.9995.9995,0,0,0,.9482,0l13-7a1,1,0,0,0,0-1.7607ZM16,6.1359,26.8906,12,16,17.8643,5.1094,12Zm0,19.7284L5.1094,20l5.3193-2.8642L15.5259,19.88a.9995.9995,0,0,0,.9482,0l5.0972-2.7446L26.8906,20Z" }), children);
1591
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 28.414 16 23.413 17.413 22 21 25.586 28.585 18 30 19.415 21 28.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 15.59 9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.8193,25.8022a11.992,11.992,0,1,1,13.9829-9.6215l-1.9668-.3614A10.001,10.001,0,1,0,12.1807,23.835Z" }), children);
1521
1592
  });
1522
- if (process.env.NODE_ENV !== "production") WatsonHealthSubVolume.propTypes = require_iconPropTypes.iconPropTypes;
1523
- const Subclassification = /* @__PURE__ */ react.default.forwardRef(function Subclassification({ children, size = 16, ...rest }, ref) {
1524
- return react.default.createElement(require_Icon.Icon, {
1593
+ if (process.env.NODE_ENV !== "production") WatsonHealthStatusResolved.propTypes = require_iconPropTypes.iconPropTypes;
1594
+ const StayInside = /* @__PURE__ */ react.default.forwardRef(function StayInside({ children, size = 16, ...rest }, ref) {
1595
+ return react.default.createElement(require_Icon_js, {
1525
1596
  width: size,
1526
1597
  height: size,
1527
1598
  ref,
@@ -1529,14 +1600,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1529
1600
  viewBox: "0 0 32 32",
1530
1601
  fill: "currentColor",
1531
1602
  ...rest
1532
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1533
- strokeWidth: "0",
1534
- d: "m13,28v-10h7c.3564,0,.686-.1899.8647-.498.0902-.1551.1353-.3285.1353-.502,0-.1711-.0441-.3424-.1318-.4961L12.8682,2.504c-.1919-.3359-.5301-.504-.8682-.504s-.6763.1681-.8682.504l-7.9999,13.9999c-.0878.1537-.1318.3249-.1318.4961,0,.1735.0451.3469.1353.502.1787.3081.5083.498.8647.498h7v10c0,1.1046.8954,2,2,2h15v-2h-15Zm-7.2769-12l6.2769-10.9844,6.2769,10.9844H5.7231Z"
1535
- }), children);
1603
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30H21V28a3.0033,3.0033,0,0,0-3-3H14a3.0033,3.0033,0,0,0-3,3v2H9V28a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,13a3,3,0,1,1-3,3,3,3,0,0,1,3-3m0-2a5,5,0,1,0,5,5A5,5,0,0,0,16,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H28V14.4639L16,4.31,4,14.4639V30H2V14a1,1,0,0,1,.354-.7634l13-11a1,1,0,0,1,1.292,0l13,11A1,1,0,0,1,30,14Z" }), children);
1536
1604
  });
1537
- if (process.env.NODE_ENV !== "production") Subclassification.propTypes = require_iconPropTypes.iconPropTypes;
1538
- const Subdirectory = /* @__PURE__ */ react.default.forwardRef(function Subdirectory({ children, size = 16, ...rest }, ref) {
1539
- return react.default.createElement(require_Icon.Icon, {
1605
+ if (process.env.NODE_ENV !== "production") StayInside.propTypes = require_iconPropTypes.iconPropTypes;
1606
+ const StemLeafPlot = /* @__PURE__ */ react.default.forwardRef(function StemLeafPlot({ children, size = 16, ...rest }, ref) {
1607
+ return react.default.createElement(require_Icon_js, {
1540
1608
  width: size,
1541
1609
  height: size,
1542
1610
  ref,
@@ -1544,11 +1612,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1544
1612
  viewBox: "0 0 32 32",
1545
1613
  fill: "currentColor",
1546
1614
  ...rest
1547
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m9,20l1.4141,1.4141-2.5859,2.5859h18.1719s0-20,0-20h2v20c0,1.1025-.897,2-2,2H7.8281s2.5859,2.5859,2.5859,2.5859l-1.4141,1.4141-5-5,5-5Z" }), children);
1615
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,10a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,19,10Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,19,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,19,19Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,19,15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,27,19Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,27,15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,28a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,19,28Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,19,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 2H14V30H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,28a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,28Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,7,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,7,15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,10a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,10ZM7,6A1,1,0,1,0,8,7,1.0011,1.0011,0,0,0,7,6Z" }), children);
1548
1616
  });
1549
- if (process.env.NODE_ENV !== "production") Subdirectory.propTypes = require_iconPropTypes.iconPropTypes;
1550
- const Subflow = /* @__PURE__ */ react.default.forwardRef(function Subflow({ children, size = 16, ...rest }, ref) {
1551
- return react.default.createElement(require_Icon.Icon, {
1617
+ if (process.env.NODE_ENV !== "production") StemLeafPlot.propTypes = require_iconPropTypes.iconPropTypes;
1618
+ const Stethoscope = /* @__PURE__ */ react.default.forwardRef(function Stethoscope({ children, size = 16, ...rest }, ref) {
1619
+ return react.default.createElement(require_Icon_js, {
1552
1620
  width: size,
1553
1621
  height: size,
1554
1622
  ref,
@@ -1556,11 +1624,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1556
1624
  viewBox: "0 0 32 32",
1557
1625
  fill: "currentColor",
1558
1626
  ...rest
1559
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12.0025,12.0025,0,0,0,22.4609,26.1143l1.0782,1.684A13.9511,13.9511,0,0,1,16,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,17l-1.4141,1.4141L26.1719,20H15.8157a2.9874,2.9874,0,0,0-.2742-.5762l4.481-5.601A2.9676,2.9676,0,0,0,21,14a3,3,0,1,0-2.8157-4H13.8157a2.982,2.982,0,0,0-5.6314,0H2v2H8.1843a2.982,2.982,0,0,0,5.6314,0h4.3686a2.9874,2.9874,0,0,0,.2742.5762l-4.481,5.601A2.9676,2.9676,0,0,0,13,18a3,3,0,1,0,2.8157,4H26.1719l-1.586,1.5859L26,25l4-4Zm-5-7a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,10ZM11,12a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,12Zm2,10a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,13,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,16H28A12.0025,12.0025,0,0,0,9.5391,5.8857L8.4609,4.2017A14.0019,14.0019,0,0,1,30,16Z" }), children);
1627
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,2V4h2v6a4,4,0,0,1-8,0V4h2V2H16v8a6.0051,6.0051,0,0,0,5,5.91V22A6,6,0,0,1,9,22V15.8579a4,4,0,1,0-2,0V22a8,8,0,0,0,16,0V15.91A6.0051,6.0051,0,0,0,28,10V2ZM6,12a2,2,0,1,1,2,2A2.0023,2.0023,0,0,1,6,12Z" }), children);
1560
1628
  });
1561
- if (process.env.NODE_ENV !== "production") Subflow.propTypes = require_iconPropTypes.iconPropTypes;
1562
- const SubflowLocal = /* @__PURE__ */ react.default.forwardRef(function SubflowLocal({ children, size = 16, ...rest }, ref) {
1563
- return react.default.createElement(require_Icon.Icon, {
1629
+ if (process.env.NODE_ENV !== "production") Stethoscope.propTypes = require_iconPropTypes.iconPropTypes;
1630
+ const Stickies = /* @__PURE__ */ react.default.forwardRef(function Stickies({ children, size = 16, ...rest }, ref) {
1631
+ return react.default.createElement(require_Icon_js, {
1564
1632
  width: size,
1565
1633
  height: size,
1566
1634
  ref,
@@ -1568,32 +1636,20 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1568
1636
  viewBox: "0 0 32 32",
1569
1637
  fill: "currentColor",
1570
1638
  ...rest
1571
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.3472,29.9851a13.9282,13.9282,0,0,1-4.2051-.8516l.6943-1.8754a11.929,11.929,0,0,0,3.6026.729Zm4.2651-.4558-.5146-1.9326a11.915,11.915,0,0,0,3.3632-1.4827l1.0782,1.6846A13.915,13.915,0,0,1,19.6123,29.5293ZM7.395,27.0439a14.0632,14.0632,0,0,1-2.94-3.1218l1.6484-1.1333a12.0521,12.0521,0,0,0,2.522,2.6785ZM2.5967,20.0544A14.0512,14.0512,0,0,1,2.0005,16H4a12.0412,12.0412,0,0,0,.5117,3.4763Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,17l-1.4141,1.4141L26.1719,20H15.8157a2.9874,2.9874,0,0,0-.2742-.5762l4.481-5.601A2.9676,2.9676,0,0,0,21,14a3,3,0,1,0-2.8157-4H13.8157a2.982,2.982,0,0,0-5.6314,0H2v2H8.1843a2.982,2.982,0,0,0,5.6314,0h4.3686a2.9874,2.9874,0,0,0,.2742.5762l-4.481,5.601A2.9676,2.9676,0,0,0,13,18a3,3,0,1,0,2.8157,4H26.1719l-1.586,1.5859L26,25l4-4Zm-5-7a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,10ZM11,12a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,12Zm2,10a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,13,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16a12.0412,12.0412,0,0,0-.5117-3.4763l1.915-.5781A14.0551,14.0551,0,0,1,30,16ZM25.8965,9.2112a12.0521,12.0521,0,0,0-2.522-2.6785l1.23-1.5766a14.0632,14.0632,0,0,1,2.94,3.1218ZM9.5391,5.886,8.4609,4.2014a13.915,13.915,0,0,1,3.9268-1.7307l.5146,1.9326A11.915,11.915,0,0,0,9.5391,5.886ZM20.1636,4.7419a11.929,11.929,0,0,0-3.6026-.729l.0918-1.998a13.9282,13.9282,0,0,1,4.2051.8516Z" }), children);
1639
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,22v-12c0-1.1-.9-2-2-2H12c-1.1,0-2,.9-2,2v18c0,1.1.9,2,2,2h10c.3,0,.5-.1.7-.3l7-7c.2-.2.3-.4.3-.7ZM22,22h5.6s-5.6,5.6-5.6,5.6v-5.6ZM28,20h-6c-1.1,0-2,.9-2,2v6h-8V10h16v10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,22V4h16v2h2v-2c0-1.1001-.8999-2-2-2H4c-1.1001,0-2,.8999-2,2v18c0,1.1001.8999,2,2,2h4v-2H4Z" }), children);
1572
1640
  });
1573
- if (process.env.NODE_ENV !== "production") SubflowLocal.propTypes = require_iconPropTypes.iconPropTypes;
1574
- const SubjectDefinition = /* @__PURE__ */ react.default.forwardRef(function SubjectDefinition({ children, size = 16, ...rest }, ref) {
1575
- return react.default.createElement(require_Icon.Icon, {
1641
+ if (process.env.NODE_ENV !== "production") Stickies.propTypes = require_iconPropTypes.iconPropTypes;
1642
+ const Stop = /* @__PURE__ */ react.default.forwardRef(function Stop({ children, size = 16, ...rest }, ref) {
1643
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1576
1644
  width: size,
1577
1645
  height: size,
1578
1646
  ref,
1579
1647
  xmlns: "http://www.w3.org/2000/svg",
1580
- viewBox: "0 0 32 32",
1648
+ viewBox: "0 0 16 16",
1581
1649
  fill: "currentColor",
1582
1650
  ...rest
1583
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1584
- strokeWidth: "0",
1585
- d: "m22.7749,20.5022h-.0862c-.3101.8959-1.0334,1.7056-2.5151,1.7056-1.8433,0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0,1.2404.4651,1.9122,1.5161,1.9122.8784,0,1.7571-.4651,1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988Z"
1586
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1587
- strokeWidth: "0",
1588
- d: "m6.6195,20.2094l1.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"
1589
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1590
- strokeWidth: "0",
1591
- 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"
1592
- }), children);
1593
- });
1594
- if (process.env.NODE_ENV !== "production") SubjectDefinition.propTypes = require_iconPropTypes.iconPropTypes;
1595
- const SubjectUsage = /* @__PURE__ */ react.default.forwardRef(function SubjectUsage({ children, size = 16, ...rest }, ref) {
1596
- return react.default.createElement(require_Icon.Icon, {
1651
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4v8H4V4H12 M12,3H4C3.4,3,3,3.4,3,4v8c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V4C13,3.4,12.6,3,12,3z" }), children);
1652
+ return react.default.createElement(require_Icon_js, {
1597
1653
  width: size,
1598
1654
  height: size,
1599
1655
  ref,
@@ -1601,32 +1657,20 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1601
1657
  viewBox: "0 0 32 32",
1602
1658
  fill: "currentColor",
1603
1659
  ...rest
1604
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1605
- strokeWidth: "0",
1606
- d: "m22.7749,20.5022h-.0862c-.3101.8959-1.0334,1.7056-2.5151,1.7056-1.8433,0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0,1.2404.4651,1.9122,1.5161,1.9122.8784,0,1.7571-.4651,1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988Z"
1607
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1608
- strokeWidth: "0",
1609
- d: "m6.6195,20.2094l1.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"
1610
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1611
- strokeWidth: "0",
1612
- 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"
1613
- }), children);
1660
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,8V24H8V8H24m0-2H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z" }), children);
1614
1661
  });
1615
- if (process.env.NODE_ENV !== "production") SubjectUsage.propTypes = require_iconPropTypes.iconPropTypes;
1616
- const SubnetAclRules = /* @__PURE__ */ react.default.forwardRef(function SubnetAclRules({ children, size = 16, ...rest }, ref) {
1617
- return react.default.createElement(require_Icon.Icon, {
1662
+ if (process.env.NODE_ENV !== "production") Stop.propTypes = require_iconPropTypes.iconPropTypes;
1663
+ const StopFilled = /* @__PURE__ */ react.default.forwardRef(function StopFilled({ children, size = 16, ...rest }, ref) {
1664
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1618
1665
  width: size,
1619
1666
  height: size,
1620
1667
  ref,
1621
1668
  xmlns: "http://www.w3.org/2000/svg",
1622
- viewBox: "0 0 32 32",
1669
+ viewBox: "0 0 16 16",
1623
1670
  fill: "currentColor",
1624
1671
  ...rest
1625
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 14H30V16H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 19H26V21H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 9H30V11H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,24v4H6V16h8V14H10V8a4.0008,4.0008,0,0,1,7.6675-1.6L19.5005,5.6A6.001,6.001,0,0,0,8,8v6H6a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H22a2.0023,2.0023,0,0,0,2-2V24Z" }), children);
1626
- });
1627
- if (process.env.NODE_ENV !== "production") SubnetAclRules.propTypes = require_iconPropTypes.iconPropTypes;
1628
- const Subsetting = /* @__PURE__ */ react.default.forwardRef(function Subsetting({ children, size = 16, ...rest }, ref) {
1629
- return react.default.createElement(require_Icon.Icon, {
1672
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z" }), children);
1673
+ return react.default.createElement(require_Icon_js, {
1630
1674
  width: size,
1631
1675
  height: size,
1632
1676
  ref,
@@ -1634,11 +1678,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1634
1678
  viewBox: "0 0 32 32",
1635
1679
  fill: "currentColor",
1636
1680
  ...rest
1637
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8682,16.5039L16.8682,2.5039c-.356-.623-1.3804-.623-1.7363,0l-8,14c-.177.3096-.1758.6895.0032.998.179.3081.5085.498.865.498h7v12h2v-12h7c.3564,0,.686-.1899.865-.498.179-.3086.1802-.6885.0032-.998ZM9.7231,16l6.2769-10.9844,6.2769,10.9844h-12.5537Z" }), children);
1681
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z" }), children);
1638
1682
  });
1639
- if (process.env.NODE_ENV !== "production") Subsetting.propTypes = require_iconPropTypes.iconPropTypes;
1640
- const Subtract = /* @__PURE__ */ react.default.forwardRef(function Subtract({ children, size = 16, ...rest }, ref) {
1641
- return react.default.createElement(require_Icon.Icon, {
1683
+ if (process.env.NODE_ENV !== "production") StopFilled.propTypes = require_iconPropTypes.iconPropTypes;
1684
+ const StopFilledAlt = /* @__PURE__ */ react.default.forwardRef(function StopFilledAlt({ children, size = 16, ...rest }, ref) {
1685
+ return react.default.createElement(require_Icon_js, {
1642
1686
  width: size,
1643
1687
  height: size,
1644
1688
  ref,
@@ -1646,23 +1690,20 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1646
1690
  viewBox: "0 0 32 32",
1647
1691
  fill: "currentColor",
1648
1692
  ...rest
1649
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 15H24V17H8z" }), children);
1693
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,6H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z" }), children);
1650
1694
  });
1651
- if (process.env.NODE_ENV !== "production") Subtract.propTypes = require_iconPropTypes.iconPropTypes;
1652
- const SubtractAlt = /* @__PURE__ */ react.default.forwardRef(function SubtractAlt({ children, size = 16, ...rest }, ref) {
1653
- return react.default.createElement(require_Icon.Icon, {
1695
+ if (process.env.NODE_ENV !== "production") StopFilledAlt.propTypes = require_iconPropTypes.iconPropTypes;
1696
+ const StopOutline = /* @__PURE__ */ react.default.forwardRef(function StopOutline({ children, size = 16, ...rest }, ref) {
1697
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1654
1698
  width: size,
1655
1699
  height: size,
1656
1700
  ref,
1657
1701
  xmlns: "http://www.w3.org/2000/svg",
1658
- viewBox: "0 0 32 32",
1702
+ viewBox: "0 0 16 16",
1659
1703
  fill: "currentColor",
1660
1704
  ...rest
1661
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4c6.6,0,12,5.4,12,12s-5.4,12-12,12S4,22.6,4,16S9.4,4,16,4 M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14 S23.7,2,16,2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 15H24V17H8z" }), children);
1662
- });
1663
- if (process.env.NODE_ENV !== "production") SubtractAlt.propTypes = require_iconPropTypes.iconPropTypes;
1664
- const SubtractFilled = /* @__PURE__ */ react.default.forwardRef(function SubtractFilled({ children, size = 16, ...rest }, ref) {
1665
- return react.default.createElement(require_Icon.Icon, {
1705
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,6v4H6V6H10 M10,5H6C5.4,5,5,5.4,5,6v4c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1V6C11,5.4,10.6,5,10,5z" }), children);
1706
+ return react.default.createElement(require_Icon_js, {
1666
1707
  width: size,
1667
1708
  height: size,
1668
1709
  ref,
@@ -1670,26 +1711,20 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1670
1711
  viewBox: "0 0 32 32",
1671
1712
  fill: "currentColor",
1672
1713
  ...rest
1673
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,2c-7.6,0-14,6.4-14,14s6.4,14,14,14,14-6.4,14-14S23.6,2,16,2Zm8,15H8v-2h16v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1674
- fill: "none",
1675
- d: "M24 17 8 17 8 15 24 15 24 17z"
1676
- }), children);
1714
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,12v8H12V12h8m0-2H12a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2Z" }), children);
1677
1715
  });
1678
- if (process.env.NODE_ENV !== "production") SubtractFilled.propTypes = require_iconPropTypes.iconPropTypes;
1679
- const SubtractLarge = /* @__PURE__ */ react.default.forwardRef(function SubtractLarge({ children, size = 16, ...rest }, ref) {
1680
- return react.default.createElement(require_Icon.Icon, {
1716
+ if (process.env.NODE_ENV !== "production") StopOutline.propTypes = require_iconPropTypes.iconPropTypes;
1717
+ const StopOutlineFilled = /* @__PURE__ */ react.default.forwardRef(function StopOutlineFilled({ children, size = 16, ...rest }, ref) {
1718
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1681
1719
  width: size,
1682
1720
  height: size,
1683
1721
  ref,
1684
1722
  xmlns: "http://www.w3.org/2000/svg",
1685
- viewBox: "0 0 32 32",
1723
+ viewBox: "0 0 16 16",
1686
1724
  fill: "currentColor",
1687
1725
  ...rest
1688
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 15 5 17 27 17 27 15 5 15z" }), children);
1689
- });
1690
- if (process.env.NODE_ENV !== "production") SubtractLarge.propTypes = require_iconPropTypes.iconPropTypes;
1691
- const Succession = /* @__PURE__ */ react.default.forwardRef(function Succession({ children, size = 16, ...rest }, ref) {
1692
- return react.default.createElement(require_Icon.Icon, {
1726
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H10V10H6z" }), children);
1727
+ return react.default.createElement(require_Icon_js, {
1693
1728
  width: size,
1694
1729
  height: size,
1695
1730
  ref,
@@ -1697,31 +1732,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1697
1732
  viewBox: "0 0 32 32",
1698
1733
  fill: "currentColor",
1699
1734
  ...rest
1700
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1701
- strokeWidth: "0",
1702
- d: "M19 27H21V31H19z",
1703
- transform: "rotate(90 20 29)"
1704
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1705
- strokeWidth: "0",
1706
- d: "M25 27H27V31H25z",
1707
- transform: "rotate(90 26 29)"
1708
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1709
- strokeWidth: "0",
1710
- d: "m13,28v-3h-2v3c0,1.1046.8954,2,2,2h3v-2h-3Z"
1711
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1712
- strokeWidth: "0",
1713
- d: "M11 19H13V23H11z"
1714
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1715
- strokeWidth: "0",
1716
- d: "M11 13H13V17H11z"
1717
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1718
- strokeWidth: "0",
1719
- d: "M22 12 12 2 2 12 3.4141 13.4141 11 5.8281 11 11 13 11 13 5.8281 20.5859 13.4141 22 12z"
1720
- }), children);
1735
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 12H20V20H12z" }), children);
1721
1736
  });
1722
- if (process.env.NODE_ENV !== "production") Succession.propTypes = require_iconPropTypes.iconPropTypes;
1723
- const SuccessionFlowConnection = /* @__PURE__ */ react.default.forwardRef(function SuccessionFlowConnection({ children, size = 16, ...rest }, ref) {
1724
- return react.default.createElement(require_Icon.Icon, {
1737
+ if (process.env.NODE_ENV !== "production") StopOutlineFilled.propTypes = require_iconPropTypes.iconPropTypes;
1738
+ const StopSign = /* @__PURE__ */ react.default.forwardRef(function StopSign({ children, size = 16, ...rest }, ref) {
1739
+ return react.default.createElement(require_Icon_js, {
1725
1740
  width: size,
1726
1741
  height: size,
1727
1742
  ref,
@@ -1729,11 +1744,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1729
1744
  viewBox: "0 0 32 32",
1730
1745
  fill: "currentColor",
1731
1746
  ...rest
1732
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,3v2s-5,0-5,0v-2s5,0,5,0ZM13,16h2s0-5,0-5h-2s0,5,0,5ZM15,5c0-1.1028-.8972-2-2-2h-4v2h4v4h2v-4ZM19,22h-4v-4h-2v4c0,1.1028.8972,2,2,2h4v-2ZM30.6001,22.2002l-8-6c-.303-.2275-.7083-.2642-1.0474-.0947-.3386.1694-.5527.5156-.5527.8945v12c0,.3789.2141.7251.5527.8945.1416.0708.2947.1055.447.1055.2126,0,.4238-.0674.6003-.2002l8-6c.2517-.1885.3999-.4849.3999-.7998s-.1482-.6113-.3999-.7998Z" }), children);
1747
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29ZM11.4141,5,5,11.4141v9.1716L11.4141,27h9.1716L27,20.5859V11.4143L20.5859,5H11.4141Z" }), children);
1733
1748
  });
1734
- if (process.env.NODE_ENV !== "production") SuccessionFlowConnection.propTypes = require_iconPropTypes.iconPropTypes;
1735
- const SummaryKpi = /* @__PURE__ */ react.default.forwardRef(function SummaryKpi({ children, size = 16, ...rest }, ref) {
1736
- return react.default.createElement(require_Icon.Icon, {
1749
+ if (process.env.NODE_ENV !== "production") StopSign.propTypes = require_iconPropTypes.iconPropTypes;
1750
+ const StopSignFilled = /* @__PURE__ */ react.default.forwardRef(function StopSignFilled({ children, size = 16, ...rest }, ref) {
1751
+ return react.default.createElement(require_Icon_js, {
1737
1752
  width: size,
1738
1753
  height: size,
1739
1754
  ref,
@@ -1741,11 +1756,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1741
1756
  viewBox: "0 0 32 32",
1742
1757
  fill: "currentColor",
1743
1758
  ...rest
1744
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.6667,27.5027,2,22.4484l1.3311-1.4927,5.6411,5.0316,7.6906-7.4449a1.9282,1.9282,0,0,1,2.6736-.0084L22.96,21.9983l5.5791-5.9735L30,17.3905l-5.5812,5.9758a1.996,1.996,0,0,1-2.8379.08l-3.5765-3.4191-7.666,7.4206A1.9629,1.9629,0,0,1,7.6667,27.5027Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 11 26 11 28 8 30 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,4H18V6h4V8H19v2h3v2H18v2h4a2.0027,2.0027,0,0,0,2-2V6A2.0023,2.0023,0,0,0,22,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,14H10V10a2.002,2.002,0,0,1,2-2h2V6H10V4h4a2.0023,2.0023,0,0,1,2,2V8a2.0023,2.0023,0,0,1-2,2H12v2h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12 6 4 4 4 4 5 2 5 2 7 4 7 4 12 2 12 2 14 8 14 8 12 6 12z" }), children);
1759
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29Z" }), children);
1745
1760
  });
1746
- if (process.env.NODE_ENV !== "production") SummaryKpi.propTypes = require_iconPropTypes.iconPropTypes;
1747
- const SummaryKpiMirror = /* @__PURE__ */ react.default.forwardRef(function SummaryKpiMirror({ children, size = 16, ...rest }, ref) {
1748
- return react.default.createElement(require_Icon.Icon, {
1761
+ if (process.env.NODE_ENV !== "production") StopSignFilled.propTypes = require_iconPropTypes.iconPropTypes;
1762
+ const StoragePool = /* @__PURE__ */ react.default.forwardRef(function StoragePool({ children, size = 16, ...rest }, ref) {
1763
+ return react.default.createElement(require_Icon_js, {
1749
1764
  width: size,
1750
1765
  height: size,
1751
1766
  ref,
@@ -1753,11 +1768,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1753
1768
  viewBox: "0 0 32 32",
1754
1769
  fill: "currentColor",
1755
1770
  ...rest
1756
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.3,27.5l5.7-5.1L28.7,21L23,26l-7.7-7.4c-0.7-0.7-1.9-0.7-2.7,0L9,22l-5.6-6L2,17.4l5.6,6c0.8,0.8,2,0.8,2.8,0.1L14,20 l7.7,7.4C22.4,28.2,23.6,28.2,24.3,27.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 12 28 4 26 4 26 5 24 5 24 7 26 7 26 12 24 12 24 14 30 14 30 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,14h-6v-4c0-1.1,0.9-2,2-2h2V6h-4V4h4c1.1,0,2,0.9,2,2v2c0,1.1-0.9,2-2,2h-2v2h4V14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4H8v2h4v2H9v2h3v2H8v2h4c1.1,0,2-0.9,2-2V6C14,4.9,13.1,4,12,4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 11 2 11 4 8z" }), children);
1771
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.5,13A3.5,3.5,0,1,1,21,9.5,3.5041,3.5041,0,0,1,17.5,13Zm0-5A1.5,1.5,0,1,0,19,9.5,1.5017,1.5017,0,0,0,17.5,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.5,26A3.5,3.5,0,1,1,18,22.5,3.5041,3.5041,0,0,1,14.5,26Zm0-5A1.5,1.5,0,1,0,16,22.5,1.5017,1.5017,0,0,0,14.5,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.5,18A3.5,3.5,0,1,1,13,14.5,3.5041,3.5041,0,0,1,9.5,18Zm0-5A1.5,1.5,0,1,0,11,14.5,1.5017,1.5017,0,0,0,9.5,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,21A3.5,3.5,0,1,1,26,17.5,3.5041,3.5041,0,0,1,22.5,21Zm0-5A1.5,1.5,0,1,0,24,17.5,1.5017,1.5017,0,0,0,22.5,16Z" }), children);
1757
1772
  });
1758
- if (process.env.NODE_ENV !== "production") SummaryKpiMirror.propTypes = require_iconPropTypes.iconPropTypes;
1759
- const Sun = /* @__PURE__ */ react.default.forwardRef(function Sun({ children, size = 16, ...rest }, ref) {
1760
- return react.default.createElement(require_Icon.Icon, {
1773
+ if (process.env.NODE_ENV !== "production") StoragePool.propTypes = require_iconPropTypes.iconPropTypes;
1774
+ const StorageRequest = /* @__PURE__ */ react.default.forwardRef(function StorageRequest({ children, size = 16, ...rest }, ref) {
1775
+ return react.default.createElement(require_Icon_js, {
1761
1776
  width: size,
1762
1777
  height: size,
1763
1778
  ref,
@@ -1765,26 +1780,19 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1765
1780
  viewBox: "0 0 32 32",
1766
1781
  fill: "currentColor",
1767
1782
  ...rest
1768
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1769
- d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z",
1770
- transform: "translate(0 .005)"
1771
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1772
- d: "M6.854 5.375H8.854V10.333H6.854z",
1773
- transform: "rotate(-45 7.86 7.856)"
1774
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 15.005H7V17.005000000000003H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1775
- d: "M5.375 23.147H10.333V25.147H5.375z",
1776
- transform: "rotate(-45 7.86 24.149)"
1777
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 25.005H17V30.005H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1778
- d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
1779
- transform: "rotate(-45 24.152 24.149)"
1780
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 15.005H30V17.005000000000003H25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1781
- d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
1782
- transform: "rotate(-45 24.152 7.856)"
1783
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 2.005H17V7.005H15z" }), children);
1783
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,21H2v3a2.0059,2.0059,0,0,0,2,2H7V24H4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,8H7V6H4A2.0059,2.0059,0,0,0,2,8v3H4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 6H23V8H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 6H15V8H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 24H23V26H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 15 4 15 4 13 2 13 2 19 4 19 4 17 28 17 28 19 30 19 30 13 28 13 28 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,24H25v2h3a2.0059,2.0059,0,0,0,2-2V21H28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,6H25V8h3v3h2V8A2.0059,2.0059,0,0,0,28,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 24H15V26H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1784
+ cx: "7",
1785
+ cy: "12",
1786
+ r: "1"
1787
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1788
+ cx: "7",
1789
+ cy: "20",
1790
+ r: "1"
1791
+ }), children);
1784
1792
  });
1785
- if (process.env.NODE_ENV !== "production") Sun.propTypes = require_iconPropTypes.iconPropTypes;
1786
- const Sunrise = /* @__PURE__ */ react.default.forwardRef(function Sunrise({ children, size = 16, ...rest }, ref) {
1787
- return react.default.createElement(require_Icon.Icon, {
1793
+ if (process.env.NODE_ENV !== "production") StorageRequest.propTypes = require_iconPropTypes.iconPropTypes;
1794
+ const Store = /* @__PURE__ */ react.default.forwardRef(function Store({ children, size = 16, ...rest }, ref) {
1795
+ return react.default.createElement(require_Icon_js, {
1788
1796
  width: size,
1789
1797
  height: size,
1790
1798
  ref,
@@ -1792,17 +1800,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1792
1800
  viewBox: "0 0 32 32",
1793
1801
  fill: "currentColor",
1794
1802
  ...rest
1795
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 27H29.998V29H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20a4.0045,4.0045,0,0,1,4,4h2a6,6,0,0,0-12,0h2A4.0045,4.0045,0,0,1,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 22H30V24H25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1796
- d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
1797
- transform: "rotate(-45 24.146 15.854)"
1798
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 4 11 9 12.41 10.41 15 7.83 15 8 15 15 17 15 17 8 17 7.83 19.59 10.41 21 9 16 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1799
- d: "M6.854 13.374H8.854V18.332H6.854z",
1800
- transform: "rotate(-45 7.854 15.854)"
1801
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 22H7V24H2z" }), children);
1803
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,10.68l-2-6A1,1,0,0,0,27,4H5a1,1,0,0,0-1,.68l-2,6A1.19,1.19,0,0,0,2,11v6a1,1,0,0,0,1,1H4V28H6V18h6V28H28V18h1a1,1,0,0,0,1-1V11A1.19,1.19,0,0,0,30,10.68ZM26,26H14V18H26Zm2-10H24V12H22v4H17V12H15v4H10V12H8v4H4V11.16L5.72,6H26.28L28,11.16Z" }), children);
1802
1804
  });
1803
- if (process.env.NODE_ENV !== "production") Sunrise.propTypes = require_iconPropTypes.iconPropTypes;
1804
- const Sunset = /* @__PURE__ */ react.default.forwardRef(function Sunset({ children, size = 16, ...rest }, ref) {
1805
- return react.default.createElement(require_Icon.Icon, {
1805
+ if (process.env.NODE_ENV !== "production") Store.propTypes = require_iconPropTypes.iconPropTypes;
1806
+ const Storm = /* @__PURE__ */ react.default.forwardRef(function Storm({ children, size = 16, ...rest }, ref) {
1807
+ return react.default.createElement(require_Icon_js, {
1806
1808
  width: size,
1807
1809
  height: size,
1808
1810
  ref,
@@ -1810,20 +1812,11 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1810
1812
  viewBox: "0 0 32 32",
1811
1813
  fill: "currentColor",
1812
1814
  ...rest
1813
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 27.005H29.998V29.005H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1814
- d: "M16,20a4.0045,4.0045,0,0,1,4,4h2a6,6,0,0,0-12,0h2A4.0045,4.0045,0,0,1,16,20Z",
1815
- transform: "translate(0 .005)"
1816
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 22.005H30V24.005H25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1817
- d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
1818
- transform: "rotate(-45 24.152 15.856)"
1819
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.59 9.595 17 12.175 17 4.005 15 4.005 15 12.175 12.41 9.595 11 11.005 16 16.005 21 11.005 19.59 9.595z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1820
- d: "M6.854 13.374H8.854V18.332H6.854z",
1821
- transform: "rotate(-45 7.86 15.856)"
1822
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 22.005H7V24.005H2z" }), children);
1815
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,20c.5523,0,1,.4477,1,1s-.4477,1-1,1-1-.4477-1-1,.4477-1,1-1ZM28,23.25v-4.5c0-.9648-.8281-1.75-1.8457-1.75H5.8462c-1.0181,0-1.8462.7852-1.8462,1.75v4.5c0,.9648.8281,1.75,1.8462,1.75h20.3081c1.0176,0,1.8457-.7852,1.8457-1.75ZM6,19h20v4H6v-4ZM9,13h-3v-4h3v-2h-3c-1.103,0-2,.897-2,2v4c0,1.103.897,2,2,2h3v-2ZM28,13v-4c0-1.103-.8975-2-2-2h-3v2h3v4h-3v2h3c1.1025,0,2-.897,2-2ZM15,7h-4v2h4v-2ZM15,13h-4v2h4v-2ZM21,7h-4v2h4v-2ZM21,13h-4v2h4v-2Z" }), children);
1823
1816
  });
1824
- if (process.env.NODE_ENV !== "production") Sunset.propTypes = require_iconPropTypes.iconPropTypes;
1825
- const SupportVectorMachine = /* @__PURE__ */ react.default.forwardRef(function SupportVectorMachine({ children, size = 16, ...rest }, ref) {
1826
- return react.default.createElement(require_Icon.Icon, {
1817
+ if (process.env.NODE_ENV !== "production") Storm.propTypes = require_iconPropTypes.iconPropTypes;
1818
+ const StormTracker = /* @__PURE__ */ react.default.forwardRef(function StormTracker({ children, size = 16, ...rest }, ref) {
1819
+ return react.default.createElement(require_Icon_js, {
1827
1820
  width: size,
1828
1821
  height: size,
1829
1822
  ref,
@@ -1831,20 +1824,43 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1831
1824
  viewBox: "0 0 32 32",
1832
1825
  fill: "currentColor",
1833
1826
  ...rest
1834
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1835
- cx: "26",
1836
- cy: "18",
1837
- r: "4"
1838
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1839
- cx: "18",
1840
- cy: "26",
1841
- r: "4"
1842
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1843
- d: "M-2.799 15H34.799V17H-2.799z",
1844
- transform: "rotate(-45 16 16)"
1845
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m14,10c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Zm0-6c-1.1028,0-2,.8972-2,2s.8972,2,2,2,2-.8972,2-2-.8972-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m6,18c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Zm0-6c-1.1028,0-2,.8972-2,2s.8972,2,2,2,2-.8972,2-2-.8972-2-2-2Z" }), children);
1827
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2a1,1,0,0,0-.9736.771l-1.7229,7.3223a10.0653,10.0653,0,1,0,8.6032,8.603l7.3223-1.7227A1,1,0,0,0,30,16,14.0158,14.0158,0,0,0,16,2ZM11.293,20.707A1,1,0,0,0,12,21a1.013,1.013,0,0,0,.229-.0264l3.7622-.8852a3.996,3.996,0,1,1-4.08-4.08l-.8852,3.7622A1,1,0,0,0,11.293,20.707Zm2.05-2.0508,2.271-9.65a7.5018,7.5018,0,0,1,7.38,7.38ZM20,20a8,8,0,1,1-8-8,8.1017,8.1017,0,0,1,.8438.0469L12.38,14.019C12.2532,14.0107,12.127,14,12,14a6,6,0,1,0,6,6c0-.127-.011-.2534-.019-.38l1.9721-.4643A8.1048,8.1048,0,0,1,20,20Zm4.9707-4.0791a9.4981,9.4981,0,0,0-8.8914-8.8916l.7068-3.0039A12.0193,12.0193,0,0,1,27.9746,15.2139Z" }), children);
1846
1828
  });
1847
- if (process.env.NODE_ENV !== "production") SupportVectorMachine.propTypes = require_iconPropTypes.iconPropTypes;
1829
+ if (process.env.NODE_ENV !== "production") StormTracker.propTypes = require_iconPropTypes.iconPropTypes;
1830
+ exports.ShapeExcept = ShapeExcept;
1831
+ exports.ShapeExclude = ShapeExclude;
1832
+ exports.ShapeIntersect = ShapeIntersect;
1833
+ exports.ShapeJoin = ShapeJoin;
1834
+ exports.ShapeUnite = ShapeUnite;
1835
+ exports.Shapes = Shapes;
1836
+ exports.Share = Share;
1837
+ exports.ShareKnowledge = ShareKnowledge;
1838
+ exports.ShieldAlert = ShieldAlert;
1839
+ exports.ShipmentDelivery = ShipmentDelivery;
1840
+ exports.ShoppingBag = ShoppingBag;
1841
+ exports.ShoppingCart = ShoppingCart;
1842
+ exports.ShoppingCartArrowDown = ShoppingCartArrowDown;
1843
+ exports.ShoppingCartArrowUp = ShoppingCartArrowUp;
1844
+ exports.ShoppingCartClear = ShoppingCartClear;
1845
+ exports.ShoppingCartError = ShoppingCartError;
1846
+ exports.ShoppingCartMinus = ShoppingCartMinus;
1847
+ exports.ShoppingCartPlus = ShoppingCartPlus;
1848
+ exports.ShoppingCatalog = ShoppingCatalog;
1849
+ exports.ShowDataCards = ShowDataCards;
1850
+ exports.ShrinkScreen = ShrinkScreen;
1851
+ exports.ShrinkScreenFilled = ShrinkScreenFilled;
1852
+ exports.Shuffle = Shuffle;
1853
+ exports.Shuttle = Shuttle;
1854
+ exports.SidePanelClose = SidePanelClose;
1855
+ exports.SidePanelCloseFilled = SidePanelCloseFilled;
1856
+ exports.SidePanelOpen = SidePanelOpen;
1857
+ exports.SidePanelOpenFilled = SidePanelOpenFilled;
1858
+ exports.Sight = Sight;
1859
+ exports.Sigma = Sigma;
1860
+ exports.SignalStrength = SignalStrength;
1861
+ exports.SimCard = SimCard;
1862
+ exports.SkillLevel = SkillLevel;
1863
+ exports.SkillLevelAdvanced = SkillLevelAdvanced;
1848
1864
  exports.SkillLevelBasic = SkillLevelBasic;
1849
1865
  exports.SkillLevelIntermediate = SkillLevelIntermediate;
1850
1866
  exports.SkipBack = SkipBack;
@@ -1925,31 +1941,6 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1925
1941
  exports.Store = Store;
1926
1942
  exports.Storm = Storm;
1927
1943
  exports.StormTracker = StormTracker;
1928
- exports.StrategyPlay = StrategyPlay;
1929
- exports.Stratus = Stratus;
1930
- exports.Strawberry = Strawberry;
1931
- exports.StringInteger = StringInteger;
1932
- exports.StringText = StringText;
1933
- exports.Subclassification = Subclassification;
1934
- exports.Subdirectory = Subdirectory;
1935
- exports.Subflow = Subflow;
1936
- exports.SubflowLocal = SubflowLocal;
1937
- exports.SubjectDefinition = SubjectDefinition;
1938
- exports.SubjectUsage = SubjectUsage;
1939
- exports.SubnetAclRules = SubnetAclRules;
1940
- exports.Subsetting = Subsetting;
1941
- exports.Subtract = Subtract;
1942
- exports.SubtractAlt = SubtractAlt;
1943
- exports.SubtractFilled = SubtractFilled;
1944
- exports.SubtractLarge = SubtractLarge;
1945
- exports.Succession = Succession;
1946
- exports.SuccessionFlowConnection = SuccessionFlowConnection;
1947
- exports.SummaryKpi = SummaryKpi;
1948
- exports.SummaryKpiMirror = SummaryKpiMirror;
1949
- exports.Sun = Sun;
1950
- exports.Sunrise = Sunrise;
1951
- exports.Sunset = Sunset;
1952
- exports.SupportVectorMachine = SupportVectorMachine;
1953
1944
  exports.WatsonHealthSmoothing = WatsonHealthSmoothing;
1954
1945
  exports.WatsonHealthSmoothingCursor = WatsonHealthSmoothingCursor;
1955
1946
  exports.WatsonHealthSpineLabel = WatsonHealthSpineLabel;
@@ -1961,15 +1952,6 @@ var require_bucket_17 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1961
1952
  exports.WatsonHealthStatusChange = WatsonHealthStatusChange;
1962
1953
  exports.WatsonHealthStatusPartialFail = WatsonHealthStatusPartialFail;
1963
1954
  exports.WatsonHealthStatusResolved = WatsonHealthStatusResolved;
1964
- exports.WatsonHealthStressBreathEditor = WatsonHealthStressBreathEditor;
1965
- exports.WatsonHealthStudyNext = WatsonHealthStudyNext;
1966
- exports.WatsonHealthStudyPrevious = WatsonHealthStudyPrevious;
1967
- exports.WatsonHealthStudyRead = WatsonHealthStudyRead;
1968
- exports.WatsonHealthStudySkip = WatsonHealthStudySkip;
1969
- exports.WatsonHealthStudyTransfer = WatsonHealthStudyTransfer;
1970
- exports.WatsonHealthStudyUnread = WatsonHealthStudyUnread;
1971
- exports.WatsonHealthStudyView = WatsonHealthStudyView;
1972
- exports.WatsonHealthSubVolume = WatsonHealthSubVolume;
1973
1955
  }));
1974
1956
  //#endregion
1975
1957
  Object.defineProperty(exports, "default", {