@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-12.js
12
13
  var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
13
14
  /**
@@ -19,14 +20,320 @@ var require_bucket_12 = /* @__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 = {};
30
+ const LocationPerson = /* @__PURE__ */ react.default.forwardRef(function LocationPerson({ children, size = 16, ...rest }, ref) {
31
+ return react.default.createElement(require_Icon_js, {
32
+ width: size,
33
+ height: size,
34
+ ref,
35
+ xmlns: "http://www.w3.org/2000/svg",
36
+ viewBox: "0 0 32 32",
37
+ fill: "currentColor",
38
+ ...rest
39
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,19H18V17H14v2H12V17a2.0021,2.0021,0,0,1,2-2h4a2.0021,2.0021,0,0,1,2,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,14a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,14Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,16,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z" }), children);
40
+ });
41
+ if (process.env.NODE_ENV !== "production") LocationPerson.propTypes = require_iconPropTypes.iconPropTypes;
42
+ const LocationPersonFilled = /* @__PURE__ */ react.default.forwardRef(function LocationPersonFilled({ children, size = 16, ...rest }, ref) {
43
+ return react.default.createElement(require_Icon_js, {
44
+ width: size,
45
+ height: size,
46
+ ref,
47
+ xmlns: "http://www.w3.org/2000/svg",
48
+ viewBox: "0 0 32 32",
49
+ fill: "currentColor",
50
+ ...rest
51
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
52
+ fill: "none",
53
+ d: "M20,19H18V17H14v2H12V17a2.0021,2.0021,0,0,1,2-2h4a2.0021,2.0021,0,0,1,2,2Zm-1-8a3,3,0,1,0-3,3A3.0033,3.0033,0,0,0,19,11Zm-2,0a1,1,0,1,1-1-1A1.0011,1.0011,0,0,1,17,11Z"
54
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
55
+ cx: "16",
56
+ cy: "11",
57
+ r: "1"
58
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,6a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,8Zm4,11H18V17H14v2H12V17a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2Z" }), children);
59
+ });
60
+ if (process.env.NODE_ENV !== "production") LocationPersonFilled.propTypes = require_iconPropTypes.iconPropTypes;
61
+ const LocationSave = /* @__PURE__ */ react.default.forwardRef(function LocationSave({ children, size = 16, ...rest }, ref) {
62
+ return react.default.createElement(require_Icon_js, {
63
+ width: size,
64
+ height: size,
65
+ ref,
66
+ xmlns: "http://www.w3.org/2000/svg",
67
+ viewBox: "0 0 32 32",
68
+ fill: "currentColor",
69
+ ...rest
70
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30h2V28a1.0009,1.0009,0,0,1,1-1h6a1.0009,1.0009,0,0,1,1,1v2h2V28a3.0033,3.0033,0,0,0-3-3H21a3.0033,3.0033,0,0,0-3,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,24a4,4,0,1,1,4-4A4.0042,4.0042,0,0,1,24,24Zm0-6a2,2,0,1,0,2,2A2.0023,2.0023,0,0,0,24,18Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.3418,10.06l-22-8A1,1,0,0,0,2.06,3.3415l8,22A1.001,1.001,0,0,0,10.9839,26H11a1,1,0,0,0,.9287-.6289L15.77,15.7692l9.6016-3.8408a1,1,0,0,0-.0293-1.8687ZM14.6284,14.0709v0l-.3979.1591-.1591.3979,0,0-3.0269,7.5678L4.6719,4.6715l17.5244,6.3726Z" }), children);
71
+ });
72
+ if (process.env.NODE_ENV !== "production") LocationSave.propTypes = require_iconPropTypes.iconPropTypes;
73
+ const LocationStar = /* @__PURE__ */ react.default.forwardRef(function LocationStar({ children, size = 16, ...rest }, ref) {
74
+ return react.default.createElement(require_Icon_js, {
75
+ width: size,
76
+ height: size,
77
+ ref,
78
+ xmlns: "http://www.w3.org/2000/svg",
79
+ viewBox: "0 0 32 32",
80
+ fill: "currentColor",
81
+ ...rest
82
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 7 17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z" }), children);
83
+ });
84
+ if (process.env.NODE_ENV !== "production") LocationStar.propTypes = require_iconPropTypes.iconPropTypes;
85
+ const LocationSupplier = /* @__PURE__ */ react.default.forwardRef(function LocationSupplier({ children, size = 16, ...rest }, ref) {
86
+ return react.default.createElement(require_Icon_js, {
87
+ width: size,
88
+ height: size,
89
+ ref,
90
+ xmlns: "http://www.w3.org/2000/svg",
91
+ viewBox: "0 0 32 32",
92
+ fill: "currentColor",
93
+ ...rest
94
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.02,22l-5.02,5-1.41-1.41,2.59-2.59H2v-2h8.18l-2.59-2.59,1.41-1.41,5.02,5ZM28.6699,19.1787c.0391-.0488.2432-.3193.2432-.3193h0c1.1279-1.4844,1.749-3.3315,1.748-5.1987,0-4.7754-3.8857-8.6606-8.6611-8.6606s-8.6606,3.8848-8.6606,8.6582c-.0029,1.8677.626,3.7266,1.7715,5.2344l6.8892,8.1533,6.6699-7.8672ZM16.7031,17.6826c-.8813-1.1611-1.3657-2.5889-1.3638-4.0229,0-3.6724,2.9878-6.6597,6.6606-6.6597s6.6611,2.9878,6.6611,6.6611c.001,1.4336-.4756,2.8501-1.3418,3.9912l-5.3193,6.3018-5.0952-6.0088-.2017-.2627ZM24,12c0-1.1046-.8954-2-2-2s-2,.8954-2,2,.8954,2,2,2,2-.8954,2-2Z" }), children);
95
+ });
96
+ if (process.env.NODE_ENV !== "production") LocationSupplier.propTypes = require_iconPropTypes.iconPropTypes;
97
+ const LocationStarFilled = /* @__PURE__ */ react.default.forwardRef(function LocationStarFilled({ children, size = 16, ...rest }, ref) {
98
+ return react.default.createElement(require_Icon_js, {
99
+ width: size,
100
+ height: size,
101
+ ref,
102
+ xmlns: "http://www.w3.org/2000/svg",
103
+ viewBox: "0 0 32 32",
104
+ fill: "currentColor",
105
+ ...rest
106
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
107
+ fill: "none",
108
+ d: "M16 7 17.912 10.667 22 11.173 19 13.926 19.6 18 16 15.708 12.4 18 13 13.926 10 11.173 14.2 10.667 16 7z"
109
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm3.6,16L16,15.7085,12.4,18l.6-4.0742-3-2.7529,4.2-.5064L16,7l1.9116,3.6665L22,11.1729l-3,2.7529Z" }), children);
110
+ });
111
+ if (process.env.NODE_ENV !== "production") LocationStarFilled.propTypes = require_iconPropTypes.iconPropTypes;
112
+ const Locked = /* @__PURE__ */ react.default.forwardRef(function Locked({ children, size = 16, ...rest }, ref) {
113
+ return react.default.createElement(require_Icon_js, {
114
+ width: size,
115
+ height: size,
116
+ ref,
117
+ xmlns: "http://www.w3.org/2000/svg",
118
+ viewBox: "0 0 32 32",
119
+ fill: "currentColor",
120
+ ...rest
121
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,14H22V8A6,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,14ZM12,8a4,4,0,0,1,8,0v6H12ZM24,28H8V16H24Z" }), children);
122
+ });
123
+ if (process.env.NODE_ENV !== "production") Locked.propTypes = require_iconPropTypes.iconPropTypes;
124
+ const LockedAndBlocked = /* @__PURE__ */ react.default.forwardRef(function LockedAndBlocked({ children, size = 16, ...rest }, ref) {
125
+ return react.default.createElement(require_Icon_js, {
126
+ width: size,
127
+ height: size,
128
+ ref,
129
+ xmlns: "http://www.w3.org/2000/svg",
130
+ viewBox: "0 0 32 32",
131
+ fill: "currentColor",
132
+ ...rest
133
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30.4461,20.1005c-.1386-.0692-.2914-.1052-.4464-.1053h-10c-.5522,0-1.0001.4474-1.0002.9998,0,.1338.0268.2662.0789.3895l5.0268,10.0581c.1694.3388.5158.5527.8946.5527.3788,0,.7253-.2139.8947-.5527l5-10c.2468-.4944.046-1.0953-.4484-1.342h0ZM8,16h16v2h2v-2c0-1.1046-.8954-2-2-2h-2v-6c0-3.3137-2.6863-6-6-6s-6,2.6863-6,6v6h-2c-1.1046,0-2,.8954-2,2v12c0,1.1046.8954,2,2,2h11v-2h-11v-12ZM12,8c0-2.2092,1.7908-4,4-4s4,1.7908,4,4v6h-8v-6Z" }), children);
134
+ });
135
+ if (process.env.NODE_ENV !== "production") LockedAndBlocked.propTypes = require_iconPropTypes.iconPropTypes;
136
+ const LogicalPartition = /* @__PURE__ */ react.default.forwardRef(function LogicalPartition({ children, size = 16, ...rest }, ref) {
137
+ return react.default.createElement(require_Icon_js, {
138
+ width: size,
139
+ height: size,
140
+ ref,
141
+ xmlns: "http://www.w3.org/2000/svg",
142
+ viewBox: "0 0 32 32",
143
+ fill: "currentColor",
144
+ ...rest
145
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
146
+ cx: "9",
147
+ cy: "7",
148
+ r: "1"
149
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,22v-4c0-1.1046-.8954-2-2-2h-8v-4h9c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H6c-1.1046,0-2,.8954-2,2v6c0,1.1046,.8954,2,2,2H15v4H7c-1.1046,0-2,.8954-2,2v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4H15v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1v-4h8v4h-1c-1.1046,0-2,.8954-2,2v4c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-1Zm-19,6H4v-4h4v4Zm10-4v4h-4v-4h4ZM6,10V4H26v6H6ZM28,28h-4v-4h4v4Z" }), children);
150
+ });
151
+ if (process.env.NODE_ENV !== "production") LogicalPartition.propTypes = require_iconPropTypes.iconPropTypes;
152
+ const Login = /* @__PURE__ */ react.default.forwardRef(function Login({ children, size = 16, ...rest }, ref) {
153
+ return react.default.createElement(require_Icon_js, {
154
+ width: size,
155
+ height: size,
156
+ ref,
157
+ xmlns: "http://www.w3.org/2000/svg",
158
+ viewBox: "0 0 32 32",
159
+ fill: "currentColor",
160
+ ...rest
161
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H14a2,2,0,0,1-2-2V25h2v3H26V4H14V7H12V4a2,2,0,0,1,2-2H26a2,2,0,0,1,2,2V28A2,2,0,0,1,26,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.59 20.59 18.17 17 4 17 4 15 18.17 15 14.59 11.41 16 10 22 16 16 22 14.59 20.59z" }), children);
162
+ });
163
+ if (process.env.NODE_ENV !== "production") Login.propTypes = require_iconPropTypes.iconPropTypes;
164
+ const LogoAngular = /* @__PURE__ */ react.default.forwardRef(function LogoAngular({ children, size = 16, ...rest }, ref) {
165
+ return react.default.createElement(require_Icon_js, {
166
+ width: size,
167
+ height: size,
168
+ ref,
169
+ xmlns: "http://www.w3.org/2000/svg",
170
+ viewBox: "0 0 32 32",
171
+ fill: "currentColor",
172
+ ...rest
173
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.5,16h4.9L16,10.8L13.5,16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,3L3,7.6l2.7,15.8L16,29l10.3-5.6L29,7.6L16,3z M21.1,21.6l-1.5-3.2h-7.1l-1.5,3.2H8.6L16,5.3l7.4,16.2H21.1z" }), children);
174
+ });
175
+ if (process.env.NODE_ENV !== "production") LogoAngular.propTypes = require_iconPropTypes.iconPropTypes;
176
+ const LogoAnsibleCommunity = /* @__PURE__ */ react.default.forwardRef(function LogoAnsibleCommunity({ children, size = 16, ...rest }, ref) {
177
+ return react.default.createElement(require_Icon_js, {
178
+ width: size,
179
+ height: size,
180
+ ref,
181
+ xmlns: "http://www.w3.org/2000/svg",
182
+ viewBox: "0 0 32 32",
183
+ fill: "currentColor",
184
+ ...rest
185
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.8,27.7L17.5,3.1C17.2,2.4,16.6,2,15.9,2c-0.7,0-1.3,0.4-1.6,1.1L3,30h3.9l4.5-11.1l13.3,10.7c0.5,0.4,0.9,0.6,1.4,0.6 c1,0,1.9-0.7,1.9-1.8C28,28.2,27.9,28,27.8,27.7z M15.9,7.5l6.7,16.4L12.5,16L15.9,7.5z" }), children);
186
+ });
187
+ if (process.env.NODE_ENV !== "production") LogoAnsibleCommunity.propTypes = require_iconPropTypes.iconPropTypes;
188
+ const LogoBluesky = /* @__PURE__ */ react.default.forwardRef(function LogoBluesky({ children, size = 16, ...rest }, ref) {
189
+ return react.default.createElement(require_Icon_js, {
190
+ width: size,
191
+ height: size,
192
+ ref,
193
+ xmlns: "http://www.w3.org/2000/svg",
194
+ viewBox: "0 0 32 32",
195
+ fill: "currentColor",
196
+ ...rest
197
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9.2,6.9c2.7,2.1,5.7,6.3,6.8,8.5,1.1-2.2,4-6.4,6.8-8.5,2-1.5,5.2-2.6,5.2,1s-.4,6.2-.7,7c-.9,3.1-4,3.8-6.8,3.4,4.8.8,6.1,3.6,3.4,6.3-5.1,5.2-7.3-1.3-7.8-3,0-.3-.1-.5-.1-.3,0-.1,0,0-.1.3-.6,1.7-2.8,8.2-7.8,3-2.7-2.7-1.4-5.5,3.4-6.3-2.8.5-5.9-.3-6.8-3.4-.2-.9-.7-6.3-.7-7,0-3.7,3.2-2.5,5.2-1,0,0,0,0,0,0Z" }), children);
198
+ });
199
+ if (process.env.NODE_ENV !== "production") LogoBluesky.propTypes = require_iconPropTypes.iconPropTypes;
200
+ const LogoDigg = /* @__PURE__ */ react.default.forwardRef(function LogoDigg({ children, size = 16, ...rest }, ref) {
201
+ return react.default.createElement(require_Icon_js, {
202
+ width: size,
203
+ height: size,
204
+ ref,
205
+ xmlns: "http://www.w3.org/2000/svg",
206
+ viewBox: "0 0 32 32",
207
+ fill: "currentColor",
208
+ ...rest
209
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.48,7.6v3.92H2V21H9.28V7.6Zm0,11.2H4.8v-5H6.48Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.4 11.52H13.2V21.04H10.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.4 7.6H13.2V10.399999999999999H10.4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.32,11.52V21H18.8v1.12H14.32V24.4H21.6V11.52ZM18.8,18.8H17.12v-5H18.8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.72,11.52V21H27.2v1.12H22.72V24.4H30V11.52ZM27.2,18.8H25.52v-5H27.2Z" }), children);
210
+ });
211
+ if (process.env.NODE_ENV !== "production") LogoDigg.propTypes = require_iconPropTypes.iconPropTypes;
212
+ const LogoDiscord = /* @__PURE__ */ react.default.forwardRef(function LogoDiscord({ children, size = 16, ...rest }, ref) {
213
+ return react.default.createElement(require_Icon_js, {
214
+ width: size,
215
+ height: size,
216
+ ref,
217
+ xmlns: "http://www.w3.org/2000/svg",
218
+ viewBox: "0 0 32 32",
219
+ fill: "currentColor",
220
+ ...rest
221
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.7,7.1C23.9,6.3,22,5.7,20,5.3c0,0-0.1,0-0.1,0c-0.2,0.4-0.5,1-0.7,1.5c-2.2-0.3-4.3-0.3-6.4,0c-0.2-0.5-0.5-1-0.7-1.5 c0,0-0.1,0-0.1,0c-2,0.3-3.9,0.9-5.7,1.8c0,0,0,0,0,0c-3.6,5.4-4.6,10.7-4.1,15.9c0,0,0,0.1,0,0.1c2.4,1.8,4.7,2.8,7,3.5 c0,0,0.1,0,0.1,0c0.5-0.7,1-1.5,1.4-2.3c0,0,0-0.1,0-0.1c-0.8-0.3-1.5-0.6-2.2-1c-0.1,0-0.1-0.1,0-0.1c0.1-0.1,0.3-0.2,0.4-0.3 c0,0,0.1,0,0.1,0c4.6,2.1,9.5,2.1,14.1,0c0,0,0.1,0,0.1,0c0.1,0.1,0.3,0.2,0.4,0.3c0.1,0,0,0.1,0,0.1c-0.7,0.4-1.4,0.8-2.2,1 c0,0-0.1,0.1,0,0.1c0.4,0.8,0.9,1.6,1.4,2.3c0,0,0.1,0,0.1,0c2.3-0.7,4.6-1.8,7-3.5c0,0,0,0,0-0.1C30.5,17,28.9,11.8,25.7,7.1 C25.7,7.1,25.7,7.1,25.7,7.1z M11.4,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C13.9,18.6,12.8,19.9,11.4,19.9z M20.7,19.9c-1.4,0-2.5-1.3-2.5-2.8s1.1-2.8,2.5-2.8c1.4,0,2.5,1.3,2.5,2.8 C23.2,18.6,22.1,19.9,20.7,19.9z" }), children);
222
+ });
223
+ if (process.env.NODE_ENV !== "production") LogoDiscord.propTypes = require_iconPropTypes.iconPropTypes;
224
+ const LogoFacebook = /* @__PURE__ */ react.default.forwardRef(function LogoFacebook({ children, size = 16, ...rest }, ref) {
225
+ return react.default.createElement(require_Icon_js, {
226
+ width: size,
227
+ height: size,
228
+ ref,
229
+ xmlns: "http://www.w3.org/2000/svg",
230
+ viewBox: "0 0 32 32",
231
+ fill: "currentColor",
232
+ ...rest
233
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.67,4H5.33A1.34,1.34,0,0,0,4,5.33V26.67A1.34,1.34,0,0,0,5.33,28H16.82V18.72H13.7V15.09h3.12V12.42c0-3.1,1.89-4.79,4.67-4.79.93,0,1.86,0,2.79.14V11H22.37c-1.51,0-1.8.72-1.8,1.77v2.31h3.6l-.47,3.63H20.57V28h6.1A1.34,1.34,0,0,0,28,26.67V5.33A1.34,1.34,0,0,0,26.67,4Z" }), children);
234
+ });
235
+ if (process.env.NODE_ENV !== "production") LogoFacebook.propTypes = require_iconPropTypes.iconPropTypes;
236
+ const LogoFigma = /* @__PURE__ */ react.default.forwardRef(function LogoFigma({ children, size = 16, ...rest }, ref) {
237
+ return react.default.createElement(require_Icon_js, {
238
+ width: size,
239
+ height: size,
240
+ ref,
241
+ xmlns: "http://www.w3.org/2000/svg",
242
+ viewBox: "0 0 32 32",
243
+ fill: "currentColor",
244
+ ...rest
245
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.6,11.6c1-0.6,1.7-1.5,2.1-2.6c0.4-1.1,0.4-2.2,0.1-3.3c-0.3-1.1-1-2-1.9-2.7c-0.9-0.7-2.1-1-3.2-1h-9.2 c-1.2,0-2.3,0.4-3.2,1C7.2,3.7,6.6,4.7,6.2,5.7C5.9,6.8,5.9,8,6.3,9c0.4,1.1,1.1,2,2.1,2.6c-0.7,0.5-1.4,1.1-1.8,1.9 C6.2,14.3,6,15.1,6,16c0,0.9,0.2,1.7,0.6,2.5c0.4,0.8,1,1.4,1.8,1.9c-1,0.6-1.7,1.5-2.1,2.6c-0.4,1.1-0.4,2.2-0.1,3.3 c0.3,1.1,1,2,2,2.7c0.9,0.7,2.1,1,3.2,1c1.4,0,2.8-0.6,3.9-1.5c1-1,1.6-2.3,1.6-3.7v-4.8c1,0.9,2.3,1.4,3.6,1.4h0.1 c1.2,0,2.3-0.4,3.2-1c0.9-0.7,1.6-1.6,1.9-2.7c0.3-1.1,0.3-2.2-0.1-3.3C25.3,13.1,24.5,12.2,23.6,11.6z M16.9,3.7h3.7 c0.5,0,1,0,1.4,0.2c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.3,0.6,0.7,0.8,1.2s0.3,0.9,0.3,1.4c0,0.5-0.1,1-0.3,1.4c-0.2,0.4-0.5,0.8-0.8,1.2 c-0.4,0.3-0.8,0.6-1.2,0.8c-0.5,0.2-1,0.2-1.4,0.2h-3.7V3.7z M11.4,3.7h3.7v7h-3.7c-0.9,0-1.8-0.4-2.4-1.1C8.3,9,8,8.1,8,7.2 s0.4-1.8,1-2.4C9.6,4.2,10.5,3.8,11.4,3.7L11.4,3.7z M7.8,16c0-0.9,0.4-1.8,1.1-2.5c0.7-0.7,1.6-1,2.6-1h3.7v7h-3.7 c-1,0-1.9-0.4-2.6-1C8.2,17.8,7.8,16.9,7.8,16L7.8,16z M15.1,24.7c0,1-0.4,1.9-1.1,2.5c-0.7,0.7-1.6,1-2.6,1c-0.5,0-1,0-1.4-0.2 c-0.5-0.2-0.9-0.4-1.2-0.7c-0.4-0.3-0.6-0.7-0.8-1.2c-0.2-0.4-0.3-0.9-0.3-1.4c0-0.5,0.1-1,0.3-1.4c0.2-0.4,0.5-0.8,0.8-1.2 c0.4-0.3,0.8-0.6,1.2-0.8c0.5-0.2,1-0.2,1.4-0.2h3.7L15.1,24.7z M20.6,19.5h-0.1c-0.9,0-1.8-0.4-2.4-1.1c-0.6-0.7-1-1.5-1-2.4 c0-0.9,0.4-1.8,1-2.4c0.6-0.7,1.5-1,2.4-1.1h0.1c0.5,0,1,0,1.4,0.2c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.3,0.6,0.7,0.8,1.2 c0.2,0.4,0.3,0.9,0.3,1.4c0,0.5-0.1,1-0.3,1.4c-0.2,0.4-0.5,0.8-0.8,1.2c-0.4,0.3-0.8,0.6-1.2,0.8C21.6,19.5,21.1,19.5,20.6,19.5 L20.6,19.5z" }), children);
246
+ });
247
+ if (process.env.NODE_ENV !== "production") LogoFigma.propTypes = require_iconPropTypes.iconPropTypes;
248
+ const LogoFlickr = /* @__PURE__ */ react.default.forwardRef(function LogoFlickr({ children, size = 16, ...rest }, ref) {
249
+ return react.default.createElement(require_Icon_js, {
250
+ width: size,
251
+ height: size,
252
+ ref,
253
+ xmlns: "http://www.w3.org/2000/svg",
254
+ viewBox: "0 0 32 32",
255
+ fill: "currentColor",
256
+ ...rest
257
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
258
+ cx: "8",
259
+ cy: "16",
260
+ r: "6"
261
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
262
+ cx: "24",
263
+ cy: "16",
264
+ r: "6"
265
+ }), children);
266
+ });
267
+ if (process.env.NODE_ENV !== "production") LogoFlickr.propTypes = require_iconPropTypes.iconPropTypes;
268
+ const LogoGit = /* @__PURE__ */ react.default.forwardRef(function LogoGit({ children, size = 16, ...rest }, ref) {
269
+ return react.default.createElement(require_Icon_js, {
270
+ width: size,
271
+ height: size,
272
+ ref,
273
+ xmlns: "http://www.w3.org/2000/svg",
274
+ viewBox: "0 0 32 32",
275
+ fill: "currentColor",
276
+ ...rest
277
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.5242,14.8021L17.2022,2.5241c-.7013-.6988-1.8032-.6988-2.5045,0h0l-2.5045,2.4955,3.2057,3.1943c.8014-.2995,1.6029,0,2.2039.4991.6011.5989.8014,1.3975.5009,2.1961l3.1055,3.0945c.8014-.2995,1.6029,0,2.2039.4991.8014.7986.8014,2.1961,0,2.9947h0c-.8014.7986-2.2039.7986-3.0054,0-.6011-.5989-.8014-1.4973-.5009-2.2959l-2.9052-2.8948v7.5865c1.102.4991,1.5027,1.7968,1.0018,2.8948-.1002.1996-.2004.3993-.4007.5989-.8014.7986-2.2039.7986-3.0054,0h0c-.8014-.7986-.8014-2.1961,0-2.9947h0c.2004-.1996.4007-.3993.7013-.4991v-7.6863c-.3005-.0998-.5009-.2995-.7013-.4991-.6011-.5989-.8014-1.4973-.5009-2.2959l-3.2057-3.1943L2.4759,14.7023c-.7013.6988-.7013,1.7968,0,2.5954h0l12.2218,12.1783c.7013.6988,1.8032.6988,2.5045,0l12.2218-12.1783c.7013-.6988.7013-1.7968,0-2.5954" }), children);
278
+ });
279
+ if (process.env.NODE_ENV !== "production") LogoGit.propTypes = require_iconPropTypes.iconPropTypes;
280
+ const LogoGithub = /* @__PURE__ */ react.default.forwardRef(function LogoGithub({ children, size = 16, ...rest }, ref) {
281
+ return react.default.createElement(require_Icon_js, {
282
+ width: size,
283
+ height: size,
284
+ ref,
285
+ xmlns: "http://www.w3.org/2000/svg",
286
+ viewBox: "0 0 32 32",
287
+ fill: "currentColor",
288
+ ...rest
289
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
290
+ fillRule: "evenodd",
291
+ d: "M16,2a14,14,0,0,0-4.43,27.28c.7.13,1-.3,1-.67s0-1.21,0-2.38c-3.89.84-4.71-1.88-4.71-1.88A3.71,3.71,0,0,0,6.24,22.3c-1.27-.86.1-.85.1-.85A2.94,2.94,0,0,1,8.48,22.9a3,3,0,0,0,4.08,1.16,2.93,2.93,0,0,1,.88-1.87c-3.1-.36-6.37-1.56-6.37-6.92a5.4,5.4,0,0,1,1.44-3.76,5,5,0,0,1,.14-3.7s1.17-.38,3.85,1.43a13.3,13.3,0,0,1,7,0c2.67-1.81,3.84-1.43,3.84-1.43a5,5,0,0,1,.14,3.7,5.4,5.4,0,0,1,1.44,3.76c0,5.38-3.27,6.56-6.39,6.91a3.33,3.33,0,0,1,.95,2.59c0,1.87,0,3.38,0,3.84s.25.81,1,.67A14,14,0,0,0,16,2Z"
292
+ }), children);
293
+ });
294
+ if (process.env.NODE_ENV !== "production") LogoGithub.propTypes = require_iconPropTypes.iconPropTypes;
295
+ const LogoGitlab = /* @__PURE__ */ react.default.forwardRef(function LogoGitlab({ children, size = 16, ...rest }, ref) {
296
+ return react.default.createElement(require_Icon_js, {
297
+ width: size,
298
+ height: size,
299
+ ref,
300
+ xmlns: "http://www.w3.org/2000/svg",
301
+ viewBox: "0 0 32 32",
302
+ fill: "currentColor",
303
+ ...rest
304
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28.5678,12.8926l-.0366-.0934-3.5388-9.2356c-.072-.181-.1995-.3346-.3642-.4386-.3375-.2095-.7699-.1863-1.083.0582-.1512.1228-.2608.2892-.3141.4765l-2.3894,7.3105h-9.6756l-2.3894-7.3105c-.0518-.1884-.1617-.3556-.3141-.4779-.3131-.2445-.7455-.2677-1.083-.0582-.1643.1045-.2917.2579-.3642.4386l-3.5456,9.2315-.0352.0934c-1.0465,2.7345-.1578,5.8315,2.1796,7.5948l.0122.0095.0325.023,5.3908,4.037,2.667,2.0185,1.6246,1.2265c.3905.2965.9308.2965,1.3213,0l1.6246-1.2265,2.667-2.0185,5.4233-4.0614.0135-.0108c2.3319-1.7635,3.219-4.8551,2.1769-7.5867Z" }), children);
305
+ });
306
+ if (process.env.NODE_ENV !== "production") LogoGitlab.propTypes = require_iconPropTypes.iconPropTypes;
307
+ const LogoGlassdoor = /* @__PURE__ */ react.default.forwardRef(function LogoGlassdoor({ children, size = 16, ...rest }, ref) {
308
+ return react.default.createElement(require_Icon_js, {
309
+ width: size,
310
+ height: size,
311
+ ref,
312
+ xmlns: "http://www.w3.org/2000/svg",
313
+ viewBox: "0 0 32 32",
314
+ fill: "currentColor",
315
+ ...rest
316
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8281,28H21.1719a3.43,3.43,0,0,0,3.43-3.43V10.3306h-3.43V24.57H7.3981A3.43,3.43,0,0,0,10.8281,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.1719,4H10.8281a3.43,3.43,0,0,0-3.43,3.43v14.24h3.43V7.43H24.6019A3.43,3.43,0,0,0,21.1719,4Z" }), children);
317
+ });
318
+ if (process.env.NODE_ENV !== "production") LogoGlassdoor.propTypes = require_iconPropTypes.iconPropTypes;
319
+ const LogoInstagram = /* @__PURE__ */ react.default.forwardRef(function LogoInstagram({ children, size = 16, ...rest }, ref) {
320
+ return react.default.createElement(require_Icon_js, {
321
+ width: size,
322
+ height: size,
323
+ ref,
324
+ xmlns: "http://www.w3.org/2000/svg",
325
+ viewBox: "0 0 32 32",
326
+ fill: "currentColor",
327
+ ...rest
328
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
329
+ cx: "22.406",
330
+ cy: "9.594",
331
+ r: "1.44"
332
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,9.8378A6.1622,6.1622,0,1,0,22.1622,16,6.1622,6.1622,0,0,0,16,9.8378ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6.1622c3.2041,0,3.5837.0122,4.849.07a6.6418,6.6418,0,0,1,2.2283.4132,3.9748,3.9748,0,0,1,2.2774,2.2774,6.6418,6.6418,0,0,1,.4132,2.2283c.0577,1.2653.07,1.6449.07,4.849s-.0122,3.5837-.07,4.849a6.6418,6.6418,0,0,1-.4132,2.2283,3.9748,3.9748,0,0,1-2.2774,2.2774,6.6418,6.6418,0,0,1-2.2283.4132c-1.2652.0577-1.6446.07-4.849.07s-3.5838-.0122-4.849-.07a6.6418,6.6418,0,0,1-2.2283-.4132,3.9748,3.9748,0,0,1-2.2774-2.2774,6.6418,6.6418,0,0,1-.4132-2.2283c-.0577-1.2653-.07-1.6449-.07-4.849s.0122-3.5837.07-4.849a6.6418,6.6418,0,0,1,.4132-2.2283A3.9748,3.9748,0,0,1,8.9227,6.6453a6.6418,6.6418,0,0,1,2.2283-.4132c1.2653-.0577,1.6449-.07,4.849-.07M16,4c-3.259,0-3.6677.0138-4.9476.0722A8.8068,8.8068,0,0,0,8.14,4.63,6.1363,6.1363,0,0,0,4.63,8.14a8.8068,8.8068,0,0,0-.5578,2.9129C4.0138,12.3323,4,12.741,4,16s.0138,3.6677.0722,4.9476A8.8074,8.8074,0,0,0,4.63,23.8605a6.1363,6.1363,0,0,0,3.51,3.51,8.8068,8.8068,0,0,0,2.9129.5578C12.3323,27.9862,12.741,28,16,28s3.6677-.0138,4.9476-.0722a8.8074,8.8074,0,0,0,2.9129-.5578,6.1363,6.1363,0,0,0,3.51-3.51,8.8074,8.8074,0,0,0,.5578-2.9129C27.9862,19.6677,28,19.259,28,16s-.0138-3.6677-.0722-4.9476A8.8068,8.8068,0,0,0,27.37,8.14a6.1363,6.1363,0,0,0-3.51-3.5095,8.8074,8.8074,0,0,0-2.9129-.5578C19.6677,4.0138,19.259,4,16,4Z" }), children);
333
+ });
334
+ if (process.env.NODE_ENV !== "production") LogoInstagram.propTypes = require_iconPropTypes.iconPropTypes;
28
335
  const LogoInvision = /* @__PURE__ */ react.default.forwardRef(function LogoInvision({ children, size = 16, ...rest }, ref) {
29
- return react.default.createElement(require_Icon.Icon, {
336
+ return react.default.createElement(require_Icon_js, {
30
337
  width: size,
31
338
  height: size,
32
339
  ref,
@@ -38,7 +345,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
38
345
  });
39
346
  if (process.env.NODE_ENV !== "production") LogoInvision.propTypes = require_iconPropTypes.iconPropTypes;
40
347
  const LogoJupyter = /* @__PURE__ */ react.default.forwardRef(function LogoJupyter({ children, size = 16, ...rest }, ref) {
41
- return react.default.createElement(require_Icon.Icon, {
348
+ return react.default.createElement(require_Icon_js, {
42
349
  width: size,
43
350
  height: size,
44
351
  ref,
@@ -50,7 +357,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
50
357
  });
51
358
  if (process.env.NODE_ENV !== "production") LogoJupyter.propTypes = require_iconPropTypes.iconPropTypes;
52
359
  const LogoKeybase = /* @__PURE__ */ react.default.forwardRef(function LogoKeybase({ children, size = 16, ...rest }, ref) {
53
- return react.default.createElement(require_Icon.Icon, {
360
+ return react.default.createElement(require_Icon_js, {
54
361
  width: size,
55
362
  height: size,
56
363
  ref,
@@ -65,7 +372,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
65
372
  });
66
373
  if (process.env.NODE_ENV !== "production") LogoKeybase.propTypes = require_iconPropTypes.iconPropTypes;
67
374
  const LogoKubernetes = /* @__PURE__ */ react.default.forwardRef(function LogoKubernetes({ children, size = 16, ...rest }, ref) {
68
- return react.default.createElement(require_Icon.Icon, {
375
+ return react.default.createElement(require_Icon_js, {
69
376
  width: size,
70
377
  height: size,
71
378
  ref,
@@ -77,7 +384,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
77
384
  });
78
385
  if (process.env.NODE_ENV !== "production") LogoKubernetes.propTypes = require_iconPropTypes.iconPropTypes;
79
386
  const LogoLinkedin = /* @__PURE__ */ react.default.forwardRef(function LogoLinkedin({ children, size = 16, ...rest }, ref) {
80
- return react.default.createElement(require_Icon.Icon, {
387
+ return react.default.createElement(require_Icon_js, {
81
388
  width: size,
82
389
  height: size,
83
390
  ref,
@@ -89,7 +396,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
89
396
  });
90
397
  if (process.env.NODE_ENV !== "production") LogoLinkedin.propTypes = require_iconPropTypes.iconPropTypes;
91
398
  const LogoLivestream = /* @__PURE__ */ react.default.forwardRef(function LogoLivestream({ children, size = 16, ...rest }, ref) {
92
- return react.default.createElement(require_Icon.Icon, {
399
+ return react.default.createElement(require_Icon_js, {
93
400
  width: size,
94
401
  height: size,
95
402
  ref,
@@ -101,7 +408,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
101
408
  });
102
409
  if (process.env.NODE_ENV !== "production") LogoLivestream.propTypes = require_iconPropTypes.iconPropTypes;
103
410
  const LogoMastodon = /* @__PURE__ */ react.default.forwardRef(function LogoMastodon({ children, size = 16, ...rest }, ref) {
104
- return react.default.createElement(require_Icon.Icon, {
411
+ return react.default.createElement(require_Icon_js, {
105
412
  width: size,
106
413
  height: size,
107
414
  ref,
@@ -113,7 +420,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
113
420
  });
114
421
  if (process.env.NODE_ENV !== "production") LogoMastodon.propTypes = require_iconPropTypes.iconPropTypes;
115
422
  const LogoMedium = /* @__PURE__ */ react.default.forwardRef(function LogoMedium({ children, size = 16, ...rest }, ref) {
116
- return react.default.createElement(require_Icon.Icon, {
423
+ return react.default.createElement(require_Icon_js, {
117
424
  width: size,
118
425
  height: size,
119
426
  ref,
@@ -125,7 +432,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
125
432
  });
126
433
  if (process.env.NODE_ENV !== "production") LogoMedium.propTypes = require_iconPropTypes.iconPropTypes;
127
434
  const LogoModelContextProtocol = /* @__PURE__ */ react.default.forwardRef(function LogoModelContextProtocol({ children, size = 16, ...rest }, ref) {
128
- return react.default.createElement(require_Icon.Icon, {
435
+ return react.default.createElement(require_Icon_js, {
129
436
  width: size,
130
437
  height: size,
131
438
  ref,
@@ -137,7 +444,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
137
444
  });
138
445
  if (process.env.NODE_ENV !== "production") LogoModelContextProtocol.propTypes = require_iconPropTypes.iconPropTypes;
139
446
  const LogoNpm = /* @__PURE__ */ react.default.forwardRef(function LogoNpm({ children, size = 16, ...rest }, ref) {
140
- return react.default.createElement(require_Icon.Icon, {
447
+ return react.default.createElement(require_Icon_js, {
141
448
  width: size,
142
449
  height: size,
143
450
  ref,
@@ -149,7 +456,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
149
456
  });
150
457
  if (process.env.NODE_ENV !== "production") LogoNpm.propTypes = require_iconPropTypes.iconPropTypes;
151
458
  const LogoOpenshift = /* @__PURE__ */ react.default.forwardRef(function LogoOpenshift({ children, size = 16, ...rest }, ref) {
152
- return react.default.createElement(require_Icon.Icon, {
459
+ return react.default.createElement(require_Icon_js, {
153
460
  width: size,
154
461
  height: size,
155
462
  ref,
@@ -161,7 +468,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
161
468
  });
162
469
  if (process.env.NODE_ENV !== "production") LogoOpenshift.propTypes = require_iconPropTypes.iconPropTypes;
163
470
  const LogoPinterest = /* @__PURE__ */ react.default.forwardRef(function LogoPinterest({ children, size = 16, ...rest }, ref) {
164
- return react.default.createElement(require_Icon.Icon, {
471
+ return react.default.createElement(require_Icon_js, {
165
472
  width: size,
166
473
  height: size,
167
474
  ref,
@@ -173,7 +480,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
173
480
  });
174
481
  if (process.env.NODE_ENV !== "production") LogoPinterest.propTypes = require_iconPropTypes.iconPropTypes;
175
482
  const LogoPython = /* @__PURE__ */ react.default.forwardRef(function LogoPython({ children, size = 16, ...rest }, ref) {
176
- return react.default.createElement(require_Icon.Icon, {
483
+ return react.default.createElement(require_Icon_js, {
177
484
  width: size,
178
485
  height: size,
179
486
  ref,
@@ -191,7 +498,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
191
498
  });
192
499
  if (process.env.NODE_ENV !== "production") LogoPython.propTypes = require_iconPropTypes.iconPropTypes;
193
500
  const LogoQuora = /* @__PURE__ */ react.default.forwardRef(function LogoQuora({ children, size = 16, ...rest }, ref) {
194
- return react.default.createElement(require_Icon.Icon, {
501
+ return react.default.createElement(require_Icon_js, {
195
502
  width: size,
196
503
  height: size,
197
504
  ref,
@@ -203,7 +510,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
203
510
  });
204
511
  if (process.env.NODE_ENV !== "production") LogoQuora.propTypes = require_iconPropTypes.iconPropTypes;
205
512
  const LogoRScript = /* @__PURE__ */ react.default.forwardRef(function LogoRScript({ children, size = 16, ...rest }, ref) {
206
- return react.default.createElement(require_Icon.Icon, {
513
+ return react.default.createElement(require_Icon_js, {
207
514
  width: size,
208
515
  height: size,
209
516
  ref,
@@ -218,7 +525,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
218
525
  });
219
526
  if (process.env.NODE_ENV !== "production") LogoRScript.propTypes = require_iconPropTypes.iconPropTypes;
220
527
  const LogoReact = /* @__PURE__ */ react.default.forwardRef(function LogoReact({ children, size = 16, ...rest }, ref) {
221
- return react.default.createElement(require_Icon.Icon, {
528
+ return react.default.createElement(require_Icon_js, {
222
529
  width: size,
223
530
  height: size,
224
531
  ref,
@@ -230,7 +537,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
230
537
  });
231
538
  if (process.env.NODE_ENV !== "production") LogoReact.propTypes = require_iconPropTypes.iconPropTypes;
232
539
  const LogoRedHatAiInstructlabOnIbmCloud = /* @__PURE__ */ react.default.forwardRef(function LogoRedHatAiInstructlabOnIbmCloud({ children, size = 16, ...rest }, ref) {
233
- return react.default.createElement(require_Icon.Icon, {
540
+ return react.default.createElement(require_Icon_js, {
234
541
  width: size,
235
542
  height: size,
236
543
  ref,
@@ -242,7 +549,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
242
549
  });
243
550
  if (process.env.NODE_ENV !== "production") LogoRedHatAiInstructlabOnIbmCloud.propTypes = require_iconPropTypes.iconPropTypes;
244
551
  const LogoRedHatAnsible = /* @__PURE__ */ react.default.forwardRef(function LogoRedHatAnsible({ children, size = 16, ...rest }, ref) {
245
- return react.default.createElement(require_Icon.Icon, {
552
+ return react.default.createElement(require_Icon_js, {
246
553
  width: size,
247
554
  height: size,
248
555
  ref,
@@ -254,7 +561,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
254
561
  });
255
562
  if (process.env.NODE_ENV !== "production") LogoRedHatAnsible.propTypes = require_iconPropTypes.iconPropTypes;
256
563
  const LogoSketch = /* @__PURE__ */ react.default.forwardRef(function LogoSketch({ children, size = 16, ...rest }, ref) {
257
- return react.default.createElement(require_Icon.Icon, {
564
+ return react.default.createElement(require_Icon_js, {
258
565
  width: size,
259
566
  height: size,
260
567
  ref,
@@ -266,7 +573,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
266
573
  });
267
574
  if (process.env.NODE_ENV !== "production") LogoSketch.propTypes = require_iconPropTypes.iconPropTypes;
268
575
  const LogoSkype = /* @__PURE__ */ react.default.forwardRef(function LogoSkype({ children, size = 16, ...rest }, ref) {
269
- return react.default.createElement(require_Icon.Icon, {
576
+ return react.default.createElement(require_Icon_js, {
270
577
  width: size,
271
578
  height: size,
272
579
  ref,
@@ -278,7 +585,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
278
585
  });
279
586
  if (process.env.NODE_ENV !== "production") LogoSkype.propTypes = require_iconPropTypes.iconPropTypes;
280
587
  const LogoSlack = /* @__PURE__ */ react.default.forwardRef(function LogoSlack({ children, size = 16, ...rest }, ref) {
281
- return react.default.createElement(require_Icon.Icon, {
588
+ return react.default.createElement(require_Icon_js, {
282
589
  width: size,
283
590
  height: size,
284
591
  ref,
@@ -290,7 +597,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
290
597
  });
291
598
  if (process.env.NODE_ENV !== "production") LogoSlack.propTypes = require_iconPropTypes.iconPropTypes;
292
599
  const LogoSnapchat = /* @__PURE__ */ react.default.forwardRef(function LogoSnapchat({ children, size = 16, ...rest }, ref) {
293
- return react.default.createElement(require_Icon.Icon, {
600
+ return react.default.createElement(require_Icon_js, {
294
601
  width: size,
295
602
  height: size,
296
603
  ref,
@@ -306,7 +613,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
306
613
  });
307
614
  if (process.env.NODE_ENV !== "production") LogoSnapchat.propTypes = require_iconPropTypes.iconPropTypes;
308
615
  const LogoSvelte = /* @__PURE__ */ react.default.forwardRef(function LogoSvelte({ children, size = 16, ...rest }, ref) {
309
- return react.default.createElement(require_Icon.Icon, {
616
+ return react.default.createElement(require_Icon_js, {
310
617
  width: size,
311
618
  height: size,
312
619
  ref,
@@ -318,7 +625,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
318
625
  });
319
626
  if (process.env.NODE_ENV !== "production") LogoSvelte.propTypes = require_iconPropTypes.iconPropTypes;
320
627
  const LogoTumblr = /* @__PURE__ */ react.default.forwardRef(function LogoTumblr({ children, size = 16, ...rest }, ref) {
321
- return react.default.createElement(require_Icon.Icon, {
628
+ return react.default.createElement(require_Icon_js, {
322
629
  width: size,
323
630
  height: size,
324
631
  ref,
@@ -330,7 +637,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
330
637
  });
331
638
  if (process.env.NODE_ENV !== "production") LogoTumblr.propTypes = require_iconPropTypes.iconPropTypes;
332
639
  const LogoTwitter = /* @__PURE__ */ react.default.forwardRef(function LogoTwitter({ children, size = 16, ...rest }, ref) {
333
- return react.default.createElement(require_Icon.Icon, {
640
+ return react.default.createElement(require_Icon_js, {
334
641
  width: size,
335
642
  height: size,
336
643
  ref,
@@ -342,7 +649,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
342
649
  });
343
650
  if (process.env.NODE_ENV !== "production") LogoTwitter.propTypes = require_iconPropTypes.iconPropTypes;
344
651
  const LogoVmware = /* @__PURE__ */ react.default.forwardRef(function LogoVmware({ children, size = 16, ...rest }, ref) {
345
- return react.default.createElement(require_Icon.Icon, {
652
+ return react.default.createElement(require_Icon_js, {
346
653
  width: size,
347
654
  height: size,
348
655
  ref,
@@ -354,7 +661,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
354
661
  });
355
662
  if (process.env.NODE_ENV !== "production") LogoVmware.propTypes = require_iconPropTypes.iconPropTypes;
356
663
  const LogoVmwareAlt = /* @__PURE__ */ react.default.forwardRef(function LogoVmwareAlt({ children, size = 16, ...rest }, ref) {
357
- return react.default.createElement(require_Icon.Icon, {
664
+ return react.default.createElement(require_Icon_js, {
358
665
  width: size,
359
666
  height: size,
360
667
  ref,
@@ -366,7 +673,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
366
673
  });
367
674
  if (process.env.NODE_ENV !== "production") LogoVmwareAlt.propTypes = require_iconPropTypes.iconPropTypes;
368
675
  const LogoVue = /* @__PURE__ */ react.default.forwardRef(function LogoVue({ children, size = 16, ...rest }, ref) {
369
- return react.default.createElement(require_Icon.Icon, {
676
+ return react.default.createElement(require_Icon_js, {
370
677
  width: size,
371
678
  height: size,
372
679
  ref,
@@ -378,7 +685,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
378
685
  });
379
686
  if (process.env.NODE_ENV !== "production") LogoVue.propTypes = require_iconPropTypes.iconPropTypes;
380
687
  const LogoWechat = /* @__PURE__ */ react.default.forwardRef(function LogoWechat({ children, size = 16, ...rest }, ref) {
381
- return react.default.createElement(require_Icon.Icon, {
688
+ return react.default.createElement(require_Icon_js, {
382
689
  width: size,
383
690
  height: size,
384
691
  ref,
@@ -393,7 +700,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
393
700
  });
394
701
  if (process.env.NODE_ENV !== "production") LogoWechat.propTypes = require_iconPropTypes.iconPropTypes;
395
702
  const LogoX = /* @__PURE__ */ react.default.forwardRef(function LogoX({ children, size = 16, ...rest }, ref) {
396
- return react.default.createElement(require_Icon.Icon, {
703
+ return react.default.createElement(require_Icon_js, {
397
704
  width: size,
398
705
  height: size,
399
706
  ref,
@@ -405,7 +712,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
405
712
  });
406
713
  if (process.env.NODE_ENV !== "production") LogoX.propTypes = require_iconPropTypes.iconPropTypes;
407
714
  const LogoXing = /* @__PURE__ */ react.default.forwardRef(function LogoXing({ children, size = 16, ...rest }, ref) {
408
- return react.default.createElement(require_Icon.Icon, {
715
+ return react.default.createElement(require_Icon_js, {
409
716
  width: size,
410
717
  height: size,
411
718
  ref,
@@ -417,7 +724,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
417
724
  });
418
725
  if (process.env.NODE_ENV !== "production") LogoXing.propTypes = require_iconPropTypes.iconPropTypes;
419
726
  const LogoYelp = /* @__PURE__ */ react.default.forwardRef(function LogoYelp({ children, size = 16, ...rest }, ref) {
420
- return react.default.createElement(require_Icon.Icon, {
727
+ return react.default.createElement(require_Icon_js, {
421
728
  width: size,
422
729
  height: size,
423
730
  ref,
@@ -444,7 +751,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
444
751
  });
445
752
  if (process.env.NODE_ENV !== "production") LogoYelp.propTypes = require_iconPropTypes.iconPropTypes;
446
753
  const LogoYoutube = /* @__PURE__ */ react.default.forwardRef(function LogoYoutube({ children, size = 16, ...rest }, ref) {
447
- return react.default.createElement(require_Icon.Icon, {
754
+ return react.default.createElement(require_Icon_js, {
448
755
  width: size,
449
756
  height: size,
450
757
  ref,
@@ -456,7 +763,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
456
763
  });
457
764
  if (process.env.NODE_ENV !== "production") LogoYoutube.propTypes = require_iconPropTypes.iconPropTypes;
458
765
  const Logout = /* @__PURE__ */ react.default.forwardRef(function Logout({ children, size = 16, ...rest }, ref) {
459
- return react.default.createElement(require_Icon.Icon, {
766
+ return react.default.createElement(require_Icon_js, {
460
767
  width: size,
461
768
  height: size,
462
769
  ref,
@@ -468,7 +775,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
468
775
  });
469
776
  if (process.env.NODE_ENV !== "production") Logout.propTypes = require_iconPropTypes.iconPropTypes;
470
777
  const Loop = /* @__PURE__ */ react.default.forwardRef(function Loop({ children, size = 16, ...rest }, ref) {
471
- return react.default.createElement(require_Icon.Icon, {
778
+ return react.default.createElement(require_Icon_js, {
472
779
  width: size,
473
780
  height: size,
474
781
  ref,
@@ -480,7 +787,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
480
787
  });
481
788
  if (process.env.NODE_ENV !== "production") Loop.propTypes = require_iconPropTypes.iconPropTypes;
482
789
  const LoopAlt = /* @__PURE__ */ react.default.forwardRef(function LoopAlt({ children, size = 16, ...rest }, ref) {
483
- return react.default.createElement(require_Icon.Icon, {
790
+ return react.default.createElement(require_Icon_js, {
484
791
  width: size,
485
792
  height: size,
486
793
  ref,
@@ -492,7 +799,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
492
799
  });
493
800
  if (process.env.NODE_ENV !== "production") LoopAlt.propTypes = require_iconPropTypes.iconPropTypes;
494
801
  const LowSeverity = /* @__PURE__ */ react.default.forwardRef(function LowSeverity({ children, size = 16, ...rest }, ref) {
495
- if (size === "glyph" || size === "glyph" || size === "glyphpx") return react.default.createElement(require_Icon.Icon, {
802
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") return react.default.createElement(require_Icon_js, {
496
803
  width: size,
497
804
  height: size,
498
805
  ref,
@@ -501,7 +808,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
501
808
  fill: "currentColor",
502
809
  ...rest
503
810
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 4H12V12H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4v8H4V4h8m1-1H3V13H13V3Z" }), children);
504
- return react.default.createElement(require_Icon.Icon, {
811
+ return react.default.createElement(require_Icon_js, {
505
812
  width: size,
506
813
  height: size,
507
814
  ref,
@@ -513,7 +820,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
513
820
  });
514
821
  if (process.env.NODE_ENV !== "production") LowSeverity.propTypes = require_iconPropTypes.iconPropTypes;
515
822
  const Mac = /* @__PURE__ */ react.default.forwardRef(function Mac({ children, size = 16, ...rest }, ref) {
516
- return react.default.createElement(require_Icon.Icon, {
823
+ return react.default.createElement(require_Icon_js, {
517
824
  width: size,
518
825
  height: size,
519
826
  ref,
@@ -534,7 +841,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
534
841
  });
535
842
  if (process.env.NODE_ENV !== "production") Mac.propTypes = require_iconPropTypes.iconPropTypes;
536
843
  const MacCommand = /* @__PURE__ */ react.default.forwardRef(function MacCommand({ children, size = 16, ...rest }, ref) {
537
- return react.default.createElement(require_Icon.Icon, {
844
+ return react.default.createElement(require_Icon_js, {
538
845
  width: size,
539
846
  height: size,
540
847
  ref,
@@ -546,7 +853,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
546
853
  });
547
854
  if (process.env.NODE_ENV !== "production") MacCommand.propTypes = require_iconPropTypes.iconPropTypes;
548
855
  const MacOption = /* @__PURE__ */ react.default.forwardRef(function MacOption({ children, size = 16, ...rest }, ref) {
549
- return react.default.createElement(require_Icon.Icon, {
856
+ return react.default.createElement(require_Icon_js, {
550
857
  width: size,
551
858
  height: size,
552
859
  ref,
@@ -558,7 +865,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
558
865
  });
559
866
  if (process.env.NODE_ENV !== "production") MacOption.propTypes = require_iconPropTypes.iconPropTypes;
560
867
  const MacShift = /* @__PURE__ */ react.default.forwardRef(function MacShift({ children, size = 16, ...rest }, ref) {
561
- return react.default.createElement(require_Icon.Icon, {
868
+ return react.default.createElement(require_Icon_js, {
562
869
  width: size,
563
870
  height: size,
564
871
  ref,
@@ -576,7 +883,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
576
883
  console.warn("Icon should not be used. Teams should use machine-learning-model instead. As a result, the MachineLearning component will be removed in the next major version of @carbon/icons-react.");
577
884
  }
578
885
  }
579
- return react.default.createElement(require_Icon.Icon, {
886
+ return react.default.createElement(require_Icon_js, {
580
887
  width: size,
581
888
  height: size,
582
889
  ref,
@@ -588,7 +895,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
588
895
  });
589
896
  if (process.env.NODE_ENV !== "production") MachineLearning.propTypes = require_iconPropTypes.iconPropTypes;
590
897
  const MachineLearningModel = /* @__PURE__ */ react.default.forwardRef(function MachineLearningModel({ children, size = 16, ...rest }, ref) {
591
- return react.default.createElement(require_Icon.Icon, {
898
+ return react.default.createElement(require_Icon_js, {
592
899
  width: size,
593
900
  height: size,
594
901
  ref,
@@ -603,7 +910,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
603
910
  });
604
911
  if (process.env.NODE_ENV !== "production") MachineLearningModel.propTypes = require_iconPropTypes.iconPropTypes;
605
912
  const MagicWand = /* @__PURE__ */ react.default.forwardRef(function MagicWand({ children, size = 16, ...rest }, ref) {
606
- return react.default.createElement(require_Icon.Icon, {
913
+ return react.default.createElement(require_Icon_js, {
607
914
  width: size,
608
915
  height: size,
609
916
  ref,
@@ -624,7 +931,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
624
931
  });
625
932
  if (process.env.NODE_ENV !== "production") MagicWand.propTypes = require_iconPropTypes.iconPropTypes;
626
933
  const MagicWandFilled = /* @__PURE__ */ react.default.forwardRef(function MagicWandFilled({ children, size = 16, ...rest }, ref) {
627
- return react.default.createElement(require_Icon.Icon, {
934
+ return react.default.createElement(require_Icon_js, {
628
935
  width: size,
629
936
  height: size,
630
937
  ref,
@@ -645,7 +952,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
645
952
  });
646
953
  if (process.env.NODE_ENV !== "production") MagicWandFilled.propTypes = require_iconPropTypes.iconPropTypes;
647
954
  const WatsonHealthMagnify = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthMagnify({ children, size = 16, ...rest }, ref) {
648
- return react.default.createElement(require_Icon.Icon, {
955
+ return react.default.createElement(require_Icon_js, {
649
956
  width: size,
650
957
  height: size,
651
958
  ref,
@@ -657,7 +964,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
657
964
  });
658
965
  if (process.env.NODE_ENV !== "production") WatsonHealthMagnify.propTypes = require_iconPropTypes.iconPropTypes;
659
966
  const MailAll = /* @__PURE__ */ react.default.forwardRef(function MailAll({ children, size = 16, ...rest }, ref) {
660
- return react.default.createElement(require_Icon.Icon, {
967
+ return react.default.createElement(require_Icon_js, {
661
968
  width: size,
662
969
  height: size,
663
970
  ref,
@@ -669,7 +976,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
669
976
  });
670
977
  if (process.env.NODE_ENV !== "production") MailAll.propTypes = require_iconPropTypes.iconPropTypes;
671
978
  const MailReply = /* @__PURE__ */ react.default.forwardRef(function MailReply({ children, size = 16, ...rest }, ref) {
672
- return react.default.createElement(require_Icon.Icon, {
979
+ return react.default.createElement(require_Icon_js, {
673
980
  width: size,
674
981
  height: size,
675
982
  ref,
@@ -681,7 +988,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
681
988
  });
682
989
  if (process.env.NODE_ENV !== "production") MailReply.propTypes = require_iconPropTypes.iconPropTypes;
683
990
  const WatsonHealthMammogram = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthMammogram({ children, size = 16, ...rest }, ref) {
684
- return react.default.createElement(require_Icon.Icon, {
991
+ return react.default.createElement(require_Icon_js, {
685
992
  width: size,
686
993
  height: size,
687
994
  ref,
@@ -693,7 +1000,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
693
1000
  });
694
1001
  if (process.env.NODE_ENV !== "production") WatsonHealthMammogram.propTypes = require_iconPropTypes.iconPropTypes;
695
1002
  const ManageProtection = /* @__PURE__ */ react.default.forwardRef(function ManageProtection({ children, size = 16, ...rest }, ref) {
696
- return react.default.createElement(require_Icon.Icon, {
1003
+ return react.default.createElement(require_Icon_js, {
697
1004
  width: size,
698
1005
  height: size,
699
1006
  ref,
@@ -705,7 +1012,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
705
1012
  });
706
1013
  if (process.env.NODE_ENV !== "production") ManageProtection.propTypes = require_iconPropTypes.iconPropTypes;
707
1014
  const ManagedSolutions = /* @__PURE__ */ react.default.forwardRef(function ManagedSolutions({ children, size = 16, ...rest }, ref) {
708
- return react.default.createElement(require_Icon.Icon, {
1015
+ return react.default.createElement(require_Icon_js, {
709
1016
  width: size,
710
1017
  height: size,
711
1018
  ref,
@@ -717,7 +1024,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
717
1024
  });
718
1025
  if (process.env.NODE_ENV !== "production") ManagedSolutions.propTypes = require_iconPropTypes.iconPropTypes;
719
1026
  const Map = /* @__PURE__ */ react.default.forwardRef(function Map({ children, size = 16, ...rest }, ref) {
720
- return react.default.createElement(require_Icon.Icon, {
1027
+ return react.default.createElement(require_Icon_js, {
721
1028
  width: size,
722
1029
  height: size,
723
1030
  ref,
@@ -733,7 +1040,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
733
1040
  });
734
1041
  if (process.env.NODE_ENV !== "production") Map.propTypes = require_iconPropTypes.iconPropTypes;
735
1042
  const MapCenter = /* @__PURE__ */ react.default.forwardRef(function MapCenter({ children, size = 16, ...rest }, ref) {
736
- return react.default.createElement(require_Icon.Icon, {
1043
+ return react.default.createElement(require_Icon_js, {
737
1044
  width: size,
738
1045
  height: size,
739
1046
  ref,
@@ -745,7 +1052,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
745
1052
  });
746
1053
  if (process.env.NODE_ENV !== "production") MapCenter.propTypes = require_iconPropTypes.iconPropTypes;
747
1054
  const MapIdentify = /* @__PURE__ */ react.default.forwardRef(function MapIdentify({ children, size = 16, ...rest }, ref) {
748
- return react.default.createElement(require_Icon.Icon, {
1055
+ return react.default.createElement(require_Icon_js, {
749
1056
  width: size,
750
1057
  height: size,
751
1058
  ref,
@@ -757,7 +1064,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
757
1064
  });
758
1065
  if (process.env.NODE_ENV !== "production") MapIdentify.propTypes = require_iconPropTypes.iconPropTypes;
759
1066
  const MappingClear = /* @__PURE__ */ react.default.forwardRef(function MappingClear({ children, size = 16, ...rest }, ref) {
760
- return react.default.createElement(require_Icon.Icon, {
1067
+ return react.default.createElement(require_Icon_js, {
761
1068
  width: size,
762
1069
  height: size,
763
1070
  ref,
@@ -769,7 +1076,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
769
1076
  });
770
1077
  if (process.env.NODE_ENV !== "production") MappingClear.propTypes = require_iconPropTypes.iconPropTypes;
771
1078
  const MappingHide = /* @__PURE__ */ react.default.forwardRef(function MappingHide({ children, size = 16, ...rest }, ref) {
772
- return react.default.createElement(require_Icon.Icon, {
1079
+ return react.default.createElement(require_Icon_js, {
773
1080
  width: size,
774
1081
  height: size,
775
1082
  ref,
@@ -781,7 +1088,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
781
1088
  });
782
1089
  if (process.env.NODE_ENV !== "production") MappingHide.propTypes = require_iconPropTypes.iconPropTypes;
783
1090
  const MappingShow = /* @__PURE__ */ react.default.forwardRef(function MappingShow({ children, size = 16, ...rest }, ref) {
784
- return react.default.createElement(require_Icon.Icon, {
1091
+ return react.default.createElement(require_Icon_js, {
785
1092
  width: size,
786
1093
  height: size,
787
1094
  ref,
@@ -793,7 +1100,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
793
1100
  });
794
1101
  if (process.env.NODE_ENV !== "production") MappingShow.propTypes = require_iconPropTypes.iconPropTypes;
795
1102
  const MapBoundary = /* @__PURE__ */ react.default.forwardRef(function MapBoundary({ children, size = 16, ...rest }, ref) {
796
- return react.default.createElement(require_Icon.Icon, {
1103
+ return react.default.createElement(require_Icon_js, {
797
1104
  width: size,
798
1105
  height: size,
799
1106
  ref,
@@ -805,7 +1112,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
805
1112
  });
806
1113
  if (process.env.NODE_ENV !== "production") MapBoundary.propTypes = require_iconPropTypes.iconPropTypes;
807
1114
  const MapBoundaryVegetation = /* @__PURE__ */ react.default.forwardRef(function MapBoundaryVegetation({ children, size = 16, ...rest }, ref) {
808
- return react.default.createElement(require_Icon.Icon, {
1115
+ return react.default.createElement(require_Icon_js, {
809
1116
  width: size,
810
1117
  height: size,
811
1118
  ref,
@@ -817,7 +1124,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
817
1124
  });
818
1125
  if (process.env.NODE_ENV !== "production") MapBoundaryVegetation.propTypes = require_iconPropTypes.iconPropTypes;
819
1126
  const Marginal = /* @__PURE__ */ react.default.forwardRef(function Marginal({ children, size = 16, ...rest }, ref) {
820
- return react.default.createElement(require_Icon.Icon, {
1127
+ return react.default.createElement(require_Icon_js, {
821
1128
  width: size,
822
1129
  height: size,
823
1130
  ref,
@@ -829,7 +1136,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
829
1136
  });
830
1137
  if (process.env.NODE_ENV !== "production") Marginal.propTypes = require_iconPropTypes.iconPropTypes;
831
1138
  const MarineWarning = /* @__PURE__ */ react.default.forwardRef(function MarineWarning({ children, size = 16, ...rest }, ref) {
832
- return react.default.createElement(require_Icon.Icon, {
1139
+ return react.default.createElement(require_Icon_js, {
833
1140
  width: size,
834
1141
  height: size,
835
1142
  ref,
@@ -844,7 +1151,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
844
1151
  });
845
1152
  if (process.env.NODE_ENV !== "production") MarineWarning.propTypes = require_iconPropTypes.iconPropTypes;
846
1153
  const MaterialRequest = /* @__PURE__ */ react.default.forwardRef(function MaterialRequest({ children, size = 16, ...rest }, ref) {
847
- return react.default.createElement(require_Icon.Icon, {
1154
+ return react.default.createElement(require_Icon_js, {
848
1155
  width: size,
849
1156
  height: size,
850
1157
  ref,
@@ -856,7 +1163,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
856
1163
  });
857
1164
  if (process.env.NODE_ENV !== "production") MaterialRequest.propTypes = require_iconPropTypes.iconPropTypes;
858
1165
  const MathCurve = /* @__PURE__ */ react.default.forwardRef(function MathCurve({ children, size = 16, ...rest }, ref) {
859
- return react.default.createElement(require_Icon.Icon, {
1166
+ return react.default.createElement(require_Icon_js, {
860
1167
  width: size,
861
1168
  height: size,
862
1169
  ref,
@@ -868,7 +1175,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
868
1175
  });
869
1176
  if (process.env.NODE_ENV !== "production") MathCurve.propTypes = require_iconPropTypes.iconPropTypes;
870
1177
  const QMatrix = /* @__PURE__ */ react.default.forwardRef(function QMatrix({ children, size = 16, ...rest }, ref) {
871
- return react.default.createElement(require_Icon.Icon, {
1178
+ return react.default.createElement(require_Icon_js, {
872
1179
  width: size,
873
1180
  height: size,
874
1181
  ref,
@@ -880,7 +1187,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
880
1187
  });
881
1188
  if (process.env.NODE_ENV !== "production") QMatrix.propTypes = require_iconPropTypes.iconPropTypes;
882
1189
  const Maximize = /* @__PURE__ */ react.default.forwardRef(function Maximize({ children, size = 16, ...rest }, ref) {
883
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1190
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
884
1191
  width: size,
885
1192
  height: size,
886
1193
  ref,
@@ -889,7 +1196,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
889
1196
  fill: "currentColor",
890
1197
  ...rest
891
1198
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 15 6 14 2.7 14 7 9.7 6.3 9 2 13.3 2 10 1 10 1 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 1 10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z" }), children);
892
- return react.default.createElement(require_Icon.Icon, {
1199
+ return react.default.createElement(require_Icon_js, {
893
1200
  width: size,
894
1201
  height: size,
895
1202
  ref,
@@ -901,7 +1208,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
901
1208
  });
902
1209
  if (process.env.NODE_ENV !== "production") Maximize.propTypes = require_iconPropTypes.iconPropTypes;
903
1210
  const MediaLibrary = /* @__PURE__ */ react.default.forwardRef(function MediaLibrary({ children, size = 16, ...rest }, ref) {
904
- return react.default.createElement(require_Icon.Icon, {
1211
+ return react.default.createElement(require_Icon_js, {
905
1212
  width: size,
906
1213
  height: size,
907
1214
  ref,
@@ -913,7 +1220,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
913
1220
  });
914
1221
  if (process.env.NODE_ENV !== "production") MediaLibrary.propTypes = require_iconPropTypes.iconPropTypes;
915
1222
  const MediaLibraryFilled = /* @__PURE__ */ react.default.forwardRef(function MediaLibraryFilled({ children, size = 16, ...rest }, ref) {
916
- return react.default.createElement(require_Icon.Icon, {
1223
+ return react.default.createElement(require_Icon_js, {
917
1224
  width: size,
918
1225
  height: size,
919
1226
  ref,
@@ -929,7 +1236,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
929
1236
  });
930
1237
  if (process.env.NODE_ENV !== "production") MediaLibraryFilled.propTypes = require_iconPropTypes.iconPropTypes;
931
1238
  const MediaCast = /* @__PURE__ */ react.default.forwardRef(function MediaCast({ children, size = 16, ...rest }, ref) {
932
- return react.default.createElement(require_Icon.Icon, {
1239
+ return react.default.createElement(require_Icon_js, {
933
1240
  width: size,
934
1241
  height: size,
935
1242
  ref,
@@ -941,7 +1248,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
941
1248
  });
942
1249
  if (process.env.NODE_ENV !== "production") MediaCast.propTypes = require_iconPropTypes.iconPropTypes;
943
1250
  const Medication = /* @__PURE__ */ react.default.forwardRef(function Medication({ children, size = 16, ...rest }, ref) {
944
- return react.default.createElement(require_Icon.Icon, {
1251
+ return react.default.createElement(require_Icon_js, {
945
1252
  width: size,
946
1253
  height: size,
947
1254
  ref,
@@ -953,7 +1260,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
953
1260
  });
954
1261
  if (process.env.NODE_ENV !== "production") Medication.propTypes = require_iconPropTypes.iconPropTypes;
955
1262
  const MedicationAlert = /* @__PURE__ */ react.default.forwardRef(function MedicationAlert({ children, size = 16, ...rest }, ref) {
956
- return react.default.createElement(require_Icon.Icon, {
1263
+ return react.default.createElement(require_Icon_js, {
957
1264
  width: size,
958
1265
  height: size,
959
1266
  ref,
@@ -969,7 +1276,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
969
1276
  });
970
1277
  if (process.env.NODE_ENV !== "production") MedicationAlert.propTypes = require_iconPropTypes.iconPropTypes;
971
1278
  const MedicationReminder = /* @__PURE__ */ react.default.forwardRef(function MedicationReminder({ children, size = 16, ...rest }, ref) {
972
- return react.default.createElement(require_Icon.Icon, {
1279
+ return react.default.createElement(require_Icon_js, {
973
1280
  width: size,
974
1281
  height: size,
975
1282
  ref,
@@ -985,7 +1292,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
985
1292
  });
986
1293
  if (process.env.NODE_ENV !== "production") MedicationReminder.propTypes = require_iconPropTypes.iconPropTypes;
987
1294
  const Menu = /* @__PURE__ */ react.default.forwardRef(function Menu({ children, size = 16, ...rest }, ref) {
988
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1295
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
989
1296
  width: size,
990
1297
  height: size,
991
1298
  ref,
@@ -994,7 +1301,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
994
1301
  fill: "currentColor",
995
1302
  ...rest
996
1303
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 12H14V13H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 9H14V10H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H14V7H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 3H14V4H2z" }), children);
997
- if (size === 20 || size === "20" || size === "20px") return react.default.createElement(require_Icon.Icon, {
1304
+ if (size === 20 || size === "20" || size === "20px") return react.default.createElement(require_Icon_js, {
998
1305
  width: size,
999
1306
  height: size,
1000
1307
  ref,
@@ -1003,7 +1310,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1003
1310
  fill: "currentColor",
1004
1311
  ...rest
1005
1312
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 14.8H18V16H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11.2H18V12.399999999999999H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 7.6H18V8.799999999999999H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 4H18V5.2H2z" }), children);
1006
- if (size === 24 || size === "24" || size === "24px") return react.default.createElement(require_Icon.Icon, {
1313
+ if (size === 24 || size === "24" || size === "24px") return react.default.createElement(require_Icon_js, {
1007
1314
  width: size,
1008
1315
  height: size,
1009
1316
  ref,
@@ -1012,7 +1319,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1012
1319
  fill: "currentColor",
1013
1320
  ...rest
1014
1321
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 18H21V19.5H3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 13.5H21V15H3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 9H21V10.5H3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 4.5H21V6H3z" }), children);
1015
- return react.default.createElement(require_Icon.Icon, {
1322
+ return react.default.createElement(require_Icon_js, {
1016
1323
  width: size,
1017
1324
  height: size,
1018
1325
  ref,
@@ -1024,7 +1331,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1024
1331
  });
1025
1332
  if (process.env.NODE_ENV !== "production") Menu.propTypes = require_iconPropTypes.iconPropTypes;
1026
1333
  const Merge = /* @__PURE__ */ react.default.forwardRef(function Merge({ children, size = 16, ...rest }, ref) {
1027
- return react.default.createElement(require_Icon.Icon, {
1334
+ return react.default.createElement(require_Icon_js, {
1028
1335
  width: size,
1029
1336
  height: size,
1030
1337
  ref,
@@ -1039,7 +1346,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1039
1346
  });
1040
1347
  if (process.env.NODE_ENV !== "production") Merge.propTypes = require_iconPropTypes.iconPropTypes;
1041
1348
  const MergeNode = /* @__PURE__ */ react.default.forwardRef(function MergeNode({ children, size = 16, ...rest }, ref) {
1042
- return react.default.createElement(require_Icon.Icon, {
1349
+ return react.default.createElement(require_Icon_js, {
1043
1350
  width: size,
1044
1351
  height: size,
1045
1352
  ref,
@@ -1057,7 +1364,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1057
1364
  });
1058
1365
  if (process.env.NODE_ENV !== "production") MergeNode.propTypes = require_iconPropTypes.iconPropTypes;
1059
1366
  const MessageQueue = /* @__PURE__ */ react.default.forwardRef(function MessageQueue({ children, size = 16, ...rest }, ref) {
1060
- return react.default.createElement(require_Icon.Icon, {
1367
+ return react.default.createElement(require_Icon_js, {
1061
1368
  width: size,
1062
1369
  height: size,
1063
1370
  ref,
@@ -1069,7 +1376,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1069
1376
  });
1070
1377
  if (process.env.NODE_ENV !== "production") MessageQueue.propTypes = require_iconPropTypes.iconPropTypes;
1071
1378
  const Meter = /* @__PURE__ */ react.default.forwardRef(function Meter({ children, size = 16, ...rest }, ref) {
1072
- return react.default.createElement(require_Icon.Icon, {
1379
+ return react.default.createElement(require_Icon_js, {
1073
1380
  width: size,
1074
1381
  height: size,
1075
1382
  ref,
@@ -1081,7 +1388,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1081
1388
  });
1082
1389
  if (process.env.NODE_ENV !== "production") Meter.propTypes = require_iconPropTypes.iconPropTypes;
1083
1390
  const MeterAlt = /* @__PURE__ */ react.default.forwardRef(function MeterAlt({ children, size = 16, ...rest }, ref) {
1084
- return react.default.createElement(require_Icon.Icon, {
1391
+ return react.default.createElement(require_Icon_js, {
1085
1392
  width: size,
1086
1393
  height: size,
1087
1394
  ref,
@@ -1093,7 +1400,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1093
1400
  });
1094
1401
  if (process.env.NODE_ENV !== "production") MeterAlt.propTypes = require_iconPropTypes.iconPropTypes;
1095
1402
  const Microphone = /* @__PURE__ */ react.default.forwardRef(function Microphone({ children, size = 16, ...rest }, ref) {
1096
- return react.default.createElement(require_Icon.Icon, {
1403
+ return react.default.createElement(require_Icon_js, {
1097
1404
  width: size,
1098
1405
  height: size,
1099
1406
  ref,
@@ -1105,7 +1412,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1105
1412
  });
1106
1413
  if (process.env.NODE_ENV !== "production") Microphone.propTypes = require_iconPropTypes.iconPropTypes;
1107
1414
  const MicrophoneFilled = /* @__PURE__ */ react.default.forwardRef(function MicrophoneFilled({ children, size = 16, ...rest }, ref) {
1108
- return react.default.createElement(require_Icon.Icon, {
1415
+ return react.default.createElement(require_Icon_js, {
1109
1416
  width: size,
1110
1417
  height: size,
1111
1418
  ref,
@@ -1117,7 +1424,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1117
1424
  });
1118
1425
  if (process.env.NODE_ENV !== "production") MicrophoneFilled.propTypes = require_iconPropTypes.iconPropTypes;
1119
1426
  const MicrophoneOff = /* @__PURE__ */ react.default.forwardRef(function MicrophoneOff({ children, size = 16, ...rest }, ref) {
1120
- return react.default.createElement(require_Icon.Icon, {
1427
+ return react.default.createElement(require_Icon_js, {
1121
1428
  width: size,
1122
1429
  height: size,
1123
1430
  ref,
@@ -1129,7 +1436,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1129
1436
  });
1130
1437
  if (process.env.NODE_ENV !== "production") MicrophoneOff.propTypes = require_iconPropTypes.iconPropTypes;
1131
1438
  const MicrophoneOffFilled = /* @__PURE__ */ react.default.forwardRef(function MicrophoneOffFilled({ children, size = 16, ...rest }, ref) {
1132
- return react.default.createElement(require_Icon.Icon, {
1439
+ return react.default.createElement(require_Icon_js, {
1133
1440
  width: size,
1134
1441
  height: size,
1135
1442
  ref,
@@ -1141,7 +1448,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1141
1448
  });
1142
1449
  if (process.env.NODE_ENV !== "production") MicrophoneOffFilled.propTypes = require_iconPropTypes.iconPropTypes;
1143
1450
  const Microscope = /* @__PURE__ */ react.default.forwardRef(function Microscope({ children, size = 16, ...rest }, ref) {
1144
- return react.default.createElement(require_Icon.Icon, {
1451
+ return react.default.createElement(require_Icon_js, {
1145
1452
  width: size,
1146
1453
  height: size,
1147
1454
  ref,
@@ -1153,7 +1460,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1153
1460
  });
1154
1461
  if (process.env.NODE_ENV !== "production") Microscope.propTypes = require_iconPropTypes.iconPropTypes;
1155
1462
  const Microservices_1 = /* @__PURE__ */ react.default.forwardRef(function Microservices_1({ children, size = 16, ...rest }, ref) {
1156
- return react.default.createElement(require_Icon.Icon, {
1463
+ return react.default.createElement(require_Icon_js, {
1157
1464
  width: size,
1158
1465
  height: size,
1159
1466
  ref,
@@ -1168,7 +1475,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1168
1475
  });
1169
1476
  if (process.env.NODE_ENV !== "production") Microservices_1.propTypes = require_iconPropTypes.iconPropTypes;
1170
1477
  const Microservices_2 = /* @__PURE__ */ react.default.forwardRef(function Microservices_2({ children, size = 16, ...rest }, ref) {
1171
- return react.default.createElement(require_Icon.Icon, {
1478
+ return react.default.createElement(require_Icon_js, {
1172
1479
  width: size,
1173
1480
  height: size,
1174
1481
  ref,
@@ -1183,7 +1490,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1183
1490
  });
1184
1491
  if (process.env.NODE_ENV !== "production") Microservices_2.propTypes = require_iconPropTypes.iconPropTypes;
1185
1492
  const Migrate = /* @__PURE__ */ react.default.forwardRef(function Migrate({ children, size = 16, ...rest }, ref) {
1186
- return react.default.createElement(require_Icon.Icon, {
1493
+ return react.default.createElement(require_Icon_js, {
1187
1494
  width: size,
1188
1495
  height: size,
1189
1496
  ref,
@@ -1195,7 +1502,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1195
1502
  });
1196
1503
  if (process.env.NODE_ENV !== "production") Migrate.propTypes = require_iconPropTypes.iconPropTypes;
1197
1504
  const MigrateAlt = /* @__PURE__ */ react.default.forwardRef(function MigrateAlt({ children, size = 16, ...rest }, ref) {
1198
- return react.default.createElement(require_Icon.Icon, {
1505
+ return react.default.createElement(require_Icon_js, {
1199
1506
  width: size,
1200
1507
  height: size,
1201
1508
  ref,
@@ -1207,7 +1514,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1207
1514
  });
1208
1515
  if (process.env.NODE_ENV !== "production") MigrateAlt.propTypes = require_iconPropTypes.iconPropTypes;
1209
1516
  const Milestone = /* @__PURE__ */ react.default.forwardRef(function Milestone({ children, size = 16, ...rest }, ref) {
1210
- return react.default.createElement(require_Icon.Icon, {
1517
+ return react.default.createElement(require_Icon_js, {
1211
1518
  width: size,
1212
1519
  height: size,
1213
1520
  ref,
@@ -1219,7 +1526,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1219
1526
  });
1220
1527
  if (process.env.NODE_ENV !== "production") Milestone.propTypes = require_iconPropTypes.iconPropTypes;
1221
1528
  const MilitaryCamp = /* @__PURE__ */ react.default.forwardRef(function MilitaryCamp({ children, size = 16, ...rest }, ref) {
1222
- return react.default.createElement(require_Icon.Icon, {
1529
+ return react.default.createElement(require_Icon_js, {
1223
1530
  width: size,
1224
1531
  height: size,
1225
1532
  ref,
@@ -1231,7 +1538,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1231
1538
  });
1232
1539
  if (process.env.NODE_ENV !== "production") MilitaryCamp.propTypes = require_iconPropTypes.iconPropTypes;
1233
1540
  const MinimapOff = /* @__PURE__ */ react.default.forwardRef(function MinimapOff({ children, size = 16, ...rest }, ref) {
1234
- return react.default.createElement(require_Icon.Icon, {
1541
+ return react.default.createElement(require_Icon_js, {
1235
1542
  width: size,
1236
1543
  height: size,
1237
1544
  ref,
@@ -1243,7 +1550,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1243
1550
  });
1244
1551
  if (process.env.NODE_ENV !== "production") MinimapOff.propTypes = require_iconPropTypes.iconPropTypes;
1245
1552
  const MinimapOn = /* @__PURE__ */ react.default.forwardRef(function MinimapOn({ children, size = 16, ...rest }, ref) {
1246
- return react.default.createElement(require_Icon.Icon, {
1553
+ return react.default.createElement(require_Icon_js, {
1247
1554
  width: size,
1248
1555
  height: size,
1249
1556
  ref,
@@ -1255,7 +1562,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1255
1562
  });
1256
1563
  if (process.env.NODE_ENV !== "production") MinimapOn.propTypes = require_iconPropTypes.iconPropTypes;
1257
1564
  const Minimize = /* @__PURE__ */ react.default.forwardRef(function Minimize({ children, size = 16, ...rest }, ref) {
1258
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1565
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1259
1566
  width: size,
1260
1567
  height: size,
1261
1568
  ref,
@@ -1264,7 +1571,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1264
1571
  fill: "currentColor",
1265
1572
  ...rest
1266
1573
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 9 2 10 5.3 10 1 14.3 1.7 15 6 10.7 6 14 7 14 7 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 7 14 6 10.7 6 15 1.7 14.3 1 10 5.3 10 2 9 2 9 7z" }), children);
1267
- return react.default.createElement(require_Icon.Icon, {
1574
+ return react.default.createElement(require_Icon_js, {
1268
1575
  width: size,
1269
1576
  height: size,
1270
1577
  ref,
@@ -1276,7 +1583,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1276
1583
  });
1277
1584
  if (process.env.NODE_ENV !== "production") Minimize.propTypes = require_iconPropTypes.iconPropTypes;
1278
1585
  const MinusPlus = /* @__PURE__ */ react.default.forwardRef(function MinusPlus({ children, size = 16, ...rest }, ref) {
1279
- return react.default.createElement(require_Icon.Icon, {
1586
+ return react.default.createElement(require_Icon_js, {
1280
1587
  width: size,
1281
1588
  height: size,
1282
1589
  ref,
@@ -1288,7 +1595,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1288
1595
  });
1289
1596
  if (process.env.NODE_ENV !== "production") MinusPlus.propTypes = require_iconPropTypes.iconPropTypes;
1290
1597
  const Misuse = /* @__PURE__ */ react.default.forwardRef(function Misuse({ children, size = 16, ...rest }, ref) {
1291
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1598
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1292
1599
  width: size,
1293
1600
  height: size,
1294
1601
  ref,
@@ -1301,7 +1608,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1301
1608
  "data-icon-path": "inner-path",
1302
1609
  opacity: "0"
1303
1610
  }), children);
1304
- if (size === 20 || size === "20" || size === "20px") return react.default.createElement(require_Icon.Icon, {
1611
+ if (size === 20 || size === "20" || size === "20px") return react.default.createElement(require_Icon_js, {
1305
1612
  width: size,
1306
1613
  height: size,
1307
1614
  ref,
@@ -1315,7 +1622,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1315
1622
  "data-icon-path": "inner-path",
1316
1623
  opacity: "0"
1317
1624
  }), children);
1318
- if (size === 24 || size === "24" || size === "24px") return react.default.createElement(require_Icon.Icon, {
1625
+ if (size === 24 || size === "24" || size === "24px") return react.default.createElement(require_Icon_js, {
1319
1626
  width: size,
1320
1627
  height: size,
1321
1628
  ref,
@@ -1329,7 +1636,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1329
1636
  "data-icon-path": "inner-path",
1330
1637
  opacity: "0"
1331
1638
  }), children);
1332
- return react.default.createElement(require_Icon.Icon, {
1639
+ return react.default.createElement(require_Icon_js, {
1333
1640
  width: size,
1334
1641
  height: size,
1335
1642
  ref,
@@ -1346,7 +1653,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1346
1653
  });
1347
1654
  if (process.env.NODE_ENV !== "production") Misuse.propTypes = require_iconPropTypes.iconPropTypes;
1348
1655
  const MisuseOutline = /* @__PURE__ */ react.default.forwardRef(function MisuseOutline({ children, size = 16, ...rest }, ref) {
1349
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1656
+ if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon_js, {
1350
1657
  width: size,
1351
1658
  height: size,
1352
1659
  ref,
@@ -1355,7 +1662,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1355
1662
  fill: "currentColor",
1356
1663
  ...rest
1357
1664
  }, /* @__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: "M10.7 11.5 8 8.8 5.3 11.5 4.5 10.7 7.2 8 4.5 5.3 5.3 4.5 8 7.2 10.7 4.5 11.5 5.3 8.8 8 11.5 10.7z" }), children);
1358
- return react.default.createElement(require_Icon.Icon, {
1665
+ return react.default.createElement(require_Icon_js, {
1359
1666
  width: size,
1360
1667
  height: size,
1361
1668
  ref,
@@ -1367,7 +1674,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1367
1674
  });
1368
1675
  if (process.env.NODE_ENV !== "production") MisuseOutline.propTypes = require_iconPropTypes.iconPropTypes;
1369
1676
  const MixedRainHail = /* @__PURE__ */ react.default.forwardRef(function MixedRainHail({ children, size = 16, ...rest }, ref) {
1370
- return react.default.createElement(require_Icon.Icon, {
1677
+ return react.default.createElement(require_Icon_js, {
1371
1678
  width: size,
1372
1679
  height: size,
1373
1680
  ref,
@@ -1387,7 +1694,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1387
1694
  });
1388
1695
  if (process.env.NODE_ENV !== "production") MixedRainHail.propTypes = require_iconPropTypes.iconPropTypes;
1389
1696
  const MlModelReference = /* @__PURE__ */ react.default.forwardRef(function MlModelReference({ children, size = 16, ...rest }, ref) {
1390
- return react.default.createElement(require_Icon.Icon, {
1697
+ return react.default.createElement(require_Icon_js, {
1391
1698
  width: size,
1392
1699
  height: size,
1393
1700
  ref,
@@ -1405,7 +1712,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1405
1712
  });
1406
1713
  if (process.env.NODE_ENV !== "production") MlModelReference.propTypes = require_iconPropTypes.iconPropTypes;
1407
1714
  const Mobile = /* @__PURE__ */ react.default.forwardRef(function Mobile({ children, size = 16, ...rest }, ref) {
1408
- return react.default.createElement(require_Icon.Icon, {
1715
+ return react.default.createElement(require_Icon_js, {
1409
1716
  width: size,
1410
1717
  height: size,
1411
1718
  ref,
@@ -1417,7 +1724,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1417
1724
  });
1418
1725
  if (process.env.NODE_ENV !== "production") Mobile.propTypes = require_iconPropTypes.iconPropTypes;
1419
1726
  const MobileAdd = /* @__PURE__ */ react.default.forwardRef(function MobileAdd({ children, size = 16, ...rest }, ref) {
1420
- return react.default.createElement(require_Icon.Icon, {
1727
+ return react.default.createElement(require_Icon_js, {
1421
1728
  width: size,
1422
1729
  height: size,
1423
1730
  ref,
@@ -1429,7 +1736,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1429
1736
  });
1430
1737
  if (process.env.NODE_ENV !== "production") MobileAdd.propTypes = require_iconPropTypes.iconPropTypes;
1431
1738
  const MobileAudio = /* @__PURE__ */ react.default.forwardRef(function MobileAudio({ children, size = 16, ...rest }, ref) {
1432
- return react.default.createElement(require_Icon.Icon, {
1739
+ return react.default.createElement(require_Icon_js, {
1433
1740
  width: size,
1434
1741
  height: size,
1435
1742
  ref,
@@ -1445,7 +1752,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1445
1752
  });
1446
1753
  if (process.env.NODE_ENV !== "production") MobileAudio.propTypes = require_iconPropTypes.iconPropTypes;
1447
1754
  const MobileCheck = /* @__PURE__ */ react.default.forwardRef(function MobileCheck({ children, size = 16, ...rest }, ref) {
1448
- return react.default.createElement(require_Icon.Icon, {
1755
+ return react.default.createElement(require_Icon_js, {
1449
1756
  width: size,
1450
1757
  height: size,
1451
1758
  ref,
@@ -1457,7 +1764,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1457
1764
  });
1458
1765
  if (process.env.NODE_ENV !== "production") MobileCheck.propTypes = require_iconPropTypes.iconPropTypes;
1459
1766
  const MobileCrash = /* @__PURE__ */ react.default.forwardRef(function MobileCrash({ children, size = 16, ...rest }, ref) {
1460
- return react.default.createElement(require_Icon.Icon, {
1767
+ return react.default.createElement(require_Icon_js, {
1461
1768
  width: size,
1462
1769
  height: size,
1463
1770
  ref,
@@ -1469,7 +1776,7 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1469
1776
  });
1470
1777
  if (process.env.NODE_ENV !== "production") MobileCrash.propTypes = require_iconPropTypes.iconPropTypes;
1471
1778
  const MobileDownload = /* @__PURE__ */ react.default.forwardRef(function MobileDownload({ children, size = 16, ...rest }, ref) {
1472
- return react.default.createElement(require_Icon.Icon, {
1779
+ return react.default.createElement(require_Icon_js, {
1473
1780
  width: size,
1474
1781
  height: size,
1475
1782
  ref,
@@ -1480,307 +1787,29 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1480
1787
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 25 26.586 23.586 24 26.172 24 18 22 18 22 26.172 19.414 23.586 18 25 23 30 28 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,28V10H22v5h2V6a2.0023,2.0023,0,0,0-2-2H10A2.002,2.002,0,0,0,8,6V28a2.0023,2.0023,0,0,0,2,2h6V28ZM10,6H22l0,2H10Z" }), children);
1481
1788
  });
1482
1789
  if (process.env.NODE_ENV !== "production") MobileDownload.propTypes = require_iconPropTypes.iconPropTypes;
1483
- const MobileEvent = /* @__PURE__ */ react.default.forwardRef(function MobileEvent({ children, size = 16, ...rest }, ref) {
1484
- return react.default.createElement(require_Icon.Icon, {
1485
- width: size,
1486
- height: size,
1487
- ref,
1488
- xmlns: "http://www.w3.org/2000/svg",
1489
- viewBox: "0 0 32 32",
1490
- fill: "currentColor",
1491
- ...rest
1492
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m27.3803,28h-6.7625l3.3822-6.7642,3.3803,6.7642Zm-3.3803-10c-.3915,0-.7305.2251-.8947.5527l-5,10c-.0674.1348-.1053.2866-.1053.4473,0,.5522.4477,1,1,1h10c.5523,0,1-.4478,1-1,0-.1382-.028-.2695-.0786-.3892l-5.0269-10.0581c-.1641-.3276-.5031-.5527-.8946-.5527h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m15,28h-6V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM9,4h14v2h-14v-2Z" }), children);
1493
- });
1494
- if (process.env.NODE_ENV !== "production") MobileEvent.propTypes = require_iconPropTypes.iconPropTypes;
1495
- const MobileLandscape = /* @__PURE__ */ react.default.forwardRef(function MobileLandscape({ children, size = 16, ...rest }, ref) {
1496
- return react.default.createElement(require_Icon.Icon, {
1497
- width: size,
1498
- height: size,
1499
- ref,
1500
- xmlns: "http://www.w3.org/2000/svg",
1501
- viewBox: "0 0 32 32",
1502
- fill: "currentColor",
1503
- ...rest
1504
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3,10V22a2.002,2.002,0,0,0,2,2H27a2.0023,2.0023,0,0,0,2-2V10a2.0027,2.0027,0,0,0-2-2H5A2.0023,2.0023,0,0,0,3,10Zm2,0,2,0V22H5ZM27,22H9V10H27Z" }), children);
1505
- });
1506
- if (process.env.NODE_ENV !== "production") MobileLandscape.propTypes = require_iconPropTypes.iconPropTypes;
1507
- const MobileRequest = /* @__PURE__ */ react.default.forwardRef(function MobileRequest({ children, size = 16, ...rest }, ref) {
1508
- return react.default.createElement(require_Icon.Icon, {
1509
- width: size,
1510
- height: size,
1511
- ref,
1512
- xmlns: "http://www.w3.org/2000/svg",
1513
- viewBox: "0 0 32 32",
1514
- fill: "currentColor",
1515
- ...rest
1516
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,28c0-2.9668-2.167-5.4312-5-5.9097v-1.0903h1v-2h-4v2h1v1.0903c-2.833.4785-5,2.9429-5,5.9097h-1v2h14v-2h-1Zm-10,0c0-2.2056,1.7944-4,4-4s4,1.7944,4,4h-8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m14,28h-5V8h14v8h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h5v-2ZM9,4h14v2h-14v-2Z" }), children);
1517
- });
1518
- if (process.env.NODE_ENV !== "production") MobileRequest.propTypes = require_iconPropTypes.iconPropTypes;
1519
- const MobileSession = /* @__PURE__ */ react.default.forwardRef(function MobileSession({ children, size = 16, ...rest }, ref) {
1520
- return react.default.createElement(require_Icon.Icon, {
1521
- width: size,
1522
- height: size,
1523
- ref,
1524
- xmlns: "http://www.w3.org/2000/svg",
1525
- viewBox: "0 0 32 32",
1526
- fill: "currentColor",
1527
- ...rest
1528
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,18c-3.3083,0-6,2.6914-6,6s2.6917,6,6,6,6-2.6914,6-6-2.6917-6-6-6Zm0,10c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4v4h4c0,2.2056-1.7944,4-4,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,28h-7V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h7v-2ZM9,4h14v2h-14v-2Z" }), children);
1529
- });
1530
- if (process.env.NODE_ENV !== "production") MobileSession.propTypes = require_iconPropTypes.iconPropTypes;
1531
- const MobileView = /* @__PURE__ */ react.default.forwardRef(function MobileView({ children, size = 16, ...rest }, ref) {
1532
- return react.default.createElement(require_Icon.Icon, {
1533
- width: size,
1534
- height: size,
1535
- ref,
1536
- xmlns: "http://www.w3.org/2000/svg",
1537
- viewBox: "0 0 32 32",
1538
- fill: "currentColor",
1539
- ...rest
1540
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1541
- cx: "23",
1542
- cy: "24",
1543
- r: "2"
1544
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30.7769,23.4785c-1.4229-3.3287-4.4761-5.4785-7.7769-5.4785s-6.3538,2.1499-7.7769,5.4785l-.2231.5215.2231.5215c1.4231,3.3287,4.4761,5.4785,7.7769,5.4785s6.354-2.1499,7.7769-5.4785l.2231-.5215-.2231-.5215Zm-7.7769,4.5215c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m14,28h-5V8h14v7h2V4c0-1.103-.8975-2-2-2h-14c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h5v-2ZM9,4h14v2h-14v-2Z" }), children);
1545
- });
1546
- if (process.env.NODE_ENV !== "production") MobileView.propTypes = require_iconPropTypes.iconPropTypes;
1547
- const MobileViewOrientation = /* @__PURE__ */ react.default.forwardRef(function MobileViewOrientation({ children, size = 16, ...rest }, ref) {
1548
- return react.default.createElement(require_Icon.Icon, {
1549
- width: size,
1550
- height: size,
1551
- ref,
1552
- xmlns: "http://www.w3.org/2000/svg",
1553
- viewBox: "0 0 32 32",
1554
- fill: "currentColor",
1555
- ...rest
1556
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,12h-8v2h8v14h-8v2h8c1.1025,0,2-.897,2-2v-14c0-1.1025-.8975-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m19,16l-1.4141,1.4141,2.5859,2.5859h-4.1719c-2.2056,0-4-1.7944-4-4v-2h-2v2c0,3.3086,2.6917,6,6,6h4.1719l-2.5859,2.5859,1.4141,1.4141,5-5-5-5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m12,28h-6V8h16v-4c0-1.103-.8975-2-2-2H6c-1.103,0-2,.897-2,2v24c0,1.1025.897,2,2,2h6v-2ZM6,4h14v2H6v-2Z" }), children);
1557
- });
1558
- if (process.env.NODE_ENV !== "production") MobileViewOrientation.propTypes = require_iconPropTypes.iconPropTypes;
1559
- const MobilityServices = /* @__PURE__ */ react.default.forwardRef(function MobilityServices({ children, size = 16, ...rest }, ref) {
1560
- return react.default.createElement(require_Icon.Icon, {
1561
- width: size,
1562
- height: size,
1563
- ref,
1564
- xmlns: "http://www.w3.org/2000/svg",
1565
- viewBox: "0 0 32 32",
1566
- fill: "currentColor",
1567
- ...rest
1568
- }, /* @__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" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,2H24a2.0023,2.0023,0,0,0-2,2v8a2.0023,2.0023,0,0,0,2,2h4a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,2V6H24V4Zm-4,8V8h4v4Z" }), children);
1569
- });
1570
- if (process.env.NODE_ENV !== "production") MobilityServices.propTypes = require_iconPropTypes.iconPropTypes;
1571
- const Model = /* @__PURE__ */ react.default.forwardRef(function Model({ children, size = 16, ...rest }, ref) {
1572
- return react.default.createElement(require_Icon.Icon, {
1573
- width: size,
1574
- height: size,
1575
- ref,
1576
- xmlns: "http://www.w3.org/2000/svg",
1577
- viewBox: "0 0 32 32",
1578
- fill: "currentColor",
1579
- ...rest
1580
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1581
- strokeWidth: "0",
1582
- d: "m29,24.1841V7.8159c1.1616-.4146,2-1.5142,2-2.8159,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.3916.0806.7632.2173,1.106l-9.2173,8.0654L6.7827,6.1064c.137-.3433.2173-.7148.2173-1.1064,0-1.6543-1.3457-3-3-3S1,3.3457,1,5c0,1.3018.8384,2.4014,2,2.8154v16.3691c-1.1616.4141-2,1.5137-2,2.8154,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-.6665-.2258-1.2769-.5952-1.7754l5.3335-4.667,2.3645,4.1377c-.6677.5508-1.1028,1.3735-1.1028,2.3047,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-.9312-.4353-1.7539-1.1028-2.3047l2.3645-4.1377,5.3335,4.667c-.3694.4985-.5952,1.1089-.5952,1.7754,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-1.3018-.8384-2.4014-2-2.8159Zm-1-20.1841c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm-3.822,5.6729l-4.4397,7.7695-2.2197-1.9424,6.6594-5.8271Zm-9.6965,5.8271l-2.22,1.9424-4.4397-7.7695,6.6597,5.8271ZM4,4c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1Zm0,24c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm1-4.2036v-15.0308l5.7261,10.0205-5.7261,5.0103Zm11,4.2036c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Zm0-4.0151l-2.7261-4.771,2.7261-2.3853,2.7261,2.3853-2.7261,4.771Zm11-15.2197v15.0312l-5.7261-5.0103,5.7261-10.021Zm1,19.2349c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
1583
- }), children);
1584
- });
1585
- if (process.env.NODE_ENV !== "production") Model.propTypes = require_iconPropTypes.iconPropTypes;
1586
- const ModelAlt = /* @__PURE__ */ react.default.forwardRef(function ModelAlt({ children, size = 16, ...rest }, ref) {
1587
- return react.default.createElement(require_Icon.Icon, {
1588
- width: size,
1589
- height: size,
1590
- ref,
1591
- xmlns: "http://www.w3.org/2000/svg",
1592
- viewBox: "0 0 32 32",
1593
- fill: "currentColor",
1594
- ...rest
1595
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.4473,16.1055,23,13.3818V7a1,1,0,0,0-.5527-.8945l-6-3a1.0008,1.0008,0,0,0-.8946,0l-6,3A1,1,0,0,0,9,7v6.3818L3.5527,16.1055A1,1,0,0,0,3,17v7a1,1,0,0,0,.5527.8945l6,3a1.001,1.001,0,0,0,.8946,0L16,25.1182l5.5527,2.7763a1.001,1.001,0,0,0,.8946,0l6-3A1,1,0,0,0,29,24V17A1,1,0,0,0,28.4473,16.1055ZM21,13.3818l-4,2V10.6182l4-2ZM16,5.1182,19.7637,7,16,8.8818,12.2363,7Zm-5,3.5,4,2v4.7636l-4-2ZM9,25.3818l-4-2V18.6182l4,2Zm1-6.5L6.2363,17,10,15.1182,13.7637,17Zm1,1.7364,4-2v4.7636l-4,2Zm10,4.7636-4-2V18.6182l4,2Zm1-6.5L18.2363,17,22,15.1182,25.7637,17Zm5,4.5-4,2V20.6182l4-2Z" }), children);
1596
- });
1597
- if (process.env.NODE_ENV !== "production") ModelAlt.propTypes = require_iconPropTypes.iconPropTypes;
1598
- const ModelContentDoc = /* @__PURE__ */ react.default.forwardRef(function ModelContentDoc({ children, size = 16, ...rest }, ref) {
1599
- return react.default.createElement(require_Icon.Icon, {
1600
- width: size,
1601
- height: size,
1602
- ref,
1603
- xmlns: "http://www.w3.org/2000/svg",
1604
- viewBox: "0 0 32 32",
1605
- fill: "currentColor",
1606
- ...rest
1607
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.018 22.006H11.016V24.006H6.018z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6.026 17.006H11.024000000000001V19.006H6.026z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.0006,24.012c1.1042,0,1.9994-.8956,1.9994-2.0003s-.8952-2.0003-1.9994-2.0003c-.7381,0-1.3757.4046-1.722.9999h-2.7366l3.1825-4.0543c.089.0121.1773.0271.2696.0271,1.1042,0,1.9994-.8955,1.9994-2.0003s-.8952-2.0003-1.9994-2.0003-1.9994.8956-1.9994,2.0003c0,.2654.0542.5174.148.7491l-3.6383,4.6349-3.6474-4.6533c.0893-.2268.1422-.4721.1422-.7307,0-1.1046-.8952-2.0003-1.9994-2.0003s-1.9994.8956-1.9994,2.0003.8952,2.0003,1.9994,2.0003c.0987,0,.1933-.0151.2882-.0291l3.1793,4.0562h-2.7533c-.3463-.5953-.9839-.9999-1.722-.9999-1.1043,0-1.9994.8954-1.9994,2.0003s.8951,2.0003,1.9994,2.0003c.7382,0,1.3759-.4048,1.7222-1.0004h2.7149l-3.1523,4.0157c-.0913-.0127-.1821-.0278-.277-.0278-1.1042,0-1.9994.8955-1.9994,2.0003s.8952,2.0003,1.9994,2.0003,1.9994-.8956,1.9994-2.0003c0-.2627-.0538-.512-.1457-.7418l3.6496-4.6493,3.6378,4.641c-.0924.2303-.1462.4803-.1462.7435,0,1.1046.8951,2.0003,1.9994,2.0003s1.9994-.8956,1.9994-2.0003-.8952-2.0003-1.9994-2.0003c-.0943,0-.1844.0151-.2752.0277l-3.1423-4.009h2.7018c.3463.5955.984,1.0004,1.7222,1.0004h0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.4101,11.0047l-.0107-1.0158c-.0029-.2613-.1079-.5108-.2924-.6959l-6.9858-6.9995c-.1874-.188-.4418-.2935-.7073-.2935H5.2124v.0063h-1.213c-1.1027,0-1.9994.8971-1.9994,2.0012l.0195,24.0057c0,1.1032.8967,2.0003,1.9994,2.0003h6.9949v-2.0003l-6.9949-.001-.0195-24.0057h2.0092v-.0063h5.9893l.0143,5.0075c0,1.1217.8782,2.0003,1.9994,2.0003l6.9881-.0034,1.4119.0003M13.9974,4.0003h.0021l4.9965,5.0067-4.9843-.0021s-.0143-5.0046-.0143-5.0046Z" }), children);
1608
- });
1609
- if (process.env.NODE_ENV !== "production") ModelContentDoc.propTypes = require_iconPropTypes.iconPropTypes;
1610
- const ModelFoundation = /* @__PURE__ */ react.default.forwardRef(function ModelFoundation({ children, size = 16, ...rest }, ref) {
1611
- return react.default.createElement(require_Icon.Icon, {
1612
- width: size,
1613
- height: size,
1614
- ref,
1615
- xmlns: "http://www.w3.org/2000/svg",
1616
- viewBox: "0 0 32 32",
1617
- fill: "currentColor",
1618
- ...rest
1619
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1620
- strokeWidth: "0",
1621
- d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2h-5.7703l7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8385,2.8157-2h5.7703l-7.3005,7.3006c-.3911-.1871-.8237-.3006-1.2854-.3006-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8385,2.8157-2h16.3687c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-.4617,0-.8943.1135-1.2854.3006l-7.3005-7.3006h5.7703c.4141,1.1615,1.5137,2,2.8157,2Zm0-4c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM7.8157,6h16.3687c.0349.0976.072.1927.1162.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0815-.1877.1162-.2853Zm19.1843-2c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1Zm-23,1c0-.5513.4482-1,1-1s1,.4487,1,1-.4482,1-1,1-1-.4487-1-1Zm1,12c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1Zm19.1843,9H7.8157c-.0347-.0976-.072-.1927-.1162-.2853l8.3005-8.3006,8.3005,8.3006c-.0442.0927-.0815.1877-.1162.2853Zm-19.1843,2c-.5518,0-1-.4487-1-1s.4482-1,1-1,1,.4487,1,1-.4482,1-1,1Zm23-1c0,.5513-.4482,1-1,1s-1-.4487-1-1,.4482-1,1-1,1,.4487,1,1Z"
1622
- }), children);
1623
- });
1624
- if (process.env.NODE_ENV !== "production") ModelFoundation.propTypes = require_iconPropTypes.iconPropTypes;
1625
- const ModelReference = /* @__PURE__ */ react.default.forwardRef(function ModelReference({ children, size = 16, ...rest }, ref) {
1626
- return react.default.createElement(require_Icon.Icon, {
1627
- width: size,
1628
- height: size,
1629
- ref,
1630
- xmlns: "http://www.w3.org/2000/svg",
1631
- viewBox: "0 0 32 32",
1632
- fill: "currentColor",
1633
- ...rest
1634
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1635
- strokeWidth: "0",
1636
- d: "M4 20 4 22 8.5859 22 2 28.5859 3.4141 30 10 23.4141 10 28 12 28 12 20 4 20z"
1637
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1638
- strokeWidth: "0",
1639
- d: "m27,19c1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2h-5.7703l7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3v1h2v-1c0-.5513.4482-1,1-1s1,.4487,1,1v1h9.5859l8.7146,8.7147c-.0442.0927-.0815.1877-.1162.2853h-10.1843v2h10.1843c.4141,1.1615,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-.4617,0-.8943.1135-1.2854.3006l-7.3005-7.3006h5.7703c.4141,1.1615,1.5137,2,2.8157,2Zm1,8c0,.5513-.4482,1-1,1s-1-.4487-1-1,.4482-1,1-1,1,.4487,1,1Zm-1-12c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM7.8157,6h16.3687c.0349.0976.072.1927.1162.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0815-.1877.1162-.2853Zm19.1843-2c.5518,0,1,.4487,1,1s-.4482,1-1,1-1-.4487-1-1,.4482-1,1-1ZM4,5c0-.5513.4482-1,1-1s1,.4487,1,1-.4482,1-1,1-1-.4487-1-1Z"
1640
- }), children);
1641
- });
1642
- if (process.env.NODE_ENV !== "production") ModelReference.propTypes = require_iconPropTypes.iconPropTypes;
1643
- const ModelTuned = /* @__PURE__ */ react.default.forwardRef(function ModelTuned({ children, size = 16, ...rest }, ref) {
1644
- return react.default.createElement(require_Icon.Icon, {
1645
- width: size,
1646
- height: size,
1647
- ref,
1648
- xmlns: "http://www.w3.org/2000/svg",
1649
- viewBox: "0 0 32 32",
1650
- fill: "currentColor",
1651
- ...rest
1652
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1653
- strokeWidth: "0",
1654
- d: "m24,30v-2.2773c.5952-.3464,1-.9841,1-1.7227s-.4048-1.3762-1-1.7227v-4.2773h-2v4.2773c-.5952.3464-1,.9844-1,1.7227s.4048,1.3762,1,1.7227v2.2773h2Z"
1655
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1656
- strokeWidth: "0",
1657
- d: "m31,24c0-.7383-.4048-1.376-1-1.7227v-2.2773h-2v2.2773c-.5952.3467-1,.9844-1,1.7227s.4048,1.376,1,1.7227v4.2773h2v-4.2773c.5952-.3467,1-.9844,1-1.7227Z"
1658
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1659
- strokeWidth: "0",
1660
- d: "m7.8157,17h5.7703s-7.3005,7.3006-7.3005,7.3006c-.3911-.1871-.8237-.3006-1.2854-.3006-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,1.302,0,2.4016-.8385,2.8157-2h10.1843s0-2,0-2H7.8157c-.0347-.0976-.072-.1927-.1162-.2853l8.7146-8.7147h9.5859s0-1,0-1c0-.5513.4482-1,1-1s1,.4487,1,1v1s2,0,2,0v-1c0-1.6543-1.3457-3-3-3-1.302,0-2.4016.8385-2.8157,2h-5.7703s7.3005-7.3006,7.3005-7.3006c.3911.1871.8237.3006,1.2854.3006,1.6543,0,3-1.3457,3-3,0-1.6543-1.3457-3-3-3-1.302,0-2.4016.8385-2.8157,2H7.8157c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,.4617,0,.8943-.1135,1.2854-.3006l7.3005,7.3006h-5.7703c-.4141-1.1615-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3,0,1.6543,1.3457,3,3,3,1.302,0,2.4016-.8385,2.8157-2Zm-2.8157,9c.5518,0,1,.4487,1,1,0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1Zm1-10c0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1s1,.4487,1,1ZM24.3005,6.2853l-8.3005,8.3006L7.6995,6.2853c.0442-.0927.0813-.1877.1162-.2853h16.3687c.0347.0976.072.1927.1162.2853Zm-18.3005-1.2853c0,.5513-.4482,1-1,1s-1-.4487-1-1c0-.5513.4482-1,1-1s1,.4487,1,1Zm21,1c-.5518,0-1-.4487-1-1,0-.5513.4482-1,1-1s1,.4487,1,1c0,.5513-.4482,1-1,1Z"
1661
- }), children);
1662
- });
1663
- if (process.env.NODE_ENV !== "production") ModelTuned.propTypes = require_iconPropTypes.iconPropTypes;
1664
- const ModelBuilder = /* @__PURE__ */ react.default.forwardRef(function ModelBuilder({ children, size = 16, ...rest }, ref) {
1665
- return react.default.createElement(require_Icon.Icon, {
1666
- width: size,
1667
- height: size,
1668
- ref,
1669
- xmlns: "http://www.w3.org/2000/svg",
1670
- viewBox: "0 0 32 32",
1671
- fill: "currentColor",
1672
- ...rest
1673
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12v8A3.0037,3.0037,0,0,1,13,23H10V20H2v8h8V25H13A5.0062,5.0062,0,0,0,18,20V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8ZM8,26H4V22H8ZM28,10H24V6h4Z" }), children);
1674
- });
1675
- if (process.env.NODE_ENV !== "production") ModelBuilder.propTypes = require_iconPropTypes.iconPropTypes;
1676
- const ModelBuilderReference = /* @__PURE__ */ react.default.forwardRef(function ModelBuilderReference({ children, size = 16, ...rest }, ref) {
1677
- return react.default.createElement(require_Icon.Icon, {
1678
- width: size,
1679
- height: size,
1680
- ref,
1681
- xmlns: "http://www.w3.org/2000/svg",
1682
- viewBox: "0 0 32 32",
1683
- fill: "currentColor",
1684
- ...rest
1685
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,4V7H10V4H2v8h8V9h7.0234A4.9463,4.9463,0,0,0,16,12V28h2V12a2.9982,2.9982,0,0,1,2.9971-3H22v3h8V4ZM8,10H4V6H8Zm20,0H24V6h4Z" }), children);
1686
- });
1687
- if (process.env.NODE_ENV !== "production") ModelBuilderReference.propTypes = require_iconPropTypes.iconPropTypes;
1688
- const ModifiedNewest = /* @__PURE__ */ react.default.forwardRef(function ModifiedNewest({ children, size = 16, ...rest }, ref) {
1689
- return react.default.createElement(require_Icon.Icon, {
1690
- width: size,
1691
- height: size,
1692
- ref,
1693
- xmlns: "http://www.w3.org/2000/svg",
1694
- viewBox: "0 0 32 32",
1695
- fill: "currentColor",
1696
- ...rest
1697
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.3197,24.7l-4.3-4.3v-6.4h2v5.6l3.7,3.7s-1.4,1.4-1.4,1.4ZM16,12c4.4,0,8,3.6,8,8s-3.6,8-8,8-7.9803-3.6-7.9803-8,3.6-8,8-8M16,10c-5.5,0-10.0099,4.5-10.0099,10s4.5099,10,10.0099,10,10-4.5,10-10-4.4901-10-9.9901-10h-.0099ZM16,2l-5,6h10l-5-6Z" }), children);
1698
- });
1699
- if (process.env.NODE_ENV !== "production") ModifiedNewest.propTypes = require_iconPropTypes.iconPropTypes;
1700
- const ModifiedOldest = /* @__PURE__ */ react.default.forwardRef(function ModifiedOldest({ children, size = 16, ...rest }, ref) {
1701
- return react.default.createElement(require_Icon.Icon, {
1702
- width: size,
1703
- height: size,
1704
- ref,
1705
- xmlns: "http://www.w3.org/2000/svg",
1706
- viewBox: "0 0 32 32",
1707
- fill: "currentColor",
1708
- ...rest
1709
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.3,16.7l-4.3-4.3v-6.4h2v5.6l3.7,3.7s-1.4,1.4-1.4,1.4ZM16,4c4.4,0,8,3.6,8,8s-3.6,8-8,8-8-3.6-8-8,3.6-8,8-8M16,2c-5.5,0-10,4.5-10,10s4.5,10,10,10,10-4.5,10-10S21.5,2,16,2h0ZM16,30l5-6h-10l5,6Z" }), children);
1710
- });
1711
- if (process.env.NODE_ENV !== "production") ModifiedOldest.propTypes = require_iconPropTypes.iconPropTypes;
1712
- const Money = /* @__PURE__ */ react.default.forwardRef(function Money({ children, size = 16, ...rest }, ref) {
1713
- return react.default.createElement(require_Icon.Icon, {
1714
- width: size,
1715
- height: size,
1716
- ref,
1717
- xmlns: "http://www.w3.org/2000/svg",
1718
- viewBox: "0 0 32 32",
1719
- fill: "currentColor",
1720
- ...rest
1721
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 22H30V24H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 26H30V28H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,10a2,2,0,1,0,2,2,2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,16a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,16Zm0-6a2,2,0,1,0,2,2A2.002,2.002,0,0,0,16,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,10a2,2,0,1,0,2,2,2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H4a2.0051,2.0051,0,0,1-2-2V6A2.0051,2.0051,0,0,1,4,4H28a2.0051,2.0051,0,0,1,2,2V18A2.0027,2.0027,0,0,1,28,20ZM28,6H4V18H28Z" }), children);
1722
- });
1723
- if (process.env.NODE_ENV !== "production") Money.propTypes = require_iconPropTypes.iconPropTypes;
1724
- const Monster = /* @__PURE__ */ react.default.forwardRef(function Monster({ children, size = 16, ...rest }, ref) {
1725
- return react.default.createElement(require_Icon.Icon, {
1726
- width: size,
1727
- height: size,
1728
- ref,
1729
- xmlns: "http://www.w3.org/2000/svg",
1730
- viewBox: "0 0 32 32",
1731
- fill: "currentColor",
1732
- ...rest
1733
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 22 21 22 21 20 19 20 19 22 17 22 17 20 15 20 15 22 13 22 13 20 11 20 11 22 9 22 9 24 11 24 11 26 13 26 13 24 15 24 15 26 17 26 17 24 19 24 19 26 21 26 21 24 23 24 23 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,11H27V4a2.0025,2.0025,0,0,0-2-2H7A2.0025,2.0025,0,0,0,5,4v7H4a2.0025,2.0025,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2H5v4a7.0078,7.0078,0,0,0,7,7h8a7.0078,7.0078,0,0,0,7-7V19h1a2.0025,2.0025,0,0,0,2-2V13A2.0025,2.0025,0,0,0,28,11ZM25,4V7.3818L22.4473,6.1055a1.0008,1.0008,0,0,0-.8946,0L18,7.8818,14.4473,6.1055a1.0008,1.0008,0,0,0-.8946,0L10,7.8818l-3-1.5V4Zm3,13H25v6a5.0057,5.0057,0,0,1-5,5H12a5.0057,5.0057,0,0,1-5-5V17H4V13H7V8.6182L9.5527,9.8945a1.0008,1.0008,0,0,0,.8946,0L14,8.1182l3.5527,1.7763a1.001,1.001,0,0,0,.8946,0L22,8.1182l3,1.5V13h3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 14H14V16H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 14H23V16H18z" }), children);
1734
- });
1735
- if (process.env.NODE_ENV !== "production") Monster.propTypes = require_iconPropTypes.iconPropTypes;
1736
- const Monument = /* @__PURE__ */ react.default.forwardRef(function Monument({ children, size = 16, ...rest }, ref) {
1737
- return react.default.createElement(require_Icon.Icon, {
1738
- width: size,
1739
- height: size,
1740
- ref,
1741
- xmlns: "http://www.w3.org/2000/svg",
1742
- viewBox: "0 0 32 32",
1743
- fill: "currentColor",
1744
- ...rest
1745
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,28V6L16,2,12,6V28H2v2H30V28Zm-6,0V6.8281l2-2,2,2V28Z" }), children);
1746
- });
1747
- if (process.env.NODE_ENV !== "production") Monument.propTypes = require_iconPropTypes.iconPropTypes;
1748
- const Moon = /* @__PURE__ */ react.default.forwardRef(function Moon({ children, size = 16, ...rest }, ref) {
1749
- return react.default.createElement(require_Icon.Icon, {
1750
- width: size,
1751
- height: size,
1752
- ref,
1753
- xmlns: "http://www.w3.org/2000/svg",
1754
- viewBox: "0 0 32 32",
1755
- fill: "currentColor",
1756
- ...rest
1757
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.5025,5.4136A15.0755,15.0755,0,0,0,25.096,23.6082a11.1134,11.1134,0,0,1-7.9749,3.3893c-.1385,0-.2782.0051-.4178,0A11.0944,11.0944,0,0,1,13.5025,5.4136M14.98,3a1.0024,1.0024,0,0,0-.1746.0156A13.0959,13.0959,0,0,0,16.63,28.9973c.1641.006.3282,0,.4909,0a13.0724,13.0724,0,0,0,10.702-5.5556,1.0094,1.0094,0,0,0-.7833-1.5644A13.08,13.08,0,0,1,15.8892,4.38,1.0149,1.0149,0,0,0,14.98,3Z" }), children);
1758
- });
1759
- if (process.env.NODE_ENV !== "production") Moon.propTypes = require_iconPropTypes.iconPropTypes;
1760
- const Moonrise = /* @__PURE__ */ react.default.forwardRef(function Moonrise({ children, size = 16, ...rest }, ref) {
1761
- return react.default.createElement(require_Icon.Icon, {
1762
- width: size,
1763
- height: size,
1764
- ref,
1765
- xmlns: "http://www.w3.org/2000/svg",
1766
- viewBox: "0 0 32 32",
1767
- fill: "currentColor",
1768
- ...rest
1769
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 28H30V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,26H24a7.987,7.987,0,0,0-2.0371-5.3335l1.49-1.334A9.9835,9.9835,0,0,1,26,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,26H14a9.9268,9.9268,0,0,1,3.7539-7.804A7.89,7.89,0,0,0,16,18a8.0092,8.0092,0,0,0-8,8H6A10.0113,10.0113,0,0,1,16,16a9.8923,9.8923,0,0,1,4.4458,1.0515,1,1,0,0,1,0,1.79A7.9567,7.9567,0,0,0,16,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 2 11 7 12.41 8.41 15 5.83 15 6 15 14 17 14 17 6 17 5.83 19.59 8.41 21 7 16 2z" }), children);
1770
- });
1771
- if (process.env.NODE_ENV !== "production") Moonrise.propTypes = require_iconPropTypes.iconPropTypes;
1772
- const Moonset = /* @__PURE__ */ react.default.forwardRef(function Moonset({ children, size = 16, ...rest }, ref) {
1773
- return react.default.createElement(require_Icon.Icon, {
1774
- width: size,
1775
- height: size,
1776
- ref,
1777
- xmlns: "http://www.w3.org/2000/svg",
1778
- viewBox: "0 0 32 32",
1779
- fill: "currentColor",
1780
- ...rest
1781
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 28H30V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,26H24a7.987,7.987,0,0,0-2.0371-5.3335l1.49-1.334A9.9835,9.9835,0,0,1,26,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,26H14a9.9268,9.9268,0,0,1,3.7539-7.804A7.89,7.89,0,0,0,16,18a8.0092,8.0092,0,0,0-8,8H6A10.0113,10.0113,0,0,1,16,16a9.8923,9.8923,0,0,1,4.4458,1.0515,1,1,0,0,1,0,1.79A7.9567,7.9567,0,0,0,16,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 14 11 9 12.41 7.59 15 10.17 15 10 15 2 17 2 17 10 17 10.17 19.59 7.59 21 9 16 14z" }), children);
1782
- });
1783
- if (process.env.NODE_ENV !== "production") Moonset.propTypes = require_iconPropTypes.iconPropTypes;
1790
+ exports.LocationPerson = LocationPerson;
1791
+ exports.LocationPersonFilled = LocationPersonFilled;
1792
+ exports.LocationSave = LocationSave;
1793
+ exports.LocationStar = LocationStar;
1794
+ exports.LocationStarFilled = LocationStarFilled;
1795
+ exports.LocationSupplier = LocationSupplier;
1796
+ exports.Locked = Locked;
1797
+ exports.LockedAndBlocked = LockedAndBlocked;
1798
+ exports.LogicalPartition = LogicalPartition;
1799
+ exports.Login = Login;
1800
+ exports.LogoAngular = LogoAngular;
1801
+ exports.LogoAnsibleCommunity = LogoAnsibleCommunity;
1802
+ exports.LogoBluesky = LogoBluesky;
1803
+ exports.LogoDigg = LogoDigg;
1804
+ exports.LogoDiscord = LogoDiscord;
1805
+ exports.LogoFacebook = LogoFacebook;
1806
+ exports.LogoFigma = LogoFigma;
1807
+ exports.LogoFlickr = LogoFlickr;
1808
+ exports.LogoGit = LogoGit;
1809
+ exports.LogoGithub = LogoGithub;
1810
+ exports.LogoGitlab = LogoGitlab;
1811
+ exports.LogoGlassdoor = LogoGlassdoor;
1812
+ exports.LogoInstagram = LogoInstagram;
1784
1813
  exports.LogoInvision = LogoInvision;
1785
1814
  exports.LogoJupyter = LogoJupyter;
1786
1815
  exports.LogoKeybase = LogoKeybase;
@@ -1880,29 +1909,6 @@ var require_bucket_12 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1880
1909
  exports.MobileCheck = MobileCheck;
1881
1910
  exports.MobileCrash = MobileCrash;
1882
1911
  exports.MobileDownload = MobileDownload;
1883
- exports.MobileEvent = MobileEvent;
1884
- exports.MobileLandscape = MobileLandscape;
1885
- exports.MobileRequest = MobileRequest;
1886
- exports.MobileSession = MobileSession;
1887
- exports.MobileView = MobileView;
1888
- exports.MobileViewOrientation = MobileViewOrientation;
1889
- exports.MobilityServices = MobilityServices;
1890
- exports.Model = Model;
1891
- exports.ModelAlt = ModelAlt;
1892
- exports.ModelBuilder = ModelBuilder;
1893
- exports.ModelBuilderReference = ModelBuilderReference;
1894
- exports.ModelContentDoc = ModelContentDoc;
1895
- exports.ModelFoundation = ModelFoundation;
1896
- exports.ModelReference = ModelReference;
1897
- exports.ModelTuned = ModelTuned;
1898
- exports.ModifiedNewest = ModifiedNewest;
1899
- exports.ModifiedOldest = ModifiedOldest;
1900
- exports.Money = Money;
1901
- exports.Monster = Monster;
1902
- exports.Monument = Monument;
1903
- exports.Moon = Moon;
1904
- exports.Moonrise = Moonrise;
1905
- exports.Moonset = Moonset;
1906
1912
  exports.QMatrix = QMatrix;
1907
1913
  exports.WatsonHealthMagnify = WatsonHealthMagnify;
1908
1914
  exports.WatsonHealthMammogram = WatsonHealthMammogram;