@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-18.js
12
13
  var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
13
14
  /**
@@ -19,13 +20,14 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
19
20
  * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
20
21
  */
21
22
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
22
- const require_Icon = require_Icon_2zUDcllO$1.default;
23
- const require_iconPropTypes = require_iconPropTypes_DaTOKOBs$1.default;
23
+ const require_rolldown_runtime = require_rolldown_runtime_DyAcNxqs$1.default;
24
+ const require_Icon_js = require_Icon$1.default;
25
+ const require_iconPropTypes = require_iconPropTypes_Dkz7B3UR$1.default;
24
26
  let react = require("react");
25
- react = require_Icon.__toESM(react);
27
+ react = require_rolldown_runtime.__toESM(react);
26
28
  let react_jsx_runtime = require("react/jsx-runtime");
27
- const SurrogateKeyDatabase = /* @__PURE__ */ react.default.forwardRef(function SurrogateKeyDatabase({ children, size = 16, ...rest }, ref) {
28
- return react.default.createElement(require_Icon.Icon, {
29
+ const StrategyPlay = /* @__PURE__ */ react.default.forwardRef(function StrategyPlay({ children, size = 16, ...rest }, ref) {
30
+ return react.default.createElement(require_Icon_js, {
29
31
  width: size,
30
32
  height: size,
31
33
  ref,
@@ -33,11 +35,20 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
33
35
  viewBox: "0 0 32 32",
34
36
  fill: "currentColor",
35
37
  ...rest
36
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,15c-2.8,0-5,2.2-5,5,0,.2,0,.4,0,.6l-5,5v4.4h4.4s5-5,5-5c.2,0,.4,0,.6,0,2.8,0,5-2.2,5-5s-2.2-5-5-5ZM28,20.7c-.4,1.6-2,2.6-3.7,2.2h-.5c0-.1-5.2,5.1-5.2,5.1h-1.6v-1.6l5.2-5.2v-.5c-.2-.5-.2-.9-.1-1.4.4-1.6,2-2.6,3.7-2.2,1.6.4,2.6,2,2.2,3.7ZM26,19.9c0,.6-.4,1-1,1s-1-.4-1-1,.4-1,1-1,1,.4,1,1ZM6,13h18V5c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v22c0,1.1.9,2,2,2h7v-2h-7v-6h7v-2h-7v-6ZM6,5h16v6H6v-6Z" }), children);
38
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
39
+ strokeWidth: "0",
40
+ d: "M12 3.415 10.586 2 7 5.587 3.414 2 2 3.415 5.586 7 2 10.586 3.414 12 7 8.414 10.586 12 12 10.586 8.414 7 12 3.415z"
41
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
42
+ strokeWidth: "0",
43
+ d: "m25,2l-5,5,1.4089,1.4189,2.5911-2.625v9.2061H8c-1.1028,0-2,.8975-2,2v3.1011c-2.2793.4644-4,2.4844-4,4.8989,0,2.7568,2.2429,5,5,5s5-2.2432,5-5c0-2.4146-1.7207-4.4346-4-4.8989v-3.1011h16c1.1028,0,2-.8975,2-2V5.8472l2.5911,2.5718,1.4089-1.4189-5-5Zm-15,23c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3,3,1.3457,3,3Z"
44
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
45
+ strokeWidth: "0",
46
+ d: "M30 21.415 28.586 20 25 23.587 21.414 20 20 21.415 23.586 25 20 28.586 21.414 30 25 26.414 28.586 30 30 28.586 26.414 25 30 21.415z"
47
+ }), children);
37
48
  });
38
- if (process.env.NODE_ENV !== "production") SurrogateKeyDatabase.propTypes = require_iconPropTypes.iconPropTypes;
39
- const SurrogateKeyFlatFile = /* @__PURE__ */ react.default.forwardRef(function SurrogateKeyFlatFile({ children, size = 16, ...rest }, ref) {
40
- return react.default.createElement(require_Icon.Icon, {
49
+ if (process.env.NODE_ENV !== "production") StrategyPlay.propTypes = require_iconPropTypes.iconPropTypes;
50
+ const Stratus = /* @__PURE__ */ react.default.forwardRef(function Stratus({ children, size = 16, ...rest }, ref) {
51
+ return react.default.createElement(require_Icon_js, {
41
52
  width: size,
42
53
  height: size,
43
54
  ref,
@@ -45,11 +56,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
45
56
  viewBox: "0 0 32 32",
46
57
  fill: "currentColor",
47
58
  ...rest
48
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.9969,14.9969c-2.7614.0017-4.9986,2.2417-4.9969,5.0031.0002.1845.0114.3688.0337.552l-5.0337,5.0337v4.4143h4.4141l5.0337-5.0337c.1844.0205.3698.0307.5553.0306,2.7614-.0017,4.9986-2.2417,4.9969-5.0031s-2.2417-4.9986-5.0031-4.9969ZM27.9874,20.6685c-.3885,1.6306-2.0253,2.6375-3.6559,2.249l-.5395-.1238-5.2061,5.2063h-1.5859v-1.5857l5.2061-5.2063-.1236-.5393c-.1103-.4625-.1103-.9445,0-1.407.3884-1.6306,2.0253-2.6376,3.6558-2.2491,1.6306.3885,2.6376,2.0253,2.2491,3.6559ZM25.9646,20c0,.5523-.4477,1-1,1s-1-.4477-1-1,.4478-1,1-1,1,.4477,1,1ZM22.2918,12.0002c.6929,0,1.312-.4136,1.5771-1.0537.2656-.6406.1201-1.3711-.3701-1.8613l-6.792-6.792c-.1875-.1875-.4419-.293-.707-.293H5.9998c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h7.011v-2h-7.011V4.0002h8v6c0,1.1025.897,2,2,2h6.292ZM15.9998,4.4142l5.5854,5.5859h-5.5854v-5.5859Z" }), children);
59
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,25c.5523,0,1,.4477,1,1s-.4477,1-1,1-1-.4477-1-1,.4477-1,1-1ZM8,6c0,.5523.4477,1,1,1s1-.4477,1-1-.4477-1-1-1-1,.4477-1,1ZM8,16c0,.5523.4477,1,1,1s1-.4477,1-1-.4477-1-1-1-1,.4477-1,1ZM16,19h10c.5523,0,1-.4477,1-1v-4c0-.5523-.4477-1-1-1h-10M28,18v-4c0-1.103-.8975-2-2-2h-10v2h10v4h-10v2h10c1.1025,0,2-.8975,2-2ZM22,9h4c.5523,0,1-.4477,1-1V4c0-.5523-.4477-1-1-1h-4M28,8v-4c0-1.103-.8975-2-2-2h-4v2h4v4h-4v2h4c1.1025,0,2-.897,2-2ZM16,18H6v-4h10v-2H6c-1.103,0-2,.897-2,2v4c0,1.1025.897,2,2,2h10v-2ZM22,8H6v-4h16v-2H6c-1.103,0-2,.897-2,2v4c0,1.103.897,2,2,2h16v-2ZM18,28H6v-4h12v-2H6c-1.103,0-2,.8975-2,2v4c0,1.1025.897,2,2,2h12v-2ZM18,29h8c.5523,0,1-.4477,1-1v-4c0-.5523-.4477-1-1-1h-8M28,28v-4c0-1.1025-.8975-2-2-2h-8v2h8v4h-8v2h8c1.1025,0,2-.8975,2-2Z" }), children);
49
60
  });
50
- if (process.env.NODE_ENV !== "production") SurrogateKeyFlatFile.propTypes = require_iconPropTypes.iconPropTypes;
51
- const Sustainability = /* @__PURE__ */ react.default.forwardRef(function Sustainability({ children, size = 16, ...rest }, ref) {
52
- return react.default.createElement(require_Icon.Icon, {
61
+ if (process.env.NODE_ENV !== "production") Stratus.propTypes = require_iconPropTypes.iconPropTypes;
62
+ const Strawberry = /* @__PURE__ */ react.default.forwardRef(function Strawberry({ children, size = 16, ...rest }, ref) {
63
+ return react.default.createElement(require_Icon_js, {
53
64
  width: size,
54
65
  height: size,
55
66
  ref,
@@ -57,11 +68,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
57
68
  viewBox: "0 0 32 32",
58
69
  fill: "currentColor",
59
70
  ...rest
60
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m21.5708,27.7495c-1.7468.8296-3.6211,1.2505-5.5708,1.2505-7.1682,0-13-5.832-13-13,0-3.0752,1.0571-5.979,3-8.3076v2.3076h2v-6H2v2h2.8416c-2.4753,2.7539-3.8416,6.2622-3.8416,10,0,8.271,6.729,15,15,15,2.249,0,4.4119-.4858,6.4292-1.4438l-.8584-1.8066Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m21,9c-3.1602,0-5.7515,2.457-5.9778,5.5605-1.0654-.9658-2.4739-1.5605-4.0222-1.5605h-4v4c0,3.3086,2.6917,6,6,6h2v4h2v-8.0005l2,.0005c3.3083,0,6-2.6914,6-6v-4h-4Zm-8,12c-2.2056,0-4-1.7944-4-4v-2h2c2.2056,0,4,1.7944,4,4v.5859l-2.293-2.293-1.4141,1.4141,2.293,2.293h-.5859Zm10-8c0,2.2056-1.7944,4-4,4h-.5859l2.293-2.293-1.4141-1.4141-2.293,2.293v-.5859c0-2.2056,1.7944-4,4-4h2v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m31,16c0-8.271-6.729-15-15-15-2.249,0-4.4119.4858-6.4292,1.4438l.8584,1.8066c1.7468-.8296,3.6211-1.2505,5.5708-1.2505,7.1682,0,13,5.832,13,13,0,3.0752-1.0571,5.979-3,8.3076v-2.3076h-2v6h6v-2h-2.8416c2.4753-2.7539,3.8416-6.2622,3.8416-10Z" }), children);
71
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 10H11V12H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9 14H11V16H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 12H15V14H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,28a5.169,5.169,0,0,1-.7441-.054A5.0935,5.0935,0,0,1,4,22.8669V11.1985a7.1615,7.1615,0,0,1,6.31-7.1653,6.9607,6.9607,0,0,1,4.4643,1.0706l7.9688,4.9807a6.98,6.98,0,0,1-.6885,12.19l-10.88,5.2285A4.9765,4.9765,0,0,1,9,28ZM11.002,6q-.2484,0-.5005.0241A5.1463,5.1463,0,0,0,6,11.1985V22.8669a3.0839,3.0839,0,0,0,2.5435,3.1,3.0266,3.0266,0,0,0,1.7622-.2649l10.8828-5.23a4.9807,4.9807,0,0,0,.4887-8.6958L13.7046,6.7935A4.9687,4.9687,0,0,0,11.002,6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,7H22a4.0045,4.0045,0,0,1-4-4V2h2V3a2.0021,2.0021,0,0,0,2,2h4Z" }), children);
61
72
  });
62
- if (process.env.NODE_ENV !== "production") Sustainability.propTypes = require_iconPropTypes.iconPropTypes;
63
- const Svg = /* @__PURE__ */ react.default.forwardRef(function Svg({ children, size = 16, ...rest }, ref) {
64
- return react.default.createElement(require_Icon.Icon, {
73
+ if (process.env.NODE_ENV !== "production") Strawberry.propTypes = require_iconPropTypes.iconPropTypes;
74
+ const WatsonHealthStressBreathEditor = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStressBreathEditor({ children, size = 16, ...rest }, ref) {
75
+ return react.default.createElement(require_Icon_js, {
65
76
  width: size,
66
77
  height: size,
67
78
  ref,
@@ -69,11 +80,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
69
80
  viewBox: "0 0 32 32",
70
81
  fill: "currentColor",
71
82
  ...rest
72
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,23H24a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H24V21h4V17H26V15h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 9 16 22 14 9 12 9 14.52 23 17.48 23 20 9 18 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,23H2V21H8V17H4a2,2,0,0,1-2-2V11A2,2,0,0,1,4,9h6v2H4v4H8a2,2,0,0,1,2,2v4A2,2,0,0,1,8,23Z" }), children);
83
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,4a5,5,0,1,1-5,5,5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,20,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H28V25a5,5,0,0,0-5-5H17a5,5,0,0,0-5,5v5H10V25a7,7,0,0,1,7-7h6a7,7,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,8H5A3,3,0,0,1,2,5V3H4V5A1,1,0,0,0,5,6h6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,15H2V13a3,3,0,0,1,3-3h6v2H5a1,1,0,0,0-1,1Z" }), children);
73
84
  });
74
- if (process.env.NODE_ENV !== "production") Svg.propTypes = require_iconPropTypes.iconPropTypes;
75
- const Swim = /* @__PURE__ */ react.default.forwardRef(function Swim({ children, size = 16, ...rest }, ref) {
76
- return react.default.createElement(require_Icon.Icon, {
85
+ if (process.env.NODE_ENV !== "production") WatsonHealthStressBreathEditor.propTypes = require_iconPropTypes.iconPropTypes;
86
+ const StringInteger = /* @__PURE__ */ react.default.forwardRef(function StringInteger({ children, size = 16, ...rest }, ref) {
87
+ return react.default.createElement(require_Icon_js, {
77
88
  width: size,
78
89
  height: size,
79
90
  ref,
@@ -81,11 +92,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
81
92
  viewBox: "0 0 32 32",
82
93
  fill: "currentColor",
83
94
  ...rest
84
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,26H28a4.9316,4.9316,0,0,1-4-1.9873,5.0192,5.0192,0,0,1-8,0,5.0192,5.0192,0,0,1-8,0A4.9316,4.9316,0,0,1,4,26H2V24H4a3.44,3.44,0,0,0,3.0532-2.3215A.9712.9712,0,0,1,8,21a1.0069,1.0069,0,0,1,.9487.6838A3.4381,3.4381,0,0,0,12,24a3.44,3.44,0,0,0,3.0532-2.3215A.99.99,0,0,1,16,21a1.0069,1.0069,0,0,1,.9487.6838A3.4381,3.4381,0,0,0,20,24a3.44,3.44,0,0,0,3.0532-2.3215,1,1,0,0,1,1.8955.0053A3.4381,3.4381,0,0,0,28,24h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,17.5859l-8.707-8.707A2.9791,2.9791,0,0,0,12.1714,8H4v2h8.1714a.9933.9933,0,0,1,.7075.293L15.5859,13,10,18.5859,11.4141,20,17,14.4141,21.5859,19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,10a4,4,0,1,1,4,4A4.0042,4.0042,0,0,1,20,10Zm2,0a2,2,0,1,0,2-2A2.0023,2.0023,0,0,0,22,10Z" }), children);
95
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,12H22v2h4v2H23v2h3v2H22v2h4a2.0027,2.0027,0,0,0,2-2V14A2.0023,2.0023,0,0,0,26,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,22H13V18a2.002,2.002,0,0,1,2-2h2V14H13V12h4a2.0023,2.0023,0,0,1,2,2v2a2.0023,2.0023,0,0,1-2,2H15v2h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 20 8 12 6 12 6 13 4 13 4 15 6 15 6 20 4 20 4 22 10 22 10 20 8 20z" }), children);
85
96
  });
86
- if (process.env.NODE_ENV !== "production") Swim.propTypes = require_iconPropTypes.iconPropTypes;
87
- const SwimlaneDVertical = /* @__PURE__ */ react.default.forwardRef(function SwimlaneDVertical({ children, size = 16, ...rest }, ref) {
88
- return react.default.createElement(require_Icon.Icon, {
97
+ if (process.env.NODE_ENV !== "production") StringInteger.propTypes = require_iconPropTypes.iconPropTypes;
98
+ const StringText = /* @__PURE__ */ react.default.forwardRef(function StringText({ children, size = 16, ...rest }, ref) {
99
+ return react.default.createElement(require_Icon_js, {
89
100
  width: size,
90
101
  height: size,
91
102
  ref,
@@ -93,11 +104,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
93
104
  viewBox: "0 0 32 32",
94
105
  fill: "currentColor",
95
106
  ...rest
96
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,26h2v4h-4v-2h2v-2ZM17,30h4v-2h-4v2ZM7,26h-2v4h4v-2h-2v-2ZM7,19.9995h-2v4.0005h2v-4.0005ZM7,14h-2v4h2v-4ZM5,8v3.9995h2v-1.9995h2v-2h-4ZM5,6h2v-2h2v-2h-4v4ZM17,4h4v-2h-4v2ZM11,4h4v-2h-4v2ZM23,2v2h2v2h2V2h-4ZM25,24h2v-3.9995h-2v3.9995ZM25,18h2v-4h-2v4ZM17,10h4v-2h-4v2ZM11,10h4v-2h-4v2ZM23,8v2h2v2h2v-4h-4ZM11,30h4v-2h-4v2Z" }), children);
107
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,22H24a2.0027,2.0027,0,0,1-2-2V14a2.0023,2.0023,0,0,1,2-2h5v2H24v6h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,12H14V8H12V22h6a2.0027,2.0027,0,0,0,2-2V14A2.0023,2.0023,0,0,0,18,12Zm-4,8V14h4v6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,12H3v2H8v2H4a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h6V14A2.0023,2.0023,0,0,0,8,12Zm0,8H4V18H8Z" }), children);
97
108
  });
98
- if (process.env.NODE_ENV !== "production") SwimlaneDVertical.propTypes = require_iconPropTypes.iconPropTypes;
99
- const Switch = /* @__PURE__ */ react.default.forwardRef(function Switch({ children, size = 16, ...rest }, ref) {
100
- return react.default.createElement(require_Icon.Icon, {
109
+ if (process.env.NODE_ENV !== "production") StringText.propTypes = require_iconPropTypes.iconPropTypes;
110
+ const WatsonHealthStudyNext = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudyNext({ children, size = 16, ...rest }, ref) {
111
+ return react.default.createElement(require_Icon_js, {
101
112
  width: size,
102
113
  height: size,
103
114
  ref,
@@ -105,11 +116,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
105
116
  viewBox: "0 0 32 32",
106
117
  fill: "currentColor",
107
118
  ...rest
108
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.6,23.6l1.4,1.4-5,5-5-5,1.4-1.4,2.6,2.6v-4.2H6v5h-2V10.8c-1.2-.4-2-1.5-2-2.8s.8-2.4,2-2.8v-3.2h2v3.2c.8.3,1.5,1,1.8,1.8h19.2v6.2l2.6-2.6,1.4,1.4-5,5-5-5,1.4-1.4,2.6,2.6v-4.2H7.8c-.3.8-1,1.5-1.8,1.8v9.2h21v6.2l2.6-2.6h0Z" }), children);
119
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.93 21 30 15 23.93 9 22.5 10.41 27.14 15 22.5 19.59 23.93 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H20V25a5,5,0,0,0-5-5H9a5,5,0,0,0-5,5v5H2V25a7,7,0,0,1,7-7h6a7,7,0,0,1,7,7Z" }), children);
109
120
  });
110
- if (process.env.NODE_ENV !== "production") Switch.propTypes = require_iconPropTypes.iconPropTypes;
111
- const SwitchLayer_2 = /* @__PURE__ */ react.default.forwardRef(function SwitchLayer_2({ children, size = 16, ...rest }, ref) {
112
- return react.default.createElement(require_Icon.Icon, {
121
+ if (process.env.NODE_ENV !== "production") WatsonHealthStudyNext.propTypes = require_iconPropTypes.iconPropTypes;
122
+ const WatsonHealthStudyPrevious = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudyPrevious({ children, size = 16, ...rest }, ref) {
123
+ return react.default.createElement(require_Icon_js, {
113
124
  width: size,
114
125
  height: size,
115
126
  ref,
@@ -117,11 +128,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
117
128
  viewBox: "0 0 32 32",
118
129
  fill: "currentColor",
119
130
  ...rest
120
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 26 16 24 5.83 24 8.41 21.41 7 20 2 25 7 30 8.41 28.59 5.83 26 16 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 14 16 12 5.83 12 8.41 9.41 7 8 2 13 7 18 8.41 16.59 5.83 14 16 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 6 16 8 26.17 8 23.59 10.59 25 12 30 7 25 2 23.59 3.41 26.17 6 16 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 18 16 20 26.17 20 23.59 22.59 25 24 30 19 25 14 23.59 15.41 26.17 18 16 18z" }), children);
131
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.07 21 2 15 8.07 9 9.5 10.41 4.86 15 9.5 19.59 8.07 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,4a5,5,0,1,1-5,5,5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,20,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,30H28V25a5,5,0,0,0-5-5H17a5,5,0,0,0-5,5v5H10V25a7,7,0,0,1,7-7h6a7,7,0,0,1,7,7Z" }), children);
121
132
  });
122
- if (process.env.NODE_ENV !== "production") SwitchLayer_2.propTypes = require_iconPropTypes.iconPropTypes;
123
- const SwitchLayer_3 = /* @__PURE__ */ react.default.forwardRef(function SwitchLayer_3({ children, size = 16, ...rest }, ref) {
124
- return react.default.createElement(require_Icon.Icon, {
133
+ if (process.env.NODE_ENV !== "production") WatsonHealthStudyPrevious.propTypes = require_iconPropTypes.iconPropTypes;
134
+ const WatsonHealthStudyRead = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudyRead({ children, size = 16, ...rest }, ref) {
135
+ return react.default.createElement(require_Icon_js, {
125
136
  width: size,
126
137
  height: size,
127
138
  ref,
@@ -129,11 +140,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
129
140
  viewBox: "0 0 32 32",
130
141
  fill: "currentColor",
131
142
  ...rest
132
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 4 22 6 24.586 6 19.586 11 21 12.414 26 7.414 26 10 28 10 28 4 22 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 4 10 6 7.414 6 12.414 11 11 12.414 6 7.414 6 10 4 10 4 4 10 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 5 16 1 12 5 13.414 6.414 15 4.829 15 11 17 11 17 4.829 18.586 6.414 20 5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 28 22 26 24.586 26 19.586 21 21 19.586 26 24.586 26 22 28 22 28 28 22 28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 28 10 26 7.414 26 12.414 21 11 19.586 6 24.586 6 22 4 22 4 28 10 28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 27 16 31 12 27 13.414 25.586 15 27.171 15 21 17 21 17 27.171 18.586 25.586 20 27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 12 1 16 5 20 6.414 18.586 4.829 17 11 17 11 15 4.829 15 6.414 13.414 5 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 12 31 16 27 20 25.586 18.586 27.171 17 21 17 21 15 27.171 15 25.586 13.414 27 12z" }), children);
143
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 29.414 16 24.413 17.413 23 21 26.586 28.585 19 30 20.415 21 29.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 14 20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 15 22 15 18 18 18 18 16 15 16 15 14 20 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,24H4V4H24V16h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2h9Z" }), children);
133
144
  });
134
- if (process.env.NODE_ENV !== "production") SwitchLayer_3.propTypes = require_iconPropTypes.iconPropTypes;
135
- const Switcher = /* @__PURE__ */ react.default.forwardRef(function Switcher({ children, size = 16, ...rest }, ref) {
136
- return react.default.createElement(require_Icon.Icon, {
145
+ if (process.env.NODE_ENV !== "production") WatsonHealthStudyRead.propTypes = require_iconPropTypes.iconPropTypes;
146
+ const WatsonHealthStudySkip = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudySkip({ children, size = 16, ...rest }, ref) {
147
+ return react.default.createElement(require_Icon_js, {
137
148
  width: size,
138
149
  height: size,
139
150
  ref,
@@ -141,11 +152,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
141
152
  viewBox: "0 0 32 32",
142
153
  fill: "currentColor",
143
154
  ...rest
144
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 4H18V8H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 4H8V8H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 4H28V8H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 14H18V18H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 14H8V18H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 14H28V18H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 24H18V28H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 24H8V28H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 24H28V28H24z" }), children);
155
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,9h5.2A11,11,0,0,0,7,15H5A13,13,0,0,1,28,6.7V3h2v8H22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,12a3,3,0,1,1-3,3,2.95,2.95,0,0,1,3-3m0-2a5,5,0,1,0,5,5A5,5,0,0,0,16,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30H21V27a3,3,0,0,0-3-3H14a3,3,0,0,0-3,3v3H9V27a5,5,0,0,1,5-5h4a5,5,0,0,1,5,5Z" }), children);
145
156
  });
146
- if (process.env.NODE_ENV !== "production") Switcher.propTypes = require_iconPropTypes.iconPropTypes;
147
- const Swot = /* @__PURE__ */ react.default.forwardRef(function Swot({ children, size = 16, ...rest }, ref) {
148
- return react.default.createElement(require_Icon.Icon, {
157
+ if (process.env.NODE_ENV !== "production") WatsonHealthStudySkip.propTypes = require_iconPropTypes.iconPropTypes;
158
+ const WatsonHealthStudyTransfer = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudyTransfer({ children, size = 16, ...rest }, ref) {
159
+ return react.default.createElement(require_Icon_js, {
149
160
  width: size,
150
161
  height: size,
151
162
  ref,
@@ -153,11 +164,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
153
164
  viewBox: "0 0 32 32",
154
165
  fill: "currentColor",
155
166
  ...rest
156
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,30h-2v-13H2v-2h13V2h2v13h13v2h-13v13ZM28,28h-6v-6h6v6ZM24,26h2v-2h-2v2ZM10,27h-6v-6h6v6ZM6,25h2v-2h-2v2ZM25,13h-6v-6h6v6ZM21,11h2v-2h-2v2ZM11,12h-6v-6h6v6ZM7,10h2v-2h-2v2Z" }), children);
167
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.586 19.414 13.165 24 8.586 28.586 10 30 16 24 10 18 8.586 19.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2.586 19.414 7.165 24 2.586 28.586 4 30 10 24 4 18 2.586 19.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 14 12 12 17 12 17 10 14 10 14 8 17 8 17 6 19 6 19 8 22 8 22 10 19 10 19 12 24 12 24 14 19 14 19 16 24 16 24 18 19 18 19 20 22 20 22 22 17 22 17 18 14 18 14 16 17 16 17 14 12 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,24h9V4H8V16H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V24a2,2,0,0,1-2,2H19Z" }), children);
157
168
  });
158
- if (process.env.NODE_ENV !== "production") Swot.propTypes = require_iconPropTypes.iconPropTypes;
159
- const SwotFilled = /* @__PURE__ */ react.default.forwardRef(function SwotFilled({ children, size = 16, ...rest }, ref) {
160
- return react.default.createElement(require_Icon.Icon, {
169
+ if (process.env.NODE_ENV !== "production") WatsonHealthStudyTransfer.propTypes = require_iconPropTypes.iconPropTypes;
170
+ const WatsonHealthStudyUnread = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudyUnread({ children, size = 16, ...rest }, ref) {
171
+ return react.default.createElement(require_Icon_js, {
161
172
  width: size,
162
173
  height: size,
163
174
  ref,
@@ -165,11 +176,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
165
176
  viewBox: "0 0 32 32",
166
177
  fill: "currentColor",
167
178
  ...rest
168
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,15v2h-13v13h-2v-13H2v-2h13V2h2v13h13ZM25,7h-6v6h6v-6ZM28,22h-6v6h6v-6ZM11,6h-6v6h6v-6ZM10,21h-6v6h6v-6Z" }), children);
179
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,24,30Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,24,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 14 20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 17 22 17 20 15 20 15 18 18 18 18 16 15 16 15 14 20 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,24H4V4H24V15h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H15Z" }), children);
169
180
  });
170
- if (process.env.NODE_ENV !== "production") SwotFilled.propTypes = require_iconPropTypes.iconPropTypes;
171
- const SyncSettings = /* @__PURE__ */ react.default.forwardRef(function SyncSettings({ children, size = 16, ...rest }, ref) {
172
- return react.default.createElement(require_Icon.Icon, {
181
+ if (process.env.NODE_ENV !== "production") WatsonHealthStudyUnread.propTypes = require_iconPropTypes.iconPropTypes;
182
+ const WatsonHealthStudyView = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthStudyView({ children, size = 16, ...rest }, ref) {
183
+ return react.default.createElement(require_Icon_js, {
173
184
  width: size,
174
185
  height: size,
175
186
  ref,
@@ -177,32 +188,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
177
188
  viewBox: "0 0 32 32",
178
189
  fill: "currentColor",
179
190
  ...rest
180
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
181
- strokeWidth: "0",
182
- d: "M15 24 15 22 11.4 22 22 11.4 22 15 24 15 24 8 17 8 17 10 20.6 10 10 20.6 10 17 8 17 8 24 15 24z"
183
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
184
- strokeWidth: "0",
185
- d: "m25,20v2h3c1.1,0,2-.9,2-2v-3h-2v3h-3Z"
186
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
187
- strokeWidth: "0",
188
- d: "M28 10H30V14H28z"
189
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
190
- strokeWidth: "0",
191
- d: "m25,2v2h3v3h2v-3c0-1.1-.9-2-2-2h-3Z"
192
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
193
- strokeWidth: "0",
194
- d: "M18 2H22V4H18z"
195
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
196
- strokeWidth: "0",
197
- d: "m10,4v3h2v-3h3V2h-3c-1.1,0-2,.9-2,2Z"
198
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
199
- strokeWidth: "0",
200
- d: "m12,10H4c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h16c1.1,0,2-.9,2-2v-8h-2v8H4V12h8v-2Z"
201
- }), children);
191
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H25V18h3V4H14V7H12V4a2.002,2.002,0,0,1,2-2H28a2.0023,2.0023,0,0,1,2,2V18A2.0027,2.0027,0,0,1,28,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 22 17 20 13 20 13 18 16 18 16 16 13 16 13 14 11 14 11 16 8 16 8 18 11 18 11 20 7 20 7 22 11 22 11 24 8 24 8 26 16 26 16 24 13 24 13 22 17 22z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,30H4a2.0021,2.0021,0,0,1-2-2V12a2.0021,2.0021,0,0,1,2-2H20a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,20,30ZM4,12V28H20V12Z" }), children);
202
192
  });
203
- if (process.env.NODE_ENV !== "production") SyncSettings.propTypes = require_iconPropTypes.iconPropTypes;
204
- const SysProvision = /* @__PURE__ */ react.default.forwardRef(function SysProvision({ children, size = 16, ...rest }, ref) {
205
- return react.default.createElement(require_Icon.Icon, {
193
+ if (process.env.NODE_ENV !== "production") WatsonHealthStudyView.propTypes = require_iconPropTypes.iconPropTypes;
194
+ const WatsonHealthSubVolume = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthSubVolume({ children, size = 16, ...rest }, ref) {
195
+ return react.default.createElement(require_Icon_js, {
206
196
  width: size,
207
197
  height: size,
208
198
  ref,
@@ -210,15 +200,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
210
200
  viewBox: "0 0 32 32",
211
201
  fill: "currentColor",
212
202
  ...rest
213
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 20 21 30 30 25 21 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
214
- cx: "14",
215
- cy: "14",
216
- r: "2"
217
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,20a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,14,20Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,14,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.9512,12.91l-.0064,0A12.05,12.05,0,1,0,17,25.605V23.5386a9.9813,9.9813,0,1,1,6.6235-6.81l1.9248.544A12.0341,12.0341,0,0,0,26,14Q26,13.4492,25.9512,12.91Z" }), children);
203
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.4741,19.12,23.6807,16l5.7934-3.12a1,1,0,0,0,0-1.7607l-13-7a.9982.9982,0,0,0-.9482,0l-13,7a1,1,0,0,0,0,1.7607L8.3193,16,2.5259,19.12a1,1,0,0,0,0,1.7607l13,7a.9995.9995,0,0,0,.9482,0l13-7a1,1,0,0,0,0-1.7607ZM16,6.1359,26.8906,12,16,17.8643,5.1094,12Zm0,19.7284L5.1094,20l5.3193-2.8642L15.5259,19.88a.9995.9995,0,0,0,.9482,0l5.0972-2.7446L26.8906,20Z" }), children);
218
204
  });
219
- if (process.env.NODE_ENV !== "production") SysProvision.propTypes = require_iconPropTypes.iconPropTypes;
220
- const SysplexDistributor = /* @__PURE__ */ react.default.forwardRef(function SysplexDistributor({ children, size = 16, ...rest }, ref) {
221
- return react.default.createElement(require_Icon.Icon, {
205
+ if (process.env.NODE_ENV !== "production") WatsonHealthSubVolume.propTypes = require_iconPropTypes.iconPropTypes;
206
+ const Subclassification = /* @__PURE__ */ react.default.forwardRef(function Subclassification({ children, size = 16, ...rest }, ref) {
207
+ return react.default.createElement(require_Icon_js, {
222
208
  width: size,
223
209
  height: size,
224
210
  ref,
@@ -228,24 +214,12 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
228
214
  ...rest
229
215
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
230
216
  strokeWidth: "0",
231
- d: "M4 26H8V30H4z"
232
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
233
- strokeWidth: "0",
234
- d: "M14 26H18V30H14z"
235
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
236
- strokeWidth: "0",
237
- d: "M24 26H28V30H24z"
238
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
239
- strokeWidth: "0",
240
- d: "m25,18h-8v-2h-2v2H7c-1.1028,0-2,.8975-2,2v4h2v-4h8v4h2v-4h8v4h2v-4c0-1.1025-.8972-2-2-2Z"
241
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
242
- strokeWidth: "0",
243
- d: "m20,2h-8c-1.1028,0-2,.8975-2,2v8c0,1.1025.8972,2,2,2h8c1.1028,0,2-.8975,2-2V4c0-1.1025-.8972-2-2-2Zm-1.4141,2l-6.5859,6.5859v-6.5859h6.5859Zm-5.1719,8l6.5862-6.5859.001,6.5859h-6.5872Z"
217
+ d: "m13,28v-10h7c.3564,0,.686-.1899.8647-.498.0902-.1551.1353-.3285.1353-.502,0-.1711-.0441-.3424-.1318-.4961L12.8682,2.504c-.1919-.3359-.5301-.504-.8682-.504s-.6763.1681-.8682.504l-7.9999,13.9999c-.0878.1537-.1318.3249-.1318.4961,0,.1735.0451.3469.1353.502.1787.3081.5083.498.8647.498h7v10c0,1.1046.8954,2,2,2h15v-2h-15Zm-7.2769-12l6.2769-10.9844,6.2769,10.9844H5.7231Z"
244
218
  }), children);
245
219
  });
246
- if (process.env.NODE_ENV !== "production") SysplexDistributor.propTypes = require_iconPropTypes.iconPropTypes;
247
- const QT = /* @__PURE__ */ react.default.forwardRef(function QT({ children, size = 16, ...rest }, ref) {
248
- return react.default.createElement(require_Icon.Icon, {
220
+ if (process.env.NODE_ENV !== "production") Subclassification.propTypes = require_iconPropTypes.iconPropTypes;
221
+ const Subdirectory = /* @__PURE__ */ react.default.forwardRef(function Subdirectory({ children, size = 16, ...rest }, ref) {
222
+ return react.default.createElement(require_Icon_js, {
249
223
  width: size,
250
224
  height: size,
251
225
  ref,
@@ -253,11 +227,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
253
227
  viewBox: "0 0 32 32",
254
228
  fill: "currentColor",
255
229
  ...rest
256
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 11 15 11 15 23 17 23 17 11 20 11 20 9 12 9 12 11z" }), children);
230
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m9,20l1.4141,1.4141-2.5859,2.5859h18.1719s0-20,0-20h2v20c0,1.1025-.897,2-2,2H7.8281s2.5859,2.5859,2.5859,2.5859l-1.4141,1.4141-5-5,5-5Z" }), children);
257
231
  });
258
- if (process.env.NODE_ENV !== "production") QT.propTypes = require_iconPropTypes.iconPropTypes;
259
- const QTAlt = /* @__PURE__ */ react.default.forwardRef(function QTAlt({ children, size = 16, ...rest }, ref) {
260
- return react.default.createElement(require_Icon.Icon, {
232
+ if (process.env.NODE_ENV !== "production") Subdirectory.propTypes = require_iconPropTypes.iconPropTypes;
233
+ const Subflow = /* @__PURE__ */ react.default.forwardRef(function Subflow({ children, size = 16, ...rest }, ref) {
234
+ return react.default.createElement(require_Icon_js, {
261
235
  width: size,
262
236
  height: size,
263
237
  ref,
@@ -265,11 +239,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
265
239
  viewBox: "0 0 32 32",
266
240
  fill: "currentColor",
267
241
  ...rest
268
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 11 11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 9 22 9 22 7 20 7 20 9 18 9 18 11 20 11 20 17 21 18 22 17 22 11 24 11 24 9z" }), children);
242
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12.0025,12.0025,0,0,0,22.4609,26.1143l1.0782,1.684A13.9511,13.9511,0,0,1,16,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,17l-1.4141,1.4141L26.1719,20H15.8157a2.9874,2.9874,0,0,0-.2742-.5762l4.481-5.601A2.9676,2.9676,0,0,0,21,14a3,3,0,1,0-2.8157-4H13.8157a2.982,2.982,0,0,0-5.6314,0H2v2H8.1843a2.982,2.982,0,0,0,5.6314,0h4.3686a2.9874,2.9874,0,0,0,.2742.5762l-4.481,5.601A2.9676,2.9676,0,0,0,13,18a3,3,0,1,0,2.8157,4H26.1719l-1.586,1.5859L26,25l4-4Zm-5-7a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,10ZM11,12a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,12Zm2,10a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,13,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,16H28A12.0025,12.0025,0,0,0,9.5391,5.8857L8.4609,4.2017A14.0019,14.0019,0,0,1,30,16Z" }), children);
269
243
  });
270
- if (process.env.NODE_ENV !== "production") QTAlt.propTypes = require_iconPropTypes.iconPropTypes;
271
- const Table = /* @__PURE__ */ react.default.forwardRef(function Table({ children, size = 16, ...rest }, ref) {
272
- return react.default.createElement(require_Icon.Icon, {
244
+ if (process.env.NODE_ENV !== "production") Subflow.propTypes = require_iconPropTypes.iconPropTypes;
245
+ const SubflowLocal = /* @__PURE__ */ react.default.forwardRef(function SubflowLocal({ children, size = 16, ...rest }, ref) {
246
+ return react.default.createElement(require_Icon_js, {
273
247
  width: size,
274
248
  height: size,
275
249
  ref,
@@ -277,11 +251,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
277
251
  viewBox: "0 0 32 32",
278
252
  fill: "currentColor",
279
253
  ...rest
280
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,5a2,2,0,0,0-2-2H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2ZM27,5V9H5V5Zm0,22H5V23H27Zm0-6H5V17H27Zm0-6H5V11H27Z" }), children);
254
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.3472,29.9851a13.9282,13.9282,0,0,1-4.2051-.8516l.6943-1.8754a11.929,11.929,0,0,0,3.6026.729Zm4.2651-.4558-.5146-1.9326a11.915,11.915,0,0,0,3.3632-1.4827l1.0782,1.6846A13.915,13.915,0,0,1,19.6123,29.5293ZM7.395,27.0439a14.0632,14.0632,0,0,1-2.94-3.1218l1.6484-1.1333a12.0521,12.0521,0,0,0,2.522,2.6785ZM2.5967,20.0544A14.0512,14.0512,0,0,1,2.0005,16H4a12.0412,12.0412,0,0,0,.5117,3.4763Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,17l-1.4141,1.4141L26.1719,20H15.8157a2.9874,2.9874,0,0,0-.2742-.5762l4.481-5.601A2.9676,2.9676,0,0,0,21,14a3,3,0,1,0-2.8157-4H13.8157a2.982,2.982,0,0,0-5.6314,0H2v2H8.1843a2.982,2.982,0,0,0,5.6314,0h4.3686a2.9874,2.9874,0,0,0,.2742.5762l-4.481,5.601A2.9676,2.9676,0,0,0,13,18a3,3,0,1,0,2.8157,4H26.1719l-1.586,1.5859L26,25l4-4Zm-5-7a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,10ZM11,12a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,12Zm2,10a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,13,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,16a12.0412,12.0412,0,0,0-.5117-3.4763l1.915-.5781A14.0551,14.0551,0,0,1,30,16ZM25.8965,9.2112a12.0521,12.0521,0,0,0-2.522-2.6785l1.23-1.5766a14.0632,14.0632,0,0,1,2.94,3.1218ZM9.5391,5.886,8.4609,4.2014a13.915,13.915,0,0,1,3.9268-1.7307l.5146,1.9326A11.915,11.915,0,0,0,9.5391,5.886ZM20.1636,4.7419a11.929,11.929,0,0,0-3.6026-.729l.0918-1.998a13.9282,13.9282,0,0,1,4.2051.8516Z" }), children);
281
255
  });
282
- if (process.env.NODE_ENV !== "production") Table.propTypes = require_iconPropTypes.iconPropTypes;
283
- const TableAdd = /* @__PURE__ */ react.default.forwardRef(function TableAdd({ children, size = 16, ...rest }, ref) {
284
- return react.default.createElement(require_Icon.Icon, {
256
+ if (process.env.NODE_ENV !== "production") SubflowLocal.propTypes = require_iconPropTypes.iconPropTypes;
257
+ const SubjectDefinition = /* @__PURE__ */ react.default.forwardRef(function SubjectDefinition({ children, size = 16, ...rest }, ref) {
258
+ return react.default.createElement(require_Icon_js, {
285
259
  width: size,
286
260
  height: size,
287
261
  ref,
@@ -289,11 +263,20 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
289
263
  viewBox: "0 0 32 32",
290
264
  fill: "currentColor",
291
265
  ...rest
292
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5c-1.1,0-2,.9-2,2v12h2v-6h10v18h2V11h10v7h-10v2h10v7h-10v2h10c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2ZM27,9H5v-4h22v4ZM12,26h-4v4h-2v-4H2v-2h4v-4h2v4h4v2Z" }), children);
266
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
267
+ strokeWidth: "0",
268
+ d: "m22.7749,20.5022h-.0862c-.3101.8959-1.0334,1.7056-2.5151,1.7056-1.8433,0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0,1.2404.4651,1.9122,1.5161,1.9122.8784,0,1.7571-.4651,1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988Z"
269
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
270
+ strokeWidth: "0",
271
+ d: "m6.6195,20.2094l1.5332-1.4816c.8269.9647,1.8433,1.4816,3.0837,1.4816,1.3953,0,2.1189-.6719,2.1189-1.6882,0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971,0-2.1534,1.6709-3.5488,4.3584-3.5488,1.8088,0,3.1526.6202,4.1172,1.7744l-1.5503,1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292,0-1.9639.5168-1.9639,1.4126,0,.9131.5168,1.292,1.6711,1.4988l1.1196.2067c2.429.4308,3.5662,1.516,3.5662,3.4972,0,2.2739-1.6367,3.8245-4.5137,3.8245-2.05,0-3.4626-.8097-4.479-1.9984Z"
272
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
273
+ strokeWidth: "0",
274
+ d: "m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"
275
+ }), children);
293
276
  });
294
- if (process.env.NODE_ENV !== "production") TableAdd.propTypes = require_iconPropTypes.iconPropTypes;
295
- const TableAlias = /* @__PURE__ */ react.default.forwardRef(function TableAlias({ children, size = 16, ...rest }, ref) {
296
- return react.default.createElement(require_Icon.Icon, {
277
+ if (process.env.NODE_ENV !== "production") SubjectDefinition.propTypes = require_iconPropTypes.iconPropTypes;
278
+ const SubjectUsage = /* @__PURE__ */ react.default.forwardRef(function SubjectUsage({ children, size = 16, ...rest }, ref) {
279
+ return react.default.createElement(require_Icon_js, {
297
280
  width: size,
298
281
  height: size,
299
282
  ref,
@@ -301,11 +284,20 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
301
284
  viewBox: "0 0 32 32",
302
285
  fill: "currentColor",
303
286
  ...rest
304
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,29H5a2.0021,2.0021,0,0,1-2-2V20a2.0021,2.0021,0,0,1,2-2h7a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,12,29ZM5,20v7h7V20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z" }), children);
287
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
288
+ strokeWidth: "0",
289
+ d: "m22.7749,20.5022h-.0862c-.3101.8959-1.0334,1.7056-2.5151,1.7056-1.8433,0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0,1.2404.4651,1.9122,1.5161,1.9122.8784,0,1.7571-.4651,1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988Z"
290
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
291
+ strokeWidth: "0",
292
+ d: "m6.6195,20.2094l1.5332-1.4816c.8269.9647,1.8433,1.4816,3.0837,1.4816,1.3953,0,2.1189-.6719,2.1189-1.6882,0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971,0-2.1534,1.6709-3.5488,4.3584-3.5488,1.8088,0,3.1526.6202,4.1172,1.7744l-1.5503,1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292,0-1.9639.5168-1.9639,1.4126,0,.9131.5168,1.292,1.6711,1.4988l1.1196.2067c2.429.4308,3.5662,1.516,3.5662,3.4972,0,2.2739-1.6367,3.8245-4.5137,3.8245-2.05,0-3.4626-.8097-4.479-1.9984Z"
293
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
294
+ strokeWidth: "0",
295
+ d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
296
+ }), children);
305
297
  });
306
- if (process.env.NODE_ENV !== "production") TableAlias.propTypes = require_iconPropTypes.iconPropTypes;
307
- const TableBuilt = /* @__PURE__ */ react.default.forwardRef(function TableBuilt({ children, size = 16, ...rest }, ref) {
308
- return react.default.createElement(require_Icon.Icon, {
298
+ if (process.env.NODE_ENV !== "production") SubjectUsage.propTypes = require_iconPropTypes.iconPropTypes;
299
+ const SubnetAclRules = /* @__PURE__ */ react.default.forwardRef(function SubnetAclRules({ children, size = 16, ...rest }, ref) {
300
+ return react.default.createElement(require_Icon_js, {
309
301
  width: size,
310
302
  height: size,
311
303
  ref,
@@ -313,11 +305,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
313
305
  viewBox: "0 0 32 32",
314
306
  fill: "currentColor",
315
307
  ...rest
316
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,8H24V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V22a2.0025,2.0025,0,0,0,2,2H8v4a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V10A2.0025,2.0025,0,0,0,28,8ZM22,22H14V17h8Zm0-7H14V10h8ZM12,15H4V10h8ZM22,4V8H4V4ZM4,22V17h8v5Zm24,6H10V24H22a2.0025,2.0025,0,0,0,2-2V10h4Z" }), children);
308
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 14H30V16H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 19H26V21H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 9H30V11H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,24v4H6V16h8V14H10V8a4.0008,4.0008,0,0,1,7.6675-1.6L19.5005,5.6A6.001,6.001,0,0,0,8,8v6H6a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H22a2.0023,2.0023,0,0,0,2-2V24Z" }), children);
317
309
  });
318
- if (process.env.NODE_ENV !== "production") TableBuilt.propTypes = require_iconPropTypes.iconPropTypes;
319
- const TableShortcut = /* @__PURE__ */ react.default.forwardRef(function TableShortcut({ children, size = 16, ...rest }, ref) {
320
- return react.default.createElement(require_Icon.Icon, {
310
+ if (process.env.NODE_ENV !== "production") SubnetAclRules.propTypes = require_iconPropTypes.iconPropTypes;
311
+ const Subsetting = /* @__PURE__ */ react.default.forwardRef(function Subsetting({ children, size = 16, ...rest }, ref) {
312
+ return react.default.createElement(require_Icon_js, {
321
313
  width: size,
322
314
  height: size,
323
315
  ref,
@@ -325,11 +317,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
325
317
  viewBox: "0 0 32 32",
326
318
  fill: "currentColor",
327
319
  ...rest
328
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 18 5 20 10.586 20 3 27.586 4.414 29 12 21.414 12 27 14 27 14 18 5 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z" }), children);
320
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8682,16.5039L16.8682,2.5039c-.356-.623-1.3804-.623-1.7363,0l-8,14c-.177.3096-.1758.6895.0032.998.179.3081.5085.498.865.498h7v12h2v-12h7c.3564,0,.686-.1899.865-.498.179-.3086.1802-.6885.0032-.998ZM9.7231,16l6.2769-10.9844,6.2769,10.9844h-12.5537Z" }), children);
329
321
  });
330
- if (process.env.NODE_ENV !== "production") TableShortcut.propTypes = require_iconPropTypes.iconPropTypes;
331
- const TableSplit = /* @__PURE__ */ react.default.forwardRef(function TableSplit({ children, size = 16, ...rest }, ref) {
332
- return react.default.createElement(require_Icon.Icon, {
322
+ if (process.env.NODE_ENV !== "production") Subsetting.propTypes = require_iconPropTypes.iconPropTypes;
323
+ const Subtract = /* @__PURE__ */ react.default.forwardRef(function Subtract({ children, size = 16, ...rest }, ref) {
324
+ return react.default.createElement(require_Icon_js, {
333
325
  width: size,
334
326
  height: size,
335
327
  ref,
@@ -337,11 +329,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
337
329
  viewBox: "0 0 32 32",
338
330
  fill: "currentColor",
339
331
  ...rest
340
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,2V9H5V5ZM17,11H27v7H17Zm-2,7H5V11H15ZM5,20H15v7H5Zm12,7V20H27v7Z" }), children);
332
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 15H24V17H8z" }), children);
341
333
  });
342
- if (process.env.NODE_ENV !== "production") TableSplit.propTypes = require_iconPropTypes.iconPropTypes;
343
- const TableOfContents = /* @__PURE__ */ react.default.forwardRef(function TableOfContents({ children, size = 16, ...rest }, ref) {
344
- return react.default.createElement(require_Icon.Icon, {
334
+ if (process.env.NODE_ENV !== "production") Subtract.propTypes = require_iconPropTypes.iconPropTypes;
335
+ const SubtractAlt = /* @__PURE__ */ react.default.forwardRef(function SubtractAlt({ children, size = 16, ...rest }, ref) {
336
+ return react.default.createElement(require_Icon_js, {
345
337
  width: size,
346
338
  height: size,
347
339
  ref,
@@ -349,11 +341,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
349
341
  viewBox: "0 0 32 32",
350
342
  fill: "currentColor",
351
343
  ...rest
352
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 6H22V8H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 12H22V14H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 18H22V20H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 24H22V26H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 6H28V8H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 12H28V14H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 18H28V20H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 24H28V26H26z" }), children);
344
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4c6.6,0,12,5.4,12,12s-5.4,12-12,12S4,22.6,4,16S9.4,4,16,4 M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14 S23.7,2,16,2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 15H24V17H8z" }), children);
353
345
  });
354
- if (process.env.NODE_ENV !== "production") TableOfContents.propTypes = require_iconPropTypes.iconPropTypes;
355
- const Tablet = /* @__PURE__ */ react.default.forwardRef(function Tablet({ children, size = 16, ...rest }, ref) {
356
- return react.default.createElement(require_Icon.Icon, {
346
+ if (process.env.NODE_ENV !== "production") SubtractAlt.propTypes = require_iconPropTypes.iconPropTypes;
347
+ const SubtractFilled = /* @__PURE__ */ react.default.forwardRef(function SubtractFilled({ children, size = 16, ...rest }, ref) {
348
+ return react.default.createElement(require_Icon_js, {
357
349
  width: size,
358
350
  height: size,
359
351
  ref,
@@ -361,14 +353,14 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
361
353
  viewBox: "0 0 32 32",
362
354
  fill: "currentColor",
363
355
  ...rest
364
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
365
- d: "M15 22H17V28H15z",
366
- transform: "rotate(90 16 25)"
367
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30H7a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,7,2H25a2.0023,2.0023,0,0,1,2,2V28A2.0027,2.0027,0,0,1,25,30ZM7,4V28H25V4Z" }), children);
356
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,2c-7.6,0-14,6.4-14,14s6.4,14,14,14,14-6.4,14-14S23.6,2,16,2Zm8,15H8v-2h16v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
357
+ fill: "none",
358
+ d: "M24 17 8 17 8 15 24 15 24 17z"
359
+ }), children);
368
360
  });
369
- if (process.env.NODE_ENV !== "production") Tablet.propTypes = require_iconPropTypes.iconPropTypes;
370
- const TabletLandscape = /* @__PURE__ */ react.default.forwardRef(function TabletLandscape({ children, size = 16, ...rest }, ref) {
371
- return react.default.createElement(require_Icon.Icon, {
361
+ if (process.env.NODE_ENV !== "production") SubtractFilled.propTypes = require_iconPropTypes.iconPropTypes;
362
+ const SubtractLarge = /* @__PURE__ */ react.default.forwardRef(function SubtractLarge({ children, size = 16, ...rest }, ref) {
363
+ return react.default.createElement(require_Icon_js, {
372
364
  width: size,
373
365
  height: size,
374
366
  ref,
@@ -376,11 +368,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
376
368
  viewBox: "0 0 32 32",
377
369
  fill: "currentColor",
378
370
  ...rest
379
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 13H26V19H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,7V25a2.0023,2.0023,0,0,1-2,2H4a2.002,2.002,0,0,1-2-2V7A2.0023,2.0023,0,0,1,4,5H28A2.0027,2.0027,0,0,1,30,7ZM4,25H28V7H4Z" }), children);
371
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 15 5 17 27 17 27 15 5 15z" }), children);
380
372
  });
381
- if (process.env.NODE_ENV !== "production") TabletLandscape.propTypes = require_iconPropTypes.iconPropTypes;
382
- const Tag = /* @__PURE__ */ react.default.forwardRef(function Tag({ children, size = 16, ...rest }, ref) {
383
- return react.default.createElement(require_Icon.Icon, {
373
+ if (process.env.NODE_ENV !== "production") SubtractLarge.propTypes = require_iconPropTypes.iconPropTypes;
374
+ const Succession = /* @__PURE__ */ react.default.forwardRef(function Succession({ children, size = 16, ...rest }, ref) {
375
+ return react.default.createElement(require_Icon_js, {
384
376
  width: size,
385
377
  height: size,
386
378
  ref,
@@ -388,11 +380,31 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
388
380
  viewBox: "0 0 32 32",
389
381
  fill: "currentColor",
390
382
  ...rest
391
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.6436,29.4145,2.5858,15.3555A2,2,0,0,1,2,13.9414V4A2,2,0,0,1,4,2h9.9413a2,2,0,0,1,1.4142.5858L29.4144,16.6436a2.0005,2.0005,0,0,1,0,2.8285l-9.9424,9.9425a2.0008,2.0008,0,0,1-2.8285,0ZM4,4v9.9417L18.0578,28,28,18.0579,13.9416,4Z" }), children);
383
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
384
+ strokeWidth: "0",
385
+ d: "M19 27H21V31H19z",
386
+ transform: "rotate(90 20 29)"
387
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
388
+ strokeWidth: "0",
389
+ d: "M25 27H27V31H25z",
390
+ transform: "rotate(90 26 29)"
391
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
392
+ strokeWidth: "0",
393
+ d: "m13,28v-3h-2v3c0,1.1046.8954,2,2,2h3v-2h-3Z"
394
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
395
+ strokeWidth: "0",
396
+ d: "M11 19H13V23H11z"
397
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
398
+ strokeWidth: "0",
399
+ d: "M11 13H13V17H11z"
400
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
401
+ strokeWidth: "0",
402
+ d: "M22 12 12 2 2 12 3.4141 13.4141 11 5.8281 11 11 13 11 13 5.8281 20.5859 13.4141 22 12z"
403
+ }), children);
392
404
  });
393
- if (process.env.NODE_ENV !== "production") Tag.propTypes = require_iconPropTypes.iconPropTypes;
394
- const TagEdit = /* @__PURE__ */ react.default.forwardRef(function TagEdit({ children, size = 16, ...rest }, ref) {
395
- return react.default.createElement(require_Icon.Icon, {
405
+ if (process.env.NODE_ENV !== "production") Succession.propTypes = require_iconPropTypes.iconPropTypes;
406
+ const SuccessionFlowConnection = /* @__PURE__ */ react.default.forwardRef(function SuccessionFlowConnection({ children, size = 16, ...rest }, ref) {
407
+ return react.default.createElement(require_Icon_js, {
396
408
  width: size,
397
409
  height: size,
398
410
  ref,
@@ -400,11 +412,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
400
412
  viewBox: "0 0 32 32",
401
413
  fill: "currentColor",
402
414
  ...rest
403
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.707,7.293l-3-3a.9994.9994,0,0,0-1.414,0L16,13.5859V18h4.4141L29.707,8.707A.9994.9994,0,0,0,29.707,7.293ZM19.5859,16H18V14.4141l5-5L24.5859,11ZM26,9.5859,24.4141,8,26,6.4141,27.5859,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.0059,14.2354l-1.4141,1.414L28,18.0576,18.0579,28,4,13.9414V4h9.9417l4.4067,4.4067,1.4141-1.4145-4.407-4.4063A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l9.9424-9.9424a2.001,2.001,0,0,0,0-2.8286Z" }), children);
415
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,3v2s-5,0-5,0v-2s5,0,5,0ZM13,16h2s0-5,0-5h-2s0,5,0,5ZM15,5c0-1.1028-.8972-2-2-2h-4v2h4v4h2v-4ZM19,22h-4v-4h-2v4c0,1.1028.8972,2,2,2h4v-2ZM30.6001,22.2002l-8-6c-.303-.2275-.7083-.2642-1.0474-.0947-.3386.1694-.5527.5156-.5527.8945v12c0,.3789.2141.7251.5527.8945.1416.0708.2947.1055.447.1055.2126,0,.4238-.0674.6003-.2002l8-6c.2517-.1885.3999-.4849.3999-.7998s-.1482-.6113-.3999-.7998Z" }), children);
404
416
  });
405
- if (process.env.NODE_ENV !== "production") TagEdit.propTypes = require_iconPropTypes.iconPropTypes;
406
- const TagExport = /* @__PURE__ */ react.default.forwardRef(function TagExport({ children, size = 16, ...rest }, ref) {
407
- return react.default.createElement(require_Icon.Icon, {
417
+ if (process.env.NODE_ENV !== "production") SuccessionFlowConnection.propTypes = require_iconPropTypes.iconPropTypes;
418
+ const SummaryKpi = /* @__PURE__ */ react.default.forwardRef(function SummaryKpi({ children, size = 16, ...rest }, ref) {
419
+ return react.default.createElement(require_Icon_js, {
408
420
  width: size,
409
421
  height: size,
410
422
  ref,
@@ -412,11 +424,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
412
424
  viewBox: "0 0 32 32",
413
425
  fill: "currentColor",
414
426
  ...rest
415
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31 18 25 12 23.586 13.414 27.172 17 17 17 17 19 27.172 19 23.586 22.586 25 24 31 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.0593,25l-3.0014,3L4,13.9414V4h9.9417l7,7,1.4143-1.414-7.001-7A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l3.0014-3Z" }), children);
427
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.6667,27.5027,2,22.4484l1.3311-1.4927,5.6411,5.0316,7.6906-7.4449a1.9282,1.9282,0,0,1,2.6736-.0084L22.96,21.9983l5.5791-5.9735L30,17.3905l-5.5812,5.9758a1.996,1.996,0,0,1-2.8379.08l-3.5765-3.4191-7.666,7.4206A1.9629,1.9629,0,0,1,7.6667,27.5027Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 11 26 11 28 8 30 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,4H18V6h4V8H19v2h3v2H18v2h4a2.0027,2.0027,0,0,0,2-2V6A2.0023,2.0023,0,0,0,22,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,14H10V10a2.002,2.002,0,0,1,2-2h2V6H10V4h4a2.0023,2.0023,0,0,1,2,2V8a2.0023,2.0023,0,0,1-2,2H12v2h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12 6 4 4 4 4 5 2 5 2 7 4 7 4 12 2 12 2 14 8 14 8 12 6 12z" }), children);
416
428
  });
417
- if (process.env.NODE_ENV !== "production") TagExport.propTypes = require_iconPropTypes.iconPropTypes;
418
- const TagGroup = /* @__PURE__ */ react.default.forwardRef(function TagGroup({ children, size = 16, ...rest }, ref) {
419
- return react.default.createElement(require_Icon.Icon, {
429
+ if (process.env.NODE_ENV !== "production") SummaryKpi.propTypes = require_iconPropTypes.iconPropTypes;
430
+ const SummaryKpiMirror = /* @__PURE__ */ react.default.forwardRef(function SummaryKpiMirror({ children, size = 16, ...rest }, ref) {
431
+ return react.default.createElement(require_Icon_js, {
420
432
  width: size,
421
433
  height: size,
422
434
  ref,
@@ -424,15 +436,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
424
436
  viewBox: "0 0 32 32",
425
437
  fill: "currentColor",
426
438
  ...rest
427
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
428
- cx: "10",
429
- cy: "14",
430
- r: "2"
431
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30a1,1,0,0,1-.71-.29L4.59,19A2,2,0,0,1,4,17.59V10A2,2,0,0,1,6,8h7.59A2,2,0,0,1,15,8.59l10.71,10.7a1,1,0,0,1,0,1.42l-9,9A1,1,0,0,1,16,30ZM6,10v7.59l10,10L23.59,20l-10-10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.71,13.29,17,2.59A2,2,0,0,0,15.59,2H8A2,2,0,0,0,6,4V6H8V4h7.59l10,10-1.3,1.29,1.42,1.42,2-2A1,1,0,0,0,27.71,13.29Z" }), children);
439
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.3,27.5l5.7-5.1L28.7,21L23,26l-7.7-7.4c-0.7-0.7-1.9-0.7-2.7,0L9,22l-5.6-6L2,17.4l5.6,6c0.8,0.8,2,0.8,2.8,0.1L14,20 l7.7,7.4C22.4,28.2,23.6,28.2,24.3,27.5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 12 28 4 26 4 26 5 24 5 24 7 26 7 26 12 24 12 24 14 30 14 30 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,14h-6v-4c0-1.1,0.9-2,2-2h2V6h-4V4h4c1.1,0,2,0.9,2,2v2c0,1.1-0.9,2-2,2h-2v2h4V14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4H8v2h4v2H9v2h3v2H8v2h4c1.1,0,2-0.9,2-2V6C14,4.9,13.1,4,12,4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 11 2 11 4 8z" }), children);
432
440
  });
433
- if (process.env.NODE_ENV !== "production") TagGroup.propTypes = require_iconPropTypes.iconPropTypes;
434
- const TagImport = /* @__PURE__ */ react.default.forwardRef(function TagImport({ children, size = 16, ...rest }, ref) {
435
- return react.default.createElement(require_Icon.Icon, {
441
+ if (process.env.NODE_ENV !== "production") SummaryKpiMirror.propTypes = require_iconPropTypes.iconPropTypes;
442
+ const Sun = /* @__PURE__ */ react.default.forwardRef(function Sun({ children, size = 16, ...rest }, ref) {
443
+ return react.default.createElement(require_Icon_js, {
436
444
  width: size,
437
445
  height: size,
438
446
  ref,
@@ -440,11 +448,26 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
440
448
  viewBox: "0 0 32 32",
441
449
  fill: "currentColor",
442
450
  ...rest
443
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 18 22 12 23.414 13.414 19.828 17 30 17 30 19 19.828 19 23.414 22.586 22 24 16 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.0586,26l-2.0007,2L4,13.9414V4h9.9417l6,6,1.4143-1.414-6.001-6A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l2.0006-2.0007Z" }), children);
451
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
452
+ d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z",
453
+ transform: "translate(0 .005)"
454
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
455
+ d: "M6.854 5.375H8.854V10.333H6.854z",
456
+ transform: "rotate(-45 7.86 7.856)"
457
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 15.005H7V17.005000000000003H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
458
+ d: "M5.375 23.147H10.333V25.147H5.375z",
459
+ transform: "rotate(-45 7.86 24.149)"
460
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 25.005H17V30.005H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
461
+ d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
462
+ transform: "rotate(-45 24.152 24.149)"
463
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 15.005H30V17.005000000000003H25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
464
+ d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
465
+ transform: "rotate(-45 24.152 7.856)"
466
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 2.005H17V7.005H15z" }), children);
444
467
  });
445
- if (process.env.NODE_ENV !== "production") TagImport.propTypes = require_iconPropTypes.iconPropTypes;
446
- const TagNone = /* @__PURE__ */ react.default.forwardRef(function TagNone({ children, size = 16, ...rest }, ref) {
447
- return react.default.createElement(require_Icon.Icon, {
468
+ if (process.env.NODE_ENV !== "production") Sun.propTypes = require_iconPropTypes.iconPropTypes;
469
+ const Sunrise = /* @__PURE__ */ react.default.forwardRef(function Sunrise({ children, size = 16, ...rest }, ref) {
470
+ return react.default.createElement(require_Icon_js, {
448
471
  width: size,
449
472
  height: size,
450
473
  ref,
@@ -452,11 +475,17 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
452
475
  viewBox: "0 0 32 32",
453
476
  fill: "currentColor",
454
477
  ...rest
455
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.092,10.3218,30,3.4141,28.5859,2,2,28.5859,3.4141,30l6.9077-6.9077,6.3218,6.3223a2.001,2.001,0,0,0,2.8286,0l9.9424-9.9424a2.001,2.001,0,0,0,0-2.8286ZM18.0579,28l-6.3218-6.3223,9.9419-9.9419L28,18.0576Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.4927,20.2627l1.414-1.4141L4,13.9414V4h9.9417l4.9069,4.9067,1.4141-1.414L15.3555,2.5859A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141Z" }), children);
478
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 27H29.998V29H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,20a4.0045,4.0045,0,0,1,4,4h2a6,6,0,0,0-12,0h2A4.0045,4.0045,0,0,1,16,20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 22H30V24H25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
479
+ d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
480
+ transform: "rotate(-45 24.146 15.854)"
481
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 4 11 9 12.41 10.41 15 7.83 15 8 15 15 17 15 17 8 17 7.83 19.59 10.41 21 9 16 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
482
+ d: "M6.854 13.374H8.854V18.332H6.854z",
483
+ transform: "rotate(-45 7.854 15.854)"
484
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 22H7V24H2z" }), children);
456
485
  });
457
- if (process.env.NODE_ENV !== "production") TagNone.propTypes = require_iconPropTypes.iconPropTypes;
458
- const Tank = /* @__PURE__ */ react.default.forwardRef(function Tank({ children, size = 16, ...rest }, ref) {
459
- return react.default.createElement(require_Icon.Icon, {
486
+ if (process.env.NODE_ENV !== "production") Sunrise.propTypes = require_iconPropTypes.iconPropTypes;
487
+ const Sunset = /* @__PURE__ */ react.default.forwardRef(function Sunset({ children, size = 16, ...rest }, ref) {
488
+ return react.default.createElement(require_Icon_js, {
460
489
  width: size,
461
490
  height: size,
462
491
  ref,
@@ -464,11 +493,20 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
464
493
  viewBox: "0 0 32 32",
465
494
  fill: "currentColor",
466
495
  ...rest
467
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,13V11H18.6182l-.7237-1.4473A1,1,0,0,0,17,9H9a1,1,0,0,0-1,1v5H4v2H22.6379l3.6,3H3a1,1,0,0,0-1,1v2a5.0057,5.0057,0,0,0,5,5H25a5.0057,5.0057,0,0,0,5-5V21a1.0011,1.0011,0,0,0-.36-.7686l-6-5A1.0015,1.0015,0,0,0,23,15H20.6182l-1-2ZM28,23a3.0033,3.0033,0,0,1-3,3H7a3.0033,3.0033,0,0,1-3-3V22H28ZM10,15V11h6.3821l2,4Z" }), children);
496
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 27.005H29.998V29.005H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
497
+ d: "M16,20a4.0045,4.0045,0,0,1,4,4h2a6,6,0,0,0-12,0h2A4.0045,4.0045,0,0,1,16,20Z",
498
+ transform: "translate(0 .005)"
499
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 22.005H30V24.005H25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
500
+ d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
501
+ transform: "rotate(-45 24.152 15.856)"
502
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19.59 9.595 17 12.175 17 4.005 15 4.005 15 12.175 12.41 9.595 11 11.005 16 16.005 21 11.005 19.59 9.595z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
503
+ d: "M6.854 13.374H8.854V18.332H6.854z",
504
+ transform: "rotate(-45 7.86 15.856)"
505
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 22.005H7V24.005H2z" }), children);
468
506
  });
469
- if (process.env.NODE_ENV !== "production") Tank.propTypes = require_iconPropTypes.iconPropTypes;
470
- const Task = /* @__PURE__ */ react.default.forwardRef(function Task({ children, size = 16, ...rest }, ref) {
471
- return react.default.createElement(require_Icon.Icon, {
507
+ if (process.env.NODE_ENV !== "production") Sunset.propTypes = require_iconPropTypes.iconPropTypes;
508
+ const SupportVectorMachine = /* @__PURE__ */ react.default.forwardRef(function SupportVectorMachine({ children, size = 16, ...rest }, ref) {
509
+ return react.default.createElement(require_Icon_js, {
472
510
  width: size,
473
511
  height: size,
474
512
  ref,
@@ -476,11 +514,22 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
476
514
  viewBox: "0 0 32 32",
477
515
  fill: "currentColor",
478
516
  ...rest
479
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 20.18 10.41 16.59 9 18 14 23 23 14 21.59 12.58 14 20.18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z" }), children);
517
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
518
+ cx: "26",
519
+ cy: "18",
520
+ r: "4"
521
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
522
+ cx: "18",
523
+ cy: "26",
524
+ r: "4"
525
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
526
+ d: "M-2.799 15H34.799V17H-2.799z",
527
+ transform: "rotate(-45 16 16)"
528
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m14,10c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Zm0-6c-1.1028,0-2,.8972-2,2s.8972,2,2,2,2-.8972,2-2-.8972-2-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m6,18c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Zm0-6c-1.1028,0-2,.8972-2,2s.8972,2,2,2,2-.8972,2-2-.8972-2-2-2Z" }), children);
480
529
  });
481
- if (process.env.NODE_ENV !== "production") Task.propTypes = require_iconPropTypes.iconPropTypes;
482
- const TaskAdd = /* @__PURE__ */ react.default.forwardRef(function TaskAdd({ children, size = 16, ...rest }, ref) {
483
- return react.default.createElement(require_Icon.Icon, {
530
+ if (process.env.NODE_ENV !== "production") SupportVectorMachine.propTypes = require_iconPropTypes.iconPropTypes;
531
+ const SurrogateKeyDatabase = /* @__PURE__ */ react.default.forwardRef(function SurrogateKeyDatabase({ children, size = 16, ...rest }, ref) {
532
+ return react.default.createElement(require_Icon_js, {
484
533
  width: size,
485
534
  height: size,
486
535
  ref,
@@ -488,11 +537,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
488
537
  viewBox: "0 0 32 32",
489
538
  fill: "currentColor",
490
539
  ...rest
491
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31 24 27 24 27 20 25 20 25 24 21 24 21 26 25 26 25 30 27 30 27 26 31 26 31 24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2H17V28H7V7h3v3H22V7h3v9h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
540
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,15c-2.8,0-5,2.2-5,5,0,.2,0,.4,0,.6l-5,5v4.4h4.4s5-5,5-5c.2,0,.4,0,.6,0,2.8,0,5-2.2,5-5s-2.2-5-5-5ZM28,20.7c-.4,1.6-2,2.6-3.7,2.2h-.5c0-.1-5.2,5.1-5.2,5.1h-1.6v-1.6l5.2-5.2v-.5c-.2-.5-.2-.9-.1-1.4.4-1.6,2-2.6,3.7-2.2,1.6.4,2.6,2,2.2,3.7ZM26,19.9c0,.6-.4,1-1,1s-1-.4-1-1,.4-1,1-1,1,.4,1,1ZM6,13h18V5c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v22c0,1.1.9,2,2,2h7v-2h-7v-6h7v-2h-7v-6ZM6,5h16v6H6v-6Z" }), children);
492
541
  });
493
- if (process.env.NODE_ENV !== "production") TaskAdd.propTypes = require_iconPropTypes.iconPropTypes;
494
- const TaskApproved = /* @__PURE__ */ react.default.forwardRef(function TaskApproved({ children, size = 16, ...rest }, ref) {
495
- return react.default.createElement(require_Icon.Icon, {
542
+ if (process.env.NODE_ENV !== "production") SurrogateKeyDatabase.propTypes = require_iconPropTypes.iconPropTypes;
543
+ const SurrogateKeyFlatFile = /* @__PURE__ */ react.default.forwardRef(function SurrogateKeyFlatFile({ children, size = 16, ...rest }, ref) {
544
+ return react.default.createElement(require_Icon_js, {
496
545
  width: size,
497
546
  height: size,
498
547
  ref,
@@ -500,11 +549,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
500
549
  viewBox: "0 0 32 32",
501
550
  fill: "currentColor",
502
551
  ...rest
503
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,20A6,6,0,1,0,20,24.46V32l4-1.8936L28,32V24.46A5.98,5.98,0,0,0,30,20Zm-4,8.84-2-.9467L22,28.84V25.65a5.8877,5.8877,0,0,0,4,0ZM24,24a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,24,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
552
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.9969,14.9969c-2.7614.0017-4.9986,2.2417-4.9969,5.0031.0002.1845.0114.3688.0337.552l-5.0337,5.0337v4.4143h4.4141l5.0337-5.0337c.1844.0205.3698.0307.5553.0306,2.7614-.0017,4.9986-2.2417,4.9969-5.0031s-2.2417-4.9986-5.0031-4.9969ZM27.9874,20.6685c-.3885,1.6306-2.0253,2.6375-3.6559,2.249l-.5395-.1238-5.2061,5.2063h-1.5859v-1.5857l5.2061-5.2063-.1236-.5393c-.1103-.4625-.1103-.9445,0-1.407.3884-1.6306,2.0253-2.6376,3.6558-2.2491,1.6306.3885,2.6376,2.0253,2.2491,3.6559ZM25.9646,20c0,.5523-.4477,1-1,1s-1-.4477-1-1,.4478-1,1-1,1,.4477,1,1ZM22.2918,12.0002c.6929,0,1.312-.4136,1.5771-1.0537.2656-.6406.1201-1.3711-.3701-1.8613l-6.792-6.792c-.1875-.1875-.4419-.293-.707-.293H5.9998c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h7.011v-2h-7.011V4.0002h8v6c0,1.1025.897,2,2,2h6.292ZM15.9998,4.4142l5.5854,5.5859h-5.5854v-5.5859Z" }), children);
504
553
  });
505
- if (process.env.NODE_ENV !== "production") TaskApproved.propTypes = require_iconPropTypes.iconPropTypes;
506
- const TaskAssetView = /* @__PURE__ */ react.default.forwardRef(function TaskAssetView({ children, size = 16, ...rest }, ref) {
507
- return react.default.createElement(require_Icon.Icon, {
554
+ if (process.env.NODE_ENV !== "production") SurrogateKeyFlatFile.propTypes = require_iconPropTypes.iconPropTypes;
555
+ const Sustainability = /* @__PURE__ */ react.default.forwardRef(function Sustainability({ children, size = 16, ...rest }, ref) {
556
+ return react.default.createElement(require_Icon_js, {
508
557
  width: size,
509
558
  height: size,
510
559
  ref,
@@ -512,11 +561,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
512
561
  viewBox: "0 0 32 32",
513
562
  fill: "currentColor",
514
563
  ...rest
515
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,26A3.5,3.5,0,1,1,26,22.5,3.5041,3.5041,0,0,1,22.5,26Zm0-5A1.5,1.5,0,1,0,24,22.5,1.5017,1.5017,0,0,0,22.5,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,31A8.5,8.5,0,1,1,31,22.5,8.51,8.51,0,0,1,22.5,31Zm0-15A6.5,6.5,0,1,0,29,22.5,6.5074,6.5074,0,0,0,22.5,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h5V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
564
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m21.5708,27.7495c-1.7468.8296-3.6211,1.2505-5.5708,1.2505-7.1682,0-13-5.832-13-13,0-3.0752,1.0571-5.979,3-8.3076v2.3076h2v-6H2v2h2.8416c-2.4753,2.7539-3.8416,6.2622-3.8416,10,0,8.271,6.729,15,15,15,2.249,0,4.4119-.4858,6.4292-1.4438l-.8584-1.8066Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m21,9c-3.1602,0-5.7515,2.457-5.9778,5.5605-1.0654-.9658-2.4739-1.5605-4.0222-1.5605h-4v4c0,3.3086,2.6917,6,6,6h2v4h2v-8.0005l2,.0005c3.3083,0,6-2.6914,6-6v-4h-4Zm-8,12c-2.2056,0-4-1.7944-4-4v-2h2c2.2056,0,4,1.7944,4,4v.5859l-2.293-2.293-1.4141,1.4141,2.293,2.293h-.5859Zm10-8c0,2.2056-1.7944,4-4,4h-.5859l2.293-2.293-1.4141-1.4141-2.293,2.293v-.5859c0-2.2056,1.7944-4,4-4h2v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m31,16c0-8.271-6.729-15-15-15-2.249,0-4.4119.4858-6.4292,1.4438l.8584,1.8066c1.7468-.8296,3.6211-1.2505,5.5708-1.2505,7.1682,0,13,5.832,13,13,0,3.0752-1.0571,5.979-3,8.3076v-2.3076h-2v6h6v-2h-2.8416c2.4753-2.7539,3.8416-6.2622,3.8416-10Z" }), children);
516
565
  });
517
- if (process.env.NODE_ENV !== "production") TaskAssetView.propTypes = require_iconPropTypes.iconPropTypes;
518
- const TaskComplete = /* @__PURE__ */ react.default.forwardRef(function TaskComplete({ children, size = 16, ...rest }, ref) {
519
- return react.default.createElement(require_Icon.Icon, {
566
+ if (process.env.NODE_ENV !== "production") Sustainability.propTypes = require_iconPropTypes.iconPropTypes;
567
+ const Svg = /* @__PURE__ */ react.default.forwardRef(function Svg({ children, size = 16, ...rest }, ref) {
568
+ return react.default.createElement(require_Icon_js, {
520
569
  width: size,
521
570
  height: size,
522
571
  ref,
@@ -524,11 +573,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
524
573
  viewBox: "0 0 32 32",
525
574
  fill: "currentColor",
526
575
  ...rest
527
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 27.18 19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V18h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
576
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,23H24a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H24V21h4V17H26V15h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 9 16 22 14 9 12 9 14.52 23 17.48 23 20 9 18 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,23H2V21H8V17H4a2,2,0,0,1-2-2V11A2,2,0,0,1,4,9h6v2H4v4H8a2,2,0,0,1,2,2v4A2,2,0,0,1,8,23Z" }), children);
528
577
  });
529
- if (process.env.NODE_ENV !== "production") TaskComplete.propTypes = require_iconPropTypes.iconPropTypes;
530
- const TaskLocation = /* @__PURE__ */ react.default.forwardRef(function TaskLocation({ children, size = 16, ...rest }, ref) {
531
- return react.default.createElement(require_Icon.Icon, {
578
+ if (process.env.NODE_ENV !== "production") Svg.propTypes = require_iconPropTypes.iconPropTypes;
579
+ const Swim = /* @__PURE__ */ react.default.forwardRef(function Swim({ children, size = 16, ...rest }, ref) {
580
+ return react.default.createElement(require_Icon_js, {
532
581
  width: size,
533
582
  height: size,
534
583
  ref,
@@ -536,15 +585,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
536
585
  viewBox: "0 0 32 32",
537
586
  fill: "currentColor",
538
587
  ...rest
539
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
540
- cx: "24",
541
- cy: "21",
542
- r: "2"
543
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,31l-4.7788-6.4019A5.9354,5.9354,0,0,1,18,21a6,6,0,0,1,12,0,5.9407,5.9407,0,0,1-1.2246,3.6028Zm0-14a4.0045,4.0045,0,0,0-4,4,3.9572,3.9572,0,0,0,.82,2.3972L24,27.6567l3.1763-4.2548A3.9627,3.9627,0,0,0,28,21,4.0045,4.0045,0,0,0,24,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
588
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,26H28a4.9316,4.9316,0,0,1-4-1.9873,5.0192,5.0192,0,0,1-8,0,5.0192,5.0192,0,0,1-8,0A4.9316,4.9316,0,0,1,4,26H2V24H4a3.44,3.44,0,0,0,3.0532-2.3215A.9712.9712,0,0,1,8,21a1.0069,1.0069,0,0,1,.9487.6838A3.4381,3.4381,0,0,0,12,24a3.44,3.44,0,0,0,3.0532-2.3215A.99.99,0,0,1,16,21a1.0069,1.0069,0,0,1,.9487.6838A3.4381,3.4381,0,0,0,20,24a3.44,3.44,0,0,0,3.0532-2.3215,1,1,0,0,1,1.8955.0053A3.4381,3.4381,0,0,0,28,24h2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,17.5859l-8.707-8.707A2.9791,2.9791,0,0,0,12.1714,8H4v2h8.1714a.9933.9933,0,0,1,.7075.293L15.5859,13,10,18.5859,11.4141,20,17,14.4141,21.5859,19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,10a4,4,0,1,1,4,4A4.0042,4.0042,0,0,1,20,10Zm2,0a2,2,0,1,0,2-2A2.0023,2.0023,0,0,0,22,10Z" }), children);
544
589
  });
545
- if (process.env.NODE_ENV !== "production") TaskLocation.propTypes = require_iconPropTypes.iconPropTypes;
546
- const TaskRemove = /* @__PURE__ */ react.default.forwardRef(function TaskRemove({ children, size = 16, ...rest }, ref) {
547
- return react.default.createElement(require_Icon.Icon, {
590
+ if (process.env.NODE_ENV !== "production") Swim.propTypes = require_iconPropTypes.iconPropTypes;
591
+ const SwimlaneDVertical = /* @__PURE__ */ react.default.forwardRef(function SwimlaneDVertical({ children, size = 16, ...rest }, ref) {
592
+ return react.default.createElement(require_Icon_js, {
548
593
  width: size,
549
594
  height: size,
550
595
  ref,
@@ -552,11 +597,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
552
597
  viewBox: "0 0 32 32",
553
598
  fill: "currentColor",
554
599
  ...rest
555
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.41 25 30 21.41 28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V17h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
600
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,26h2v4h-4v-2h2v-2ZM17,30h4v-2h-4v2ZM7,26h-2v4h4v-2h-2v-2ZM7,19.9995h-2v4.0005h2v-4.0005ZM7,14h-2v4h2v-4ZM5,8v3.9995h2v-1.9995h2v-2h-4ZM5,6h2v-2h2v-2h-4v4ZM17,4h4v-2h-4v2ZM11,4h4v-2h-4v2ZM23,2v2h2v2h2V2h-4ZM25,24h2v-3.9995h-2v3.9995ZM25,18h2v-4h-2v4ZM17,10h4v-2h-4v2ZM11,10h4v-2h-4v2ZM23,8v2h2v2h2v-4h-4ZM11,30h4v-2h-4v2Z" }), children);
556
601
  });
557
- if (process.env.NODE_ENV !== "production") TaskRemove.propTypes = require_iconPropTypes.iconPropTypes;
558
- const TaskSettings = /* @__PURE__ */ react.default.forwardRef(function TaskSettings({ children, size = 16, ...rest }, ref) {
559
- return react.default.createElement(require_Icon.Icon, {
602
+ if (process.env.NODE_ENV !== "production") SwimlaneDVertical.propTypes = require_iconPropTypes.iconPropTypes;
603
+ const Switch = /* @__PURE__ */ react.default.forwardRef(function Switch({ children, size = 16, ...rest }, ref) {
604
+ return react.default.createElement(require_Icon_js, {
560
605
  width: size,
561
606
  height: size,
562
607
  ref,
@@ -564,11 +609,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
564
609
  viewBox: "0 0 32 32",
565
610
  fill: "currentColor",
566
611
  ...rest
567
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24V22H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,18.1011V16H22v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,22H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,27.8989V30h2V27.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,24Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v6h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
612
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.6,23.6l1.4,1.4-5,5-5-5,1.4-1.4,2.6,2.6v-4.2H6v5h-2V10.8c-1.2-.4-2-1.5-2-2.8s.8-2.4,2-2.8v-3.2h2v3.2c.8.3,1.5,1,1.8,1.8h19.2v6.2l2.6-2.6,1.4,1.4-5,5-5-5,1.4-1.4,2.6,2.6v-4.2H7.8c-.3.8-1,1.5-1.8,1.8v9.2h21v6.2l2.6-2.6h0Z" }), children);
568
613
  });
569
- if (process.env.NODE_ENV !== "production") TaskSettings.propTypes = require_iconPropTypes.iconPropTypes;
570
- const TaskStar = /* @__PURE__ */ react.default.forwardRef(function TaskStar({ children, size = 16, ...rest }, ref) {
571
- return react.default.createElement(require_Icon.Icon, {
614
+ if (process.env.NODE_ENV !== "production") Switch.propTypes = require_iconPropTypes.iconPropTypes;
615
+ const SwitchLayer_2 = /* @__PURE__ */ react.default.forwardRef(function SwitchLayer_2({ children, size = 16, ...rest }, ref) {
616
+ return react.default.createElement(require_Icon_js, {
572
617
  width: size,
573
618
  height: size,
574
619
  ref,
@@ -576,11 +621,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
576
621
  viewBox: "0 0 32 32",
577
622
  fill: "currentColor",
578
623
  ...rest
579
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 17 25.23 21.32 30 22 26.5 25.167 28 30 23 27.208 18 30 19.5 25.167 16 22 20.9 21.32 23 17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v7h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
624
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 26 16 24 5.83 24 8.41 21.41 7 20 2 25 7 30 8.41 28.59 5.83 26 16 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 14 16 12 5.83 12 8.41 9.41 7 8 2 13 7 18 8.41 16.59 5.83 14 16 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 6 16 8 26.17 8 23.59 10.59 25 12 30 7 25 2 23.59 3.41 26.17 6 16 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 18 16 20 26.17 20 23.59 22.59 25 24 30 19 25 14 23.59 15.41 26.17 18 16 18z" }), children);
580
625
  });
581
- if (process.env.NODE_ENV !== "production") TaskStar.propTypes = require_iconPropTypes.iconPropTypes;
582
- const TaskTools = /* @__PURE__ */ react.default.forwardRef(function TaskTools({ children, size = 16, ...rest }, ref) {
583
- return react.default.createElement(require_Icon.Icon, {
626
+ if (process.env.NODE_ENV !== "production") SwitchLayer_2.propTypes = require_iconPropTypes.iconPropTypes;
627
+ const SwitchLayer_3 = /* @__PURE__ */ react.default.forwardRef(function SwitchLayer_3({ children, size = 16, ...rest }, ref) {
628
+ return react.default.createElement(require_Icon_js, {
584
629
  width: size,
585
630
  height: size,
586
631
  ref,
@@ -588,11 +633,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
588
633
  viewBox: "0 0 32 32",
589
634
  fill: "currentColor",
590
635
  ...rest
591
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.5,32a3.4762,3.4762,0,0,1-2.4751-1.0254L21.897,26.8469a6.496,6.496,0,0,1-7.3482-8.9563l.5879-1.34L19.293,20.707a1.0234,1.0234,0,0,0,1.4135,0,.999.999,0,0,0,.0005-1.4141l-4.1562-4.1565,1.34-.5881a6.4965,6.4965,0,0,1,8.9566,7.3486l4.1274,4.1282A3.5,3.5,0,0,1,28.5,32Zm-6.03-7.4087,4.9693,4.9692a1.5352,1.5352,0,0,0,2.1211,0,1.4985,1.4985,0,0,0,0-2.1208v0l-4.9692-4.97.188-.5823A4.496,4.496,0,0,0,20.5,16q-.126,0-.25.0068l1.8716,1.8721a2.9992,2.9992,0,0,1,0,4.2424,3.0722,3.0722,0,0,1-4.2427-.0005l-1.8716-1.8715Q16,20.3741,16,20.5A4.4968,4.4968,0,0,0,21.8877,24.78Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
636
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 4 22 6 24.586 6 19.586 11 21 12.414 26 7.414 26 10 28 10 28 4 22 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 4 10 6 7.414 6 12.414 11 11 12.414 6 7.414 6 10 4 10 4 4 10 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 5 16 1 12 5 13.414 6.414 15 4.829 15 11 17 11 17 4.829 18.586 6.414 20 5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 28 22 26 24.586 26 19.586 21 21 19.586 26 24.586 26 22 28 22 28 28 22 28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 28 10 26 7.414 26 12.414 21 11 19.586 6 24.586 6 22 4 22 4 28 10 28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 27 16 31 12 27 13.414 25.586 15 27.171 15 21 17 21 17 27.171 18.586 25.586 20 27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 12 1 16 5 20 6.414 18.586 4.829 17 11 17 11 15 4.829 15 6.414 13.414 5 12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 12 31 16 27 20 25.586 18.586 27.171 17 21 17 21 15 27.171 15 25.586 13.414 27 12z" }), children);
592
637
  });
593
- if (process.env.NODE_ENV !== "production") TaskTools.propTypes = require_iconPropTypes.iconPropTypes;
594
- const TaskView = /* @__PURE__ */ react.default.forwardRef(function TaskView({ children, size = 16, ...rest }, ref) {
595
- return react.default.createElement(require_Icon.Icon, {
638
+ if (process.env.NODE_ENV !== "production") SwitchLayer_3.propTypes = require_iconPropTypes.iconPropTypes;
639
+ const Switcher = /* @__PURE__ */ react.default.forwardRef(function Switcher({ children, size = 16, ...rest }, ref) {
640
+ return react.default.createElement(require_Icon_js, {
596
641
  width: size,
597
642
  height: size,
598
643
  ref,
@@ -600,18 +645,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
600
645
  viewBox: "0 0 32 32",
601
646
  fill: "currentColor",
602
647
  ...rest
603
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
604
- cx: "22",
605
- cy: "24",
606
- r: "2"
607
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
608
- fill: "none",
609
- d: "M22,28a4,4,0,1,1,4-4A4.0039,4.0039,0,0,1,22,28Zm0-6a2,2,0,1,0,2,2A2.0027,2.0027,0,0,0,22,22Z"
610
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,28H7V7h3v3H22V7h3v9h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h5ZM12,4h8V8H12Z" }), children);
648
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 4H18V8H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 4H8V8H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 4H28V8H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 14H18V18H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 14H8V18H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 14H28V18H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 24H18V28H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 24H8V28H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 24H28V28H24z" }), children);
611
649
  });
612
- if (process.env.NODE_ENV !== "production") TaskView.propTypes = require_iconPropTypes.iconPropTypes;
613
- const Taste = /* @__PURE__ */ react.default.forwardRef(function Taste({ children, size = 16, ...rest }, ref) {
614
- return react.default.createElement(require_Icon.Icon, {
650
+ if (process.env.NODE_ENV !== "production") Switcher.propTypes = require_iconPropTypes.iconPropTypes;
651
+ const Swot = /* @__PURE__ */ react.default.forwardRef(function Swot({ children, size = 16, ...rest }, ref) {
652
+ return react.default.createElement(require_Icon_js, {
615
653
  width: size,
616
654
  height: size,
617
655
  ref,
@@ -619,11 +657,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
619
657
  viewBox: "0 0 32 32",
620
658
  fill: "currentColor",
621
659
  ...rest
622
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,4V6H8v8a8,8,0,0,0,16,0V6h4V4ZM22,14a6,6,0,0,1-12,0V6h5v8h2V6h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 26H13V28H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 24H9V26H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 24H17V26H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 26H21V28H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 24H25V26H23z" }), children);
660
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,30h-2v-13H2v-2h13V2h2v13h13v2h-13v13ZM28,28h-6v-6h6v6ZM24,26h2v-2h-2v2ZM10,27h-6v-6h6v6ZM6,25h2v-2h-2v2ZM25,13h-6v-6h6v6ZM21,11h2v-2h-2v2ZM11,12h-6v-6h6v6ZM7,10h2v-2h-2v2Z" }), children);
623
661
  });
624
- if (process.env.NODE_ENV !== "production") Taste.propTypes = require_iconPropTypes.iconPropTypes;
625
- const Taxi = /* @__PURE__ */ react.default.forwardRef(function Taxi({ children, size = 16, ...rest }, ref) {
626
- return react.default.createElement(require_Icon.Icon, {
662
+ if (process.env.NODE_ENV !== "production") Swot.propTypes = require_iconPropTypes.iconPropTypes;
663
+ const SwotFilled = /* @__PURE__ */ react.default.forwardRef(function SwotFilled({ children, size = 16, ...rest }, ref) {
664
+ return react.default.createElement(require_Icon_js, {
627
665
  width: size,
628
666
  height: size,
629
667
  ref,
@@ -631,11 +669,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
631
669
  viewBox: "0 0 32 32",
632
670
  fill: "currentColor",
633
671
  ...rest
634
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.39,16.08,22.7,13.21,20.16,8.87l-.08-.12A2,2,0,0,0,18.52,8h-8a2,2,0,0,0-1.67.89L5.46,14H3a1,1,0,0,0-1,1v9a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V17A1,1,0,0,0,29.39,16.08ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86a4,4,0,0,0-7.72,0H12.86a4,4,0,0,0-7.72,0H4V16H6a1,1,0,0,0,.83-.45L10.54,10h8l2.63,4.5a1,1,0,0,0,.47.42L28,17.66Z" }), children);
672
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,15v2h-13v13h-2v-13H2v-2h13V2h2v13h13ZM25,7h-6v6h6v-6ZM28,22h-6v6h6v-6ZM11,6h-6v6h6v-6ZM10,21h-6v6h6v-6Z" }), children);
635
673
  });
636
- if (process.env.NODE_ENV !== "production") Taxi.propTypes = require_iconPropTypes.iconPropTypes;
637
- const TcpIpService = /* @__PURE__ */ react.default.forwardRef(function TcpIpService({ children, size = 16, ...rest }, ref) {
638
- return react.default.createElement(require_Icon.Icon, {
674
+ if (process.env.NODE_ENV !== "production") SwotFilled.propTypes = require_iconPropTypes.iconPropTypes;
675
+ const SyncSettings = /* @__PURE__ */ react.default.forwardRef(function SyncSettings({ children, size = 16, ...rest }, ref) {
676
+ return react.default.createElement(require_Icon_js, {
639
677
  width: size,
640
678
  height: size,
641
679
  ref,
@@ -643,11 +681,32 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
643
681
  viewBox: "0 0 32 32",
644
682
  fill: "currentColor",
645
683
  ...rest
646
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 28H30V30H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,26h-8c-1.1028,0-2-.8972-2-2v-5c0-1.1028,.8972-2,2-2h8c1.1028,0,2,.8972,2,2v5c0,1.1028-.8972,2-2,2Zm-8-7v5h8v-5h-8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,23h-5c-1.1028,0-2-.8972-2-2v-4h2v4h5v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 13H16V15H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,11H5c-1.1028,0-2-.8972-2-2V4c0-1.1028,.8972-2,2-2H13c1.1028,0,2,.8972,2,2v5c0,1.1028-.8972,2-2,2ZM5,4v5H13V4H5Z" }), children);
684
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
685
+ strokeWidth: "0",
686
+ d: "M15 24 15 22 11.4 22 22 11.4 22 15 24 15 24 8 17 8 17 10 20.6 10 10 20.6 10 17 8 17 8 24 15 24z"
687
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
688
+ strokeWidth: "0",
689
+ d: "m25,20v2h3c1.1,0,2-.9,2-2v-3h-2v3h-3Z"
690
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
691
+ strokeWidth: "0",
692
+ d: "M28 10H30V14H28z"
693
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
694
+ strokeWidth: "0",
695
+ d: "m25,2v2h3v3h2v-3c0-1.1-.9-2-2-2h-3Z"
696
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
697
+ strokeWidth: "0",
698
+ d: "M18 2H22V4H18z"
699
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
700
+ strokeWidth: "0",
701
+ d: "m10,4v3h2v-3h3V2h-3c-1.1,0-2,.9-2,2Z"
702
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
703
+ strokeWidth: "0",
704
+ d: "m12,10H4c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h16c1.1,0,2-.9,2-2v-8h-2v8H4V12h8v-2Z"
705
+ }), children);
647
706
  });
648
- if (process.env.NODE_ENV !== "production") TcpIpService.propTypes = require_iconPropTypes.iconPropTypes;
649
- const Temperature = /* @__PURE__ */ react.default.forwardRef(function Temperature({ children, size = 16, ...rest }, ref) {
650
- return react.default.createElement(require_Icon.Icon, {
707
+ if (process.env.NODE_ENV !== "production") SyncSettings.propTypes = require_iconPropTypes.iconPropTypes;
708
+ const SysProvision = /* @__PURE__ */ react.default.forwardRef(function SysProvision({ children, size = 16, ...rest }, ref) {
709
+ return react.default.createElement(require_Icon_js, {
651
710
  width: size,
652
711
  height: size,
653
712
  ref,
@@ -655,11 +714,15 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
655
714
  viewBox: "0 0 32 32",
656
715
  fill: "currentColor",
657
716
  ...rest
658
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,17.26V6A4,4,0,0,0,5,6V17.26a7,7,0,1,0,8,0ZM9,4a2,2,0,0,1,2,2v7H7V6A2,2,0,0,1,9,4ZM9,28a5,5,0,0,1-2.5-9.33l.5-.28V15h4v3.39l.5.28A5,5,0,0,1,9,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 4H30V6H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 10H27V12H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H30V18H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 22H27V24H20z" }), children);
717
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 20 21 30 30 25 21 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
718
+ cx: "14",
719
+ cy: "14",
720
+ r: "2"
721
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,20a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,14,20Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,14,10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.9512,12.91l-.0064,0A12.05,12.05,0,1,0,17,25.605V23.5386a9.9813,9.9813,0,1,1,6.6235-6.81l1.9248.544A12.0341,12.0341,0,0,0,26,14Q26,13.4492,25.9512,12.91Z" }), children);
659
722
  });
660
- if (process.env.NODE_ENV !== "production") Temperature.propTypes = require_iconPropTypes.iconPropTypes;
661
- const TemperatureCelsius = /* @__PURE__ */ react.default.forwardRef(function TemperatureCelsius({ children, size = 16, ...rest }, ref) {
662
- return react.default.createElement(require_Icon.Icon, {
723
+ if (process.env.NODE_ENV !== "production") SysProvision.propTypes = require_iconPropTypes.iconPropTypes;
724
+ const SysplexDistributor = /* @__PURE__ */ react.default.forwardRef(function SysplexDistributor({ children, size = 16, ...rest }, ref) {
725
+ return react.default.createElement(require_Icon_js, {
663
726
  width: size,
664
727
  height: size,
665
728
  ref,
@@ -667,15 +730,26 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
667
730
  viewBox: "0 0 32 32",
668
731
  fill: "currentColor",
669
732
  ...rest
670
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,18H24a2.0023,2.0023,0,0,1-2-2V6a2.002,2.002,0,0,1,2-2h6V6H24V16h6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
671
- cx: "18",
672
- cy: "4",
673
- r: "2"
674
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
733
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
734
+ strokeWidth: "0",
735
+ d: "M4 26H8V30H4z"
736
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
737
+ strokeWidth: "0",
738
+ d: "M14 26H18V30H14z"
739
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
740
+ strokeWidth: "0",
741
+ d: "M24 26H28V30H24z"
742
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
743
+ strokeWidth: "0",
744
+ d: "m25,18h-8v-2h-2v2H7c-1.1028,0-2,.8975-2,2v4h2v-4h8v4h2v-4h8v4h2v-4c0-1.1025-.8972-2-2-2Z"
745
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
746
+ strokeWidth: "0",
747
+ d: "m20,2h-8c-1.1028,0-2,.8975-2,2v8c0,1.1025.8972,2,2,2h8c1.1028,0,2-.8975,2-2V4c0-1.1025-.8972-2-2-2Zm-1.4141,2l-6.5859,6.5859v-6.5859h6.5859Zm-5.1719,8l6.5862-6.5859.001,6.5859h-6.5872Z"
748
+ }), children);
675
749
  });
676
- if (process.env.NODE_ENV !== "production") TemperatureCelsius.propTypes = require_iconPropTypes.iconPropTypes;
677
- const TemperatureCelsiusAlt = /* @__PURE__ */ react.default.forwardRef(function TemperatureCelsiusAlt({ children, size = 16, ...rest }, ref) {
678
- return react.default.createElement(require_Icon.Icon, {
750
+ if (process.env.NODE_ENV !== "production") SysplexDistributor.propTypes = require_iconPropTypes.iconPropTypes;
751
+ const QT = /* @__PURE__ */ react.default.forwardRef(function QT({ children, size = 16, ...rest }, ref) {
752
+ return react.default.createElement(require_Icon_js, {
679
753
  width: size,
680
754
  height: size,
681
755
  ref,
@@ -683,11 +757,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
683
757
  viewBox: "0 0 32 32",
684
758
  fill: "currentColor",
685
759
  ...rest
686
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,27H17a2.0023,2.0023,0,0,1-2-2V11a2.002,2.002,0,0,1,2-2h9v2H17V25h9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,13a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,8,13ZM8,7a2,2,0,1,0,2,2h0A2.0059,2.0059,0,0,0,8,7Z" }), children);
760
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 11 15 11 15 23 17 23 17 11 20 11 20 9 12 9 12 11z" }), children);
687
761
  });
688
- if (process.env.NODE_ENV !== "production") TemperatureCelsiusAlt.propTypes = require_iconPropTypes.iconPropTypes;
689
- const TemperatureFahrenheit = /* @__PURE__ */ react.default.forwardRef(function TemperatureFahrenheit({ children, size = 16, ...rest }, ref) {
690
- return react.default.createElement(require_Icon.Icon, {
762
+ if (process.env.NODE_ENV !== "production") QT.propTypes = require_iconPropTypes.iconPropTypes;
763
+ const QTAlt = /* @__PURE__ */ react.default.forwardRef(function QTAlt({ children, size = 16, ...rest }, ref) {
764
+ return react.default.createElement(require_Icon_js, {
691
765
  width: size,
692
766
  height: size,
693
767
  ref,
@@ -695,15 +769,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
695
769
  viewBox: "0 0 32 32",
696
770
  fill: "currentColor",
697
771
  ...rest
698
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 6 30 4 22 4 22 18 24 18 24 12 29 12 29 10 24 10 24 6 30 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
699
- cx: "18",
700
- cy: "4",
701
- r: "2"
702
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
772
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 11 11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 9 22 9 22 7 20 7 20 9 18 9 18 11 20 11 20 17 21 18 22 17 22 11 24 11 24 9z" }), children);
703
773
  });
704
- if (process.env.NODE_ENV !== "production") TemperatureFahrenheit.propTypes = require_iconPropTypes.iconPropTypes;
705
- const TemperatureFahrenheitAlt = /* @__PURE__ */ react.default.forwardRef(function TemperatureFahrenheitAlt({ children, size = 16, ...rest }, ref) {
706
- return react.default.createElement(require_Icon.Icon, {
774
+ if (process.env.NODE_ENV !== "production") QTAlt.propTypes = require_iconPropTypes.iconPropTypes;
775
+ const Table = /* @__PURE__ */ react.default.forwardRef(function Table({ children, size = 16, ...rest }, ref) {
776
+ return react.default.createElement(require_Icon_js, {
707
777
  width: size,
708
778
  height: size,
709
779
  ref,
@@ -711,11 +781,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
711
781
  viewBox: "0 0 32 32",
712
782
  fill: "currentColor",
713
783
  ...rest
714
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 11 26 9 15 9 15 27 17 27 17 19 25 19 25 17 17 17 17 11 26 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,13a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,8,13ZM8,7a2,2,0,1,0,2,2h0A2.0059,2.0059,0,0,0,8,7Z" }), children);
784
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,5a2,2,0,0,0-2-2H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2ZM27,5V9H5V5Zm0,22H5V23H27Zm0-6H5V17H27Zm0-6H5V11H27Z" }), children);
715
785
  });
716
- if (process.env.NODE_ENV !== "production") TemperatureFahrenheitAlt.propTypes = require_iconPropTypes.iconPropTypes;
717
- const TemperatureFeelsLike = /* @__PURE__ */ react.default.forwardRef(function TemperatureFeelsLike({ children, size = 16, ...rest }, ref) {
718
- return react.default.createElement(require_Icon.Icon, {
786
+ if (process.env.NODE_ENV !== "production") Table.propTypes = require_iconPropTypes.iconPropTypes;
787
+ const TableAdd = /* @__PURE__ */ react.default.forwardRef(function TableAdd({ children, size = 16, ...rest }, ref) {
788
+ return react.default.createElement(require_Icon_js, {
719
789
  width: size,
720
790
  height: size,
721
791
  ref,
@@ -723,11 +793,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
723
793
  viewBox: "0 0 32 32",
724
794
  fill: "currentColor",
725
795
  ...rest
726
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H22a2.0059,2.0059,0,0,1-2-2V21a2.0059,2.0059,0,0,1-2-2V13a2.9465,2.9465,0,0,1,3-3h6a2.9465,2.9465,0,0,1,3,3v6a2.0059,2.0059,0,0,1-2,2v7A2.0059,2.0059,0,0,1,26,30ZM21,12a.9448.9448,0,0,0-1,1v6h2v9h4V19h2V13a.9448.9448,0,0,0-1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,9a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,24,9Zm0-6a2,2,0,1,0,2,2h0a2.0059,2.0059,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1839V12H8v8.1839a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
796
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5c-1.1,0-2,.9-2,2v12h2v-6h10v18h2V11h10v7h-10v2h10v7h-10v2h10c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2ZM27,9H5v-4h22v4ZM12,26h-4v4h-2v-4H2v-2h4v-4h2v4h4v2Z" }), children);
727
797
  });
728
- if (process.env.NODE_ENV !== "production") TemperatureFeelsLike.propTypes = require_iconPropTypes.iconPropTypes;
729
- const TemperatureFrigid = /* @__PURE__ */ react.default.forwardRef(function TemperatureFrigid({ children, size = 16, ...rest }, ref) {
730
- return react.default.createElement(require_Icon.Icon, {
798
+ if (process.env.NODE_ENV !== "production") TableAdd.propTypes = require_iconPropTypes.iconPropTypes;
799
+ const TableAlias = /* @__PURE__ */ react.default.forwardRef(function TableAlias({ children, size = 16, ...rest }, ref) {
800
+ return react.default.createElement(require_Icon_js, {
731
801
  width: size,
732
802
  height: size,
733
803
  ref,
@@ -735,11 +805,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
735
805
  viewBox: "0 0 32 32",
736
806
  fill: "currentColor",
737
807
  ...rest
738
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.167 16.89 21.72 13 27.167 9.109 29.684 9.948 30.316 8.051 28 7.279 28 5 26 5 26 7.485 21 11.057 21 5.367 23.555 3.664 22.445 2 20 3.63 17.555 2 16.445 3.664 19 5.367 19 11.057 16 8.914 16 11.372 18.28 13 16 14.628 16 17.086 19 14.943 19 21.703 22.445 24 23.555 22.336 21 20.633 21 14.943 26 18.515 26 21 28 21 28 18.721 30.316 17.948 29.684 16.051 27.167 16.89z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,23a3,3,0,0,1-6,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
808
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,29H5a2.0021,2.0021,0,0,1-2-2V20a2.0021,2.0021,0,0,1,2-2h7a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,12,29ZM5,20v7h7V20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z" }), children);
739
809
  });
740
- if (process.env.NODE_ENV !== "production") TemperatureFrigid.propTypes = require_iconPropTypes.iconPropTypes;
741
- const TemperatureHot = /* @__PURE__ */ react.default.forwardRef(function TemperatureHot({ children, size = 16, ...rest }, ref) {
742
- return react.default.createElement(require_Icon.Icon, {
810
+ if (process.env.NODE_ENV !== "production") TableAlias.propTypes = require_iconPropTypes.iconPropTypes;
811
+ const TableBuilt = /* @__PURE__ */ react.default.forwardRef(function TableBuilt({ children, size = 16, ...rest }, ref) {
812
+ return react.default.createElement(require_Icon_js, {
743
813
  width: size,
744
814
  height: size,
745
815
  ref,
@@ -747,17 +817,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
747
817
  viewBox: "0 0 32 32",
748
818
  fill: "currentColor",
749
819
  ...rest
750
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 13H30V15H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
751
- d: "M23.121 5.879H27.121V7.879H23.121z",
752
- transform: "rotate(-45 25.121 6.879)"
753
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
754
- d: "M24.121 19.121H26.121V23.121H24.121z",
755
- transform: "rotate(-45 25.121 21.121)"
756
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 2H19V6H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,8a6.0365,6.0365,0,0,0-1,.09v2.0518A3.9567,3.9567,0,0,1,18,10a4,4,0,0,1,0,8v2A6,6,0,0,0,18,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1839V7H8V20.1839a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
820
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,8H24V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V22a2.0025,2.0025,0,0,0,2,2H8v4a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V10A2.0025,2.0025,0,0,0,28,8ZM22,22H14V17h8Zm0-7H14V10h8ZM12,15H4V10h8ZM22,4V8H4V4ZM4,22V17h8v5Zm24,6H10V24H22a2.0025,2.0025,0,0,0,2-2V10h4Z" }), children);
757
821
  });
758
- if (process.env.NODE_ENV !== "production") TemperatureHot.propTypes = require_iconPropTypes.iconPropTypes;
759
- const TemperatureInversion = /* @__PURE__ */ react.default.forwardRef(function TemperatureInversion({ children, size = 16, ...rest }, ref) {
760
- return react.default.createElement(require_Icon.Icon, {
822
+ if (process.env.NODE_ENV !== "production") TableBuilt.propTypes = require_iconPropTypes.iconPropTypes;
823
+ const TableShortcut = /* @__PURE__ */ react.default.forwardRef(function TableShortcut({ children, size = 16, ...rest }, ref) {
824
+ return react.default.createElement(require_Icon_js, {
761
825
  width: size,
762
826
  height: size,
763
827
  ref,
@@ -765,11 +829,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
765
829
  viewBox: "0 0 32 32",
766
830
  fill: "currentColor",
767
831
  ...rest
768
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,8H24v6h2V11.541A5.939,5.939,0,0,1,28,16a6.0039,6.0039,0,0,1-5.0945,5.9243A7.0273,7.0273,0,0,0,20,17.2617V6a4,4,0,0,0-8,0V17.2617a6.996,6.996,0,1,0,10.9292,6.68A7.9794,7.9794,0,0,0,27.2651,10H30ZM14,6a2,2,0,0,1,4,0v7H14Zm2,22a4.9965,4.9965,0,0,1-2.499-9.3252L14,18.3857V15h4v3.3857l.499.2891A4.9965,4.9965,0,0,1,16,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,10a8.04,8.04,0,0,0,2.7349,6H2v2H8V12H6v2.4592A5.94,5.94,0,0,1,4,10a6.0066,6.0066,0,0,1,6-6V2A8.0092,8.0092,0,0,0,2,10Z" }), children);
832
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 18 5 20 10.586 20 3 27.586 4.414 29 12 21.414 12 27 14 27 14 18 5 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z" }), children);
769
833
  });
770
- if (process.env.NODE_ENV !== "production") TemperatureInversion.propTypes = require_iconPropTypes.iconPropTypes;
771
- const TemperatureMax = /* @__PURE__ */ react.default.forwardRef(function TemperatureMax({ children, size = 16, ...rest }, ref) {
772
- return react.default.createElement(require_Icon.Icon, {
834
+ if (process.env.NODE_ENV !== "production") TableShortcut.propTypes = require_iconPropTypes.iconPropTypes;
835
+ const TableSplit = /* @__PURE__ */ react.default.forwardRef(function TableSplit({ children, size = 16, ...rest }, ref) {
836
+ return react.default.createElement(require_Icon_js, {
773
837
  width: size,
774
838
  height: size,
775
839
  ref,
@@ -777,11 +841,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
777
841
  viewBox: "0 0 32 32",
778
842
  fill: "currentColor",
779
843
  ...rest
780
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 10H27V12H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H30V18H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 22H27V24H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1839V7H8V20.1839a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,4H12.9744A4.9829,4.9829,0,0,0,4,7V18.1108a7,7,0,1,0,10,0V7a5.0019,5.0019,0,0,0-.1011-1H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z" }), children);
844
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,2V9H5V5ZM17,11H27v7H17Zm-2,7H5V11H15ZM5,20H15v7H5Zm12,7V20H27v7Z" }), children);
781
845
  });
782
- if (process.env.NODE_ENV !== "production") TemperatureMax.propTypes = require_iconPropTypes.iconPropTypes;
783
- const TemperatureMin = /* @__PURE__ */ react.default.forwardRef(function TemperatureMin({ children, size = 16, ...rest }, ref) {
784
- return react.default.createElement(require_Icon.Icon, {
846
+ if (process.env.NODE_ENV !== "production") TableSplit.propTypes = require_iconPropTypes.iconPropTypes;
847
+ const TableOfContents = /* @__PURE__ */ react.default.forwardRef(function TableOfContents({ children, size = 16, ...rest }, ref) {
848
+ return react.default.createElement(require_Icon_js, {
785
849
  width: size,
786
850
  height: size,
787
851
  ref,
@@ -789,11 +853,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
789
853
  viewBox: "0 0 32 32",
790
854
  fill: "currentColor",
791
855
  ...rest
792
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 4H27V6H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 10H30V12H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H27V18H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,23a3,3,0,0,1-6,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,22H15.9192A7.0107,7.0107,0,0,0,14,18.1108V7A5,5,0,0,0,4,7V18.1108A6.9946,6.9946,0,1,0,15.92,24H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z" }), children);
856
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 6H22V8H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 12H22V14H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 18H22V20H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 24H22V26H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 6H28V8H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 12H28V14H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 18H28V20H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 24H28V26H26z" }), children);
793
857
  });
794
- if (process.env.NODE_ENV !== "production") TemperatureMin.propTypes = require_iconPropTypes.iconPropTypes;
795
- const TemperatureWater = /* @__PURE__ */ react.default.forwardRef(function TemperatureWater({ children, size = 16, ...rest }, ref) {
796
- return react.default.createElement(require_Icon.Icon, {
858
+ if (process.env.NODE_ENV !== "production") TableOfContents.propTypes = require_iconPropTypes.iconPropTypes;
859
+ const Tablet = /* @__PURE__ */ react.default.forwardRef(function Tablet({ children, size = 16, ...rest }, ref) {
860
+ return react.default.createElement(require_Icon_js, {
797
861
  width: size,
798
862
  height: size,
799
863
  ref,
@@ -801,11 +865,14 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
801
865
  viewBox: "0 0 32 32",
802
866
  fill: "currentColor",
803
867
  ...rest
804
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,9a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,9V7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,4a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,4a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,7H13V6A4,4,0,0,0,5,6V17.2617A7.0126,7.0126,0,1,0,13.8735,18H14a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,18V16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,13a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,13a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,16H13V9ZM7,6a2,2,0,0,1,4,0v6H7ZM9,28a4.9965,4.9965,0,0,1-2.499-9.3252L7,18.3857V14h4v4.3857l.499.2891A4.9965,4.9965,0,0,1,9,28Z" }), children);
868
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
869
+ d: "M15 22H17V28H15z",
870
+ transform: "rotate(90 16 25)"
871
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30H7a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,7,2H25a2.0023,2.0023,0,0,1,2,2V28A2.0027,2.0027,0,0,1,25,30ZM7,4V28H25V4Z" }), children);
805
872
  });
806
- if (process.env.NODE_ENV !== "production") TemperatureWater.propTypes = require_iconPropTypes.iconPropTypes;
807
- const Template = /* @__PURE__ */ react.default.forwardRef(function Template({ children, size = 16, ...rest }, ref) {
808
- return react.default.createElement(require_Icon.Icon, {
873
+ if (process.env.NODE_ENV !== "production") Tablet.propTypes = require_iconPropTypes.iconPropTypes;
874
+ const TabletLandscape = /* @__PURE__ */ react.default.forwardRef(function TabletLandscape({ children, size = 16, ...rest }, ref) {
875
+ return react.default.createElement(require_Icon_js, {
809
876
  width: size,
810
877
  height: size,
811
878
  ref,
@@ -813,11 +880,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
813
880
  viewBox: "0 0 32 32",
814
881
  fill: "currentColor",
815
882
  ...rest
816
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,6v4H6V6H26m0-2H6A2,2,0,0,0,4,6v4a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,16V26H6V16h4m0-2H6a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V16a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,16V26H16V16H26m0-2H16a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V16a2,2,0,0,0-2-2Z" }), children);
883
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 13H26V19H24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,7V25a2.0023,2.0023,0,0,1-2,2H4a2.002,2.002,0,0,1-2-2V7A2.0023,2.0023,0,0,1,4,5H28A2.0027,2.0027,0,0,1,30,7ZM4,25H28V7H4Z" }), children);
817
884
  });
818
- if (process.env.NODE_ENV !== "production") Template.propTypes = require_iconPropTypes.iconPropTypes;
819
- const Tennis = /* @__PURE__ */ react.default.forwardRef(function Tennis({ children, size = 16, ...rest }, ref) {
820
- return react.default.createElement(require_Icon.Icon, {
885
+ if (process.env.NODE_ENV !== "production") TabletLandscape.propTypes = require_iconPropTypes.iconPropTypes;
886
+ const Tag = /* @__PURE__ */ react.default.forwardRef(function Tag({ children, size = 16, ...rest }, ref) {
887
+ return react.default.createElement(require_Icon_js, {
821
888
  width: size,
822
889
  height: size,
823
890
  ref,
@@ -825,17 +892,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
825
892
  viewBox: "0 0 32 32",
826
893
  fill: "currentColor",
827
894
  ...rest
828
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("rect", {
829
- width: "4",
830
- height: "4",
831
- x: "20",
832
- y: "2",
833
- rx: "2"
834
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,16a1,1,0,0,1-.707-1.707l7-7a1,1,0,1,1,1.414,1.414l-7,7A.9962.9962,0,0,1,11,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.707,24.293a8.3948,8.3948,0,0,0-4.72-2.209c.1992-.1641.3931-.3364.5777-.521a9.2447,9.2447,0,0,0,1.7334-9.9141l-1.8768.6973c1.11,2.9805.6346,5.8975-1.2722,7.8022a6.6964,6.6964,0,0,1-5.561,1.8047,9.7746,9.7746,0,0,1-5.771-2.7856c-2.9727-2.97-4.0759-8.2276-.9805-11.32,1.9068-1.9053,4.8267-2.38,7.8094-1.271l.6987-1.875C10.6616,3.333,6.8591,3.9961,4.4207,6.4331c-3.9427,3.9385-2.6761,10.4956.98,14.1489a11.8136,11.8136,0,0,0,6.9766,3.36c.21.022.4153.0234.6223.0332V24h4.9968a6.8463,6.8463,0,0,1,4.2962,1.707L26.5859,30,28,28.5859Z" }), children);
895
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.6436,29.4145,2.5858,15.3555A2,2,0,0,1,2,13.9414V4A2,2,0,0,1,4,2h9.9413a2,2,0,0,1,1.4142.5858L29.4144,16.6436a2.0005,2.0005,0,0,1,0,2.8285l-9.9424,9.9425a2.0008,2.0008,0,0,1-2.8285,0ZM4,4v9.9417L18.0578,28,28,18.0579,13.9416,4Z" }), children);
835
896
  });
836
- if (process.env.NODE_ENV !== "production") Tennis.propTypes = require_iconPropTypes.iconPropTypes;
837
- const TennisBall = /* @__PURE__ */ react.default.forwardRef(function TennisBall({ children, size = 16, ...rest }, ref) {
838
- return react.default.createElement(require_Icon.Icon, {
897
+ if (process.env.NODE_ENV !== "production") Tag.propTypes = require_iconPropTypes.iconPropTypes;
898
+ const TagEdit = /* @__PURE__ */ react.default.forwardRef(function TagEdit({ children, size = 16, ...rest }, ref) {
899
+ return react.default.createElement(require_Icon_js, {
839
900
  width: size,
840
901
  height: size,
841
902
  ref,
@@ -843,11 +904,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
843
904
  viewBox: "0 0 32 32",
844
905
  fill: "currentColor",
845
906
  ...rest
846
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,4a8.9812,8.9812,0,0,0-8.1687,12.7549L2,25.5859,3.4141,27l8.4873-8.4873a9.0408,9.0408,0,0,0,1.5859,1.5859L10,23.5859,11.4141,25l3.8313-3.8311A8.9959,8.9959,0,1,0,19,4Zm6.9058,7.9058a7.005,7.005,0,0,1-5.8116-5.8116A7.005,7.005,0,0,1,25.9058,11.9058ZM12.0942,14.0942a7.005,7.005,0,0,1,5.8116,5.8116A7.005,7.005,0,0,1,12.0942,14.0942ZM19.93,19.9307a9.01,9.01,0,0,0-7.8611-7.8614,7.004,7.004,0,0,1,6-6,9.01,9.01,0,0,0,7.8611,7.8614A7.004,7.004,0,0,1,19.93,19.9307Z" }), children);
907
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.707,7.293l-3-3a.9994.9994,0,0,0-1.414,0L16,13.5859V18h4.4141L29.707,8.707A.9994.9994,0,0,0,29.707,7.293ZM19.5859,16H18V14.4141l5-5L24.5859,11ZM26,9.5859,24.4141,8,26,6.4141,27.5859,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.0059,14.2354l-1.4141,1.414L28,18.0576,18.0579,28,4,13.9414V4h9.9417l4.4067,4.4067,1.4141-1.4145-4.407-4.4063A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l9.9424-9.9424a2.001,2.001,0,0,0,0-2.8286Z" }), children);
847
908
  });
848
- if (process.env.NODE_ENV !== "production") TennisBall.propTypes = require_iconPropTypes.iconPropTypes;
849
- const Term = /* @__PURE__ */ react.default.forwardRef(function Term({ children, size = 16, ...rest }, ref) {
850
- return react.default.createElement(require_Icon.Icon, {
909
+ if (process.env.NODE_ENV !== "production") TagEdit.propTypes = require_iconPropTypes.iconPropTypes;
910
+ const TagExport = /* @__PURE__ */ react.default.forwardRef(function TagExport({ children, size = 16, ...rest }, ref) {
911
+ return react.default.createElement(require_Icon_js, {
851
912
  width: size,
852
913
  height: size,
853
914
  ref,
@@ -855,23 +916,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
855
916
  viewBox: "0 0 32 32",
856
917
  fill: "currentColor",
857
918
  ...rest
858
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,26H25V24h3V8H25V6h3a2.0023,2.0023,0,0,1,2,2V24A2.0027,2.0027,0,0,1,28,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
859
- cx: "23",
860
- cy: "16",
861
- r: "2"
862
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
863
- cx: "16",
864
- cy: "16",
865
- r: "2"
866
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
867
- cx: "9",
868
- cy: "16",
869
- r: "2"
870
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,26H4a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,4,6H7V8H4V24H7Z" }), children);
919
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31 18 25 12 23.586 13.414 27.172 17 17 17 17 19 27.172 19 23.586 22.586 25 24 31 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.0593,25l-3.0014,3L4,13.9414V4h9.9417l7,7,1.4143-1.414-7.001-7A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l3.0014-3Z" }), children);
871
920
  });
872
- if (process.env.NODE_ENV !== "production") Term.propTypes = require_iconPropTypes.iconPropTypes;
873
- const TermReference = /* @__PURE__ */ react.default.forwardRef(function TermReference({ children, size = 16, ...rest }, ref) {
874
- return react.default.createElement(require_Icon.Icon, {
921
+ if (process.env.NODE_ENV !== "production") TagExport.propTypes = require_iconPropTypes.iconPropTypes;
922
+ const TagGroup = /* @__PURE__ */ react.default.forwardRef(function TagGroup({ children, size = 16, ...rest }, ref) {
923
+ return react.default.createElement(require_Icon_js, {
875
924
  width: size,
876
925
  height: size,
877
926
  ref,
@@ -879,35 +928,15 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
879
928
  viewBox: "0 0 32 32",
880
929
  fill: "currentColor",
881
930
  ...rest
882
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
883
- strokeWidth: "0",
884
- 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"
885
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
886
- strokeWidth: "0",
887
- d: "m28,25h-3v-2h3V7h-3v-2h3c1.1025,0,2,.897,2,2v16c0,1.1025-.8975,2-2,2Z"
888
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
889
- cx: "23",
890
- cy: "15",
891
- r: "2",
892
- strokeWidth: "0"
893
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
894
- cx: "16",
895
- cy: "15",
896
- r: "2",
897
- strokeWidth: "0"
898
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
899
- cx: "9",
900
- cy: "15",
901
- r: "2",
902
- strokeWidth: "0"
903
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
904
- strokeWidth: "0",
905
- d: "m4,17V7h3v-2h-3c-1.103,0-2,.897-2,2v10h2Z"
906
- }), children);
931
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
932
+ cx: "10",
933
+ cy: "14",
934
+ r: "2"
935
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30a1,1,0,0,1-.71-.29L4.59,19A2,2,0,0,1,4,17.59V10A2,2,0,0,1,6,8h7.59A2,2,0,0,1,15,8.59l10.71,10.7a1,1,0,0,1,0,1.42l-9,9A1,1,0,0,1,16,30ZM6,10v7.59l10,10L23.59,20l-10-10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.71,13.29,17,2.59A2,2,0,0,0,15.59,2H8A2,2,0,0,0,6,4V6H8V4h7.59l10,10-1.3,1.29,1.42,1.42,2-2A1,1,0,0,0,27.71,13.29Z" }), children);
907
936
  });
908
- if (process.env.NODE_ENV !== "production") TermReference.propTypes = require_iconPropTypes.iconPropTypes;
909
- const Terminal = /* @__PURE__ */ react.default.forwardRef(function Terminal({ children, size = 16, ...rest }, ref) {
910
- return react.default.createElement(require_Icon.Icon, {
937
+ if (process.env.NODE_ENV !== "production") TagGroup.propTypes = require_iconPropTypes.iconPropTypes;
938
+ const TagImport = /* @__PURE__ */ react.default.forwardRef(function TagImport({ children, size = 16, ...rest }, ref) {
939
+ return react.default.createElement(require_Icon_js, {
911
940
  width: size,
912
941
  height: size,
913
942
  ref,
@@ -915,14 +944,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
915
944
  viewBox: "0 0 32 32",
916
945
  fill: "currentColor",
917
946
  ...rest
918
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
919
- d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z",
920
- transform: "translate(0 .01)"
921
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.76 16.18 13.58 19.01 10.76 21.84 12.17 23.25 16.41 19.01 12.17 14.77 10.76 16.18z" }), children);
947
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 18 22 12 23.414 13.414 19.828 17 30 17 30 19 19.828 19 23.414 22.586 22 24 16 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.0586,26l-2.0007,2L4,13.9414V4h9.9417l6,6,1.4143-1.414-6.001-6A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l2.0006-2.0007Z" }), children);
922
948
  });
923
- if (process.env.NODE_ENV !== "production") Terminal.propTypes = require_iconPropTypes.iconPropTypes;
924
- const Terminal_3270 = /* @__PURE__ */ react.default.forwardRef(function Terminal_3270({ children, size = 16, ...rest }, ref) {
925
- return react.default.createElement(require_Icon.Icon, {
949
+ if (process.env.NODE_ENV !== "production") TagImport.propTypes = require_iconPropTypes.iconPropTypes;
950
+ const TagNone = /* @__PURE__ */ react.default.forwardRef(function TagNone({ children, size = 16, ...rest }, ref) {
951
+ return react.default.createElement(require_Icon_js, {
926
952
  width: size,
927
953
  height: size,
928
954
  ref,
@@ -930,11 +956,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
930
956
  viewBox: "0 0 32 32",
931
957
  fill: "currentColor",
932
958
  ...rest
933
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 21H16V23H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z" }), children);
959
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.092,10.3218,30,3.4141,28.5859,2,2,28.5859,3.4141,30l6.9077-6.9077,6.3218,6.3223a2.001,2.001,0,0,0,2.8286,0l9.9424-9.9424a2.001,2.001,0,0,0,0-2.8286ZM18.0579,28l-6.3218-6.3223,9.9419-9.9419L28,18.0576Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.4927,20.2627l1.414-1.4141L4,13.9414V4h9.9417l4.9069,4.9067,1.4141-1.414L15.3555,2.5859A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141Z" }), children);
934
960
  });
935
- if (process.env.NODE_ENV !== "production") Terminal_3270.propTypes = require_iconPropTypes.iconPropTypes;
936
- const TestTool = /* @__PURE__ */ react.default.forwardRef(function TestTool({ children, size = 16, ...rest }, ref) {
937
- return react.default.createElement(require_Icon.Icon, {
961
+ if (process.env.NODE_ENV !== "production") TagNone.propTypes = require_iconPropTypes.iconPropTypes;
962
+ const Tank = /* @__PURE__ */ react.default.forwardRef(function Tank({ children, size = 16, ...rest }, ref) {
963
+ return react.default.createElement(require_Icon_js, {
938
964
  width: size,
939
965
  height: size,
940
966
  ref,
@@ -942,11 +968,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
942
968
  viewBox: "0 0 32 32",
943
969
  fill: "currentColor",
944
970
  ...rest
945
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 9.2 20.4 6.6 19 8 23 12 30 5 28.6 3.6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 5.4 10.6 4 8 6.6 5.4 4 4 5.4 6.6 8 4 10.6 5.4 12 8 9.4 10.6 12 12 10.6 9.4 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 21.4 10.6 20 8 22.6 5.4 20 4 21.4 6.6 24 4 26.6 5.4 28 8 25.4 10.6 28 12 26.6 9.4 24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 15 17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z" }), children);
971
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,13V11H18.6182l-.7237-1.4473A1,1,0,0,0,17,9H9a1,1,0,0,0-1,1v5H4v2H22.6379l3.6,3H3a1,1,0,0,0-1,1v2a5.0057,5.0057,0,0,0,5,5H25a5.0057,5.0057,0,0,0,5-5V21a1.0011,1.0011,0,0,0-.36-.7686l-6-5A1.0015,1.0015,0,0,0,23,15H20.6182l-1-2ZM28,23a3.0033,3.0033,0,0,1-3,3H7a3.0033,3.0033,0,0,1-3-3V22H28ZM10,15V11h6.3821l2,4Z" }), children);
946
972
  });
947
- if (process.env.NODE_ENV !== "production") TestTool.propTypes = require_iconPropTypes.iconPropTypes;
948
- const TextAlignCenter = /* @__PURE__ */ react.default.forwardRef(function TextAlignCenter({ children, size = 16, ...rest }, ref) {
949
- return react.default.createElement(require_Icon.Icon, {
973
+ if (process.env.NODE_ENV !== "production") Tank.propTypes = require_iconPropTypes.iconPropTypes;
974
+ const Target = /* @__PURE__ */ react.default.forwardRef(function Target({ children, size = 16, ...rest }, ref) {
975
+ return react.default.createElement(require_Icon_js, {
950
976
  width: size,
951
977
  height: size,
952
978
  ref,
@@ -954,11 +980,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
954
980
  viewBox: "0 0 32 32",
955
981
  fill: "currentColor",
956
982
  ...rest
957
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H26V8H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 12H22V14H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 18H26V20H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 24H22V26H10z" }), children);
983
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,30h-2v-2.041c-5.8208-.4824-10.4761-5.1387-10.9585-10.959h-2.0415v-2h2.0415c.4824-5.8208,5.1377-10.4761,10.9585-10.9585v-2.0415h2v2.0415c5.8203.4824,10.4766,5.1377,10.959,10.9585h2.041v2h-2.041c-.4824,5.8203-5.1387,10.4766-10.959,10.959v2.041ZM15,22h2v3.9502c4.7168-.4707,8.4795-4.2334,8.9502-8.9502h-3.9502v-2h3.9502c-.4707-4.7173-4.2334-8.48-8.9502-8.9502v3.9502h-2v-3.9502c-4.7173.4702-8.48,4.2329-8.9502,8.9502h3.9502v2h-3.9502c.4702,4.7168,4.2329,8.4795,8.9502,8.9502v-3.9502ZM18.8281,20.2422l-2.8286-2.8281-2.8281,2.8281-1.4141-1.4141,2.8281-2.8286-2.8281-2.8281,1.4141-1.4141,2.8281,2.8281,2.8286-2.8281,1.4141,1.4141-2.8281,2.8281,2.8281,2.8286-1.4141,1.4141Z" }), children);
958
984
  });
959
- if (process.env.NODE_ENV !== "production") TextAlignCenter.propTypes = require_iconPropTypes.iconPropTypes;
960
- const TextAlignJustify = /* @__PURE__ */ react.default.forwardRef(function TextAlignJustify({ children, size = 16, ...rest }, ref) {
961
- return react.default.createElement(require_Icon.Icon, {
985
+ if (process.env.NODE_ENV !== "production") Target.propTypes = require_iconPropTypes.iconPropTypes;
986
+ const Task = /* @__PURE__ */ react.default.forwardRef(function Task({ children, size = 16, ...rest }, ref) {
987
+ return react.default.createElement(require_Icon_js, {
962
988
  width: size,
963
989
  height: size,
964
990
  ref,
@@ -966,11 +992,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
966
992
  viewBox: "0 0 32 32",
967
993
  fill: "currentColor",
968
994
  ...rest
969
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H26V8H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H26V14H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 18H26V20H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 24H26V26H6z" }), children);
995
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 20.18 10.41 16.59 9 18 14 23 23 14 21.59 12.58 14 20.18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z" }), children);
970
996
  });
971
- if (process.env.NODE_ENV !== "production") TextAlignJustify.propTypes = require_iconPropTypes.iconPropTypes;
972
- const TextAlignLeft = /* @__PURE__ */ react.default.forwardRef(function TextAlignLeft({ children, size = 16, ...rest }, ref) {
973
- return react.default.createElement(require_Icon.Icon, {
997
+ if (process.env.NODE_ENV !== "production") Task.propTypes = require_iconPropTypes.iconPropTypes;
998
+ const TaskAdd = /* @__PURE__ */ react.default.forwardRef(function TaskAdd({ children, size = 16, ...rest }, ref) {
999
+ return react.default.createElement(require_Icon_js, {
974
1000
  width: size,
975
1001
  height: size,
976
1002
  ref,
@@ -978,11 +1004,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
978
1004
  viewBox: "0 0 32 32",
979
1005
  fill: "currentColor",
980
1006
  ...rest
981
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 6H26V8H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 12H22V14H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 18H26V20H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 24H22V26H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 4H8V28H6z" }), children);
1007
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31 24 27 24 27 20 25 20 25 24 21 24 21 26 25 26 25 30 27 30 27 26 31 26 31 24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2H17V28H7V7h3v3H22V7h3v9h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
982
1008
  });
983
- if (process.env.NODE_ENV !== "production") TextAlignLeft.propTypes = require_iconPropTypes.iconPropTypes;
984
- const TextAlignMixed = /* @__PURE__ */ react.default.forwardRef(function TextAlignMixed({ children, size = 16, ...rest }, ref) {
985
- return react.default.createElement(require_Icon.Icon, {
1009
+ if (process.env.NODE_ENV !== "production") TaskAdd.propTypes = require_iconPropTypes.iconPropTypes;
1010
+ const TaskApproved = /* @__PURE__ */ react.default.forwardRef(function TaskApproved({ children, size = 16, ...rest }, ref) {
1011
+ return react.default.createElement(require_Icon_js, {
986
1012
  width: size,
987
1013
  height: size,
988
1014
  ref,
@@ -990,11 +1016,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
990
1016
  viewBox: "0 0 32 32",
991
1017
  fill: "currentColor",
992
1018
  ...rest
993
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,4H9V6h5V8H10a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h6V6A2.0023,2.0023,0,0,0,14,4Zm0,8H10V10h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 26 22 18 20 18 20 19 18 19 18 21 20 21 20 26 18 26 18 28 24 28 24 26 22 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H4V16H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 16H30V30H28z" }), children);
1019
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,20A6,6,0,1,0,20,24.46V32l4-1.8936L28,32V24.46A5.98,5.98,0,0,0,30,20Zm-4,8.84-2-.9467L22,28.84V25.65a5.8877,5.8877,0,0,0,4,0ZM24,24a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,24,24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
994
1020
  });
995
- if (process.env.NODE_ENV !== "production") TextAlignMixed.propTypes = require_iconPropTypes.iconPropTypes;
996
- const TextAlignRight = /* @__PURE__ */ react.default.forwardRef(function TextAlignRight({ children, size = 16, ...rest }, ref) {
997
- return react.default.createElement(require_Icon.Icon, {
1021
+ if (process.env.NODE_ENV !== "production") TaskApproved.propTypes = require_iconPropTypes.iconPropTypes;
1022
+ const TaskAssetView = /* @__PURE__ */ react.default.forwardRef(function TaskAssetView({ children, size = 16, ...rest }, ref) {
1023
+ return react.default.createElement(require_Icon_js, {
998
1024
  width: size,
999
1025
  height: size,
1000
1026
  ref,
@@ -1002,11 +1028,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1002
1028
  viewBox: "0 0 32 32",
1003
1029
  fill: "currentColor",
1004
1030
  ...rest
1005
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H20V8H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 12H20V14H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 18H20V20H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 24H20V26H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 4H26V28H24z" }), children);
1031
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,26A3.5,3.5,0,1,1,26,22.5,3.5041,3.5041,0,0,1,22.5,26Zm0-5A1.5,1.5,0,1,0,24,22.5,1.5017,1.5017,0,0,0,22.5,21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.5,31A8.5,8.5,0,1,1,31,22.5,8.51,8.51,0,0,1,22.5,31Zm0-15A6.5,6.5,0,1,0,29,22.5,6.5074,6.5074,0,0,0,22.5,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h5V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
1006
1032
  });
1007
- if (process.env.NODE_ENV !== "production") TextAlignRight.propTypes = require_iconPropTypes.iconPropTypes;
1008
- const TextAllCaps = /* @__PURE__ */ react.default.forwardRef(function TextAllCaps({ children, size = 16, ...rest }, ref) {
1009
- return react.default.createElement(require_Icon.Icon, {
1033
+ if (process.env.NODE_ENV !== "production") TaskAssetView.propTypes = require_iconPropTypes.iconPropTypes;
1034
+ const TaskBlank = /* @__PURE__ */ react.default.forwardRef(function TaskBlank({ children, size = 16, ...rest }, ref) {
1035
+ return react.default.createElement(require_Icon_js, {
1010
1036
  width: size,
1011
1037
  height: size,
1012
1038
  ref,
@@ -1014,11 +1040,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1014
1040
  viewBox: "0 0 32 32",
1015
1041
  fill: "currentColor",
1016
1042
  ...rest
1017
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M1 8 1 10 7 10 7 24 9 24 9 10 15 10 15 8 1 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 8 17 10 23 10 23 24 25 24 25 10 31 10 31 8 17 8z" }), children);
1043
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,30H7c-1.103,0-2-.8975-2-2V7c0-1.103.897-2,2-2h3v-1c0-1.103.897-2,2-2h8c1.1025,0,2,.897,2,2v1h3c1.1025,0,2,.897,2,2v21c0,1.1025-.8975,2-2,2ZM7,7v21h18V7h-3v3h-12v-3h-3ZM12,8h8v-4h-8v4Z" }), children);
1018
1044
  });
1019
- if (process.env.NODE_ENV !== "production") TextAllCaps.propTypes = require_iconPropTypes.iconPropTypes;
1020
- const TextBold = /* @__PURE__ */ react.default.forwardRef(function TextBold({ children, size = 16, ...rest }, ref) {
1021
- return react.default.createElement(require_Icon.Icon, {
1045
+ if (process.env.NODE_ENV !== "production") TaskBlank.propTypes = require_iconPropTypes.iconPropTypes;
1046
+ const TaskComplete = /* @__PURE__ */ react.default.forwardRef(function TaskComplete({ children, size = 16, ...rest }, ref) {
1047
+ return react.default.createElement(require_Icon_js, {
1022
1048
  width: size,
1023
1049
  height: size,
1024
1050
  ref,
@@ -1026,11 +1052,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1026
1052
  viewBox: "0 0 32 32",
1027
1053
  fill: "currentColor",
1028
1054
  ...rest
1029
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.25,25H9V7h8.5a5.25,5.25,0,0,1,4,8.65A5.25,5.25,0,0,1,18.25,25ZM12,22h6.23a2.25,2.25,0,1,0,0-4.5H12Zm0-7.5h5.5a2.25,2.25,0,1,0,0-4.5H12Z" }), children);
1055
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 27.18 19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V18h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
1030
1056
  });
1031
- if (process.env.NODE_ENV !== "production") TextBold.propTypes = require_iconPropTypes.iconPropTypes;
1032
- const TextClearFormat = /* @__PURE__ */ react.default.forwardRef(function TextClearFormat({ children, size = 16, ...rest }, ref) {
1033
- return react.default.createElement(require_Icon.Icon, {
1057
+ if (process.env.NODE_ENV !== "production") TaskComplete.propTypes = require_iconPropTypes.iconPropTypes;
1058
+ const TaskEdit = /* @__PURE__ */ react.default.forwardRef(function TaskEdit({ children, size = 16, ...rest }, ref) {
1059
+ return react.default.createElement(require_Icon_js, {
1034
1060
  width: size,
1035
1061
  height: size,
1036
1062
  ref,
@@ -1038,11 +1064,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1038
1064
  viewBox: "0 0 32 32",
1039
1065
  fill: "currentColor",
1040
1066
  ...rest
1041
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.4384,16.5715l-7.985-7.9856a2.0014,2.0014,0,0,0-2.8291,0l-5.3584,5.3584L9,2H7L2,16H4l.999-3h6l.8035,2.4077L4.5858,22.6244a2,2,0,0,0,0,2.8282L9.1316,30h9.5908l10.716-10.717A1.9173,1.9173,0,0,0,29.4384,16.5715ZM5.6653,11l2.331-7,2.3355,7Zm12.229,17H9.96L6,24.0381l6.3123-6.3115L20.24,25.6538Zm3.76-3.76-7.9275-7.9272L20.0393,10l7.9268,7.9272Z" }), children);
1067
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5h-3v-1c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v1h-3c-1.1,0-2,.9-2,2v21c0,1.1.9,2,2,2h5v-2h-5V7h3v3h12v-3h3v6h2v-6c0-1.1-.9-2-2-2ZM20,8h-8v-4h8v4ZM29.71,19.29l-3-3c-.39-.39-1.03-.39-1.42,0l-3,3-6.29,6.3v4.41h4.41l6.3-6.29,3-3c.39-.39.39-1.03,0-1.42ZM19.59,28h-1.59v-1.59l5-4.99,1.58,1.58-4.99,5ZM26,21.59l-1.59-1.59,1.59-1.59,1.59,1.59-1.59,1.59Z" }), children);
1042
1068
  });
1043
- if (process.env.NODE_ENV !== "production") TextClearFormat.propTypes = require_iconPropTypes.iconPropTypes;
1044
- const TextColor = /* @__PURE__ */ react.default.forwardRef(function TextColor({ children, size = 16, ...rest }, ref) {
1045
- return react.default.createElement(require_Icon.Icon, {
1069
+ if (process.env.NODE_ENV !== "production") TaskEdit.propTypes = require_iconPropTypes.iconPropTypes;
1070
+ const TaskHold = /* @__PURE__ */ react.default.forwardRef(function TaskHold({ children, size = 16, ...rest }, ref) {
1071
+ return react.default.createElement(require_Icon_js, {
1046
1072
  width: size,
1047
1073
  height: size,
1048
1074
  ref,
@@ -1050,11 +1076,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1050
1076
  viewBox: "0 0 32 32",
1051
1077
  fill: "currentColor",
1052
1078
  ...rest
1053
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,21h2L17,4H15L8,21h2l1.61-4h8.74Zm-9.57-6,3.44-8.37h.26L19.54,15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 24H26V28H6z" }), children);
1079
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,30h-2v-9h2v9ZM23,30h-2v-9h2v9ZM17,30H7c-1.103,0-2-.8975-2-2V7c0-1.103.897-2,2-2h3v-1c0-1.103.897-2,2-2h8c1.1025,0,2,.897,2,2v1h3c1.1025,0,2,.897,2,2v10h-2V7h-3v3h-12v-3h-3v21h10v2ZM12,8h8v-4h-8v4Z" }), children);
1054
1080
  });
1055
- if (process.env.NODE_ENV !== "production") TextColor.propTypes = require_iconPropTypes.iconPropTypes;
1056
- const TextCreation = /* @__PURE__ */ react.default.forwardRef(function TextCreation({ children, size = 16, ...rest }, ref) {
1057
- return react.default.createElement(require_Icon.Icon, {
1081
+ if (process.env.NODE_ENV !== "production") TaskHold.propTypes = require_iconPropTypes.iconPropTypes;
1082
+ const TaskLocation = /* @__PURE__ */ react.default.forwardRef(function TaskLocation({ children, size = 16, ...rest }, ref) {
1083
+ return react.default.createElement(require_Icon_js, {
1058
1084
  width: size,
1059
1085
  height: size,
1060
1086
  ref,
@@ -1062,11 +1088,15 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1062
1088
  viewBox: "0 0 32 32",
1063
1089
  fill: "currentColor",
1064
1090
  ...rest
1065
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,22.14V9.86A4,4,0,1,0,22.14,5H9.86A4,4,0,1,0,5,9.86V22.14A4,4,0,1,0,9.86,27H22.14A4,4,0,1,0,27,22.14ZM26,4a2,2,0,1,1-2,2A2,2,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2,2,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2,2,0,0,1,6,28Zm16.14-3H9.86A4,4,0,0,0,7,22.14V9.86A4,4,0,0,0,9.86,7H22.14A4,4,0,0,0,25,9.86V22.14A4,4,0,0,0,22.14,25ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 11 11 11 11 13 15 13 15 22 17 22 17 13 21 13 21 11z" }), children);
1091
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1092
+ cx: "24",
1093
+ cy: "21",
1094
+ r: "2"
1095
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,31l-4.7788-6.4019A5.9354,5.9354,0,0,1,18,21a6,6,0,0,1,12,0,5.9407,5.9407,0,0,1-1.2246,3.6028Zm0-14a4.0045,4.0045,0,0,0-4,4,3.9572,3.9572,0,0,0,.82,2.3972L24,27.6567l3.1763-4.2548A3.9627,3.9627,0,0,0,28,21,4.0045,4.0045,0,0,0,24,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
1066
1096
  });
1067
- if (process.env.NODE_ENV !== "production") TextCreation.propTypes = require_iconPropTypes.iconPropTypes;
1068
- const TextFill = /* @__PURE__ */ react.default.forwardRef(function TextFill({ children, size = 16, ...rest }, ref) {
1069
- return react.default.createElement(require_Icon.Icon, {
1097
+ if (process.env.NODE_ENV !== "production") TaskLocation.propTypes = require_iconPropTypes.iconPropTypes;
1098
+ const TaskProgress = /* @__PURE__ */ react.default.forwardRef(function TaskProgress({ children, size = 16, ...rest }, ref) {
1099
+ return react.default.createElement(require_Icon_js, {
1070
1100
  width: size,
1071
1101
  height: size,
1072
1102
  ref,
@@ -1074,11 +1104,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1074
1104
  viewBox: "0 0 32 32",
1075
1105
  fill: "currentColor",
1076
1106
  ...rest
1077
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H28V30H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,14.54a1,1,0,0,0-.25-.69L17.17,4.33A1.09,1.09,0,0,0,17,4.2V2H15V5L4.32,14.74a1,1,0,0,0-.06,1.41l8.57,9.52a1,1,0,0,0,.69.33h.05a1,1,0,0,0,.68-.26L24,16.8V21a1,1,0,0,0,2,0V14.57S26,14.55,26,14.54Zm-12.35,9-7.23-8L15,7.67V12h2V7.13l6.59,7.33Z" }), children);
1107
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5h-3v-1c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v1h-3c-1.1,0-2,.9-2,2v21c0,1.1.9,2,2,2h6v-2h-6V7h3v3h12v-3h3v6h2v-6c0-1.1-.9-2-2-2ZM20,8h-8v-4h8v4ZM23,16c-3.86,0-7,3.14-7,7s3.14,7,7,7,7-3.14,7-7-3.14-7-7-7ZM23,28v-10c2.76,0,5,2.24,5,5s-2.24,5-5,5Z" }), children);
1078
1108
  });
1079
- if (process.env.NODE_ENV !== "production") TextFill.propTypes = require_iconPropTypes.iconPropTypes;
1080
- const TextFont = /* @__PURE__ */ react.default.forwardRef(function TextFont({ children, size = 16, ...rest }, ref) {
1081
- return react.default.createElement(require_Icon.Icon, {
1109
+ if (process.env.NODE_ENV !== "production") TaskProgress.propTypes = require_iconPropTypes.iconPropTypes;
1110
+ const TaskRemove = /* @__PURE__ */ react.default.forwardRef(function TaskRemove({ children, size = 16, ...rest }, ref) {
1111
+ return react.default.createElement(require_Icon_js, {
1082
1112
  width: size,
1083
1113
  height: size,
1084
1114
  ref,
@@ -1086,11 +1116,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1086
1116
  viewBox: "0 0 32 32",
1087
1117
  fill: "currentColor",
1088
1118
  ...rest
1089
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,12H20v2h5a1.0008,1.0008,0,0,1,1,1v2H22a3.0033,3.0033,0,0,0-3,3v1a3.0033,3.0033,0,0,0,3,3h6V15A3.0033,3.0033,0,0,0,25,12ZM22,22a1.0008,1.0008,0,0,1-1-1V20a1.0008,1.0008,0,0,1,1-1h4v3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,24h2L12,7H10L4,24H6l1.6936-5h6.6135ZM8.3711,17l2.4966-7.3711.2668.0005L13.63,17Z" }), children);
1119
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.41 25 30 21.41 28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V17h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
1090
1120
  });
1091
- if (process.env.NODE_ENV !== "production") TextFont.propTypes = require_iconPropTypes.iconPropTypes;
1092
- const TextFootnote = /* @__PURE__ */ react.default.forwardRef(function TextFootnote({ children, size = 16, ...rest }, ref) {
1093
- return react.default.createElement(require_Icon.Icon, {
1121
+ if (process.env.NODE_ENV !== "production") TaskRemove.propTypes = require_iconPropTypes.iconPropTypes;
1122
+ const TaskSettings = /* @__PURE__ */ react.default.forwardRef(function TaskSettings({ children, size = 16, ...rest }, ref) {
1123
+ return react.default.createElement(require_Icon_js, {
1094
1124
  width: size,
1095
1125
  height: size,
1096
1126
  ref,
@@ -1098,11 +1128,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1098
1128
  viewBox: "0 0 32 32",
1099
1129
  fill: "currentColor",
1100
1130
  ...rest
1101
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 7 2 9 9 9 9 25 11 25 11 9 18 9 18 7 2 7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 11.076 29.256 9.219 26 10.522 26 7 24 7 24 10.523 20.744 9.22 20 11.077 23.417 12.444 20.9 15.8 22.5 17 25 13.667 27.5 17 29.1 15.8 26.583 12.443 30 11.076z" }), children);
1131
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,24V22H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,18.1011V16H22v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,22H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,27.8989V30h2V27.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,24Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v6h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
1102
1132
  });
1103
- if (process.env.NODE_ENV !== "production") TextFootnote.propTypes = require_iconPropTypes.iconPropTypes;
1104
- const TextHighlight = /* @__PURE__ */ react.default.forwardRef(function TextHighlight({ children, size = 16, ...rest }, ref) {
1105
- return react.default.createElement(require_Icon.Icon, {
1133
+ if (process.env.NODE_ENV !== "production") TaskSettings.propTypes = require_iconPropTypes.iconPropTypes;
1134
+ const TaskStar = /* @__PURE__ */ react.default.forwardRef(function TaskStar({ children, size = 16, ...rest }, ref) {
1135
+ return react.default.createElement(require_Icon_js, {
1106
1136
  width: size,
1107
1137
  height: size,
1108
1138
  ref,
@@ -1110,11 +1140,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1110
1140
  viewBox: "0 0 32 32",
1111
1141
  fill: "currentColor",
1112
1142
  ...rest
1113
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,15H5a3,3,0,0,1-3-3V10A3,3,0,0,1,5,7h5V5A1,1,0,0,0,9,4H3V2H9a3,3,0,0,1,3,3ZM5,9a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h5V9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,23v2a1,1,0,0,0,1,1h5V22H21A1,1,0,0,0,20,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,30H30V2Zm26-2H21a3,3,0,0,1-3-3V23a3,3,0,0,1,3-3h5V18a1,1,0,0,0-1-1H19V15h6a3,3,0,0,1,3,3Z" }), children);
1143
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 17 25.23 21.32 30 22 26.5 25.167 28 30 23 27.208 18 30 19.5 25.167 16 22 20.9 21.32 23 17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v7h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
1114
1144
  });
1115
- if (process.env.NODE_ENV !== "production") TextHighlight.propTypes = require_iconPropTypes.iconPropTypes;
1116
- const TextIndent = /* @__PURE__ */ react.default.forwardRef(function TextIndent({ children, size = 16, ...rest }, ref) {
1117
- return react.default.createElement(require_Icon.Icon, {
1145
+ if (process.env.NODE_ENV !== "production") TaskStar.propTypes = require_iconPropTypes.iconPropTypes;
1146
+ const TaskTools = /* @__PURE__ */ react.default.forwardRef(function TaskTools({ children, size = 16, ...rest }, ref) {
1147
+ return react.default.createElement(require_Icon_js, {
1118
1148
  width: size,
1119
1149
  height: size,
1120
1150
  ref,
@@ -1122,11 +1152,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1122
1152
  viewBox: "0 0 32 32",
1123
1153
  fill: "currentColor",
1124
1154
  ...rest
1125
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 6H28V8H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 12H28V14H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 18H28V20H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 24H28V26H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 13.59 7.29 10 4 6.41 5.42 5 10.04 10 5.42 15 4 13.59z" }), children);
1155
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.5,32a3.4762,3.4762,0,0,1-2.4751-1.0254L21.897,26.8469a6.496,6.496,0,0,1-7.3482-8.9563l.5879-1.34L19.293,20.707a1.0234,1.0234,0,0,0,1.4135,0,.999.999,0,0,0,.0005-1.4141l-4.1562-4.1565,1.34-.5881a6.4965,6.4965,0,0,1,8.9566,7.3486l4.1274,4.1282A3.5,3.5,0,0,1,28.5,32Zm-6.03-7.4087,4.9693,4.9692a1.5352,1.5352,0,0,0,2.1211,0,1.4985,1.4985,0,0,0,0-2.1208v0l-4.9692-4.97.188-.5823A4.496,4.496,0,0,0,20.5,16q-.126,0-.25.0068l1.8716,1.8721a2.9992,2.9992,0,0,1,0,4.2424,3.0722,3.0722,0,0,1-4.2427-.0005l-1.8716-1.8715Q16,20.3741,16,20.5A4.4968,4.4968,0,0,0,21.8877,24.78Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z" }), children);
1126
1156
  });
1127
- if (process.env.NODE_ENV !== "production") TextIndent.propTypes = require_iconPropTypes.iconPropTypes;
1128
- const TextIndentLess = /* @__PURE__ */ react.default.forwardRef(function TextIndentLess({ children, size = 16, ...rest }, ref) {
1129
- return react.default.createElement(require_Icon.Icon, {
1157
+ if (process.env.NODE_ENV !== "production") TaskTools.propTypes = require_iconPropTypes.iconPropTypes;
1158
+ const TaskView = /* @__PURE__ */ react.default.forwardRef(function TaskView({ children, size = 16, ...rest }, ref) {
1159
+ return react.default.createElement(require_Icon_js, {
1130
1160
  width: size,
1131
1161
  height: size,
1132
1162
  ref,
@@ -1134,11 +1164,18 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1134
1164
  viewBox: "0 0 32 32",
1135
1165
  fill: "currentColor",
1136
1166
  ...rest
1137
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H12V8H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 12H12V14H5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 18H12V20H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 24H12V26H5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 4H18V28H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.15 23.5 29.56 22.12 23.27 16 29.56 9.88 28.15 8.5 20.44 16 28.15 23.5z" }), children);
1167
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1168
+ cx: "22",
1169
+ cy: "24",
1170
+ r: "2"
1171
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1172
+ fill: "none",
1173
+ d: "M22,28a4,4,0,1,1,4-4A4.0039,4.0039,0,0,1,22,28Zm0-6a2,2,0,1,0,2,2A2.0027,2.0027,0,0,0,22,22Z"
1174
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,28H7V7h3v3H22V7h3v9h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h5ZM12,4h8V8H12Z" }), children);
1138
1175
  });
1139
- if (process.env.NODE_ENV !== "production") TextIndentLess.propTypes = require_iconPropTypes.iconPropTypes;
1140
- const TextIndentMore = /* @__PURE__ */ react.default.forwardRef(function TextIndentMore({ children, size = 16, ...rest }, ref) {
1141
- return react.default.createElement(require_Icon.Icon, {
1176
+ if (process.env.NODE_ENV !== "production") TaskView.propTypes = require_iconPropTypes.iconPropTypes;
1177
+ const Taste = /* @__PURE__ */ react.default.forwardRef(function Taste({ children, size = 16, ...rest }, ref) {
1178
+ return react.default.createElement(require_Icon_js, {
1142
1179
  width: size,
1143
1180
  height: size,
1144
1181
  ref,
@@ -1146,11 +1183,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1146
1183
  viewBox: "0 0 32 32",
1147
1184
  fill: "currentColor",
1148
1185
  ...rest
1149
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 6H30V8H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 12H27V14H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 18H30V20H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 24H27V26H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 4H16V28H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3.85 22.5 2.44 21.12 8.73 15 2.44 8.88 3.85 7.5 11.56 15 3.85 22.5z" }), children);
1186
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,4V6H8v8a8,8,0,0,0,16,0V6h4V4ZM22,14a6,6,0,0,1-12,0V6h5v8h2V6h5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 26H13V28H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 24H9V26H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 24H17V26H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 26H21V28H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 24H25V26H23z" }), children);
1150
1187
  });
1151
- if (process.env.NODE_ENV !== "production") TextIndentMore.propTypes = require_iconPropTypes.iconPropTypes;
1152
- const TextItalic = /* @__PURE__ */ react.default.forwardRef(function TextItalic({ children, size = 16, ...rest }, ref) {
1153
- return react.default.createElement(require_Icon.Icon, {
1188
+ if (process.env.NODE_ENV !== "production") Taste.propTypes = require_iconPropTypes.iconPropTypes;
1189
+ const Taxi = /* @__PURE__ */ react.default.forwardRef(function Taxi({ children, size = 16, ...rest }, ref) {
1190
+ return react.default.createElement(require_Icon_js, {
1154
1191
  width: size,
1155
1192
  height: size,
1156
1193
  ref,
@@ -1158,11 +1195,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1158
1195
  viewBox: "0 0 32 32",
1159
1196
  fill: "currentColor",
1160
1197
  ...rest
1161
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 9 25 7 12 7 12 9 17.14 9 12.77 23 7 23 7 25 20 25 20 23 14.86 23 19.23 9 25 9z" }), children);
1198
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.39,16.08,22.7,13.21,20.16,8.87l-.08-.12A2,2,0,0,0,18.52,8h-8a2,2,0,0,0-1.67.89L5.46,14H3a1,1,0,0,0-1,1v9a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V17A1,1,0,0,0,29.39,16.08ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86a4,4,0,0,0-7.72,0H12.86a4,4,0,0,0-7.72,0H4V16H6a1,1,0,0,0,.83-.45L10.54,10h8l2.63,4.5a1,1,0,0,0,.47.42L28,17.66Z" }), children);
1162
1199
  });
1163
- if (process.env.NODE_ENV !== "production") TextItalic.propTypes = require_iconPropTypes.iconPropTypes;
1164
- const TextKerning = /* @__PURE__ */ react.default.forwardRef(function TextKerning({ children, size = 16, ...rest }, ref) {
1165
- return react.default.createElement(require_Icon.Icon, {
1200
+ if (process.env.NODE_ENV !== "production") Taxi.propTypes = require_iconPropTypes.iconPropTypes;
1201
+ const TcpIpService = /* @__PURE__ */ react.default.forwardRef(function TcpIpService({ children, size = 16, ...rest }, ref) {
1202
+ return react.default.createElement(require_Icon_js, {
1166
1203
  width: size,
1167
1204
  height: size,
1168
1205
  ref,
@@ -1170,11 +1207,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1170
1207
  viewBox: "0 0 32 32",
1171
1208
  fill: "currentColor",
1172
1209
  ...rest
1173
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 24 18.83 24 21.12 21.71 19.71 20.29 15 25 19.71 29.71 21.12 28.29 18.83 26 30 26 30 24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 21 20 4 18 4 12 21 14 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 4 9 16 5 4 3 4 8 18 10 18 15 4 13 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,18h2L25,4H23L18,18h2l1-3h6Zm-6.33-5L24,6l2.33,7Z" }), children);
1210
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 28H30V30H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,26h-8c-1.1028,0-2-.8972-2-2v-5c0-1.1028,.8972-2,2-2h8c1.1028,0,2,.8972,2,2v5c0,1.1028-.8972,2-2,2Zm-8-7v5h8v-5h-8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,23h-5c-1.1028,0-2-.8972-2-2v-4h2v4h5v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 13H16V15H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,11H5c-1.1028,0-2-.8972-2-2V4c0-1.1028,.8972-2,2-2H13c1.1028,0,2,.8972,2,2v5c0,1.1028-.8972,2-2,2ZM5,4v5H13V4H5Z" }), children);
1174
1211
  });
1175
- if (process.env.NODE_ENV !== "production") TextKerning.propTypes = require_iconPropTypes.iconPropTypes;
1176
- const TextLeading = /* @__PURE__ */ react.default.forwardRef(function TextLeading({ children, size = 16, ...rest }, ref) {
1177
- return react.default.createElement(require_Icon.Icon, {
1212
+ if (process.env.NODE_ENV !== "production") TcpIpService.propTypes = require_iconPropTypes.iconPropTypes;
1213
+ const Temperature = /* @__PURE__ */ react.default.forwardRef(function Temperature({ children, size = 16, ...rest }, ref) {
1214
+ return react.default.createElement(require_Icon_js, {
1178
1215
  width: size,
1179
1216
  height: size,
1180
1217
  ref,
@@ -1182,11 +1219,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1182
1219
  viewBox: "0 0 32 32",
1183
1220
  fill: "currentColor",
1184
1221
  ...rest
1185
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 13H30V15H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 28H30V30H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.85,27H28L23.64,17H21.36L17,27h2.15l.8-2h5.1Zm-5.1-4,1.75-4.37L24.25,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.85,12H28L23.64,2H21.36L17,12h2.15l.8-2h5.1Zm-5.1-4L22.5,3.63,24.25,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 15.83 8.58 18.41 10 17 6 13 2 17 3.41 18.42 6 15.83z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 27.17 3.42 24.59 2 26 6 30 10 26 8.59 24.58 6 27.17z" }), children);
1222
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,17.26V6A4,4,0,0,0,5,6V17.26a7,7,0,1,0,8,0ZM9,4a2,2,0,0,1,2,2v7H7V6A2,2,0,0,1,9,4ZM9,28a5,5,0,0,1-2.5-9.33l.5-.28V15h4v3.39l.5.28A5,5,0,0,1,9,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 4H30V6H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 10H27V12H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H30V18H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 22H27V24H20z" }), children);
1186
1223
  });
1187
- if (process.env.NODE_ENV !== "production") TextLeading.propTypes = require_iconPropTypes.iconPropTypes;
1188
- const TextLineSpacing = /* @__PURE__ */ react.default.forwardRef(function TextLineSpacing({ children, size = 16, ...rest }, ref) {
1189
- return react.default.createElement(require_Icon.Icon, {
1224
+ if (process.env.NODE_ENV !== "production") Temperature.propTypes = require_iconPropTypes.iconPropTypes;
1225
+ const TemperatureCelsius = /* @__PURE__ */ react.default.forwardRef(function TemperatureCelsius({ children, size = 16, ...rest }, ref) {
1226
+ return react.default.createElement(require_Icon_js, {
1190
1227
  width: size,
1191
1228
  height: size,
1192
1229
  ref,
@@ -1194,11 +1231,15 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1194
1231
  viewBox: "0 0 32 32",
1195
1232
  fill: "currentColor",
1196
1233
  ...rest
1197
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 6H30V8H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 12H27V14H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 18H30V20H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 24H27V26H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.59 13.41 8 9.83 8 9.83 4.41 13.42 3 12 8 7 13 12 11.59 13.41z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.59 18.59 8 22.17 8 22.17 4.41 18.58 3 20 8 25 13 20 11.59 18.59z" }), children);
1234
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,18H24a2.0023,2.0023,0,0,1-2-2V6a2.002,2.002,0,0,1,2-2h6V6H24V16h6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1235
+ cx: "18",
1236
+ cy: "4",
1237
+ r: "2"
1238
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
1198
1239
  });
1199
- if (process.env.NODE_ENV !== "production") TextLineSpacing.propTypes = require_iconPropTypes.iconPropTypes;
1200
- const TextLongParagraph = /* @__PURE__ */ react.default.forwardRef(function TextLongParagraph({ children, size = 16, ...rest }, ref) {
1201
- return react.default.createElement(require_Icon.Icon, {
1240
+ if (process.env.NODE_ENV !== "production") TemperatureCelsius.propTypes = require_iconPropTypes.iconPropTypes;
1241
+ const TemperatureCelsiusAlt = /* @__PURE__ */ react.default.forwardRef(function TemperatureCelsiusAlt({ children, size = 16, ...rest }, ref) {
1242
+ return react.default.createElement(require_Icon_js, {
1202
1243
  width: size,
1203
1244
  height: size,
1204
1245
  ref,
@@ -1206,11 +1247,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1206
1247
  viewBox: "0 0 32 32",
1207
1248
  fill: "currentColor",
1208
1249
  ...rest
1209
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 24H20V26H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 18H26V20H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H26V14H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H26V8H6z" }), children);
1250
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,27H17a2.0023,2.0023,0,0,1-2-2V11a2.002,2.002,0,0,1,2-2h9v2H17V25h9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,13a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,8,13ZM8,7a2,2,0,1,0,2,2h0A2.0059,2.0059,0,0,0,8,7Z" }), children);
1210
1251
  });
1211
- if (process.env.NODE_ENV !== "production") TextLongParagraph.propTypes = require_iconPropTypes.iconPropTypes;
1212
- const TextNewLine = /* @__PURE__ */ react.default.forwardRef(function TextNewLine({ children, size = 16, ...rest }, ref) {
1213
- return react.default.createElement(require_Icon.Icon, {
1252
+ if (process.env.NODE_ENV !== "production") TemperatureCelsiusAlt.propTypes = require_iconPropTypes.iconPropTypes;
1253
+ const TemperatureFahrenheit = /* @__PURE__ */ react.default.forwardRef(function TemperatureFahrenheit({ children, size = 16, ...rest }, ref) {
1254
+ return react.default.createElement(require_Icon_js, {
1214
1255
  width: size,
1215
1256
  height: size,
1216
1257
  ref,
@@ -1218,11 +1259,15 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1218
1259
  viewBox: "0 0 32 32",
1219
1260
  fill: "currentColor",
1220
1261
  ...rest
1221
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.5859,14.4141,24.1719,18H6V8H4V18a2.0024,2.0024,0,0,0,2,2H24.1719L20.586,23.5859,22,25l6-6-6-6Z" }), children);
1262
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 6 30 4 22 4 22 18 24 18 24 12 29 12 29 10 24 10 24 6 30 6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1263
+ cx: "18",
1264
+ cy: "4",
1265
+ r: "2"
1266
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
1222
1267
  });
1223
- if (process.env.NODE_ENV !== "production") TextNewLine.propTypes = require_iconPropTypes.iconPropTypes;
1224
- const TextScale = /* @__PURE__ */ react.default.forwardRef(function TextScale({ children, size = 16, ...rest }, ref) {
1225
- return react.default.createElement(require_Icon.Icon, {
1268
+ if (process.env.NODE_ENV !== "production") TemperatureFahrenheit.propTypes = require_iconPropTypes.iconPropTypes;
1269
+ const TemperatureFahrenheitAlt = /* @__PURE__ */ react.default.forwardRef(function TemperatureFahrenheitAlt({ children, size = 16, ...rest }, ref) {
1270
+ return react.default.createElement(require_Icon_js, {
1226
1271
  width: size,
1227
1272
  height: size,
1228
1273
  ref,
@@ -1230,11 +1275,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1230
1275
  viewBox: "0 0 32 32",
1231
1276
  fill: "currentColor",
1232
1277
  ...rest
1233
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 5 30 8 22 8 22 26 19 26 19 8 11 8 11 5 30 5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 26 7 14 2 14 2 12 14 12 14 14 9 14 9 26 7 26z" }), children);
1278
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 11 26 9 15 9 15 27 17 27 17 19 25 19 25 17 17 17 17 11 26 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,13a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,8,13ZM8,7a2,2,0,1,0,2,2h0A2.0059,2.0059,0,0,0,8,7Z" }), children);
1234
1279
  });
1235
- if (process.env.NODE_ENV !== "production") TextScale.propTypes = require_iconPropTypes.iconPropTypes;
1236
- const TextSelection = /* @__PURE__ */ react.default.forwardRef(function TextSelection({ children, size = 16, ...rest }, ref) {
1237
- return react.default.createElement(require_Icon.Icon, {
1280
+ if (process.env.NODE_ENV !== "production") TemperatureFahrenheitAlt.propTypes = require_iconPropTypes.iconPropTypes;
1281
+ const TemperatureFeelsLike = /* @__PURE__ */ react.default.forwardRef(function TemperatureFeelsLike({ children, size = 16, ...rest }, ref) {
1282
+ return react.default.createElement(require_Icon_js, {
1238
1283
  width: size,
1239
1284
  height: size,
1240
1285
  ref,
@@ -1242,11 +1287,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1242
1287
  viewBox: "0 0 32 32",
1243
1288
  fill: "currentColor",
1244
1289
  ...rest
1245
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,27H21a3,3,0,0,1-3-3V22a3,3,0,0,1,3-3h5V17a1,1,0,0,0-1-1H19V14h6a3,3,0,0,1,3,3Zm-7-6a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h5V21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,7h3V5H13a4,4,0,0,0-3,1.38A4,4,0,0,0,7,5H4V7H7A2,2,0,0,1,9,9v5H5v2H9v7a2,2,0,0,1-2,2H4v2H7a4,4,0,0,0,3-1.38A4,4,0,0,0,13,27h3V25H13a2,2,0,0,1-2-2V16h4V14H11V9A2,2,0,0,1,13,7Z" }), children);
1290
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H22a2.0059,2.0059,0,0,1-2-2V21a2.0059,2.0059,0,0,1-2-2V13a2.9465,2.9465,0,0,1,3-3h6a2.9465,2.9465,0,0,1,3,3v6a2.0059,2.0059,0,0,1-2,2v7A2.0059,2.0059,0,0,1,26,30ZM21,12a.9448.9448,0,0,0-1,1v6h2v9h4V19h2V13a.9448.9448,0,0,0-1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,9a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,24,9Zm0-6a2,2,0,1,0,2,2h0a2.0059,2.0059,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1839V12H8v8.1839a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
1246
1291
  });
1247
- if (process.env.NODE_ENV !== "production") TextSelection.propTypes = require_iconPropTypes.iconPropTypes;
1248
- const TextShortParagraph = /* @__PURE__ */ react.default.forwardRef(function TextShortParagraph({ children, size = 16, ...rest }, ref) {
1249
- return react.default.createElement(require_Icon.Icon, {
1292
+ if (process.env.NODE_ENV !== "production") TemperatureFeelsLike.propTypes = require_iconPropTypes.iconPropTypes;
1293
+ const TemperatureFrigid = /* @__PURE__ */ react.default.forwardRef(function TemperatureFrigid({ children, size = 16, ...rest }, ref) {
1294
+ return react.default.createElement(require_Icon_js, {
1250
1295
  width: size,
1251
1296
  height: size,
1252
1297
  ref,
@@ -1254,11 +1299,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1254
1299
  viewBox: "0 0 32 32",
1255
1300
  fill: "currentColor",
1256
1301
  ...rest
1257
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 18H20V20H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H26V14H6z" }), children);
1302
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.167 16.89 21.72 13 27.167 9.109 29.684 9.948 30.316 8.051 28 7.279 28 5 26 5 26 7.485 21 11.057 21 5.367 23.555 3.664 22.445 2 20 3.63 17.555 2 16.445 3.664 19 5.367 19 11.057 16 8.914 16 11.372 18.28 13 16 14.628 16 17.086 19 14.943 19 21.703 22.445 24 23.555 22.336 21 20.633 21 14.943 26 18.515 26 21 28 21 28 18.721 30.316 17.948 29.684 16.051 27.167 16.89z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,23a3,3,0,0,1-6,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
1258
1303
  });
1259
- if (process.env.NODE_ENV !== "production") TextShortParagraph.propTypes = require_iconPropTypes.iconPropTypes;
1260
- const TextSmallCaps = /* @__PURE__ */ react.default.forwardRef(function TextSmallCaps({ children, size = 16, ...rest }, ref) {
1261
- return react.default.createElement(require_Icon.Icon, {
1304
+ if (process.env.NODE_ENV !== "production") TemperatureFrigid.propTypes = require_iconPropTypes.iconPropTypes;
1305
+ const TemperatureHot = /* @__PURE__ */ react.default.forwardRef(function TemperatureHot({ children, size = 16, ...rest }, ref) {
1306
+ return react.default.createElement(require_Icon_js, {
1262
1307
  width: size,
1263
1308
  height: size,
1264
1309
  ref,
@@ -1266,11 +1311,17 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1266
1311
  viewBox: "0 0 32 32",
1267
1312
  fill: "currentColor",
1268
1313
  ...rest
1269
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 27 23 15 18 15 18 13 30 13 30 15 25 15 25 27 23 27z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 27 11 8 2 8 2 6 22 6 22 8 13 8 13 27 11 27z" }), children);
1314
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 13H30V15H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1315
+ d: "M23.121 5.879H27.121V7.879H23.121z",
1316
+ transform: "rotate(-45 25.121 6.879)"
1317
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1318
+ d: "M24.121 19.121H26.121V23.121H24.121z",
1319
+ transform: "rotate(-45 25.121 21.121)"
1320
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 2H19V6H17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,8a6.0365,6.0365,0,0,0-1,.09v2.0518A3.9567,3.9567,0,0,1,18,10a4,4,0,0,1,0,8v2A6,6,0,0,0,18,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1839V7H8V20.1839a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z" }), children);
1270
1321
  });
1271
- if (process.env.NODE_ENV !== "production") TextSmallCaps.propTypes = require_iconPropTypes.iconPropTypes;
1272
- const TextStrikethrough = /* @__PURE__ */ react.default.forwardRef(function TextStrikethrough({ children, size = 16, ...rest }, ref) {
1273
- return react.default.createElement(require_Icon.Icon, {
1322
+ if (process.env.NODE_ENV !== "production") TemperatureHot.propTypes = require_iconPropTypes.iconPropTypes;
1323
+ const TemperatureInversion = /* @__PURE__ */ react.default.forwardRef(function TemperatureInversion({ children, size = 16, ...rest }, ref) {
1324
+ return react.default.createElement(require_Icon_js, {
1274
1325
  width: size,
1275
1326
  height: size,
1276
1327
  ref,
@@ -1278,11 +1329,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1278
1329
  viewBox: "0 0 32 32",
1279
1330
  fill: "currentColor",
1280
1331
  ...rest
1281
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,15H17.9563c-.4522-.1237-.9037-.2324-1.3381-.3352-2.8077-.6641-4.396-1.1506-4.396-3.4231a2.8684,2.8684,0,0,1,.7866-2.145,4.7888,4.7888,0,0,1,3.0137-1.09c2.8291-.07,4.1347.8894,5.2011,2.35l1.6153-1.1792a7.4727,7.4727,0,0,0-6.83-3.1706,6.7726,6.7726,0,0,0-4.4,1.6611,4.8274,4.8274,0,0,0-1.3862,3.5735A4.3723,4.3723,0,0,0,11.9573,15H4v2H17.6519c1.9668.57,3.1432,1.3123,3.1733,3.3579a3.119,3.119,0,0,1-.8623,2.3931A5.8241,5.8241,0,0,1,16.2432,24a6.6344,6.6344,0,0,1-5.1451-2.6912L9.5649,22.593A8.5262,8.5262,0,0,0,16.2119,26c.0088-.0012.042,0,.1,0A7.67,7.67,0,0,0,21.36,24.1812a5.0779,5.0779,0,0,0,1.4648-3.8531A4.952,4.952,0,0,0,21.6753,17H28Z" }), children);
1332
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,8H24v6h2V11.541A5.939,5.939,0,0,1,28,16a6.0039,6.0039,0,0,1-5.0945,5.9243A7.0273,7.0273,0,0,0,20,17.2617V6a4,4,0,0,0-8,0V17.2617a6.996,6.996,0,1,0,10.9292,6.68A7.9794,7.9794,0,0,0,27.2651,10H30ZM14,6a2,2,0,0,1,4,0v7H14Zm2,22a4.9965,4.9965,0,0,1-2.499-9.3252L14,18.3857V15h4v3.3857l.499.2891A4.9965,4.9965,0,0,1,16,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,10a8.04,8.04,0,0,0,2.7349,6H2v2H8V12H6v2.4592A5.94,5.94,0,0,1,4,10a6.0066,6.0066,0,0,1,6-6V2A8.0092,8.0092,0,0,0,2,10Z" }), children);
1282
1333
  });
1283
- if (process.env.NODE_ENV !== "production") TextStrikethrough.propTypes = require_iconPropTypes.iconPropTypes;
1284
- const TextSubscript = /* @__PURE__ */ react.default.forwardRef(function TextSubscript({ children, size = 16, ...rest }, ref) {
1285
- return react.default.createElement(require_Icon.Icon, {
1334
+ if (process.env.NODE_ENV !== "production") TemperatureInversion.propTypes = require_iconPropTypes.iconPropTypes;
1335
+ const TemperatureMax = /* @__PURE__ */ react.default.forwardRef(function TemperatureMax({ children, size = 16, ...rest }, ref) {
1336
+ return react.default.createElement(require_Icon_js, {
1286
1337
  width: size,
1287
1338
  height: size,
1288
1339
  ref,
@@ -1290,11 +1341,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1290
1341
  viewBox: "0 0 32 32",
1291
1342
  fill: "currentColor",
1292
1343
  ...rest
1293
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 25 20 25 20 19 24 19 24 17 20 17 20 15 26 15 26 21 22 21 22 23 26 23 26 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 7 5 9 12 9 12 25 14 25 14 9 21 9 21 7 5 7z" }), children);
1344
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 10H27V12H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H30V18H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 22H27V24H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,20.1839V7H8V20.1839a3,3,0,1,0,2,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,4H12.9744A4.9829,4.9829,0,0,0,4,7V18.1108a7,7,0,1,0,10,0V7a5.0019,5.0019,0,0,0-.1011-1H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z" }), children);
1294
1345
  });
1295
- if (process.env.NODE_ENV !== "production") TextSubscript.propTypes = require_iconPropTypes.iconPropTypes;
1296
- const TextSuperscript = /* @__PURE__ */ react.default.forwardRef(function TextSuperscript({ children, size = 16, ...rest }, ref) {
1297
- return react.default.createElement(require_Icon.Icon, {
1346
+ if (process.env.NODE_ENV !== "production") TemperatureMax.propTypes = require_iconPropTypes.iconPropTypes;
1347
+ const TemperatureMin = /* @__PURE__ */ react.default.forwardRef(function TemperatureMin({ children, size = 16, ...rest }, ref) {
1348
+ return react.default.createElement(require_Icon_js, {
1298
1349
  width: size,
1299
1350
  height: size,
1300
1351
  ref,
@@ -1302,11 +1353,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1302
1353
  viewBox: "0 0 32 32",
1303
1354
  fill: "currentColor",
1304
1355
  ...rest
1305
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29 17 23 17 23 11 27 11 27 9 23 9 23 7 29 7 29 13 25 13 25 15 29 15 29 17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 7 4 9 11 9 11 25 13 25 13 9 20 9 20 7 4 7z" }), children);
1356
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 4H27V6H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 10H30V12H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H27V18H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,23a3,3,0,0,1-6,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,22H15.9192A7.0107,7.0107,0,0,0,14,18.1108V7A5,5,0,0,0,4,7V18.1108A6.9946,6.9946,0,1,0,15.92,24H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z" }), children);
1306
1357
  });
1307
- if (process.env.NODE_ENV !== "production") TextSuperscript.propTypes = require_iconPropTypes.iconPropTypes;
1308
- const TextTracking = /* @__PURE__ */ react.default.forwardRef(function TextTracking({ children, size = 16, ...rest }, ref) {
1309
- return react.default.createElement(require_Icon.Icon, {
1358
+ if (process.env.NODE_ENV !== "production") TemperatureMin.propTypes = require_iconPropTypes.iconPropTypes;
1359
+ const TemperatureWater = /* @__PURE__ */ react.default.forwardRef(function TemperatureWater({ children, size = 16, ...rest }, ref) {
1360
+ return react.default.createElement(require_Icon_js, {
1310
1361
  width: size,
1311
1362
  height: size,
1312
1363
  ref,
@@ -1314,11 +1365,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1314
1365
  viewBox: "0 0 32 32",
1315
1366
  fill: "currentColor",
1316
1367
  ...rest
1317
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.29 19.29 23.88 20.71 26.17 23 5.83 23 8.12 20.71 6.71 19.29 2 24 6.71 28.71 8.12 27.29 5.83 25 26.17 25 23.88 27.29 25.29 28.71 30 24 25.29 19.29z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,17h2L23,3H21L16,17h2l1-3h6Zm-6.33-5L22,5l2.33,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 3 10 15 6 3 4 3 9 17 11 17 16 3 14 3z" }), children);
1368
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,9a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,9V7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,4a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,4a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,7H13V6A4,4,0,0,0,5,6V17.2617A7.0126,7.0126,0,1,0,13.8735,18H14a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,18V16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,13a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,13a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,16H13V9ZM7,6a2,2,0,0,1,4,0v6H7ZM9,28a4.9965,4.9965,0,0,1-2.499-9.3252L7,18.3857V14h4v4.3857l.499.2891A4.9965,4.9965,0,0,1,9,28Z" }), children);
1318
1369
  });
1319
- if (process.env.NODE_ENV !== "production") TextTracking.propTypes = require_iconPropTypes.iconPropTypes;
1320
- const TextUnderline = /* @__PURE__ */ react.default.forwardRef(function TextUnderline({ children, size = 16, ...rest }, ref) {
1321
- return react.default.createElement(require_Icon.Icon, {
1370
+ if (process.env.NODE_ENV !== "production") TemperatureWater.propTypes = require_iconPropTypes.iconPropTypes;
1371
+ const Template = /* @__PURE__ */ react.default.forwardRef(function Template({ children, size = 16, ...rest }, ref) {
1372
+ return react.default.createElement(require_Icon_js, {
1322
1373
  width: size,
1323
1374
  height: size,
1324
1375
  ref,
@@ -1326,11 +1377,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1326
1377
  viewBox: "0 0 32 32",
1327
1378
  fill: "currentColor",
1328
1379
  ...rest
1329
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H28V28H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,23a7,7,0,0,1-7-7V5h2V16a5,5,0,0,0,10,0V5h2V16A7,7,0,0,1,16,23Z" }), children);
1380
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,6v4H6V6H26m0-2H6A2,2,0,0,0,4,6v4a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,16V26H6V16h4m0-2H6a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V16a2,2,0,0,0-2-2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,16V26H16V16H26m0-2H16a2,2,0,0,0-2,2V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V16a2,2,0,0,0-2-2Z" }), children);
1330
1381
  });
1331
- if (process.env.NODE_ENV !== "production") TextUnderline.propTypes = require_iconPropTypes.iconPropTypes;
1332
- const TextVerticalAlignment = /* @__PURE__ */ react.default.forwardRef(function TextVerticalAlignment({ children, size = 16, ...rest }, ref) {
1333
- return react.default.createElement(require_Icon.Icon, {
1382
+ if (process.env.NODE_ENV !== "production") Template.propTypes = require_iconPropTypes.iconPropTypes;
1383
+ const Tennis = /* @__PURE__ */ react.default.forwardRef(function Tennis({ children, size = 16, ...rest }, ref) {
1384
+ return react.default.createElement(require_Icon_js, {
1334
1385
  width: size,
1335
1386
  height: size,
1336
1387
  ref,
@@ -1338,11 +1389,17 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1338
1389
  viewBox: "0 0 32 32",
1339
1390
  fill: "currentColor",
1340
1391
  ...rest
1341
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 28H30V30H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 23H30V25H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8458,30H13L8.64,20H6.36L2,30H4.1542l.8-2h5.0916ZM5.7541,26,7.5,21.6347,9.2459,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 15H30V17H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 7H30V9H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 2H30V4H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.8458,12H13L8.64,2H6.36L2,12H4.1542l.8-2h5.0916ZM5.7541,8,7.5,3.6347,9.2459,8Z" }), children);
1392
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("rect", {
1393
+ width: "4",
1394
+ height: "4",
1395
+ x: "20",
1396
+ y: "2",
1397
+ rx: "2"
1398
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,16a1,1,0,0,1-.707-1.707l7-7a1,1,0,1,1,1.414,1.414l-7,7A.9962.9962,0,0,1,11,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.707,24.293a8.3948,8.3948,0,0,0-4.72-2.209c.1992-.1641.3931-.3364.5777-.521a9.2447,9.2447,0,0,0,1.7334-9.9141l-1.8768.6973c1.11,2.9805.6346,5.8975-1.2722,7.8022a6.6964,6.6964,0,0,1-5.561,1.8047,9.7746,9.7746,0,0,1-5.771-2.7856c-2.9727-2.97-4.0759-8.2276-.9805-11.32,1.9068-1.9053,4.8267-2.38,7.8094-1.271l.6987-1.875C10.6616,3.333,6.8591,3.9961,4.4207,6.4331c-3.9427,3.9385-2.6761,10.4956.98,14.1489a11.8136,11.8136,0,0,0,6.9766,3.36c.21.022.4153.0234.6223.0332V24h4.9968a6.8463,6.8463,0,0,1,4.2962,1.707L26.5859,30,28,28.5859Z" }), children);
1342
1399
  });
1343
- if (process.env.NODE_ENV !== "production") TextVerticalAlignment.propTypes = require_iconPropTypes.iconPropTypes;
1344
- const TextWrap = /* @__PURE__ */ react.default.forwardRef(function TextWrap({ children, size = 16, ...rest }, ref) {
1345
- return react.default.createElement(require_Icon.Icon, {
1400
+ if (process.env.NODE_ENV !== "production") Tennis.propTypes = require_iconPropTypes.iconPropTypes;
1401
+ const TennisBall = /* @__PURE__ */ react.default.forwardRef(function TennisBall({ children, size = 16, ...rest }, ref) {
1402
+ return react.default.createElement(require_Icon_js, {
1346
1403
  width: size,
1347
1404
  height: size,
1348
1405
  ref,
@@ -1350,11 +1407,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1350
1407
  viewBox: "0 0 32 32",
1351
1408
  fill: "currentColor",
1352
1409
  ...rest
1353
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 23H12V25H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.5232,14H4v2H24.5a3.5,3.5,0,0,1,0,7H18.8281l2.586-2.5859L20,19l-5,5,5,5,1.4141-1.4141L18.8281,25H24.533a5.5,5.5,0,0,0-.01-11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 5H28V7H4z" }), children);
1410
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,4a8.9812,8.9812,0,0,0-8.1687,12.7549L2,25.5859,3.4141,27l8.4873-8.4873a9.0408,9.0408,0,0,0,1.5859,1.5859L10,23.5859,11.4141,25l3.8313-3.8311A8.9959,8.9959,0,1,0,19,4Zm6.9058,7.9058a7.005,7.005,0,0,1-5.8116-5.8116A7.005,7.005,0,0,1,25.9058,11.9058ZM12.0942,14.0942a7.005,7.005,0,0,1,5.8116,5.8116A7.005,7.005,0,0,1,12.0942,14.0942ZM19.93,19.9307a9.01,9.01,0,0,0-7.8611-7.8614,7.004,7.004,0,0,1,6-6,9.01,9.01,0,0,0,7.8611,7.8614A7.004,7.004,0,0,1,19.93,19.9307Z" }), children);
1354
1411
  });
1355
- if (process.env.NODE_ENV !== "production") TextWrap.propTypes = require_iconPropTypes.iconPropTypes;
1356
- const WatsonHealthTextAnnotationToggle = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthTextAnnotationToggle({ children, size = 16, ...rest }, ref) {
1357
- return react.default.createElement(require_Icon.Icon, {
1412
+ if (process.env.NODE_ENV !== "production") TennisBall.propTypes = require_iconPropTypes.iconPropTypes;
1413
+ const Term = /* @__PURE__ */ react.default.forwardRef(function Term({ children, size = 16, ...rest }, ref) {
1414
+ return react.default.createElement(require_Icon_js, {
1358
1415
  width: size,
1359
1416
  height: size,
1360
1417
  ref,
@@ -1362,11 +1419,23 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1362
1419
  viewBox: "0 0 32 32",
1363
1420
  fill: "currentColor",
1364
1421
  ...rest
1365
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.537,13.76,26.24,10.463a1.5862,1.5862,0,0,0-2.24,0L10,24.4674V30h5.5326L29.537,16a1.5862,1.5862,0,0,0,0-2.24ZM14.7042,28H12V25.2958l9.4409-9.4409,2.7042,2.7042ZM25.5591,17.145,22.855,14.4409l2.2672-2.2672,2.7042,2.7042Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 17 13 17 13 10 16 10 16 8 8 8 8 10 11 10 11 17z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,20H4V4H20V8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H8Z" }), children);
1422
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,26H25V24h3V8H25V6h3a2.0023,2.0023,0,0,1,2,2V24A2.0027,2.0027,0,0,1,28,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1423
+ cx: "23",
1424
+ cy: "16",
1425
+ r: "2"
1426
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1427
+ cx: "16",
1428
+ cy: "16",
1429
+ r: "2"
1430
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1431
+ cx: "9",
1432
+ cy: "16",
1433
+ r: "2"
1434
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,26H4a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,4,6H7V8H4V24H7Z" }), children);
1366
1435
  });
1367
- if (process.env.NODE_ENV !== "production") WatsonHealthTextAnnotationToggle.propTypes = require_iconPropTypes.iconPropTypes;
1368
- const TextLink = /* @__PURE__ */ react.default.forwardRef(function TextLink({ children, size = 16, ...rest }, ref) {
1369
- return react.default.createElement(require_Icon.Icon, {
1436
+ if (process.env.NODE_ENV !== "production") Term.propTypes = require_iconPropTypes.iconPropTypes;
1437
+ const TermReference = /* @__PURE__ */ react.default.forwardRef(function TermReference({ children, size = 16, ...rest }, ref) {
1438
+ return react.default.createElement(require_Icon_js, {
1370
1439
  width: size,
1371
1440
  height: size,
1372
1441
  ref,
@@ -1374,11 +1443,35 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1374
1443
  viewBox: "0 0 32 32",
1375
1444
  fill: "currentColor",
1376
1445
  ...rest
1377
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.7061,27.585a5.2615,5.2615,0,0,1-3.7227-8.9834l1.415,1.414a3.2638,3.2638,0,1,0,4.6153,4.6162l6.03-6.03a3.264,3.264,0,0,0-4.6162-4.6158l-1.414-1.414a5.2637,5.2637,0,0,1,7.4443,7.4438l-6.03,6.03A5.2461,5.2461,0,0,1,18.7061,27.585Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.2642,29.9971A5.2619,5.2619,0,0,1,6.542,21.0137l6.03-6.03a5.2636,5.2636,0,1,1,7.4438,7.4438l-1.414-1.414a3.2639,3.2639,0,1,0-4.6158-4.6158l-6.03,6.03a3.264,3.264,0,0,0,4.6157,4.6162l1.414,1.4141A5.2452,5.2452,0,0,1,10.2642,29.9971Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 10H10V12H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H14V8H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H14V4H2z" }), children);
1446
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1447
+ strokeWidth: "0",
1448
+ 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"
1449
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1450
+ strokeWidth: "0",
1451
+ d: "m28,25h-3v-2h3V7h-3v-2h3c1.1025,0,2,.897,2,2v16c0,1.1025-.8975,2-2,2Z"
1452
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1453
+ cx: "23",
1454
+ cy: "15",
1455
+ r: "2",
1456
+ strokeWidth: "0"
1457
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1458
+ cx: "16",
1459
+ cy: "15",
1460
+ r: "2",
1461
+ strokeWidth: "0"
1462
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1463
+ cx: "9",
1464
+ cy: "15",
1465
+ r: "2",
1466
+ strokeWidth: "0"
1467
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1468
+ strokeWidth: "0",
1469
+ d: "m4,17V7h3v-2h-3c-1.103,0-2,.897-2,2v10h2Z"
1470
+ }), children);
1378
1471
  });
1379
- if (process.env.NODE_ENV !== "production") TextLink.propTypes = require_iconPropTypes.iconPropTypes;
1380
- const TextLinkAnalysis = /* @__PURE__ */ react.default.forwardRef(function TextLinkAnalysis({ children, size = 16, ...rest }, ref) {
1381
- return react.default.createElement(require_Icon.Icon, {
1472
+ if (process.env.NODE_ENV !== "production") TermReference.propTypes = require_iconPropTypes.iconPropTypes;
1473
+ const Terminal = /* @__PURE__ */ react.default.forwardRef(function Terminal({ children, size = 16, ...rest }, ref) {
1474
+ return react.default.createElement(require_Icon_js, {
1382
1475
  width: size,
1383
1476
  height: size,
1384
1477
  ref,
@@ -1386,11 +1479,14 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1386
1479
  viewBox: "0 0 32 32",
1387
1480
  fill: "currentColor",
1388
1481
  ...rest
1389
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 10H16V12H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 6H20V8H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 2H20V4H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.7111,28l5.6312-9.9961,7.4341,6.49A2,2,0,0,0,20.86,23.96l6.9707-10.4034-1.6622-1.1132-7,10.4472-.07.1035-7.4345-6.4907a2.0032,2.0032,0,0,0-3.0806.5308L4,25.1826V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z" }), children);
1482
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1483
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z",
1484
+ transform: "translate(0 .01)"
1485
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.76 16.18 13.58 19.01 10.76 21.84 12.17 23.25 16.41 19.01 12.17 14.77 10.76 16.18z" }), children);
1390
1486
  });
1391
- if (process.env.NODE_ENV !== "production") TextLinkAnalysis.propTypes = require_iconPropTypes.iconPropTypes;
1392
- const TextMining = /* @__PURE__ */ react.default.forwardRef(function TextMining({ children, size = 16, ...rest }, ref) {
1393
- return react.default.createElement(require_Icon.Icon, {
1487
+ if (process.env.NODE_ENV !== "production") Terminal.propTypes = require_iconPropTypes.iconPropTypes;
1488
+ const Terminal_3270 = /* @__PURE__ */ react.default.forwardRef(function Terminal_3270({ children, size = 16, ...rest }, ref) {
1489
+ return react.default.createElement(require_Icon_js, {
1394
1490
  width: size,
1395
1491
  height: size,
1396
1492
  ref,
@@ -1398,11 +1494,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1398
1494
  viewBox: "0 0 32 32",
1399
1495
  fill: "currentColor",
1400
1496
  ...rest
1401
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 28H26V30H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 24H30V26H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 20H30V22H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.001 26.473 16 26.473 4.284 12.955 9.5 6 22.5 6 27.716 12.955 24.476 16.692 25.989 18.002 30.284 13.045 23.5 4 8.5 4 1.716 13.045 14.488 27.782 16.001 26.473z" }), children);
1497
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 21H16V23H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z" }), children);
1402
1498
  });
1403
- if (process.env.NODE_ENV !== "production") TextMining.propTypes = require_iconPropTypes.iconPropTypes;
1404
- const TextMiningApplier = /* @__PURE__ */ react.default.forwardRef(function TextMiningApplier({ children, size = 16, ...rest }, ref) {
1405
- return react.default.createElement(require_Icon.Icon, {
1499
+ if (process.env.NODE_ENV !== "production") Terminal_3270.propTypes = require_iconPropTypes.iconPropTypes;
1500
+ const TestTool = /* @__PURE__ */ react.default.forwardRef(function TestTool({ children, size = 16, ...rest }, ref) {
1501
+ return react.default.createElement(require_Icon_js, {
1406
1502
  width: size,
1407
1503
  height: size,
1408
1504
  ref,
@@ -1410,11 +1506,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1410
1506
  viewBox: "0 0 32 32",
1411
1507
  fill: "currentColor",
1412
1508
  ...rest
1413
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.001 26.473 16 26.473 4.284 12.955 9.5 6 22.5 6 27.716 12.955 24.476 16.692 25.989 18.002 30.284 13.045 23.5 4 8.5 4 1.716 13.045 14.488 27.782 16.001 26.473z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 19 27 24 20 29 20 19z" }), children);
1509
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 9.2 20.4 6.6 19 8 23 12 30 5 28.6 3.6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 5.4 10.6 4 8 6.6 5.4 4 4 5.4 6.6 8 4 10.6 5.4 12 8 9.4 10.6 12 12 10.6 9.4 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 21.4 10.6 20 8 22.6 5.4 20 4 21.4 6.6 24 4 26.6 5.4 28 8 25.4 10.6 28 12 26.6 9.4 24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 15 17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z" }), children);
1414
1510
  });
1415
- if (process.env.NODE_ENV !== "production") TextMiningApplier.propTypes = require_iconPropTypes.iconPropTypes;
1416
- const Theater = /* @__PURE__ */ react.default.forwardRef(function Theater({ children, size = 16, ...rest }, ref) {
1417
- return react.default.createElement(require_Icon.Icon, {
1511
+ if (process.env.NODE_ENV !== "production") TestTool.propTypes = require_iconPropTypes.iconPropTypes;
1512
+ const TextAlignCenter = /* @__PURE__ */ react.default.forwardRef(function TextAlignCenter({ children, size = 16, ...rest }, ref) {
1513
+ return react.default.createElement(require_Icon_js, {
1418
1514
  width: size,
1419
1515
  height: size,
1420
1516
  ref,
@@ -1422,11 +1518,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1422
1518
  viewBox: "0 0 32 32",
1423
1519
  fill: "currentColor",
1424
1520
  ...rest
1425
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,25a6.9908,6.9908,0,0,1-5.833-3.1287l1.666-1.1074a5.0007,5.0007,0,0,0,8.334,0l1.666,1.1074A6.9908,6.9908,0,0,1,20,25Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,14a2,2,0,1,0,2,2A1.9806,1.9806,0,0,0,24,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,14a2,2,0,1,0,2,2A1.9806,1.9806,0,0,0,16,14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,8H22V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V14a10.01,10.01,0,0,0,8.8027,9.9214A9.9989,9.9989,0,0,0,30,20V10A2.0023,2.0023,0,0,0,28,8ZM4,14V4H20V8H12a2.0023,2.0023,0,0,0-2,2V20a9.9628,9.9628,0,0,0,.168,1.78A8.0081,8.0081,0,0,1,4,14Zm24,6a8,8,0,0,1-16,0V10H28Z" }), children);
1521
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H26V8H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 12H22V14H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 18H26V20H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 24H22V26H10z" }), children);
1426
1522
  });
1427
- if (process.env.NODE_ENV !== "production") Theater.propTypes = require_iconPropTypes.iconPropTypes;
1428
- const ThisSideUp = /* @__PURE__ */ react.default.forwardRef(function ThisSideUp({ children, size = 16, ...rest }, ref) {
1429
- return react.default.createElement(require_Icon.Icon, {
1523
+ if (process.env.NODE_ENV !== "production") TextAlignCenter.propTypes = require_iconPropTypes.iconPropTypes;
1524
+ const TextAlignJustify = /* @__PURE__ */ react.default.forwardRef(function TextAlignJustify({ children, size = 16, ...rest }, ref) {
1525
+ return react.default.createElement(require_Icon_js, {
1430
1526
  width: size,
1431
1527
  height: size,
1432
1528
  ref,
@@ -1434,11 +1530,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1434
1530
  viewBox: "0 0 32 32",
1435
1531
  fill: "currentColor",
1436
1532
  ...rest
1437
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 28H30V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 5.828 7 24 9 24 9 5.828 12.586 9.414 14 8 8 2 2 8 3.414 9.414 7 5.828z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 5.828 23 24 25 24 25 5.828 28.586 9.414 30 8 24 2 18 8 19.414 9.414 23 5.828z" }), children);
1533
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H26V8H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H26V14H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 18H26V20H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 24H26V26H6z" }), children);
1438
1534
  });
1439
- if (process.env.NODE_ENV !== "production") ThisSideUp.propTypes = require_iconPropTypes.iconPropTypes;
1440
- const WatsonHealthThreshold = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthThreshold({ children, size = 16, ...rest }, ref) {
1441
- return react.default.createElement(require_Icon.Icon, {
1535
+ if (process.env.NODE_ENV !== "production") TextAlignJustify.propTypes = require_iconPropTypes.iconPropTypes;
1536
+ const TextAlignLeft = /* @__PURE__ */ react.default.forwardRef(function TextAlignLeft({ children, size = 16, ...rest }, ref) {
1537
+ return react.default.createElement(require_Icon_js, {
1442
1538
  width: size,
1443
1539
  height: size,
1444
1540
  ref,
@@ -1446,11 +1542,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1446
1542
  viewBox: "0 0 32 32",
1447
1543
  fill: "currentColor",
1448
1544
  ...rest
1449
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,26,4ZM6,6H26V16H24v2h2v2H24v2h2v2H24v2H22V24H20v2H18V24H16v2H14V24H12v2H10V24H8v2H6Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 20H10V22H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 20H14V22H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 20H18V22H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 20H22V22H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 16H10V18H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 16H18V18H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 16H22V18H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 12H22V14H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 8H22V10H20z" }), children);
1545
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 6H26V8H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 12H22V14H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 18H26V20H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 24H22V26H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 4H8V28H6z" }), children);
1450
1546
  });
1451
- if (process.env.NODE_ENV !== "production") WatsonHealthThreshold.propTypes = require_iconPropTypes.iconPropTypes;
1452
- const Thumbnail_1 = /* @__PURE__ */ react.default.forwardRef(function Thumbnail_1({ children, size = 16, ...rest }, ref) {
1453
- return react.default.createElement(require_Icon.Icon, {
1547
+ if (process.env.NODE_ENV !== "production") TextAlignLeft.propTypes = require_iconPropTypes.iconPropTypes;
1548
+ const TextAlignMixed = /* @__PURE__ */ react.default.forwardRef(function TextAlignMixed({ children, size = 16, ...rest }, ref) {
1549
+ return react.default.createElement(require_Icon_js, {
1454
1550
  width: size,
1455
1551
  height: size,
1456
1552
  ref,
@@ -1458,11 +1554,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1458
1554
  viewBox: "0 0 32 32",
1459
1555
  fill: "currentColor",
1460
1556
  ...rest
1461
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,30H4a2,2,0,0,1-2-2V24a2,2,0,0,1,2-2H8a2,2,0,0,1,2,2v4A2,2,0,0,1,8,30ZM4,24v4H8V24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30H14a2,2,0,0,1-2-2V24a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,30Zm-4-6v4h4V24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H24a2,2,0,0,1-2-2V24a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2v4A2,2,0,0,1,28,30Zm-4-6v4h4V24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H4a2,2,0,0,1-2-2V4A2,2,0,0,1,4,2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20ZM4,4V18H28V4Z" }), children);
1557
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,4H9V6h5V8H10a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2h6V6A2.0023,2.0023,0,0,0,14,4Zm0,8H10V10h4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 26 22 18 20 18 20 19 18 19 18 21 20 21 20 26 18 26 18 28 24 28 24 26 22 26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H4V16H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 16H30V30H28z" }), children);
1462
1558
  });
1463
- if (process.env.NODE_ENV !== "production") Thumbnail_1.propTypes = require_iconPropTypes.iconPropTypes;
1464
- const Thumbnail_2 = /* @__PURE__ */ react.default.forwardRef(function Thumbnail_2({ children, size = 16, ...rest }, ref) {
1465
- return react.default.createElement(require_Icon.Icon, {
1559
+ if (process.env.NODE_ENV !== "production") TextAlignMixed.propTypes = require_iconPropTypes.iconPropTypes;
1560
+ const TextAlignRight = /* @__PURE__ */ react.default.forwardRef(function TextAlignRight({ children, size = 16, ...rest }, ref) {
1561
+ return react.default.createElement(require_Icon_js, {
1466
1562
  width: size,
1467
1563
  height: size,
1468
1564
  ref,
@@ -1470,11 +1566,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1470
1566
  viewBox: "0 0 32 32",
1471
1567
  fill: "currentColor",
1472
1568
  ...rest
1473
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,30H4a2,2,0,0,1-2-2V24a2,2,0,0,1,2-2H8a2,2,0,0,1,2,2v4A2,2,0,0,1,8,30ZM4,24v4H8V24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,30H14a2,2,0,0,1-2-2V24a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,30Zm-4-6v4h4V24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H24a2,2,0,0,1-2-2V24a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2v4A2,2,0,0,1,28,30Zm-4-6v4h4V24Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,20H4a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2H8a2,2,0,0,1,2,2v4A2,2,0,0,1,8,20ZM4,14v4H8V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,20H14a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,20Zm-4-6v4h4V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,20H24a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2v4A2,2,0,0,1,28,20Zm-4-6v4h4V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,10H4A2,2,0,0,1,2,8V4A2,2,0,0,1,4,2H8a2,2,0,0,1,2,2V8A2,2,0,0,1,8,10ZM4,4V8H8V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,10H14a2,2,0,0,1-2-2V4a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V8A2,2,0,0,1,18,10ZM14,4V8h4V4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H24a2,2,0,0,1-2-2V4a2,2,0,0,1,2-2h4a2,2,0,0,1,2,2V8A2,2,0,0,1,28,10ZM24,4V8h4V4Z" }), children);
1569
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 6H20V8H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 12H20V14H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 18H20V20H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 24H20V26H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24 4H26V28H24z" }), children);
1474
1570
  });
1475
- if (process.env.NODE_ENV !== "production") Thumbnail_2.propTypes = require_iconPropTypes.iconPropTypes;
1476
- const WatsonHealthThumbnailPreview = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthThumbnailPreview({ children, size = 16, ...rest }, ref) {
1477
- return react.default.createElement(require_Icon.Icon, {
1571
+ if (process.env.NODE_ENV !== "production") TextAlignRight.propTypes = require_iconPropTypes.iconPropTypes;
1572
+ const TextAllCaps = /* @__PURE__ */ react.default.forwardRef(function TextAllCaps({ children, size = 16, ...rest }, ref) {
1573
+ return react.default.createElement(require_Icon_js, {
1478
1574
  width: size,
1479
1575
  height: size,
1480
1576
  ref,
@@ -1482,11 +1578,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1482
1578
  viewBox: "0 0 32 32",
1483
1579
  fill: "currentColor",
1484
1580
  ...rest
1485
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H4a2.0023,2.0023,0,0,0-2,2V28a2.002,2.002,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V14A2.0027,2.0027,0,0,0,28,12ZM20,28H12V27a1.0009,1.0009,0,0,1,1-1h6a1.0009,1.0009,0,0,1,1,1Zm8,0H22V27a3.0033,3.0033,0,0,0-3-3H13a3.0033,3.0033,0,0,0-3,3v1H4V14H28.002Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,23a4,4,0,1,1,4-4A4.0042,4.0042,0,0,1,16,23Zm0-6a2,2,0,1,0,2,2A2.0023,2.0023,0,0,0,16,17Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,4V8a2.0027,2.0027,0,0,1-2,2H24a2.0027,2.0027,0,0,1-2-2V4a2.0027,2.0027,0,0,1,2-2h4A2.0027,2.0027,0,0,1,30,4ZM28,8l.002-4H24V8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,4V8a2.0027,2.0027,0,0,1-2,2H14a2.0023,2.0023,0,0,1-2-2V4a2.0023,2.0023,0,0,1,2-2h4A2.0027,2.0027,0,0,1,20,4ZM18,8l.002-4H14V8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,4V8a2.0023,2.0023,0,0,1-2,2H4A2.0023,2.0023,0,0,1,2,8V4A2.0023,2.0023,0,0,1,4,2H8A2.0023,2.0023,0,0,1,10,4ZM8,8l.0015-4H4V8Z" }), children);
1581
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M1 8 1 10 7 10 7 24 9 24 9 10 15 10 15 8 1 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 8 17 10 23 10 23 24 25 24 25 10 31 10 31 8 17 8z" }), children);
1486
1582
  });
1487
- if (process.env.NODE_ENV !== "production") WatsonHealthThumbnailPreview.propTypes = require_iconPropTypes.iconPropTypes;
1488
- const ThumbsDown = /* @__PURE__ */ react.default.forwardRef(function ThumbsDown({ children, size = 16, ...rest }, ref) {
1489
- return react.default.createElement(require_Icon.Icon, {
1583
+ if (process.env.NODE_ENV !== "production") TextAllCaps.propTypes = require_iconPropTypes.iconPropTypes;
1584
+ const TextBold = /* @__PURE__ */ react.default.forwardRef(function TextBold({ children, size = 16, ...rest }, ref) {
1585
+ return react.default.createElement(require_Icon_js, {
1490
1586
  width: size,
1491
1587
  height: size,
1492
1588
  ref,
@@ -1494,11 +1590,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1494
1590
  viewBox: "0 0 32 32",
1495
1591
  fill: "currentColor",
1496
1592
  ...rest
1497
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,16V9a7.0078,7.0078,0,0,0-7-7H2V16H8.4648l3.5774,5.3662.8453,5.9165A2.0094,2.0094,0,0,0,14.8672,29H17a3.0033,3.0033,0,0,0,3-3V20h6A4.0045,4.0045,0,0,0,30,16ZM8,14H4V4H8Zm20,2a2.0025,2.0025,0,0,1-2,2H18v8a1.0008,1.0008,0,0,1-1,1H14.8672l-.9094-6.3662L10,14.6973V4H23a5.0057,5.0057,0,0,1,5,5Z" }), children);
1593
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.25,25H9V7h8.5a5.25,5.25,0,0,1,4,8.65A5.25,5.25,0,0,1,18.25,25ZM12,22h6.23a2.25,2.25,0,1,0,0-4.5H12Zm0-7.5h5.5a2.25,2.25,0,1,0,0-4.5H12Z" }), children);
1498
1594
  });
1499
- if (process.env.NODE_ENV !== "production") ThumbsDown.propTypes = require_iconPropTypes.iconPropTypes;
1500
- const ThumbsDownFilled = /* @__PURE__ */ react.default.forwardRef(function ThumbsDownFilled({ children, size = 16, ...rest }, ref) {
1501
- return react.default.createElement(require_Icon.Icon, {
1595
+ if (process.env.NODE_ENV !== "production") TextBold.propTypes = require_iconPropTypes.iconPropTypes;
1596
+ const TextClearFormat = /* @__PURE__ */ react.default.forwardRef(function TextClearFormat({ children, size = 16, ...rest }, ref) {
1597
+ return react.default.createElement(require_Icon_js, {
1502
1598
  width: size,
1503
1599
  height: size,
1504
1600
  ref,
@@ -1506,11 +1602,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1506
1602
  viewBox: "0 0 32 32",
1507
1603
  fill: "currentColor",
1508
1604
  ...rest
1509
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H7V16H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,2H9V16.8027l3.0422,4.5635.8453,5.9165A2.0094,2.0094,0,0,0,14.8672,29H15a3.0033,3.0033,0,0,0,3-3V20h8a4.0045,4.0045,0,0,0,4-4V9A7.0078,7.0078,0,0,0,23,2Z" }), children);
1605
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.4384,16.5715l-7.985-7.9856a2.0014,2.0014,0,0,0-2.8291,0l-5.3584,5.3584L9,2H7L2,16H4l.999-3h6l.8035,2.4077L4.5858,22.6244a2,2,0,0,0,0,2.8282L9.1316,30h9.5908l10.716-10.717A1.9173,1.9173,0,0,0,29.4384,16.5715ZM5.6653,11l2.331-7,2.3355,7Zm12.229,17H9.96L6,24.0381l6.3123-6.3115L20.24,25.6538Zm3.76-3.76-7.9275-7.9272L20.0393,10l7.9268,7.9272Z" }), children);
1510
1606
  });
1511
- if (process.env.NODE_ENV !== "production") ThumbsDownFilled.propTypes = require_iconPropTypes.iconPropTypes;
1512
- const ThumbsUp = /* @__PURE__ */ react.default.forwardRef(function ThumbsUp({ children, size = 16, ...rest }, ref) {
1513
- return react.default.createElement(require_Icon.Icon, {
1607
+ if (process.env.NODE_ENV !== "production") TextClearFormat.propTypes = require_iconPropTypes.iconPropTypes;
1608
+ const TextColor = /* @__PURE__ */ react.default.forwardRef(function TextColor({ children, size = 16, ...rest }, ref) {
1609
+ return react.default.createElement(require_Icon_js, {
1514
1610
  width: size,
1515
1611
  height: size,
1516
1612
  ref,
@@ -1518,11 +1614,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1518
1614
  viewBox: "0 0 32 32",
1519
1615
  fill: "currentColor",
1520
1616
  ...rest
1521
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,12H20V6a3.0033,3.0033,0,0,0-3-3H14.8672a2.0094,2.0094,0,0,0-1.98,1.7173l-.8453,5.9165L8.4648,16H2V30H23a7.0078,7.0078,0,0,0,7-7V16A4.0045,4.0045,0,0,0,26,12ZM8,28H4V18H8Zm20-5a5.0057,5.0057,0,0,1-5,5H10V17.3027l3.9578-5.9365L14.8672,5H17a1.0008,1.0008,0,0,1,1,1v8h8a2.0025,2.0025,0,0,1,2,2Z" }), children);
1617
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,21h2L17,4H15L8,21h2l1.61-4h8.74Zm-9.57-6,3.44-8.37h.26L19.54,15Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 24H26V28H6z" }), children);
1522
1618
  });
1523
- if (process.env.NODE_ENV !== "production") ThumbsUp.propTypes = require_iconPropTypes.iconPropTypes;
1524
- const ThumbsUpFilled = /* @__PURE__ */ react.default.forwardRef(function ThumbsUpFilled({ children, size = 16, ...rest }, ref) {
1525
- return react.default.createElement(require_Icon.Icon, {
1619
+ if (process.env.NODE_ENV !== "production") TextColor.propTypes = require_iconPropTypes.iconPropTypes;
1620
+ const TextCreation = /* @__PURE__ */ react.default.forwardRef(function TextCreation({ children, size = 16, ...rest }, ref) {
1621
+ return react.default.createElement(require_Icon_js, {
1526
1622
  width: size,
1527
1623
  height: size,
1528
1624
  ref,
@@ -1530,11 +1626,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1530
1626
  viewBox: "0 0 32 32",
1531
1627
  fill: "currentColor",
1532
1628
  ...rest
1533
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 16H7V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,30H9V15.1973l3.0422-4.5635.8453-5.9165A2.0094,2.0094,0,0,1,14.8672,3H15a3.0033,3.0033,0,0,1,3,3v6h8a4.0045,4.0045,0,0,1,4,4v7A7.0078,7.0078,0,0,1,23,30Z" }), children);
1629
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,22.14V9.86A4,4,0,1,0,22.14,5H9.86A4,4,0,1,0,5,9.86V22.14A4,4,0,1,0,9.86,27H22.14A4,4,0,1,0,27,22.14ZM26,4a2,2,0,1,1-2,2A2,2,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2,2,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2,2,0,0,1,6,28Zm16.14-3H9.86A4,4,0,0,0,7,22.14V9.86A4,4,0,0,0,9.86,7H22.14A4,4,0,0,0,25,9.86V22.14A4,4,0,0,0,22.14,25ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 11 11 11 11 13 15 13 15 22 17 22 17 13 21 13 21 11z" }), children);
1534
1630
  });
1535
- if (process.env.NODE_ENV !== "production") ThumbsUpFilled.propTypes = require_iconPropTypes.iconPropTypes;
1536
- const ThumbsUpDouble = /* @__PURE__ */ react.default.forwardRef(function ThumbsUpDouble({ children, size = 16, ...rest }, ref) {
1537
- return react.default.createElement(require_Icon.Icon, {
1631
+ if (process.env.NODE_ENV !== "production") TextCreation.propTypes = require_iconPropTypes.iconPropTypes;
1632
+ const TextFill = /* @__PURE__ */ react.default.forwardRef(function TextFill({ children, size = 16, ...rest }, ref) {
1633
+ return react.default.createElement(require_Icon_js, {
1538
1634
  width: size,
1539
1635
  height: size,
1540
1636
  ref,
@@ -1542,11 +1638,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1542
1638
  viewBox: "0 0 32 32",
1543
1639
  fill: "currentColor",
1544
1640
  ...rest
1545
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.7637,13.9999h-5.7637l-.0024-4.4316c0-2.1011-1.2324-3.5684-2.9976-3.5684h-1c-1.5273,0-1.7539,1.5273-1.8755,2.3477-.0225.1509-.6826,4.8052-.6826,4.8052l-2.0431,3.8472H2v13h16.3325c3.6763,0,6.6675-2.9912,6.6675-6.6675v-5.103c0-2.3369-1.8989-4.2295-4.2363-4.2295h0ZM4,27.9999v-9h1.9998l-.0017,9h-1.9981ZM23,23.3324c0,2.5737-2.0938,4.6675-4.6675,4.6675h-10.3325v-9.751l2.3735-4.4692s.7983-5.6035.8433-5.7798h.7832c.9697,0,.9976,1.4077.9976,1.5684l.0024,6.4316h7.7637c1.2344,0,2.2363.9951,2.2363,2.2295v5.103ZM31,13.2295v5.103c0,2.321-1.194,4.3667-2.9983,5.5613l-1.0042-1.7393c1.2073-.8446,2.0024-2.2402,2.0024-3.8221v-5.103c0-1.2344-1.0019-2.2295-2.2363-2.2295h-7.7637l-.0024-6.4315c0-.1608-.0279-1.5685-.9976-1.5685h-.7832c-.0174.0681-.1475.948-.3002,2.0001h-2.0273c.1234-.8691.2266-1.5944.2352-1.6523.1216-.8206.3482-2.3478,1.8755-2.3478h1c1.7652,0,2.9976,1.4673,2.9976,3.5685l.0024,4.4315h5.7637c2.3374.0001,4.2363,1.8927,4.2363,4.2296Z" }), children);
1641
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 26H28V30H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,14.54a1,1,0,0,0-.25-.69L17.17,4.33A1.09,1.09,0,0,0,17,4.2V2H15V5L4.32,14.74a1,1,0,0,0-.06,1.41l8.57,9.52a1,1,0,0,0,.69.33h.05a1,1,0,0,0,.68-.26L24,16.8V21a1,1,0,0,0,2,0V14.57S26,14.55,26,14.54Zm-12.35,9-7.23-8L15,7.67V12h2V7.13l6.59,7.33Z" }), children);
1546
1642
  });
1547
- if (process.env.NODE_ENV !== "production") ThumbsUpDouble.propTypes = require_iconPropTypes.iconPropTypes;
1548
- const ThumbsUpDoubleFilled = /* @__PURE__ */ react.default.forwardRef(function ThumbsUpDoubleFilled({ children, size = 16, ...rest }, ref) {
1549
- return react.default.createElement(require_Icon.Icon, {
1643
+ if (process.env.NODE_ENV !== "production") TextFill.propTypes = require_iconPropTypes.iconPropTypes;
1644
+ const TextFont = /* @__PURE__ */ react.default.forwardRef(function TextFont({ children, size = 16, ...rest }, ref) {
1645
+ return react.default.createElement(require_Icon_js, {
1550
1646
  width: size,
1551
1647
  height: size,
1552
1648
  ref,
@@ -1554,11 +1650,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1554
1650
  viewBox: "0 0 32 32",
1555
1651
  fill: "currentColor",
1556
1652
  ...rest
1557
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31,13.2295v5.103c0,2.7286-1.6495,5.0769-4.0023,6.1077v-8.2107c0-2.3369-2.1663-4.2478-4.2363-4.2295h-5.7637s-.0024-3.4316-.0024-3.4316c-.0933-2.0102-1.1168-3.4102-2.1021-3.5719.0672-.4727.2256-1.6102.2313-1.6488.1216-.8206.3482-2.3478,1.8755-2.3478h1c1.7652,0,2.9976,1.4673,2.9976,3.5685l.0024,4.4315h5.7637c2.3374.0001,4.2363,1.8927,4.2363,4.2296ZM20.7614,14h0s-5.7637-.0001-5.7637-.0001l-.0024-4.4315c0-2.1012-1.2324-3.5685-2.9976-3.5685h-1c-1.5273,0-1.7539,1.5272-1.8755,2.3478-.0225.1509-.6826,4.8052-.6826,4.8052l-1.4423,2.7158-.0019,14.1313h11.3348c3.6763,0,6.6675-2.9912,6.6675-6.6675v-5.103c0-2.3369-1.8989-4.2295-4.2363-4.2295ZM4.9951,30l.0026-13H1.9977v13s2.9974,0,2.9974,0Z" }), children);
1653
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,12H20v2h5a1.0008,1.0008,0,0,1,1,1v2H22a3.0033,3.0033,0,0,0-3,3v1a3.0033,3.0033,0,0,0,3,3h6V15A3.0033,3.0033,0,0,0,25,12ZM22,22a1.0008,1.0008,0,0,1-1-1V20a1.0008,1.0008,0,0,1,1-1h4v3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,24h2L12,7H10L4,24H6l1.6936-5h6.6135ZM8.3711,17l2.4966-7.3711.2668.0005L13.63,17Z" }), children);
1558
1654
  });
1559
- if (process.env.NODE_ENV !== "production") ThumbsUpDoubleFilled.propTypes = require_iconPropTypes.iconPropTypes;
1560
- const Thunderstorm = /* @__PURE__ */ react.default.forwardRef(function Thunderstorm({ children, size = 16, ...rest }, ref) {
1561
- return react.default.createElement(require_Icon.Icon, {
1655
+ if (process.env.NODE_ENV !== "production") TextFont.propTypes = require_iconPropTypes.iconPropTypes;
1656
+ const TextFootnote = /* @__PURE__ */ react.default.forwardRef(function TextFootnote({ children, size = 16, ...rest }, ref) {
1657
+ return react.default.createElement(require_Icon_js, {
1562
1658
  width: size,
1563
1659
  height: size,
1564
1660
  ref,
@@ -1566,11 +1662,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1566
1662
  viewBox: "0 0 32 32",
1567
1663
  fill: "currentColor",
1568
1664
  ...rest
1569
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.87 30.5 14.13 29.5 17.28 24 11.28 24 16.13 15.5 17.87 16.5 14.72 22 20.72 22 15.87 30.5z" }), children);
1665
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 7 2 9 9 9 9 25 11 25 11 9 18 9 18 7 2 7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 11.076 29.256 9.219 26 10.522 26 7 24 7 24 10.523 20.744 9.22 20 11.077 23.417 12.444 20.9 15.8 22.5 17 25 13.667 27.5 17 29.1 15.8 26.583 12.443 30 11.076z" }), children);
1570
1666
  });
1571
- if (process.env.NODE_ENV !== "production") Thunderstorm.propTypes = require_iconPropTypes.iconPropTypes;
1572
- const ThunderstormScattered = /* @__PURE__ */ react.default.forwardRef(function ThunderstormScattered({ children, size = 16, ...rest }, ref) {
1573
- return react.default.createElement(require_Icon.Icon, {
1667
+ if (process.env.NODE_ENV !== "production") TextFootnote.propTypes = require_iconPropTypes.iconPropTypes;
1668
+ const TextHighlight = /* @__PURE__ */ react.default.forwardRef(function TextHighlight({ children, size = 16, ...rest }, ref) {
1669
+ return react.default.createElement(require_Icon_js, {
1574
1670
  width: size,
1575
1671
  height: size,
1576
1672
  ref,
@@ -1578,20 +1674,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1578
1674
  viewBox: "0 0 32 32",
1579
1675
  fill: "currentColor",
1580
1676
  ...rest
1581
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.338 30 11.602 29 13.889 25 10 25 13.993 18 15.73 19 13.446 23 17.337 23 13.338 30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,11A5.9955,5.9955,0,0,0,15.6335,8.3311,7.3494,7.3494,0,0,0,13.5,8a7.5509,7.5509,0,0,0-7.1492,5.2441A5.9926,5.9926,0,0,0,8,25V23a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,14.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,23v2a5.9853,5.9853,0,0,0,5.2163-8.9463A5.9941,5.9941,0,0,0,27,11Zm-4.0732,3.4893a5.96,5.96,0,0,0-2.2776-1.2452,7.5157,7.5157,0,0,0-3.1853-4.0688,3.9869,3.9869,0,1,1,5.4629,5.314Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1582
- d: "M26.732 16.233H29.732V18.233H26.732z",
1583
- transform: "rotate(225 28.232 17.233)"
1584
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29 10H32V12H29z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1585
- d: "M26.732 3.768H29.732V5.768H26.732z",
1586
- transform: "rotate(-45 28.232 4.768)"
1587
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 0H22V3H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1588
- d: "M12.268 3.768H15.268V5.768H12.268z",
1589
- transform: "rotate(225 13.768 4.768)"
1590
- }), children);
1677
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,15H5a3,3,0,0,1-3-3V10A3,3,0,0,1,5,7h5V5A1,1,0,0,0,9,4H3V2H9a3,3,0,0,1,3,3ZM5,9a1,1,0,0,0-1,1v2a1,1,0,0,0,1,1h5V9Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,23v2a1,1,0,0,0,1,1h5V22H21A1,1,0,0,0,20,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,30H30V2Zm26-2H21a3,3,0,0,1-3-3V23a3,3,0,0,1,3-3h5V18a1,1,0,0,0-1-1H19V15h6a3,3,0,0,1,3,3Z" }), children);
1591
1678
  });
1592
- if (process.env.NODE_ENV !== "production") ThunderstormScattered.propTypes = require_iconPropTypes.iconPropTypes;
1593
- const ThunderstormScatteredNight = /* @__PURE__ */ react.default.forwardRef(function ThunderstormScatteredNight({ children, size = 16, ...rest }, ref) {
1594
- return react.default.createElement(require_Icon.Icon, {
1679
+ if (process.env.NODE_ENV !== "production") TextHighlight.propTypes = require_iconPropTypes.iconPropTypes;
1680
+ const TextIndent = /* @__PURE__ */ react.default.forwardRef(function TextIndent({ children, size = 16, ...rest }, ref) {
1681
+ return react.default.createElement(require_Icon_js, {
1595
1682
  width: size,
1596
1683
  height: size,
1597
1684
  ref,
@@ -1599,11 +1686,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1599
1686
  viewBox: "0 0 32 32",
1600
1687
  fill: "currentColor",
1601
1688
  ...rest
1602
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13.338 30 11.602 29 13.889 25 10 25 13.993 18 15.73 19 13.446 23 17.337 23 13.338 30z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.844,13.0347a1.52,1.52,0,0,0-1.231-.8658,5.3562,5.3562,0,0,1-3.4094-1.7158A6.4652,6.4652,0,0,1,23.9187,4.06a1.6039,1.6039,0,0,0-.3-1.5459,1.4547,1.4547,0,0,0-1.3591-.4922l-.0191.0039a7.8544,7.8544,0,0,0-6.1054,6.48A7.3725,7.3725,0,0,0,13.5,8a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,25V23a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,23v2a5.9549,5.9549,0,0,0,5.88-7.1455,7.502,7.502,0,0,0,4.8669-3.3A1.537,1.537,0,0,0,29.844,13.0347Zm-5.6926,2.9179a5.9658,5.9658,0,0,0-3.502-2.7085A7.5084,7.5084,0,0,0,18.0288,9.55a6.0085,6.0085,0,0,1,3.77-5.3335,8.4582,8.4582,0,0,0,1.9392,7.5967A7.4037,7.4037,0,0,0,27.64,14.041,5.4419,5.4419,0,0,1,24.1514,15.9526Z" }), children);
1689
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 6H28V8H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 12H28V14H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 18H28V20H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7 24H28V26H7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 13.59 7.29 10 4 6.41 5.42 5 10.04 10 5.42 15 4 13.59z" }), children);
1603
1690
  });
1604
- if (process.env.NODE_ENV !== "production") ThunderstormScatteredNight.propTypes = require_iconPropTypes.iconPropTypes;
1605
- const ThunderstormSevere = /* @__PURE__ */ react.default.forwardRef(function ThunderstormSevere({ children, size = 16, ...rest }, ref) {
1606
- return react.default.createElement(require_Icon.Icon, {
1691
+ if (process.env.NODE_ENV !== "production") TextIndent.propTypes = require_iconPropTypes.iconPropTypes;
1692
+ const TextIndentLess = /* @__PURE__ */ react.default.forwardRef(function TextIndentLess({ children, size = 16, ...rest }, ref) {
1693
+ return react.default.createElement(require_Icon_js, {
1607
1694
  width: size,
1608
1695
  height: size,
1609
1696
  ref,
@@ -1611,14 +1698,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1611
1698
  viewBox: "0 0 32 32",
1612
1699
  fill: "currentColor",
1613
1700
  ...rest
1614
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,30a1,1,0,0,1-.8944-1.4474l2-4.0005a1,1,0,1,1,1.7887.8947l-2,4A.9981.9981,0,0,1,21,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,32a1,1,0,0,1-.8944-1.4474l2-4.0005a1,1,0,1,1,1.7887.8947l-2,4A.9981.9981,0,0,1,9,32Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.901 30.496 14.165 29.504 17.309 24 11.31 24 16.165 15.504 17.901 16.496 14.756 22 20.757 22 15.901 30.496z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.9516,15A4.399,4.399,0,0,1,28,15.5,4.5049,4.5049,0,0,1,23.5,20H23v2h.5A6.5075,6.5075,0,0,0,30,15.5c0-.17-.0312-.333-.0444-.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1615
- fill: "none",
1616
- d: "M25.75,8h-1.5V4h1.5ZM25,9a1,1,0,1,0,1,1A1,1,0,0,0,25,9Z"
1617
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31.9115,11.9355,25.6283.3706a.7181.7181,0,0,0-1.2568,0L18.0883,11.9355A.72.72,0,0,0,18.72,13H31.28A.72.72,0,0,0,31.9115,11.9355ZM24.25,4h1.5V8h-1.5ZM25,11a1,1,0,1,1,1-1A1,1,0,0,1,25,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.144,11.019l.8154-.0639.0991-.812a6.9863,6.9863,0,0,1,9.97-5.45L20,2.9468A8.9777,8.9777,0,0,0,7.2,9.1362,6.4929,6.4929,0,0,0,7.43,21.9043L6.1059,24.5527a1,1,0,1,0,1.7885.8946l2-4a1,1,0,0,0-.4471-1.3418A.9786.9786,0,0,0,9,20.01V20H8.5a4.4975,4.4975,0,0,1-.3559-8.981Z" }), children);
1701
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 6H12V8H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 12H12V14H5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 18H12V20H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5 24H12V26H5z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 4H18V28H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.15 23.5 29.56 22.12 23.27 16 29.56 9.88 28.15 8.5 20.44 16 28.15 23.5z" }), children);
1618
1702
  });
1619
- if (process.env.NODE_ENV !== "production") ThunderstormSevere.propTypes = require_iconPropTypes.iconPropTypes;
1620
- const ThunderstormStrong = /* @__PURE__ */ react.default.forwardRef(function ThunderstormStrong({ children, size = 16, ...rest }, ref) {
1621
- return react.default.createElement(require_Icon.Icon, {
1703
+ if (process.env.NODE_ENV !== "production") TextIndentLess.propTypes = require_iconPropTypes.iconPropTypes;
1704
+ const TextIndentMore = /* @__PURE__ */ react.default.forwardRef(function TextIndentMore({ children, size = 16, ...rest }, ref) {
1705
+ return react.default.createElement(require_Icon_js, {
1622
1706
  width: size,
1623
1707
  height: size,
1624
1708
  ref,
@@ -1626,11 +1710,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1626
1710
  viewBox: "0 0 32 32",
1627
1711
  fill: "currentColor",
1628
1712
  ...rest
1629
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,30a1,1,0,0,1-.8944-1.4474l2-4.0005a1,1,0,1,1,1.7888.8947l-2,4A.9981.9981,0,0,1,21,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,32a1,1,0,0,1-.8944-1.4474l2-4.0005a1,1,0,1,1,1.7888.8947l-2,4A.9981.9981,0,0,1,9,32Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.901 30.496 14.165 29.504 17.31 24 11.31 24 16.165 15.504 17.901 16.496 14.756 22 20.757 22 15.901 30.496z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0,6.4929,6.4929,0,0,0,.23,12.7681L6.106,24.5527a1,1,0,1,0,1.7885.8946l2-4a1,1,0,0,0-.447-1.3418A.9786.9786,0,0,0,9,20.01V20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20H23v2h.5A6.4974,6.4974,0,0,0,24.8008,9.1362Z" }), children);
1713
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 6H30V8H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 12H27V14H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 18H30V20H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 24H27V26H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 4H16V28H14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3.85 22.5 2.44 21.12 8.73 15 2.44 8.88 3.85 7.5 11.56 15 3.85 22.5z" }), children);
1630
1714
  });
1631
- if (process.env.NODE_ENV !== "production") ThunderstormStrong.propTypes = require_iconPropTypes.iconPropTypes;
1632
- const Ticket = /* @__PURE__ */ react.default.forwardRef(function Ticket({ children, size = 16, ...rest }, ref) {
1633
- return react.default.createElement(require_Icon.Icon, {
1715
+ if (process.env.NODE_ENV !== "production") TextIndentMore.propTypes = require_iconPropTypes.iconPropTypes;
1716
+ const TextItalic = /* @__PURE__ */ react.default.forwardRef(function TextItalic({ children, size = 16, ...rest }, ref) {
1717
+ return react.default.createElement(require_Icon_js, {
1634
1718
  width: size,
1635
1719
  height: size,
1636
1720
  ref,
@@ -1638,11 +1722,11 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1638
1722
  viewBox: "0 0 32 32",
1639
1723
  fill: "currentColor",
1640
1724
  ...rest
1641
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,14a1,1,0,0,0,1-1V8a2,2,0,0,0-2-2H4A2,2,0,0,0,2,8v5a1,1,0,0,0,1,1,2,2,0,0,1,0,4,1,1,0,0,0-1,1v5a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V19a1,1,0,0,0-1-1,2,2,0,0,1,0-4Zm-1,5.87V24H21V21H19v3H4V19.87a4,4,0,0,0,0-7.74V8H19v3h2V8h7v4.13a4,4,0,0,0,0,7.74Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 13H21V19H19z" }), children);
1725
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 9 25 7 12 7 12 9 17.14 9 12.77 23 7 23 7 25 20 25 20 23 14.86 23 19.23 9 25 9z" }), children);
1642
1726
  });
1643
- if (process.env.NODE_ENV !== "production") Ticket.propTypes = require_iconPropTypes.iconPropTypes;
1644
- const Tides = /* @__PURE__ */ react.default.forwardRef(function Tides({ children, size = 16, ...rest }, ref) {
1645
- return react.default.createElement(require_Icon.Icon, {
1727
+ if (process.env.NODE_ENV !== "production") TextItalic.propTypes = require_iconPropTypes.iconPropTypes;
1728
+ const TextKerning = /* @__PURE__ */ react.default.forwardRef(function TextKerning({ children, size = 16, ...rest }, ref) {
1729
+ return react.default.createElement(require_Icon_js, {
1646
1730
  width: size,
1647
1731
  height: size,
1648
1732
  ref,
@@ -1650,11 +1734,36 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1650
1734
  viewBox: "0 0 32 32",
1651
1735
  fill: "currentColor",
1652
1736
  ...rest
1653
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 7 9 2 4 7 5.413 8.416 8 5.833 8 14 10 14 10 5.833 12.586 8.414 14 7z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.586 7.586 24 10.167 24 2 22 2 22 10.167 19.413 7.584 18 9 23 14 28 9 26.586 7.586z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,20a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,16,17a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,12,20a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,8,17a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,4,20H2v2H4a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,20,22H30V20Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,24,25a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,20,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,16,25a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,12,28H2v2H12a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,28,30h2V28Z" }), children);
1737
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 24 18.83 24 21.12 21.71 19.71 20.29 15 25 19.71 29.71 21.12 28.29 18.83 26 30 26 30 24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 21 20 4 18 4 12 21 14 21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 4 9 16 5 4 3 4 8 18 10 18 15 4 13 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,18h2L25,4H23L18,18h2l1-3h6Zm-6.33-5L24,6l2.33,7Z" }), children);
1654
1738
  });
1655
- if (process.env.NODE_ENV !== "production") Tides.propTypes = require_iconPropTypes.iconPropTypes;
1739
+ if (process.env.NODE_ENV !== "production") TextKerning.propTypes = require_iconPropTypes.iconPropTypes;
1656
1740
  exports.QT = QT;
1657
1741
  exports.QTAlt = QTAlt;
1742
+ exports.StrategyPlay = StrategyPlay;
1743
+ exports.Stratus = Stratus;
1744
+ exports.Strawberry = Strawberry;
1745
+ exports.StringInteger = StringInteger;
1746
+ exports.StringText = StringText;
1747
+ exports.Subclassification = Subclassification;
1748
+ exports.Subdirectory = Subdirectory;
1749
+ exports.Subflow = Subflow;
1750
+ exports.SubflowLocal = SubflowLocal;
1751
+ exports.SubjectDefinition = SubjectDefinition;
1752
+ exports.SubjectUsage = SubjectUsage;
1753
+ exports.SubnetAclRules = SubnetAclRules;
1754
+ exports.Subsetting = Subsetting;
1755
+ exports.Subtract = Subtract;
1756
+ exports.SubtractAlt = SubtractAlt;
1757
+ exports.SubtractFilled = SubtractFilled;
1758
+ exports.SubtractLarge = SubtractLarge;
1759
+ exports.Succession = Succession;
1760
+ exports.SuccessionFlowConnection = SuccessionFlowConnection;
1761
+ exports.SummaryKpi = SummaryKpi;
1762
+ exports.SummaryKpiMirror = SummaryKpiMirror;
1763
+ exports.Sun = Sun;
1764
+ exports.Sunrise = Sunrise;
1765
+ exports.Sunset = Sunset;
1766
+ exports.SupportVectorMachine = SupportVectorMachine;
1658
1767
  exports.SurrogateKeyDatabase = SurrogateKeyDatabase;
1659
1768
  exports.SurrogateKeyFlatFile = SurrogateKeyFlatFile;
1660
1769
  exports.Sustainability = Sustainability;
@@ -1686,12 +1795,17 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1686
1795
  exports.TagImport = TagImport;
1687
1796
  exports.TagNone = TagNone;
1688
1797
  exports.Tank = Tank;
1798
+ exports.Target = Target;
1689
1799
  exports.Task = Task;
1690
1800
  exports.TaskAdd = TaskAdd;
1691
1801
  exports.TaskApproved = TaskApproved;
1692
1802
  exports.TaskAssetView = TaskAssetView;
1803
+ exports.TaskBlank = TaskBlank;
1693
1804
  exports.TaskComplete = TaskComplete;
1805
+ exports.TaskEdit = TaskEdit;
1806
+ exports.TaskHold = TaskHold;
1694
1807
  exports.TaskLocation = TaskLocation;
1808
+ exports.TaskProgress = TaskProgress;
1695
1809
  exports.TaskRemove = TaskRemove;
1696
1810
  exports.TaskSettings = TaskSettings;
1697
1811
  exports.TaskStar = TaskStar;
@@ -1739,45 +1853,15 @@ var require_bucket_18 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1739
1853
  exports.TextIndentMore = TextIndentMore;
1740
1854
  exports.TextItalic = TextItalic;
1741
1855
  exports.TextKerning = TextKerning;
1742
- exports.TextLeading = TextLeading;
1743
- exports.TextLineSpacing = TextLineSpacing;
1744
- exports.TextLink = TextLink;
1745
- exports.TextLinkAnalysis = TextLinkAnalysis;
1746
- exports.TextLongParagraph = TextLongParagraph;
1747
- exports.TextMining = TextMining;
1748
- exports.TextMiningApplier = TextMiningApplier;
1749
- exports.TextNewLine = TextNewLine;
1750
- exports.TextScale = TextScale;
1751
- exports.TextSelection = TextSelection;
1752
- exports.TextShortParagraph = TextShortParagraph;
1753
- exports.TextSmallCaps = TextSmallCaps;
1754
- exports.TextStrikethrough = TextStrikethrough;
1755
- exports.TextSubscript = TextSubscript;
1756
- exports.TextSuperscript = TextSuperscript;
1757
- exports.TextTracking = TextTracking;
1758
- exports.TextUnderline = TextUnderline;
1759
- exports.TextVerticalAlignment = TextVerticalAlignment;
1760
- exports.TextWrap = TextWrap;
1761
- exports.Theater = Theater;
1762
- exports.ThisSideUp = ThisSideUp;
1763
- exports.Thumbnail_1 = Thumbnail_1;
1764
- exports.Thumbnail_2 = Thumbnail_2;
1765
- exports.ThumbsDown = ThumbsDown;
1766
- exports.ThumbsDownFilled = ThumbsDownFilled;
1767
- exports.ThumbsUp = ThumbsUp;
1768
- exports.ThumbsUpDouble = ThumbsUpDouble;
1769
- exports.ThumbsUpDoubleFilled = ThumbsUpDoubleFilled;
1770
- exports.ThumbsUpFilled = ThumbsUpFilled;
1771
- exports.Thunderstorm = Thunderstorm;
1772
- exports.ThunderstormScattered = ThunderstormScattered;
1773
- exports.ThunderstormScatteredNight = ThunderstormScatteredNight;
1774
- exports.ThunderstormSevere = ThunderstormSevere;
1775
- exports.ThunderstormStrong = ThunderstormStrong;
1776
- exports.Ticket = Ticket;
1777
- exports.Tides = Tides;
1778
- exports.WatsonHealthTextAnnotationToggle = WatsonHealthTextAnnotationToggle;
1779
- exports.WatsonHealthThreshold = WatsonHealthThreshold;
1780
- exports.WatsonHealthThumbnailPreview = WatsonHealthThumbnailPreview;
1856
+ exports.WatsonHealthStressBreathEditor = WatsonHealthStressBreathEditor;
1857
+ exports.WatsonHealthStudyNext = WatsonHealthStudyNext;
1858
+ exports.WatsonHealthStudyPrevious = WatsonHealthStudyPrevious;
1859
+ exports.WatsonHealthStudyRead = WatsonHealthStudyRead;
1860
+ exports.WatsonHealthStudySkip = WatsonHealthStudySkip;
1861
+ exports.WatsonHealthStudyTransfer = WatsonHealthStudyTransfer;
1862
+ exports.WatsonHealthStudyUnread = WatsonHealthStudyUnread;
1863
+ exports.WatsonHealthStudyView = WatsonHealthStudyView;
1864
+ exports.WatsonHealthSubVolume = WatsonHealthSubVolume;
1781
1865
  }));
1782
1866
  //#endregion
1783
1867
  Object.defineProperty(exports, "default", {