@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-20.js
12
13
  var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
13
14
  /**
@@ -19,14 +20,15 @@ var require_bucket_20 = /* @__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
29
  const didWarnAboutDeprecation = {};
28
- const UserMultiple = /* @__PURE__ */ react.default.forwardRef(function UserMultiple({ children, size = 16, ...rest }, ref) {
29
- return react.default.createElement(require_Icon.Icon, {
30
+ const UndefinedFilled = /* @__PURE__ */ react.default.forwardRef(function UndefinedFilled({ children, size = 16, ...rest }, ref) {
31
+ return react.default.createElement(require_Icon_js, {
30
32
  width: size,
31
33
  height: size,
32
34
  ref,
@@ -34,11 +36,15 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
34
36
  viewBox: "0 0 32 32",
35
37
  fill: "currentColor",
36
38
  ...rest
37
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H28V25a5.0057,5.0057,0,0,0-5-5V18a7.0078,7.0078,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H20V25a5.0059,5.0059,0,0,0-5-5H9a5.0059,5.0059,0,0,0-5,5v5H2V25a7.0082,7.0082,0,0,1,7-7h6a7.0082,7.0082,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,2V4a5,5,0,0,1,0,10v2A7,7,0,0,0,20,2Z" }), /* @__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" }), children);
39
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2s-1.067,0.203-1.473,0.609L2.609,14.527C2.203,14.933,2,15.466,2,16 s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30s1.067-0.203,1.473-0.609l11.917-11.917 C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M21,18H11v-4h10V18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
40
+ fill: "none",
41
+ d: "M11 14H21V18H11z",
42
+ "data-icon-path": "inner-path"
43
+ }), children);
38
44
  });
39
- if (process.env.NODE_ENV !== "production") UserMultiple.propTypes = require_iconPropTypes.iconPropTypes;
40
- const UserOnline = /* @__PURE__ */ react.default.forwardRef(function UserOnline({ children, size = 16, ...rest }, ref) {
41
- return react.default.createElement(require_Icon.Icon, {
45
+ if (process.env.NODE_ENV !== "production") UndefinedFilled.propTypes = require_iconPropTypes.iconPropTypes;
46
+ const Undo = /* @__PURE__ */ react.default.forwardRef(function Undo({ children, size = 16, ...rest }, ref) {
47
+ return react.default.createElement(require_Icon_js, {
42
48
  width: size,
43
49
  height: size,
44
50
  ref,
@@ -46,15 +52,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
46
52
  viewBox: "0 0 32 32",
47
53
  fill: "currentColor",
48
54
  ...rest
49
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
50
- cx: "26",
51
- cy: "16",
52
- r: "4"
53
- }), /* @__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" }), /* @__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" }), children);
55
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,10H7.8149l3.5874-3.5859L10,5,4,11,10,17l1.4023-1.4146L7.8179,12H20a6,6,0,0,1,0,12H12v2h8a8,8,0,0,0,0-16Z" }), children);
54
56
  });
55
- if (process.env.NODE_ENV !== "production") UserOnline.propTypes = require_iconPropTypes.iconPropTypes;
56
- const UserProfile = /* @__PURE__ */ react.default.forwardRef(function UserProfile({ children, size = 16, ...rest }, ref) {
57
- return react.default.createElement(require_Icon.Icon, {
57
+ if (process.env.NODE_ENV !== "production") Undo.propTypes = require_iconPropTypes.iconPropTypes;
58
+ const UnfoldOpen = /* @__PURE__ */ react.default.forwardRef(function UnfoldOpen({ children, size = 16, ...rest }, ref) {
59
+ return react.default.createElement(require_Icon_js, {
58
60
  width: size,
59
61
  height: size,
60
62
  ref,
@@ -62,11 +64,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
62
64
  viewBox: "0 0 32 32",
63
65
  fill: "currentColor",
64
66
  ...rest
65
- }, /* @__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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 4H32V6H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 9H32V11H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 14H29V16H22z" }), children);
67
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,29.9141l-4.707-4.707,1.4141-1.4141,2.293,2.293v-7.0859h2v7.0859l2.293-2.293,1.4141,1.4141-4.707,4.707ZM30,17h-4v-2h4v2ZM24,17h-4v-2h4v2ZM18,17h-4v-2h4v2ZM12,17h-4v-2h4v2ZM6,17H2v-2h4v2ZM17,13h-2v-7.0859l-2.293,2.293-1.4141-1.4141,4.707-4.707,4.707,4.707-1.4141,1.4141-2.293-2.293v7.0859Z" }), children);
66
68
  });
67
- if (process.env.NODE_ENV !== "production") UserProfile.propTypes = require_iconPropTypes.iconPropTypes;
68
- const UserRole = /* @__PURE__ */ react.default.forwardRef(function UserRole({ children, size = 16, ...rest }, ref) {
69
- return react.default.createElement(require_Icon.Icon, {
69
+ if (process.env.NODE_ENV !== "production") UnfoldOpen.propTypes = require_iconPropTypes.iconPropTypes;
70
+ const UngroupObjects = /* @__PURE__ */ react.default.forwardRef(function UngroupObjects({ children, size = 16, ...rest }, ref) {
71
+ return react.default.createElement(require_Icon_js, {
70
72
  width: size,
71
73
  height: size,
72
74
  ref,
@@ -74,11 +76,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
74
76
  viewBox: "0 0 32 32",
75
77
  fill: "currentColor",
76
78
  ...rest
77
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.07 21 22 15 28.07 9 29.5 10.41 24.86 15 29.5 19.59 28.07 21z" }), /* @__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" }), /* @__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" }), children);
79
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,14V10H26v2H20V6h2V2H18V4H6V2H2V6H4V18H2v4H6V20h6v6H10v4h4V28H26v2h4V26H28V14ZM6,6H18V18H6ZM26,26H14V20h4v2h4V18H20V14h6Z" }), children);
78
80
  });
79
- if (process.env.NODE_ENV !== "production") UserRole.propTypes = require_iconPropTypes.iconPropTypes;
80
- const UserService = /* @__PURE__ */ react.default.forwardRef(function UserService({ children, size = 16, ...rest }, ref) {
81
- return react.default.createElement(require_Icon.Icon, {
81
+ if (process.env.NODE_ENV !== "production") UngroupObjects.propTypes = require_iconPropTypes.iconPropTypes;
82
+ const Unknown = /* @__PURE__ */ react.default.forwardRef(function Unknown({ children, size = 16, ...rest }, ref) {
83
+ return react.default.createElement(require_Icon_js, {
82
84
  width: size,
83
85
  height: size,
84
86
  ref,
@@ -86,20 +88,15 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
86
88
  viewBox: "0 0 32 32",
87
89
  fill: "currentColor",
88
90
  ...rest
89
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
90
- strokeWidth: "0",
91
- d: "m23.019,10.4332c-.595.3514-1.2795.5668-2.019.5668-2.2056,0-4-1.7944-4-4,0-.3557.0615-.6943.1492-1.0228l2.4368,2.4368.0005-.0004c.3621.3621.8621.5864,1.4136.5864,1.103,0,2-.897,2-2,0-.5515-.2242-1.0515-.5864-1.4136l.0005-.0004-2.4368-2.4368c.3284-.0875.667-.1491,1.0227-.1491,2.2056,0,4,1.7944,4,4,0,.7396-.2155,1.4241-.5669,2.0191l5.5669,5.5668-1.4141,1.4141-5.5669-5.5668Z"
92
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
93
- strokeWidth: "0",
94
- d: "m16,30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982,1.3439-3,3v5h-2v-5c.0033-2.7601,2.2399-4.9967,5-5h4c2.7601.0033,4.9967,2.2399,5,5v5Z"
95
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
96
- strokeWidth: "0",
97
- d: "m9,10c1.6569,0,3,1.3431,3,3s-1.3431,3-3,3-3-1.3431-3-3c.0019-1.6561,1.3439-2.9981,3-3m0-2c-2.7614,0-5,2.2386-5,5s2.2386,5,5,5,5-2.2386,5-5-2.2386-5-5-5Z"
98
- }), children);
91
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
92
+ cx: "16",
93
+ cy: "22.5",
94
+ r: "1.5"
95
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,19h-2v-4h2c1.103,0,2-0.897,2-2s-0.897-2-2-2h-2c-1.103,0-2,0.897-2,2v0.5h-2V13c0-2.206,1.794-4,4-4h2 c2.206,0,4,1.794,4,4s-1.794,4-4,4V19z" }), /* @__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);
99
96
  });
100
- if (process.env.NODE_ENV !== "production") UserService.propTypes = require_iconPropTypes.iconPropTypes;
101
- const UserServiceDesk = /* @__PURE__ */ react.default.forwardRef(function UserServiceDesk({ children, size = 16, ...rest }, ref) {
102
- return react.default.createElement(require_Icon.Icon, {
97
+ if (process.env.NODE_ENV !== "production") Unknown.propTypes = require_iconPropTypes.iconPropTypes;
98
+ const UnknownFilled = /* @__PURE__ */ react.default.forwardRef(function UnknownFilled({ children, size = 16, ...rest }, ref) {
99
+ return react.default.createElement(require_Icon_js, {
103
100
  width: size,
104
101
  height: size,
105
102
  ref,
@@ -107,11 +104,15 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
107
104
  viewBox: "0 0 32 32",
108
105
  fill: "currentColor",
109
106
  ...rest
110
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.334,11.95l1.2055-1.206a1.178,1.178,0,0,1,1.2593-.2584l1.4693.5868A1.1736,1.1736,0,0,1,30,12.1489v2.692A1.1681,1.1681,0,0,1,28.8229,16l-.05-.0015C18.4775,15.3578,16.4,6.6357,16.0073,3.2976a1.1681,1.1681,0,0,1,1.0315-1.29A1.1492,1.1492,0,0,1,17.1751,2h2.5994a1.1626,1.1626,0,0,1,1.0764.7322l.5866,1.47a1.1635,1.1635,0,0,1-.2529,1.26L19.9791,6.668S20.6733,11.3682,25.334,11.95Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V25a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v5H2V25a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,10a3,3,0,1,1-3,3,3,3,0,0,1,3-3M9,8a5,5,0,1,0,5,5A5,5,0,0,0,9,8Z" }), children);
107
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2s-1.067,0.203-1.473,0.609L2.609,14.527C2.203,14.933,2,15.466,2,16 s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30s1.067-0.203,1.473-0.609l11.917-11.917 C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,24c-0.828,0-1.5-0.671-1.5-1.5S15.172,21,16,21s1.5,0.671,1.5,1.5 S16.828,24,16,24z M17.125,17.248v1.877h-2.25V15H17c1.034,0,1.875-0.841,1.875-1.875S18.034,11.25,17,11.25h-2 c-1.034,0-1.875,0.841-1.875,1.875v0.5h-2.25v-0.5C10.875,10.851,12.726,9,15,9h2c2.274,0,4.125,1.851,4.125,4.125 C21.125,15.358,19.342,17.182,17.125,17.248z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
108
+ fill: "none",
109
+ d: "M16,21c0.828,0,1.5,0.672,1.5,1.5S16.828,24,16,24c-0.828,0-1.5-0.672-1.5-1.5S15.172,21,16,21 z M17.125,17.248c2.217-0.066,4-1.89,4-4.123C21.125,10.851,19.274,9,17,9h-2c-2.274,0-4.125,1.851-4.125,4.125v0.5h2.25v-0.5 c0-1.034,0.841-1.875,1.875-1.875h2c1.034,0,1.875,0.841,1.875,1.875S18.034,15,17,15h-2.125v4.125h2.25V17.248z",
110
+ "data-icon-path": "inner-path"
111
+ }), children);
111
112
  });
112
- if (process.env.NODE_ENV !== "production") UserServiceDesk.propTypes = require_iconPropTypes.iconPropTypes;
113
- const UserSettings = /* @__PURE__ */ react.default.forwardRef(function UserSettings({ children, size = 16, ...rest }, ref) {
114
- return react.default.createElement(require_Icon.Icon, {
113
+ if (process.env.NODE_ENV !== "production") UnknownFilled.propTypes = require_iconPropTypes.iconPropTypes;
114
+ const Unlink = /* @__PURE__ */ react.default.forwardRef(function Unlink({ children, size = 16, ...rest }, ref) {
115
+ return react.default.createElement(require_Icon_js, {
115
116
  width: size,
116
117
  height: size,
117
118
  ref,
@@ -119,35 +120,26 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
119
120
  viewBox: "0 0 32 32",
120
121
  fill: "currentColor",
121
122
  ...rest
122
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,10V8H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,4.1011V2H22V4.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,8H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,13.8989V16h2V13.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V25a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v5H2V25a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,10a3,3,0,1,1-3,3,3,3,0,0,1,3-3M9,8a5,5,0,1,0,5,5A5,5,0,0,0,9,8Z" }), children);
123
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
124
+ d: "M5 3.59H7V8.42H5z",
125
+ transform: "rotate(-45.01 5.996 6.005)"
126
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
127
+ d: "M25 23.58H27V28.409999999999997H25z",
128
+ transform: "rotate(-44.99 25.995 25.999)"
129
+ }), /* @__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", { d: "M26 19H30V21H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 26H21V30H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.58,21.07l-3.71,3.72a4,4,0,1,1-5.66-5.66l3.72-3.72L9.51,14,5.8,17.72a6,6,0,0,0-.06,8.54A6,6,0,0,0,10,28a6.07,6.07,0,0,0,4.32-1.8L18,22.49Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.41,10.93l3.72-3.72a4,4,0,1,1,5.66,5.66l-3.72,3.72L22.49,18l3.71-3.72a6,6,0,0,0,.06-8.54A6,6,0,0,0,22,4a6.07,6.07,0,0,0-4.32,1.8L14,9.51Z" }), children);
123
130
  });
124
- if (process.env.NODE_ENV !== "production") UserSettings.propTypes = require_iconPropTypes.iconPropTypes;
125
- const UserSimulation = /* @__PURE__ */ react.default.forwardRef(function UserSimulation({ children, size = 16, ...rest }, ref) {
126
- return react.default.createElement(require_Icon.Icon, {
131
+ if (process.env.NODE_ENV !== "production") Unlink.propTypes = require_iconPropTypes.iconPropTypes;
132
+ const Unlocked = /* @__PURE__ */ react.default.forwardRef(function Unlocked({ children, size = 16, ...rest }, ref) {
133
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
127
134
  width: size,
128
135
  height: size,
129
136
  ref,
130
137
  xmlns: "http://www.w3.org/2000/svg",
131
- viewBox: "0 0 32 32",
138
+ viewBox: "0 0 16 16",
132
139
  fill: "currentColor",
133
140
  ...rest
134
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
135
- d: "M25.232 12.866H29.232V14.866H25.232z",
136
- transform: "rotate(30 27.232 13.866)"
137
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 8H30V10H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
138
- d: "M2.768 12.866H6.768V14.866H2.768z",
139
- transform: "rotate(150 4.768 13.866)"
140
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H24V25a5.0059,5.0059,0,0,0-5-5H13a5.0059,5.0059,0,0,0-5,5v5H6V25a7.0082,7.0082,0,0,1,7-7h6a7.0082,7.0082,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,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,16,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
141
- d: "M25.232 3.134H29.232V5.134H25.232z",
142
- transform: "rotate(-30 27.232 4.134)"
143
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 8H6V10H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
144
- d: "M2.768 3.134H6.768V5.134H2.768z",
145
- transform: "rotate(210 4.768 4.134)"
146
- }), children);
147
- });
148
- if (process.env.NODE_ENV !== "production") UserSimulation.propTypes = require_iconPropTypes.iconPropTypes;
149
- const UserSpeaker = /* @__PURE__ */ react.default.forwardRef(function UserSpeaker({ children, size = 16, ...rest }, ref) {
150
- return react.default.createElement(require_Icon.Icon, {
141
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,7H6V4c0-1.1,0.9-2,2-2s2,0.9,2,2h1c0-1.7-1.3-3-3-3S5,2.3,5,4v3H4C3.4,7,3,7.4,3,8v6c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1 V8C13,7.4,12.6,7,12,7z M12,14H4V8h8V14z" }), children);
142
+ return react.default.createElement(require_Icon_js, {
151
143
  width: size,
152
144
  height: size,
153
145
  ref,
@@ -155,11 +147,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
155
147
  viewBox: "0 0 32 32",
156
148
  fill: "currentColor",
157
149
  ...rest
158
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.4146,19,27.7,17.2852A2.97,2.97,0,0,0,28,16a3,3,0,1,0-3,3,2.97,2.97,0,0,0,1.2864-.3L28,20.4141V28H22V25a7.0078,7.0078,0,0,0-7-7H9a7.008,7.008,0,0,0-7,7v5H30V20.4141A1.988,1.988,0,0,0,29.4146,19ZM4,25a5.006,5.006,0,0,1,5-5h6a5.0059,5.0059,0,0,1,5,5v3H4Z" }), /* @__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" }), children);
150
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,14H12V8a4,4,0,0,1,8,0h2A6,6,0,0,0,10,8v6H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16A2,2,0,0,0,24,14Zm0,14H8V16H24Z" }), children);
159
151
  });
160
- if (process.env.NODE_ENV !== "production") UserSpeaker.propTypes = require_iconPropTypes.iconPropTypes;
161
- const UserSponsor = /* @__PURE__ */ react.default.forwardRef(function UserSponsor({ children, size = 16, ...rest }, ref) {
162
- return react.default.createElement(require_Icon.Icon, {
152
+ if (process.env.NODE_ENV !== "production") Unlocked.propTypes = require_iconPropTypes.iconPropTypes;
153
+ const Unplug = /* @__PURE__ */ react.default.forwardRef(function Unplug({ children, size = 16, ...rest }, ref) {
154
+ return react.default.createElement(require_Icon_js, {
163
155
  width: size,
164
156
  height: size,
165
157
  ref,
@@ -167,11 +159,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
167
159
  viewBox: "0 0 32 32",
168
160
  fill: "currentColor",
169
161
  ...rest
170
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31.8301 13.3662 30.8301 11.6338 28 13.2681 28 10 26 10 26 13.2676 23.1699 11.6338 22.1699 13.3662 25 15 22.1699 16.6338 23.1699 18.3662 26 16.7324 26 20 28 20 28 16.7319 30.8301 18.3662 31.8301 16.6338 29 15 31.8301 13.3662z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22,30h-2v-5c-.0033-2.7601-2.2399-4.9967-5-5h-6c-2.7601.0033-4.9967,2.2399-5,5v5h-2v-5c.0045-3.8641,3.1359-6.9955,7-7h6c3.8641.0045,6.9955,3.1359,7,7v5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m12,4c2.7614,0,5,2.2386,5,5s-2.2386,5-5,5-5-2.2386-5-5c.0031-2.7601,2.2399-4.9969,5-5m0-2c-3.866,0-7,3.134-7,7s3.134,7,7,7,7-3.134,7-7-3.134-7-7-7Z" }), children);
162
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.9,4.4l-1.4-1.4-3,3c-1.9-1.3-4.6-1.1-6.3.6l-3.5,3.5,7.1,7.1,3.5-3.5c1.7-1.7,1.9-4.4.6-6.3,0,0,3-3,3-3ZM23.8,12.3l-2.1,2.1-4.2-4.2,2.1-2.1c1.2-1.2,3.1-1.2,4.2,0,1.2,1.2,1.2,3.1,0,4.2ZM17.7,18.5l-1.4-1.4-1.9,1.9-1.4-1.4,1.9-1.9-1.4-1.4-1.9,1.9-1.4-1.4-3.5,3.5c-1.7,1.7-1.9,4.4-.6,6.3l-3,3,1.4,1.4,3-3c.8.5,1.8.8,2.8.8s2.6-.5,3.5-1.5l3.5-3.5-1.4-1.4,1.9-1.9h-.1ZM12.2,23.9c-1.1,1.1-3.1,1.1-4.2,0-1.2-1.2-1.2-3.1,0-4.2l2.1-2.1,4.2,4.2s-2.1,2.1-2.1,2.1ZM8,14h-4v-2h4v2ZM14,8h-2v-4h2v4ZM28,20h-4v-2h4v2ZM24.6858,25.9l-2.8284-2.8284,1.4142-1.4142,2.8284,2.8284-1.4142,1.4142ZM8.8071,10.0213l-2.8284-2.8284,1.4142-1.4142,2.8284,2.8284-1.4142,1.4142ZM20,28h-2v-4h2v4Z" }), children);
171
163
  });
172
- if (process.env.NODE_ENV !== "production") UserSponsor.propTypes = require_iconPropTypes.iconPropTypes;
173
- const UserXRay = /* @__PURE__ */ react.default.forwardRef(function UserXRay({ children, size = 16, ...rest }, ref) {
174
- return react.default.createElement(require_Icon.Icon, {
164
+ if (process.env.NODE_ENV !== "production") Unplug.propTypes = require_iconPropTypes.iconPropTypes;
165
+ const Unsaved = /* @__PURE__ */ react.default.forwardRef(function Unsaved({ children, size = 16, ...rest }, ref) {
166
+ return react.default.createElement(require_Icon_js, {
175
167
  width: size,
176
168
  height: size,
177
169
  ref,
@@ -179,14 +171,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
179
171
  viewBox: "0 0 32 32",
180
172
  fill: "currentColor",
181
173
  ...rest
182
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
183
- fill: "none",
184
- d: "M28 9 28 7 25 7 25 5 23 5 23 7 20 7 20 9 23 9 23 12 20 12 20 14 23 14 23 16 25 16 25 14 28 14 28 12 25 12 25 9 28 9z"
185
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31,3H17a1,1,0,0,0-1,1V17a1,1,0,0,0,1,1H31a1,1,0,0,0,1-1V4A1,1,0,0,0,31,3ZM28,9H25v3h3v2H25v2H23V14H20V12h3V9H20V7h3V5h2V7h3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,30H13V26a2.9465,2.9465,0,0,0-3-3H6a2.9465,2.9465,0,0,0-3,3v4H1V26a4.9514,4.9514,0,0,1,5-5h4a4.9514,4.9514,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,11a3,3,0,0,1,0,6,3,3,0,0,1,0-6M8,9A5,5,0,0,0,8,19,5,5,0,0,0,8,9Z" }), children);
174
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 19.4 28.6 18 25 21.6 21.4 18 20 19.4 23.6 23 20 26.6 21.4 28 25 24.4 28.6 28 30 26.6 26.4 23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,26l-4,0v-8l4,0v-2l-4,0c-1.1,0-2,0.9-2,2v8H6V6h4v4c0,1.1,0.9,2,2,2h8c1.1,0,2-0.9,2-2V6.4l4,4l0,5.6h2l0-6 c0-0.3-0.1-0.5-0.3-0.7l-5-5C22.5,4.1,22.3,4,22,4H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2l10,0V26z M12,6h8v4h-8V6z" }), children);
186
175
  });
187
- if (process.env.NODE_ENV !== "production") UserXRay.propTypes = require_iconPropTypes.iconPropTypes;
188
- const UserProfileAlt = /* @__PURE__ */ react.default.forwardRef(function UserProfileAlt({ children, size = 16, ...rest }, ref) {
189
- return react.default.createElement(require_Icon.Icon, {
176
+ if (process.env.NODE_ENV !== "production") Unsaved.propTypes = require_iconPropTypes.iconPropTypes;
177
+ const UpToTop = /* @__PURE__ */ react.default.forwardRef(function UpToTop({ children, size = 16, ...rest }, ref) {
178
+ return react.default.createElement(require_Icon_js, {
190
179
  width: size,
191
180
  height: size,
192
181
  ref,
@@ -194,11 +183,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
194
183
  viewBox: "0 0 32 32",
195
184
  fill: "currentColor",
196
185
  ...rest
197
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 13H26V15H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 8H30V10H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 3H30V5H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,30H7a2.0059,2.0059,0,0,1-2-2V21a2.0059,2.0059,0,0,1-2-2V13a2.9465,2.9465,0,0,1,3-3h6a2.9465,2.9465,0,0,1,3,3v6a2.0059,2.0059,0,0,1-2,2v7A2.0059,2.0059,0,0,1,11,30ZM6,12a.9448.9448,0,0,0-1,1v6H7v9h4V19h2V13a.9448.9448,0,0,0-1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,9a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,9,9ZM9,3a2,2,0,1,0,2,2h0A2.0059,2.0059,0,0,0,9,3Z" }), children);
186
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 14 6 24 7.4 25.4 16 16.8 24.6 25.4 26 24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 8H28V10H4z" }), children);
198
187
  });
199
- if (process.env.NODE_ENV !== "production") UserProfileAlt.propTypes = require_iconPropTypes.iconPropTypes;
200
- const UvIndex = /* @__PURE__ */ react.default.forwardRef(function UvIndex({ children, size = 16, ...rest }, ref) {
201
- return react.default.createElement(require_Icon.Icon, {
188
+ if (process.env.NODE_ENV !== "production") UpToTop.propTypes = require_iconPropTypes.iconPropTypes;
189
+ const UpdateComplete = /* @__PURE__ */ react.default.forwardRef(function UpdateComplete({ children, size = 16, ...rest }, ref) {
190
+ return react.default.createElement(require_Icon_js, {
202
191
  width: size,
203
192
  height: size,
204
193
  ref,
@@ -206,11 +195,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
206
195
  viewBox: "0 0 32 32",
207
196
  fill: "currentColor",
208
197
  ...rest
209
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,5.9121l1.7444,2.9326.7822,1.315,1.4739-.4107,3.1206-.87L22.2512,12,21.84,13.4731l1.315.7823L26.0876,16l-2.9323,1.7441-1.315.7818L22.2512,20l.87,3.1211-3.1208-.87L18.5266,21.84l-.7822,1.315L16,26.0879l-1.7444-2.9326-.7822-1.315L12,22.251l-3.1208.87L9.7488,20l.4109-1.4741-1.315-.7818L5.9124,16l2.9323-1.7446,1.315-.7823L9.7488,12l-.87-3.1206L12,9.749l1.4739.4107.7822-1.315L16,5.9121M16,2,12.5366,7.8223,6,6l1.8223,6.5366L2,16l5.8223,3.4629L6,26l6.5366-1.8223L16,30l3.4634-5.8223L26,26l-1.8223-6.5371L30,16l-5.8223-3.4634L26,6,19.4634,7.8223,16,2Z" }), children);
198
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30c-7.72,0-14-6.28-14-14h2c0,6.617,5.383,12,12,12v2ZM12,8h-4.922c2.258-2.524,5.467-4,8.922-4,6.617,0,12,5.383,12,12h2c0-7.72-6.28-14-14-14-3.828,0-7.393,1.558-10,4.234V2h-2v8h8v-2ZM22,27.18l-2.59-2.59-1.41,1.41,4,4,8-8-1.41-1.41s-6.59,6.59-6.59,6.59Z" }), children);
210
199
  });
211
- if (process.env.NODE_ENV !== "production") UvIndex.propTypes = require_iconPropTypes.iconPropTypes;
212
- const UvIndexAlt = /* @__PURE__ */ react.default.forwardRef(function UvIndexAlt({ children, size = 16, ...rest }, ref) {
213
- return react.default.createElement(require_Icon.Icon, {
200
+ if (process.env.NODE_ENV !== "production") UpdateComplete.propTypes = require_iconPropTypes.iconPropTypes;
201
+ const UpdateNow = /* @__PURE__ */ react.default.forwardRef(function UpdateNow({ children, size = 16, ...rest }, ref) {
202
+ return react.default.createElement(require_Icon_js, {
214
203
  width: size,
215
204
  height: size,
216
205
  ref,
@@ -218,17 +207,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
218
207
  viewBox: "0 0 32 32",
219
208
  fill: "currentColor",
220
209
  ...rest
221
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,30H9a2.0027,2.0027,0,0,1-2-2V20H9v8h4V20h2v8A2.0027,2.0027,0,0,1,13,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 20 23.25 20 21 29.031 18.792 20 17 20 19.5 30 22.5 30 25 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 2H17V7H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
222
- d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
223
- transform: "rotate(-45 24.147 7.853)"
224
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 15H30V17H25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 15H7V17H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
225
- d: "M6.854 5.375H8.854V10.333H6.854z",
226
- transform: "rotate(-45 7.854 7.853)"
227
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,17H20V16a4,4,0,0,0-8,0v1H10V16a6,6,0,0,1,12,0Z" }), children);
210
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 25.586 25 23.586 25 21 23 21 23 24.414 25.586 27 27 25.586z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,31a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,24,31Zm0-12a5,5,0,1,0,5,5A5.0055,5.0055,0,0,0,24,19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28A12.0134,12.0134,0,0,1,4,16H2A14.0158,14.0158,0,0,0,16,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,8H7.0784A11.9843,11.9843,0,0,1,28,16h2A13.9778,13.9778,0,0,0,6,6.2344V2H4v8h8Z" }), children);
228
211
  });
229
- if (process.env.NODE_ENV !== "production") UvIndexAlt.propTypes = require_iconPropTypes.iconPropTypes;
230
- const UvIndexFilled = /* @__PURE__ */ react.default.forwardRef(function UvIndexFilled({ children, size = 16, ...rest }, ref) {
231
- return react.default.createElement(require_Icon.Icon, {
212
+ if (process.env.NODE_ENV !== "production") UpdateNow.propTypes = require_iconPropTypes.iconPropTypes;
213
+ const Upgrade = /* @__PURE__ */ react.default.forwardRef(function Upgrade({ children, size = 16, ...rest }, ref) {
214
+ return react.default.createElement(require_Icon_js, {
232
215
  width: size,
233
216
  height: size,
234
217
  ref,
@@ -236,23 +219,20 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
236
219
  viewBox: "0 0 32 32",
237
220
  fill: "currentColor",
238
221
  ...rest
239
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30l-3.4634-5.8223L6,26l1.8223-6.5369L2,16l5.8223-3.4631L6,6l6.5366,1.8223L16,2l3.4634,5.8223L26,6l-1.8223,6.5369L30,16l-5.8223,3.4631L26,26l-6.5366-1.8223Z" }), children);
222
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,24H11a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2H21a2,2,0,0,0,2-2V26A2,2,0,0,0,21,24Zm0,4H11V26H21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.707,14.293l-12-12a.9994.9994,0,0,0-1.414,0l-12,12A1,1,0,0,0,4,16H9v4a2.0023,2.0023,0,0,0,2,2H21a2.0027,2.0027,0,0,0,2-2V16h5a1,1,0,0,0,.707-1.707ZM21,14v6H11V14H6.4141L16,4.4141,25.5859,14Z" }), children);
240
223
  });
241
- if (process.env.NODE_ENV !== "production") UvIndexFilled.propTypes = require_iconPropTypes.iconPropTypes;
242
- const ValueVariable = /* @__PURE__ */ react.default.forwardRef(function ValueVariable({ children, size = 16, ...rest }, ref) {
243
- return react.default.createElement(require_Icon.Icon, {
224
+ if (process.env.NODE_ENV !== "production") Upgrade.propTypes = require_iconPropTypes.iconPropTypes;
225
+ const Upload = /* @__PURE__ */ react.default.forwardRef(function Upload({ children, size = 16, ...rest }, ref) {
226
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
244
227
  width: size,
245
228
  height: size,
246
229
  ref,
247
230
  xmlns: "http://www.w3.org/2000/svg",
248
- viewBox: "0 0 32 32",
231
+ viewBox: "0 0 16 16",
249
232
  fill: "currentColor",
250
233
  ...rest
251
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H22V26h4V6H22V4h4a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,26,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 11 18 11 16 14.897 14 11 12 11 14.905 16 12 21 14 21 16 17.201 18 21 20 21 17.098 16 20 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,28H6a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,6,4h4V6H6V26h4Z" }), children);
252
- });
253
- if (process.env.NODE_ENV !== "production") ValueVariable.propTypes = require_iconPropTypes.iconPropTypes;
254
- const ValueVariableAlt = /* @__PURE__ */ react.default.forwardRef(function ValueVariableAlt({ children, size = 16, ...rest }, ref) {
255
- return react.default.createElement(require_Icon.Icon, {
234
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 9 3.7 9.7 7.5 5.9 7.5 15 8.5 15 8.5 5.9 12.3 9.7 13 9 8 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3,4V2h10v2h1V2c0-0.6-0.4-1-1-1H3C2.4,1,2,1.4,2,2v2H3z" }), children);
235
+ return react.default.createElement(require_Icon_js, {
256
236
  width: size,
257
237
  height: size,
258
238
  ref,
@@ -260,11 +240,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
260
240
  viewBox: "0 0 32 32",
261
241
  fill: "currentColor",
262
242
  ...rest
263
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3,15.874v.2676c1.1201.2939,2,1.1743,2,2.8584v8h4v2h-4c-1.1028,0-2-.8975-2-2v-8c0-1.5498-.8799-2-2-2v-2c1.1201,0,2-.4766,2-2V5c0-1.1025.8972-2,2-2h4v2h-4v8c0,1.6841-.8799,2.5801-2,2.874ZM29,15.874v.2676c-1.1201.2939-2,1.1743-2,2.8584v8h-4s0,2,0,2h4c1.1028,0,2-.8975,2-2v-8c0-1.5498.8799-2,2-2v-2c-1.1201,0-2-.4766-2-2V5c0-1.1025-.8972-2-2-2h-4s0,2,0,2h4v8c0,1.6841.8799,2.5801,2,2.874ZM10.3401,21.8939c-.4089,0-.7344-.1158-.977-.3471-.2421-.2314-.3631-.5464-.3631-.9447,0-.3767.1129-.6807.3392-.9123.2258-.2314.5274-.3472.9043-.3472.3443,0,.6108.101.799.3025.1882.2019.2828.4825.2828.8422v.0654l.1129.0818c.1617-.0863.3687-.2776.622-.5742.2528-.2965.5325-.6767.8397-1.1405.3067-.4637.6347-.992.9846-1.5852s.7024-1.2349,1.0579-1.9251l-.0483-2.7824c-.0112-.69-.1938-1.0352-.5493-1.0352-.2156,0-.4603.0943-.7344.2825-.2746.1886-.6327.5034-1.0741.9447l-.5005-.4844c.6886-.7856,1.2944-1.3536,1.8167-1.7035.5218-.3498,1.0416-.5249,1.5583-.5249.6027,0,1.0436.2181,1.3239.654.2797.436.4303,1.1439.4521,2.1234l.0325,1.8247h.1612c.4628-.8935.8773-1.6363,1.2435-2.2284.3657-.5919.713-1.063,1.0416-1.4129.328-.3498.651-.5975.9689-.7428.3174-.1453.6591-.2181,1.0253-.2181.4089,0,.7344.1158.977.3472.2421.2315.3631.5465.3631.9446,0,.377-.1129.681-.3392.9123-.2258.2317-.5274.3472-.9043.3472-.3443,0-.6108-.0954-.799-.2861-.1887-.1908-.2828-.4605-.2828-.8094v-.1146l-.1129-.0818c-.1404.0757-.323.2589-.5493.55-.2258.2912-.4816.6685-.767,1.1324-.2853.4637-.5951,1.0084-.9282,1.6339-.3341.6256-.6841,1.3103-1.0497,2.0543l.0483,2.6368c.0107.6904.1938,1.0352.5493,1.0352.2151,0,.4598-.0941.7344-.2825.2746-.1883.6322-.5031,1.0736-.9447l.501.4844c-.3448.3984-.6647.7375-.9607,1.0173-.2965.2801-.5813.5087-.856.6863s-.5386.3095-.7914.3956-.5086.1292-.767.1292c-.6032,0-1.0441-.2179-1.3239-.6539-.2802-.436-.4308-1.1438-.4521-2.1235l-.0325-1.8247h-.1455c-.4521.8397-.8748,1.5502-1.2674,2.1315-.3931.5813-.767,1.0552-1.1225,1.421-.355.3661-.7049.6326-1.0492.7994-.3448.1667-.6998.2502-1.066.2502Z" }), children);
243
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 18 7.41 19.41 15 11.83 15 30 17 30 17 11.83 24.59 19.41 26 18 16 8 6 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,8V4H26V8h2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4V8Z" }), children);
264
244
  });
265
- if (process.env.NODE_ENV !== "production") ValueVariableAlt.propTypes = require_iconPropTypes.iconPropTypes;
266
- const Van = /* @__PURE__ */ react.default.forwardRef(function Van({ children, size = 16, ...rest }, ref) {
267
- return react.default.createElement(require_Icon.Icon, {
245
+ if (process.env.NODE_ENV !== "production") Upload.propTypes = require_iconPropTypes.iconPropTypes;
246
+ const Upstream = /* @__PURE__ */ react.default.forwardRef(function Upstream({ children, size = 16, ...rest }, ref) {
247
+ return react.default.createElement(require_Icon_js, {
268
248
  width: size,
269
249
  height: size,
270
250
  ref,
@@ -272,11 +252,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
272
252
  viewBox: "0 0 32 32",
273
253
  fill: "currentColor",
274
254
  ...rest
275
- }, /* @__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,7H20ZM9,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,0H4V8H18v9H28Z" }), children);
255
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m10,24c0,3.3137,2.6863,6,6,6s6-2.6863,6-6-2.6863-6-6-6-6,2.6863-6,6Zm2,0c0-2.2056,1.7944-4,4-4s4,1.7944,4,4-1.7944,4-4,4-4-1.7944-4-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,5c0-1.6567-1.3433-3-3-3s-3,1.3433-3,3c0,1.3042.8374,2.4028,2,2.8164v5.1836c0,1.7217-.752,3.3438-2,4.4673v-2.4673h-2v6h6v-2h-2.7168c1.6938-1.4995,2.7168-3.6816,2.7168-6v-5.1836c1.1626-.4136,2-1.5122,2-2.8164Zm-3,1c-.5522,0-1-.4478-1-1s.4478-1,1-1,1,.4478,1,1-.4478,1-1,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m18.586,11.5859l-1.5859,1.5859v-5.3555c1.1626-.4136,2-1.5122,2-2.8164,0-1.6567-1.3433-3-3-3s-3,1.3433-3,3c0,1.3042.8374,2.4028,2,2.8164v5.3555l-1.5859-1.5859-1.4141,1.4141,4,4,4-4-1.4141-1.4141Zm-2.5859-7.5859c.5522,0,1,.4478,1,1s-.4478,1-1,1-1-.4478-1-1,.4478-1,1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m8,15v2.4673c-1.248-1.1235-2-2.7456-2-4.4673v-5.1836c1.1626-.4136,2-1.5122,2-2.8164,0-1.6567-1.3433-3-3-3s-3,1.3433-3,3c0,1.3042.8374,2.4028,2,2.8164v5.1836c0,2.3184,1.0229,4.5005,2.7168,6h-2.7168v2h6v-6h-2Zm-3-11c.5522,0,1,.4478,1,1s-.4478,1-1,1-1-.4478-1-1,.4478-1,1-1Z" }), children);
276
256
  });
277
- if (process.env.NODE_ENV !== "production") Van.propTypes = require_iconPropTypes.iconPropTypes;
278
- const VegetationAsset = /* @__PURE__ */ react.default.forwardRef(function VegetationAsset({ children, size = 16, ...rest }, ref) {
279
- return react.default.createElement(require_Icon.Icon, {
257
+ if (process.env.NODE_ENV !== "production") Upstream.propTypes = require_iconPropTypes.iconPropTypes;
258
+ const Url = /* @__PURE__ */ react.default.forwardRef(function Url({ children, size = 16, ...rest }, ref) {
259
+ return react.default.createElement(require_Icon_js, {
280
260
  width: size,
281
261
  height: size,
282
262
  ref,
@@ -284,15 +264,20 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
284
264
  viewBox: "0 0 32 32",
285
265
  fill: "currentColor",
286
266
  ...rest
287
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
288
- cx: "21.5",
289
- cy: "10.5",
290
- r: "1.5"
291
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.5,1a2.4518,2.4518,0,0,0-1.2061.3105L18.9834,5.6084l.0027.0054a5.497,5.497,0,1,0,7.3257,7.5444l.0031.0015,4.4-8.5A2.5,2.5,0,0,0,28.5,1Zm-7,13A3.5,3.5,0,1,1,25,10.5,3.5042,3.5042,0,0,1,21.5,14ZM28.9414,3.7354,26.5571,8.3408A5.5279,5.5279,0,0,0,23.658,5.4424l4.5949-2.377A.5165.5165,0,0,1,29,3.5.4985.4985,0,0,1,28.9414,3.7354Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,20h7V18H17V28a2.0027,2.0027,0,0,0,2,2h3V28H19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H9V28h3V15.5664L8.4854,13.4575l1.0292-1.7148,3.5147,2.1084A2.0115,2.0115,0,0,1,14,15.5664V28A2.0024,2.0024,0,0,1,12,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.3079,2.2852A9.4882,9.4882,0,0,0,15,2,8.0275,8.0275,0,0,0,8.0786,6.001C8.0525,6,8.0264,6,8,6A6,6,0,0,0,8,18V16A4,4,0,0,1,8,8a2.7009,2.7009,0,0,1,.387.0391l.863.1142.3086-.6675A6.0192,6.0192,0,0,1,15,4a7.499,7.499,0,0,1,1.731.2148Z" }), children);
267
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
268
+ strokeWidth: "0",
269
+ d: "M24 21 24 9 22 9 22 23 30 23 30 21 24 21z"
270
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
271
+ strokeWidth: "0",
272
+ d: "m20,15v-4c0-1.103-.8975-2-2-2h-6v14h2v-6h1.4807l2.3345,6h2.1453l-2.3331-6h.3726c1.1025,0,2-.8975,2-2Zm-6-4h4v4h-4v-4Z"
273
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
274
+ strokeWidth: "0",
275
+ d: "m8,23h-4c-1.103,0-2-.8975-2-2v-12h2v12h4v-12h2v12c0,1.1025-.897,2-2,2Z"
276
+ }), children);
292
277
  });
293
- if (process.env.NODE_ENV !== "production") VegetationAsset.propTypes = require_iconPropTypes.iconPropTypes;
294
- const VegetationEncroachment = /* @__PURE__ */ react.default.forwardRef(function VegetationEncroachment({ children, size = 16, ...rest }, ref) {
295
- return react.default.createElement(require_Icon.Icon, {
278
+ if (process.env.NODE_ENV !== "production") Url.propTypes = require_iconPropTypes.iconPropTypes;
279
+ const UsageIncludedUseCase = /* @__PURE__ */ react.default.forwardRef(function UsageIncludedUseCase({ children, size = 16, ...rest }, ref) {
280
+ return react.default.createElement(require_Icon_js, {
296
281
  width: size,
297
282
  height: size,
298
283
  ref,
@@ -300,11 +285,14 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
300
285
  viewBox: "0 0 32 32",
301
286
  fill: "currentColor",
302
287
  ...rest
303
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m19,20h7v-2h-9v10c.0015,1.104.896,1.9985,2,2h3v-2h-3v-8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m12,30h-3v-2h3v-12.4336l-3.5146-2.1089,1.0292-1.7148,3.5147,2.1084c.6007.3632.9686,1.0133.9707,1.7153v12.4336c-.0013,1.104-.896,1.9987-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 6.4102 28.59 5 25 8.5898 21.41 5 20 6.4102 23.59 10 20 13.5898 21.41 15 25 11.4102 28.59 15 30 13.5898 26.41 10 30 6.4102z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m17.3079,2.2852c-.7283-.1821-1.4995-.2852-2.3079-.2852-2.8545.0083-5.4897,1.5317-6.9214,4.001-.0261-.001-.0522-.001-.0786-.001-3.3137,0-6,2.6865-6,6s2.6863,6,6,6v-2c-2.209,0-4-1.791-4-4s1.791-4,4-4c.1299.0039.259.0166.387.0391l.863.1143.3086-.6675c.9834-2.1196,3.1047-3.4785,5.4414-3.4858.6079,0,1.1819.0854,1.731.2148l.5769-1.9297Z" }), children);
288
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
289
+ strokeWidth: "0",
290
+ d: "m13,28V5.8281l7.5859,7.5859,1.4141-1.4141L12,2,2,12l1.4143,1.4141,7.5857-7.5854v22.1714c0,1.1045.8955,2,2,2h15v-2h-15Z"
291
+ }), children);
304
292
  });
305
- if (process.env.NODE_ENV !== "production") VegetationEncroachment.propTypes = require_iconPropTypes.iconPropTypes;
306
- const VegetationHeight = /* @__PURE__ */ react.default.forwardRef(function VegetationHeight({ children, size = 16, ...rest }, ref) {
307
- return react.default.createElement(require_Icon.Icon, {
293
+ if (process.env.NODE_ENV !== "production") UsageIncludedUseCase.propTypes = require_iconPropTypes.iconPropTypes;
294
+ const Usb = /* @__PURE__ */ react.default.forwardRef(function Usb({ children, size = 16, ...rest }, ref) {
295
+ return react.default.createElement(require_Icon_js, {
308
296
  width: size,
309
297
  height: size,
310
298
  ref,
@@ -312,11 +300,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
312
300
  viewBox: "0 0 32 32",
313
301
  fill: "currentColor",
314
302
  ...rest
315
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m13,8l-5,5,1.4102,1.4102,2.5898-2.5801v16.1699h-3v2h3c1.104-.0015,1.9988-.896,2-2V11.8301l2.5898,2.5801,1.4102-1.4102-5-5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22,30h-3c-1.104-.0013-1.9987-.896-2-2v-11h6c2.2096-.0001,4.0007-1.7915,4.0006-4.001,0-.1319-.0065-.2637-.0196-.395-.277-2.0943-2.0835-3.6461-4.1957-3.604h-1.5837l-.1766-.779c-.573-2.5249-2.9942-4.221-6.025-4.221-2.3366.0074-4.4579,1.3664-5.4415,3.4859l-.3085.6672-.863-.1143c-.1279-.022-.2573-.0349-.387-.0388-2.2091,0-4,1.7909-4,4s1.7909,4,4,4v2c-3.3137,0-6-2.6863-6-6s2.6863-6,6-6c.0264,0,.0525,0,.0786.001,1.4317-2.4694,4.067-3.9928,6.9214-4.001,3.6788,0,6.6923,1.9776,7.7516,5h.0337c3.1405-.0351,5.8053,2.2967,6.1872,5.4141.323,3.2985-2.0892,6.2344-5.3877,6.5573-.1943.019-.3895.0286-.5848.0286h-4v9h3v2Z" }), children);
303
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,15V6a2,2,0,0,0-2-2H10A2,2,0,0,0,8,6v9a2,2,0,0,0-2,2V28H8V17H24V28h2V17A2,2,0,0,0,24,15ZM10,6H22v9H10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 10H15V12H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 10H20V12H17z" }), children);
316
304
  });
317
- if (process.env.NODE_ENV !== "production") VegetationHeight.propTypes = require_iconPropTypes.iconPropTypes;
318
- const VehicleApi = /* @__PURE__ */ react.default.forwardRef(function VehicleApi({ children, size = 16, ...rest }, ref) {
319
- return react.default.createElement(require_Icon.Icon, {
305
+ if (process.env.NODE_ENV !== "production") Usb.propTypes = require_iconPropTypes.iconPropTypes;
306
+ const UseCaseDefinition = /* @__PURE__ */ react.default.forwardRef(function UseCaseDefinition({ children, size = 16, ...rest }, ref) {
307
+ return react.default.createElement(require_Icon_js, {
320
308
  width: size,
321
309
  height: size,
322
310
  ref,
@@ -324,11 +312,20 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
324
312
  viewBox: "0 0 32 32",
325
313
  fill: "currentColor",
326
314
  ...rest
327
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,11a1.9907,1.9907,0,0,0-.8247.1821L24.8337,9.51A3.45,3.45,0,0,0,25,8.5a3.45,3.45,0,0,0-.1663-1.01l2.3416-1.6723A1.9975,1.9975,0,1,0,26,4c0,.064.0129.124.0188.1865L23.7273,5.8232A3.4652,3.4652,0,0,0,21.5,5a3.5,3.5,0,0,0,0,7,3.4652,3.4652,0,0,0,2.2273-.8232l2.2915,1.6367C26.0129,12.876,26,12.936,26,13a2,2,0,1,0,2-2Zm-6.5-1A1.5,1.5,0,1,1,23,8.5,1.5017,1.5017,0,0,1,21.5,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3379,19.9336l-7.7324-2.7783L18.374,13.0967A2.99,2.99,0,0,0,16.0537,12H8.0576a2.9982,2.9982,0,0,0-2.48,1.3115L2.8662,17.2949A4.9884,4.9884,0,0,0,2,20.1074V26a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V20.875A1,1,0,0,0,29.3379,19.9336ZM9,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,28Zm14,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,23,28Zm5-3H26.8579a3.9806,3.9806,0,0,0-7.7158,0H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V20.1074A2.9977,2.9977,0,0,1,4.52,18.4189l2.711-3.9814A.9992.9992,0,0,1,8.0576,14h7.9961a.9928.9928,0,0,1,.7647.3545l3.3994,4.2685a1.0007,1.0007,0,0,0,.4443.3184L28,21.5781Z" }), children);
315
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
316
+ strokeWidth: "0",
317
+ d: "m22.0735,21.9922c1.7068,0,2.9407-.7773,3.5151-2.3325l-1.6561-.7942c-.3212.7942-.828,1.386-1.859,1.386-1.2002,0-1.8086-.8284-1.8086-2.062v-1.6057c0-1.2341.6084-2.0787,1.8086-2.0787.9294,0,1.4871.5409,1.6899,1.2845l1.7748-.7947c-.524-1.386-1.6903-2.2307-3.4647-2.2307-2.603,0-4.0735,1.7744-4.0735,4.5969,0,2.8394,1.4705,4.6311,4.0735,4.6311Z"
318
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
319
+ strokeWidth: "0",
320
+ d: "m11.5126,21.9922c3.3129,0,4.5468-1.572,4.5468-5.0369v-6.9631h-2.1973v7.2507c0,1.8422-.6423,2.772-2.3324,2.772s-2.3324-.9298-2.3324-2.772v-7.2507h-2.1973v6.9631c0,3.4648,1.2,5.0369,4.5126,5.0369Z"
321
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
322
+ strokeWidth: "0",
323
+ d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
324
+ }), children);
328
325
  });
329
- if (process.env.NODE_ENV !== "production") VehicleApi.propTypes = require_iconPropTypes.iconPropTypes;
330
- const VehicleConnected = /* @__PURE__ */ react.default.forwardRef(function VehicleConnected({ children, size = 16, ...rest }, ref) {
331
- return react.default.createElement(require_Icon.Icon, {
326
+ if (process.env.NODE_ENV !== "production") UseCaseDefinition.propTypes = require_iconPropTypes.iconPropTypes;
327
+ const UseCaseUsage = /* @__PURE__ */ react.default.forwardRef(function UseCaseUsage({ children, size = 16, ...rest }, ref) {
328
+ return react.default.createElement(require_Icon_js, {
332
329
  width: size,
333
330
  height: size,
334
331
  ref,
@@ -336,23 +333,29 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
336
333
  viewBox: "0 0 32 32",
337
334
  fill: "currentColor",
338
335
  ...rest
339
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3379,17.9336l-7.7324-2.7783L18.374,11.0967A2.99,2.99,0,0,0,16.0537,10H8.0576a2.9982,2.9982,0,0,0-2.48,1.3115L2.8662,15.2949A4.9884,4.9884,0,0,0,2,18.1074V26a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V18.875A1,1,0,0,0,29.3379,17.9336ZM9,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,28Zm14,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,23,28Zm5-3H26.8579a3.9806,3.9806,0,0,0-7.7158,0H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V18.1074A2.9977,2.9977,0,0,1,4.52,16.4189l2.711-3.9814A.9992.9992,0,0,1,8.0576,12h7.9961a.9928.9928,0,0,1,.7647.3545l3.3994,4.2685a1.0007,1.0007,0,0,0,.4443.3184L28,19.5781Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,11H23a2.0021,2.0021,0,0,0-2-2V7A4.0045,4.0045,0,0,1,25,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,11H27a6.0067,6.0067,0,0,0-6-6V3A8.0092,8.0092,0,0,1,29,11Z" }), children);
336
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
337
+ strokeWidth: "0",
338
+ d: "m22.0735,21.9922c1.7068,0,2.9407-.7773,3.5151-2.3325l-1.6561-.7942c-.3212.7942-.828,1.386-1.859,1.386-1.2002,0-1.8086-.8284-1.8086-2.062v-1.6057c0-1.2341.6084-2.0787,1.8086-2.0787.9294,0,1.4871.5409,1.6899,1.2845l1.7748-.7947c-.524-1.386-1.6903-2.2307-3.4647-2.2307-2.603,0-4.0735,1.7744-4.0735,4.5969,0,2.8394,1.4705,4.6311,4.0735,4.6311Z"
339
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
340
+ strokeWidth: "0",
341
+ d: "m11.5126,21.9922c3.3129,0,4.5468-1.572,4.5468-5.0369v-6.9631h-2.1973v7.2507c0,1.8422-.6423,2.772-2.3324,2.772s-2.3324-.9298-2.3324-2.772v-7.2507h-2.1973v6.9631c0,3.4648,1.2,5.0369,4.5126,5.0369Z"
342
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
343
+ strokeWidth: "0",
344
+ 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"
345
+ }), children);
340
346
  });
341
- if (process.env.NODE_ENV !== "production") VehicleConnected.propTypes = require_iconPropTypes.iconPropTypes;
342
- const VehicleInsights = /* @__PURE__ */ react.default.forwardRef(function VehicleInsights({ children, size = 16, ...rest }, ref) {
343
- return react.default.createElement(require_Icon.Icon, {
347
+ if (process.env.NODE_ENV !== "production") UseCaseUsage.propTypes = require_iconPropTypes.iconPropTypes;
348
+ const User = /* @__PURE__ */ react.default.forwardRef(function User({ children, size = 16, ...rest }, ref) {
349
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
344
350
  width: size,
345
351
  height: size,
346
352
  ref,
347
353
  xmlns: "http://www.w3.org/2000/svg",
348
- viewBox: "0 0 32 32",
354
+ viewBox: "0 0 16 16",
349
355
  fill: "currentColor",
350
356
  ...rest
351
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3379,17.9336l-7.7324-2.7783L18.374,11.0967A2.99,2.99,0,0,0,16.0537,10H8.0576a2.9982,2.9982,0,0,0-2.48,1.3115L2.8662,15.2949A4.9884,4.9884,0,0,0,2,18.1074V26a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V18.875A1,1,0,0,0,29.3379,17.9336ZM9,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,28Zm14,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,23,28Zm5-3H26.8579a3.9806,3.9806,0,0,0-7.7158,0H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V18.1074A2.9977,2.9977,0,0,1,4.52,16.4189l2.711-3.9814A.9992.9992,0,0,1,8.0576,12h7.9961a.9928.9928,0,0,1,.7647.3545l3.3994,4.2685a1.0007,1.0007,0,0,0,.4443.3184L28,19.5781Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 2H30V9H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 6H26V9H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 4H22V9H20z" }), children);
352
- });
353
- if (process.env.NODE_ENV !== "production") VehicleInsights.propTypes = require_iconPropTypes.iconPropTypes;
354
- const VehicleServices = /* @__PURE__ */ react.default.forwardRef(function VehicleServices({ children, size = 16, ...rest }, ref) {
355
- return react.default.createElement(require_Icon.Icon, {
357
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,2c1.4,0,2.5,1.1,2.5,2.5S9.4,7,8,7S5.5,5.9,5.5,4.5S6.6,2,8,2 M8,1C6.1,1,4.5,2.6,4.5,4.5S6.1,8,8,8s3.5-1.6,3.5-3.5 S9.9,1,8,1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,15h-1v-2.5c0-1.4-1.1-2.5-2.5-2.5h-3C5.1,10,4,11.1,4,12.5V15H3v-2.5C3,10.6,4.6,9,6.5,9h3c1.9,0,3.5,1.6,3.5,3.5V15z" }), children);
358
+ return react.default.createElement(require_Icon_js, {
356
359
  width: size,
357
360
  height: size,
358
361
  ref,
@@ -360,11 +363,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
360
363
  viewBox: "0 0 32 32",
361
364
  fill: "currentColor",
362
365
  ...rest
363
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3379,17.9336l-7.7324-2.7783L18.374,11.0967A2.99,2.99,0,0,0,16.0537,10H8.0576a2.9982,2.9982,0,0,0-2.48,1.3115L2.8662,15.2949A4.9884,4.9884,0,0,0,2,18.1074V26a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V18.875A1,1,0,0,0,29.3379,17.9336ZM9,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,28Zm14,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,23,28Zm5-3H26.8579a3.9806,3.9806,0,0,0-7.7158,0H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V18.1074A2.9977,2.9977,0,0,1,4.52,16.4189l2.711-3.9814A.9992.9992,0,0,1,8.0576,12h7.9961a.9928.9928,0,0,1,.7647.3545l3.3994,4.2685a1.0007,1.0007,0,0,0,.4443.3184L28,19.5781Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.5547,6a2,2,0,0,1,2-2H30a3.9756,3.9756,0,0,0-7.304,1H16V7h6.696A3.9756,3.9756,0,0,0,30,8H26.5547A2,2,0,0,1,24.5547,6Z" }), children);
366
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,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,16,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H24V25a5,5,0,0,0-5-5H13a5,5,0,0,0-5,5v5H6V25a7,7,0,0,1,7-7h6a7,7,0,0,1,7,7Z" }), children);
364
367
  });
365
- if (process.env.NODE_ENV !== "production") VehicleServices.propTypes = require_iconPropTypes.iconPropTypes;
366
- const Version = /* @__PURE__ */ react.default.forwardRef(function Version({ children, size = 16, ...rest }, ref) {
367
- return react.default.createElement(require_Icon.Icon, {
368
+ if (process.env.NODE_ENV !== "production") User.propTypes = require_iconPropTypes.iconPropTypes;
369
+ const UserAccess = /* @__PURE__ */ react.default.forwardRef(function UserAccess({ children, size = 16, ...rest }, ref) {
370
+ return react.default.createElement(require_Icon_js, {
368
371
  width: size,
369
372
  height: size,
370
373
  ref,
@@ -372,11 +375,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
372
375
  viewBox: "0 0 32 32",
373
376
  fill: "currentColor",
374
377
  ...rest
375
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2V4H26V19h2V4a2.0023,2.0023,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,7V9H21V24h2V9a2.0023,2.0023,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,12H16a2.0023,2.0023,0,0,1,2,2V28a2.0023,2.0023,0,0,1-2,2H6a2.0023,2.0023,0,0,1-2-2V14A2.0023,2.0023,0,0,1,6,12Zm10,2L6,13.9988V28H16Z" }), children);
378
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V25a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v5H2V25a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,10a3,3,0,1,1-3,3,3,3,0,0,1,3-3M9,8a5,5,0,1,0,5,5A5,5,0,0,0,9,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,12a1.9922,1.9922,0,0,0-.5117.0742L28.4331,11.019a3.8788,3.8788,0,0,0,0-4.038l1.0552-1.0552a2.0339,2.0339,0,1,0-1.4141-1.4141L27.019,5.5669a3.8788,3.8788,0,0,0-4.038,0L21.9258,4.5117a2.0339,2.0339,0,1,0-1.4141,1.4141L21.5669,6.981a3.8788,3.8788,0,0,0,0,4.038l-1.0552,1.0552a2.0339,2.0339,0,1,0,1.4141,1.4141l1.0552-1.0552a3.8788,3.8788,0,0,0,4.038,0l1.0552,1.0552A1.9957,1.9957,0,1,0,30,12ZM23,9a2,2,0,1,1,2,2A2.0025,2.0025,0,0,1,23,9Z" }), children);
376
379
  });
377
- if (process.env.NODE_ENV !== "production") Version.propTypes = require_iconPropTypes.iconPropTypes;
378
- const VersionMajor = /* @__PURE__ */ react.default.forwardRef(function VersionMajor({ children, size = 16, ...rest }, ref) {
379
- return react.default.createElement(require_Icon.Icon, {
380
+ if (process.env.NODE_ENV !== "production") UserAccess.propTypes = require_iconPropTypes.iconPropTypes;
381
+ const UserAccessLocked = /* @__PURE__ */ react.default.forwardRef(function UserAccessLocked({ children, size = 16, ...rest }, ref) {
382
+ return react.default.createElement(require_Icon_js, {
380
383
  width: size,
381
384
  height: size,
382
385
  ref,
@@ -384,11 +387,20 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
384
387
  viewBox: "0 0 32 32",
385
388
  fill: "currentColor",
386
389
  ...rest
387
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5859 17.4141 16 14.8345 16 14.8345 13.4125 17.4156 12 16 16 12 20 16 18.5859 17.4141z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5859 11.4141 16 8.8345 16 8.8345 13.4125 11.4156 12 10 16 6 20 10 18.5859 11.4141z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5859 23.4141 16 20.8345 16 20.8345 13.4125 23.4156 12 22 16 18 20 22 18.5859 23.4141z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z" }), children);
390
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
391
+ strokeWidth: "0",
392
+ d: "m28,8v-3c0-2.2056-1.7944-4-4-4s-4,1.7944-4,4v3c-1.1028,0-2,.8975-2,2v6c0,1.1025.8972,2,2,2h8c1.1028,0,2-.8975,2-2v-6c0-1.1025-.8972-2-2-2Zm-6-3c0-1.1025.8972-2,2-2s2,.8975,2,2v3h-4v-3Zm-2,11v-6h8v6h-8Z"
393
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
394
+ strokeWidth: "0",
395
+ d: "m16,30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982,1.3439-3,3v5h-2v-5c.0033-2.7601,2.2399-4.9967,5-5h4c2.7601.0033,4.9967,2.2399,5,5v5Z"
396
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
397
+ strokeWidth: "0",
398
+ d: "m9,10c1.6569,0,3,1.3431,3,3s-1.3431,3-3,3-3-1.3431-3-3,1.3431-3,3-3m0-2c-2.7614,0-5,2.2386-5,5s2.2386,5,5,5,5-2.2386,5-5-2.2386-5-5-5Z"
399
+ }), children);
388
400
  });
389
- if (process.env.NODE_ENV !== "production") VersionMajor.propTypes = require_iconPropTypes.iconPropTypes;
390
- const VersionMinor = /* @__PURE__ */ react.default.forwardRef(function VersionMinor({ children, size = 16, ...rest }, ref) {
391
- return react.default.createElement(require_Icon.Icon, {
401
+ if (process.env.NODE_ENV !== "production") UserAccessLocked.propTypes = require_iconPropTypes.iconPropTypes;
402
+ const UserAccessUnlocked = /* @__PURE__ */ react.default.forwardRef(function UserAccessUnlocked({ children, size = 16, ...rest }, ref) {
403
+ return react.default.createElement(require_Icon_js, {
392
404
  width: size,
393
405
  height: size,
394
406
  ref,
@@ -396,11 +408,20 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
396
408
  viewBox: "0 0 32 32",
397
409
  fill: "currentColor",
398
410
  ...rest
399
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5859 15.4141 16 12.8345 16 12.8345 13.4125 15.4156 12 14 16 10 20 14 18.5859 15.4141z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5859 21.4141 16 18.8345 16 18.8345 13.4125 21.4156 12 20 16 16 20 20 18.5859 21.4141z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z" }), children);
411
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
412
+ strokeWidth: "0",
413
+ d: "m16,30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982,1.3439-3,3v5h-2v-5c.0033-2.7601,2.2399-4.9967,5-5h4c2.7601.0033,4.9967,2.2399,5,5v5Z"
414
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
415
+ strokeWidth: "0",
416
+ d: "m9,10c1.6569,0,3,1.3431,3,3s-1.3431,3-3,3-3-1.3431-3-3,1.3431-3,3-3m0-2c-2.7614,0-5,2.2386-5,5s2.2386,5,5,5,5-2.2386,5-5-2.2386-5-5-5Z"
417
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
418
+ strokeWidth: "0",
419
+ d: "m28,8h-6v-3c0-1.1025.8972-2,2-2s2,.8975,2,2h2c0-2.2056-1.7944-4-4-4s-4,1.7944-4,4v3c-1.1028,0-2,.8975-2,2v6c0,1.1025.8972,2,2,2h8c1.1028,0,2-.8975,2-2v-6c0-1.1025-.8972-2-2-2Zm0,8h-8v-6h8v6Z"
420
+ }), children);
400
421
  });
401
- if (process.env.NODE_ENV !== "production") VersionMinor.propTypes = require_iconPropTypes.iconPropTypes;
402
- const VersionPatch = /* @__PURE__ */ react.default.forwardRef(function VersionPatch({ children, size = 16, ...rest }, ref) {
403
- return react.default.createElement(require_Icon.Icon, {
422
+ if (process.env.NODE_ENV !== "production") UserAccessUnlocked.propTypes = require_iconPropTypes.iconPropTypes;
423
+ const UserActivity = /* @__PURE__ */ react.default.forwardRef(function UserActivity({ children, size = 16, ...rest }, ref) {
424
+ return react.default.createElement(require_Icon_js, {
404
425
  width: size,
405
426
  height: size,
406
427
  ref,
@@ -408,11 +429,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
408
429
  viewBox: "0 0 32 32",
409
430
  fill: "currentColor",
410
431
  ...rest
411
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5859 18.4141 16 15.8345 16 15.8345 13.4125 18.4156 12 17 16 13 20 17 18.5859 18.4141z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z" }), children);
432
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,23h-.0215a1.0016,1.0016,0,0,1-.94-.7256L20.8711,11.19l-1.9346,5.1607A1.0005,1.0005,0,0,1,18,17H14V15h3.3066l2.7569-7.3511a1.0005,1.0005,0,0,1,1.8984.0762l3.1113,10.8921,1.9786-5.9336A.9988.9988,0,0,1,28,12h4v2H28.7207l-2.7725,8.3164A.9984.9984,0,0,1,25,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,30H13V23a3.0033,3.0033,0,0,0-3-3H6a3.0033,3.0033,0,0,0-3,3v7H1V23a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,8a3,3,0,1,1-3,3A3,3,0,0,1,8,8M8,6a5,5,0,1,0,5,5A5,5,0,0,0,8,6Z" }), children);
412
433
  });
413
- if (process.env.NODE_ENV !== "production") VersionPatch.propTypes = require_iconPropTypes.iconPropTypes;
414
- const VerticalFold = /* @__PURE__ */ react.default.forwardRef(function VerticalFold({ children, size = 16, ...rest }, ref) {
415
- return react.default.createElement(require_Icon.Icon, {
434
+ if (process.env.NODE_ENV !== "production") UserActivity.propTypes = require_iconPropTypes.iconPropTypes;
435
+ const UserAdmin = /* @__PURE__ */ react.default.forwardRef(function UserAdmin({ children, size = 16, ...rest }, ref) {
436
+ return react.default.createElement(require_Icon_js, {
416
437
  width: size,
417
438
  height: size,
418
439
  ref,
@@ -420,23 +441,20 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
420
441
  viewBox: "0 0 32 32",
421
442
  fill: "currentColor",
422
443
  ...rest
423
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,24l1.414,1.414,2.586-2.586v7.172h2v-7.172l2.586,2.586,1.414-1.414-5-5-5,5ZM21,8l-1.414-1.414-2.586,2.586V2h-2v7.172l-2.586-2.586-1.414,1.414,5,5,5-5ZM2,17h4v-2H2v2ZM12,15h-4v2h4v-2ZM14,17h4v-2h-4v2ZM20,17h4v-2h-4v2ZM26,15v2h4v-2h-4Z" }), children);
444
+ }, /* @__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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 16.18 22.41 13.59 21 15 25 19 32 12 30.59 10.59 25 16.18z" }), children);
424
445
  });
425
- if (process.env.NODE_ENV !== "production") VerticalFold.propTypes = require_iconPropTypes.iconPropTypes;
426
- const VerticalView = /* @__PURE__ */ react.default.forwardRef(function VerticalView({ children, size = 16, ...rest }, ref) {
427
- return react.default.createElement(require_Icon.Icon, {
446
+ if (process.env.NODE_ENV !== "production") UserAdmin.propTypes = require_iconPropTypes.iconPropTypes;
447
+ const UserAvatar = /* @__PURE__ */ react.default.forwardRef(function UserAvatar({ children, size = 16, ...rest }, ref) {
448
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
428
449
  width: size,
429
450
  height: size,
430
451
  ref,
431
452
  xmlns: "http://www.w3.org/2000/svg",
432
- viewBox: "0 0 32 32",
453
+ viewBox: "0 0 16 16",
433
454
  fill: "currentColor",
434
455
  ...rest
435
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2h8a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,12,30ZM4,4V28h8V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H20a2.0021,2.0021,0,0,1-2-2V4a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM20,4V28h8V4Z" }), children);
436
- });
437
- if (process.env.NODE_ENV !== "production") VerticalView.propTypes = require_iconPropTypes.iconPropTypes;
438
- const Video = /* @__PURE__ */ react.default.forwardRef(function Video({ children, size = 16, ...rest }, ref) {
439
- return react.default.createElement(require_Icon.Icon, {
456
+ }, /* @__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 M5,13.2v-1.5c0-0.9,0.6-1.6,1.5-1.7h3c0.9,0.1,1.5,0.8,1.5,1.7v1.5 C9.1,14.3,6.9,14.3,5,13.2L5,13.2z M12,12l0-0.8c0-0.9-1.1-2.1-2.5-2.2h-3C5.1,9.1,4,10.3,4,11.7l0,0.5v0.3c-2.5-2.2-2.7-6-0.5-8.5 s6-2.7,8.5-0.5s2.7,6,0.5,8.5c-0.1,0.2-0.3,0.3-0.5,0.5V12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,3C6.6,3,5.5,4.1,5.5,5.5S6.6,8,8,8s2.5-1.1,2.5-2.5S9.4,3,8,3z M8,7C7.2,7,6.5,6.3,6.5,5.5S7.2,4,8,4s1.5,0.7,1.5,1.5 S8.8,7,8,7z" }), children);
457
+ return react.default.createElement(require_Icon_js, {
440
458
  width: size,
441
459
  height: size,
442
460
  ref,
@@ -444,11 +462,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
444
462
  viewBox: "0 0 32 32",
445
463
  fill: "currentColor",
446
464
  ...rest
447
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H21a2,2,0,0,1,2,2v4.06l5.42-3.87A1,1,0,0,1,30,9V23a1,1,0,0,1-1.58.81L23,19.94V24A2,2,0,0,1,21,26ZM4,8V24H21V18a1,1,0,0,1,1.58-.81L28,21.06V10.94l-5.42,3.87A1,1,0,0,1,21,14V8Z" }), children);
465
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,8a5,5,0,1,0,5,5A5,5,0,0,0,16,8Zm0,8a3,3,0,1,1,3-3A3.0034,3.0034,0,0,1,16,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM10,26.3765V25a3.0033,3.0033,0,0,1,3-3h6a3.0033,3.0033,0,0,1,3,3v1.3765a11.8989,11.8989,0,0,1-12,0Zm13.9925-1.4507A5.0016,5.0016,0,0,0,19,20H13a5.0016,5.0016,0,0,0-4.9925,4.9258,12,12,0,1,1,15.985,0Z" }), children);
448
466
  });
449
- if (process.env.NODE_ENV !== "production") Video.propTypes = require_iconPropTypes.iconPropTypes;
450
- const VideoAdd = /* @__PURE__ */ react.default.forwardRef(function VideoAdd({ children, size = 16, ...rest }, ref) {
451
- return react.default.createElement(require_Icon.Icon, {
467
+ if (process.env.NODE_ENV !== "production") UserAvatar.propTypes = require_iconPropTypes.iconPropTypes;
468
+ const UserAvatarFilled = /* @__PURE__ */ react.default.forwardRef(function UserAvatarFilled({ children, size = 16, ...rest }, ref) {
469
+ return react.default.createElement(require_Icon_js, {
452
470
  width: size,
453
471
  height: size,
454
472
  ref,
@@ -456,11 +474,14 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
456
474
  viewBox: "0 0 32 32",
457
475
  fill: "currentColor",
458
476
  ...rest
459
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 15 14 15 14 11 12 11 12 15 8 15 8 17 12 17 12 21 14 21 14 17 18 17 18 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z" }), children);
477
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
478
+ fill: "none",
479
+ d: "M8.0071,24.93A4.9958,4.9958,0,0,1,13,20h6a4.9959,4.9959,0,0,1,4.9929,4.93,11.94,11.94,0,0,1-15.9858,0ZM20.5,12.5A4.5,4.5,0,1,1,16,8,4.5,4.5,0,0,1,20.5,12.5Z"
480
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.7489,24.93A13.9893,13.9893,0,1,0,2,16a13.899,13.899,0,0,0,3.2511,8.93l-.02.0166c.07.0845.15.1567.2222.2392.09.1036.1864.2.28.3008.28.3033.5674.5952.87.87.0915.0831.1864.1612.28.2417.32.2759.6484.5372.99.7813.0441.0312.0832.0693.1276.1006v-.0127a13.9011,13.9011,0,0,0,16,0V27.48c.0444-.0313.0835-.0694.1276-.1006.3412-.2441.67-.5054.99-.7813.0936-.08.1885-.1586.28-.2417.3025-.2749.59-.5668.87-.87.0933-.1006.1894-.1972.28-.3008.0719-.0825.1522-.1547.2222-.2392ZM16,8a4.5,4.5,0,1,1-4.5,4.5A4.5,4.5,0,0,1,16,8ZM8.0071,24.93A4.9957,4.9957,0,0,1,13,20h6a4.9958,4.9958,0,0,1,4.9929,4.93,11.94,11.94,0,0,1-15.9858,0Z" }), children);
460
481
  });
461
- if (process.env.NODE_ENV !== "production") VideoAdd.propTypes = require_iconPropTypes.iconPropTypes;
462
- const VideoChat = /* @__PURE__ */ react.default.forwardRef(function VideoChat({ children, size = 16, ...rest }, ref) {
463
- return react.default.createElement(require_Icon.Icon, {
482
+ if (process.env.NODE_ENV !== "production") UserAvatarFilled.propTypes = require_iconPropTypes.iconPropTypes;
483
+ const UserAvatarFilledAlt = /* @__PURE__ */ react.default.forwardRef(function UserAvatarFilledAlt({ children, size = 16, ...rest }, ref) {
484
+ return react.default.createElement(require_Icon_js, {
464
485
  width: size,
465
486
  height: size,
466
487
  ref,
@@ -468,11 +489,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
468
489
  viewBox: "0 0 32 32",
469
490
  fill: "currentColor",
470
491
  ...rest
471
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 12H17V14H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 17H13V19H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z" }), children);
492
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,8a5,5,0,1,0,5,5A5,5,0,0,0,16,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm7.9925,22.9258A5.0016,5.0016,0,0,0,19,20H13a5.0016,5.0016,0,0,0-4.9925,4.9258,12,12,0,1,1,15.985,0Z" }), children);
472
493
  });
473
- if (process.env.NODE_ENV !== "production") VideoChat.propTypes = require_iconPropTypes.iconPropTypes;
474
- const VideoFilled = /* @__PURE__ */ react.default.forwardRef(function VideoFilled({ children, size = 16, ...rest }, ref) {
475
- return react.default.createElement(require_Icon.Icon, {
494
+ if (process.env.NODE_ENV !== "production") UserAvatarFilledAlt.propTypes = require_iconPropTypes.iconPropTypes;
495
+ const UserCertification = /* @__PURE__ */ react.default.forwardRef(function UserCertification({ children, size = 16, ...rest }, ref) {
496
+ return react.default.createElement(require_Icon_js, {
476
497
  width: size,
477
498
  height: size,
478
499
  ref,
@@ -480,11 +501,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
480
501
  viewBox: "0 0 32 32",
481
502
  fill: "currentColor",
482
503
  ...rest
483
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H21a2,2,0,0,1,2,2v4.06l5.42-3.87A1,1,0,0,1,30,9V23a1,1,0,0,1-1.58.81L23,19.94V24A2,2,0,0,1,21,26Z" }), children);
504
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 10 26.593 13 30 13.414 27.5 15.667 28 19 25 17.125 22 19 22.5 15.667 20 13.414 23.5 13 25 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H20V25a5.0059,5.0059,0,0,0-5-5H9a5.0059,5.0059,0,0,0-5,5v5H2V25a7.0082,7.0082,0,0,1,7-7h6a7.0082,7.0082,0,0,1,7,7Z" }), /* @__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" }), children);
484
505
  });
485
- if (process.env.NODE_ENV !== "production") VideoFilled.propTypes = require_iconPropTypes.iconPropTypes;
486
- const VideoOff = /* @__PURE__ */ react.default.forwardRef(function VideoOff({ children, size = 16, ...rest }, ref) {
487
- return react.default.createElement(require_Icon.Icon, {
506
+ if (process.env.NODE_ENV !== "production") UserCertification.propTypes = require_iconPropTypes.iconPropTypes;
507
+ const UserData = /* @__PURE__ */ react.default.forwardRef(function UserData({ children, size = 16, ...rest }, ref) {
508
+ return react.default.createElement(require_Icon_js, {
488
509
  width: size,
489
510
  height: size,
490
511
  ref,
@@ -492,11 +513,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
492
513
  viewBox: "0 0 32 32",
493
514
  fill: "currentColor",
494
515
  ...rest
495
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.46,8.11a1,1,0,0,0-1,.08L23,12.06V10.44l7-7L28.56,2,2,28.56,3.44,30l4-4H21a2,2,0,0,0,2-2V19.94l5.42,3.87A1,1,0,0,0,30,23V9A1,1,0,0,0,29.46,8.11ZM28,21.06l-5.42-3.87A1,1,0,0,0,21,18v6H9.44L21,12.44V14a1,1,0,0,0,1.58.81L28,10.94Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,24V8H20V6H4A2,2,0,0,0,2,8V24Z" }), children);
516
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 8H30V16H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 5H25V16H23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 10H20V16H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V24a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v6H2V24a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,9a3,3,0,1,1-3,3A3,3,0,0,1,9,9M9,7a5,5,0,1,0,5,5A5,5,0,0,0,9,7Z" }), children);
496
517
  });
497
- if (process.env.NODE_ENV !== "production") VideoOff.propTypes = require_iconPropTypes.iconPropTypes;
498
- const VideoOffFilled = /* @__PURE__ */ react.default.forwardRef(function VideoOffFilled({ children, size = 16, ...rest }, ref) {
499
- return react.default.createElement(require_Icon.Icon, {
518
+ if (process.env.NODE_ENV !== "production") UserData.propTypes = require_iconPropTypes.iconPropTypes;
519
+ const UserFavorite = /* @__PURE__ */ react.default.forwardRef(function UserFavorite({ children, size = 16, ...rest }, ref) {
520
+ return react.default.createElement(require_Icon_js, {
500
521
  width: size,
501
522
  height: size,
502
523
  ref,
@@ -504,11 +525,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
504
525
  viewBox: "0 0 32 32",
505
526
  fill: "currentColor",
506
527
  ...rest
507
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.31,6H4A2,2,0,0,0,2,8V24a2.85,2.85,0,0,0,0,.29Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.46,8.11a1,1,0,0,0-1,.08L23,12.06V10.44l7-7L28.56,2,2,28.56,3.44,30l4-4H21a2,2,0,0,0,2-2V19.94l5.42,3.87A1,1,0,0,0,30,23V9A1,1,0,0,0,29.46,8.11Z" }), children);
528
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.303,12a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L25.0019,21l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,27.303,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,30H4V25a5.0059,5.0059,0,0,1,5-5h6a5.0059,5.0059,0,0,1,5,5v5h2V25a7.0082,7.0082,0,0,0-7-7H9a7.0082,7.0082,0,0,0-7,7Z" }), /* @__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" }), children);
508
529
  });
509
- if (process.env.NODE_ENV !== "production") VideoOffFilled.propTypes = require_iconPropTypes.iconPropTypes;
510
- const VideoPlayer = /* @__PURE__ */ react.default.forwardRef(function VideoPlayer({ children, size = 16, ...rest }, ref) {
511
- return react.default.createElement(require_Icon.Icon, {
530
+ if (process.env.NODE_ENV !== "production") UserFavorite.propTypes = require_iconPropTypes.iconPropTypes;
531
+ const UserFavoriteAlt = /* @__PURE__ */ react.default.forwardRef(function UserFavoriteAlt({ children, size = 16, ...rest }, ref) {
532
+ return react.default.createElement(require_Icon_js, {
512
533
  width: size,
513
534
  height: size,
514
535
  ref,
@@ -516,20 +537,23 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
516
537
  viewBox: "0 0 32 32",
517
538
  fill: "currentColor",
518
539
  ...rest
519
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 11 13 21 21 16 13 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,6H4c-1.103,0-2,.8975-2,2v16c0,1.1025.897,2,2,2h24c1.103,0,2-.8975,2-2V8c0-1.1025-.897-2-2-2Zm0,18H4V8h24v16Z" }), children);
540
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.7663,4.2558A4.2121,4.2121,0,0,0,23,4.0321a4.2121,4.2121,0,0,0-5.7663.2237,4.319,4.319,0,0,0,0,6.0447L22.998,16.14,23,16.1376l.002.0019,5.7643-5.839A4.319,4.319,0,0,0,28.7663,4.2558ZM27.342,8.8948l-4.34,4.3973L23,13.29l-.002.002-4.34-4.3973a2.3085,2.3085,0,0,1,0-3.2338,2.2639,2.2639,0,0,1,3.1561,0l1.181,1.2074L23,6.8634l.0049.005,1.181-1.2074a2.2639,2.2639,0,0,1,3.1561,0A2.3085,2.3085,0,0,1,27.342,8.8948Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V25a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v5H2V25a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,10a3,3,0,1,1-3,3,3,3,0,0,1,3-3M9,8a5,5,0,1,0,5,5A5,5,0,0,0,9,8Z" }), children);
520
541
  });
521
- if (process.env.NODE_ENV !== "production") VideoPlayer.propTypes = require_iconPropTypes.iconPropTypes;
522
- const View = /* @__PURE__ */ react.default.forwardRef(function View({ children, size = 16, ...rest }, ref) {
523
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
542
+ if (process.env.NODE_ENV !== "production") UserFavoriteAlt.propTypes = require_iconPropTypes.iconPropTypes;
543
+ const UserFavoriteAltFilled = /* @__PURE__ */ react.default.forwardRef(function UserFavoriteAltFilled({ children, size = 16, ...rest }, ref) {
544
+ return react.default.createElement(require_Icon_js, {
524
545
  width: size,
525
546
  height: size,
526
547
  ref,
527
548
  xmlns: "http://www.w3.org/2000/svg",
528
- viewBox: "0 0 16 16",
549
+ viewBox: "0 0 32 32",
529
550
  fill: "currentColor",
530
551
  ...rest
531
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.5,7.8C14.3,4.7,11.3,2.6,8,2.5C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3c1.2,3.1,4.1,5.2,7.5,5.3 c3.3-0.1,6.3-2.2,7.5-5.3C15.5,8.1,15.5,7.9,15.5,7.8z M8,12.5c-2.7,0-5.4-2-6.5-4.5c1-2.5,3.8-4.5,6.5-4.5s5.4,2,6.5,4.5 C13.4,10.5,10.6,12.5,8,12.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z M8,10c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S9.1,10,8,10z" }), children);
532
- return react.default.createElement(require_Icon.Icon, {
552
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.4938,3a3.4735,3.4735,0,0,0-2.48,1.0393l-.5111.5228-.5161-.5228a3.4792,3.4792,0,0,0-4.96,0,3.59,3.59,0,0,0,0,5.0251l5.4766,5.5427,5.4716-5.5427a3.59,3.59,0,0,0,0-5.0251A3.4738,3.4738,0,0,0,26.4938,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V25a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v5H2V25a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,10a3,3,0,1,1-3,3,3,3,0,0,1,3-3M9,8a5,5,0,1,0,5,5A5,5,0,0,0,9,8Z" }), children);
553
+ });
554
+ if (process.env.NODE_ENV !== "production") UserFavoriteAltFilled.propTypes = require_iconPropTypes.iconPropTypes;
555
+ const UserFeedback = /* @__PURE__ */ react.default.forwardRef(function UserFeedback({ children, size = 16, ...rest }, ref) {
556
+ return react.default.createElement(require_Icon_js, {
533
557
  width: size,
534
558
  height: size,
535
559
  ref,
@@ -537,11 +561,20 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
537
561
  viewBox: "0 0 32 32",
538
562
  fill: "currentColor",
539
563
  ...rest
540
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,25c-5.3,0-10.9-3.93-12.93-9C5.1,10.93,10.7,7,16,7s10.9,3.93,12.93,9C26.9,21.07,21.3,25,16,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z" }), children);
564
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
565
+ strokeWidth: "0",
566
+ d: "m19,3h10c1.1035,0,2,.8965,2,2v6c0,1.1035-.8965,2-2,2h-2.4229s-1.7314,3-1.7314,3l-1.7324-1,2.3096-4h3.5771s0-6,0-6h-10s0,6,0,6h3v2h-3c-1.1035,0-2-.8965-2-2v-6c0-1.1035.8965-2,2-2Z"
567
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
568
+ strokeWidth: "0",
569
+ d: "m15,30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982,1.3439-3,3v5H1v-5c.0033-2.7601,2.2399-4.9967,5-5h4c2.7601.0033,4.9967,2.2399,5,5v5Z"
570
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
571
+ strokeWidth: "0",
572
+ d: "m8,10c1.6569,0,3,1.3431,3,3s-1.3431,3-3,3-3-1.3431-3-3c.0019-1.6561,1.3439-2.9981,3-3m0-2c-2.7614,0-5,2.2386-5,5s2.2386,5,5,5,5-2.2386,5-5-2.2386-5-5-5Z"
573
+ }), children);
541
574
  });
542
- if (process.env.NODE_ENV !== "production") View.propTypes = require_iconPropTypes.iconPropTypes;
543
- const ViewFilled = /* @__PURE__ */ react.default.forwardRef(function ViewFilled({ children, size = 16, ...rest }, ref) {
544
- return react.default.createElement(require_Icon.Icon, {
575
+ if (process.env.NODE_ENV !== "production") UserFeedback.propTypes = require_iconPropTypes.iconPropTypes;
576
+ const UserFilled = /* @__PURE__ */ react.default.forwardRef(function UserFilled({ children, size = 16, ...rest }, ref) {
577
+ return react.default.createElement(require_Icon_js, {
545
578
  width: size,
546
579
  height: size,
547
580
  ref,
@@ -549,15 +582,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
549
582
  viewBox: "0 0 32 32",
550
583
  fill: "currentColor",
551
584
  ...rest
552
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
553
- cx: "16",
554
- cy: "16",
555
- r: "4"
556
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,22.5A6.5,6.5,0,1,1,22.5,16,6.51,6.51,0,0,1,16,22.5Z" }), children);
585
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,30H26V25a7.0082,7.0082,0,0,0-7-7H13a7.0082,7.0082,0,0,0-7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,9a7,7,0,1,0,7-7A7,7,0,0,0,9,9Z" }), children);
557
586
  });
558
- if (process.env.NODE_ENV !== "production") ViewFilled.propTypes = require_iconPropTypes.iconPropTypes;
559
- const ViewMode_1 = /* @__PURE__ */ react.default.forwardRef(function ViewMode_1({ children, size = 16, ...rest }, ref) {
560
- return react.default.createElement(require_Icon.Icon, {
587
+ if (process.env.NODE_ENV !== "production") UserFilled.propTypes = require_iconPropTypes.iconPropTypes;
588
+ const UserFollow = /* @__PURE__ */ react.default.forwardRef(function UserFollow({ children, size = 16, ...rest }, ref) {
589
+ return react.default.createElement(require_Icon_js, {
561
590
  width: size,
562
591
  height: size,
563
592
  ref,
@@ -565,11 +594,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
565
594
  viewBox: "0 0 32 32",
566
595
  fill: "currentColor",
567
596
  ...rest
568
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H28V28H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 19H28V21H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,6v6H6V6H26m0-2H6A2,2,0,0,0,4,6v6a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z" }), children);
597
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32 14 28 14 28 10 26 10 26 14 22 14 22 16 26 16 26 20 28 20 28 16 32 16 32 14z" }), /* @__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);
569
598
  });
570
- if (process.env.NODE_ENV !== "production") ViewMode_1.propTypes = require_iconPropTypes.iconPropTypes;
571
- const ViewMode_2 = /* @__PURE__ */ react.default.forwardRef(function ViewMode_2({ children, size = 16, ...rest }, ref) {
572
- return react.default.createElement(require_Icon.Icon, {
599
+ if (process.env.NODE_ENV !== "production") UserFollow.propTypes = require_iconPropTypes.iconPropTypes;
600
+ const UserIdentification = /* @__PURE__ */ react.default.forwardRef(function UserIdentification({ children, size = 16, ...rest }, ref) {
601
+ return react.default.createElement(require_Icon_js, {
573
602
  width: size,
574
603
  height: size,
575
604
  ref,
@@ -577,20 +606,27 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
577
606
  viewBox: "0 0 32 32",
578
607
  fill: "currentColor",
579
608
  ...rest
580
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H28V28H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 19H28V21H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,6v6H6V6h6m0-2H6A2,2,0,0,0,4,6v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,6v6H20V6h6m0-2H20a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z" }), children);
609
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,11h4a1,1,0,0,1,1,1v2a0,0,0,0,1,0,0H21a0,0,0,0,1,0,0V12A1,1,0,0,1,22,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
610
+ cx: "24",
611
+ cy: "8",
612
+ r: "2"
613
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,18H18a2.0023,2.0023,0,0,1-2-2V4a2.002,2.002,0,0,1,2-2H30a2.0023,2.0023,0,0,1,2,2V16A2.0027,2.0027,0,0,1,30,18ZM18,4V16H30.001L30,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,30H13V26a2.9465,2.9465,0,0,0-3-3H6a2.9465,2.9465,0,0,0-3,3v4H1V26a4.9514,4.9514,0,0,1,5-5h4a4.9514,4.9514,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,11a3,3,0,0,1,0,6,3,3,0,0,1,0-6M8,9A5,5,0,0,0,8,19,5,5,0,0,0,8,9Z" }), children);
581
614
  });
582
- if (process.env.NODE_ENV !== "production") ViewMode_2.propTypes = require_iconPropTypes.iconPropTypes;
583
- const ViewOff = /* @__PURE__ */ react.default.forwardRef(function ViewOff({ children, size = 16, ...rest }, ref) {
584
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
615
+ if (process.env.NODE_ENV !== "production") UserIdentification.propTypes = require_iconPropTypes.iconPropTypes;
616
+ const UserMilitary = /* @__PURE__ */ react.default.forwardRef(function UserMilitary({ children, size = 16, ...rest }, ref) {
617
+ return react.default.createElement(require_Icon_js, {
585
618
  width: size,
586
619
  height: size,
587
620
  ref,
588
621
  xmlns: "http://www.w3.org/2000/svg",
589
- viewBox: "0 0 16 16",
622
+ viewBox: "0 0 32 32",
590
623
  fill: "currentColor",
591
624
  ...rest
592
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2.6,11.3l0.7-0.7C2.6,9.8,1.9,9,1.5,8c1-2.5,3.8-4.5,6.5-4.5c0.7,0,1.4,0.1,2,0.4l0.8-0.8C9.9,2.7,9,2.5,8,2.5 C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3C1,9.3,1.7,10.4,2.6,11.3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,7.9c0.1-1,0.9-1.8,1.8-1.8l0.9-0.9C7.2,4.7,5.5,5.6,5.1,7.2C5,7.7,5,8.3,5.1,8.8L6,7.9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.5,7.8c-0.6-1.5-1.6-2.8-2.9-3.7L15,1.7L14.3,1L1,14.3L1.7,15l2.6-2.6c1.1,0.7,2.4,1,3.7,1.1c3.3-0.1,6.3-2.2,7.5-5.3 C15.5,8.1,15.5,7.9,15.5,7.8z M10,8c0,1.1-0.9,2-2,2c-0.3,0-0.7-0.1-1-0.3L9.7,7C9.9,7.3,10,7.6,10,8z M8,12.5c-1,0-2.1-0.3-3-0.8 l1.3-1.3c1.4,0.9,3.2,0.6,4.2-0.8c0.7-1,0.7-2.4,0-3.4l1.4-1.4c1.1,0.8,2,1.9,2.6,3.2C13.4,10.5,10.6,12.5,8,12.5z" }), children);
593
- return react.default.createElement(require_Icon.Icon, {
625
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 13 23.407 16 20 16.414 22.5 18.667 22 22 25 20.125 28 22 27.5 18.667 30 16.414 26.5 16 25 13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.414 13.414 25 9.834 25 9.834 28.587 13.416 30 12 25 7 20 12 21.414 13.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.414 8.414 25 4.834 25 4.834 28.587 8.416 30 7 25 2 20 7 21.414 8.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V25a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v5H2V25a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,10a3,3,0,1,1-3,3,3,3,0,0,1,3-3M9,8a5,5,0,1,0,5,5A5,5,0,0,0,9,8Z" }), children);
626
+ });
627
+ if (process.env.NODE_ENV !== "production") UserMilitary.propTypes = require_iconPropTypes.iconPropTypes;
628
+ const UserMinus = /* @__PURE__ */ react.default.forwardRef(function UserMinus({ children, size = 16, ...rest }, ref) {
629
+ return react.default.createElement(require_Icon_js, {
594
630
  width: size,
595
631
  height: size,
596
632
  ref,
@@ -598,11 +634,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
598
634
  viewBox: "0 0 32 32",
599
635
  fill: "currentColor",
600
636
  ...rest
601
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.24,22.51l1.43-1.42A14.06,14.06,0,0,1,3.07,16C5.1,10.93,10.7,7,16,7a12.38,12.38,0,0,1,4,.72l1.55-1.56A14.72,14.72,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16,16,0,0,0,5.24,22.51Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,15.73a4,4,0,0,1,3.7-3.7l1.81-1.82a6,6,0,0,0-7.33,7.33Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.94,15.66A16.4,16.4,0,0,0,25.2,8.22L30,3.41,28.59,2,2,28.59,3.41,30l5.1-5.1A15.29,15.29,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM20,16a4,4,0,0,1-6,3.44L19.44,14A4,4,0,0,1,20,16Zm-4,9a13.05,13.05,0,0,1-6-1.58l2.54-2.54a6,6,0,0,0,8.35-8.35l2.87-2.87A14.54,14.54,0,0,1,28.93,16C26.9,21.07,21.3,25,16,25Z" }), children);
637
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30h-2v-5c0-2.7568-2.2432-5-5-5h-6c-2.7568,0-5,2.2432-5,5v5h-2v-5c0-3.8594,3.1401-7,7-7h6c3.8594,0,7,3.1406,7,7v5ZM32,16h-10v-2h10v2ZM12,16c-3.8599,0-7-3.1401-7-7s3.1401-7,7-7,7,3.1401,7,7-3.1401,7-7,7ZM12,4c-2.7568,0-5,2.2432-5,5s2.2432,5,5,5,5-2.2432,5-5-2.2432-5-5-5Z" }), children);
602
638
  });
603
- if (process.env.NODE_ENV !== "production") ViewOff.propTypes = require_iconPropTypes.iconPropTypes;
604
- const ViewOffFilled = /* @__PURE__ */ react.default.forwardRef(function ViewOffFilled({ children, size = 16, ...rest }, ref) {
605
- return react.default.createElement(require_Icon.Icon, {
639
+ if (process.env.NODE_ENV !== "production") UserMinus.propTypes = require_iconPropTypes.iconPropTypes;
640
+ const UserMultiple = /* @__PURE__ */ react.default.forwardRef(function UserMultiple({ children, size = 16, ...rest }, ref) {
641
+ return react.default.createElement(require_Icon_js, {
606
642
  width: size,
607
643
  height: size,
608
644
  ref,
@@ -610,11 +646,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
610
646
  viewBox: "0 0 32 32",
611
647
  fill: "currentColor",
612
648
  ...rest
613
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.94,15.66a16.4,16.4,0,0,0-5.73-7.45L30,3.41,28.59,2,2,28.59,3.41,30l5.1-5.09A15.38,15.38,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,22.5a6.46,6.46,0,0,1-3.83-1.26L14,19.43A4,4,0,0,0,19.43,14l1.81-1.81A6.49,6.49,0,0,1,16,22.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.53,21.81l5-5A6.84,6.84,0,0,1,9.5,16,6.51,6.51,0,0,1,16,9.5a6.84,6.84,0,0,1,.79.05l3.78-3.77A14.39,14.39,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A15.86,15.86,0,0,0,4.53,21.81Z" }), children);
649
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H28V25a5.0057,5.0057,0,0,0-5-5V18a7.0078,7.0078,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H20V25a5.0059,5.0059,0,0,0-5-5H9a5.0059,5.0059,0,0,0-5,5v5H2V25a7.0082,7.0082,0,0,1,7-7h6a7.0082,7.0082,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,2V4a5,5,0,0,1,0,10v2A7,7,0,0,0,20,2Z" }), /* @__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" }), children);
614
650
  });
615
- if (process.env.NODE_ENV !== "production") ViewOffFilled.propTypes = require_iconPropTypes.iconPropTypes;
616
- const ViewNext = /* @__PURE__ */ react.default.forwardRef(function ViewNext({ children, size = 16, ...rest }, ref) {
617
- return react.default.createElement(require_Icon.Icon, {
651
+ if (process.env.NODE_ENV !== "production") UserMultiple.propTypes = require_iconPropTypes.iconPropTypes;
652
+ const UserOnline = /* @__PURE__ */ react.default.forwardRef(function UserOnline({ children, size = 16, ...rest }, ref) {
653
+ return react.default.createElement(require_Icon_js, {
618
654
  width: size,
619
655
  height: size,
620
656
  ref,
@@ -622,11 +658,15 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
622
658
  viewBox: "0 0 32 32",
623
659
  fill: "currentColor",
624
660
  ...rest
625
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.587 22 15 16.41 15 7 16.998 7 16.998 15.582 22 20.587 20.587 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A13.9158,13.9158,0,0,1,26,6.2343V2h2v8H20V8h4.9217A11.9818,11.9818,0,1,0,28,16h2A14,14,0,1,1,16,2Z" }), children);
661
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
662
+ cx: "26",
663
+ cy: "16",
664
+ r: "4"
665
+ }), /* @__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" }), /* @__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" }), children);
626
666
  });
627
- if (process.env.NODE_ENV !== "production") ViewNext.propTypes = require_iconPropTypes.iconPropTypes;
628
- const VintageMac = /* @__PURE__ */ react.default.forwardRef(function VintageMac({ children, size = 16, ...rest }, ref) {
629
- return react.default.createElement(require_Icon.Icon, {
667
+ if (process.env.NODE_ENV !== "production") UserOnline.propTypes = require_iconPropTypes.iconPropTypes;
668
+ const UserProfile = /* @__PURE__ */ react.default.forwardRef(function UserProfile({ children, size = 16, ...rest }, ref) {
669
+ return react.default.createElement(require_Icon_js, {
630
670
  width: size,
631
671
  height: size,
632
672
  ref,
@@ -634,11 +674,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
634
674
  viewBox: "0 0 32 32",
635
675
  fill: "currentColor",
636
676
  ...rest
637
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,16h-12V6h12v10ZM12,8v6h8v-6h-8ZM24,4v20H8V4h16M24,2H8c-1.1,0-2,.9-2,2v20c0,1.1.9,2,2,2h16c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2ZM10,18h2v2h-2v-2ZM16,18h6v2h-6v-2ZM9,28h14v2h-14v-2Z" }), children);
677
+ }, /* @__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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 4H32V6H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 9H32V11H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 14H29V16H22z" }), children);
638
678
  });
639
- if (process.env.NODE_ENV !== "production") VintageMac.propTypes = require_iconPropTypes.iconPropTypes;
640
- const VirtualColumn = /* @__PURE__ */ react.default.forwardRef(function VirtualColumn({ children, size = 16, ...rest }, ref) {
641
- return react.default.createElement(require_Icon.Icon, {
679
+ if (process.env.NODE_ENV !== "production") UserProfile.propTypes = require_iconPropTypes.iconPropTypes;
680
+ const UserRole = /* @__PURE__ */ react.default.forwardRef(function UserRole({ children, size = 16, ...rest }, ref) {
681
+ return react.default.createElement(require_Icon_js, {
642
682
  width: size,
643
683
  height: size,
644
684
  ref,
@@ -646,11 +686,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
646
686
  viewBox: "0 0 32 32",
647
687
  fill: "currentColor",
648
688
  ...rest
649
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 11 26.414 12.414 23.828 15 30 15 30 17 23.828 17 26.414 19.586 25 21 20 16 25 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28H20a2.0023,2.0023,0,0,1-2-2V6a2.0023,2.0023,0,0,1,2-2H30V6H20V26H30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,28H2V26H12V6H2V4H12a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,12,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 11 5.586 12.414 8.172 15 2 15 2 17 8.172 17 5.586 19.586 7 21 12 16 7 11z" }), children);
689
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.07 21 22 15 28.07 9 29.5 10.41 24.86 15 29.5 19.59 28.07 21z" }), /* @__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" }), /* @__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" }), children);
650
690
  });
651
- if (process.env.NODE_ENV !== "production") VirtualColumn.propTypes = require_iconPropTypes.iconPropTypes;
652
- const VirtualColumnKey = /* @__PURE__ */ react.default.forwardRef(function VirtualColumnKey({ children, size = 16, ...rest }, ref) {
653
- return react.default.createElement(require_Icon.Icon, {
691
+ if (process.env.NODE_ENV !== "production") UserRole.propTypes = require_iconPropTypes.iconPropTypes;
692
+ const UserService = /* @__PURE__ */ react.default.forwardRef(function UserService({ children, size = 16, ...rest }, ref) {
693
+ return react.default.createElement(require_Icon_js, {
654
694
  width: size,
655
695
  height: size,
656
696
  ref,
@@ -658,15 +698,20 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
658
698
  viewBox: "0 0 32 32",
659
699
  fill: "currentColor",
660
700
  ...rest
661
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
662
- cx: "24.5",
663
- cy: "9.5",
664
- r: "1.5"
665
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.4143,22H12V16.5857l6.03-6.03A5.3518,5.3518,0,0,1,18,10a6,6,0,1,1,6,6,5.3583,5.3583,0,0,1-.5559-.03ZM14,20h2.5857l6.1706-6.1709.5174.0957A3.935,3.935,0,0,0,24,14a4.0507,4.0507,0,1,0-3.925-3.2729l.0952.5166L14,17.4143Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,18v8H10V6h4V4H4A2.0025,2.0025,0,0,0,2,6V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V18ZM4,6H8V26H4Z" }), children);
701
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
702
+ strokeWidth: "0",
703
+ d: "m23.019,10.4332c-.595.3514-1.2795.5668-2.019.5668-2.2056,0-4-1.7944-4-4,0-.3557.0615-.6943.1492-1.0228l2.4368,2.4368.0005-.0004c.3621.3621.8621.5864,1.4136.5864,1.103,0,2-.897,2-2,0-.5515-.2242-1.0515-.5864-1.4136l.0005-.0004-2.4368-2.4368c.3284-.0875.667-.1491,1.0227-.1491,2.2056,0,4,1.7944,4,4,0,.7396-.2155,1.4241-.5669,2.0191l5.5669,5.5668-1.4141,1.4141-5.5669-5.5668Z"
704
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
705
+ strokeWidth: "0",
706
+ d: "m16,30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982,1.3439-3,3v5h-2v-5c.0033-2.7601,2.2399-4.9967,5-5h4c2.7601.0033,4.9967,2.2399,5,5v5Z"
707
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
708
+ strokeWidth: "0",
709
+ d: "m9,10c1.6569,0,3,1.3431,3,3s-1.3431,3-3,3-3-1.3431-3-3c.0019-1.6561,1.3439-2.9981,3-3m0-2c-2.7614,0-5,2.2386-5,5s2.2386,5,5,5,5-2.2386,5-5-2.2386-5-5-5Z"
710
+ }), children);
666
711
  });
667
- if (process.env.NODE_ENV !== "production") VirtualColumnKey.propTypes = require_iconPropTypes.iconPropTypes;
668
- const VirtualDesktop = /* @__PURE__ */ react.default.forwardRef(function VirtualDesktop({ children, size = 16, ...rest }, ref) {
669
- return react.default.createElement(require_Icon.Icon, {
712
+ if (process.env.NODE_ENV !== "production") UserService.propTypes = require_iconPropTypes.iconPropTypes;
713
+ const UserServiceDesk = /* @__PURE__ */ react.default.forwardRef(function UserServiceDesk({ children, size = 16, ...rest }, ref) {
714
+ return react.default.createElement(require_Icon_js, {
670
715
  width: size,
671
716
  height: size,
672
717
  ref,
@@ -674,11 +719,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
674
719
  viewBox: "0 0 32 32",
675
720
  fill: "currentColor",
676
721
  ...rest
677
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,16H11a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2h4v2H12v2h8V28H17V26h4a2.0023,2.0023,0,0,0,2-2V18A2.0023,2.0023,0,0,0,21,16ZM11,24V18H21l.0015,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.8218,10.124a9.9992,9.9992,0,0,0-19.6436,0A7.4914,7.4914,0,0,0,7,24.9746v-2a5.4945,5.4945,0,0,1,.123-10.9541l.8365-.0566.09-.834a7.9979,7.9979,0,0,1,15.9014,0l.09.834.8365.0566A5.4945,5.4945,0,0,1,25,22.9746v2a7.4914,7.4914,0,0,0,.8218-14.8506Z" }), children);
722
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.334,11.95l1.2055-1.206a1.178,1.178,0,0,1,1.2593-.2584l1.4693.5868A1.1736,1.1736,0,0,1,30,12.1489v2.692A1.1681,1.1681,0,0,1,28.8229,16l-.05-.0015C18.4775,15.3578,16.4,6.6357,16.0073,3.2976a1.1681,1.1681,0,0,1,1.0315-1.29A1.1492,1.1492,0,0,1,17.1751,2h2.5994a1.1626,1.1626,0,0,1,1.0764.7322l.5866,1.47a1.1635,1.1635,0,0,1-.2529,1.26L19.9791,6.668S20.6733,11.3682,25.334,11.95Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V25a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v5H2V25a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,10a3,3,0,1,1-3,3,3,3,0,0,1,3-3M9,8a5,5,0,1,0,5,5A5,5,0,0,0,9,8Z" }), children);
678
723
  });
679
- if (process.env.NODE_ENV !== "production") VirtualDesktop.propTypes = require_iconPropTypes.iconPropTypes;
680
- const VirtualMachine = /* @__PURE__ */ react.default.forwardRef(function VirtualMachine({ children, size = 16, ...rest }, ref) {
681
- return react.default.createElement(require_Icon.Icon, {
724
+ if (process.env.NODE_ENV !== "production") UserServiceDesk.propTypes = require_iconPropTypes.iconPropTypes;
725
+ const UserSettings = /* @__PURE__ */ react.default.forwardRef(function UserSettings({ children, size = 16, ...rest }, ref) {
726
+ return react.default.createElement(require_Icon_js, {
682
727
  width: size,
683
728
  height: size,
684
729
  ref,
@@ -686,11 +731,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
686
731
  viewBox: "0 0 32 32",
687
732
  fill: "currentColor",
688
733
  ...rest
689
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,13H12a2.0025,2.0025,0,0,0-2,2V28a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V15A2.0025,2.0025,0,0,0,20,13Zm0,2,0,3H12V15Zm0,5,0,3H12V20Zm-8,8V25h8v3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.91,10.13a.121.121,0,0,1-.0967-.0952A10.0061,10.0061,0,0,0,17.89,2.1816,10.0025,10.0025,0,0,0,6.1858,10.0347a.1212.1212,0,0,1-.0964.0957A7.5019,7.5019,0,0,0,7.4912,25H8V23H7.4954a5.5108,5.5108,0,0,1-5.4387-6.3,5.6992,5.6992,0,0,1,4.7138-4.6606l1.0166-.1836a.1306.1306,0,0,0,.1045-.1035l.18-.9351a8.28,8.28,0,0,1,6.8469-6.7427,7.957,7.957,0,0,1,2.8471.1245,8.22,8.22,0,0,1,6.1475,6.545l.1941,1.0083a.13.13,0,0,0,.1045.1035l1.0576.1914a5.7819,5.7819,0,0,1,3.1011,1.539A5.5052,5.5052,0,0,1,24.5076,23H24v2h.5076A7.5019,7.5019,0,0,0,25.91,10.13Z" }), children);
734
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,10V8H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,4.1011V2H22V4.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,8H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,13.8989V16h2V13.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V25a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v5H2V25a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,10a3,3,0,1,1-3,3,3,3,0,0,1,3-3M9,8a5,5,0,1,0,5,5A5,5,0,0,0,9,8Z" }), children);
690
735
  });
691
- if (process.env.NODE_ENV !== "production") VirtualMachine.propTypes = require_iconPropTypes.iconPropTypes;
692
- const VirtualPrivateCloud = /* @__PURE__ */ react.default.forwardRef(function VirtualPrivateCloud({ children, size = 16, ...rest }, ref) {
693
- return react.default.createElement(require_Icon.Icon, {
736
+ if (process.env.NODE_ENV !== "production") UserSettings.propTypes = require_iconPropTypes.iconPropTypes;
737
+ const UserSimulation = /* @__PURE__ */ react.default.forwardRef(function UserSimulation({ children, size = 16, ...rest }, ref) {
738
+ return react.default.createElement(require_Icon_js, {
694
739
  width: size,
695
740
  height: size,
696
741
  ref,
@@ -698,17 +743,23 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
698
743
  viewBox: "0 0 32 32",
699
744
  fill: "currentColor",
700
745
  ...rest
701
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20V17a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v6a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V22A2.0025,2.0025,0,0,0,20,20Zm-6-3a2,2,0,0,1,4,0v3H14ZM12,28V22h8l.0012,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.8288,10.1152A10.0067,10.0067,0,0,0,17.89,2.1816,10.0025,10.0025,0,0,0,6.17,10.1152,7.502,7.502,0,0,0,7.4912,25H8V23H7.4953a5.5019,5.5019,0,0,1-.9694-10.9165l1.3488-.2441.2591-1.3457a8.0109,8.0109,0,0,1,15.7312,0l.259,1.3457,1.3489.2441A5.5019,5.5019,0,0,1,24.5076,23H24v2h.5076a7.502,7.502,0,0,0,1.3212-14.8848Z" }), children);
746
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
747
+ d: "M25.232 12.866H29.232V14.866H25.232z",
748
+ transform: "rotate(30 27.232 13.866)"
749
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 8H30V10H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
750
+ d: "M2.768 12.866H6.768V14.866H2.768z",
751
+ transform: "rotate(150 4.768 13.866)"
752
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H24V25a5.0059,5.0059,0,0,0-5-5H13a5.0059,5.0059,0,0,0-5,5v5H6V25a7.0082,7.0082,0,0,1,7-7h6a7.0082,7.0082,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,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,16,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
753
+ d: "M25.232 3.134H29.232V5.134H25.232z",
754
+ transform: "rotate(-30 27.232 4.134)"
755
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 8H6V10H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
756
+ d: "M2.768 3.134H6.768V5.134H2.768z",
757
+ transform: "rotate(210 4.768 4.134)"
758
+ }), children);
702
759
  });
703
- if (process.env.NODE_ENV !== "production") VirtualPrivateCloud.propTypes = require_iconPropTypes.iconPropTypes;
704
- const VirtualPrivateCloudAlt = /* @__PURE__ */ react.default.forwardRef(function VirtualPrivateCloudAlt({ children, size = 16, ...rest }, ref) {
705
- if (process.env.NODE_ENV !== "production") {
706
- if (!didWarnAboutDeprecation["VirtualPrivateCloudAlt"]) {
707
- didWarnAboutDeprecation["VirtualPrivateCloudAlt"] = true;
708
- console.warn("Icon name was requested by the product team to be renamed to and replaced by ibm-cloud--vpc. As a result, the VirtualPrivateCloudAlt component will be removed in the next major version of @carbon/icons-react.");
709
- }
710
- }
711
- return react.default.createElement(require_Icon.Icon, {
760
+ if (process.env.NODE_ENV !== "production") UserSimulation.propTypes = require_iconPropTypes.iconPropTypes;
761
+ const UserSpeaker = /* @__PURE__ */ react.default.forwardRef(function UserSpeaker({ children, size = 16, ...rest }, ref) {
762
+ return react.default.createElement(require_Icon_js, {
712
763
  width: size,
713
764
  height: size,
714
765
  ref,
@@ -716,11 +767,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
716
767
  viewBox: "0 0 32 32",
717
768
  fill: "currentColor",
718
769
  ...rest
719
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.4141,22,10,8.5859V2H2v8H8.5859L22,23.4141V30h8V22ZM8,8H4V4H8ZM28,28H24V24h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,6a3.9915,3.9915,0,0,0-7.8579-1H13V7h9.1421A3.9945,3.9945,0,0,0,25,9.8579V19h2V9.8579A3.9962,3.9962,0,0,0,30,6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,25H9.8579A3.9945,3.9945,0,0,0,7,22.1421V13H5v9.1421A3.9915,3.9915,0,1,0,9.8579,27H19ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Z" }), children);
770
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.4146,19,27.7,17.2852A2.97,2.97,0,0,0,28,16a3,3,0,1,0-3,3,2.97,2.97,0,0,0,1.2864-.3L28,20.4141V28H22V25a7.0078,7.0078,0,0,0-7-7H9a7.008,7.008,0,0,0-7,7v5H30V20.4141A1.988,1.988,0,0,0,29.4146,19ZM4,25a5.006,5.006,0,0,1,5-5h6a5.0059,5.0059,0,0,1,5,5v3H4Z" }), /* @__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" }), children);
720
771
  });
721
- if (process.env.NODE_ENV !== "production") VirtualPrivateCloudAlt.propTypes = require_iconPropTypes.iconPropTypes;
722
- const VisualInspection = /* @__PURE__ */ react.default.forwardRef(function VisualInspection({ children, size = 16, ...rest }, ref) {
723
- return react.default.createElement(require_Icon.Icon, {
772
+ if (process.env.NODE_ENV !== "production") UserSpeaker.propTypes = require_iconPropTypes.iconPropTypes;
773
+ const UserSponsor = /* @__PURE__ */ react.default.forwardRef(function UserSponsor({ children, size = 16, ...rest }, ref) {
774
+ return react.default.createElement(require_Icon_js, {
724
775
  width: size,
725
776
  height: size,
726
777
  ref,
@@ -728,11 +779,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
728
779
  viewBox: "0 0 32 32",
729
780
  fill: "currentColor",
730
781
  ...rest
731
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,24.5859l-5.1147-5.1147c.9407-1.3201,1.3683-3.0299.9602-4.8428-.4971-2.2083-2.2783-3.9913-4.4888-4.4786-4.3566-.9604-8.1675,2.8505-7.207,7.2071.4873,2.2105,2.2703,3.9918,4.4787,4.4888,1.8129.408,3.5228-.0197,4.8429-.9605l5.1147,5.1147,1.4141-1.4141h0ZM17.0848,19.8568c-3.0406.805-5.7481-1.9051-4.9404-4.9449.3548-1.3352,1.4352-2.4146,2.7707-2.7682,3.0406-.805,5.7481,1.9051,4.9404,4.9449-.3548,1.3352-1.4352,2.4146-2.7707,2.7682ZM29.0663,16.3569l-.0654-.1709c-1.9897-5.2383-7.5781-9.1865-13.0005-9.1865s-11.0107,3.9482-12.9995,9.1841l-.0664.1733c-.1978.5166-.7764.7739-1.2915.5767-.5161-.1978-.7739-.7759-.5767-1.2915l.0654-.1709c2.2671-5.9688,8.6597-10.4717,14.8687-10.4717s12.6016,4.5029,14.8696,10.4741l.0645.1685M16.0004,27c-6.2088-.0002-12.6006-4.5031-14.8691-10.4741l-.064-.166c-.1987-.5151.0581-1.0942.5732-1.293.5146-.1982,1.0938.0576,1.293.5732l.0659.1709c1.9907,5.2405,7.5788,9.1887,13.001,9.189v2Z" }), children);
782
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31.8301 13.3662 30.8301 11.6338 28 13.2681 28 10 26 10 26 13.2676 23.1699 11.6338 22.1699 13.3662 25 15 22.1699 16.6338 23.1699 18.3662 26 16.7324 26 20 28 20 28 16.7319 30.8301 18.3662 31.8301 16.6338 29 15 31.8301 13.3662z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22,30h-2v-5c-.0033-2.7601-2.2399-4.9967-5-5h-6c-2.7601.0033-4.9967,2.2399-5,5v5h-2v-5c.0045-3.8641,3.1359-6.9955,7-7h6c3.8641.0045,6.9955,3.1359,7,7v5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m12,4c2.7614,0,5,2.2386,5,5s-2.2386,5-5,5-5-2.2386-5-5c.0031-2.7601,2.2399-4.9969,5-5m0-2c-3.866,0-7,3.134-7,7s3.134,7,7,7,7-3.134,7-7-3.134-7-7-7Z" }), children);
732
783
  });
733
- if (process.env.NODE_ENV !== "production") VisualInspection.propTypes = require_iconPropTypes.iconPropTypes;
734
- const VisualRecognition = /* @__PURE__ */ react.default.forwardRef(function VisualRecognition({ children, size = 16, ...rest }, ref) {
735
- return react.default.createElement(require_Icon.Icon, {
784
+ if (process.env.NODE_ENV !== "production") UserSponsor.propTypes = require_iconPropTypes.iconPropTypes;
785
+ const UserXRay = /* @__PURE__ */ react.default.forwardRef(function UserXRay({ children, size = 16, ...rest }, ref) {
786
+ return react.default.createElement(require_Icon_js, {
736
787
  width: size,
737
788
  height: size,
738
789
  ref,
@@ -740,15 +791,14 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
740
791
  viewBox: "0 0 32 32",
741
792
  fill: "currentColor",
742
793
  ...rest
743
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
744
- cx: "23",
745
- cy: "12",
746
- r: "2"
747
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,5H16.24A8,8,0,1,0,6,16.92V27a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V7A2,2,0,0,0,28,5ZM4,10A6,6,0,0,1,15.19,7H8V9h7.91A6.64,6.64,0,0,1,16,10a6.64,6.64,0,0,1-.09,1H10v2h5.19A6,6,0,0,1,4,10ZM28,27H8l5-5,1.59,1.59a2,2,0,0,0,2.82,0L23,18l5,5Zm0-6.83-3.59-3.59a2,2,0,0,0-2.82,0L16,22.17l-1.59-1.59a2,2,0,0,0-2.82,0L8,24.17V17.74A8.24,8.24,0,0,0,10,18a8,8,0,0,0,8-8,7.9,7.9,0,0,0-.59-3H28Z" }), children);
794
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
795
+ fill: "none",
796
+ d: "M28 9 28 7 25 7 25 5 23 5 23 7 20 7 20 9 23 9 23 12 20 12 20 14 23 14 23 16 25 16 25 14 28 14 28 12 25 12 25 9 28 9z"
797
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31,3H17a1,1,0,0,0-1,1V17a1,1,0,0,0,1,1H31a1,1,0,0,0,1-1V4A1,1,0,0,0,31,3ZM28,9H25v3h3v2H25v2H23V14H20V12h3V9H20V7h3V5h2V7h3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,30H13V26a2.9465,2.9465,0,0,0-3-3H6a2.9465,2.9465,0,0,0-3,3v4H1V26a4.9514,4.9514,0,0,1,5-5h4a4.9514,4.9514,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,11a3,3,0,0,1,0,6,3,3,0,0,1,0-6M8,9A5,5,0,0,0,8,19,5,5,0,0,0,8,9Z" }), children);
748
798
  });
749
- if (process.env.NODE_ENV !== "production") VisualRecognition.propTypes = require_iconPropTypes.iconPropTypes;
750
- const Vlan = /* @__PURE__ */ react.default.forwardRef(function Vlan({ children, size = 16, ...rest }, ref) {
751
- return react.default.createElement(require_Icon.Icon, {
799
+ if (process.env.NODE_ENV !== "production") UserXRay.propTypes = require_iconPropTypes.iconPropTypes;
800
+ const UtilityExpense = /* @__PURE__ */ react.default.forwardRef(function UtilityExpense({ children, size = 16, ...rest }, ref) {
801
+ return react.default.createElement(require_Icon_js, {
752
802
  width: size,
753
803
  height: size,
754
804
  ref,
@@ -756,11 +806,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
756
806
  viewBox: "0 0 32 32",
757
807
  fill: "currentColor",
758
808
  ...rest
759
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,17V15H17V11h2a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H13a2.0023,2.0023,0,0,0-2,2V9a2.0023,2.0023,0,0,0,2,2h2v4H2v2H8v4H6a2.0023,2.0023,0,0,0-2,2v5a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V23a2.0023,2.0023,0,0,0-2-2H10V17H22v4H20a2.0023,2.0023,0,0,0-2,2v5a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V23a2.0023,2.0023,0,0,0-2-2H24V17ZM13,4h6V9H13ZM12,28H6V23h6Zm14,0H20V23h6Z" }), children);
809
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,21v2h4c1.1,0,2,.9,2,2v2c0,1.1-.9,2-2,2h-1v2h-2v-2h-3v-2h6v-2h-4c-1.1,0-2-.9-2-2v-2c0-1.1.9-2,2-2h1v-2h2v2h3v2h-6ZM22.79,12.61l-13,17c-.19.25-.49.39-.79.39-.13,0-.27-.03-.39-.08-.42-.18-.67-.62-.6-1.07l.77-4.99,1.05-6.86h-4.83c-.3,0-.59-.14-.78-.38-.1899-.24-.2599-.55-.1899-.85L7.03,2.77c.1-.45.5-.77.97-.77h10c.3,0,.59.14.78.37.1899.24.2599.55.2.85l-1.34,6.01-.39,1.77h4.75c.38,0,.73.22.9.56.17.34.13.75-.11,1.05ZM19.98,13h-5.23l.27-1.22,1.73-7.78h-7.95l-2.54,11h5.91l-1.41,9.16-.18,1.12,9.4-12.28Z" }), children);
760
810
  });
761
- if (process.env.NODE_ENV !== "production") Vlan.propTypes = require_iconPropTypes.iconPropTypes;
762
- const VlanIbm = /* @__PURE__ */ react.default.forwardRef(function VlanIbm({ children, size = 16, ...rest }, ref) {
763
- return react.default.createElement(require_Icon.Icon, {
811
+ if (process.env.NODE_ENV !== "production") UtilityExpense.propTypes = require_iconPropTypes.iconPropTypes;
812
+ const UserProfileAlt = /* @__PURE__ */ react.default.forwardRef(function UserProfileAlt({ children, size = 16, ...rest }, ref) {
813
+ return react.default.createElement(require_Icon_js, {
764
814
  width: size,
765
815
  height: size,
766
816
  ref,
@@ -768,15 +818,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
768
818
  viewBox: "0 0 32 32",
769
819
  fill: "currentColor",
770
820
  ...rest
771
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,22Zm0,6a2,2,0,1,1,2-2A2.002,2.002,0,0,1,16,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,5a3,3,0,1,0-4,2.8154V15H17V9H15v6H6V7.8159a3.0007,3.0007,0,1,0-2,0V15a2.002,2.002,0,0,0,2,2h9v3h2V17h9a2.002,2.002,0,0,0,2-2V7.8159A2.9958,2.9958,0,0,0,30,5ZM5,4A1,1,0,1,1,4,5,1.0013,1.0013,0,0,1,5,4ZM27,6a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,27,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
772
- cx: "16",
773
- cy: "5",
774
- r: "2"
775
- }), children);
821
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 13H26V15H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 8H30V10H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 3H30V5H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,30H7a2.0059,2.0059,0,0,1-2-2V21a2.0059,2.0059,0,0,1-2-2V13a2.9465,2.9465,0,0,1,3-3h6a2.9465,2.9465,0,0,1,3,3v6a2.0059,2.0059,0,0,1-2,2v7A2.0059,2.0059,0,0,1,11,30ZM6,12a.9448.9448,0,0,0-1,1v6H7v9h4V19h2V13a.9448.9448,0,0,0-1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,9a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,9,9ZM9,3a2,2,0,1,0,2,2h0A2.0059,2.0059,0,0,0,9,3Z" }), children);
776
822
  });
777
- if (process.env.NODE_ENV !== "production") VlanIbm.propTypes = require_iconPropTypes.iconPropTypes;
778
- const VmdkDisk = /* @__PURE__ */ react.default.forwardRef(function VmdkDisk({ children, size = 16, ...rest }, ref) {
779
- return react.default.createElement(require_Icon.Icon, {
823
+ if (process.env.NODE_ENV !== "production") UserProfileAlt.propTypes = require_iconPropTypes.iconPropTypes;
824
+ const UvIndex = /* @__PURE__ */ react.default.forwardRef(function UvIndex({ children, size = 16, ...rest }, ref) {
825
+ return react.default.createElement(require_Icon_js, {
780
826
  width: size,
781
827
  height: size,
782
828
  ref,
@@ -784,22 +830,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
784
830
  viewBox: "0 0 32 32",
785
831
  fill: "currentColor",
786
832
  ...rest
787
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
788
- cx: "10.5",
789
- cy: "24.5",
790
- r: "1.5"
791
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
792
- d: "M19.5 14.964H21.5V20.035H19.5z",
793
- transform: "rotate(-45 20.5 17.5)"
794
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
795
- cx: "16",
796
- cy: "13",
797
- r: "2"
798
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6a7,7,0,0,0,0,14V18a5,5,0,1,1,5-5h2A7,7,0,0,0,16,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Zm0,26H6V4H26Z" }), children);
833
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,5.9121l1.7444,2.9326.7822,1.315,1.4739-.4107,3.1206-.87L22.2512,12,21.84,13.4731l1.315.7823L26.0876,16l-2.9323,1.7441-1.315.7818L22.2512,20l.87,3.1211-3.1208-.87L18.5266,21.84l-.7822,1.315L16,26.0879l-1.7444-2.9326-.7822-1.315L12,22.251l-3.1208.87L9.7488,20l.4109-1.4741-1.315-.7818L5.9124,16l2.9323-1.7446,1.315-.7823L9.7488,12l-.87-3.1206L12,9.749l1.4739.4107.7822-1.315L16,5.9121M16,2,12.5366,7.8223,6,6l1.8223,6.5366L2,16l5.8223,3.4629L6,26l6.5366-1.8223L16,30l3.4634-5.8223L26,26l-1.8223-6.5371L30,16l-5.8223-3.4634L26,6,19.4634,7.8223,16,2Z" }), children);
799
834
  });
800
- if (process.env.NODE_ENV !== "production") VmdkDisk.propTypes = require_iconPropTypes.iconPropTypes;
801
- const VoiceActivate = /* @__PURE__ */ react.default.forwardRef(function VoiceActivate({ children, size = 16, ...rest }, ref) {
802
- return react.default.createElement(require_Icon.Icon, {
835
+ if (process.env.NODE_ENV !== "production") UvIndex.propTypes = require_iconPropTypes.iconPropTypes;
836
+ const UvIndexAlt = /* @__PURE__ */ react.default.forwardRef(function UvIndexAlt({ children, size = 16, ...rest }, ref) {
837
+ return react.default.createElement(require_Icon_js, {
803
838
  width: size,
804
839
  height: size,
805
840
  ref,
@@ -807,11 +842,17 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
807
842
  viewBox: "0 0 32 32",
808
843
  fill: "currentColor",
809
844
  ...rest
810
- }, /* @__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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.3325,25.2168a7.0007,7.0007,0,0,1,0-10.4341l1.334,1.49a5,5,0,0,0,0,7.4537Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.3994,28.8008a11.0019,11.0019,0,0,1,0-17.6006L7.6,12.8a9.0009,9.0009,0,0,0,0,14.4014Z" }), children);
845
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,30H9a2.0027,2.0027,0,0,1-2-2V20H9v8h4V20h2v8A2.0027,2.0027,0,0,1,13,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 20 23.25 20 21 29.031 18.792 20 17 20 19.5 30 22.5 30 25 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 2H17V7H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
846
+ d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
847
+ transform: "rotate(-45 24.147 7.853)"
848
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 15H30V17H25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 15H7V17H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
849
+ d: "M6.854 5.375H8.854V10.333H6.854z",
850
+ transform: "rotate(-45 7.854 7.853)"
851
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,17H20V16a4,4,0,0,0-8,0v1H10V16a6,6,0,0,1,12,0Z" }), children);
811
852
  });
812
- if (process.env.NODE_ENV !== "production") VoiceActivate.propTypes = require_iconPropTypes.iconPropTypes;
813
- const VoiceMode = /* @__PURE__ */ react.default.forwardRef(function VoiceMode({ children, size = 16, ...rest }, ref) {
814
- return react.default.createElement(require_Icon.Icon, {
853
+ if (process.env.NODE_ENV !== "production") UvIndexAlt.propTypes = require_iconPropTypes.iconPropTypes;
854
+ const UvIndexFilled = /* @__PURE__ */ react.default.forwardRef(function UvIndexFilled({ children, size = 16, ...rest }, ref) {
855
+ return react.default.createElement(require_Icon_js, {
815
856
  width: size,
816
857
  height: size,
817
858
  ref,
@@ -819,11 +860,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
819
860
  viewBox: "0 0 32 32",
820
861
  fill: "currentColor",
821
862
  ...rest
822
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,29h-2V3h2v26ZM23,6h-2v20h2V6ZM11,6h-2v20h2V6ZM5,11h-2v10h2v-10ZM29,11h-2v10h2.0031s-.0031-10-.0031-10Z" }), children);
863
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30l-3.4634-5.8223L6,26l1.8223-6.5369L2,16l5.8223-3.4631L6,6l6.5366,1.8223L16,2l3.4634,5.8223L26,6l-1.8223,6.5369L30,16l-5.8223,3.4631L26,26l-6.5366-1.8223Z" }), children);
823
864
  });
824
- if (process.env.NODE_ENV !== "production") VoiceMode.propTypes = require_iconPropTypes.iconPropTypes;
825
- const Voicemail = /* @__PURE__ */ react.default.forwardRef(function Voicemail({ children, size = 16, ...rest }, ref) {
826
- return react.default.createElement(require_Icon.Icon, {
865
+ if (process.env.NODE_ENV !== "production") UvIndexFilled.propTypes = require_iconPropTypes.iconPropTypes;
866
+ const ValueVariable = /* @__PURE__ */ react.default.forwardRef(function ValueVariable({ children, size = 16, ...rest }, ref) {
867
+ return react.default.createElement(require_Icon_js, {
827
868
  width: size,
828
869
  height: size,
829
870
  ref,
@@ -831,11 +872,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
831
872
  viewBox: "0 0 32 32",
832
873
  fill: "currentColor",
833
874
  ...rest
834
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,10a6,6,0,0,0-4.46,10H12.46A6,6,0,1,0,8,22H24a6,6,0,0,0,0-12ZM4,16a4,4,0,1,1,4,4A4,4,0,0,1,4,16Zm20,4a4,4,0,1,1,4-4A4,4,0,0,1,24,20Z" }), children);
875
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H22V26h4V6H22V4h4a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,26,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 11 18 11 16 14.897 14 11 12 11 14.905 16 12 21 14 21 16 17.201 18 21 20 21 17.098 16 20 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,28H6a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,6,4h4V6H6V26h4Z" }), children);
835
876
  });
836
- if (process.env.NODE_ENV !== "production") Voicemail.propTypes = require_iconPropTypes.iconPropTypes;
837
- const VolumeBlockStorage = /* @__PURE__ */ react.default.forwardRef(function VolumeBlockStorage({ children, size = 16, ...rest }, ref) {
838
- return react.default.createElement(require_Icon.Icon, {
877
+ if (process.env.NODE_ENV !== "production") ValueVariable.propTypes = require_iconPropTypes.iconPropTypes;
878
+ const ValueVariableAlt = /* @__PURE__ */ react.default.forwardRef(function ValueVariableAlt({ children, size = 16, ...rest }, ref) {
879
+ return react.default.createElement(require_Icon_js, {
839
880
  width: size,
840
881
  height: size,
841
882
  ref,
@@ -843,11 +884,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
843
884
  viewBox: "0 0 32 32",
844
885
  fill: "currentColor",
845
886
  ...rest
846
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,21H10V14h7Zm-5-2h3V16H12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,30H10V23h7Zm-5-2h3V25H12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,21H19V14h7Zm-5-2h3V16H21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H19V23h7Zm-5-2h3V25H21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,28H4a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,4,4h7.5857A1.9865,1.9865,0,0,1,13,4.5859L16.4143,8H28a2.0023,2.0023,0,0,1,2,2v8H28V10H15.5857l-4-4H4V26H8Z" }), children);
887
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3,15.874v.2676c1.1201.2939,2,1.1743,2,2.8584v8h4v2h-4c-1.1028,0-2-.8975-2-2v-8c0-1.5498-.8799-2-2-2v-2c1.1201,0,2-.4766,2-2V5c0-1.1025.8972-2,2-2h4v2h-4v8c0,1.6841-.8799,2.5801-2,2.874ZM29,15.874v.2676c-1.1201.2939-2,1.1743-2,2.8584v8h-4s0,2,0,2h4c1.1028,0,2-.8975,2-2v-8c0-1.5498.8799-2,2-2v-2c-1.1201,0-2-.4766-2-2V5c0-1.1025-.8972-2-2-2h-4s0,2,0,2h4v8c0,1.6841.8799,2.5801,2,2.874ZM10.3401,21.8939c-.4089,0-.7344-.1158-.977-.3471-.2421-.2314-.3631-.5464-.3631-.9447,0-.3767.1129-.6807.3392-.9123.2258-.2314.5274-.3472.9043-.3472.3443,0,.6108.101.799.3025.1882.2019.2828.4825.2828.8422v.0654l.1129.0818c.1617-.0863.3687-.2776.622-.5742.2528-.2965.5325-.6767.8397-1.1405.3067-.4637.6347-.992.9846-1.5852s.7024-1.2349,1.0579-1.9251l-.0483-2.7824c-.0112-.69-.1938-1.0352-.5493-1.0352-.2156,0-.4603.0943-.7344.2825-.2746.1886-.6327.5034-1.0741.9447l-.5005-.4844c.6886-.7856,1.2944-1.3536,1.8167-1.7035.5218-.3498,1.0416-.5249,1.5583-.5249.6027,0,1.0436.2181,1.3239.654.2797.436.4303,1.1439.4521,2.1234l.0325,1.8247h.1612c.4628-.8935.8773-1.6363,1.2435-2.2284.3657-.5919.713-1.063,1.0416-1.4129.328-.3498.651-.5975.9689-.7428.3174-.1453.6591-.2181,1.0253-.2181.4089,0,.7344.1158.977.3472.2421.2315.3631.5465.3631.9446,0,.377-.1129.681-.3392.9123-.2258.2317-.5274.3472-.9043.3472-.3443,0-.6108-.0954-.799-.2861-.1887-.1908-.2828-.4605-.2828-.8094v-.1146l-.1129-.0818c-.1404.0757-.323.2589-.5493.55-.2258.2912-.4816.6685-.767,1.1324-.2853.4637-.5951,1.0084-.9282,1.6339-.3341.6256-.6841,1.3103-1.0497,2.0543l.0483,2.6368c.0107.6904.1938,1.0352.5493,1.0352.2151,0,.4598-.0941.7344-.2825.2746-.1883.6322-.5031,1.0736-.9447l.501.4844c-.3448.3984-.6647.7375-.9607,1.0173-.2965.2801-.5813.5087-.856.6863s-.5386.3095-.7914.3956-.5086.1292-.767.1292c-.6032,0-1.0441-.2179-1.3239-.6539-.2802-.436-.4308-1.1438-.4521-2.1235l-.0325-1.8247h-.1455c-.4521.8397-.8748,1.5502-1.2674,2.1315-.3931.5813-.767,1.0552-1.1225,1.421-.355.3661-.7049.6326-1.0492.7994-.3448.1667-.6998.2502-1.066.2502Z" }), children);
847
888
  });
848
- if (process.env.NODE_ENV !== "production") VolumeBlockStorage.propTypes = require_iconPropTypes.iconPropTypes;
849
- const VolumeDown = /* @__PURE__ */ react.default.forwardRef(function VolumeDown({ children, size = 16, ...rest }, ref) {
850
- return react.default.createElement(require_Icon.Icon, {
889
+ if (process.env.NODE_ENV !== "production") ValueVariableAlt.propTypes = require_iconPropTypes.iconPropTypes;
890
+ const Van = /* @__PURE__ */ react.default.forwardRef(function Van({ children, size = 16, ...rest }, ref) {
891
+ return react.default.createElement(require_Icon_js, {
851
892
  width: size,
852
893
  height: size,
853
894
  ref,
@@ -855,11 +896,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
855
896
  viewBox: "0 0 32 32",
856
897
  fill: "currentColor",
857
898
  ...rest
858
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.1,10.66,23.58,12a6,6,0,0,1-.18,7.94l1.47,1.36a8,8,0,0,0,.23-10.59Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30a1,1,0,0,1-.71-.3L11.67,22H5a1,1,0,0,1-1-1H4V11a1,1,0,0,1,1-1h6.67l7.62-7.7a1,1,0,0,1,1.41,0A1,1,0,0,1,21,3V29A1,1,0,0,1,20,30ZM6,20h6a1.17,1.17,0,0,1,.79.3L19,26.57V5.43L12.79,11.7A1.17,1.17,0,0,1,12,12H6Z" }), children);
899
+ }, /* @__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,7H20ZM9,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,0H4V8H18v9H28Z" }), children);
859
900
  });
860
- if (process.env.NODE_ENV !== "production") VolumeDown.propTypes = require_iconPropTypes.iconPropTypes;
861
- const VolumeDownAlt = /* @__PURE__ */ react.default.forwardRef(function VolumeDownAlt({ children, size = 16, ...rest }, ref) {
862
- return react.default.createElement(require_Icon.Icon, {
901
+ if (process.env.NODE_ENV !== "production") Van.propTypes = require_iconPropTypes.iconPropTypes;
902
+ const VegetationAsset = /* @__PURE__ */ react.default.forwardRef(function VegetationAsset({ children, size = 16, ...rest }, ref) {
903
+ return react.default.createElement(require_Icon_js, {
863
904
  width: size,
864
905
  height: size,
865
906
  ref,
@@ -867,11 +908,15 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
867
908
  viewBox: "0 0 32 32",
868
909
  fill: "currentColor",
869
910
  ...rest
870
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 15H32V17H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a.997.997,0,0,1-.7109-.2969L9.666,22H3a.9993.9993,0,0,1-1-.9988V11a.9993.9993,0,0,1,.9988-1H9.666l7.623-7.7031A1,1,0,0,1,19,3V29A1.0007,1.0007,0,0,1,18,30ZM4,20h6a1.2008,1.2008,0,0,1,.7939.2969L17,26.5684V5.4316l-6.2061,6.2715A1.2013,1.2013,0,0,1,10,12H4Z" }), children);
911
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
912
+ cx: "21.5",
913
+ cy: "10.5",
914
+ r: "1.5"
915
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.5,1a2.4518,2.4518,0,0,0-1.2061.3105L18.9834,5.6084l.0027.0054a5.497,5.497,0,1,0,7.3257,7.5444l.0031.0015,4.4-8.5A2.5,2.5,0,0,0,28.5,1Zm-7,13A3.5,3.5,0,1,1,25,10.5,3.5042,3.5042,0,0,1,21.5,14ZM28.9414,3.7354,26.5571,8.3408A5.5279,5.5279,0,0,0,23.658,5.4424l4.5949-2.377A.5165.5165,0,0,1,29,3.5.4985.4985,0,0,1,28.9414,3.7354Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,20h7V18H17V28a2.0027,2.0027,0,0,0,2,2h3V28H19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H9V28h3V15.5664L8.4854,13.4575l1.0292-1.7148,3.5147,2.1084A2.0115,2.0115,0,0,1,14,15.5664V28A2.0024,2.0024,0,0,1,12,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.3079,2.2852A9.4882,9.4882,0,0,0,15,2,8.0275,8.0275,0,0,0,8.0786,6.001C8.0525,6,8.0264,6,8,6A6,6,0,0,0,8,18V16A4,4,0,0,1,8,8a2.7009,2.7009,0,0,1,.387.0391l.863.1142.3086-.6675A6.0192,6.0192,0,0,1,15,4a7.499,7.499,0,0,1,1.731.2148Z" }), children);
871
916
  });
872
- if (process.env.NODE_ENV !== "production") VolumeDownAlt.propTypes = require_iconPropTypes.iconPropTypes;
873
- const VolumeDownFilled = /* @__PURE__ */ react.default.forwardRef(function VolumeDownFilled({ children, size = 16, ...rest }, ref) {
874
- return react.default.createElement(require_Icon.Icon, {
917
+ if (process.env.NODE_ENV !== "production") VegetationAsset.propTypes = require_iconPropTypes.iconPropTypes;
918
+ const VegetationEncroachment = /* @__PURE__ */ react.default.forwardRef(function VegetationEncroachment({ children, size = 16, ...rest }, ref) {
919
+ return react.default.createElement(require_Icon_js, {
875
920
  width: size,
876
921
  height: size,
877
922
  ref,
@@ -879,11 +924,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
879
924
  viewBox: "0 0 32 32",
880
925
  fill: "currentColor",
881
926
  ...rest
882
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.1,10.66,23.58,12a6,6,0,0,1-.18,7.94l1.47,1.36a8,8,0,0,0,.23-10.59Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30a1,1,0,0,1-.71-.3L11.67,22H5a1,1,0,0,1-1-1H4V11a1,1,0,0,1,1-1h6.67l7.62-7.7a1,1,0,0,1,1.41,0A1,1,0,0,1,21,3V29A1,1,0,0,1,20,30Z" }), children);
927
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m19,20h7v-2h-9v10c.0015,1.104.896,1.9985,2,2h3v-2h-3v-8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m12,30h-3v-2h3v-12.4336l-3.5146-2.1089,1.0292-1.7148,3.5147,2.1084c.6007.3632.9686,1.0133.9707,1.7153v12.4336c-.0013,1.104-.896,1.9987-2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 6.4102 28.59 5 25 8.5898 21.41 5 20 6.4102 23.59 10 20 13.5898 21.41 15 25 11.4102 28.59 15 30 13.5898 26.41 10 30 6.4102z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m17.3079,2.2852c-.7283-.1821-1.4995-.2852-2.3079-.2852-2.8545.0083-5.4897,1.5317-6.9214,4.001-.0261-.001-.0522-.001-.0786-.001-3.3137,0-6,2.6865-6,6s2.6863,6,6,6v-2c-2.209,0-4-1.791-4-4s1.791-4,4-4c.1299.0039.259.0166.387.0391l.863.1143.3086-.6675c.9834-2.1196,3.1047-3.4785,5.4414-3.4858.6079,0,1.1819.0854,1.731.2148l.5769-1.9297Z" }), children);
883
928
  });
884
- if (process.env.NODE_ENV !== "production") VolumeDownFilled.propTypes = require_iconPropTypes.iconPropTypes;
885
- const VolumeDownFilledAlt = /* @__PURE__ */ react.default.forwardRef(function VolumeDownFilledAlt({ children, size = 16, ...rest }, ref) {
886
- return react.default.createElement(require_Icon.Icon, {
929
+ if (process.env.NODE_ENV !== "production") VegetationEncroachment.propTypes = require_iconPropTypes.iconPropTypes;
930
+ const VegetationHeight = /* @__PURE__ */ react.default.forwardRef(function VegetationHeight({ children, size = 16, ...rest }, ref) {
931
+ return react.default.createElement(require_Icon_js, {
887
932
  width: size,
888
933
  height: size,
889
934
  ref,
@@ -891,11 +936,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
891
936
  viewBox: "0 0 32 32",
892
937
  fill: "currentColor",
893
938
  ...rest
894
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 15H32V17H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a.997.997,0,0,1-.7109-.2969L9.666,22H3a.9993.9993,0,0,1-1-.9988V11a.9993.9993,0,0,1,.9988-1H9.666l7.623-7.7031A1,1,0,0,1,19,3V29A1.0007,1.0007,0,0,1,18,30Z" }), children);
939
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m13,8l-5,5,1.4102,1.4102,2.5898-2.5801v16.1699h-3v2h3c1.104-.0015,1.9988-.896,2-2V11.8301l2.5898,2.5801,1.4102-1.4102-5-5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22,30h-3c-1.104-.0013-1.9987-.896-2-2v-11h6c2.2096-.0001,4.0007-1.7915,4.0006-4.001,0-.1319-.0065-.2637-.0196-.395-.277-2.0943-2.0835-3.6461-4.1957-3.604h-1.5837l-.1766-.779c-.573-2.5249-2.9942-4.221-6.025-4.221-2.3366.0074-4.4579,1.3664-5.4415,3.4859l-.3085.6672-.863-.1143c-.1279-.022-.2573-.0349-.387-.0388-2.2091,0-4,1.7909-4,4s1.7909,4,4,4v2c-3.3137,0-6-2.6863-6-6s2.6863-6,6-6c.0264,0,.0525,0,.0786.001,1.4317-2.4694,4.067-3.9928,6.9214-4.001,3.6788,0,6.6923,1.9776,7.7516,5h.0337c3.1405-.0351,5.8053,2.2967,6.1872,5.4141.323,3.2985-2.0892,6.2344-5.3877,6.5573-.1943.019-.3895.0286-.5848.0286h-4v9h3v2Z" }), children);
895
940
  });
896
- if (process.env.NODE_ENV !== "production") VolumeDownFilledAlt.propTypes = require_iconPropTypes.iconPropTypes;
897
- const VolumeFileStorage = /* @__PURE__ */ react.default.forwardRef(function VolumeFileStorage({ children, size = 16, ...rest }, ref) {
898
- return react.default.createElement(require_Icon.Icon, {
941
+ if (process.env.NODE_ENV !== "production") VegetationHeight.propTypes = require_iconPropTypes.iconPropTypes;
942
+ const VehicleApi = /* @__PURE__ */ react.default.forwardRef(function VehicleApi({ children, size = 16, ...rest }, ref) {
943
+ return react.default.createElement(require_Icon_js, {
899
944
  width: size,
900
945
  height: size,
901
946
  ref,
@@ -903,11 +948,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
903
948
  viewBox: "0 0 32 32",
904
949
  fill: "currentColor",
905
950
  ...rest
906
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.707,17.293l-5-5A1,1,0,0,0,20,12H14a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V18A1,1,0,0,0,25.707,17.293ZM23.5857,18H20V14.4141ZM14,28V14h4v4a2,2,0,0,0,2,2h4v8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,27H4a2.0023,2.0023,0,0,1-2-2V5A2.0023,2.0023,0,0,1,4,3h7.5857A1.9865,1.9865,0,0,1,13,3.5859L16.4143,7H28a2.0023,2.0023,0,0,1,2,2v8H28V9H15.5857l-4-4H4V25H8Z" }), children);
951
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,11a1.9907,1.9907,0,0,0-.8247.1821L24.8337,9.51A3.45,3.45,0,0,0,25,8.5a3.45,3.45,0,0,0-.1663-1.01l2.3416-1.6723A1.9975,1.9975,0,1,0,26,4c0,.064.0129.124.0188.1865L23.7273,5.8232A3.4652,3.4652,0,0,0,21.5,5a3.5,3.5,0,0,0,0,7,3.4652,3.4652,0,0,0,2.2273-.8232l2.2915,1.6367C26.0129,12.876,26,12.936,26,13a2,2,0,1,0,2-2Zm-6.5-1A1.5,1.5,0,1,1,23,8.5,1.5017,1.5017,0,0,1,21.5,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3379,19.9336l-7.7324-2.7783L18.374,13.0967A2.99,2.99,0,0,0,16.0537,12H8.0576a2.9982,2.9982,0,0,0-2.48,1.3115L2.8662,17.2949A4.9884,4.9884,0,0,0,2,20.1074V26a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V20.875A1,1,0,0,0,29.3379,19.9336ZM9,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,28Zm14,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,23,28Zm5-3H26.8579a3.9806,3.9806,0,0,0-7.7158,0H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V20.1074A2.9977,2.9977,0,0,1,4.52,18.4189l2.711-3.9814A.9992.9992,0,0,1,8.0576,14h7.9961a.9928.9928,0,0,1,.7647.3545l3.3994,4.2685a1.0007,1.0007,0,0,0,.4443.3184L28,21.5781Z" }), children);
907
952
  });
908
- if (process.env.NODE_ENV !== "production") VolumeFileStorage.propTypes = require_iconPropTypes.iconPropTypes;
909
- const VolumeMute = /* @__PURE__ */ react.default.forwardRef(function VolumeMute({ children, size = 16, ...rest }, ref) {
910
- return react.default.createElement(require_Icon.Icon, {
953
+ if (process.env.NODE_ENV !== "production") VehicleApi.propTypes = require_iconPropTypes.iconPropTypes;
954
+ const VehicleConnected = /* @__PURE__ */ react.default.forwardRef(function VehicleConnected({ children, size = 16, ...rest }, ref) {
955
+ return react.default.createElement(require_Icon_js, {
911
956
  width: size,
912
957
  height: size,
913
958
  ref,
@@ -915,11 +960,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
915
960
  viewBox: "0 0 32 32",
916
961
  fill: "currentColor",
917
962
  ...rest
918
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31 12.41 29.59 11 26 14.59 22.41 11 21 12.41 24.59 16 21 19.59 22.41 21 26 17.41 29.59 21 31 19.59 27.41 16 31 12.41z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a1,1,0,0,1-.71-.3L9.67,22H3a1,1,0,0,1-1-1H2V11a1,1,0,0,1,1-1H9.67l7.62-7.7a1,1,0,0,1,1.41,0A1,1,0,0,1,19,3V29A1,1,0,0,1,18,30ZM4,20h6a1.17,1.17,0,0,1,.79.3L17,26.57V5.43L10.79,11.7A1.17,1.17,0,0,1,10,12H4Z" }), children);
963
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3379,17.9336l-7.7324-2.7783L18.374,11.0967A2.99,2.99,0,0,0,16.0537,10H8.0576a2.9982,2.9982,0,0,0-2.48,1.3115L2.8662,15.2949A4.9884,4.9884,0,0,0,2,18.1074V26a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V18.875A1,1,0,0,0,29.3379,17.9336ZM9,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,28Zm14,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,23,28Zm5-3H26.8579a3.9806,3.9806,0,0,0-7.7158,0H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V18.1074A2.9977,2.9977,0,0,1,4.52,16.4189l2.711-3.9814A.9992.9992,0,0,1,8.0576,12h7.9961a.9928.9928,0,0,1,.7647.3545l3.3994,4.2685a1.0007,1.0007,0,0,0,.4443.3184L28,19.5781Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,11H23a2.0021,2.0021,0,0,0-2-2V7A4.0045,4.0045,0,0,1,25,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,11H27a6.0067,6.0067,0,0,0-6-6V3A8.0092,8.0092,0,0,1,29,11Z" }), children);
919
964
  });
920
- if (process.env.NODE_ENV !== "production") VolumeMute.propTypes = require_iconPropTypes.iconPropTypes;
921
- const VolumeMuteFilled = /* @__PURE__ */ react.default.forwardRef(function VolumeMuteFilled({ children, size = 16, ...rest }, ref) {
922
- return react.default.createElement(require_Icon.Icon, {
965
+ if (process.env.NODE_ENV !== "production") VehicleConnected.propTypes = require_iconPropTypes.iconPropTypes;
966
+ const VehicleInsights = /* @__PURE__ */ react.default.forwardRef(function VehicleInsights({ children, size = 16, ...rest }, ref) {
967
+ return react.default.createElement(require_Icon_js, {
923
968
  width: size,
924
969
  height: size,
925
970
  ref,
@@ -927,11 +972,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
927
972
  viewBox: "0 0 32 32",
928
973
  fill: "currentColor",
929
974
  ...rest
930
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31 12.41 29.59 11 26 14.59 22.41 11 21 12.41 24.59 16 21 19.59 22.41 21 26 17.41 29.59 21 31 19.59 27.41 16 31 12.41z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a1,1,0,0,1-.71-.3L9.67,22H3a1,1,0,0,1-1-1H2V11a1,1,0,0,1,1-1H9.67l7.62-7.7a1,1,0,0,1,1.41,0A1,1,0,0,1,19,3V29A1,1,0,0,1,18,30Z" }), children);
975
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3379,17.9336l-7.7324-2.7783L18.374,11.0967A2.99,2.99,0,0,0,16.0537,10H8.0576a2.9982,2.9982,0,0,0-2.48,1.3115L2.8662,15.2949A4.9884,4.9884,0,0,0,2,18.1074V26a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V18.875A1,1,0,0,0,29.3379,17.9336ZM9,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,28Zm14,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,23,28Zm5-3H26.8579a3.9806,3.9806,0,0,0-7.7158,0H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V18.1074A2.9977,2.9977,0,0,1,4.52,16.4189l2.711-3.9814A.9992.9992,0,0,1,8.0576,12h7.9961a.9928.9928,0,0,1,.7647.3545l3.3994,4.2685a1.0007,1.0007,0,0,0,.4443.3184L28,19.5781Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 2H30V9H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 6H26V9H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 4H22V9H20z" }), children);
931
976
  });
932
- if (process.env.NODE_ENV !== "production") VolumeMuteFilled.propTypes = require_iconPropTypes.iconPropTypes;
933
- const VolumeObjectStorage = /* @__PURE__ */ react.default.forwardRef(function VolumeObjectStorage({ children, size = 16, ...rest }, ref) {
934
- return react.default.createElement(require_Icon.Icon, {
977
+ if (process.env.NODE_ENV !== "production") VehicleInsights.propTypes = require_iconPropTypes.iconPropTypes;
978
+ const VehicleServices = /* @__PURE__ */ react.default.forwardRef(function VehicleServices({ children, size = 16, ...rest }, ref) {
979
+ return react.default.createElement(require_Icon_js, {
935
980
  width: size,
936
981
  height: size,
937
982
  ref,
@@ -939,11 +984,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
939
984
  viewBox: "0 0 32 32",
940
985
  fill: "currentColor",
941
986
  ...rest
942
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,24a2.98,2.98,0,0,0-2.0376.8115l-4.0037-2.4023a2.0478,2.0478,0,0,0,0-.8184l4.0037-2.4023a3.2463,3.2463,0,1,0-.9211-1.7793l-4.0037,2.4023a3,3,0,1,0,0,4.377l4.0037,2.4023A2.9729,2.9729,0,0,0,20,27a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0008,1.0008,0,0,1,23,16Zm-9,7a1,1,0,1,1,1-1A1.0008,1.0008,0,0,1,14,23Zm9,5a1,1,0,1,1,1-1A1.0008,1.0008,0,0,1,23,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,28H4a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,4,4h7.5857A1.9865,1.9865,0,0,1,13,4.5859L16.4143,8H28a2.0023,2.0023,0,0,1,2,2v8H28V10H15.5857l-4-4H4V26H8Z" }), children);
987
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.3379,17.9336l-7.7324-2.7783L18.374,11.0967A2.99,2.99,0,0,0,16.0537,10H8.0576a2.9982,2.9982,0,0,0-2.48,1.3115L2.8662,15.2949A4.9884,4.9884,0,0,0,2,18.1074V26a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V18.875A1,1,0,0,0,29.3379,17.9336ZM9,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,28Zm14,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,23,28Zm5-3H26.8579a3.9806,3.9806,0,0,0-7.7158,0H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V18.1074A2.9977,2.9977,0,0,1,4.52,16.4189l2.711-3.9814A.9992.9992,0,0,1,8.0576,12h7.9961a.9928.9928,0,0,1,.7647.3545l3.3994,4.2685a1.0007,1.0007,0,0,0,.4443.3184L28,19.5781Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.5547,6a2,2,0,0,1,2-2H30a3.9756,3.9756,0,0,0-7.304,1H16V7h6.696A3.9756,3.9756,0,0,0,30,8H26.5547A2,2,0,0,1,24.5547,6Z" }), children);
943
988
  });
944
- if (process.env.NODE_ENV !== "production") VolumeObjectStorage.propTypes = require_iconPropTypes.iconPropTypes;
945
- const VolumeUp = /* @__PURE__ */ react.default.forwardRef(function VolumeUp({ children, size = 16, ...rest }, ref) {
946
- return react.default.createElement(require_Icon.Icon, {
989
+ if (process.env.NODE_ENV !== "production") VehicleServices.propTypes = require_iconPropTypes.iconPropTypes;
990
+ const Version = /* @__PURE__ */ react.default.forwardRef(function Version({ children, size = 16, ...rest }, ref) {
991
+ return react.default.createElement(require_Icon_js, {
947
992
  width: size,
948
993
  height: size,
949
994
  ref,
@@ -951,11 +996,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
951
996
  viewBox: "0 0 32 32",
952
997
  fill: "currentColor",
953
998
  ...rest
954
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.16,8.08,25.63,9.37a10,10,0,0,1-.29,13.23L26.81,24a12,12,0,0,0,.35-15.88Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.58,12a6,6,0,0,1-.18,7.94l1.47,1.36a8,8,0,0,0,.23-10.59Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a1,1,0,0,1-.71-.3L9.67,22H3a1,1,0,0,1-1-1H2V11a1,1,0,0,1,1-1H9.67l7.62-7.7a1,1,0,0,1,1.41,0A1,1,0,0,1,19,3V29A1,1,0,0,1,18,30ZM4,20h6.08a1,1,0,0,1,.71.3L17,26.57V5.43L10.79,11.7a1,1,0,0,1-.71.3H4Z" }), children);
999
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2V4H26V19h2V4a2.0023,2.0023,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,7V9H21V24h2V9a2.0023,2.0023,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,12H16a2.0023,2.0023,0,0,1,2,2V28a2.0023,2.0023,0,0,1-2,2H6a2.0023,2.0023,0,0,1-2-2V14A2.0023,2.0023,0,0,1,6,12Zm10,2L6,13.9988V28H16Z" }), children);
955
1000
  });
956
- if (process.env.NODE_ENV !== "production") VolumeUp.propTypes = require_iconPropTypes.iconPropTypes;
957
- const VolumeUpAlt = /* @__PURE__ */ react.default.forwardRef(function VolumeUpAlt({ children, size = 16, ...rest }, ref) {
958
- return react.default.createElement(require_Icon.Icon, {
1001
+ if (process.env.NODE_ENV !== "production") Version.propTypes = require_iconPropTypes.iconPropTypes;
1002
+ const VersionMajor = /* @__PURE__ */ react.default.forwardRef(function VersionMajor({ children, size = 16, ...rest }, ref) {
1003
+ return react.default.createElement(require_Icon_js, {
959
1004
  width: size,
960
1005
  height: size,
961
1006
  ref,
@@ -963,11 +1008,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
963
1008
  viewBox: "0 0 32 32",
964
1009
  fill: "currentColor",
965
1010
  ...rest
966
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32 15 28 15 28 11 26 11 26 15 22 15 22 17 26 17 26 21 28 21 28 17 32 17 32 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a.997.997,0,0,1-.7109-.2969L9.666,22H3a.9993.9993,0,0,1-1-.9988V11a.9993.9993,0,0,1,.9988-1H9.666l7.623-7.7031A1,1,0,0,1,19,3V29A1.0007,1.0007,0,0,1,18,30ZM4,20h6a1.2008,1.2008,0,0,1,.7939.2969L17,26.5684V5.4316l-6.2061,6.2715A1.2013,1.2013,0,0,1,10,12H4Z" }), children);
1011
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5859 17.4141 16 14.8345 16 14.8345 13.4125 17.4156 12 16 16 12 20 16 18.5859 17.4141z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5859 11.4141 16 8.8345 16 8.8345 13.4125 11.4156 12 10 16 6 20 10 18.5859 11.4141z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5859 23.4141 16 20.8345 16 20.8345 13.4125 23.4156 12 22 16 18 20 22 18.5859 23.4141z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z" }), children);
967
1012
  });
968
- if (process.env.NODE_ENV !== "production") VolumeUpAlt.propTypes = require_iconPropTypes.iconPropTypes;
969
- const VolumeUpFilled = /* @__PURE__ */ react.default.forwardRef(function VolumeUpFilled({ children, size = 16, ...rest }, ref) {
970
- return react.default.createElement(require_Icon.Icon, {
1013
+ if (process.env.NODE_ENV !== "production") VersionMajor.propTypes = require_iconPropTypes.iconPropTypes;
1014
+ const VersionMinor = /* @__PURE__ */ react.default.forwardRef(function VersionMinor({ children, size = 16, ...rest }, ref) {
1015
+ return react.default.createElement(require_Icon_js, {
971
1016
  width: size,
972
1017
  height: size,
973
1018
  ref,
@@ -975,11 +1020,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
975
1020
  viewBox: "0 0 32 32",
976
1021
  fill: "currentColor",
977
1022
  ...rest
978
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.16,8.08,25.63,9.37a10,10,0,0,1-.29,13.23L26.81,24a12,12,0,0,0,.35-15.88Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.58,12a6,6,0,0,1-.18,7.94l1.47,1.36a8,8,0,0,0,.23-10.59Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a1,1,0,0,1-.71-.3L9.67,22H3a1,1,0,0,1-1-1H2V11a1,1,0,0,1,1-1H9.67l7.62-7.7a1,1,0,0,1,1.41,0A1,1,0,0,1,19,3V29A1,1,0,0,1,18,30Z" }), children);
1023
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5859 15.4141 16 12.8345 16 12.8345 13.4125 15.4156 12 14 16 10 20 14 18.5859 15.4141z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5859 21.4141 16 18.8345 16 18.8345 13.4125 21.4156 12 20 16 16 20 20 18.5859 21.4141z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z" }), children);
979
1024
  });
980
- if (process.env.NODE_ENV !== "production") VolumeUpFilled.propTypes = require_iconPropTypes.iconPropTypes;
981
- const VolumeUpFilledAlt = /* @__PURE__ */ react.default.forwardRef(function VolumeUpFilledAlt({ children, size = 16, ...rest }, ref) {
982
- return react.default.createElement(require_Icon.Icon, {
1025
+ if (process.env.NODE_ENV !== "production") VersionMinor.propTypes = require_iconPropTypes.iconPropTypes;
1026
+ const VersionPatch = /* @__PURE__ */ react.default.forwardRef(function VersionPatch({ children, size = 16, ...rest }, ref) {
1027
+ return react.default.createElement(require_Icon_js, {
983
1028
  width: size,
984
1029
  height: size,
985
1030
  ref,
@@ -987,11 +1032,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
987
1032
  viewBox: "0 0 32 32",
988
1033
  fill: "currentColor",
989
1034
  ...rest
990
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32 15 28 15 28 11 26 11 26 15 22 15 22 17 26 17 26 21 28 21 28 17 32 17 32 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a.997.997,0,0,1-.7109-.2969L9.666,22H3a.9993.9993,0,0,1-1-.9988V11a.9993.9993,0,0,1,.9988-1H9.666l7.623-7.7031A1,1,0,0,1,19,3V29A1.0007,1.0007,0,0,1,18,30Z" }), children);
1035
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.5859 18.4141 16 15.8345 16 15.8345 13.4125 18.4156 12 17 16 13 20 17 18.5859 18.4141z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z" }), children);
991
1036
  });
992
- if (process.env.NODE_ENV !== "production") VolumeUpFilledAlt.propTypes = require_iconPropTypes.iconPropTypes;
993
- const Vpn = /* @__PURE__ */ react.default.forwardRef(function Vpn({ children, size = 16, ...rest }, ref) {
994
- return react.default.createElement(require_Icon.Icon, {
1037
+ if (process.env.NODE_ENV !== "production") VersionPatch.propTypes = require_iconPropTypes.iconPropTypes;
1038
+ const VerticalFold = /* @__PURE__ */ react.default.forwardRef(function VerticalFold({ children, size = 16, ...rest }, ref) {
1039
+ return react.default.createElement(require_Icon_js, {
995
1040
  width: size,
996
1041
  height: size,
997
1042
  ref,
@@ -999,11 +1044,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
999
1044
  viewBox: "0 0 32 32",
1000
1045
  fill: "currentColor",
1001
1046
  ...rest
1002
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H12V9h6a2,2,0,0,1,2,2v5a2,2,0,0,1-2,2H14Zm0-7h4V11H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 19 24.32 9 22 9 22 23 24 23 24 13 27.68 23 30 23 30 9 28 9 28 19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 9 6 22 4 9 2 9 4.52 23 7.48 23 10 9 8 9z" }), children);
1047
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,24l1.414,1.414,2.586-2.586v7.172h2v-7.172l2.586,2.586,1.414-1.414-5-5-5,5ZM21,8l-1.414-1.414-2.586,2.586V2h-2v7.172l-2.586-2.586-1.414,1.414,5,5,5-5ZM2,17h4v-2H2v2ZM12,15h-4v2h4v-2ZM14,17h4v-2h-4v2ZM20,17h4v-2h-4v2ZM26,15v2h4v-2h-4Z" }), children);
1003
1048
  });
1004
- if (process.env.NODE_ENV !== "production") Vpn.propTypes = require_iconPropTypes.iconPropTypes;
1005
- const VpnConnection = /* @__PURE__ */ react.default.forwardRef(function VpnConnection({ children, size = 16, ...rest }, ref) {
1006
- return react.default.createElement(require_Icon.Icon, {
1049
+ if (process.env.NODE_ENV !== "production") VerticalFold.propTypes = require_iconPropTypes.iconPropTypes;
1050
+ const VerticalView = /* @__PURE__ */ react.default.forwardRef(function VerticalView({ children, size = 16, ...rest }, ref) {
1051
+ return react.default.createElement(require_Icon_js, {
1007
1052
  width: size,
1008
1053
  height: size,
1009
1054
  ref,
@@ -1011,11 +1056,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1011
1056
  viewBox: "0 0 32 32",
1012
1057
  fill: "currentColor",
1013
1058
  ...rest
1014
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,7a1.9919,1.9919,0,0,0-1.7227,1H22A6,6,0,0,0,10,8H5.7227a2,2,0,1,0,0,2H10v4H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16a2,2,0,0,0-2-2H22V10h4.2773A1.9966,1.9966,0,1,0,28,7ZM12,8a4,4,0,0,1,8,0v6H12V10h5V8Zm12,8V28H8V16Z" }), children);
1059
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2h8a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,12,30ZM4,4V28h8V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H20a2.0021,2.0021,0,0,1-2-2V4a2.0021,2.0021,0,0,1,2-2h8a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM20,4V28h8V4Z" }), children);
1015
1060
  });
1016
- if (process.env.NODE_ENV !== "production") VpnConnection.propTypes = require_iconPropTypes.iconPropTypes;
1017
- const VpnPolicy = /* @__PURE__ */ react.default.forwardRef(function VpnPolicy({ children, size = 16, ...rest }, ref) {
1018
- return react.default.createElement(require_Icon.Icon, {
1061
+ if (process.env.NODE_ENV !== "production") VerticalView.propTypes = require_iconPropTypes.iconPropTypes;
1062
+ const Video = /* @__PURE__ */ react.default.forwardRef(function Video({ children, size = 16, ...rest }, ref) {
1063
+ return react.default.createElement(require_Icon_js, {
1019
1064
  width: size,
1020
1065
  height: size,
1021
1066
  ref,
@@ -1023,11 +1068,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1023
1068
  viewBox: "0 0 32 32",
1024
1069
  fill: "currentColor",
1025
1070
  ...rest
1026
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,15A6,6,0,1,0,20,19.46V29l4-1.8838L28,29V19.46A5.98,5.98,0,0,0,30,15ZM26,25.8477l-2-.9415-2,.9415V20.65a5.8877,5.8877,0,0,0,4,0ZM24,19a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,24,19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,2A6.0066,6.0066,0,0,0,8,8v6H6a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H17V28H6V16h9V14H10V8a4,4,0,0,1,7.92-.8008l1.96-.3984A6.0167,6.0167,0,0,0,14,2Z" }), children);
1071
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H21a2,2,0,0,1,2,2v4.06l5.42-3.87A1,1,0,0,1,30,9V23a1,1,0,0,1-1.58.81L23,19.94V24A2,2,0,0,1,21,26ZM4,8V24H21V18a1,1,0,0,1,1.58-.81L28,21.06V10.94l-5.42,3.87A1,1,0,0,1,21,14V8Z" }), children);
1027
1072
  });
1028
- if (process.env.NODE_ENV !== "production") VpnPolicy.propTypes = require_iconPropTypes.iconPropTypes;
1029
- const Wallet = /* @__PURE__ */ react.default.forwardRef(function Wallet({ children, size = 16, ...rest }, ref) {
1030
- return react.default.createElement(require_Icon.Icon, {
1073
+ if (process.env.NODE_ENV !== "production") Video.propTypes = require_iconPropTypes.iconPropTypes;
1074
+ const VideoAdd = /* @__PURE__ */ react.default.forwardRef(function VideoAdd({ children, size = 16, ...rest }, ref) {
1075
+ return react.default.createElement(require_Icon_js, {
1031
1076
  width: size,
1032
1077
  height: size,
1033
1078
  ref,
@@ -1035,20 +1080,23 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1035
1080
  viewBox: "0 0 32 32",
1036
1081
  fill: "currentColor",
1037
1082
  ...rest
1038
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 17H24V19H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,8H4V5H26V3H4A2,2,0,0,0,2,5V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10A2,2,0,0,0,28,8ZM4,26V10H28v3H20a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h8v3ZM28,15v6H20V15Z" }), children);
1083
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 15 14 15 14 11 12 11 12 15 8 15 8 17 12 17 12 21 14 21 14 17 18 17 18 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z" }), children);
1039
1084
  });
1040
- if (process.env.NODE_ENV !== "production") Wallet.propTypes = require_iconPropTypes.iconPropTypes;
1041
- const Warning = /* @__PURE__ */ react.default.forwardRef(function Warning({ children, size = 16, ...rest }, ref) {
1042
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1085
+ if (process.env.NODE_ENV !== "production") VideoAdd.propTypes = require_iconPropTypes.iconPropTypes;
1086
+ const VideoChat = /* @__PURE__ */ react.default.forwardRef(function VideoChat({ children, size = 16, ...rest }, ref) {
1087
+ return react.default.createElement(require_Icon_js, {
1043
1088
  width: size,
1044
1089
  height: size,
1045
1090
  ref,
1046
1091
  xmlns: "http://www.w3.org/2000/svg",
1047
- viewBox: "0 0 16 16",
1092
+ viewBox: "0 0 32 32",
1048
1093
  fill: "currentColor",
1049
1094
  ...rest
1050
- }, /* @__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 M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.5 4H8.5V9H7.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,10.2c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8c0.4,0,0.8-0.3,0.8-0.8S8.4,10.2,8,10.2z" }), children);
1051
- return react.default.createElement(require_Icon.Icon, {
1095
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 12H17V14H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 17H13V19H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z" }), children);
1096
+ });
1097
+ if (process.env.NODE_ENV !== "production") VideoChat.propTypes = require_iconPropTypes.iconPropTypes;
1098
+ const VideoFilled = /* @__PURE__ */ react.default.forwardRef(function VideoFilled({ children, size = 16, ...rest }, ref) {
1099
+ return react.default.createElement(require_Icon_js, {
1052
1100
  width: size,
1053
1101
  height: size,
1054
1102
  ref,
@@ -1056,20 +1104,35 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1056
1104
  viewBox: "0 0 32 32",
1057
1105
  fill: "currentColor",
1058
1106
  ...rest
1059
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 8H17V19H15z" }), /* @__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" }), children);
1107
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H21a2,2,0,0,1,2,2v4.06l5.42-3.87A1,1,0,0,1,30,9V23a1,1,0,0,1-1.58.81L23,19.94V24A2,2,0,0,1,21,26Z" }), children);
1060
1108
  });
1061
- if (process.env.NODE_ENV !== "production") Warning.propTypes = require_iconPropTypes.iconPropTypes;
1062
- const WarningAlt = /* @__PURE__ */ react.default.forwardRef(function WarningAlt({ children, size = 16, ...rest }, ref) {
1063
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1109
+ if (process.env.NODE_ENV !== "production") VideoFilled.propTypes = require_iconPropTypes.iconPropTypes;
1110
+ const VideoOff = /* @__PURE__ */ react.default.forwardRef(function VideoOff({ children, size = 16, ...rest }, ref) {
1111
+ return react.default.createElement(require_Icon_js, {
1064
1112
  width: size,
1065
1113
  height: size,
1066
1114
  ref,
1067
1115
  xmlns: "http://www.w3.org/2000/svg",
1068
- viewBox: "0 0 16 16",
1116
+ viewBox: "0 0 32 32",
1069
1117
  fill: "currentColor",
1070
1118
  ...rest
1071
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.5,14h-13c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.2-0.1-0.3,0-0.5l6.5-12C7.7,1,8,0.9,8.2,1.1c0.1,0,0.2,0.1,0.2,0.2l6.5,12 c0.1,0.2,0.1,0.3,0,0.5C14.9,13.9,14.7,14,14.5,14z M2.3,13h11.3L8,2.5L2.3,13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.5 6H8.5V9.5H7.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,10.8c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8c0.4,0,0.8-0.3,0.8-0.8S8.4,10.8,8,10.8z" }), children);
1072
- return react.default.createElement(require_Icon.Icon, {
1119
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.46,8.11a1,1,0,0,0-1,.08L23,12.06V10.44l7-7L28.56,2,2,28.56,3.44,30l4-4H21a2,2,0,0,0,2-2V19.94l5.42,3.87A1,1,0,0,0,30,23V9A1,1,0,0,0,29.46,8.11ZM28,21.06l-5.42-3.87A1,1,0,0,0,21,18v6H9.44L21,12.44V14a1,1,0,0,0,1.58.81L28,10.94Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,24V8H20V6H4A2,2,0,0,0,2,8V24Z" }), children);
1120
+ });
1121
+ if (process.env.NODE_ENV !== "production") VideoOff.propTypes = require_iconPropTypes.iconPropTypes;
1122
+ const VideoOffFilled = /* @__PURE__ */ react.default.forwardRef(function VideoOffFilled({ children, size = 16, ...rest }, ref) {
1123
+ return react.default.createElement(require_Icon_js, {
1124
+ width: size,
1125
+ height: size,
1126
+ ref,
1127
+ xmlns: "http://www.w3.org/2000/svg",
1128
+ viewBox: "0 0 32 32",
1129
+ fill: "currentColor",
1130
+ ...rest
1131
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.31,6H4A2,2,0,0,0,2,8V24a2.85,2.85,0,0,0,0,.29Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.46,8.11a1,1,0,0,0-1,.08L23,12.06V10.44l7-7L28.56,2,2,28.56,3.44,30l4-4H21a2,2,0,0,0,2-2V19.94l5.42,3.87A1,1,0,0,0,30,23V9A1,1,0,0,0,29.46,8.11Z" }), children);
1132
+ });
1133
+ if (process.env.NODE_ENV !== "production") VideoOffFilled.propTypes = require_iconPropTypes.iconPropTypes;
1134
+ const VideoPlayer = /* @__PURE__ */ react.default.forwardRef(function VideoPlayer({ children, size = 16, ...rest }, ref) {
1135
+ return react.default.createElement(require_Icon_js, {
1073
1136
  width: size,
1074
1137
  height: size,
1075
1138
  ref,
@@ -1077,27 +1140,20 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1077
1140
  viewBox: "0 0 32 32",
1078
1141
  fill: "currentColor",
1079
1142
  ...rest
1080
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,23a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,16,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 12H17V21H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,30H3a1,1,0,0,1-.8872-1.4614l13-25a1,1,0,0,1,1.7744,0l13,25A1,1,0,0,1,29,30ZM4.6507,28H27.3493l.002-.0033L16.002,6.1714h-.004L4.6487,27.9967Z" }), children);
1143
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 11 13 21 21 16 13 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,6H4c-1.103,0-2,.8975-2,2v16c0,1.1025.897,2,2,2h24c1.103,0,2-.8975,2-2V8c0-1.1025-.897-2-2-2Zm0,18H4V8h24v16Z" }), children);
1081
1144
  });
1082
- if (process.env.NODE_ENV !== "production") WarningAlt.propTypes = require_iconPropTypes.iconPropTypes;
1083
- const WarningAltFilled = /* @__PURE__ */ react.default.forwardRef(function WarningAltFilled({ children, size = 16, ...rest }, ref) {
1084
- return react.default.createElement(require_Icon.Icon, {
1145
+ if (process.env.NODE_ENV !== "production") VideoPlayer.propTypes = require_iconPropTypes.iconPropTypes;
1146
+ const View = /* @__PURE__ */ react.default.forwardRef(function View({ children, size = 16, ...rest }, ref) {
1147
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1085
1148
  width: size,
1086
1149
  height: size,
1087
1150
  ref,
1088
1151
  xmlns: "http://www.w3.org/2000/svg",
1089
- viewBox: "0 0 32 32",
1152
+ viewBox: "0 0 16 16",
1090
1153
  fill: "currentColor",
1091
1154
  ...rest
1092
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1093
- fill: "none",
1094
- d: "M16,26a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,26Zm-1.125-5h2.25V12h-2.25Z",
1095
- "data-icon-path": "inner-path"
1096
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.002,6.1714h-.004L4.6487,27.9966,4.6506,28H27.3494l.0019-.0034ZM14.875,12h2.25v9h-2.25ZM16,26a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,30H3a1,1,0,0,1-.8872-1.4614l13-25a1,1,0,0,1,1.7744,0l13,25A1,1,0,0,1,29,30ZM4.6507,28H27.3493l.002-.0033L16.002,6.1714h-.004L4.6487,27.9967Z" }), children);
1097
- });
1098
- if (process.env.NODE_ENV !== "production") WarningAltFilled.propTypes = require_iconPropTypes.iconPropTypes;
1099
- const WarningAltInverted = /* @__PURE__ */ react.default.forwardRef(function WarningAltInverted({ children, size = 16, ...rest }, ref) {
1100
- return react.default.createElement(require_Icon.Icon, {
1155
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.5,7.8C14.3,4.7,11.3,2.6,8,2.5C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3c1.2,3.1,4.1,5.2,7.5,5.3 c3.3-0.1,6.3-2.2,7.5-5.3C15.5,8.1,15.5,7.9,15.5,7.8z M8,12.5c-2.7,0-5.4-2-6.5-4.5c1-2.5,3.8-4.5,6.5-4.5s5.4,2,6.5,4.5 C13.4,10.5,10.6,12.5,8,12.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z M8,10c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S9.1,10,8,10z" }), children);
1156
+ return react.default.createElement(require_Icon_js, {
1101
1157
  width: size,
1102
1158
  height: size,
1103
1159
  ref,
@@ -1105,11 +1161,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1105
1161
  viewBox: "0 0 32 32",
1106
1162
  fill: "currentColor",
1107
1163
  ...rest
1108
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,17a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,16,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 6H17V15H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.855,2.481a1.001,1.001,0,0,1,.0322.98l-13,25a1,1,0,0,1-1.7744,0l-13-25A1,1,0,0,1,3,2H29A1.0007,1.0007,0,0,1,29.855,2.481ZM4.6487,4.0033,15.998,25.8286h.004L27.3513,4.0033,27.3493,4H4.6507Z" }), children);
1164
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,25c-5.3,0-10.9-3.93-12.93-9C5.1,10.93,10.7,7,16,7s10.9,3.93,12.93,9C26.9,21.07,21.3,25,16,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z" }), children);
1109
1165
  });
1110
- if (process.env.NODE_ENV !== "production") WarningAltInverted.propTypes = require_iconPropTypes.iconPropTypes;
1111
- const WarningAltInvertedFilled = /* @__PURE__ */ react.default.forwardRef(function WarningAltInvertedFilled({ children, size = 16, ...rest }, ref) {
1112
- return react.default.createElement(require_Icon.Icon, {
1166
+ if (process.env.NODE_ENV !== "production") View.propTypes = require_iconPropTypes.iconPropTypes;
1167
+ const ViewFilled = /* @__PURE__ */ react.default.forwardRef(function ViewFilled({ children, size = 16, ...rest }, ref) {
1168
+ return react.default.createElement(require_Icon_js, {
1113
1169
  width: size,
1114
1170
  height: size,
1115
1171
  ref,
@@ -1117,15 +1173,15 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1117
1173
  viewBox: "0 0 32 32",
1118
1174
  fill: "currentColor",
1119
1175
  ...rest
1120
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1121
- fill: "none",
1122
- d: "M16,20a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,20Zm-1.125-5h2.25V6h-2.25Z",
1123
- "data-icon-path": "inner-path"
1124
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.3494,4H4.6506l-.0019.0034L15.998,25.8286h.004L27.3513,4.0034ZM14.875,6h2.25v9h-2.25ZM16,20a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.855,2.481a1.001,1.001,0,0,1,.0322.98l-13,25a1,1,0,0,1-1.7744,0l-13-25A1,1,0,0,1,3,2H29A1.0007,1.0007,0,0,1,29.855,2.481ZM4.6487,4.0033,15.998,25.8286h.004L27.3513,4.0033,27.3493,4H4.6507Z" }), children);
1176
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1177
+ cx: "16",
1178
+ cy: "16",
1179
+ r: "4"
1180
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,22.5A6.5,6.5,0,1,1,22.5,16,6.51,6.51,0,0,1,16,22.5Z" }), children);
1125
1181
  });
1126
- if (process.env.NODE_ENV !== "production") WarningAltInvertedFilled.propTypes = require_iconPropTypes.iconPropTypes;
1127
- const WarningDiamond = /* @__PURE__ */ react.default.forwardRef(function WarningDiamond({ children, size = 16, ...rest }, ref) {
1128
- return react.default.createElement(require_Icon.Icon, {
1182
+ if (process.env.NODE_ENV !== "production") ViewFilled.propTypes = require_iconPropTypes.iconPropTypes;
1183
+ const ViewMode_1 = /* @__PURE__ */ react.default.forwardRef(function ViewMode_1({ children, size = 16, ...rest }, ref) {
1184
+ return react.default.createElement(require_Icon_js, {
1129
1185
  width: size,
1130
1186
  height: size,
1131
1187
  ref,
@@ -1133,11 +1189,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1133
1189
  viewBox: "0 0 32 32",
1134
1190
  fill: "currentColor",
1135
1191
  ...rest
1136
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,20c-.8284,0-1.5.6716-1.5,1.5s.6716,1.5,1.5,1.5,1.5-.6716,1.5-1.5-.6716-1.5-1.5-1.5h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 9H17V18H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,30c-.5335,0-1.0672-.2031-1.4732-.6094L2.6094,17.4732c-.8126-.8123-.8126-2.1342,0-2.9465L14.5268,2.6094c.8121-.8126,2.1344-.8126,2.9465,0l11.9173,11.9173c.8126.8123.8126,2.1342,0,2.9465l-11.9173,11.9173c-.406.4063-.9398.6094-1.4732.6094Zm0-26.0008c-.0215,0-.0427.0083-.0591.0244L4.0236,15.9409c-.0325.0327-.0325.0855,0,.1182l11.9173,11.9173c.0327.0322.0855.0322.1182,0l11.9173-11.9173c.0325-.0327.0325-.0855,0-.1182l-11.9173-11.9173c-.0164-.0161-.0376-.0244-.0591-.0244Z" }), children);
1192
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H28V28H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 19H28V21H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,6v6H6V6H26m0-2H6A2,2,0,0,0,4,6v6a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z" }), children);
1137
1193
  });
1138
- if (process.env.NODE_ENV !== "production") WarningDiamond.propTypes = require_iconPropTypes.iconPropTypes;
1139
- const WarningDiamondFill = /* @__PURE__ */ react.default.forwardRef(function WarningDiamondFill({ children, size = 16, ...rest }, ref) {
1140
- return react.default.createElement(require_Icon.Icon, {
1194
+ if (process.env.NODE_ENV !== "production") ViewMode_1.propTypes = require_iconPropTypes.iconPropTypes;
1195
+ const ViewMode_2 = /* @__PURE__ */ react.default.forwardRef(function ViewMode_2({ children, size = 16, ...rest }, ref) {
1196
+ return react.default.createElement(require_Icon_js, {
1141
1197
  width: size,
1142
1198
  height: size,
1143
1199
  ref,
@@ -1145,11 +1201,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1145
1201
  viewBox: "0 0 32 32",
1146
1202
  fill: "currentColor",
1147
1203
  ...rest
1148
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.5858,2.6042L2.6042,14.5858c-.781.781-.781,2.0474,0,2.8284l11.9816,11.9816c.781.781,2.0474.781,2.8284,0l11.9816-11.9816c.781-.781.781-2.0474,0-2.8284L17.4142,2.6042c-.781-.781-2.0474-.781-2.8284,0ZM15,9h2v9h-2v-9ZM16,23c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5,1.5.67,1.5,1.5-.67,1.5-1.5,1.5Z" }), children);
1204
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H28V28H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 19H28V21H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,6v6H6V6h6m0-2H6A2,2,0,0,0,4,6v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,6v6H20V6h6m0-2H20a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z" }), children);
1149
1205
  });
1150
- if (process.env.NODE_ENV !== "production") WarningDiamondFill.propTypes = require_iconPropTypes.iconPropTypes;
1151
- const WarningFilled = /* @__PURE__ */ react.default.forwardRef(function WarningFilled({ children, size = 16, ...rest }, ref) {
1152
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1206
+ if (process.env.NODE_ENV !== "production") ViewMode_2.propTypes = require_iconPropTypes.iconPropTypes;
1207
+ const ViewOff = /* @__PURE__ */ react.default.forwardRef(function ViewOff({ children, size = 16, ...rest }, ref) {
1208
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1153
1209
  width: size,
1154
1210
  height: size,
1155
1211
  ref,
@@ -1157,39 +1213,32 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1157
1213
  viewBox: "0 0 16 16",
1158
1214
  fill: "currentColor",
1159
1215
  ...rest
1160
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.2,1,1,4.2,1,8s3.2,7,7,7s7-3.1,7-7S11.9,1,8,1z M7.5,4h1v5h-1C7.5,9,7.5,4,7.5,4z M8,12.2 c-0.4,0-0.8-0.4-0.8-0.8s0.3-0.8,0.8-0.8c0.4,0,0.8,0.4,0.8,0.8S8.4,12.2,8,12.2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1161
- d: "M7.5,4h1v5h-1C7.5,9,7.5,4,7.5,4z M8,12.2c-0.4,0-0.8-0.4-0.8-0.8s0.3-0.8,0.8-0.8 c0.4,0,0.8,0.4,0.8,0.8S8.4,12.2,8,12.2z",
1162
- "data-icon-path": "inner-path",
1163
- opacity: "0"
1164
- }), children);
1165
- if (size === 20 || size === "20" || size === "20px") return react.default.createElement(require_Icon.Icon, {
1216
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2.6,11.3l0.7-0.7C2.6,9.8,1.9,9,1.5,8c1-2.5,3.8-4.5,6.5-4.5c0.7,0,1.4,0.1,2,0.4l0.8-0.8C9.9,2.7,9,2.5,8,2.5 C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3C1,9.3,1.7,10.4,2.6,11.3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,7.9c0.1-1,0.9-1.8,1.8-1.8l0.9-0.9C7.2,4.7,5.5,5.6,5.1,7.2C5,7.7,5,8.3,5.1,8.8L6,7.9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.5,7.8c-0.6-1.5-1.6-2.8-2.9-3.7L15,1.7L14.3,1L1,14.3L1.7,15l2.6-2.6c1.1,0.7,2.4,1,3.7,1.1c3.3-0.1,6.3-2.2,7.5-5.3 C15.5,8.1,15.5,7.9,15.5,7.8z M10,8c0,1.1-0.9,2-2,2c-0.3,0-0.7-0.1-1-0.3L9.7,7C9.9,7.3,10,7.6,10,8z M8,12.5c-1,0-2.1-0.3-3-0.8 l1.3-1.3c1.4,0.9,3.2,0.6,4.2-0.8c0.7-1,0.7-2.4,0-3.4l1.4-1.4c1.1,0.8,2,1.9,2.6,3.2C13.4,10.5,10.6,12.5,8,12.5z" }), children);
1217
+ return react.default.createElement(require_Icon_js, {
1166
1218
  width: size,
1167
1219
  height: size,
1168
1220
  ref,
1169
1221
  xmlns: "http://www.w3.org/2000/svg",
1170
- viewBox: "0 0 20 20",
1222
+ viewBox: "0 0 32 32",
1171
1223
  fill: "currentColor",
1172
1224
  ...rest
1173
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,1c-5,0-9,4-9,9s4,9,9,9s9-4,9-9S15,1,10,1z M9.2,5h1.5v7H9.2V5z M10,16c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S10.6,16,10,16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1174
- d: "M9.2,5h1.5v7H9.2V5z M10,16c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S10.6,16,10,16z",
1175
- "data-icon-path": "inner-path",
1176
- opacity: "0"
1177
- }), children);
1178
- if (size === 24 || size === "24" || size === "24px") return react.default.createElement(require_Icon.Icon, {
1225
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.24,22.51l1.43-1.42A14.06,14.06,0,0,1,3.07,16C5.1,10.93,10.7,7,16,7a12.38,12.38,0,0,1,4,.72l1.55-1.56A14.72,14.72,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16,16,0,0,0,5.24,22.51Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,15.73a4,4,0,0,1,3.7-3.7l1.81-1.82a6,6,0,0,0-7.33,7.33Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.94,15.66A16.4,16.4,0,0,0,25.2,8.22L30,3.41,28.59,2,2,28.59,3.41,30l5.1-5.1A15.29,15.29,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM20,16a4,4,0,0,1-6,3.44L19.44,14A4,4,0,0,1,20,16Zm-4,9a13.05,13.05,0,0,1-6-1.58l2.54-2.54a6,6,0,0,0,8.35-8.35l2.87-2.87A14.54,14.54,0,0,1,28.93,16C26.9,21.07,21.3,25,16,25Z" }), children);
1226
+ });
1227
+ if (process.env.NODE_ENV !== "production") ViewOff.propTypes = require_iconPropTypes.iconPropTypes;
1228
+ const ViewOffFilled = /* @__PURE__ */ react.default.forwardRef(function ViewOffFilled({ children, size = 16, ...rest }, ref) {
1229
+ return react.default.createElement(require_Icon_js, {
1179
1230
  width: size,
1180
1231
  height: size,
1181
1232
  ref,
1182
1233
  xmlns: "http://www.w3.org/2000/svg",
1183
- viewBox: "0 0 24 24",
1234
+ viewBox: "0 0 32 32",
1184
1235
  fill: "currentColor",
1185
1236
  ...rest
1186
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,1C5.9,1,1,5.9,1,12s4.9,11,11,11s11-4.9,11-11C23,5.9,18.1,1,12,1z M11.1,6h1.8v8h-1.8V6z M12,19.2 c-0.7,0-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2s1.2,0.6,1.2,1.2S12.7,19.2,12,19.2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1187
- fill: "none",
1188
- d: "M13.2,18c0,0.7-0.6,1.2-1.2,1.2s-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2S13.2,17.3,13.2,18z M12.9,6 h-1.8v8h1.8V6z",
1189
- "data-icon-path": "inner-path",
1190
- opacity: "0"
1191
- }), children);
1192
- return react.default.createElement(require_Icon.Icon, {
1237
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.94,15.66a16.4,16.4,0,0,0-5.73-7.45L30,3.41,28.59,2,2,28.59,3.41,30l5.1-5.09A15.38,15.38,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,22.5a6.46,6.46,0,0,1-3.83-1.26L14,19.43A4,4,0,0,0,19.43,14l1.81-1.81A6.49,6.49,0,0,1,16,22.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.53,21.81l5-5A6.84,6.84,0,0,1,9.5,16,6.51,6.51,0,0,1,16,9.5a6.84,6.84,0,0,1,.79.05l3.78-3.77A14.39,14.39,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A15.86,15.86,0,0,0,4.53,21.81Z" }), children);
1238
+ });
1239
+ if (process.env.NODE_ENV !== "production") ViewOffFilled.propTypes = require_iconPropTypes.iconPropTypes;
1240
+ const ViewNext = /* @__PURE__ */ react.default.forwardRef(function ViewNext({ children, size = 16, ...rest }, ref) {
1241
+ return react.default.createElement(require_Icon_js, {
1193
1242
  width: size,
1194
1243
  height: size,
1195
1244
  ref,
@@ -1197,16 +1246,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1197
1246
  viewBox: "0 0 32 32",
1198
1247
  fill: "currentColor",
1199
1248
  ...rest
1200
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14C30,8.3,23.7,2,16,2z M14.9,8h2.2v11h-2.2V8z M16,25 c-0.8,0-1.5-0.7-1.5-1.5S15.2,22,16,22c0.8,0,1.5,0.7,1.5,1.5S16.8,25,16,25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1201
- fill: "none",
1202
- d: "M17.5,23.5c0,0.8-0.7,1.5-1.5,1.5c-0.8,0-1.5-0.7-1.5-1.5S15.2,22,16,22 C16.8,22,17.5,22.7,17.5,23.5z M17.1,8h-2.2v11h2.2V8z",
1203
- "data-icon-path": "inner-path",
1204
- opacity: "0"
1205
- }), children);
1249
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.587 22 15 16.41 15 7 16.998 7 16.998 15.582 22 20.587 20.587 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A13.9158,13.9158,0,0,1,26,6.2343V2h2v8H20V8h4.9217A11.9818,11.9818,0,1,0,28,16h2A14,14,0,1,1,16,2Z" }), children);
1206
1250
  });
1207
- if (process.env.NODE_ENV !== "production") WarningFilled.propTypes = require_iconPropTypes.iconPropTypes;
1208
- const WarningHex = /* @__PURE__ */ react.default.forwardRef(function WarningHex({ children, size = 16, ...rest }, ref) {
1209
- return react.default.createElement(require_Icon.Icon, {
1251
+ if (process.env.NODE_ENV !== "production") ViewNext.propTypes = require_iconPropTypes.iconPropTypes;
1252
+ const VintageMac = /* @__PURE__ */ react.default.forwardRef(function VintageMac({ children, size = 16, ...rest }, ref) {
1253
+ return react.default.createElement(require_Icon_js, {
1210
1254
  width: size,
1211
1255
  height: size,
1212
1256
  ref,
@@ -1214,11 +1258,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1214
1258
  viewBox: "0 0 32 32",
1215
1259
  fill: "currentColor",
1216
1260
  ...rest
1217
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,21a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,16,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 8H17V18H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,29H9a1,1,0,0,1-.8638-.4961l-7-12a1,1,0,0,1,0-1.0078l7-12A1,1,0,0,1,9,3H23a1,1,0,0,1,.8638.4961l7,12a1,1,0,0,1,0,1.0078l-7,12A1,1,0,0,1,23,29ZM9.5742,27H22.4258l6.4165-11L22.4258,5H9.5742L3.1577,16Z" }), children);
1261
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,16h-12V6h12v10ZM12,8v6h8v-6h-8ZM24,4v20H8V4h16M24,2H8c-1.1,0-2,.9-2,2v20c0,1.1.9,2,2,2h16c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2ZM10,18h2v2h-2v-2ZM16,18h6v2h-6v-2ZM9,28h14v2h-14v-2Z" }), children);
1218
1262
  });
1219
- if (process.env.NODE_ENV !== "production") WarningHex.propTypes = require_iconPropTypes.iconPropTypes;
1220
- const WarningHexFilled = /* @__PURE__ */ react.default.forwardRef(function WarningHexFilled({ children, size = 16, ...rest }, ref) {
1221
- return react.default.createElement(require_Icon.Icon, {
1263
+ if (process.env.NODE_ENV !== "production") VintageMac.propTypes = require_iconPropTypes.iconPropTypes;
1264
+ const VirtualColumn = /* @__PURE__ */ react.default.forwardRef(function VirtualColumn({ children, size = 16, ...rest }, ref) {
1265
+ return react.default.createElement(require_Icon_js, {
1222
1266
  width: size,
1223
1267
  height: size,
1224
1268
  ref,
@@ -1226,15 +1270,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1226
1270
  viewBox: "0 0 32 32",
1227
1271
  fill: "currentColor",
1228
1272
  ...rest
1229
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1230
- fill: "none",
1231
- d: "M14.875,8h2.25V19h-2.25ZM16,25a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,25Z",
1232
- "data-icon-path": "inner-path"
1233
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.8508,15.4487,23.8867,3.5322A1.0687,1.0687,0,0,0,22.9643,3H9.0357a1.0687,1.0687,0,0,0-.9224.5322L1.1492,15.4487a1.0933,1.0933,0,0,0,0,1.1026L8.1133,28.4678A1.0687,1.0687,0,0,0,9.0357,29H22.9643a1.0687,1.0687,0,0,0,.9224-.5322l6.9641-11.9165A1.0933,1.0933,0,0,0,30.8508,15.4487ZM14.875,8h2.25V19h-2.25ZM16,25a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,25Z" }), children);
1273
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 11 26.414 12.414 23.828 15 30 15 30 17 23.828 17 26.414 19.586 25 21 20 16 25 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28H20a2.0023,2.0023,0,0,1-2-2V6a2.0023,2.0023,0,0,1,2-2H30V6H20V26H30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,28H2V26H12V6H2V4H12a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,12,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 11 5.586 12.414 8.172 15 2 15 2 17 8.172 17 5.586 19.586 7 21 12 16 7 11z" }), children);
1234
1274
  });
1235
- if (process.env.NODE_ENV !== "production") WarningHexFilled.propTypes = require_iconPropTypes.iconPropTypes;
1236
- const WarningMultiple = /* @__PURE__ */ react.default.forwardRef(function WarningMultiple({ children, size = 16, ...rest }, ref) {
1237
- return react.default.createElement(require_Icon.Icon, {
1275
+ if (process.env.NODE_ENV !== "production") VirtualColumn.propTypes = require_iconPropTypes.iconPropTypes;
1276
+ const VirtualColumnKey = /* @__PURE__ */ react.default.forwardRef(function VirtualColumnKey({ children, size = 16, ...rest }, ref) {
1277
+ return react.default.createElement(require_Icon_js, {
1238
1278
  width: size,
1239
1279
  height: size,
1240
1280
  ref,
@@ -1242,15 +1282,15 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1242
1282
  viewBox: "0 0 32 32",
1243
1283
  fill: "currentColor",
1244
1284
  ...rest
1245
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m29,23h-4v-2h2.3821l-7.8821-15.7639-1.1055,2.2112-1.7891-.8945,2-4c.1694-.3387.532-.5527.8945-.5527s.7251.214.8945.5527l9.5,19c.1548.3101.1384.6782-.0439.973-.1821.2948-.5039.4742-.8506.4742Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1246
- cx: "14",
1247
- cy: "25",
1248
- r: "1.25"
1249
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 15H15V22H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m25,30H3c-.3499,0-.6743-.1829-.8555-.4823s-.1926-.6718-.0303-.9817L13.1143,7.536c.1726-.3296.5292-.536.8857-.536s.7131.2064.8857.536l11,21c.1624.3099.1509.6823-.0303.9817s-.5056.4823-.8555.4823Zm-20.3474-2h18.6948L14,10.1552,4.6526,28Z" }), children);
1285
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1286
+ cx: "24.5",
1287
+ cy: "9.5",
1288
+ r: "1.5"
1289
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17.4143,22H12V16.5857l6.03-6.03A5.3518,5.3518,0,0,1,18,10a6,6,0,1,1,6,6,5.3583,5.3583,0,0,1-.5559-.03ZM14,20h2.5857l6.1706-6.1709.5174.0957A3.935,3.935,0,0,0,24,14a4.0507,4.0507,0,1,0-3.925-3.2729l.0952.5166L14,17.4143Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,18v8H10V6h4V4H4A2.0025,2.0025,0,0,0,2,6V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V18ZM4,6H8V26H4Z" }), children);
1250
1290
  });
1251
- if (process.env.NODE_ENV !== "production") WarningMultiple.propTypes = require_iconPropTypes.iconPropTypes;
1252
- const WarningOther = /* @__PURE__ */ react.default.forwardRef(function WarningOther({ children, size = 16, ...rest }, ref) {
1253
- return react.default.createElement(require_Icon.Icon, {
1291
+ if (process.env.NODE_ENV !== "production") VirtualColumnKey.propTypes = require_iconPropTypes.iconPropTypes;
1292
+ const VirtualDesktop = /* @__PURE__ */ react.default.forwardRef(function VirtualDesktop({ children, size = 16, ...rest }, ref) {
1293
+ return react.default.createElement(require_Icon_js, {
1254
1294
  width: size,
1255
1295
  height: size,
1256
1296
  ref,
@@ -1258,11 +1298,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1258
1298
  viewBox: "0 0 32 32",
1259
1299
  fill: "currentColor",
1260
1300
  ...rest
1261
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 20H30V22H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 24H30V26H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 28H30V30H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,18a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,14,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 7H15V16H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,4A10.0111,10.0111,0,0,1,24,14h2A12,12,0,1,0,14,26V24A10,10,0,0,1,14,4Z" }), children);
1301
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,16H11a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2h4v2H12v2h8V28H17V26h4a2.0023,2.0023,0,0,0,2-2V18A2.0023,2.0023,0,0,0,21,16ZM11,24V18H21l.0015,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.8218,10.124a9.9992,9.9992,0,0,0-19.6436,0A7.4914,7.4914,0,0,0,7,24.9746v-2a5.4945,5.4945,0,0,1,.123-10.9541l.8365-.0566.09-.834a7.9979,7.9979,0,0,1,15.9014,0l.09.834.8365.0566A5.4945,5.4945,0,0,1,25,22.9746v2a7.4914,7.4914,0,0,0,.8218-14.8506Z" }), children);
1262
1302
  });
1263
- if (process.env.NODE_ENV !== "production") WarningOther.propTypes = require_iconPropTypes.iconPropTypes;
1264
- const WarningSquare = /* @__PURE__ */ react.default.forwardRef(function WarningSquare({ children, size = 16, ...rest }, ref) {
1265
- return react.default.createElement(require_Icon.Icon, {
1303
+ if (process.env.NODE_ENV !== "production") VirtualDesktop.propTypes = require_iconPropTypes.iconPropTypes;
1304
+ const VirtualMachine = /* @__PURE__ */ react.default.forwardRef(function VirtualMachine({ children, size = 16, ...rest }, ref) {
1305
+ return react.default.createElement(require_Icon_js, {
1266
1306
  width: size,
1267
1307
  height: size,
1268
1308
  ref,
@@ -1270,11 +1310,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1270
1310
  viewBox: "0 0 32 32",
1271
1311
  fill: "currentColor",
1272
1312
  ...rest
1273
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 9H17V18H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26.0012L26,6Z" }), children);
1313
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,13H12a2.0025,2.0025,0,0,0-2,2V28a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V15A2.0025,2.0025,0,0,0,20,13Zm0,2,0,3H12V15Zm0,5,0,3H12V20Zm-8,8V25h8v3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.91,10.13a.121.121,0,0,1-.0967-.0952A10.0061,10.0061,0,0,0,17.89,2.1816,10.0025,10.0025,0,0,0,6.1858,10.0347a.1212.1212,0,0,1-.0964.0957A7.5019,7.5019,0,0,0,7.4912,25H8V23H7.4954a5.5108,5.5108,0,0,1-5.4387-6.3,5.6992,5.6992,0,0,1,4.7138-4.6606l1.0166-.1836a.1306.1306,0,0,0,.1045-.1035l.18-.9351a8.28,8.28,0,0,1,6.8469-6.7427,7.957,7.957,0,0,1,2.8471.1245,8.22,8.22,0,0,1,6.1475,6.545l.1941,1.0083a.13.13,0,0,0,.1045.1035l1.0576.1914a5.7819,5.7819,0,0,1,3.1011,1.539A5.5052,5.5052,0,0,1,24.5076,23H24v2h.5076A7.5019,7.5019,0,0,0,25.91,10.13Z" }), children);
1274
1314
  });
1275
- if (process.env.NODE_ENV !== "production") WarningSquare.propTypes = require_iconPropTypes.iconPropTypes;
1276
- const WarningSquareFilled = /* @__PURE__ */ react.default.forwardRef(function WarningSquareFilled({ children, size = 16, ...rest }, ref) {
1277
- return react.default.createElement(require_Icon.Icon, {
1315
+ if (process.env.NODE_ENV !== "production") VirtualMachine.propTypes = require_iconPropTypes.iconPropTypes;
1316
+ const VirtualPrivateCloud = /* @__PURE__ */ react.default.forwardRef(function VirtualPrivateCloud({ children, size = 16, ...rest }, ref) {
1317
+ return react.default.createElement(require_Icon_js, {
1278
1318
  width: size,
1279
1319
  height: size,
1280
1320
  ref,
@@ -1282,15 +1322,17 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1282
1322
  viewBox: "0 0 32 32",
1283
1323
  fill: "currentColor",
1284
1324
  ...rest
1285
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.0022,4H5.998A1.998,1.998,0,0,0,4,5.998V26.002A1.998,1.998,0,0,0,5.998,28H26.0022A1.9979,1.9979,0,0,0,28,26.002V5.998A1.9979,1.9979,0,0,0,26.0022,4ZM14.8752,8h2.25V18h-2.25ZM16,24a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1286
- fill: "none",
1287
- d: "M14.8751,8h2.25V18h-2.25ZM16,24a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,24Z",
1288
- "data-icon-path": "inner-path"
1289
- }), children);
1325
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20V17a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v6a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V22A2.0025,2.0025,0,0,0,20,20Zm-6-3a2,2,0,0,1,4,0v3H14ZM12,28V22h8l.0012,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.8288,10.1152A10.0067,10.0067,0,0,0,17.89,2.1816,10.0025,10.0025,0,0,0,6.17,10.1152,7.502,7.502,0,0,0,7.4912,25H8V23H7.4953a5.5019,5.5019,0,0,1-.9694-10.9165l1.3488-.2441.2591-1.3457a8.0109,8.0109,0,0,1,15.7312,0l.259,1.3457,1.3489.2441A5.5019,5.5019,0,0,1,24.5076,23H24v2h.5076a7.502,7.502,0,0,0,1.3212-14.8848Z" }), children);
1290
1326
  });
1291
- if (process.env.NODE_ENV !== "production") WarningSquareFilled.propTypes = require_iconPropTypes.iconPropTypes;
1292
- const Watch = /* @__PURE__ */ react.default.forwardRef(function Watch({ children, size = 16, ...rest }, ref) {
1293
- return react.default.createElement(require_Icon.Icon, {
1327
+ if (process.env.NODE_ENV !== "production") VirtualPrivateCloud.propTypes = require_iconPropTypes.iconPropTypes;
1328
+ const VirtualPrivateCloudAlt = /* @__PURE__ */ react.default.forwardRef(function VirtualPrivateCloudAlt({ children, size = 16, ...rest }, ref) {
1329
+ if (process.env.NODE_ENV !== "production") {
1330
+ if (!didWarnAboutDeprecation["VirtualPrivateCloudAlt"]) {
1331
+ didWarnAboutDeprecation["VirtualPrivateCloudAlt"] = true;
1332
+ console.warn("Icon name was requested by the product team to be renamed to and replaced by ibm-cloud--vpc. As a result, the VirtualPrivateCloudAlt component will be removed in the next major version of @carbon/icons-react.");
1333
+ }
1334
+ }
1335
+ return react.default.createElement(require_Icon_js, {
1294
1336
  width: size,
1295
1337
  height: size,
1296
1338
  ref,
@@ -1298,17 +1340,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1298
1340
  viewBox: "0 0 32 32",
1299
1341
  fill: "currentColor",
1300
1342
  ...rest
1301
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,8H21V2H19V8H13V2H11V8H10a2,2,0,0,0-2,2V22a2,2,0,0,0,2,2h1v6h2V24h6v6h2V24h1a2,2,0,0,0,2-2V10A2,2,0,0,0,22,8ZM10,22V10H22V22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 14H27V18H25z" }), children);
1343
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.4141,22,10,8.5859V2H2v8H8.5859L22,23.4141V30h8V22ZM8,8H4V4H8ZM28,28H24V24h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,6a3.9915,3.9915,0,0,0-7.8579-1H13V7h9.1421A3.9945,3.9945,0,0,0,25,9.8579V19h2V9.8579A3.9962,3.9962,0,0,0,30,6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,25H9.8579A3.9945,3.9945,0,0,0,7,22.1421V13H5v9.1421A3.9915,3.9915,0,1,0,9.8579,27H19ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Z" }), children);
1302
1344
  });
1303
- if (process.env.NODE_ENV !== "production") Watch.propTypes = require_iconPropTypes.iconPropTypes;
1304
- const Watson = /* @__PURE__ */ react.default.forwardRef(function Watson({ children, size = 16, ...rest }, ref) {
1305
- if (process.env.NODE_ENV !== "production") {
1306
- if (!didWarnAboutDeprecation["Watson"]) {
1307
- didWarnAboutDeprecation["Watson"] = true;
1308
- console.warn("Icon represents the old avatar for the Watson brand, which is retired since the watsonx brand launch. Replaced by the icon watsonx. As a result, the Watson component will be removed in the next major version of @carbon/icons-react.");
1309
- }
1310
- }
1311
- return react.default.createElement(require_Icon.Icon, {
1345
+ if (process.env.NODE_ENV !== "production") VirtualPrivateCloudAlt.propTypes = require_iconPropTypes.iconPropTypes;
1346
+ const VisualInspection = /* @__PURE__ */ react.default.forwardRef(function VisualInspection({ children, size = 16, ...rest }, ref) {
1347
+ return react.default.createElement(require_Icon_js, {
1312
1348
  width: size,
1313
1349
  height: size,
1314
1350
  ref,
@@ -1316,17 +1352,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1316
1352
  viewBox: "0 0 32 32",
1317
1353
  fill: "currentColor",
1318
1354
  ...rest
1319
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.74,9.49h0A11.41,11.41,0,0,0,16,8h0a.76.76,0,1,0,0,1.51,10.15,10.15,0,0,1,1.91.21c-2.26,1.08-4.76,3.58-6.73,7a22.48,22.48,0,0,0-2,4.44A9.58,9.58,0,0,1,7,17.22a3.43,3.43,0,0,1,.28-2.66v0h0c.79-1.37,2.44-2.15,4.63-2.2a.76.76,0,0,0,.74-.78.75.75,0,0,0-.78-.74C9.19,10.88,7.1,11.92,6,13.74H6v0s0,0,0,0a4.84,4.84,0,0,0-.44,3.79,12,12,0,0,0,3.2,5.22A11.36,11.36,0,0,0,8.52,26a10,10,0,0,1-2-3.48A.75.75,0,0,0,5.57,22a.76.76,0,0,0-.49,1,11.45,11.45,0,0,0,5.18,6.38h0A11.42,11.42,0,0,0,16,30.92a11.74,11.74,0,0,0,3-.39,11.48,11.48,0,0,0,2.77-21ZM18.58,29.06a9.9,9.9,0,0,1-7.56-1h0c-.86-.49-1.21-2-.94-4a18.85,18.85,0,0,0,2.48,1.72,13.92,13.92,0,0,0,6.93,2,11,11,0,0,0,2.42-.28A9.78,9.78,0,0,1,18.58,29.06Zm6.06-4.66c-2,2-6.66,2.74-11.32.05a17.36,17.36,0,0,1-2.89-2.12,21.08,21.08,0,0,1,2.08-4.91c2.94-5.08,6.83-7.57,8.47-6.62h0A10,10,0,0,1,24.64,24.4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.16,11.72,1.14,10a.76.76,0,1,0-.76,1.31L3.4,13a.86.86,0,0,0,.38.1.77.77,0,0,0,.66-.38A.76.76,0,0,0,4.16,11.72Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.29,7.59A.74.74,0,0,0,8.94,8a.75.75,0,0,0,.38-.1.76.76,0,0,0,.28-1l-1.74-3a.76.76,0,0,0-1-.27.75.75,0,0,0-.28,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6.08a.76.76,0,0,0,.76-.76V1.83a.76.76,0,0,0-1.52,0V5.32A.76.76,0,0,0,16,6.08Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.68,7.87a.75.75,0,0,0,1-.28l1.75-3a.75.75,0,0,0-.28-1,.76.76,0,0,0-1,.27l-1.74,3A.76.76,0,0,0,22.68,7.87Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31.9,10.25a.76.76,0,0,0-1-.27l-3,1.74a.76.76,0,0,0-.28,1,.77.77,0,0,0,.66.38.86.86,0,0,0,.38-.1l3-1.75A.76.76,0,0,0,31.9,10.25Z" }), children);
1355
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,24.5859l-5.1147-5.1147c.9407-1.3201,1.3683-3.0299.9602-4.8428-.4971-2.2083-2.2783-3.9913-4.4888-4.4786-4.3566-.9604-8.1675,2.8505-7.207,7.2071.4873,2.2105,2.2703,3.9918,4.4787,4.4888,1.8129.408,3.5228-.0197,4.8429-.9605l5.1147,5.1147,1.4141-1.4141h0ZM17.0848,19.8568c-3.0406.805-5.7481-1.9051-4.9404-4.9449.3548-1.3352,1.4352-2.4146,2.7707-2.7682,3.0406-.805,5.7481,1.9051,4.9404,4.9449-.3548,1.3352-1.4352,2.4146-2.7707,2.7682ZM29.0663,16.3569l-.0654-.1709c-1.9897-5.2383-7.5781-9.1865-13.0005-9.1865s-11.0107,3.9482-12.9995,9.1841l-.0664.1733c-.1978.5166-.7764.7739-1.2915.5767-.5161-.1978-.7739-.7759-.5767-1.2915l.0654-.1709c2.2671-5.9688,8.6597-10.4717,14.8687-10.4717s12.6016,4.5029,14.8696,10.4741l.0645.1685M16.0004,27c-6.2088-.0002-12.6006-4.5031-14.8691-10.4741l-.064-.166c-.1987-.5151.0581-1.0942.5732-1.293.5146-.1982,1.0938.0576,1.293.5732l.0659.1709c1.9907,5.2405,7.5788,9.1887,13.001,9.189v2Z" }), children);
1320
1356
  });
1321
- if (process.env.NODE_ENV !== "production") Watson.propTypes = require_iconPropTypes.iconPropTypes;
1322
- const WatsonMachineLearning = /* @__PURE__ */ react.default.forwardRef(function WatsonMachineLearning({ children, size = 16, ...rest }, ref) {
1323
- if (process.env.NODE_ENV !== "production") {
1324
- if (!didWarnAboutDeprecation["WatsonMachineLearning"]) {
1325
- didWarnAboutDeprecation["WatsonMachineLearning"] = true;
1326
- console.warn("Icon design is defunct, replaced with the existing icon ibm-watson--machine-learning. As a result, the WatsonMachineLearning component will be removed in the next major version of @carbon/icons-react.");
1327
- }
1328
- }
1329
- return react.default.createElement(require_Icon.Icon, {
1357
+ if (process.env.NODE_ENV !== "production") VisualInspection.propTypes = require_iconPropTypes.iconPropTypes;
1358
+ const VisualRecognition = /* @__PURE__ */ react.default.forwardRef(function VisualRecognition({ children, size = 16, ...rest }, ref) {
1359
+ return react.default.createElement(require_Icon_js, {
1330
1360
  width: size,
1331
1361
  height: size,
1332
1362
  ref,
@@ -1334,11 +1364,15 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1334
1364
  viewBox: "0 0 32 32",
1335
1365
  fill: "currentColor",
1336
1366
  ...rest
1337
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,26H20V17.76l-3.23,3.88a1,1,0,0,1-1.54,0L12,17.76V26H10V15a1,1,0,0,1,.66-.94,1,1,0,0,1,1.11.3L16,19.44l4.23-5.08a1,1,0,0,1,1.11-.3A1,1,0,0,1,22,15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.16,14.65l-3-1.75a.76.76,0,1,0-.76,1.32L3.4,16a.76.76,0,1,0,.76-1.31Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.29,10.52a.73.73,0,0,0,1,.27.75.75,0,0,0,.28-1l-1.74-3a.76.76,0,1,0-1.32.76Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9a.76.76,0,0,0,.76-.76V4.76a.76.76,0,1,0-1.52,0V8.25A.76.76,0,0,0,16,9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.68,10.79a.75.75,0,0,0,.37.11.76.76,0,0,0,.66-.38l1.75-3a.76.76,0,0,0-1.32-.76l-1.74,3A.75.75,0,0,0,22.68,10.79Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31.9,13.18a.76.76,0,0,0-1-.28l-3,1.75A.76.76,0,0,0,28.6,16l3-1.74A.77.77,0,0,0,31.9,13.18Z" }), children);
1367
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1368
+ cx: "23",
1369
+ cy: "12",
1370
+ r: "2"
1371
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,5H16.24A8,8,0,1,0,6,16.92V27a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V7A2,2,0,0,0,28,5ZM4,10A6,6,0,0,1,15.19,7H8V9h7.91A6.64,6.64,0,0,1,16,10a6.64,6.64,0,0,1-.09,1H10v2h5.19A6,6,0,0,1,4,10ZM28,27H8l5-5,1.59,1.59a2,2,0,0,0,2.82,0L23,18l5,5Zm0-6.83-3.59-3.59a2,2,0,0,0-2.82,0L16,22.17l-1.59-1.59a2,2,0,0,0-2.82,0L8,24.17V17.74A8.24,8.24,0,0,0,10,18a8,8,0,0,0,8-8,7.9,7.9,0,0,0-.59-3H28Z" }), children);
1338
1372
  });
1339
- if (process.env.NODE_ENV !== "production") WatsonMachineLearning.propTypes = require_iconPropTypes.iconPropTypes;
1340
- const Watsonx = /* @__PURE__ */ react.default.forwardRef(function Watsonx({ children, size = 16, ...rest }, ref) {
1341
- return react.default.createElement(require_Icon.Icon, {
1373
+ if (process.env.NODE_ENV !== "production") VisualRecognition.propTypes = require_iconPropTypes.iconPropTypes;
1374
+ const Vlan = /* @__PURE__ */ react.default.forwardRef(function Vlan({ children, size = 16, ...rest }, ref) {
1375
+ return react.default.createElement(require_Icon_js, {
1342
1376
  width: size,
1343
1377
  height: size,
1344
1378
  ref,
@@ -1346,14 +1380,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1346
1380
  viewBox: "0 0 32 32",
1347
1381
  fill: "currentColor",
1348
1382
  ...rest
1349
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1350
- strokeWidth: "0",
1351
- d: "m29.312,22.9189c1.1042-2.1201,1.688-4.5127,1.688-6.9189C31,7.729,24.271,1,16,1c-3.3738,0-6.5815,1.1191-9.2046,3.1665-.2441-.106-.5125-.1665-.7954-.1665-1.1045,0-2,.8955-2,2s.8955,2,2,2,2-.8955,2-2c0-.0762-.0142-.1489-.0225-.2227,2.2812-1.7964,5.0793-2.7773,8.0225-2.7773.9727,0,1.9172.1157,2.8293.3193-3.3938.9258-5.8994,4.0273-5.8994,7.7109,0,.7891.1167,1.5503.332,2.27-.6985-.2021-1.4285-.3306-2.1919-.3306-3.7039,0-6.8191,2.5342-7.7256,5.957-.218-.9424-.3445-1.9189-.3445-2.9268,0-2.1162.4919-4.1328,1.4619-5.9951l-1.7739-.9238c-1.1042,2.1201-1.688,4.5127-1.688,6.9189,0,8.271,6.729,15,15,15,3.3738,0,6.5815-1.1191,9.2046-3.1665.2441.106.5125.1665.7954.1665,1.1045,0,2-.8955,2-2s-.8955-2-2-2-2,.8955-2,2c0,.0762.0142.1489.0225.2231-1.0796.8496-2.2776,1.5098-3.5493,1.9771.3315-.6641.5269-1.4072.5269-2.2002,0-1.6304-.7959-3.0669-2.0068-3.9805.0457-.3472.0769-.6978.0769-1.0498,0-.7856-.1257-1.54-.3381-2.2573.6995.2012,1.4346.3179,2.198.3179,3.7039,0,6.8191-2.5342,7.7256-5.957.218.9424.3445,1.9189.3445,2.9268,0,2.1162-.4919,4.1328-1.4619,5.9951l1.7739.9238Zm-17.7935,5.2646c-1.8389-.6807-3.49-1.7529-4.8325-3.1338-1.0366-1.1143-1.616-2.5527-1.616-4.0801,0-3.3081,2.6917-6,6-6s6,2.6919,6,6c0,.0498-.0125.0977-.0134.1475-.3413-.0737-.6936-.1172-1.0566-.1172-2.7571,0-5,2.2432-5,5,0,.7861.1924,1.5234.5186,2.1836Zm7.4814-2.1836c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3,3,1.3457,3,3Zm1.9299-8.9697c-3.3083,0-6-2.6919-6-6s2.6917-6,6-6c1.4294,0,2.7422.5039,3.7742,1.3418.3027.2739.5918.561.8677.8618.8479,1.0352,1.3582,2.3569,1.3582,3.7964,0,3.3081-2.6917,6-6,6Z"
1352
- }), children);
1383
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,17V15H17V11h2a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H13a2.0023,2.0023,0,0,0-2,2V9a2.0023,2.0023,0,0,0,2,2h2v4H2v2H8v4H6a2.0023,2.0023,0,0,0-2,2v5a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V23a2.0023,2.0023,0,0,0-2-2H10V17H22v4H20a2.0023,2.0023,0,0,0-2,2v5a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V23a2.0023,2.0023,0,0,0-2-2H24V17ZM13,4h6V9H13ZM12,28H6V23h6Zm14,0H20V23h6Z" }), children);
1353
1384
  });
1354
- if (process.env.NODE_ENV !== "production") Watsonx.propTypes = require_iconPropTypes.iconPropTypes;
1355
- const WatsonxAi = /* @__PURE__ */ react.default.forwardRef(function WatsonxAi({ children, size = 16, ...rest }, ref) {
1356
- return react.default.createElement(require_Icon.Icon, {
1385
+ if (process.env.NODE_ENV !== "production") Vlan.propTypes = require_iconPropTypes.iconPropTypes;
1386
+ const VlanIbm = /* @__PURE__ */ react.default.forwardRef(function VlanIbm({ children, size = 16, ...rest }, ref) {
1387
+ return react.default.createElement(require_Icon_js, {
1357
1388
  width: size,
1358
1389
  height: size,
1359
1390
  ref,
@@ -1361,17 +1392,15 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1361
1392
  viewBox: "0 0 32 32",
1362
1393
  fill: "currentColor",
1363
1394
  ...rest
1364
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,24c-1.1046,0-2,.8954-2,2,0,.0764.0142.1488.0225.2229-2.2808,1.7963-5.0792,2.7771-8.0225,2.7771-4.2617,0-8-3.9722-8-8.5,0-4.687,3.813-8.5,8.5-8.5h.5v-2h-.5c-5.7896,0-10.5,4.7104-10.5,10.5,0,1.8839.5304,3.6896,1.4371,5.2565-2.7133-2.3843-4.4371-5.869-4.4371-9.7565,0-2.1152.4917-4.1328,1.4619-5.9956l-1.7744-.9238c-1.104,2.1211-1.6875,4.5137-1.6875,6.9194,0,8.271,6.729,15,15,15,3.3744,0,6.5818-1.1193,9.2048-3.1662.244.106.5123.1662.7952.1662,1.1046,0,2-.8954,2-2s-.8954-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1365
- d: "M11 20H13V22H11z",
1366
- transform: "rotate(90 12 21)"
1367
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1368
- d: "M19 10H21V12H19z",
1369
- transform: "rotate(90 20 11)"
1370
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,4.2617,0,8,3.9722,8,8.5,0,4.687-3.813,8.5-8.5,8.5h-.5v2h.5c5.7896,0,10.5-4.7104,10.5-10.5,0-1.8853-.5322-3.6917-1.4401-5.2593,2.715,2.3843,4.4401,5.8704,4.4401,9.7593,0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z" }), children);
1395
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,22Zm0,6a2,2,0,1,1,2-2A2.002,2.002,0,0,1,16,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,5a3,3,0,1,0-4,2.8154V15H17V9H15v6H6V7.8159a3.0007,3.0007,0,1,0-2,0V15a2.002,2.002,0,0,0,2,2h9v3h2V17h9a2.002,2.002,0,0,0,2-2V7.8159A2.9958,2.9958,0,0,0,30,5ZM5,4A1,1,0,1,1,4,5,1.0013,1.0013,0,0,1,5,4ZM27,6a1,1,0,1,1,1-1A1.0013,1.0013,0,0,1,27,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1396
+ cx: "16",
1397
+ cy: "5",
1398
+ r: "2"
1399
+ }), children);
1371
1400
  });
1372
- if (process.env.NODE_ENV !== "production") WatsonxAi.propTypes = require_iconPropTypes.iconPropTypes;
1373
- const WatsonxData = /* @__PURE__ */ react.default.forwardRef(function WatsonxData({ children, size = 16, ...rest }, ref) {
1374
- return react.default.createElement(require_Icon.Icon, {
1401
+ if (process.env.NODE_ENV !== "production") VlanIbm.propTypes = require_iconPropTypes.iconPropTypes;
1402
+ const VmdkDisk = /* @__PURE__ */ react.default.forwardRef(function VmdkDisk({ children, size = 16, ...rest }, ref) {
1403
+ return react.default.createElement(require_Icon_js, {
1375
1404
  width: size,
1376
1405
  height: size,
1377
1406
  ref,
@@ -1379,20 +1408,22 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1379
1408
  viewBox: "0 0 32 32",
1380
1409
  fill: "currentColor",
1381
1410
  ...rest
1382
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,24c-1.1046,0-2,.8954-2,2,0,.0764.0142.1488.0225.2229-2.2808,1.7963-5.0792,2.7771-8.0225,2.7771-2.7746,0-5.3432-.881-7.4566-2.3676.2576.0261.517.0444.7798.0444,4.2329,0,7.6768-3.4438,7.6768-7.6768h-2c0,3.1304-2.5464,5.6768-5.6768,5.6768-2.2111,0-4.1977-1.2816-5.1318-3.2725-.1365-.2972-.2595-.6007-.3738-.9094.6602.322,1.3998.5051,2.1824.5051,2.7568,0,5-2.2432,5-5v-2h-2v2c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-2.1152.4917-4.1328,1.4619-5.9956l-1.7744-.9238c-1.104,2.1211-1.6875,4.5137-1.6875,6.9194,0,8.271,6.729,15,15,15,3.3744,0,6.5818-1.1193,9.2048-3.1662.244.106.5123.1662.7952.1662,1.1046,0,2-.8954,2-2s-.8954-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1383
- d: "M21 21H23V23H21z",
1384
- transform: "rotate(90 22 22)"
1385
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1386
- d: "M15 15H17V17H15z",
1387
- transform: "rotate(90 16 16)"
1411
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1412
+ cx: "10.5",
1413
+ cy: "24.5",
1414
+ r: "1.5"
1388
1415
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1389
- d: "M9 9H11V11H9z",
1390
- transform: "rotate(-90 10 10)"
1391
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,2.7708,0,5.3363.8784,7.4481,2.3613-.249-.0242-.5005-.038-.7547-.038-4.2329,0-7.6768,3.4438-7.6768,7.6768h2c0-3.1304,2.5464-5.6768,5.6768-5.6768,2.0554,0,3.9068,1.0953,4.9186,2.8651.2153.4283.4053.8701.5729,1.3237-.6615-.3234-1.4005-.5121-2.1849-.5121-2.7568,0-5,2.2432-5,5v2h2v-2c0-1.6543,1.3457-3,3-3s3,1.3457,3,3c0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z" }), children);
1416
+ d: "M19.5 14.964H21.5V20.035H19.5z",
1417
+ transform: "rotate(-45 20.5 17.5)"
1418
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1419
+ cx: "16",
1420
+ cy: "13",
1421
+ r: "2"
1422
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6a7,7,0,0,0,0,14V18a5,5,0,1,1,5-5h2A7,7,0,0,0,16,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Zm0,26H6V4H26Z" }), children);
1392
1423
  });
1393
- if (process.env.NODE_ENV !== "production") WatsonxData.propTypes = require_iconPropTypes.iconPropTypes;
1394
- const WatsonxGovernance = /* @__PURE__ */ react.default.forwardRef(function WatsonxGovernance({ children, size = 16, ...rest }, ref) {
1395
- return react.default.createElement(require_Icon.Icon, {
1424
+ if (process.env.NODE_ENV !== "production") VmdkDisk.propTypes = require_iconPropTypes.iconPropTypes;
1425
+ const VoiceActivate = /* @__PURE__ */ react.default.forwardRef(function VoiceActivate({ children, size = 16, ...rest }, ref) {
1426
+ return react.default.createElement(require_Icon_js, {
1396
1427
  width: size,
1397
1428
  height: size,
1398
1429
  ref,
@@ -1400,20 +1431,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1400
1431
  viewBox: "0 0 32 32",
1401
1432
  fill: "currentColor",
1402
1433
  ...rest
1403
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m26,24c-1.1046,0-2,.8954-2,2,0,.0764.0142.1488.0225.2229-2.2808,1.7963-5.0792,2.7771-8.0225,2.7771-7.1685,0-13-5.8315-13-13,0-2.1152.4917-4.1328,1.4619-5.9956l-1.7744-.9238c-1.104,2.1211-1.6875,4.5137-1.6875,6.9194,0,8.271,6.729,15,15,15,3.3744,0,6.5818-1.1193,9.2048-3.1662.244.106.5123.1662.7952.1662,1.1046,0,2-.8954,2-2s-.8954-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1404
- d: "M11 23H13V25H11z",
1405
- transform: "rotate(90 12 24)"
1406
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1407
- d: "M11 9H13V11H11z",
1408
- transform: "rotate(90 12 10)"
1409
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1410
- d: "M11 16H13V18H11z",
1411
- transform: "rotate(90 12 17)"
1412
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,1.6543,0,3,1.3457,3,3s-1.3457,3-3,3h-1v2h1c2.7568,0,5-2.2432,5-5,0-.2399-.0203-.4748-.0531-.7057.9663,1.1348,1.5531,2.6021,1.5531,4.2057,0,3.584-2.916,6.5-6.5,6.5h-1v2h1c4.687,0,8.5-3.813,8.5-8.5,0-.7654-.1111-1.5036-.3017-2.2096,1.1321,1.6206,1.8017,3.587,1.8017,5.7096,0,5.5142-4.4858,10-10,10h-1v2h1c6.6167,0,12-5.3833,12-12,0-.8995-.1058-1.774-.2944-2.6176.8207,1.7031,1.2944,3.6038,1.2944,5.6176,0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z" }), children);
1434
+ }, /* @__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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.3325,25.2168a7.0007,7.0007,0,0,1,0-10.4341l1.334,1.49a5,5,0,0,0,0,7.4537Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.3994,28.8008a11.0019,11.0019,0,0,1,0-17.6006L7.6,12.8a9.0009,9.0009,0,0,0,0,14.4014Z" }), children);
1413
1435
  });
1414
- if (process.env.NODE_ENV !== "production") WatsonxGovernance.propTypes = require_iconPropTypes.iconPropTypes;
1415
- const WaveDirection = /* @__PURE__ */ react.default.forwardRef(function WaveDirection({ children, size = 16, ...rest }, ref) {
1416
- return react.default.createElement(require_Icon.Icon, {
1436
+ if (process.env.NODE_ENV !== "production") VoiceActivate.propTypes = require_iconPropTypes.iconPropTypes;
1437
+ const VoiceMode = /* @__PURE__ */ react.default.forwardRef(function VoiceMode({ children, size = 16, ...rest }, ref) {
1438
+ return react.default.createElement(require_Icon_js, {
1417
1439
  width: size,
1418
1440
  height: size,
1419
1441
  ref,
@@ -1421,15 +1443,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1421
1443
  viewBox: "0 0 32 32",
1422
1444
  fill: "currentColor",
1423
1445
  ...rest
1424
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H17a7.0078,7.0078,0,0,1-7-7,6.6832,6.6832,0,0,1,2.0244-4.6967A6.7126,6.7126,0,0,0,10.0093,18C5.0425,18.0466,4,24.5513,4,30H2C2,18.4907,6.3452,16.0342,9.9907,16a10.0962,10.0962,0,0,1,4.4785,1.117,1,1,0,0,1,.0616,1.73A4.8773,4.8773,0,0,0,17,28h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,24V22a8,8,0,1,0-8-8H8A10,10,0,1,1,18,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1425
- cx: "18",
1426
- cy: "8",
1427
- r: "1"
1428
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,17.5859l-2.3-2.3007A2.9665,2.9665,0,0,0,21,14a3.0033,3.0033,0,0,0-3-3,2.9609,2.9609,0,0,0-1.2854.3008L14.4141,9,13,10.4141l2.3,2.3007A2.9665,2.9665,0,0,0,15,14a3.0033,3.0033,0,0,0,3,3,2.9609,2.9609,0,0,0,1.2854-.3008L21.5859,19ZM17,14a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,17,14Z" }), children);
1446
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,29h-2V3h2v26ZM23,6h-2v20h2V6ZM11,6h-2v20h2V6ZM5,11h-2v10h2v-10ZM29,11h-2v10h2.0031s-.0031-10-.0031-10Z" }), children);
1429
1447
  });
1430
- if (process.env.NODE_ENV !== "production") WaveDirection.propTypes = require_iconPropTypes.iconPropTypes;
1431
- const WaveHeight = /* @__PURE__ */ react.default.forwardRef(function WaveHeight({ children, size = 16, ...rest }, ref) {
1432
- return react.default.createElement(require_Icon.Icon, {
1448
+ if (process.env.NODE_ENV !== "production") VoiceMode.propTypes = require_iconPropTypes.iconPropTypes;
1449
+ const Voicemail = /* @__PURE__ */ react.default.forwardRef(function Voicemail({ children, size = 16, ...rest }, ref) {
1450
+ return react.default.createElement(require_Icon_js, {
1433
1451
  width: size,
1434
1452
  height: size,
1435
1453
  ref,
@@ -1437,11 +1455,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1437
1455
  viewBox: "0 0 32 32",
1438
1456
  fill: "currentColor",
1439
1457
  ...rest
1440
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 2H30V4H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 8H28V10H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 14H30V16H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 20H28V22H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,28H24a10.0349,10.0349,0,0,1-6.9268-17.2622A11.9629,11.9629,0,0,0,12.9937,10a6.9027,6.9027,0,0,0-6.0308,3.42C4.9966,16.4348,4,21.34,4,28H2c0-7.0542,1.106-12.3274,3.2871-15.6726A8.906,8.906,0,0,1,12.9937,8h.0068a14.762,14.762,0,0,1,6.4619,1.592,1,1,0,0,1,.0869,1.7222A8.0249,8.0249,0,0,0,24,26h6Z" }), children);
1458
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,10a6,6,0,0,0-4.46,10H12.46A6,6,0,1,0,8,22H24a6,6,0,0,0,0-12ZM4,16a4,4,0,1,1,4,4A4,4,0,0,1,4,16Zm20,4a4,4,0,1,1,4-4A4,4,0,0,1,24,20Z" }), children);
1441
1459
  });
1442
- if (process.env.NODE_ENV !== "production") WaveHeight.propTypes = require_iconPropTypes.iconPropTypes;
1443
- const WavePeriod = /* @__PURE__ */ react.default.forwardRef(function WavePeriod({ children, size = 16, ...rest }, ref) {
1444
- return react.default.createElement(require_Icon.Icon, {
1460
+ if (process.env.NODE_ENV !== "production") Voicemail.propTypes = require_iconPropTypes.iconPropTypes;
1461
+ const VolumeBlockStorage = /* @__PURE__ */ react.default.forwardRef(function VolumeBlockStorage({ children, size = 16, ...rest }, ref) {
1462
+ return react.default.createElement(require_Icon_js, {
1445
1463
  width: size,
1446
1464
  height: size,
1447
1465
  ref,
@@ -1449,11 +1467,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1449
1467
  viewBox: "0 0 32 32",
1450
1468
  fill: "currentColor",
1451
1469
  ...rest
1452
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H17a7.0078,7.0078,0,0,1-7-7,6.6832,6.6832,0,0,1,2.0244-4.6967A6.7935,6.7935,0,0,0,10.0093,18C5.0425,18.0466,4,24.5513,4,30H2C2,18.4907,6.3452,16.0342,9.9907,16a10.0717,10.0717,0,0,1,4.4785,1.117,1,1,0,0,1,.0616,1.73A4.8773,4.8773,0,0,0,17,28h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 8H19V16H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,5.4141,26.5859,4,24.3242,6.2617A9.95,9.95,0,0,0,19,4.0508V2H17V4.0508A10.0132,10.0132,0,0,0,8,14h2a8,8,0,1,1,8,8v2A9.9928,9.9928,0,0,0,25.7383,7.6758Z" }), children);
1470
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,21H10V14h7Zm-5-2h3V16H12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,30H10V23h7Zm-5-2h3V25H12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,21H19V14h7Zm-5-2h3V16H21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H19V23h7Zm-5-2h3V25H21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,28H4a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,4,4h7.5857A1.9865,1.9865,0,0,1,13,4.5859L16.4143,8H28a2.0023,2.0023,0,0,1,2,2v8H28V10H15.5857l-4-4H4V26H8Z" }), children);
1453
1471
  });
1454
- if (process.env.NODE_ENV !== "production") WavePeriod.propTypes = require_iconPropTypes.iconPropTypes;
1455
- const Waveform = /* @__PURE__ */ react.default.forwardRef(function Waveform({ children, size = 16, ...rest }, ref) {
1456
- return react.default.createElement(require_Icon.Icon, {
1472
+ if (process.env.NODE_ENV !== "production") VolumeBlockStorage.propTypes = require_iconPropTypes.iconPropTypes;
1473
+ const VolumeDown = /* @__PURE__ */ react.default.forwardRef(function VolumeDown({ children, size = 16, ...rest }, ref) {
1474
+ return react.default.createElement(require_Icon_js, {
1457
1475
  width: size,
1458
1476
  height: size,
1459
1477
  ref,
@@ -1461,11 +1479,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1461
1479
  viewBox: "0 0 32 32",
1462
1480
  fill: "currentColor",
1463
1481
  ...rest
1464
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,19h-2v-6h2v6ZM4,10h-2v12h2v-12ZM14,10h-2v12h2v-12ZM24,10h-2v12h2v-12ZM9,6h-2v20h2V6ZM29,6h-2v20h2V6Z" }), children);
1482
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.1,10.66,23.58,12a6,6,0,0,1-.18,7.94l1.47,1.36a8,8,0,0,0,.23-10.59Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30a1,1,0,0,1-.71-.3L11.67,22H5a1,1,0,0,1-1-1H4V11a1,1,0,0,1,1-1h6.67l7.62-7.7a1,1,0,0,1,1.41,0A1,1,0,0,1,21,3V29A1,1,0,0,1,20,30ZM6,20h6a1.17,1.17,0,0,1,.79.3L19,26.57V5.43L12.79,11.7A1.17,1.17,0,0,1,12,12H6Z" }), children);
1465
1483
  });
1466
- if (process.env.NODE_ENV !== "production") Waveform.propTypes = require_iconPropTypes.iconPropTypes;
1467
- const WeatherFrontCold = /* @__PURE__ */ react.default.forwardRef(function WeatherFrontCold({ children, size = 16, ...rest }, ref) {
1468
- return react.default.createElement(require_Icon.Icon, {
1484
+ if (process.env.NODE_ENV !== "production") VolumeDown.propTypes = require_iconPropTypes.iconPropTypes;
1485
+ const VolumeDownAlt = /* @__PURE__ */ react.default.forwardRef(function VolumeDownAlt({ children, size = 16, ...rest }, ref) {
1486
+ return react.default.createElement(require_Icon_js, {
1469
1487
  width: size,
1470
1488
  height: size,
1471
1489
  ref,
@@ -1473,11 +1491,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1473
1491
  viewBox: "0 0 32 32",
1474
1492
  fill: "currentColor",
1475
1493
  ...rest
1476
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.1655,2a13.0289,13.0289,0,0,0-12.542,9.5791l-1.1767,4.3154A11.0237,11.0237,0,0,1,3.8345,24H2v2H3.8345c.2975,0,.5918-.0171.8853-.0371l7.9291,2.9736A1,1,0,0,0,14,28V21.0923a12.9311,12.9311,0,0,0,.9121-1.313l6.3628-1.8179a1,1,0,0,0,.5059-1.5864L17.7843,11.38a10.9268,10.9268,0,0,1,1.1516-2.3472l5.7477,1.916A1,1,0,0,0,26,10V4.2251A10.8956,10.8956,0,0,1,28.1655,4H30V2ZM8.3354,25.1826A13.047,13.047,0,0,0,12,23.0943v3.4624Zm7.74-7.8154c.1107-.3105.2136-.625.3013-.9463l.732-2.6846L19.28,16.4512ZM24,8.6123l-3.7411-1.247A11.0712,11.0712,0,0,1,24,4.8306Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 4 10 8.586 3.414 2 2 3.414 8.586 10 4 10 4 12 12 12 12 4 10 4z" }), children);
1494
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 15H32V17H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a.997.997,0,0,1-.7109-.2969L9.666,22H3a.9993.9993,0,0,1-1-.9988V11a.9993.9993,0,0,1,.9988-1H9.666l7.623-7.7031A1,1,0,0,1,19,3V29A1.0007,1.0007,0,0,1,18,30ZM4,20h6a1.2008,1.2008,0,0,1,.7939.2969L17,26.5684V5.4316l-6.2061,6.2715A1.2013,1.2013,0,0,1,10,12H4Z" }), children);
1477
1495
  });
1478
- if (process.env.NODE_ENV !== "production") WeatherFrontCold.propTypes = require_iconPropTypes.iconPropTypes;
1479
- const WeatherFrontStationary = /* @__PURE__ */ react.default.forwardRef(function WeatherFrontStationary({ children, size = 16, ...rest }, ref) {
1480
- return react.default.createElement(require_Icon.Icon, {
1496
+ if (process.env.NODE_ENV !== "production") VolumeDownAlt.propTypes = require_iconPropTypes.iconPropTypes;
1497
+ const VolumeDownFilled = /* @__PURE__ */ react.default.forwardRef(function VolumeDownFilled({ children, size = 16, ...rest }, ref) {
1498
+ return react.default.createElement(require_Icon_js, {
1481
1499
  width: size,
1482
1500
  height: size,
1483
1501
  ref,
@@ -1485,11 +1503,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1485
1503
  viewBox: "0 0 32 32",
1486
1504
  fill: "currentColor",
1487
1505
  ...rest
1488
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.1655,2a12.9848,12.9848,0,0,0-8.4074,3.1065A3.9947,3.9947,0,1,0,15.583,11.728l-1.1362,4.1665c-.0725.2657-.1579.5254-.2489.7818a3.9864,3.9864,0,0,0-5.1547,6.0054A10.9541,10.9541,0,0,1,3.8345,24H2v2H3.8345c.2975,0,.5918-.0171.8853-.0371l7.9291,2.9736A1,1,0,0,0,14,28V21.0923a12.9311,12.9311,0,0,0,.9121-1.313l6.3628-1.8179a1,1,0,0,0,.5059-1.5864L17.7843,11.38a10.9268,10.9268,0,0,1,1.1516-2.3472l5.7477,1.916A1,1,0,0,0,26,10V4.2251A10.8956,10.8956,0,0,1,28.1655,4H30V2ZM17,6a1.98,1.98,0,0,1,1.3237.53A12.9413,12.9413,0,0,0,16.24,9.8482,1.9988,1.9988,0,0,1,17,6ZM10,20a1.9879,1.9879,0,0,1,3.3374-1.4717,11.0157,11.0157,0,0,1-2.5959,3.0147A1.9975,1.9975,0,0,1,10,20ZM8.3354,25.1826A13.047,13.047,0,0,0,12,23.0943v3.4624Zm7.74-7.8154c.1107-.3105.2136-.625.3013-.9463l.732-2.6846L19.28,16.4512ZM24,8.6123l-3.7411-1.247A11.0712,11.0712,0,0,1,24,4.8306Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 22 22 24 26.586 24 22 28.586 23.414 30 28 25.414 28 30 30 30 30 22 22 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2 2 4 6.586 4 2 8.586 3.414 10 8 5.414 8 10 10 10 10 2 2 2z" }), children);
1506
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.1,10.66,23.58,12a6,6,0,0,1-.18,7.94l1.47,1.36a8,8,0,0,0,.23-10.59Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30a1,1,0,0,1-.71-.3L11.67,22H5a1,1,0,0,1-1-1H4V11a1,1,0,0,1,1-1h6.67l7.62-7.7a1,1,0,0,1,1.41,0A1,1,0,0,1,21,3V29A1,1,0,0,1,20,30Z" }), children);
1489
1507
  });
1490
- if (process.env.NODE_ENV !== "production") WeatherFrontStationary.propTypes = require_iconPropTypes.iconPropTypes;
1491
- const WeatherFrontWarm = /* @__PURE__ */ react.default.forwardRef(function WeatherFrontWarm({ children, size = 16, ...rest }, ref) {
1492
- return react.default.createElement(require_Icon.Icon, {
1508
+ if (process.env.NODE_ENV !== "production") VolumeDownFilled.propTypes = require_iconPropTypes.iconPropTypes;
1509
+ const VolumeDownFilledAlt = /* @__PURE__ */ react.default.forwardRef(function VolumeDownFilledAlt({ children, size = 16, ...rest }, ref) {
1510
+ return react.default.createElement(require_Icon_js, {
1493
1511
  width: size,
1494
1512
  height: size,
1495
1513
  ref,
@@ -1497,11 +1515,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1497
1515
  viewBox: "0 0 32 32",
1498
1516
  fill: "currentColor",
1499
1517
  ...rest
1500
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.1655,2a13.0289,13.0289,0,0,0-12.542,9.5791l-1.1767,4.3154A11.0237,11.0237,0,0,1,3.8345,24H2v2H3.8345a12.9139,12.9139,0,0,0,3.4687-.4819,3.9979,3.9979,0,1,0,6.5818-4.2866,12.9671,12.9671,0,0,0,1.6209-2.5269,3.9944,3.9944,0,1,0,2.3772-7.5991,10.95,10.95,0,0,1,1.7253-3.01,3.9825,3.9825,0,0,0,6.9058-3.9648A10.9435,10.9435,0,0,1,28.1655,4H30V2ZM11,26a1.9983,1.9983,0,0,1-1.8118-1.1655,13.0811,13.0811,0,0,0,3.2969-2.1426A1.9773,1.9773,0,0,1,11,26Zm8-11a1.9926,1.9926,0,0,1-2.759,1.8467c.0442-.1426.0959-.2813.1355-.4258L17.301,13.03A1.9976,1.9976,0,0,1,19,15Zm6-9a1.9942,1.9942,0,0,1-3.9011.5894,11.0511,11.0511,0,0,1,3.3623-1.9385A1.995,1.995,0,0,1,25,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 4 10 8.586 3.414 2 2 3.414 8.586 10 4 10 4 12 12 12 12 4 10 4z" }), children);
1518
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 15H32V17H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a.997.997,0,0,1-.7109-.2969L9.666,22H3a.9993.9993,0,0,1-1-.9988V11a.9993.9993,0,0,1,.9988-1H9.666l7.623-7.7031A1,1,0,0,1,19,3V29A1.0007,1.0007,0,0,1,18,30Z" }), children);
1501
1519
  });
1502
- if (process.env.NODE_ENV !== "production") WeatherFrontWarm.propTypes = require_iconPropTypes.iconPropTypes;
1503
- const WeatherStation = /* @__PURE__ */ react.default.forwardRef(function WeatherStation({ children, size = 16, ...rest }, ref) {
1504
- return react.default.createElement(require_Icon.Icon, {
1520
+ if (process.env.NODE_ENV !== "production") VolumeDownFilledAlt.propTypes = require_iconPropTypes.iconPropTypes;
1521
+ const VolumeFileStorage = /* @__PURE__ */ react.default.forwardRef(function VolumeFileStorage({ children, size = 16, ...rest }, ref) {
1522
+ return react.default.createElement(require_Icon_js, {
1505
1523
  width: size,
1506
1524
  height: size,
1507
1525
  ref,
@@ -1509,11 +1527,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1509
1527
  viewBox: "0 0 32 32",
1510
1528
  fill: "currentColor",
1511
1529
  ...rest
1512
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,28V17h1a2.0023,2.0023,0,0,0,2-2V11a2.0023,2.0023,0,0,0-2-2H14a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h1V28H2v2H30V28ZM14,11h4l.0015,4H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.3325,18.2168a7.0007,7.0007,0,0,1,0-10.4341l1.334,1.49a5,5,0,0,0,0,7.4537Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.667,18.2168l-1.334-1.49a4.9995,4.9995,0,0,0,0-7.4537l1.334-1.49a7,7,0,0,1,0,10.4341Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.3994,21.8008a11.0019,11.0019,0,0,1,0-17.6006L7.6,5.8a9.0009,9.0009,0,0,0,0,14.4014Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.6006,21.8008l-1.2012-1.6a9.001,9.001,0,0,0,0-14.4019l1.2012-1.6a11.002,11.002,0,0,1,0,17.6011Z" }), children);
1530
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.707,17.293l-5-5A1,1,0,0,0,20,12H14a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V18A1,1,0,0,0,25.707,17.293ZM23.5857,18H20V14.4141ZM14,28V14h4v4a2,2,0,0,0,2,2h4v8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,27H4a2.0023,2.0023,0,0,1-2-2V5A2.0023,2.0023,0,0,1,4,3h7.5857A1.9865,1.9865,0,0,1,13,3.5859L16.4143,7H28a2.0023,2.0023,0,0,1,2,2v8H28V9H15.5857l-4-4H4V25H8Z" }), children);
1513
1531
  });
1514
- if (process.env.NODE_ENV !== "production") WeatherStation.propTypes = require_iconPropTypes.iconPropTypes;
1515
- const WebServicesCluster = /* @__PURE__ */ react.default.forwardRef(function WebServicesCluster({ children, size = 16, ...rest }, ref) {
1516
- return react.default.createElement(require_Icon.Icon, {
1532
+ if (process.env.NODE_ENV !== "production") VolumeFileStorage.propTypes = require_iconPropTypes.iconPropTypes;
1533
+ const VolumeMute = /* @__PURE__ */ react.default.forwardRef(function VolumeMute({ children, size = 16, ...rest }, ref) {
1534
+ return react.default.createElement(require_Icon_js, {
1517
1535
  width: size,
1518
1536
  height: size,
1519
1537
  ref,
@@ -1521,11 +1539,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1521
1539
  viewBox: "0 0 32 32",
1522
1540
  fill: "currentColor",
1523
1541
  ...rest
1524
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,26c-.2559,0-.512-.0977-.707-.2928l-3-3c-.1953-.1953-.293-.4512-.293-.7071s.0977-.5118.293-.7072l3-3c.1951-.1952.451-.2928.707-.2928s.512.0977.707.2928l3,3c.1953.1953.293.4512.293.7071s-.0977.5118-.293.7072l-3,3c-.1951.1952-.4512.2928-.707.2928Zm-1.5857-4l1.5857,1.5858,1.5857-1.5858-1.5857-1.5858-1.5857,1.5858Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22,20c-.2559,0-.512-.0977-.707-.2928l-3-3c-.1953-.1953-.293-.4512-.293-.7071s.0977-.5118.293-.7072l3-3c.1951-.1952.451-.2928.707-.2928s.512.0977.707.2928l3,3c.1953.1953.293.4512.293.7071s-.0977.5118-.293.7072l-3,3c-.1951.1952-.4512.2928-.707.2928Zm-1.5857-4l1.5857,1.5858,1.5857-1.5858-1.5857-1.5858-1.5857,1.5858Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,14c-.2559,0-.512-.0977-.707-.2928l-3-3c-.1953-.1953-.293-.4512-.293-.7071s.0977-.5118.293-.7072l3-3c.1951-.1952.451-.2928.707-.2928s.512.0977.707.2928l3,3c.1953.1953.293.4512.293.7071s-.0977.5118-.293.7072l-3,3c-.1951.1952-.4512.2928-.707.2928Zm-1.5857-4l1.5857,1.5858,1.5857-1.5858-1.5857-1.5858-1.5857,1.5858Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m10,20c-.2559,0-.512-.0977-.707-.2928l-3-3c-.1953-.1953-.293-.4512-.293-.7071s.0977-.5118.293-.7072l3-3c.1951-.1952.451-.2928.707-.2928s.512.0977.707.2928l3,3c.1953.1953.293.4512.293.7071s-.0977.5118-.293.7072l-3,3c-.1951.1952-.4512.2928-.707.2928Zm-1.5857-4l1.5857,1.5858,1.5857-1.5858-1.5857-1.5858-1.5857,1.5858Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z" }), children);
1542
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31 12.41 29.59 11 26 14.59 22.41 11 21 12.41 24.59 16 21 19.59 22.41 21 26 17.41 29.59 21 31 19.59 27.41 16 31 12.41z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a1,1,0,0,1-.71-.3L9.67,22H3a1,1,0,0,1-1-1H2V11a1,1,0,0,1,1-1H9.67l7.62-7.7a1,1,0,0,1,1.41,0A1,1,0,0,1,19,3V29A1,1,0,0,1,18,30ZM4,20h6a1.17,1.17,0,0,1,.79.3L17,26.57V5.43L10.79,11.7A1.17,1.17,0,0,1,10,12H4Z" }), children);
1525
1543
  });
1526
- if (process.env.NODE_ENV !== "production") WebServicesCluster.propTypes = require_iconPropTypes.iconPropTypes;
1527
- const WebServicesContainer = /* @__PURE__ */ react.default.forwardRef(function WebServicesContainer({ children, size = 16, ...rest }, ref) {
1528
- return react.default.createElement(require_Icon.Icon, {
1544
+ if (process.env.NODE_ENV !== "production") VolumeMute.propTypes = require_iconPropTypes.iconPropTypes;
1545
+ const VolumeMuteFilled = /* @__PURE__ */ react.default.forwardRef(function VolumeMuteFilled({ children, size = 16, ...rest }, ref) {
1546
+ return react.default.createElement(require_Icon_js, {
1529
1547
  width: size,
1530
1548
  height: size,
1531
1549
  ref,
@@ -1533,11 +1551,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1533
1551
  viewBox: "0 0 32 32",
1534
1552
  fill: "currentColor",
1535
1553
  ...rest
1536
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m22.5046,11.6367l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z" }), children);
1554
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31 12.41 29.59 11 26 14.59 22.41 11 21 12.41 24.59 16 21 19.59 22.41 21 26 17.41 29.59 21 31 19.59 27.41 16 31 12.41z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a1,1,0,0,1-.71-.3L9.67,22H3a1,1,0,0,1-1-1H2V11a1,1,0,0,1,1-1H9.67l7.62-7.7a1,1,0,0,1,1.41,0A1,1,0,0,1,19,3V29A1,1,0,0,1,18,30Z" }), children);
1537
1555
  });
1538
- if (process.env.NODE_ENV !== "production") WebServicesContainer.propTypes = require_iconPropTypes.iconPropTypes;
1539
- const WebServicesDefinition = /* @__PURE__ */ react.default.forwardRef(function WebServicesDefinition({ children, size = 16, ...rest }, ref) {
1540
- return react.default.createElement(require_Icon.Icon, {
1556
+ if (process.env.NODE_ENV !== "production") VolumeMuteFilled.propTypes = require_iconPropTypes.iconPropTypes;
1557
+ const VolumeObjectStorage = /* @__PURE__ */ react.default.forwardRef(function VolumeObjectStorage({ children, size = 16, ...rest }, ref) {
1558
+ return react.default.createElement(require_Icon_js, {
1541
1559
  width: size,
1542
1560
  height: size,
1543
1561
  ref,
@@ -1545,11 +1563,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1545
1563
  viewBox: "0 0 32 32",
1546
1564
  fill: "currentColor",
1547
1565
  ...rest
1548
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 17H16V19H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 13H18V15H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m21,23h-10c-.5522,0-1-.4478-1-1v-12c0-.5522.4478-1,1-1h10c.5522,0,1,.4478,1,1v12c0,.5522-.4478,1-1,1Zm-9-2h8v-10h-8v10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z" }), children);
1566
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,24a2.98,2.98,0,0,0-2.0376.8115l-4.0037-2.4023a2.0478,2.0478,0,0,0,0-.8184l4.0037-2.4023a3.2463,3.2463,0,1,0-.9211-1.7793l-4.0037,2.4023a3,3,0,1,0,0,4.377l4.0037,2.4023A2.9729,2.9729,0,0,0,20,27a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0008,1.0008,0,0,1,23,16Zm-9,7a1,1,0,1,1,1-1A1.0008,1.0008,0,0,1,14,23Zm9,5a1,1,0,1,1,1-1A1.0008,1.0008,0,0,1,23,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,28H4a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,4,4h7.5857A1.9865,1.9865,0,0,1,13,4.5859L16.4143,8H28a2.0023,2.0023,0,0,1,2,2v8H28V10H15.5857l-4-4H4V26H8Z" }), children);
1549
1567
  });
1550
- if (process.env.NODE_ENV !== "production") WebServicesDefinition.propTypes = require_iconPropTypes.iconPropTypes;
1551
- const WebServicesService = /* @__PURE__ */ react.default.forwardRef(function WebServicesService({ children, size = 16, ...rest }, ref) {
1552
- return react.default.createElement(require_Icon.Icon, {
1568
+ if (process.env.NODE_ENV !== "production") VolumeObjectStorage.propTypes = require_iconPropTypes.iconPropTypes;
1569
+ const VolumeUp = /* @__PURE__ */ react.default.forwardRef(function VolumeUp({ children, size = 16, ...rest }, ref) {
1570
+ return react.default.createElement(require_Icon_js, {
1553
1571
  width: size,
1554
1572
  height: size,
1555
1573
  ref,
@@ -1557,11 +1575,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1557
1575
  viewBox: "0 0 32 32",
1558
1576
  fill: "currentColor",
1559
1577
  ...rest
1560
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m23,18h-2v-7h-7v-2h8c.5522,0,1,.4478,1,1v8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m18,23h-8c-.5522,0-1-.4478-1-1v-8c0-.5522.4478-1,1-1h8c.5522,0,1,.4478,1,1v8c0,.5522-.4478,1-1,1Zm-7-2h6v-6h-6v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z" }), children);
1578
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.16,8.08,25.63,9.37a10,10,0,0,1-.29,13.23L26.81,24a12,12,0,0,0,.35-15.88Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.58,12a6,6,0,0,1-.18,7.94l1.47,1.36a8,8,0,0,0,.23-10.59Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a1,1,0,0,1-.71-.3L9.67,22H3a1,1,0,0,1-1-1H2V11a1,1,0,0,1,1-1H9.67l7.62-7.7a1,1,0,0,1,1.41,0A1,1,0,0,1,19,3V29A1,1,0,0,1,18,30ZM4,20h6.08a1,1,0,0,1,.71.3L17,26.57V5.43L10.79,11.7a1,1,0,0,1-.71.3H4Z" }), children);
1561
1579
  });
1562
- if (process.env.NODE_ENV !== "production") WebServicesService.propTypes = require_iconPropTypes.iconPropTypes;
1563
- const WebServicesTask = /* @__PURE__ */ react.default.forwardRef(function WebServicesTask({ children, size = 16, ...rest }, ref) {
1564
- return react.default.createElement(require_Icon.Icon, {
1580
+ if (process.env.NODE_ENV !== "production") VolumeUp.propTypes = require_iconPropTypes.iconPropTypes;
1581
+ const VolumeUpAlt = /* @__PURE__ */ react.default.forwardRef(function VolumeUpAlt({ children, size = 16, ...rest }, ref) {
1582
+ return react.default.createElement(require_Icon_js, {
1565
1583
  width: size,
1566
1584
  height: size,
1567
1585
  ref,
@@ -1569,11 +1587,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1569
1587
  viewBox: "0 0 32 32",
1570
1588
  fill: "currentColor",
1571
1589
  ...rest
1572
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 20.18 18.41 18.59 17 20 20 23 25 18 23.59 16.59 20 20.18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m15,23h-4c-.5522,0-1-.4478-1-1v-12c0-.5522.4478-1,1-1h10c.5522,0,1,.4478,1,1v6h-2v-5h-8v10h3v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z" }), children);
1590
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32 15 28 15 28 11 26 11 26 15 22 15 22 17 26 17 26 21 28 21 28 17 32 17 32 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a.997.997,0,0,1-.7109-.2969L9.666,22H3a.9993.9993,0,0,1-1-.9988V11a.9993.9993,0,0,1,.9988-1H9.666l7.623-7.7031A1,1,0,0,1,19,3V29A1.0007,1.0007,0,0,1,18,30ZM4,20h6a1.2008,1.2008,0,0,1,.7939.2969L17,26.5684V5.4316l-6.2061,6.2715A1.2013,1.2013,0,0,1,10,12H4Z" }), children);
1573
1591
  });
1574
- if (process.env.NODE_ENV !== "production") WebServicesTask.propTypes = require_iconPropTypes.iconPropTypes;
1575
- const WebServicesTaskDefinitionVersion = /* @__PURE__ */ react.default.forwardRef(function WebServicesTaskDefinitionVersion({ children, size = 16, ...rest }, ref) {
1576
- return react.default.createElement(require_Icon.Icon, {
1592
+ if (process.env.NODE_ENV !== "production") VolumeUpAlt.propTypes = require_iconPropTypes.iconPropTypes;
1593
+ const VolumeUpFilled = /* @__PURE__ */ react.default.forwardRef(function VolumeUpFilled({ children, size = 16, ...rest }, ref) {
1594
+ return react.default.createElement(require_Icon_js, {
1577
1595
  width: size,
1578
1596
  height: size,
1579
1597
  ref,
@@ -1581,11 +1599,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1581
1599
  viewBox: "0 0 32 32",
1582
1600
  fill: "currentColor",
1583
1601
  ...rest
1584
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 15 22.25 15 20 22.0312 17.7917 15.0003 16 15.0003 18.5 23 21.5 23 24 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,23h-5c-.5522,0-1-.4478-1-1v-12c0-.5522.4478-1,1-1h10c.5522,0,1,.4478,1,1v4h-2v-3h-8v10h4v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z" }), children);
1602
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.16,8.08,25.63,9.37a10,10,0,0,1-.29,13.23L26.81,24a12,12,0,0,0,.35-15.88Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.58,12a6,6,0,0,1-.18,7.94l1.47,1.36a8,8,0,0,0,.23-10.59Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a1,1,0,0,1-.71-.3L9.67,22H3a1,1,0,0,1-1-1H2V11a1,1,0,0,1,1-1H9.67l7.62-7.7a1,1,0,0,1,1.41,0A1,1,0,0,1,19,3V29A1,1,0,0,1,18,30Z" }), children);
1585
1603
  });
1586
- if (process.env.NODE_ENV !== "production") WebServicesTaskDefinitionVersion.propTypes = require_iconPropTypes.iconPropTypes;
1587
- const Webhook = /* @__PURE__ */ react.default.forwardRef(function Webhook({ children, size = 16, ...rest }, ref) {
1588
- return react.default.createElement(require_Icon.Icon, {
1604
+ if (process.env.NODE_ENV !== "production") VolumeUpFilled.propTypes = require_iconPropTypes.iconPropTypes;
1605
+ const VolumeUpFilledAlt = /* @__PURE__ */ react.default.forwardRef(function VolumeUpFilledAlt({ children, size = 16, ...rest }, ref) {
1606
+ return react.default.createElement(require_Icon_js, {
1589
1607
  width: size,
1590
1608
  height: size,
1591
1609
  ref,
@@ -1593,11 +1611,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1593
1611
  viewBox: "0 0 32 32",
1594
1612
  fill: "currentColor",
1595
1613
  ...rest
1596
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z" }), children);
1614
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32 15 28 15 28 11 26 11 26 15 22 15 22 17 26 17 26 21 28 21 28 17 32 17 32 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30a.997.997,0,0,1-.7109-.2969L9.666,22H3a.9993.9993,0,0,1-1-.9988V11a.9993.9993,0,0,1,.9988-1H9.666l7.623-7.7031A1,1,0,0,1,19,3V29A1.0007,1.0007,0,0,1,18,30Z" }), children);
1597
1615
  });
1598
- if (process.env.NODE_ENV !== "production") Webhook.propTypes = require_iconPropTypes.iconPropTypes;
1599
- const Websheet = /* @__PURE__ */ react.default.forwardRef(function Websheet({ children, size = 16, ...rest }, ref) {
1600
- return react.default.createElement(require_Icon.Icon, {
1616
+ if (process.env.NODE_ENV !== "production") VolumeUpFilledAlt.propTypes = require_iconPropTypes.iconPropTypes;
1617
+ const Vpn = /* @__PURE__ */ react.default.forwardRef(function Vpn({ children, size = 16, ...rest }, ref) {
1618
+ return react.default.createElement(require_Icon_js, {
1601
1619
  width: size,
1602
1620
  height: size,
1603
1621
  ref,
@@ -1605,15 +1623,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1605
1623
  viewBox: "0 0 32 32",
1606
1624
  fill: "currentColor",
1607
1625
  ...rest
1608
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1609
- cx: "24",
1610
- cy: "24",
1611
- r: "2"
1612
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30a6,6,0,1,1,6-6A6.0069,6.0069,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: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z" }), children);
1626
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,23H12V9h6a2,2,0,0,1,2,2v5a2,2,0,0,1-2,2H14Zm0-7h4V11H14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 19 24.32 9 22 9 22 23 24 23 24 13 27.68 23 30 23 30 9 28 9 28 19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 9 6 22 4 9 2 9 4.52 23 7.48 23 10 9 8 9z" }), children);
1613
1627
  });
1614
- if (process.env.NODE_ENV !== "production") Websheet.propTypes = require_iconPropTypes.iconPropTypes;
1615
- const Wheat = /* @__PURE__ */ react.default.forwardRef(function Wheat({ children, size = 16, ...rest }, ref) {
1616
- return react.default.createElement(require_Icon.Icon, {
1628
+ if (process.env.NODE_ENV !== "production") Vpn.propTypes = require_iconPropTypes.iconPropTypes;
1629
+ const VpnConnection = /* @__PURE__ */ react.default.forwardRef(function VpnConnection({ children, size = 16, ...rest }, ref) {
1630
+ return react.default.createElement(require_Icon_js, {
1617
1631
  width: size,
1618
1632
  height: size,
1619
1633
  ref,
@@ -1621,11 +1635,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1621
1635
  viewBox: "0 0 32 32",
1622
1636
  fill: "currentColor",
1623
1637
  ...rest
1624
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,3V5.5857l-4,4V1H15V9.5857l-4-4V3H9V19a7.004,7.004,0,0,0,6,6.92V30h2V25.92A7.004,7.004,0,0,0,23,19V3ZM15,23.8987A5.008,5.008,0,0,1,11,19v-2.586l4,4Zm0-6.313-4-4V8.4138l4,4Zm2-5.1719,4-4v5.1719l-4,4Zm0,11.4849V20.4138l4-4V19A5.008,5.008,0,0,1,17,23.8987Z" }), children);
1638
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,7a1.9919,1.9919,0,0,0-1.7227,1H22A6,6,0,0,0,10,8H5.7227a2,2,0,1,0,0,2H10v4H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16a2,2,0,0,0-2-2H22V10h4.2773A1.9966,1.9966,0,1,0,28,7ZM12,8a4,4,0,0,1,8,0v6H12V10h5V8Zm12,8V28H8V16Z" }), children);
1625
1639
  });
1626
- if (process.env.NODE_ENV !== "production") Wheat.propTypes = require_iconPropTypes.iconPropTypes;
1627
- const WhileLoop = /* @__PURE__ */ react.default.forwardRef(function WhileLoop({ children, size = 16, ...rest }, ref) {
1628
- return react.default.createElement(require_Icon.Icon, {
1640
+ if (process.env.NODE_ENV !== "production") VpnConnection.propTypes = require_iconPropTypes.iconPropTypes;
1641
+ const VpnPolicy = /* @__PURE__ */ react.default.forwardRef(function VpnPolicy({ children, size = 16, ...rest }, ref) {
1642
+ return react.default.createElement(require_Icon_js, {
1629
1643
  width: size,
1630
1644
  height: size,
1631
1645
  ref,
@@ -1633,11 +1647,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1633
1647
  viewBox: "0 0 32 32",
1634
1648
  fill: "currentColor",
1635
1649
  ...rest
1636
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,23h7v7h-2v-3.3518c-1.6447,2.0408-4.1525,3.3516-7.0002,3.3516l-9.9998.0002c-5,0-9-4-9-9v-8h2v8c0,3.8999,3.1,7,7,7h10c2.4032,0,4.4943-1.1841,5.7518-3h-3.7518v-2ZM9,7h-3.7518c1.2575-1.8159,3.3486-3,5.7518-3h10c3.9,0,7,3.1001,7,7v8h2v-8c0-5-4-9-9-9l-9.9998.0002c-2.8477,0-5.3555,1.3108-7.0002,3.3516V2h-2v7h7v-2ZM13.957,22l1.5303-6.3457.7739-3.1641h.0347l.7393,3.1641,1.5308,6.3457h2.562l2.8721-12.0029h-2.167l-1.2207,5.7607-.7568,3.6797h-.0518l-.8423-3.6797-1.376-5.7607h-2.5107l-1.3755,5.7607-.8599,3.6797h-.0518l-.7393-3.6797-1.1865-5.7607h-2.27l2.7856,12.0029h2.5796Z" }), children);
1650
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,15A6,6,0,1,0,20,19.46V29l4-1.8838L28,29V19.46A5.98,5.98,0,0,0,30,15ZM26,25.8477l-2-.9415-2,.9415V20.65a5.8877,5.8877,0,0,0,4,0ZM24,19a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,24,19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,2A6.0066,6.0066,0,0,0,8,8v6H6a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H17V28H6V16h9V14H10V8a4,4,0,0,1,7.92-.8008l1.96-.3984A6.0167,6.0167,0,0,0,14,2Z" }), children);
1637
1651
  });
1638
- if (process.env.NODE_ENV !== "production") WhileLoop.propTypes = require_iconPropTypes.iconPropTypes;
1639
- const WhitePaper = /* @__PURE__ */ react.default.forwardRef(function WhitePaper({ children, size = 16, ...rest }, ref) {
1640
- return react.default.createElement(require_Icon.Icon, {
1652
+ if (process.env.NODE_ENV !== "production") VpnPolicy.propTypes = require_iconPropTypes.iconPropTypes;
1653
+ const Wallet = /* @__PURE__ */ react.default.forwardRef(function Wallet({ children, size = 16, ...rest }, ref) {
1654
+ return react.default.createElement(require_Icon_js, {
1641
1655
  width: size,
1642
1656
  height: size,
1643
1657
  ref,
@@ -1645,27 +1659,20 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1645
1659
  viewBox: "0 0 32 32",
1646
1660
  fill: "currentColor",
1647
1661
  ...rest
1648
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 27.1798 19.41 24.5899 18 26 22 30 30 22 28.5899 20.59 22 27.1798z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 17H16V19H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 12H21V14H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 7H21V9H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,30H6c-1.103,0-2-.8972-2-2V4c0-1.1028.897-2,2-2h18c1.103,0,2,.8972,2,2v15h-2V4H6v24h10v2Z" }), children);
1662
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 17H24V19H22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,8H4V5H26V3H4A2,2,0,0,0,2,5V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10A2,2,0,0,0,28,8ZM4,26V10H28v3H20a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h8v3ZM28,15v6H20V15Z" }), children);
1649
1663
  });
1650
- if (process.env.NODE_ENV !== "production") WhitePaper.propTypes = require_iconPropTypes.iconPropTypes;
1651
- const Wifi = /* @__PURE__ */ react.default.forwardRef(function Wifi({ children, size = 16, ...rest }, ref) {
1652
- return react.default.createElement(require_Icon.Icon, {
1664
+ if (process.env.NODE_ENV !== "production") Wallet.propTypes = require_iconPropTypes.iconPropTypes;
1665
+ const Warning = /* @__PURE__ */ react.default.forwardRef(function Warning({ children, size = 16, ...rest }, ref) {
1666
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1653
1667
  width: size,
1654
1668
  height: size,
1655
1669
  ref,
1656
1670
  xmlns: "http://www.w3.org/2000/svg",
1657
- viewBox: "0 0 32 32",
1671
+ viewBox: "0 0 16 16",
1658
1672
  fill: "currentColor",
1659
1673
  ...rest
1660
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1661
- cx: "16",
1662
- cy: "25",
1663
- r: "2"
1664
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.47,19.2334l1.4136,1.4131a5.9688,5.9688,0,0,1,8.2229-.0093L21.52,19.2236a7.9629,7.9629,0,0,0-11.05.01Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.229,14.9927l1.4136,1.4135a11.955,11.955,0,0,1,16.7041-.01L25.76,14.9829a13.9514,13.9514,0,0,0-19.5313.01Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,10.7412a19.94,19.94,0,0,0-28,0v.0225L3.4043,12.168a17.9336,17.9336,0,0,1,25.1811-.01L30,10.7432Z" }), children);
1665
- });
1666
- if (process.env.NODE_ENV !== "production") Wifi.propTypes = require_iconPropTypes.iconPropTypes;
1667
- const WifiController = /* @__PURE__ */ react.default.forwardRef(function WifiController({ children, size = 16, ...rest }, ref) {
1668
- return react.default.createElement(require_Icon.Icon, {
1674
+ }, /* @__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 M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.5 4H8.5V9H7.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,10.2c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8c0.4,0,0.8-0.3,0.8-0.8S8.4,10.2,8,10.2z" }), children);
1675
+ return react.default.createElement(require_Icon_js, {
1669
1676
  width: size,
1670
1677
  height: size,
1671
1678
  ref,
@@ -1673,31 +1680,20 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1673
1680
  viewBox: "0 0 32 32",
1674
1681
  fill: "currentColor",
1675
1682
  ...rest
1676
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,30H26a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v6A2,2,0,0,0,6,30Zm0-8H26v6H6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1677
- cx: "9",
1678
- cy: "25",
1679
- r: "1"
1680
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1681
- cx: "16",
1682
- cy: "14.5",
1683
- r: "1.5"
1684
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.7832,10.3325a7.0007,7.0007,0,0,1,10.4341,0l-1.49,1.334a5,5,0,0,0-7.4537,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.1992,7.3994a11.0019,11.0019,0,0,1,17.6006,0L23.2,8.6a9.0009,9.0009,0,0,0-14.4014.0005Z" }), children);
1683
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 8H17V19H15z" }), /* @__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" }), children);
1685
1684
  });
1686
- if (process.env.NODE_ENV !== "production") WifiController.propTypes = require_iconPropTypes.iconPropTypes;
1687
- const WifiNotSecure = /* @__PURE__ */ react.default.forwardRef(function WifiNotSecure({ children, size = 16, ...rest }, ref) {
1688
- return react.default.createElement(require_Icon.Icon, {
1685
+ if (process.env.NODE_ENV !== "production") Warning.propTypes = require_iconPropTypes.iconPropTypes;
1686
+ const WarningAlt = /* @__PURE__ */ react.default.forwardRef(function WarningAlt({ children, size = 16, ...rest }, ref) {
1687
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1689
1688
  width: size,
1690
1689
  height: size,
1691
1690
  ref,
1692
1691
  xmlns: "http://www.w3.org/2000/svg",
1693
- viewBox: "0 0 32 32",
1692
+ viewBox: "0 0 16 16",
1694
1693
  fill: "currentColor",
1695
1694
  ...rest
1696
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20H14V17a2,2,0,0,1,4,0h2a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v6a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V22A2.0025,2.0025,0,0,0,20,20Zm0,8H12V22h8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,8a8.9709,8.9709,0,0,0-6.3608,2.6392l1.4133,1.4135a6.9887,6.9887,0,0,1,9.895,0l1.4135-1.4135A8.9717,8.9717,0,0,0,16,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.105,7.105,7.5188,8.5186a11.9808,11.9808,0,0,1,16.9624,0L25.8949,7.105a13.9782,13.9782,0,0,0-19.79,0Z" }), children);
1697
- });
1698
- if (process.env.NODE_ENV !== "production") WifiNotSecure.propTypes = require_iconPropTypes.iconPropTypes;
1699
- const WifiOff = /* @__PURE__ */ react.default.forwardRef(function WifiOff({ children, size = 16, ...rest }, ref) {
1700
- return react.default.createElement(require_Icon.Icon, {
1695
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.5,14h-13c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.2-0.1-0.3,0-0.5l6.5-12C7.7,1,8,0.9,8.2,1.1c0.1,0,0.2,0.1,0.2,0.2l6.5,12 c0.1,0.2,0.1,0.3,0,0.5C14.9,13.9,14.7,14,14.5,14z M2.3,13h11.3L8,2.5L2.3,13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.5 6H8.5V9.5H7.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,10.8c-0.4,0-0.8,0.3-0.8,0.8s0.3,0.8,0.8,0.8c0.4,0,0.8-0.3,0.8-0.8S8.4,10.8,8,10.8z" }), children);
1696
+ return react.default.createElement(require_Icon_js, {
1701
1697
  width: size,
1702
1698
  height: size,
1703
1699
  ref,
@@ -1705,15 +1701,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1705
1701
  viewBox: "0 0 32 32",
1706
1702
  fill: "currentColor",
1707
1703
  ...rest
1708
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1709
- cx: "16",
1710
- cy: "25",
1711
- r: "2"
1712
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,3.4141,28.5859,2,2,28.5859,3.4141,30,14.0962,19.3179a5.9359,5.9359,0,0,1,6.01,1.3193L21.52,19.2236a7.9669,7.9669,0,0,0-5.125-2.2041l3.3875-3.3877a11.9908,11.9908,0,0,1,4.5647,2.7647L25.76,14.9829A13.975,13.975,0,0,0,21.334,12.08L24.3308,9.083a17.9364,17.9364,0,0,1,4.2546,3.0747L30,10.7432v-.002a20.02,20.02,0,0,0-4.1895-3.1377Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.68,13.0776l2.0415-2.0415C16.481,11.0234,16.2437,11,16,11a13.9447,13.9447,0,0,0-9.771,3.9927l1.4136,1.4136A11.97,11.97,0,0,1,14.68,13.0776Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,7a17.87,17.87,0,0,1,4.2324.5254L21.875,5.8828A19.9537,19.9537,0,0,0,2,10.7412v.0225L3.4043,12.168A17.9193,17.9193,0,0,1,16,7Z" }), children);
1704
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,23a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,16,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 12H17V21H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,30H3a1,1,0,0,1-.8872-1.4614l13-25a1,1,0,0,1,1.7744,0l13,25A1,1,0,0,1,29,30ZM4.6507,28H27.3493l.002-.0033L16.002,6.1714h-.004L4.6487,27.9967Z" }), children);
1713
1705
  });
1714
- if (process.env.NODE_ENV !== "production") WifiOff.propTypes = require_iconPropTypes.iconPropTypes;
1715
- const WifiSecure = /* @__PURE__ */ react.default.forwardRef(function WifiSecure({ children, size = 16, ...rest }, ref) {
1716
- return react.default.createElement(require_Icon.Icon, {
1706
+ if (process.env.NODE_ENV !== "production") WarningAlt.propTypes = require_iconPropTypes.iconPropTypes;
1707
+ const WarningAltFilled = /* @__PURE__ */ react.default.forwardRef(function WarningAltFilled({ children, size = 16, ...rest }, ref) {
1708
+ return react.default.createElement(require_Icon_js, {
1717
1709
  width: size,
1718
1710
  height: size,
1719
1711
  ref,
@@ -1721,11 +1713,15 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1721
1713
  viewBox: "0 0 32 32",
1722
1714
  fill: "currentColor",
1723
1715
  ...rest
1724
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20V17a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v6a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V22A2.0025,2.0025,0,0,0,20,20Zm-6-3a2,2,0,0,1,4,0v3H14ZM12,28V22h8v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.105,7.105,7.5188,8.5186a11.9808,11.9808,0,0,1,16.9624,0L25.8949,7.105a13.9782,13.9782,0,0,0-19.79,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,8a8.9709,8.9709,0,0,0-6.3608,2.6392l1.4133,1.4135a6.9887,6.9887,0,0,1,9.895,0l1.4135-1.4135A8.9717,8.9717,0,0,0,16,8Z" }), children);
1716
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1717
+ fill: "none",
1718
+ d: "M16,26a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,26Zm-1.125-5h2.25V12h-2.25Z",
1719
+ "data-icon-path": "inner-path"
1720
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.002,6.1714h-.004L4.6487,27.9966,4.6506,28H27.3494l.0019-.0034ZM14.875,12h2.25v9h-2.25ZM16,26a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,30H3a1,1,0,0,1-.8872-1.4614l13-25a1,1,0,0,1,1.7744,0l13,25A1,1,0,0,1,29,30ZM4.6507,28H27.3493l.002-.0033L16.002,6.1714h-.004L4.6487,27.9967Z" }), children);
1725
1721
  });
1726
- if (process.env.NODE_ENV !== "production") WifiSecure.propTypes = require_iconPropTypes.iconPropTypes;
1727
- const WifiBridge = /* @__PURE__ */ react.default.forwardRef(function WifiBridge({ children, size = 16, ...rest }, ref) {
1728
- return react.default.createElement(require_Icon.Icon, {
1722
+ if (process.env.NODE_ENV !== "production") WarningAltFilled.propTypes = require_iconPropTypes.iconPropTypes;
1723
+ const WarningAltInverted = /* @__PURE__ */ react.default.forwardRef(function WarningAltInverted({ children, size = 16, ...rest }, ref) {
1724
+ return react.default.createElement(require_Icon_js, {
1729
1725
  width: size,
1730
1726
  height: size,
1731
1727
  ref,
@@ -1733,11 +1729,11 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1733
1729
  viewBox: "0 0 32 32",
1734
1730
  fill: "currentColor",
1735
1731
  ...rest
1736
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.9492,20.95l-1.414-1.4141a5,5,0,0,0,0-7.0715L6.9492,11.05a7,7,0,0,1,0,9.9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.4854,24.4854,9.0713,23.0713a10.0011,10.0011,0,0,0,0-14.1426l1.4141-1.4141a12.0006,12.0006,0,0,1,0,16.9708Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.0508,20.95a7,7,0,0,1,0-9.9l1.414,1.4146a5,5,0,0,0,0,7.0715Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.5146,24.4854a12.0006,12.0006,0,0,1,0-16.9708l1.4141,1.4141a10.0011,10.0011,0,0,0,0,14.1426Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3,15H2V4H0V28H2V17H3a1,1,0,0,0,0-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,4V15H29a1,1,0,0,0,0,2h1V28h2V4Z" }), children);
1732
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,17a1.5,1.5,0,1,0,1.5,1.5A1.5,1.5,0,0,0,16,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 6H17V15H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.855,2.481a1.001,1.001,0,0,1,.0322.98l-13,25a1,1,0,0,1-1.7744,0l-13-25A1,1,0,0,1,3,2H29A1.0007,1.0007,0,0,1,29.855,2.481ZM4.6487,4.0033,15.998,25.8286h.004L27.3513,4.0033,27.3493,4H4.6507Z" }), children);
1737
1733
  });
1738
- if (process.env.NODE_ENV !== "production") WifiBridge.propTypes = require_iconPropTypes.iconPropTypes;
1739
- const WifiBridgeAlt = /* @__PURE__ */ react.default.forwardRef(function WifiBridgeAlt({ children, size = 16, ...rest }, ref) {
1740
- return react.default.createElement(require_Icon.Icon, {
1734
+ if (process.env.NODE_ENV !== "production") WarningAltInverted.propTypes = require_iconPropTypes.iconPropTypes;
1735
+ const WarningAltInvertedFilled = /* @__PURE__ */ react.default.forwardRef(function WarningAltInvertedFilled({ children, size = 16, ...rest }, ref) {
1736
+ return react.default.createElement(require_Icon_js, {
1741
1737
  width: size,
1742
1738
  height: size,
1743
1739
  ref,
@@ -1745,11 +1741,15 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1745
1741
  viewBox: "0 0 32 32",
1746
1742
  fill: "currentColor",
1747
1743
  ...rest
1748
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,26H11a5.0057,5.0057,0,0,0-5-5V19A7.0078,7.0078,0,0,1,13,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,26H16A10.0113,10.0113,0,0,0,6,16V14A12.0137,12.0137,0,0,1,18,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,13a7.0078,7.0078,0,0,1-7-7h2a5.0057,5.0057,0,0,0,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,18A12.0137,12.0137,0,0,1,14,6h2A10.0113,10.0113,0,0,0,26,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.707,24.293a.9994.9994,0,0,0-1.414,0L2,28.5859,3.4143,30,7.707,25.707A.9994.9994,0,0,0,7.707,24.293Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.5859,2,24.293,6.293a1,1,0,0,0,1.414,1.414L30,3.4141Z" }), children);
1744
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1745
+ fill: "none",
1746
+ d: "M16,20a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,20Zm-1.125-5h2.25V6h-2.25Z",
1747
+ "data-icon-path": "inner-path"
1748
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.3494,4H4.6506l-.0019.0034L15.998,25.8286h.004L27.3513,4.0034ZM14.875,6h2.25v9h-2.25ZM16,20a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.855,2.481a1.001,1.001,0,0,1,.0322.98l-13,25a1,1,0,0,1-1.7744,0l-13-25A1,1,0,0,1,3,2H29A1.0007,1.0007,0,0,1,29.855,2.481ZM4.6487,4.0033,15.998,25.8286h.004L27.3513,4.0033,27.3493,4H4.6507Z" }), children);
1749
1749
  });
1750
- if (process.env.NODE_ENV !== "production") WifiBridgeAlt.propTypes = require_iconPropTypes.iconPropTypes;
1751
- const Wikis = /* @__PURE__ */ react.default.forwardRef(function Wikis({ children, size = 16, ...rest }, ref) {
1752
- return react.default.createElement(require_Icon.Icon, {
1750
+ if (process.env.NODE_ENV !== "production") WarningAltInvertedFilled.propTypes = require_iconPropTypes.iconPropTypes;
1751
+ const WarningDiamond = /* @__PURE__ */ react.default.forwardRef(function WarningDiamond({ children, size = 16, ...rest }, ref) {
1752
+ return react.default.createElement(require_Icon_js, {
1753
1753
  width: size,
1754
1754
  height: size,
1755
1755
  ref,
@@ -1757,9 +1757,50 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1757
1757
  viewBox: "0 0 32 32",
1758
1758
  fill: "currentColor",
1759
1759
  ...rest
1760
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM28,15H22A24.26,24.26,0,0,0,19.21,4.45,12,12,0,0,1,28,15ZM16,28a5,5,0,0,1-.67,0A21.85,21.85,0,0,1,12,17H20a21.85,21.85,0,0,1-3.3,11A5,5,0,0,1,16,28ZM12,15a21.85,21.85,0,0,1,3.3-11,6,6,0,0,1,1.34,0A21.85,21.85,0,0,1,20,15Zm.76-10.55A24.26,24.26,0,0,0,10,15h-6A12,12,0,0,1,12.79,4.45ZM4.05,17h6a24.26,24.26,0,0,0,2.75,10.55A12,12,0,0,1,4.05,17ZM19.21,27.55A24.26,24.26,0,0,0,22,17h6A12,12,0,0,1,19.21,27.55Z" }), children);
1760
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,20c-.8284,0-1.5.6716-1.5,1.5s.6716,1.5,1.5,1.5,1.5-.6716,1.5-1.5-.6716-1.5-1.5-1.5h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 9H17V18H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,30c-.5335,0-1.0672-.2031-1.4732-.6094L2.6094,17.4732c-.8126-.8123-.8126-2.1342,0-2.9465L14.5268,2.6094c.8121-.8126,2.1344-.8126,2.9465,0l11.9173,11.9173c.8126.8123.8126,2.1342,0,2.9465l-11.9173,11.9173c-.406.4063-.9398.6094-1.4732.6094Zm0-26.0008c-.0215,0-.0427.0083-.0591.0244L4.0236,15.9409c-.0325.0327-.0325.0855,0,.1182l11.9173,11.9173c.0327.0322.0855.0322.1182,0l11.9173-11.9173c.0325-.0327.0325-.0855,0-.1182l-11.9173-11.9173c-.0164-.0161-.0376-.0244-.0591-.0244Z" }), children);
1761
1761
  });
1762
- if (process.env.NODE_ENV !== "production") Wikis.propTypes = require_iconPropTypes.iconPropTypes;
1762
+ if (process.env.NODE_ENV !== "production") WarningDiamond.propTypes = require_iconPropTypes.iconPropTypes;
1763
+ exports.UndefinedFilled = UndefinedFilled;
1764
+ exports.Undo = Undo;
1765
+ exports.UnfoldOpen = UnfoldOpen;
1766
+ exports.UngroupObjects = UngroupObjects;
1767
+ exports.Unknown = Unknown;
1768
+ exports.UnknownFilled = UnknownFilled;
1769
+ exports.Unlink = Unlink;
1770
+ exports.Unlocked = Unlocked;
1771
+ exports.Unplug = Unplug;
1772
+ exports.Unsaved = Unsaved;
1773
+ exports.UpToTop = UpToTop;
1774
+ exports.UpdateComplete = UpdateComplete;
1775
+ exports.UpdateNow = UpdateNow;
1776
+ exports.Upgrade = Upgrade;
1777
+ exports.Upload = Upload;
1778
+ exports.Upstream = Upstream;
1779
+ exports.Url = Url;
1780
+ exports.UsageIncludedUseCase = UsageIncludedUseCase;
1781
+ exports.Usb = Usb;
1782
+ exports.UseCaseDefinition = UseCaseDefinition;
1783
+ exports.UseCaseUsage = UseCaseUsage;
1784
+ exports.User = User;
1785
+ exports.UserAccess = UserAccess;
1786
+ exports.UserAccessLocked = UserAccessLocked;
1787
+ exports.UserAccessUnlocked = UserAccessUnlocked;
1788
+ exports.UserActivity = UserActivity;
1789
+ exports.UserAdmin = UserAdmin;
1790
+ exports.UserAvatar = UserAvatar;
1791
+ exports.UserAvatarFilled = UserAvatarFilled;
1792
+ exports.UserAvatarFilledAlt = UserAvatarFilledAlt;
1793
+ exports.UserCertification = UserCertification;
1794
+ exports.UserData = UserData;
1795
+ exports.UserFavorite = UserFavorite;
1796
+ exports.UserFavoriteAlt = UserFavoriteAlt;
1797
+ exports.UserFavoriteAltFilled = UserFavoriteAltFilled;
1798
+ exports.UserFeedback = UserFeedback;
1799
+ exports.UserFilled = UserFilled;
1800
+ exports.UserFollow = UserFollow;
1801
+ exports.UserIdentification = UserIdentification;
1802
+ exports.UserMilitary = UserMilitary;
1803
+ exports.UserMinus = UserMinus;
1763
1804
  exports.UserMultiple = UserMultiple;
1764
1805
  exports.UserOnline = UserOnline;
1765
1806
  exports.UserProfile = UserProfile;
@@ -1772,6 +1813,7 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1772
1813
  exports.UserSpeaker = UserSpeaker;
1773
1814
  exports.UserSponsor = UserSponsor;
1774
1815
  exports.UserXRay = UserXRay;
1816
+ exports.UtilityExpense = UtilityExpense;
1775
1817
  exports.UvIndex = UvIndex;
1776
1818
  exports.UvIndexAlt = UvIndexAlt;
1777
1819
  exports.UvIndexFilled = UvIndexFilled;
@@ -1843,48 +1885,6 @@ var require_bucket_20 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1843
1885
  exports.WarningAltInverted = WarningAltInverted;
1844
1886
  exports.WarningAltInvertedFilled = WarningAltInvertedFilled;
1845
1887
  exports.WarningDiamond = WarningDiamond;
1846
- exports.WarningDiamondFill = WarningDiamondFill;
1847
- exports.WarningFilled = WarningFilled;
1848
- exports.WarningHex = WarningHex;
1849
- exports.WarningHexFilled = WarningHexFilled;
1850
- exports.WarningMultiple = WarningMultiple;
1851
- exports.WarningOther = WarningOther;
1852
- exports.WarningSquare = WarningSquare;
1853
- exports.WarningSquareFilled = WarningSquareFilled;
1854
- exports.Watch = Watch;
1855
- exports.Watson = Watson;
1856
- exports.WatsonMachineLearning = WatsonMachineLearning;
1857
- exports.Watsonx = Watsonx;
1858
- exports.WatsonxAi = WatsonxAi;
1859
- exports.WatsonxData = WatsonxData;
1860
- exports.WatsonxGovernance = WatsonxGovernance;
1861
- exports.WaveDirection = WaveDirection;
1862
- exports.WaveHeight = WaveHeight;
1863
- exports.WavePeriod = WavePeriod;
1864
- exports.Waveform = Waveform;
1865
- exports.WeatherFrontCold = WeatherFrontCold;
1866
- exports.WeatherFrontStationary = WeatherFrontStationary;
1867
- exports.WeatherFrontWarm = WeatherFrontWarm;
1868
- exports.WeatherStation = WeatherStation;
1869
- exports.WebServicesCluster = WebServicesCluster;
1870
- exports.WebServicesContainer = WebServicesContainer;
1871
- exports.WebServicesDefinition = WebServicesDefinition;
1872
- exports.WebServicesService = WebServicesService;
1873
- exports.WebServicesTask = WebServicesTask;
1874
- exports.WebServicesTaskDefinitionVersion = WebServicesTaskDefinitionVersion;
1875
- exports.Webhook = Webhook;
1876
- exports.Websheet = Websheet;
1877
- exports.Wheat = Wheat;
1878
- exports.WhileLoop = WhileLoop;
1879
- exports.WhitePaper = WhitePaper;
1880
- exports.Wifi = Wifi;
1881
- exports.WifiBridge = WifiBridge;
1882
- exports.WifiBridgeAlt = WifiBridgeAlt;
1883
- exports.WifiController = WifiController;
1884
- exports.WifiNotSecure = WifiNotSecure;
1885
- exports.WifiOff = WifiOff;
1886
- exports.WifiSecure = WifiSecure;
1887
- exports.Wikis = Wikis;
1888
1888
  }));
1889
1889
  //#endregion
1890
1890
  Object.defineProperty(exports, "default", {