@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,7 +6,7 @@
6
6
  */
7
7
 
8
8
  import { Icon } from "../Icon.js";
9
- import { iconPropTypes } from "../iconPropTypes-BElKp6Sn.js";
9
+ import { iconPropTypes } from "../iconPropTypes-CdMBxq3Y.js";
10
10
  import React from "react";
11
11
  import { jsx } from "react/jsx-runtime";
12
12
  //#region ../../node_modules/@carbon/icons-react/es/generated/bucket-11.js
@@ -19,6 +19,276 @@ import { jsx } from "react/jsx-runtime";
19
19
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
20
20
  */
21
21
  const didWarnAboutDeprecation = {};
22
+ const InventoryManagement = /* @__PURE__ */ React.forwardRef(function InventoryManagement({ children, size = 16, ...rest }, ref) {
23
+ return React.createElement(Icon, {
24
+ width: size,
25
+ height: size,
26
+ ref,
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ viewBox: "0 0 32 32",
29
+ fill: "currentColor",
30
+ ...rest
31
+ }, /* @__PURE__ */ jsx("path", { d: "M19 24H23V28H19z" }), /* @__PURE__ */ jsx("path", { d: "M26 24H30V28H26z" }), /* @__PURE__ */ jsx("path", { d: "M19 17H23V21H19z" }), /* @__PURE__ */ jsx("path", { d: "M26 17H30V21H26z" }), /* @__PURE__ */ jsx("path", { d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z" }), children);
32
+ });
33
+ InventoryManagement.propTypes = iconPropTypes;
34
+ const IotConnect = /* @__PURE__ */ React.forwardRef(function IotConnect({ children, size = 16, ...rest }, ref) {
35
+ return React.createElement(Icon, {
36
+ width: size,
37
+ height: size,
38
+ ref,
39
+ xmlns: "http://www.w3.org/2000/svg",
40
+ viewBox: "0 0 32 32",
41
+ fill: "currentColor",
42
+ ...rest
43
+ }, /* @__PURE__ */ jsx("path", { d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z" }), /* @__PURE__ */ jsx("path", { d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z" }), children);
44
+ });
45
+ IotConnect.propTypes = iconPropTypes;
46
+ const IotPlatform = /* @__PURE__ */ React.forwardRef(function IotPlatform({ children, size = 16, ...rest }, ref) {
47
+ return React.createElement(Icon, {
48
+ width: size,
49
+ height: size,
50
+ ref,
51
+ xmlns: "http://www.w3.org/2000/svg",
52
+ viewBox: "0 0 32 32",
53
+ fill: "currentColor",
54
+ ...rest
55
+ }, /* @__PURE__ */ jsx("path", { d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z" }), /* @__PURE__ */ jsx("path", { d: "M21,21H11V11H21Zm-8-2h6V13H13Z" }), /* @__PURE__ */ jsx("path", { d: "M31,13H29A10.0117,10.0117,0,0,0,19,3V1A12.0131,12.0131,0,0,1,31,13Z" }), /* @__PURE__ */ jsx("path", { d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z" }), children);
56
+ });
57
+ IotPlatform.propTypes = iconPropTypes;
58
+ const Ip = /* @__PURE__ */ React.forwardRef(function Ip({ children, size = 16, ...rest }, ref) {
59
+ return React.createElement(Icon, {
60
+ width: size,
61
+ height: size,
62
+ ref,
63
+ xmlns: "http://www.w3.org/2000/svg",
64
+ viewBox: "0 0 32 32",
65
+ fill: "currentColor",
66
+ ...rest
67
+ }, /* @__PURE__ */ jsx("path", {
68
+ strokeWidth: "0",
69
+ d: "m19,23h-2v-14h6c1.103,0,2,.897,2,2v5c0,1.103-.897,2-2,2h-4v5Zm0-7h4v-5.0015h-4v5.0015Z"
70
+ }), /* @__PURE__ */ jsx("path", {
71
+ strokeWidth: "0",
72
+ d: "M7 11 10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
73
+ }), children);
74
+ });
75
+ Ip.propTypes = iconPropTypes;
76
+ const Iso = /* @__PURE__ */ React.forwardRef(function Iso({ children, size = 16, ...rest }, ref) {
77
+ return React.createElement(Icon, {
78
+ width: size,
79
+ height: size,
80
+ ref,
81
+ xmlns: "http://www.w3.org/2000/svg",
82
+ viewBox: "0 0 32 32",
83
+ fill: "currentColor",
84
+ ...rest
85
+ }, /* @__PURE__ */ jsx("path", { d: "M28,23H24a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V21A2,2,0,0,1,28,23ZM24,11V21h4V11Z" }), /* @__PURE__ */ jsx("path", { d: "M18,23H12V21h6V17H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z" }), /* @__PURE__ */ jsx("path", { d: "M2 11 5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z" }), children);
86
+ });
87
+ Iso.propTypes = iconPropTypes;
88
+ const IsoFilled = /* @__PURE__ */ React.forwardRef(function IsoFilled({ children, size = 16, ...rest }, ref) {
89
+ return React.createElement(Icon, {
90
+ width: size,
91
+ height: size,
92
+ ref,
93
+ xmlns: "http://www.w3.org/2000/svg",
94
+ viewBox: "0 0 32 32",
95
+ fill: "currentColor",
96
+ ...rest
97
+ }, /* @__PURE__ */ jsx("path", { d: "M21 13H24V19H21z" }), /* @__PURE__ */ jsx("path", { d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z" }), children);
98
+ });
99
+ IsoFilled.propTypes = iconPropTypes;
100
+ const IsoOutline = /* @__PURE__ */ React.forwardRef(function IsoOutline({ children, size = 16, ...rest }, ref) {
101
+ return React.createElement(Icon, {
102
+ width: size,
103
+ height: size,
104
+ ref,
105
+ xmlns: "http://www.w3.org/2000/svg",
106
+ viewBox: "0 0 32 32",
107
+ fill: "currentColor",
108
+ ...rest
109
+ }, /* @__PURE__ */ jsx("path", { d: "M24,21H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2v6A2,2,0,0,1,24,21Zm-3-8v6h3V13Z" }), /* @__PURE__ */ jsx("path", { d: "M15,21H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5v2H12v2h3a2,2,0,0,1,2,2v2A2,2,0,0,1,15,21Z" }), /* @__PURE__ */ jsx("path", { d: "M6 11H8V21H6z" }), /* @__PURE__ */ jsx("path", { d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z" }), children);
110
+ });
111
+ IsoOutline.propTypes = iconPropTypes;
112
+ const ItemDefinition = /* @__PURE__ */ React.forwardRef(function ItemDefinition({ children, size = 16, ...rest }, ref) {
113
+ return React.createElement(Icon, {
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__ */ jsx("path", { d: "M28,2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h24c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2ZM28,28H4V4h24v24ZM10,22v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM18.0906,19.7129v-4.9487h-1.3242v-1.7539h.688c.6538,0,.8599-.3096.8599-.9287v-1.5171h1.9775v2.4458h1.8403v1.7539h-1.8403v5.4819h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z" }), children);
122
+ });
123
+ ItemDefinition.propTypes = iconPropTypes;
124
+ const ItemUsage = /* @__PURE__ */ React.forwardRef(function ItemUsage({ children, size = 16, ...rest }, ref) {
125
+ return React.createElement(Icon, {
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__ */ jsx("path", { d: "M21,30h-10c-5,0-9-4-9-9v-10C2,6,6,2,11,2h10c5,0,9,4,9,9v10c0,5-4,9-9,9ZM11,4c-3.9,0-7,3.1-7,7v10c0,3.9,3.1,7,7,7h10c3.9,0,7-3.1,7-7v-10c0-3.9-3.1-7-7-7h-10ZM10,22v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM18.0906,19.7129v-4.9487h-1.3242v-1.7539h.688c.6538,0,.8599-.3096.8599-.9287v-1.5171h1.9775v2.4458h1.8403v1.7539h-1.8403v5.4819h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z" }), children);
134
+ });
135
+ ItemUsage.propTypes = iconPropTypes;
136
+ const Java = /* @__PURE__ */ React.forwardRef(function Java({ children, size = 16, ...rest }, ref) {
137
+ return React.createElement(Icon, {
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__ */ jsx("path", { d: "M6.3335,21h-2.667c-.9189,0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0,.9189-.7476,1.6665-1.6665,1.6665ZM16,13v8h-2v-4h-2v4h-2v-8c0-1.1001.8999-2,2-2h2c1.1001,0,2,.8999,2,2ZM14,13h-2v2h2v-2ZM30,13v8h-2v-4h-2v4h-2v-8c0-1.1001.8999-2,2-2h2c1.1001,0,2,.8999,2,2ZM28,13h-2v2h2v-2ZM21,11h2l-2,10h-2l-2-10h2l1,7,1-7Z" }), children);
146
+ });
147
+ Java.propTypes = iconPropTypes;
148
+ const Jcl = /* @__PURE__ */ React.forwardRef(function Jcl({ children, size = 16, ...rest }, ref) {
149
+ return React.createElement(Icon, {
150
+ width: size,
151
+ height: size,
152
+ ref,
153
+ xmlns: "http://www.w3.org/2000/svg",
154
+ viewBox: "0 0 32 32",
155
+ fill: "currentColor",
156
+ ...rest
157
+ }, /* @__PURE__ */ jsx("path", { d: "M30,21v2h-8v-14h2v12h6ZM10,21v-12h-2v12h-4v-2h-2v2c0,1.1025.897,2,2,2h4c1.103,0,2-.8975,2-2ZM20,21h-6v-10h6v-2h-6c-1.103,0-2,.897-2,2v10c0,1.1025.897,2,2,2h6v-2Z" }), children);
158
+ });
159
+ Jcl.propTypes = iconPropTypes;
160
+ const JobDaemon = /* @__PURE__ */ React.forwardRef(function JobDaemon({ children, size = 16, ...rest }, ref) {
161
+ return React.createElement(Icon, {
162
+ width: size,
163
+ height: size,
164
+ ref,
165
+ xmlns: "http://www.w3.org/2000/svg",
166
+ viewBox: "0 0 32 32",
167
+ fill: "currentColor",
168
+ ...rest
169
+ }, /* @__PURE__ */ jsx("path", { d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM27,20c-1.6,0-3.1,1.4-4,2.4-.9-1-2.4-2.4-4-2.4-2.6,0-4,2-4,4s1.4,4,4,4,3.1-1.4,4-2.4c.9,1,2.4,2.4,4,2.4,2.6,0,4-2,4-4s-1.4-4-4-4ZM19,26c-1.5,0-2-1.1-2-2s.5-2,2-2,2,1.1,2.8,2c-.7.9-1.9,2-2.8,2ZM27,26c-.9,0-2-1.1-2.8-2,.7-.9,1.9-2,2.8-2,1.5,0,2,1.1,2,2s-.5,2-2,2Z" }), children);
170
+ });
171
+ JobDaemon.propTypes = iconPropTypes;
172
+ const JobRun = /* @__PURE__ */ React.forwardRef(function JobRun({ children, size = 16, ...rest }, ref) {
173
+ return React.createElement(Icon, {
174
+ width: size,
175
+ height: size,
176
+ ref,
177
+ xmlns: "http://www.w3.org/2000/svg",
178
+ viewBox: "0 0 32 32",
179
+ fill: "currentColor",
180
+ ...rest
181
+ }, /* @__PURE__ */ jsx("path", { d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM30,24l-6,6-1.4-1.4,3.6-3.6h-9.2v-2h9.2l-3.6-3.6,1.4-1.4,6,6Z" }), children);
182
+ });
183
+ JobRun.propTypes = iconPropTypes;
184
+ const JoinFull = /* @__PURE__ */ React.forwardRef(function JoinFull({ children, size = 16, ...rest }, ref) {
185
+ return React.createElement(Icon, {
186
+ width: size,
187
+ height: size,
188
+ ref,
189
+ xmlns: "http://www.w3.org/2000/svg",
190
+ viewBox: "0 0 32 32",
191
+ fill: "currentColor",
192
+ ...rest
193
+ }, /* @__PURE__ */ jsx("path", {
194
+ fill: "none",
195
+ d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
196
+ "data-icon-path": "inner-path"
197
+ }), /* @__PURE__ */ jsx("path", { d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z" }), /* @__PURE__ */ jsx("path", { d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z" }), /* @__PURE__ */ jsx("path", { d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z" }), children);
198
+ });
199
+ JoinFull.propTypes = iconPropTypes;
200
+ const JoinInner = /* @__PURE__ */ React.forwardRef(function JoinInner({ children, size = 16, ...rest }, ref) {
201
+ return React.createElement(Icon, {
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__ */ jsx("path", { d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z" }), children);
210
+ });
211
+ JoinInner.propTypes = iconPropTypes;
212
+ const JoinInnerAlt = /* @__PURE__ */ React.forwardRef(function JoinInnerAlt({ children, size = 16, ...rest }, ref) {
213
+ return React.createElement(Icon, {
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__ */ jsx("path", { d: "M9.3,12.6l-1.3,1.5c-1.1-1-2-2.2-2.7-3.5l1.8-.9c.6,1.1,1.3,2.1,2.2,2.9h0ZM6.4,7.7c-.3-.9-.4-1.9-.4-2.8v-.9s-2,0-2,0v.9c0,1.1.2,2.3.5,3.4l1.9-.6h0ZM14.2,15c-1.2-.2-2.4-.7-3.4-1.3l-1,1.7c.3.2.7.4,1.1.6-.4.2-.7.4-1.1.6l1,1.7c1.1-.7,2.2-1.1,3.4-1.3v-1.9h0ZM5.3,21.4l1.8.9c.6-1.1,1.3-2.1,2.2-2.9l-1.3-1.5c-1.1,1-2,2.2-2.7,3.5h0ZM4,27.1v.9h2v-.9c0-1,.1-1.9.4-2.8l-1.9-.6c-.3,1.1-.5,2.2-.5,3.4h0ZM23,11l-1.4,1.4,2.6,2.6h-8.2s0,2,0,2h8.2s-2.6,2.6-2.6,2.6l1.4,1.4,5-5s-5-5-5-5Z" }), children);
222
+ });
223
+ JoinInnerAlt.propTypes = iconPropTypes;
224
+ const JoinLeft = /* @__PURE__ */ React.forwardRef(function JoinLeft({ children, size = 16, ...rest }, ref) {
225
+ return React.createElement(Icon, {
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__ */ jsx("path", { d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z" }), /* @__PURE__ */ jsx("path", { d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z" }), /* @__PURE__ */ jsx("path", {
234
+ fill: "none",
235
+ d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
236
+ "data-icon-path": "inner-path"
237
+ }), /* @__PURE__ */ jsx("path", { d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z" }), children);
238
+ });
239
+ JoinLeft.propTypes = iconPropTypes;
240
+ const JoinLeftOuter = /* @__PURE__ */ React.forwardRef(function JoinLeftOuter({ children, size = 16, ...rest }, ref) {
241
+ return React.createElement(Icon, {
242
+ width: size,
243
+ height: size,
244
+ ref,
245
+ xmlns: "http://www.w3.org/2000/svg",
246
+ viewBox: "0 0 32 32",
247
+ fill: "currentColor",
248
+ ...rest
249
+ }, /* @__PURE__ */ jsx("path", { d: "M28,16l-5,5-1.4-1.4,2.6-2.6h-10.2c-1.2.2-2.3.7-3.4,1.3l-1-1.7c.4-.3.8-.5,1.3-.7-4.1-1.8-6.9-5.6-6.9-10.1v-1.8s2,0,2,0v1.8c0,5.1,4.5,9.2,10,9.2h8.2l-2.6-2.6,1.4-1.4,5,5h0s0,0,0,0ZM4,27v1h2v-1c0-1,0-1.9.3-2.9l-1.9-.6c-.3,1.1-.5,2.3-.5,3.4h0ZM5.3,21.5l1.7.9c.6-1.1,1.3-2.1,2.2-3l-1.3-1.5c-1.1,1-2,2.2-2.6,3.6Z" }), children);
250
+ });
251
+ JoinLeftOuter.propTypes = iconPropTypes;
252
+ const JoinOuter = /* @__PURE__ */ React.forwardRef(function JoinOuter({ children, size = 16, ...rest }, ref) {
253
+ return React.createElement(Icon, {
254
+ width: size,
255
+ height: size,
256
+ ref,
257
+ xmlns: "http://www.w3.org/2000/svg",
258
+ viewBox: "0 0 32 32",
259
+ fill: "currentColor",
260
+ ...rest
261
+ }, /* @__PURE__ */ jsx("path", { d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z" }), /* @__PURE__ */ jsx("path", { d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z" }), children);
262
+ });
263
+ JoinOuter.propTypes = iconPropTypes;
264
+ const JoinRight = /* @__PURE__ */ React.forwardRef(function JoinRight({ children, size = 16, ...rest }, ref) {
265
+ return React.createElement(Icon, {
266
+ width: size,
267
+ height: size,
268
+ ref,
269
+ xmlns: "http://www.w3.org/2000/svg",
270
+ viewBox: "0 0 32 32",
271
+ fill: "currentColor",
272
+ ...rest
273
+ }, /* @__PURE__ */ jsx("path", { d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z" }), /* @__PURE__ */ jsx("path", {
274
+ fill: "none",
275
+ d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
276
+ "data-icon-path": "inner-path"
277
+ }), /* @__PURE__ */ jsx("path", { d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z" }), /* @__PURE__ */ jsx("path", { d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z" }), children);
278
+ });
279
+ JoinRight.propTypes = iconPropTypes;
280
+ const JoinRightOuter = /* @__PURE__ */ React.forwardRef(function JoinRightOuter({ children, size = 16, ...rest }, ref) {
281
+ return React.createElement(Icon, {
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__ */ jsx("path", { d: "M28.01,16l-5,5-1.41-1.41,2.59-2.59h-6.09s-2.07,0-2.07,0c-5.52,0-10.02,4.11-10.02,9.17v1.83h-2v-1.83c0-4.45,2.82-8.29,6.89-10.09-.43-.21-.85-.43-1.26-.69l1.02-1.74c1.04.66,2.16,1.11,3.35,1.34h2s0,0,0,0h8.17l-2.59-2.59,1.41-1.41,5,5h0ZM6.36,7.81c-.26-.92-.39-1.88-.39-2.85v-.96h-1.95v.96c0,1.16.16,2.32.47,3.43l1.87-.57ZM7.9,14.04l1.31-1.51c-.9-.85-1.64-1.85-2.19-2.97l-1.74.92c.66,1.35,1.54,2.54,2.62,3.56Z" }), children);
290
+ });
291
+ JoinRightOuter.propTypes = iconPropTypes;
22
292
  const JoinNode = /* @__PURE__ */ React.forwardRef(function JoinNode({ children, size = 16, ...rest }, ref) {
23
293
  return React.createElement(Icon, {
24
294
  width: size,
@@ -1357,6 +1627,18 @@ const LocationFilled = /* @__PURE__ */ React.forwardRef(function LocationFilled(
1357
1627
  }), children);
1358
1628
  });
1359
1629
  LocationFilled.propTypes = iconPropTypes;
1630
+ const LocationGroup = /* @__PURE__ */ React.forwardRef(function LocationGroup({ children, size = 16, ...rest }, ref) {
1631
+ return React.createElement(Icon, {
1632
+ width: size,
1633
+ height: size,
1634
+ ref,
1635
+ xmlns: "http://www.w3.org/2000/svg",
1636
+ viewBox: "0 0 32 32",
1637
+ fill: "currentColor",
1638
+ ...rest
1639
+ }, /* @__PURE__ */ jsx("path", { d: "M16,11c-1.1046,0-2-.8954-2-2s.8954-2,2-2,2,.8954,2,2-.8954,2-2,2ZM27.0742,22.042c.0498-.0615.1787-.2295.2305-.2979,1.0957-1.4434,1.6973-3.2227,1.6953-5.0093,0-3.0977-1.7285-5.9204-4.4492-7.3457-.6084-4.1738-4.2109-7.3892-8.5508-7.3892s-7.9434,3.2163-8.5508,7.3892c-2.7212,1.4253-4.4492,4.248-4.4492,7.3442-.0024,1.7881.6001,3.5684,1.6948,5.0098.0552.0723.1816.2383.2461.3174l6.3506,7.4902,3.3086-3.9023-1.5254-1.293-1.7832,2.1035-4.8096-5.6729-.1934-.251c-.8325-1.0967-1.29-2.4463-1.2886-3.8003,0-1.9688.9204-3.7915,2.4341-4.9673.1978,1.4722.7822,2.8955,1.6982,4.1016.0601.0786.1846.2422.249.3213l6.6187,7.8057,6.6631-7.8599.2354-.3081c.8975-1.1821,1.4727-2.5928,1.668-4.0605,1.5127,1.1763,2.4336,2.999,2.4336,4.9688.002,1.3525-.4561,2.7012-1.292,3.8037-.0449.0596-.1504.1963-.1748.2275l-4.8252,5.6914-1.7832-2.1035-1.5254,1.293,3.3086,3.9023,6.3662-7.5088ZM22.6416,10.6416c.001,1.4282-.4736,2.8408-1.3369,3.9785l-5.3047,6.2842-5.0776-5.9883-.2036-.2651c-.8789-1.1572-1.3618-2.5811-1.3599-4.0107,0-3.6616,2.979-6.6401,6.6411-6.6401s6.6416,2.979,6.6416,6.6416Z" }), children);
1640
+ });
1641
+ LocationGroup.propTypes = iconPropTypes;
1360
1642
  const LocationHazard = /* @__PURE__ */ React.forwardRef(function LocationHazard({ children, size = 16, ...rest }, ref) {
1361
1643
  return React.createElement(Icon, {
1362
1644
  width: size,
@@ -1455,298 +1737,5 @@ const LocationInfoFilled = /* @__PURE__ */ React.forwardRef(function LocationInf
1455
1737
  }), children);
1456
1738
  });
1457
1739
  LocationInfoFilled.propTypes = iconPropTypes;
1458
- const LocationPerson = /* @__PURE__ */ React.forwardRef(function LocationPerson({ children, size = 16, ...rest }, ref) {
1459
- return React.createElement(Icon, {
1460
- width: size,
1461
- height: size,
1462
- ref,
1463
- xmlns: "http://www.w3.org/2000/svg",
1464
- viewBox: "0 0 32 32",
1465
- fill: "currentColor",
1466
- ...rest
1467
- }, /* @__PURE__ */ jsx("path", { d: "M20,19H18V17H14v2H12V17a2.0021,2.0021,0,0,1,2-2h4a2.0021,2.0021,0,0,1,2,2Z" }), /* @__PURE__ */ 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__ */ 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);
1468
- });
1469
- LocationPerson.propTypes = iconPropTypes;
1470
- const LocationPersonFilled = /* @__PURE__ */ React.forwardRef(function LocationPersonFilled({ children, size = 16, ...rest }, ref) {
1471
- return React.createElement(Icon, {
1472
- width: size,
1473
- height: size,
1474
- ref,
1475
- xmlns: "http://www.w3.org/2000/svg",
1476
- viewBox: "0 0 32 32",
1477
- fill: "currentColor",
1478
- ...rest
1479
- }, /* @__PURE__ */ jsx("path", {
1480
- fill: "none",
1481
- 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"
1482
- }), /* @__PURE__ */ jsx("circle", {
1483
- cx: "16",
1484
- cy: "11",
1485
- r: "1"
1486
- }), /* @__PURE__ */ 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);
1487
- });
1488
- LocationPersonFilled.propTypes = iconPropTypes;
1489
- const LocationSave = /* @__PURE__ */ React.forwardRef(function LocationSave({ children, size = 16, ...rest }, ref) {
1490
- return React.createElement(Icon, {
1491
- width: size,
1492
- height: size,
1493
- ref,
1494
- xmlns: "http://www.w3.org/2000/svg",
1495
- viewBox: "0 0 32 32",
1496
- fill: "currentColor",
1497
- ...rest
1498
- }, /* @__PURE__ */ 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__ */ 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__ */ 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);
1499
- });
1500
- LocationSave.propTypes = iconPropTypes;
1501
- const LocationStar = /* @__PURE__ */ React.forwardRef(function LocationStar({ children, size = 16, ...rest }, ref) {
1502
- return React.createElement(Icon, {
1503
- width: size,
1504
- height: size,
1505
- ref,
1506
- xmlns: "http://www.w3.org/2000/svg",
1507
- viewBox: "0 0 32 32",
1508
- fill: "currentColor",
1509
- ...rest
1510
- }, /* @__PURE__ */ 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__ */ 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);
1511
- });
1512
- LocationStar.propTypes = iconPropTypes;
1513
- const LocationStarFilled = /* @__PURE__ */ React.forwardRef(function LocationStarFilled({ children, size = 16, ...rest }, ref) {
1514
- return React.createElement(Icon, {
1515
- width: size,
1516
- height: size,
1517
- ref,
1518
- xmlns: "http://www.w3.org/2000/svg",
1519
- viewBox: "0 0 32 32",
1520
- fill: "currentColor",
1521
- ...rest
1522
- }, /* @__PURE__ */ jsx("path", {
1523
- fill: "none",
1524
- 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"
1525
- }), /* @__PURE__ */ 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);
1526
- });
1527
- LocationStarFilled.propTypes = iconPropTypes;
1528
- const Locked = /* @__PURE__ */ React.forwardRef(function Locked({ children, size = 16, ...rest }, ref) {
1529
- return React.createElement(Icon, {
1530
- width: size,
1531
- height: size,
1532
- ref,
1533
- xmlns: "http://www.w3.org/2000/svg",
1534
- viewBox: "0 0 32 32",
1535
- fill: "currentColor",
1536
- ...rest
1537
- }, /* @__PURE__ */ 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);
1538
- });
1539
- Locked.propTypes = iconPropTypes;
1540
- const LockedAndBlocked = /* @__PURE__ */ React.forwardRef(function LockedAndBlocked({ children, size = 16, ...rest }, ref) {
1541
- return React.createElement(Icon, {
1542
- width: size,
1543
- height: size,
1544
- ref,
1545
- xmlns: "http://www.w3.org/2000/svg",
1546
- viewBox: "0 0 32 32",
1547
- fill: "currentColor",
1548
- ...rest
1549
- }, /* @__PURE__ */ 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);
1550
- });
1551
- LockedAndBlocked.propTypes = iconPropTypes;
1552
- const LogicalPartition = /* @__PURE__ */ React.forwardRef(function LogicalPartition({ children, size = 16, ...rest }, ref) {
1553
- return React.createElement(Icon, {
1554
- width: size,
1555
- height: size,
1556
- ref,
1557
- xmlns: "http://www.w3.org/2000/svg",
1558
- viewBox: "0 0 32 32",
1559
- fill: "currentColor",
1560
- ...rest
1561
- }, /* @__PURE__ */ jsx("circle", {
1562
- cx: "9",
1563
- cy: "7",
1564
- r: "1"
1565
- }), /* @__PURE__ */ 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);
1566
- });
1567
- LogicalPartition.propTypes = iconPropTypes;
1568
- const Login = /* @__PURE__ */ React.forwardRef(function Login({ children, size = 16, ...rest }, ref) {
1569
- return React.createElement(Icon, {
1570
- width: size,
1571
- height: size,
1572
- ref,
1573
- xmlns: "http://www.w3.org/2000/svg",
1574
- viewBox: "0 0 32 32",
1575
- fill: "currentColor",
1576
- ...rest
1577
- }, /* @__PURE__ */ 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__ */ 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);
1578
- });
1579
- Login.propTypes = iconPropTypes;
1580
- const LogoAngular = /* @__PURE__ */ React.forwardRef(function LogoAngular({ children, size = 16, ...rest }, ref) {
1581
- return React.createElement(Icon, {
1582
- width: size,
1583
- height: size,
1584
- ref,
1585
- xmlns: "http://www.w3.org/2000/svg",
1586
- viewBox: "0 0 32 32",
1587
- fill: "currentColor",
1588
- ...rest
1589
- }, /* @__PURE__ */ jsx("path", { d: "M13.5,16h4.9L16,10.8L13.5,16z" }), /* @__PURE__ */ 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);
1590
- });
1591
- LogoAngular.propTypes = iconPropTypes;
1592
- const LogoAnsibleCommunity = /* @__PURE__ */ React.forwardRef(function LogoAnsibleCommunity({ children, size = 16, ...rest }, ref) {
1593
- return React.createElement(Icon, {
1594
- width: size,
1595
- height: size,
1596
- ref,
1597
- xmlns: "http://www.w3.org/2000/svg",
1598
- viewBox: "0 0 32 32",
1599
- fill: "currentColor",
1600
- ...rest
1601
- }, /* @__PURE__ */ 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);
1602
- });
1603
- LogoAnsibleCommunity.propTypes = iconPropTypes;
1604
- const LogoBluesky = /* @__PURE__ */ React.forwardRef(function LogoBluesky({ children, size = 16, ...rest }, ref) {
1605
- return React.createElement(Icon, {
1606
- width: size,
1607
- height: size,
1608
- ref,
1609
- xmlns: "http://www.w3.org/2000/svg",
1610
- viewBox: "0 0 32 32",
1611
- fill: "currentColor",
1612
- ...rest
1613
- }, /* @__PURE__ */ 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);
1614
- });
1615
- LogoBluesky.propTypes = iconPropTypes;
1616
- const LogoDigg = /* @__PURE__ */ React.forwardRef(function LogoDigg({ children, size = 16, ...rest }, ref) {
1617
- return React.createElement(Icon, {
1618
- width: size,
1619
- height: size,
1620
- ref,
1621
- xmlns: "http://www.w3.org/2000/svg",
1622
- viewBox: "0 0 32 32",
1623
- fill: "currentColor",
1624
- ...rest
1625
- }, /* @__PURE__ */ jsx("path", { d: "M6.48,7.6v3.92H2V21H9.28V7.6Zm0,11.2H4.8v-5H6.48Z" }), /* @__PURE__ */ jsx("path", { d: "M10.4 11.52H13.2V21.04H10.4z" }), /* @__PURE__ */ jsx("path", { d: "M10.4 7.6H13.2V10.399999999999999H10.4z" }), /* @__PURE__ */ jsx("path", { d: "M14.32,11.52V21H18.8v1.12H14.32V24.4H21.6V11.52ZM18.8,18.8H17.12v-5H18.8Z" }), /* @__PURE__ */ jsx("path", { d: "M22.72,11.52V21H27.2v1.12H22.72V24.4H30V11.52ZM27.2,18.8H25.52v-5H27.2Z" }), children);
1626
- });
1627
- LogoDigg.propTypes = iconPropTypes;
1628
- const LogoDiscord = /* @__PURE__ */ React.forwardRef(function LogoDiscord({ children, size = 16, ...rest }, ref) {
1629
- return React.createElement(Icon, {
1630
- width: size,
1631
- height: size,
1632
- ref,
1633
- xmlns: "http://www.w3.org/2000/svg",
1634
- viewBox: "0 0 32 32",
1635
- fill: "currentColor",
1636
- ...rest
1637
- }, /* @__PURE__ */ 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);
1638
- });
1639
- LogoDiscord.propTypes = iconPropTypes;
1640
- const LogoFacebook = /* @__PURE__ */ React.forwardRef(function LogoFacebook({ children, size = 16, ...rest }, ref) {
1641
- return React.createElement(Icon, {
1642
- width: size,
1643
- height: size,
1644
- ref,
1645
- xmlns: "http://www.w3.org/2000/svg",
1646
- viewBox: "0 0 32 32",
1647
- fill: "currentColor",
1648
- ...rest
1649
- }, /* @__PURE__ */ 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);
1650
- });
1651
- LogoFacebook.propTypes = iconPropTypes;
1652
- const LogoFigma = /* @__PURE__ */ React.forwardRef(function LogoFigma({ children, size = 16, ...rest }, ref) {
1653
- return React.createElement(Icon, {
1654
- width: size,
1655
- height: size,
1656
- ref,
1657
- xmlns: "http://www.w3.org/2000/svg",
1658
- viewBox: "0 0 32 32",
1659
- fill: "currentColor",
1660
- ...rest
1661
- }, /* @__PURE__ */ 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);
1662
- });
1663
- LogoFigma.propTypes = iconPropTypes;
1664
- const LogoFlickr = /* @__PURE__ */ React.forwardRef(function LogoFlickr({ children, size = 16, ...rest }, ref) {
1665
- return React.createElement(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__ */ jsx("circle", {
1674
- cx: "8",
1675
- cy: "16",
1676
- r: "6"
1677
- }), /* @__PURE__ */ jsx("circle", {
1678
- cx: "24",
1679
- cy: "16",
1680
- r: "6"
1681
- }), children);
1682
- });
1683
- LogoFlickr.propTypes = iconPropTypes;
1684
- const LogoGit = /* @__PURE__ */ React.forwardRef(function LogoGit({ children, size = 16, ...rest }, ref) {
1685
- return React.createElement(Icon, {
1686
- width: size,
1687
- height: size,
1688
- ref,
1689
- xmlns: "http://www.w3.org/2000/svg",
1690
- viewBox: "0 0 32 32",
1691
- fill: "currentColor",
1692
- ...rest
1693
- }, /* @__PURE__ */ 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);
1694
- });
1695
- LogoGit.propTypes = iconPropTypes;
1696
- const LogoGithub = /* @__PURE__ */ React.forwardRef(function LogoGithub({ children, size = 16, ...rest }, ref) {
1697
- return React.createElement(Icon, {
1698
- width: size,
1699
- height: size,
1700
- ref,
1701
- xmlns: "http://www.w3.org/2000/svg",
1702
- viewBox: "0 0 32 32",
1703
- fill: "currentColor",
1704
- ...rest
1705
- }, /* @__PURE__ */ jsx("path", {
1706
- fillRule: "evenodd",
1707
- 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"
1708
- }), children);
1709
- });
1710
- LogoGithub.propTypes = iconPropTypes;
1711
- const LogoGitlab = /* @__PURE__ */ React.forwardRef(function LogoGitlab({ children, size = 16, ...rest }, ref) {
1712
- return React.createElement(Icon, {
1713
- width: size,
1714
- height: size,
1715
- ref,
1716
- xmlns: "http://www.w3.org/2000/svg",
1717
- viewBox: "0 0 32 32",
1718
- fill: "currentColor",
1719
- ...rest
1720
- }, /* @__PURE__ */ 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);
1721
- });
1722
- LogoGitlab.propTypes = iconPropTypes;
1723
- const LogoGlassdoor = /* @__PURE__ */ React.forwardRef(function LogoGlassdoor({ children, size = 16, ...rest }, ref) {
1724
- return React.createElement(Icon, {
1725
- width: size,
1726
- height: size,
1727
- ref,
1728
- xmlns: "http://www.w3.org/2000/svg",
1729
- viewBox: "0 0 32 32",
1730
- fill: "currentColor",
1731
- ...rest
1732
- }, /* @__PURE__ */ 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__ */ 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);
1733
- });
1734
- LogoGlassdoor.propTypes = iconPropTypes;
1735
- const LogoInstagram = /* @__PURE__ */ React.forwardRef(function LogoInstagram({ children, size = 16, ...rest }, ref) {
1736
- return React.createElement(Icon, {
1737
- width: size,
1738
- height: size,
1739
- ref,
1740
- xmlns: "http://www.w3.org/2000/svg",
1741
- viewBox: "0 0 32 32",
1742
- fill: "currentColor",
1743
- ...rest
1744
- }, /* @__PURE__ */ jsx("circle", {
1745
- cx: "22.406",
1746
- cy: "9.594",
1747
- r: "1.44"
1748
- }), /* @__PURE__ */ 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__ */ 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);
1749
- });
1750
- LogoInstagram.propTypes = iconPropTypes;
1751
1740
  //#endregion
1752
1741
  export { Launch };