@carbon/ibm-products 2.94.0 → 2.95.0-rc.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-19.js
12
13
  var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports) => {
13
14
  /**
@@ -19,13 +20,14 @@ var require_bucket_19 = /* @__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 Tif = /* @__PURE__ */ react.default.forwardRef(function Tif({ children, size = 16, ...rest }, ref) {
28
- return react.default.createElement(require_Icon.Icon, {
29
+ const TextLeading = /* @__PURE__ */ react.default.forwardRef(function TextLeading({ 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,20 +35,23 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
33
35
  viewBox: "0 0 32 32",
34
36
  fill: "currentColor",
35
37
  ...rest
36
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 11 30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 11 15 11 15 21 12 21 12 23 20 23 20 21 17 21 17 11 20 11 20 9 12 9 12 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11 5 11 5 23 7 23 7 11 10 11 10 9 2 9 2 11z" }), children);
38
+ }, /* @__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);
37
39
  });
38
- if (process.env.NODE_ENV !== "production") Tif.propTypes = require_iconPropTypes.iconPropTypes;
39
- const Time = /* @__PURE__ */ react.default.forwardRef(function Time({ children, size = 16, ...rest }, ref) {
40
- if (size === 20 || size === "20" || size === "20px") return react.default.createElement(require_Icon.Icon, {
40
+ if (process.env.NODE_ENV !== "production") TextLeading.propTypes = require_iconPropTypes.iconPropTypes;
41
+ const TextLineSpacing = /* @__PURE__ */ react.default.forwardRef(function TextLineSpacing({ children, size = 16, ...rest }, ref) {
42
+ return react.default.createElement(require_Icon_js, {
41
43
  width: size,
42
44
  height: size,
43
45
  ref,
44
46
  xmlns: "http://www.w3.org/2000/svg",
45
- viewBox: "0 0 20 20",
47
+ viewBox: "0 0 32 32",
46
48
  fill: "currentColor",
47
49
  ...rest
48
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,19c-5,0-9-4-9-9s4-9,9-9s9,4,9,9S15,19,10,19z M10,2.3c-4.3,0-7.7,3.5-7.7,7.7s3.5,7.7,7.7,7.7s7.7-3.5,7.7-7.7 S14.3,2.3,10,2.3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 13.9 9.4 10.3 9.4 4 10.6 4 10.6 9.7 13.9 13z" }), children);
49
- return react.default.createElement(require_Icon.Icon, {
50
+ }, /* @__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);
51
+ });
52
+ if (process.env.NODE_ENV !== "production") TextLineSpacing.propTypes = require_iconPropTypes.iconPropTypes;
53
+ const TextLongParagraph = /* @__PURE__ */ react.default.forwardRef(function TextLongParagraph({ children, size = 16, ...rest }, ref) {
54
+ return react.default.createElement(require_Icon_js, {
50
55
  width: size,
51
56
  height: size,
52
57
  ref,
@@ -54,11 +59,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
54
59
  viewBox: "0 0 32 32",
55
60
  fill: "currentColor",
56
61
  ...rest
57
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.59 22 15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z" }), children);
62
+ }, /* @__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);
58
63
  });
59
- if (process.env.NODE_ENV !== "production") Time.propTypes = require_iconPropTypes.iconPropTypes;
60
- const TimeFilled = /* @__PURE__ */ react.default.forwardRef(function TimeFilled({ children, size = 16, ...rest }, ref) {
61
- return react.default.createElement(require_Icon.Icon, {
64
+ if (process.env.NODE_ENV !== "production") TextLongParagraph.propTypes = require_iconPropTypes.iconPropTypes;
65
+ const TextNewLine = /* @__PURE__ */ react.default.forwardRef(function TextNewLine({ children, size = 16, ...rest }, ref) {
66
+ return react.default.createElement(require_Icon_js, {
62
67
  width: size,
63
68
  height: size,
64
69
  ref,
@@ -66,14 +71,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
66
71
  viewBox: "0 0 32 32",
67
72
  fill: "currentColor",
68
73
  ...rest
69
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,2c-7.6001,0-14,6.3999-14,14s6.3999,14,14,14,14-6.3999,14-14S23.6001,2,16,2Zm4.5872,20l-5.5872-5.5898V7h2v8.582l5,5.0044-1.4128,1.4136Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
70
- fill: "none",
71
- d: "M20.5872 22 15 16.4099 15 7 17 7 17 15.5822 22 20.5866 20.5872 22z"
72
- }), children);
74
+ }, /* @__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);
73
75
  });
74
- if (process.env.NODE_ENV !== "production") TimeFilled.propTypes = require_iconPropTypes.iconPropTypes;
75
- const TimePlot = /* @__PURE__ */ react.default.forwardRef(function TimePlot({ children, size = 16, ...rest }, ref) {
76
- return react.default.createElement(require_Icon.Icon, {
76
+ if (process.env.NODE_ENV !== "production") TextNewLine.propTypes = require_iconPropTypes.iconPropTypes;
77
+ const TextScale = /* @__PURE__ */ react.default.forwardRef(function TextScale({ children, size = 16, ...rest }, ref) {
78
+ return react.default.createElement(require_Icon_js, {
77
79
  width: size,
78
80
  height: size,
79
81
  ref,
@@ -81,11 +83,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
81
83
  viewBox: "0 0 32 32",
82
84
  fill: "currentColor",
83
85
  ...rest
84
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.586 13 21 10.414 21 6 23 6 23 9.586 25 11.586 23.586 13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,18a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,22,18ZM22,4a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,22,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.63,18l7,6H30V22H16.37l-7-6H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H4V18Z" }), children);
86
+ }, /* @__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);
85
87
  });
86
- if (process.env.NODE_ENV !== "production") TimePlot.propTypes = require_iconPropTypes.iconPropTypes;
87
- const Timer = /* @__PURE__ */ react.default.forwardRef(function Timer({ children, size = 16, ...rest }, ref) {
88
- return react.default.createElement(require_Icon.Icon, {
88
+ if (process.env.NODE_ENV !== "production") TextScale.propTypes = require_iconPropTypes.iconPropTypes;
89
+ const TextSelection = /* @__PURE__ */ react.default.forwardRef(function TextSelection({ children, size = 16, ...rest }, ref) {
90
+ return react.default.createElement(require_Icon_js, {
89
91
  width: size,
90
92
  height: size,
91
93
  ref,
@@ -93,11 +95,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
93
95
  viewBox: "0 0 32 32",
94
96
  fill: "currentColor",
95
97
  ...rest
96
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 11H17V20H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 2H19V4H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,9,26.58,7.59,24.33,9.84a10.94,10.94,0,1,0,1.18,1.65ZM16,26a9,9,0,1,1,9-9A9,9,0,0,1,16,26Z" }), children);
98
+ }, /* @__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);
97
99
  });
98
- if (process.env.NODE_ENV !== "production") Timer.propTypes = require_iconPropTypes.iconPropTypes;
99
- const TimingBelt = /* @__PURE__ */ react.default.forwardRef(function TimingBelt({ children, size = 16, ...rest }, ref) {
100
- return react.default.createElement(require_Icon.Icon, {
100
+ if (process.env.NODE_ENV !== "production") TextSelection.propTypes = require_iconPropTypes.iconPropTypes;
101
+ const TextShortParagraph = /* @__PURE__ */ react.default.forwardRef(function TextShortParagraph({ children, size = 16, ...rest }, ref) {
102
+ return react.default.createElement(require_Icon_js, {
101
103
  width: size,
102
104
  height: size,
103
105
  ref,
@@ -105,19 +107,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
105
107
  viewBox: "0 0 32 32",
106
108
  fill: "currentColor",
107
109
  ...rest
108
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
109
- cx: "16",
110
- cy: "24",
111
- r: "1",
112
- strokeWidth: "0"
113
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
114
- strokeWidth: "0",
115
- d: "m30,12c0-1.8237-1.2344-3.3496-2.9062-3.8286L7.2087,2.207c-.3838-.123-.7847-.207-1.2087-.207-2.2056,0-4,1.7944-4,4,0,.6025.1438,1.1689.3835,1.6816l8.1016,18.6782c.9185,2.1382,3.0442,3.6401,5.5149,3.6401,2.252,0,4.2161-1.249,5.2422-3.0889l8.002-12.5894c.4712-.6562.7559-1.4541.7559-2.3218Zm-14,6c-2.4155,0-4.4971,1.438-5.4475,3.5005l-5.0149-11.5474c.1536.0181.3042.0469.4624.0469,2.2056,0,4-1.7944,4-4,0-.3193-.0474-.6255-.1182-.9233l13.3882,4.0161c-.7771.73-1.27,1.7593-1.27,2.9072,0,2.1465,1.7029,3.8896,3.8267,3.9824l-4.0593,6.3809c-.7148-2.5146-3.0271-4.3633-5.7673-4.3633Zm12-6c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2ZM6,4c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm10,24c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z"
116
- }), children);
110
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 18H20V20H6z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 12H26V14H6z" }), children);
117
111
  });
118
- if (process.env.NODE_ENV !== "production") TimingBelt.propTypes = require_iconPropTypes.iconPropTypes;
119
- const ToggleOffFill = /* @__PURE__ */ react.default.forwardRef(function ToggleOffFill({ children, size = 16, ...rest }, ref) {
120
- return react.default.createElement(require_Icon.Icon, {
112
+ if (process.env.NODE_ENV !== "production") TextShortParagraph.propTypes = require_iconPropTypes.iconPropTypes;
113
+ const TextSmallCaps = /* @__PURE__ */ react.default.forwardRef(function TextSmallCaps({ children, size = 16, ...rest }, ref) {
114
+ return react.default.createElement(require_Icon_js, {
121
115
  width: size,
122
116
  height: size,
123
117
  ref,
@@ -125,11 +119,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
125
119
  viewBox: "0 0 32 32",
126
120
  fill: "currentColor",
127
121
  ...rest
128
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,8h-12c-4.4,0-8,3.6-8,8s3.6,8,8,8h12c4.4,0,8-3.6,8-8s-3.6-8-8-8ZM10,20c-2.2,0-4-1.8-4-4s1.8-4,4-4,4,1.8,4,4-1.8,4-4,4Z" }), children);
122
+ }, /* @__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);
129
123
  });
130
- if (process.env.NODE_ENV !== "production") ToggleOffFill.propTypes = require_iconPropTypes.iconPropTypes;
131
- const ToggleOnFill = /* @__PURE__ */ react.default.forwardRef(function ToggleOnFill({ children, size = 16, ...rest }, ref) {
132
- return react.default.createElement(require_Icon.Icon, {
124
+ if (process.env.NODE_ENV !== "production") TextSmallCaps.propTypes = require_iconPropTypes.iconPropTypes;
125
+ const TextStrikethrough = /* @__PURE__ */ react.default.forwardRef(function TextStrikethrough({ children, size = 16, ...rest }, ref) {
126
+ return react.default.createElement(require_Icon_js, {
133
127
  width: size,
134
128
  height: size,
135
129
  ref,
@@ -137,11 +131,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
137
131
  viewBox: "0 0 32 32",
138
132
  fill: "currentColor",
139
133
  ...rest
140
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,24h12c4.4,0,8-3.6,8-8s-3.6-8-8-8h-12c-4.4,0-8,3.6-8,8s3.6,8,8,8ZM22,12c2.2,0,4,1.8,4,4s-1.8,4-4,4-4-1.8-4-4,1.8-4,4-4Z" }), children);
134
+ }, /* @__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);
141
135
  });
142
- if (process.env.NODE_ENV !== "production") ToggleOnFill.propTypes = require_iconPropTypes.iconPropTypes;
143
- const ToggleOff = /* @__PURE__ */ react.default.forwardRef(function ToggleOff({ children, size = 16, ...rest }, ref) {
144
- return react.default.createElement(require_Icon.Icon, {
136
+ if (process.env.NODE_ENV !== "production") TextStrikethrough.propTypes = require_iconPropTypes.iconPropTypes;
137
+ const TextSubscript = /* @__PURE__ */ react.default.forwardRef(function TextSubscript({ children, size = 16, ...rest }, ref) {
138
+ return react.default.createElement(require_Icon_js, {
145
139
  width: size,
146
140
  height: size,
147
141
  ref,
@@ -149,11 +143,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
149
143
  viewBox: "0 0 32 32",
150
144
  fill: "currentColor",
151
145
  ...rest
152
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,23.991h-12c-4.4111,0-8-3.5887-8-8s3.5889-8,8-8h12c4.4111,0,8,3.5887,8,8s-3.5889,8-8,8ZM10,9.991c-3.3086,0-6,2.6917-6,6s2.6914,6,6,6h12c3.3086,0,6-2.6917,6-6s-2.6914-6-6-6c0,0-12,0-12,0ZM13,15.991c0-1.6569-1.3431-3-3-3s-3,1.3431-3,3,1.3431,3,3,3,3-1.3431,3-3Z" }), children);
146
+ }, /* @__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);
153
147
  });
154
- if (process.env.NODE_ENV !== "production") ToggleOff.propTypes = require_iconPropTypes.iconPropTypes;
155
- const ToggleOn = /* @__PURE__ */ react.default.forwardRef(function ToggleOn({ children, size = 16, ...rest }, ref) {
156
- return react.default.createElement(require_Icon.Icon, {
148
+ if (process.env.NODE_ENV !== "production") TextSubscript.propTypes = require_iconPropTypes.iconPropTypes;
149
+ const TextSuperscript = /* @__PURE__ */ react.default.forwardRef(function TextSuperscript({ children, size = 16, ...rest }, ref) {
150
+ return react.default.createElement(require_Icon_js, {
157
151
  width: size,
158
152
  height: size,
159
153
  ref,
@@ -161,11 +155,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
161
155
  viewBox: "0 0 32 32",
162
156
  fill: "currentColor",
163
157
  ...rest
164
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,7.991h12c4.4111,0,8,3.5887,8,8s-3.5889,8-8,8h-12c-4.4111,0-8-3.5887-8-8S5.5889,7.991,10,7.991ZM22,21.991c3.3086,0,6-2.6917,6-6s-2.6914-6-6-6h-12c-3.3086,0-6,2.6917-6,6s2.6914,6,6,6h12ZM19,15.991c0,1.6569,1.3431,3,3,3s3-1.3431,3-3-1.3431-3-3-3-3,1.3431-3,3Z" }), children);
158
+ }, /* @__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);
165
159
  });
166
- if (process.env.NODE_ENV !== "production") ToggleOn.propTypes = require_iconPropTypes.iconPropTypes;
167
- const ToolBox = /* @__PURE__ */ react.default.forwardRef(function ToolBox({ children, size = 16, ...rest }, ref) {
168
- return react.default.createElement(require_Icon.Icon, {
160
+ if (process.env.NODE_ENV !== "production") TextSuperscript.propTypes = require_iconPropTypes.iconPropTypes;
161
+ const TextTracking = /* @__PURE__ */ react.default.forwardRef(function TextTracking({ children, size = 16, ...rest }, ref) {
162
+ return react.default.createElement(require_Icon_js, {
169
163
  width: size,
170
164
  height: size,
171
165
  ref,
@@ -173,11 +167,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
173
167
  viewBox: "0 0 32 32",
174
168
  fill: "currentColor",
175
169
  ...rest
176
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,9H24V6a2,2,0,0,0-2-2H10A2,2,0,0,0,8,6V9H5a3,3,0,0,0-3,3V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A3,3,0,0,0,27,9ZM10,6H22V9H10ZM28,26H4V17h8v5h8V17h8ZM14,17h4v3H14ZM4,15V12a1,1,0,0,1,1-1H27a1,1,0,0,1,1,1v3Z" }), children);
170
+ }, /* @__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);
177
171
  });
178
- if (process.env.NODE_ENV !== "production") ToolBox.propTypes = require_iconPropTypes.iconPropTypes;
179
- const ToolKit = /* @__PURE__ */ react.default.forwardRef(function ToolKit({ children, size = 16, ...rest }, ref) {
180
- return react.default.createElement(require_Icon.Icon, {
172
+ if (process.env.NODE_ENV !== "production") TextTracking.propTypes = require_iconPropTypes.iconPropTypes;
173
+ const TextUnderline = /* @__PURE__ */ react.default.forwardRef(function TextUnderline({ children, size = 16, ...rest }, ref) {
174
+ return react.default.createElement(require_Icon_js, {
181
175
  width: size,
182
176
  height: size,
183
177
  ref,
@@ -185,11 +179,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
185
179
  viewBox: "0 0 32 32",
186
180
  fill: "currentColor",
187
181
  ...rest
188
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.9141,24.5l4.257-4.2568-1.414-1.4141L7.5,23.0859l-.793-.7929a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l3,3a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414ZM5,28.5859,3.4141,27,6,24.4141,7.5859,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30a6.0067,6.0067,0,0,1-6-6,5.84,5.84,0,0,1,.2109-1.5469l-8.664-8.6638A5.8483,5.8483,0,0,1,8,14,5.9757,5.9757,0,0,1,2.4228,5.8164l.5577-1.4219L6.293,7.707a1.0233,1.0233,0,0,0,1.4135,0,.999.999,0,0,0,0-1.4141L4.3936,2.979l1.4233-.5571A5.9772,5.9772,0,0,1,14,8a5.84,5.84,0,0,1-.2109,1.5469l8.664,8.6635A5.8548,5.8548,0,0,1,24,18a5.9755,5.9755,0,0,1,5.5771,8.1836L29.02,27.6055,25.707,24.293a1.0233,1.0233,0,0,0-1.4135,0,.999.999,0,0,0-.0005,1.4141L27.6055,29.02l-1.4219.5579A5.96,5.96,0,0,1,24,30ZM10.0625,11.4763,20.5234,21.9375l-.2392.6094A3.9754,3.9754,0,0,0,23.75,27.9922l-.8711-.8711a2.9992,2.9992,0,0,1,0-4.2424,3.0721,3.0721,0,0,1,4.2427.0005l.8706.8708a3.9759,3.9759,0,0,0-5.4458-3.4658l-.6094.2385-10.46-10.46.2392-.6094A3.9755,3.9755,0,0,0,8.2505,4.0078l.8706.8711a2.9992,2.9992,0,0,1,0,4.2424,3.0721,3.0721,0,0,1-4.2427-.0005L4.0078,8.25a3.975,3.975,0,0,0,5.4453,3.4656Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.1226,2.85a3.0716,3.0716,0,0,0-4.2422,0L17.4,10.33l1.4141,1.414,7.48-7.48a1.0244,1.0244,0,0,1,1.4141,0,1.002,1.002,0,0,1,0,1.4145l-7.48,7.48,1.414,1.4141,7.48-7.4795A3.0031,3.0031,0,0,0,29.1226,2.85Z" }), children);
182
+ }, /* @__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);
189
183
  });
190
- if (process.env.NODE_ENV !== "production") ToolKit.propTypes = require_iconPropTypes.iconPropTypes;
191
- const Tools = /* @__PURE__ */ react.default.forwardRef(function Tools({ children, size = 16, ...rest }, ref) {
192
- return react.default.createElement(require_Icon.Icon, {
184
+ if (process.env.NODE_ENV !== "production") TextUnderline.propTypes = require_iconPropTypes.iconPropTypes;
185
+ const TextVerticalAlignment = /* @__PURE__ */ react.default.forwardRef(function TextVerticalAlignment({ children, size = 16, ...rest }, ref) {
186
+ return react.default.createElement(require_Icon_js, {
193
187
  width: size,
194
188
  height: size,
195
189
  ref,
@@ -197,11 +191,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
197
191
  viewBox: "0 0 32 32",
198
192
  fill: "currentColor",
199
193
  ...rest
200
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.1,2A9.8,9.8,0,0,0,6.7,3.6L13.1,10a2.1,2.1,0,0,1,.2,3,2.1,2.1,0,0,1-3-.2L3.7,6.4A9.84,9.84,0,0,0,2,12.1,10.14,10.14,0,0,0,12.1,22.2a10.9,10.9,0,0,0,2.6-.3l6.7,6.7a5,5,0,0,0,7.1-7.1l-6.7-6.7a10.9,10.9,0,0,0,.3-2.6A10,10,0,0,0,12.1,2Zm8,10.1a7.61,7.61,0,0,1-.3,2.1l-.3,1.1.8.8L27,22.8a2.88,2.88,0,0,1,.9,2.1A2.72,2.72,0,0,1,27,27a2.9,2.9,0,0,1-4.2,0l-6.7-6.7-.8-.8-1.1.3a7.61,7.61,0,0,1-2.1.3,8.27,8.27,0,0,1-5.7-2.3A7.63,7.63,0,0,1,4,12.1a8.33,8.33,0,0,1,.3-2.2l4.4,4.4a4.14,4.14,0,0,0,5.9.2,4.14,4.14,0,0,0-.2-5.9L10,4.2a6.45,6.45,0,0,1,2-.3,8.27,8.27,0,0,1,5.7,2.3A8.49,8.49,0,0,1,20.1,12.1Z" }), children);
194
+ }, /* @__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);
201
195
  });
202
- if (process.env.NODE_ENV !== "production") Tools.propTypes = require_iconPropTypes.iconPropTypes;
203
- const ToolsAlt = /* @__PURE__ */ react.default.forwardRef(function ToolsAlt({ children, size = 16, ...rest }, ref) {
204
- return react.default.createElement(require_Icon.Icon, {
196
+ if (process.env.NODE_ENV !== "production") TextVerticalAlignment.propTypes = require_iconPropTypes.iconPropTypes;
197
+ const TextWrap = /* @__PURE__ */ react.default.forwardRef(function TextWrap({ children, size = 16, ...rest }, ref) {
198
+ return react.default.createElement(require_Icon_js, {
205
199
  width: size,
206
200
  height: size,
207
201
  ref,
@@ -209,11 +203,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
209
203
  viewBox: "0 0 32 32",
210
204
  fill: "currentColor",
211
205
  ...rest
212
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.1,16l6.3-6.3c0.8-0.8,0.8-2,0-2.8l-4.2-4.2c-0.8-0.8-2-0.8-2.8,0L16,8.9L9.7,2.6c-0.8-0.8-2-0.8-2.8,0L2.6,6.8 c-0.8,0.8-0.8,2,0,2.8L8.9,16L2,22.9V30h7.1l6.9-6.9l6.3,6.3c0.8,0.8,2,0.8,2.8,0l4.2-4.2c0.8-0.8,0.8-2,0-2.8L23.1,16z M23.8,4 L28,8.2l-6.3,6.3l-4.2-4.2L23.8,4z M8.2,28H4v-4.2l6.3-6.3l4.2,4.2L8.2,28z M23.8,28L4,8.2L8.2,4l3.5,3.5L9.6,9.6l1.4,1.4l2.1-2.1 l4.2,4.2l-2.1,2.1l1.4,1.4l2.1-2.1l4.2,4.2L21,20.9l1.4,1.4l2.1-2.1l3.5,3.5L23.8,28z" }), children);
206
+ }, /* @__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);
213
207
  });
214
- if (process.env.NODE_ENV !== "production") ToolsAlt.propTypes = require_iconPropTypes.iconPropTypes;
215
- const TopDataSets = /* @__PURE__ */ react.default.forwardRef(function TopDataSets({ children, size = 16, ...rest }, ref) {
216
- return react.default.createElement(require_Icon.Icon, {
208
+ if (process.env.NODE_ENV !== "production") TextWrap.propTypes = require_iconPropTypes.iconPropTypes;
209
+ const WatsonHealthTextAnnotationToggle = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthTextAnnotationToggle({ children, size = 16, ...rest }, ref) {
210
+ return react.default.createElement(require_Icon_js, {
217
211
  width: size,
218
212
  height: size,
219
213
  ref,
@@ -221,11 +215,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
221
215
  viewBox: "0 0 32 32",
222
216
  fill: "currentColor",
223
217
  ...rest
224
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,2.01c-.34-.01-.67-.01-1-.01C7.7,2,2,3.25,2,6v18c0,2.75,5.7,4,11,4,.33,0,.66,0,1-.01v-2.01c-.32.01-.66.02-1,.02-5.85,0-8.85-1.46-9-2v-3.5701c2.13,1.0701,5.64,1.5701,9,1.5701.33,0,.66,0,1-.01v-2.01c-.32.01-.66.02-1,.02-5.85,0-8.85-1.46-9-2v-3.5701c2.13,1.0701,5.64,1.5701,9,1.5701.33,0,.66,0,1-.01,4.99-.1501,10-1.4099,10-3.99v-6c0-2.5801-5.01-3.8401-10-3.99ZM22,11.99c-.15.52-2.82,1.8401-8,1.99-.32.01-.66.02-1,.02-5.85,0-8.85-1.46-9-2v-3.5701c2.13,1.0701,5.64,1.5701,9,1.5701.33,0,.67,0,1-.02,3.04-.0801,6.08-.5898,8-1.55v3.5601ZM14,7.98c-.32.01-.66.02-1,.02-5.84,0-8.84-1.46-9-1.98v-.01c.16-.55,3.16-2.01,9-2.01.34,0,.68.01,1,.02,5.15.1499,7.81,1.4399,8,1.98-.19.54-2.85,1.8301-8,1.98ZM30,28.585l-2.832-2.832c.524-.7905.833-1.7356.833-2.7529,0-2.7568-2.2432-5-5-5s-5,2.2432-5,5,2.2432,5,5,5c1.0173,0,1.9624-.3091,2.7529-.833l2.832,2.832,1.4141-1.4141ZM23.001,26c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3Z" }), children);
218
+ }, /* @__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);
225
219
  });
226
- if (process.env.NODE_ENV !== "production") TopDataSets.propTypes = require_iconPropTypes.iconPropTypes;
227
- const TopPrograms = /* @__PURE__ */ react.default.forwardRef(function TopPrograms({ children, size = 16, ...rest }, ref) {
228
- return react.default.createElement(require_Icon.Icon, {
220
+ if (process.env.NODE_ENV !== "production") WatsonHealthTextAnnotationToggle.propTypes = require_iconPropTypes.iconPropTypes;
221
+ const TextLink = /* @__PURE__ */ react.default.forwardRef(function TextLink({ children, size = 16, ...rest }, ref) {
222
+ return react.default.createElement(require_Icon_js, {
229
223
  width: size,
230
224
  height: size,
231
225
  ref,
@@ -233,11 +227,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
233
227
  viewBox: "0 0 32 32",
234
228
  fill: "currentColor",
235
229
  ...rest
236
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.999,28.5859l-2.832-2.832c.524-.7905.833-1.7356.833-2.7529,0-2.7568-2.2432-5-5-5s-5,2.2432-5,5,2.2432,5,5,5c1.0173,0,1.9624-.3091,2.7529-.833l2.832,2.832,1.4141-1.4141ZM23,26.001c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3ZM28,2H4c-1.103,0-2,.8975-2,2v20c0,1.1025.897,2,2,2h10v-2H4v-14h24v4h2V4c0-1.1025-.897-2-2-2ZM4,8v-4h24v4H4ZM7,6c0,.5523-.4477,1-1,1s-1-.4477-1-1,.4477-1,1-1,1,.4477,1,1ZM10,6c0,.5523-.4477,1-1,1s-1-.4477-1-1,.4477-1,1-1,1,.4477,1,1Z" }), children);
230
+ }, /* @__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);
237
231
  });
238
- if (process.env.NODE_ENV !== "production") TopPrograms.propTypes = require_iconPropTypes.iconPropTypes;
239
- const Tornado = /* @__PURE__ */ react.default.forwardRef(function Tornado({ children, size = 16, ...rest }, ref) {
240
- return react.default.createElement(require_Icon.Icon, {
232
+ if (process.env.NODE_ENV !== "production") TextLink.propTypes = require_iconPropTypes.iconPropTypes;
233
+ const TextLinkAnalysis = /* @__PURE__ */ react.default.forwardRef(function TextLinkAnalysis({ children, size = 16, ...rest }, ref) {
234
+ return react.default.createElement(require_Icon_js, {
241
235
  width: size,
242
236
  height: size,
243
237
  ref,
@@ -245,11 +239,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
245
239
  viewBox: "0 0 32 32",
246
240
  fill: "currentColor",
247
241
  ...rest
248
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 26H20V28H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 22H18V24H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 18H18V20H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 14H20V16H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 10H24V12H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 6H26V8H8z" }), children);
242
+ }, /* @__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);
249
243
  });
250
- if (process.env.NODE_ENV !== "production") Tornado.propTypes = require_iconPropTypes.iconPropTypes;
251
- const TornadoWarning = /* @__PURE__ */ react.default.forwardRef(function TornadoWarning({ children, size = 16, ...rest }, ref) {
252
- return react.default.createElement(require_Icon.Icon, {
244
+ if (process.env.NODE_ENV !== "production") TextLinkAnalysis.propTypes = require_iconPropTypes.iconPropTypes;
245
+ const TextMining = /* @__PURE__ */ react.default.forwardRef(function TextMining({ children, size = 16, ...rest }, ref) {
246
+ return react.default.createElement(require_Icon_js, {
253
247
  width: size,
254
248
  height: size,
255
249
  ref,
@@ -257,14 +251,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
257
251
  viewBox: "0 0 32 32",
258
252
  fill: "currentColor",
259
253
  ...rest
260
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 4H18V6H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 8H16V10H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 12H14V14H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 16H12V18H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20H12V22H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 24H14V26H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 28H16V30H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
261
- fill: "none",
262
- d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
263
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z" }), children);
254
+ }, /* @__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);
264
255
  });
265
- if (process.env.NODE_ENV !== "production") TornadoWarning.propTypes = require_iconPropTypes.iconPropTypes;
266
- const Touch_1 = /* @__PURE__ */ react.default.forwardRef(function Touch_1({ children, size = 16, ...rest }, ref) {
267
- return react.default.createElement(require_Icon.Icon, {
256
+ if (process.env.NODE_ENV !== "production") TextMining.propTypes = require_iconPropTypes.iconPropTypes;
257
+ const TextMiningApplier = /* @__PURE__ */ react.default.forwardRef(function TextMiningApplier({ children, size = 16, ...rest }, ref) {
258
+ return react.default.createElement(require_Icon_js, {
268
259
  width: size,
269
260
  height: size,
270
261
  ref,
@@ -272,11 +263,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
272
263
  viewBox: "0 0 32 32",
273
264
  fill: "currentColor",
274
265
  ...rest
275
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,8H18A5,5,0,0,0,8,8H6A7,7,0,0,1,20,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,15a2.94,2.94,0,0,0-1.47.4A3,3,0,0,0,21,14a2.94,2.94,0,0,0-1.47.4A3,3,0,0,0,16,13.18V8h0a3,3,0,0,0-6,0V19.1L7.77,17.58h0A2.93,2.93,0,0,0,6,17a3,3,0,0,0-2.12,5.13l8,7.3A6.16,6.16,0,0,0,16,31h5a7,7,0,0,0,7-7V18A3,3,0,0,0,25,15Zm1,9a5,5,0,0,1-5,5H16a4.17,4.17,0,0,1-2.76-1L5.29,20.7A1,1,0,0,1,5,20a1,1,0,0,1,1.6-.8L12,22.9V8a1,1,0,0,1,2,0h0V19h2V16a1,1,0,0,1,2,0v3h2V17a1,1,0,0,1,2,0v2h2V18a1,1,0,0,1,2,0Z" }), children);
266
+ }, /* @__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);
276
267
  });
277
- if (process.env.NODE_ENV !== "production") Touch_1.propTypes = require_iconPropTypes.iconPropTypes;
278
- const Touch_1Filled = /* @__PURE__ */ react.default.forwardRef(function Touch_1Filled({ children, size = 16, ...rest }, ref) {
279
- return react.default.createElement(require_Icon.Icon, {
268
+ if (process.env.NODE_ENV !== "production") TextMiningApplier.propTypes = require_iconPropTypes.iconPropTypes;
269
+ const Theater = /* @__PURE__ */ react.default.forwardRef(function Theater({ children, size = 16, ...rest }, ref) {
270
+ return react.default.createElement(require_Icon_js, {
280
271
  width: size,
281
272
  height: size,
282
273
  ref,
@@ -284,11 +275,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
284
275
  viewBox: "0 0 32 32",
285
276
  fill: "currentColor",
286
277
  ...rest
287
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,2A6.0067,6.0067,0,0,0,7,8H9a4,4,0,0,1,8,0h2A6.0067,6.0067,0,0,0,13,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,30H16.5606a4,4,0,0,1-2.7088-1.0566L4.6513,20.4771A2.0018,2.0018,0,0,1,4.77,17.4219a2.0743,2.0743,0,0,1,2.6578.1728L11,20.8569V8a2,2,0,0,1,4,0v7a2,2,0,0,1,4,0v1a2,2,0,0,1,4,0v1a2,2,0,0,1,4,0v7A6,6,0,0,1,21,30Z" }), children);
278
+ }, /* @__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);
288
279
  });
289
- if (process.env.NODE_ENV !== "production") Touch_1Filled.propTypes = require_iconPropTypes.iconPropTypes;
290
- const Touch_1Down = /* @__PURE__ */ react.default.forwardRef(function Touch_1Down({ children, size = 16, ...rest }, ref) {
291
- return react.default.createElement(require_Icon.Icon, {
280
+ if (process.env.NODE_ENV !== "production") Theater.propTypes = require_iconPropTypes.iconPropTypes;
281
+ const ThisSideUp = /* @__PURE__ */ react.default.forwardRef(function ThisSideUp({ children, size = 16, ...rest }, ref) {
282
+ return react.default.createElement(require_Icon_js, {
292
283
  width: size,
293
284
  height: size,
294
285
  ref,
@@ -296,11 +287,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
296
287
  viewBox: "0 0 32 32",
297
288
  fill: "currentColor",
298
289
  ...rest
299
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,24H18A5,5,0,0,1,8,24H6a7,7,0,0,0,14,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,14V8a7.0085,7.0085,0,0,0-7-7H16a6.1457,6.1457,0,0,0-4.1055,1.5664L3.8833,9.874a2.9986,2.9986,0,0,0,3.881,4.55l.0008.0012L10,12.8955V24a3,3,0,0,0,6,0h0l0-5.1843a2.939,2.939,0,0,0,3.5294-1.2171A2.963,2.963,0,0,0,21,18a2.9936,2.9936,0,0,0,2.5292-1.4014A2.963,2.963,0,0,0,25,17,3.0033,3.0033,0,0,0,28,14Zm-2,0a1,1,0,0,1-2,0V13H22v2a1,1,0,0,1-2,0V13H18v3a1,1,0,0,1-2,0V13H14V24h.0005A1,1,0,0,1,12,24V9.1045L6.6,12.8008a.9993.9993,0,0,1-1.3081-1.5044l7.9507-7.2515A4.1483,4.1483,0,0,1,16,3h5a5.0059,5.0059,0,0,1,5,5Z" }), children);
290
+ }, /* @__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);
300
291
  });
301
- if (process.env.NODE_ENV !== "production") Touch_1Down.propTypes = require_iconPropTypes.iconPropTypes;
302
- const Touch_1DownFilled = /* @__PURE__ */ react.default.forwardRef(function Touch_1DownFilled({ children, size = 16, ...rest }, ref) {
303
- return react.default.createElement(require_Icon.Icon, {
292
+ if (process.env.NODE_ENV !== "production") ThisSideUp.propTypes = require_iconPropTypes.iconPropTypes;
293
+ const WatsonHealthThreshold = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthThreshold({ children, size = 16, ...rest }, ref) {
294
+ return react.default.createElement(require_Icon_js, {
304
295
  width: size,
305
296
  height: size,
306
297
  ref,
@@ -308,11 +299,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
308
299
  viewBox: "0 0 32 32",
309
300
  fill: "currentColor",
310
301
  ...rest
311
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,30a6.0067,6.0067,0,0,1-6-6H9a4,4,0,0,0,8,0h2A6.0067,6.0067,0,0,1,13,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,2H16.5606a4,4,0,0,0-2.7088,1.0566L4.6513,11.5229A2.0018,2.0018,0,0,0,4.77,14.5781a2.0743,2.0743,0,0,0,2.6578-.1728L11,11.1431V24a2,2,0,0,0,4,0V17a2,2,0,0,0,4,0V16a2,2,0,0,0,4,0V15a2,2,0,0,0,4,0V8A6,6,0,0,0,21,2Z" }), children);
302
+ }, /* @__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);
312
303
  });
313
- if (process.env.NODE_ENV !== "production") Touch_1DownFilled.propTypes = require_iconPropTypes.iconPropTypes;
314
- const Touch_2 = /* @__PURE__ */ react.default.forwardRef(function Touch_2({ children, size = 16, ...rest }, ref) {
315
- return react.default.createElement(require_Icon.Icon, {
304
+ if (process.env.NODE_ENV !== "production") WatsonHealthThreshold.propTypes = require_iconPropTypes.iconPropTypes;
305
+ const Thumbnail_1 = /* @__PURE__ */ react.default.forwardRef(function Thumbnail_1({ children, size = 16, ...rest }, ref) {
306
+ return react.default.createElement(require_Icon_js, {
316
307
  width: size,
317
308
  height: size,
318
309
  ref,
@@ -320,11 +311,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
320
311
  viewBox: "0 0 32 32",
321
312
  fill: "currentColor",
322
313
  ...rest
323
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,28H23V15A7,7,0,1,0,9,15V28H7V15a9,9,0,0,1,18,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,20H11V15a5,5,0,0,1,10,0Zm-8-2h6V15a3,3,0,0,0-6,0Z" }), children);
314
+ }, /* @__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);
324
315
  });
325
- if (process.env.NODE_ENV !== "production") Touch_2.propTypes = require_iconPropTypes.iconPropTypes;
326
- const Touch_2Filled = /* @__PURE__ */ react.default.forwardRef(function Touch_2Filled({ children, size = 16, ...rest }, ref) {
327
- return react.default.createElement(require_Icon.Icon, {
316
+ if (process.env.NODE_ENV !== "production") Thumbnail_1.propTypes = require_iconPropTypes.iconPropTypes;
317
+ const Thumbnail_2 = /* @__PURE__ */ react.default.forwardRef(function Thumbnail_2({ children, size = 16, ...rest }, ref) {
318
+ return react.default.createElement(require_Icon_js, {
328
319
  width: size,
329
320
  height: size,
330
321
  ref,
@@ -332,11 +323,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
332
323
  viewBox: "0 0 32 32",
333
324
  fill: "currentColor",
334
325
  ...rest
335
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,12a3.0033,3.0033,0,0,0-3,3v3h6V15A3.0033,3.0033,0,0,0,16,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6a9.0092,9.0092,0,0,0-9,9V28H25V15A9.01,9.01,0,0,0,16,6Zm5,14H11V15a5,5,0,0,1,10,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z" }), children);
326
+ }, /* @__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);
336
327
  });
337
- if (process.env.NODE_ENV !== "production") Touch_2Filled.propTypes = require_iconPropTypes.iconPropTypes;
338
- const TouchInteraction = /* @__PURE__ */ react.default.forwardRef(function TouchInteraction({ children, size = 16, ...rest }, ref) {
339
- return react.default.createElement(require_Icon.Icon, {
328
+ if (process.env.NODE_ENV !== "production") Thumbnail_2.propTypes = require_iconPropTypes.iconPropTypes;
329
+ const WatsonHealthThumbnailPreview = /* @__PURE__ */ react.default.forwardRef(function WatsonHealthThumbnailPreview({ children, size = 16, ...rest }, ref) {
330
+ return react.default.createElement(require_Icon_js, {
340
331
  width: size,
341
332
  height: size,
342
333
  ref,
@@ -344,11 +335,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
344
335
  viewBox: "0 0 32 32",
345
336
  fill: "currentColor",
346
337
  ...rest
347
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,21V20a1,1,0,0,1,2,0V30h2V20a3.0033,3.0033,0,0,0-3-3,2.964,2.964,0,0,0-1.4708.4014,2.9541,2.9541,0,0,0-4-1A2.9934,2.9934,0,0,0,19,15a2.96,2.96,0,0,0-1,.1846L18,10h0a3,3,0,0,0-6,0V21.1045L9.7651,19.5752l-.0008.001a2.999,2.999,0,0,0-3.881,4.55L12.3223,30l1.3479-1.478L7.2915,22.7036A.9908.9908,0,0,1,7,22a1.0005,1.0005,0,0,1,1.6-.8008L14,24.8955V10a1,1,0,0,1,2,0h0V21h2V18a1,1,0,0,1,2,0v3h2V19a1,1,0,0,1,2,0v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H22V10h6V4H4v6H8v2H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,12Z" }), children);
338
+ }, /* @__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);
348
339
  });
349
- if (process.env.NODE_ENV !== "production") TouchInteraction.propTypes = require_iconPropTypes.iconPropTypes;
350
- const Tour = /* @__PURE__ */ react.default.forwardRef(function Tour({ children, size = 16, ...rest }, ref) {
351
- return react.default.createElement(require_Icon.Icon, {
340
+ if (process.env.NODE_ENV !== "production") WatsonHealthThumbnailPreview.propTypes = require_iconPropTypes.iconPropTypes;
341
+ const ThumbsDown = /* @__PURE__ */ react.default.forwardRef(function ThumbsDown({ children, size = 16, ...rest }, ref) {
342
+ return react.default.createElement(require_Icon_js, {
352
343
  width: size,
353
344
  height: size,
354
345
  ref,
@@ -356,15 +347,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
356
347
  viewBox: "0 0 32 32",
357
348
  fill: "currentColor",
358
349
  ...rest
359
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,18l-4.7788-6.4019c-.7979-1.0562-1.2212-2.302-1.2212-3.5981,0-3.3083,2.6914-6,6-6s6,2.6917,6,6c0,1.2961-.4233,2.542-1.2246,3.6028l-4.7754,6.3972Zm0-14c-2.2056,0-4,1.7944-4,4,0,.8577.2837,1.6865.8203,2.3972l3.1797,4.2595,3.1763-4.2549c.54-.7153.8237-1.5442.8237-2.4019,0-2.2056-1.7944-4-4-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
360
- cx: "24",
361
- cy: "8",
362
- r: "2"
363
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,18v4H4V6h10v-2H4c-1.1045,0-2,.8955-2,2v16c0,1.1045.8955,2,2,2h8v4h-4v2h16v-2h-4v-4h8c1.1046,0,2-.8955,2-2v-4h-2Zm-10,10h-4v-4h4v4Z" }), children);
350
+ }, /* @__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);
364
351
  });
365
- if (process.env.NODE_ENV !== "production") Tour.propTypes = require_iconPropTypes.iconPropTypes;
366
- const Trace = /* @__PURE__ */ react.default.forwardRef(function Trace({ children, size = 16, ...rest }, ref) {
367
- return react.default.createElement(require_Icon.Icon, {
352
+ if (process.env.NODE_ENV !== "production") ThumbsDown.propTypes = require_iconPropTypes.iconPropTypes;
353
+ const ThumbsDownFilled = /* @__PURE__ */ react.default.forwardRef(function ThumbsDownFilled({ children, size = 16, ...rest }, ref) {
354
+ return react.default.createElement(require_Icon_js, {
368
355
  width: size,
369
356
  height: size,
370
357
  ref,
@@ -372,11 +359,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
372
359
  viewBox: "0 0 32 32",
373
360
  fill: "currentColor",
374
361
  ...rest
375
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,27.0001h9.0001v2H4c-1.1,0-2-.9-2-2V3.0001h2v7.9999h9v2H4v6h9v2H4v6.0001ZM10,2.9999v2h20v-2s-20,0-20,0ZM19.0001,13h10.9999v-2h-10.9999v2ZM19.0001,21h10.9999v-2h-10.9999v2ZM19.0001,29.0001h10.9999v-2h-10.9999v2Z" }), children);
362
+ }, /* @__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);
376
363
  });
377
- if (process.env.NODE_ENV !== "production") Trace.propTypes = require_iconPropTypes.iconPropTypes;
378
- const TrafficEvent = /* @__PURE__ */ react.default.forwardRef(function TrafficEvent({ children, size = 16, ...rest }, ref) {
379
- return react.default.createElement(require_Icon.Icon, {
364
+ if (process.env.NODE_ENV !== "production") ThumbsDownFilled.propTypes = require_iconPropTypes.iconPropTypes;
365
+ const ThumbsUp = /* @__PURE__ */ react.default.forwardRef(function ThumbsUp({ children, size = 16, ...rest }, ref) {
366
+ return react.default.createElement(require_Icon_js, {
380
367
  width: size,
381
368
  height: size,
382
369
  ref,
@@ -384,11 +371,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
384
371
  viewBox: "0 0 32 32",
385
372
  fill: "currentColor",
386
373
  ...rest
387
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 21H17V23H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.2456,8,25.96,14H30V12H27.4688l-1.3-4.5488A2.0077,2.0077,0,0,0,24.2456,6H22.8972l-.7287-2.5488A2.0077,2.0077,0,0,0,20.2456,2H7.7544A2.0078,2.0078,0,0,0,5.8315,3.4507L4.5312,8H2v2H6.04L7.7544,4H20.2456l.5715,2H11.7544A2.008,2.008,0,0,0,9.8315,7.45L8.8171,11H7.7144a1.9981,1.9981,0,0,0-1.8916,1.3516L4.5715,16H2v2H4v7a2.0025,2.0025,0,0,0,2,2v3H8V27H20v3h2V27a2.0025,2.0025,0,0,0,2-2V18h2V16H23.4287l-1.251-3.6475A1.9988,1.9988,0,0,0,20.2856,11H10.897l.8574-3ZM22,19v2H20v2h2v2H6V23H8V21H6V19Zm-.3429-2H6.3428l1.3716-4H20.2856Z" }), children);
374
+ }, /* @__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);
388
375
  });
389
- if (process.env.NODE_ENV !== "production") TrafficEvent.propTypes = require_iconPropTypes.iconPropTypes;
390
- const TrafficFlow = /* @__PURE__ */ react.default.forwardRef(function TrafficFlow({ children, size = 16, ...rest }, ref) {
391
- return react.default.createElement(require_Icon.Icon, {
376
+ if (process.env.NODE_ENV !== "production") ThumbsUp.propTypes = require_iconPropTypes.iconPropTypes;
377
+ const ThumbsUpFilled = /* @__PURE__ */ react.default.forwardRef(function ThumbsUpFilled({ children, size = 16, ...rest }, ref) {
378
+ return react.default.createElement(require_Icon_js, {
392
379
  width: size,
393
380
  height: size,
394
381
  ref,
@@ -396,11 +383,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
396
383
  viewBox: "0 0 32 32",
397
384
  fill: "currentColor",
398
385
  ...rest
399
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 8 22 4 18 8 19.41 9.42 21 7.83 21 18 23 18 23 7.83 24.58 9.41 26 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.59 22.58 11 24.17 11 14 9 14 9 24.17 7.42 22.59 6 24 10 28 14 24 12.59 22.58z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H4V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 2H30V30H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 2H17V6H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 10H17V14H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 18H17V22H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 26H17V30H15z" }), children);
386
+ }, /* @__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);
400
387
  });
401
- if (process.env.NODE_ENV !== "production") TrafficFlow.propTypes = require_iconPropTypes.iconPropTypes;
402
- const TrafficFlowIncident = /* @__PURE__ */ react.default.forwardRef(function TrafficFlowIncident({ children, size = 16, ...rest }, ref) {
403
- return react.default.createElement(require_Icon.Icon, {
388
+ if (process.env.NODE_ENV !== "production") ThumbsUpFilled.propTypes = require_iconPropTypes.iconPropTypes;
389
+ const ThumbsUpDouble = /* @__PURE__ */ react.default.forwardRef(function ThumbsUpDouble({ children, size = 16, ...rest }, ref) {
390
+ return react.default.createElement(require_Icon_js, {
404
391
  width: size,
405
392
  height: size,
406
393
  ref,
@@ -408,11 +395,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
408
395
  viewBox: "0 0 32 32",
409
396
  fill: "currentColor",
410
397
  ...rest
411
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 9.42 24.59 8 22.005 10.585 22 10.58 21.995 10.585 19.42 8.01 18 9.42 20.58 12 18 14.58 19.41 16 21.995 13.415 22 13.42 22.005 13.415 24.58 15.99 26 14.58 23.42 12 26 9.42z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 17.42 12.59 16 10.005 18.585 10 18.58 9.995 18.585 7.42 16.01 6 17.42 8.58 20 6 22.58 7.41 24 9.995 21.415 10 21.42 10.005 21.415 12.58 23.99 14 22.58 11.42 20 14 17.42z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H4V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 2H30V30H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 2H17V6H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 10H17V14H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 18H17V22H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 26H17V30H15z" }), children);
398
+ }, /* @__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);
412
399
  });
413
- if (process.env.NODE_ENV !== "production") TrafficFlowIncident.propTypes = require_iconPropTypes.iconPropTypes;
414
- const TrafficIncident = /* @__PURE__ */ react.default.forwardRef(function TrafficIncident({ children, size = 16, ...rest }, ref) {
415
- return react.default.createElement(require_Icon.Icon, {
400
+ if (process.env.NODE_ENV !== "production") ThumbsUpDouble.propTypes = require_iconPropTypes.iconPropTypes;
401
+ const ThumbsUpDoubleFilled = /* @__PURE__ */ react.default.forwardRef(function ThumbsUpDoubleFilled({ children, size = 16, ...rest }, ref) {
402
+ return react.default.createElement(require_Icon_js, {
416
403
  width: size,
417
404
  height: size,
418
405
  ref,
@@ -420,14 +407,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
420
407
  viewBox: "0 0 32 32",
421
408
  fill: "currentColor",
422
409
  ...rest
423
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 28H30V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
424
- d: "M11.314 11.514H17.314V13.514H11.314z",
425
- transform: "rotate(-45 14.314 12.514)"
426
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.0815,23.4329l4.1168,2.3176a2.009,2.009,0,0,0,2.3853-.3344l8.8326-8.8326a2.0088,2.0088,0,0,0,.334-2.3856l-2.2977-4.136,1.79-1.79L25.8283,6.8577,24.4141,8.2719l-4.95-4.95a2.0026,2.0026,0,0,0-2.8285,0L14.5146,1.2008,13.1,2.615l2.1213,2.1214L6.7364,13.2216,4.6151,11.1,3.2009,12.5145l2.1213,2.1213a2.0025,2.0025,0,0,0,0,2.8285l4.95,4.95L8.8577,23.8282l1.4143,1.4142Zm13.92-8.2636-8.8328,8.8328-4.5456-2.5255L23.4767,10.6235ZM9.5649,18.8785l1.4142-1.4142L9.5649,16.05,8.1506,17.4643,6.7364,16.05,18.05,4.7364l1.4143,1.4142L18.05,7.5648,19.4644,8.979l1.4142-1.4142L22.2928,8.979,10.9791,20.2927Z" }), children);
410
+ }, /* @__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);
427
411
  });
428
- if (process.env.NODE_ENV !== "production") TrafficIncident.propTypes = require_iconPropTypes.iconPropTypes;
429
- const TrafficWeatherIncident = /* @__PURE__ */ react.default.forwardRef(function TrafficWeatherIncident({ children, size = 16, ...rest }, ref) {
430
- return react.default.createElement(require_Icon.Icon, {
412
+ if (process.env.NODE_ENV !== "production") ThumbsUpDoubleFilled.propTypes = require_iconPropTypes.iconPropTypes;
413
+ const Thunderstorm = /* @__PURE__ */ react.default.forwardRef(function Thunderstorm({ children, size = 16, ...rest }, ref) {
414
+ return react.default.createElement(require_Icon_js, {
431
415
  width: size,
432
416
  height: size,
433
417
  ref,
@@ -435,11 +419,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
435
419
  viewBox: "0 0 32 32",
436
420
  fill: "currentColor",
437
421
  ...rest
438
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 24H4V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 2H30V30H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 2H17V6H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 10H17V14H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 18H17V22H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 26H17V30H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,12A3.8978,3.8978,0,0,1,2,8.223a3.9017,3.9017,0,0,1,.6533-2.0639L5.17,2.4141a1.0381,1.0381,0,0,1,1.6592,0L9.3154,6.11A3.9693,3.9693,0,0,1,10,8.223,3.8978,3.8978,0,0,1,6,12Zm0-7.2368L4.3438,7.2257A1.89,1.89,0,0,0,4,8.223a1.9007,1.9007,0,0,0,2,1.7775A1.9007,1.9007,0,0,0,8,8.223a1.98,1.98,0,0,0-.375-1.0466Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,11.7627,9.3438,14.2253A1.89,1.89,0,0,0,9,15.2226,1.9007,1.9007,0,0,0,11,17a1.9007,1.9007,0,0,0,2-1.7774,1.98,1.98,0,0,0-.375-1.0467Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,15.7627,4.3438,18.2253A1.89,1.89,0,0,0,4,19.2226,1.9007,1.9007,0,0,0,6,21a1.9007,1.9007,0,0,0,2-1.7774,1.98,1.98,0,0,0-.375-1.0467Z" }), children);
422
+ }, /* @__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);
439
423
  });
440
- if (process.env.NODE_ENV !== "production") TrafficWeatherIncident.propTypes = require_iconPropTypes.iconPropTypes;
441
- const TrafficCone = /* @__PURE__ */ react.default.forwardRef(function TrafficCone({ children, size = 16, ...rest }, ref) {
442
- return react.default.createElement(require_Icon.Icon, {
424
+ if (process.env.NODE_ENV !== "production") Thunderstorm.propTypes = require_iconPropTypes.iconPropTypes;
425
+ const ThunderstormScattered = /* @__PURE__ */ react.default.forwardRef(function ThunderstormScattered({ children, size = 16, ...rest }, ref) {
426
+ return react.default.createElement(require_Icon_js, {
443
427
  width: size,
444
428
  height: size,
445
429
  ref,
@@ -447,11 +431,20 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
447
431
  viewBox: "0 0 32 32",
448
432
  fill: "currentColor",
449
433
  ...rest
450
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.7957,28,18.9746,2.7754A1,1,0,0,0,18,2H14a1,1,0,0,0-.9746.7754L7.2043,28H4v2H28V28ZM19.9736,16H12.0264l.9229-4h6.1014Zm.4616,2,.923,4H10.6418l.923-4Zm-5.64-14h2.4092l1.3845,6H13.4109ZM10.18,24H21.82l.923,4H9.2573Z" }), children);
434
+ }, /* @__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", {
435
+ d: "M26.732 16.233H29.732V18.233H26.732z",
436
+ transform: "rotate(225 28.232 17.233)"
437
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29 10H32V12H29z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
438
+ d: "M26.732 3.768H29.732V5.768H26.732z",
439
+ transform: "rotate(-45 28.232 4.768)"
440
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 0H22V3H20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
441
+ d: "M12.268 3.768H15.268V5.768H12.268z",
442
+ transform: "rotate(225 13.768 4.768)"
443
+ }), children);
451
444
  });
452
- if (process.env.NODE_ENV !== "production") TrafficCone.propTypes = require_iconPropTypes.iconPropTypes;
453
- const Train = /* @__PURE__ */ react.default.forwardRef(function Train({ children, size = 16, ...rest }, ref) {
454
- return react.default.createElement(require_Icon.Icon, {
445
+ if (process.env.NODE_ENV !== "production") ThunderstormScattered.propTypes = require_iconPropTypes.iconPropTypes;
446
+ const ThunderstormScatteredNight = /* @__PURE__ */ react.default.forwardRef(function ThunderstormScatteredNight({ children, size = 16, ...rest }, ref) {
447
+ return react.default.createElement(require_Icon_js, {
455
448
  width: size,
456
449
  height: size,
457
450
  ref,
@@ -459,11 +452,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
459
452
  viewBox: "0 0 32 32",
460
453
  fill: "currentColor",
461
454
  ...rest
462
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,3H11A5.0057,5.0057,0,0,0,6,8V20a4.99,4.99,0,0,0,3.582,4.77L7.7693,29H9.9451l1.7143-4h8.6812l1.7143,4h2.1758L22.418,24.77A4.99,4.99,0,0,0,26,20V8A5.0057,5.0057,0,0,0,21,3ZM11,5H21a2.9948,2.9948,0,0,1,2.8157,2H8.1843A2.9948,2.9948,0,0,1,11,5ZM24,19H21v2h2.8157A2.9948,2.9948,0,0,1,21,23H11a2.9948,2.9948,0,0,1-2.8157-2H11V19H8V17H24Zm0-4H8V9H24Z" }), children);
455
+ }, /* @__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);
463
456
  });
464
- if (process.env.NODE_ENV !== "production") Train.propTypes = require_iconPropTypes.iconPropTypes;
465
- const TrainHeart = /* @__PURE__ */ react.default.forwardRef(function TrainHeart({ children, size = 16, ...rest }, ref) {
466
- return react.default.createElement(require_Icon.Icon, {
457
+ if (process.env.NODE_ENV !== "production") ThunderstormScatteredNight.propTypes = require_iconPropTypes.iconPropTypes;
458
+ const ThunderstormSevere = /* @__PURE__ */ react.default.forwardRef(function ThunderstormSevere({ children, size = 16, ...rest }, ref) {
459
+ return react.default.createElement(require_Icon_js, {
467
460
  width: size,
468
461
  height: size,
469
462
  ref,
@@ -471,11 +464,14 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
471
464
  viewBox: "0 0 32 32",
472
465
  fill: "currentColor",
473
466
  ...rest
474
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.303,2a2.6613,2.6613,0,0,0-1.9079.8059l-.3932.4053-.397-.4053a2.6612,2.6612,0,0,0-3.8157,0,2.7991,2.7991,0,0,0,0,3.8963L25.0019,11l4.2089-4.2978a2.7991,2.7991,0,0,0,0-3.8963A2.6613,2.6613,0,0,0,27.303,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,13v3H6V10h9V8H6.1843A2.9948,2.9948,0,0,1,9,6h6V4H9A5.0057,5.0057,0,0,0,4,9V21a4.99,4.99,0,0,0,3.582,4.77L5.7693,30H7.9451l1.7143-4h8.6812l1.7143,4h2.1758L20.418,25.77A4.99,4.99,0,0,0,24,21V13Zm0,7H19v2h2.8157A2.9948,2.9948,0,0,1,19,24H9a2.9948,2.9948,0,0,1-2.8157-2H9V20H6V18H22Z" }), children);
467
+ }, /* @__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", {
468
+ fill: "none",
469
+ d: "M25.75,8h-1.5V4h1.5ZM25,9a1,1,0,1,0,1,1A1,1,0,0,0,25,9Z"
470
+ }), /* @__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);
475
471
  });
476
- if (process.env.NODE_ENV !== "production") TrainHeart.propTypes = require_iconPropTypes.iconPropTypes;
477
- const TrainProfile = /* @__PURE__ */ react.default.forwardRef(function TrainProfile({ children, size = 16, ...rest }, ref) {
478
- return react.default.createElement(require_Icon.Icon, {
472
+ if (process.env.NODE_ENV !== "production") ThunderstormSevere.propTypes = require_iconPropTypes.iconPropTypes;
473
+ const ThunderstormStrong = /* @__PURE__ */ react.default.forwardRef(function ThunderstormStrong({ children, size = 16, ...rest }, ref) {
474
+ return react.default.createElement(require_Icon_js, {
479
475
  width: size,
480
476
  height: size,
481
477
  ref,
@@ -483,11 +479,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
483
479
  viewBox: "0 0 32 32",
484
480
  fill: "currentColor",
485
481
  ...rest
486
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 25 2 25 2 27 4 27 4 29 6 29 6 27 11 27 11 29 13 29 13 27 18 27 18 29 20 29 20 27 25 27 25 29 27 29 27 27 30 27 30 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,16H2V14H8V12H2V10H8a2.0021,2.0021,0,0,1,2,2v2A2.0021,2.0021,0,0,1,8,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.55,14.2305,19.97,6.3657A8.9775,8.9775,0,0,0,13.8882,4H2V6H12v4a2.0023,2.0023,0,0,0,2,2h9.1565l4.0417,3.7051A2.4723,2.4723,0,0,1,25.5273,20H2v2H25.5273a4.4726,4.4726,0,0,0,3.0225-7.77ZM14,10V6.0054A6.9774,6.9774,0,0,1,18.6182,7.84L20.9746,10Z" }), children);
482
+ }, /* @__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);
487
483
  });
488
- if (process.env.NODE_ENV !== "production") TrainProfile.propTypes = require_iconPropTypes.iconPropTypes;
489
- const TrainSpeed = /* @__PURE__ */ react.default.forwardRef(function TrainSpeed({ children, size = 16, ...rest }, ref) {
490
- return react.default.createElement(require_Icon.Icon, {
484
+ if (process.env.NODE_ENV !== "production") ThunderstormStrong.propTypes = require_iconPropTypes.iconPropTypes;
485
+ const Ticket = /* @__PURE__ */ react.default.forwardRef(function Ticket({ children, size = 16, ...rest }, ref) {
486
+ return react.default.createElement(require_Icon_js, {
491
487
  width: size,
492
488
  height: size,
493
489
  ref,
@@ -495,11 +491,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
495
491
  viewBox: "0 0 32 32",
496
492
  fill: "currentColor",
497
493
  ...rest
498
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 25 2 25 2 27 4 27 4 29 6 29 6 27 11 27 11 29 13 29 13 27 18 27 18 29 20 29 20 27 25 27 25 29 27 29 27 27 30 27 30 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.7144,16.59,18.1494,8.64A14.9327,14.9327,0,0,0,9.6519,6H2V8H9.6519a12.9459,12.9459,0,0,1,7.3647,2.2871L18.0532,11H9v2H20.9624l7.6187,5.2378A.966.966,0,0,1,28.0342,20H2v2H28.0342a2.9661,2.9661,0,0,0,1.68-5.41Z" }), children);
494
+ }, /* @__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);
499
495
  });
500
- if (process.env.NODE_ENV !== "production") TrainSpeed.propTypes = require_iconPropTypes.iconPropTypes;
501
- const TrainTicket = /* @__PURE__ */ react.default.forwardRef(function TrainTicket({ children, size = 16, ...rest }, ref) {
502
- return react.default.createElement(require_Icon.Icon, {
496
+ if (process.env.NODE_ENV !== "production") Ticket.propTypes = require_iconPropTypes.iconPropTypes;
497
+ const Tides = /* @__PURE__ */ react.default.forwardRef(function Tides({ children, size = 16, ...rest }, ref) {
498
+ return react.default.createElement(require_Icon_js, {
503
499
  width: size,
504
500
  height: size,
505
501
  ref,
@@ -507,11 +503,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
507
503
  viewBox: "0 0 32 32",
508
504
  fill: "currentColor",
509
505
  ...rest
510
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.1257,7.125a1.125,1.125,0,1,1,0-2.25h.875V2h-12V4.875h.875a1.125,1.125,0,0,1,0,2.25h-.875V10h12V7.125Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.0007,13v3h-16V10h9V8H6.185A2.9948,2.9948,0,0,1,9.0007,6h6V4h-6a5.0057,5.0057,0,0,0-5,5V21a4.99,4.99,0,0,0,3.582,4.77L5.77,30H7.9458L9.66,26h8.6812l1.7143,4h2.1758l-1.8127-4.23A4.99,4.99,0,0,0,24.0007,21V13Zm0,7h-3v2h2.8157a2.9948,2.9948,0,0,1-2.8157,2h-10A2.9948,2.9948,0,0,1,6.185,22H9.0007V20h-3V18h16Z" }), children);
506
+ }, /* @__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);
511
507
  });
512
- if (process.env.NODE_ENV !== "production") TrainTicket.propTypes = require_iconPropTypes.iconPropTypes;
513
- const TrainTime = /* @__PURE__ */ react.default.forwardRef(function TrainTime({ children, size = 16, ...rest }, ref) {
514
- return react.default.createElement(require_Icon.Icon, {
508
+ if (process.env.NODE_ENV !== "production") Tides.propTypes = require_iconPropTypes.iconPropTypes;
509
+ const Tif = /* @__PURE__ */ react.default.forwardRef(function Tif({ children, size = 16, ...rest }, ref) {
510
+ return react.default.createElement(require_Icon_js, {
515
511
  width: size,
516
512
  height: size,
517
513
  ref,
@@ -519,14 +515,20 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
519
515
  viewBox: "0 0 32 32",
520
516
  fill: "currentColor",
521
517
  ...rest
522
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
523
- fill: "none",
524
- d: "M25.496 10.088 22.874 7.466 22.874 3 25.124 3 25.124 6.534 27.088 8.498 25.496 10.088z"
525
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,1a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,24,1Zm1.4971,9.0884L22.875,7.4658V3h2.25V6.5342l1.9639,1.9634Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,16V10h9V8H6.1843A2.9948,2.9948,0,0,1,9,6h6V4H9A5.0057,5.0057,0,0,0,4,9V21a4.99,4.99,0,0,0,3.582,4.77L5.7693,30H7.9451l1.7143-4h8.6812l1.7143,4h2.1758L20.418,25.77A4.99,4.99,0,0,0,24,21V16Zm16,4H19v2h2.8157A2.9948,2.9948,0,0,1,19,24H9a2.9948,2.9948,0,0,1-2.8157-2H9V20H6V18H22Z" }), children);
518
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 11 30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 11 15 11 15 21 12 21 12 23 20 23 20 21 17 21 17 11 20 11 20 9 12 9 12 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11 5 11 5 23 7 23 7 11 10 11 10 9 2 9 2 11z" }), children);
526
519
  });
527
- if (process.env.NODE_ENV !== "production") TrainTime.propTypes = require_iconPropTypes.iconPropTypes;
528
- const Tram = /* @__PURE__ */ react.default.forwardRef(function Tram({ children, size = 16, ...rest }, ref) {
529
- return react.default.createElement(require_Icon.Icon, {
520
+ if (process.env.NODE_ENV !== "production") Tif.propTypes = require_iconPropTypes.iconPropTypes;
521
+ const Time = /* @__PURE__ */ react.default.forwardRef(function Time({ children, size = 16, ...rest }, ref) {
522
+ if (size === 20 || size === "20" || size === "20px") return react.default.createElement(require_Icon_js, {
523
+ width: size,
524
+ height: size,
525
+ ref,
526
+ xmlns: "http://www.w3.org/2000/svg",
527
+ viewBox: "0 0 20 20",
528
+ fill: "currentColor",
529
+ ...rest
530
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,19c-5,0-9-4-9-9s4-9,9-9s9,4,9,9S15,19,10,19z M10,2.3c-4.3,0-7.7,3.5-7.7,7.7s3.5,7.7,7.7,7.7s7.7-3.5,7.7-7.7 S14.3,2.3,10,2.3z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 13.9 9.4 10.3 9.4 4 10.6 4 10.6 9.7 13.9 13z" }), children);
531
+ return react.default.createElement(require_Icon_js, {
530
532
  width: size,
531
533
  height: size,
532
534
  ref,
@@ -534,11 +536,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
534
536
  viewBox: "0 0 32 32",
535
537
  fill: "currentColor",
536
538
  ...rest
537
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,6H17V4h6V2H9V4h6V6H11a5.0057,5.0057,0,0,0-5,5V22a4.99,4.99,0,0,0,3.582,4.77L8.1978,30h2.1757l1.2859-3h8.6812l1.2859,3h2.1757L22.418,26.77A4.99,4.99,0,0,0,26,22V11A5.0057,5.0057,0,0,0,21,6ZM11,8H21a2.9948,2.9948,0,0,1,2.8157,2H8.1843A2.9948,2.9948,0,0,1,11,8ZM24,21H21v2h2.8157A2.9948,2.9948,0,0,1,21,25H11a2.9948,2.9948,0,0,1-2.8157-2H11V21H8V19H24Zm0-4H8V12H24Z" }), children);
539
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.59 22 15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z" }), children);
538
540
  });
539
- if (process.env.NODE_ENV !== "production") Tram.propTypes = require_iconPropTypes.iconPropTypes;
540
- const TransformBinary = /* @__PURE__ */ react.default.forwardRef(function TransformBinary({ children, size = 16, ...rest }, ref) {
541
- return react.default.createElement(require_Icon.Icon, {
541
+ if (process.env.NODE_ENV !== "production") Time.propTypes = require_iconPropTypes.iconPropTypes;
542
+ const TimeFilled = /* @__PURE__ */ react.default.forwardRef(function TimeFilled({ children, size = 16, ...rest }, ref) {
543
+ return react.default.createElement(require_Icon_js, {
542
544
  width: size,
543
545
  height: size,
544
546
  ref,
@@ -546,11 +548,14 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
546
548
  viewBox: "0 0 32 32",
547
549
  fill: "currentColor",
548
550
  ...rest
549
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,20h-2c-1.1,0-2-0.9-2-2v-4c0-1.1,0.9-2,2-2h2c1.1,0,2,0.9,2,2v4C25,19.1,24.1,20,23,20z M21,14v4h2v-4H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 12H17V20H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,20H9c-1.1,0-2-0.9-2-2v-4c0-1.1,0.9-2,2-2h2c1.1,0,2,0.9,2,2v4C13,19.1,12.1,20,11,20z M9,14v4h2v-4H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2v2c6.6,0,12,5.4,12,12s-5.4,12-12,12v2c7.7,0,14-6.3,14-14S23.7,2,16,2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.2,25.1L7,26.7c1.2,1,2.6,1.9,4.2,2.4l0.7-1.9C10.5,26.7,9.3,26,8.2,25.1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.2,18l-2,0.4C2.5,20,3.1,21.6,3.9,23l1.7-1C4.9,20.8,4.4,19.4,4.2,18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.6,10L3.9,9c-0.8,1.4-1.4,3-1.6,4.6l2,0.3C4.4,12.5,4.9,11.2,5.6,10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.8,4.8l-0.7-1.9C9.6,3.5,8.2,4.3,7,5.3l1.3,1.5C9.3,6,10.5,5.3,11.8,4.8z" }), children);
551
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m16,2c-7.6001,0-14,6.3999-14,14s6.3999,14,14,14,14-6.3999,14-14S23.6001,2,16,2Zm4.5872,20l-5.5872-5.5898V7h2v8.582l5,5.0044-1.4128,1.4136Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
552
+ fill: "none",
553
+ d: "M20.5872 22 15 16.4099 15 7 17 7 17 15.5822 22 20.5866 20.5872 22z"
554
+ }), children);
550
555
  });
551
- if (process.env.NODE_ENV !== "production") TransformBinary.propTypes = require_iconPropTypes.iconPropTypes;
552
- const TransformCode = /* @__PURE__ */ react.default.forwardRef(function TransformCode({ children, size = 16, ...rest }, ref) {
553
- return react.default.createElement(require_Icon.Icon, {
556
+ if (process.env.NODE_ENV !== "production") TimeFilled.propTypes = require_iconPropTypes.iconPropTypes;
557
+ const TimePlot = /* @__PURE__ */ react.default.forwardRef(function TimePlot({ children, size = 16, ...rest }, ref) {
558
+ return react.default.createElement(require_Icon_js, {
554
559
  width: size,
555
560
  height: size,
556
561
  ref,
@@ -558,11 +563,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
558
563
  viewBox: "0 0 32 32",
559
564
  fill: "currentColor",
560
565
  ...rest
561
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.9005,4.7366c-1.325.4839-2.5369,1.2001-3.5983,2.0895l-1.2829-1.5289c1.2383-1.0377,2.6521-1.8732,4.1979-2.4378l.6832,1.8772ZM3.9009,9.0146c-.8087,1.3865-1.3839,2.9225-1.6776,4.5562l1.9838.3498c.2518-1.3993.7294-2.7205,1.4221-3.9081l-1.7283-.9979ZM4.1932,18.0818l-1.9678.347c.2878,1.6357.8603,3.1745,1.6635,4.5635l1.7302-.9989c-.6884-1.1906-1.1791-2.5095-1.4258-3.9116ZM8.3065,25.1687l-1.293,1.541c1.2365,1.042,2.6556,1.8721,4.2007,2.4393l.6859-1.8845c-1.3211-.489-2.5342-1.203-3.5936-2.0958ZM29.7747,13.5712c-.2878-1.6357-.8603-3.1745-1.6635-4.5635-.8185-1.4156-1.8817-2.67-3.1246-3.7173-1.2365-1.042-2.6557-1.872-4.2007-2.4392-1.493-.5482-3.1035-.8511-4.7858-.8511v2c1.4429,0,2.8219.2625,4.0999.7355,1.321.489,2.5342,1.2031,3.5934,2.0958.4588.3867.8842.8102,1.2835,1.2573.5247.5933.9986,1.2321,1.3982,1.9213.6902,1.1904,1.1827,2.5085,1.4306,3.9084.12.6777.1943,1.3708.1943,2.0817,0,.7123-.0859,1.4019-.2086,2.0792-.2529,1.397-.7322,2.7173-1.4267,3.9049-.7058,1.2069-1.6058,2.2883-2.6725,3.1831-1.061.8899-2.2716,1.6071-3.5941,2.0923-1.2819.4703-2.6584.7405-4.0981.7405v2c1.6817,0,3.2878-.3134,4.7828-.8594,1.5458-.5646,2.9597-1.4001,4.1979-2.4378,1.2458-1.044,2.2957-2.3068,3.1183-3.7174.8087-1.3865,1.3839-2.9225,1.6776-4.5562.1418-.7889.2234-1.5988.2234-2.4292,0-.8298-.0862-1.6384-.2253-2.4288ZM12.7233,14.1082l.9186-.9185.7781-.778-1.4195-1.4117-.6503.6503-1.4218,1.4217-1.729,1.7289-1.1994,1.1993,1.1991,1.1989,1.7292,1.729,1.4218,1.4216.6504.6503,1.4195-1.4118-.7781-.7779-.9186-.9185-1.1173-1.1171-.7748-.7745.7751-.775,1.1171-1.1171ZM19.2768,17.8918l-.9186.9185-.7781.7779,1.4195,1.4118.6504-.6503,1.4218-1.4216,1.7292-1.729,1.1991-1.1989-1.1994-1.1993-1.7291-1.7289-1.4217-1.4217-.6503-.6503-1.4195,1.4117.7781.778.9186.9185,1.1171,1.1171.7751.775-.7748.7745-1.1173,1.1171Z" }), children);
566
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.586 13 21 10.414 21 6 23 6 23 9.586 25 11.586 23.586 13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,18a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,22,18ZM22,4a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,22,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.63,18l7,6H30V22H16.37l-7-6H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H4V18Z" }), children);
562
567
  });
563
- if (process.env.NODE_ENV !== "production") TransformCode.propTypes = require_iconPropTypes.iconPropTypes;
564
- const TransformInstructions = /* @__PURE__ */ react.default.forwardRef(function TransformInstructions({ children, size = 16, ...rest }, ref) {
565
- return react.default.createElement(require_Icon.Icon, {
568
+ if (process.env.NODE_ENV !== "production") TimePlot.propTypes = require_iconPropTypes.iconPropTypes;
569
+ const Timeline = /* @__PURE__ */ react.default.forwardRef(function Timeline({ children, size = 16, ...rest }, ref) {
570
+ return react.default.createElement(require_Icon_js, {
566
571
  width: size,
567
572
  height: size,
568
573
  ref,
@@ -570,11 +575,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
570
575
  viewBox: "0 0 32 32",
571
576
  fill: "currentColor",
572
577
  ...rest
573
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,17v-2h-2.1c-0.1-0.6-0.4-1.2-0.7-1.8l1.5-1.5l-1.4-1.4l-1.5,1.5c-0.5-0.3-1.1-0.6-1.8-0.7V9h-2v2.1 c-0.6,0.1-1.2,0.4-1.8,0.7l-1.5-1.5l-1.4,1.4l1.5,1.5c-0.3,0.5-0.6,1.1-0.7,1.8H9v2h2.1c0.1,0.6,0.4,1.2,0.7,1.8l-1.5,1.5l1.4,1.4 l1.5-1.5c0.5,0.3,1.1,0.6,1.8,0.7V23h2v-2.1c0.6-0.1,1.2-0.4,1.8-0.7l1.5,1.5l1.4-1.4l-1.5-1.5c0.3-0.5,0.6-1.1,0.7-1.8H23z M16,19 c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S17.7,19,16,19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2v2c6.6,0,12,5.4,12,12s-5.4,12-12,12v2c7.7,0,14-6.3,14-14S23.7,2,16,2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.2,25.1L7,26.7c1.2,1,2.6,1.9,4.2,2.4l0.7-1.9C10.5,26.7,9.3,26,8.2,25.1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.2,18l-2,0.4C2.5,20,3.1,21.6,3.9,23l1.7-1C4.9,20.8,4.4,19.4,4.2,18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.6,10L3.9,9c-0.8,1.4-1.4,3-1.6,4.6l2,0.3C4.4,12.5,4.9,11.2,5.6,10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.8,4.8l-0.7-1.9C9.6,3.5,8.2,4.3,7,5.3l1.3,1.5C9.3,6,10.5,5.3,11.8,4.8z" }), children);
578
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,22h-2c-1.1025,0-2-.8975-2-2v-3h-4v3c0,1.1025-.897,2-2,2h-2c-1.103,0-2-.8975-2-2v-3h-4v2h-2v-6h2v2h4v-3c0-1.103.897-2,2-2h2c1.103,0,2,.897,2,2v3h4v-3c0-1.103.8975-2,2-2h2c1.1025,0,2,.897,2,2v3h4v-2h2v6h-2v-2h-4v3c0,1.1025-.8975,2-2,2ZM20,17v3h2v-8h-2v5ZM10,17v3h2v-8h-2v5Z" }), children);
574
579
  });
575
- if (process.env.NODE_ENV !== "production") TransformInstructions.propTypes = require_iconPropTypes.iconPropTypes;
576
- const TransformLanguage = /* @__PURE__ */ react.default.forwardRef(function TransformLanguage({ children, size = 16, ...rest }, ref) {
577
- return react.default.createElement(require_Icon.Icon, {
580
+ if (process.env.NODE_ENV !== "production") Timeline.propTypes = require_iconPropTypes.iconPropTypes;
581
+ const Timer = /* @__PURE__ */ react.default.forwardRef(function Timer({ children, size = 16, ...rest }, ref) {
582
+ return react.default.createElement(require_Icon_js, {
578
583
  width: size,
579
584
  height: size,
580
585
  ref,
@@ -582,11 +587,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
582
587
  viewBox: "0 0 32 32",
583
588
  fill: "currentColor",
584
589
  ...rest
585
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 19H18V21H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 15H22V17H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 11H22V13H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2v2c6.6,0,12,5.4,12,12s-5.4,12-12,12v2c7.7,0,14-6.3,14-14S23.7,2,16,2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.2,25.1L7,26.7c1.2,1,2.6,1.9,4.2,2.4l0.7-1.9C10.5,26.7,9.3,26,8.2,25.1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.2,18l-2,0.4C2.5,20,3.1,21.6,3.9,23l1.7-1C4.9,20.8,4.4,19.4,4.2,18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.6,10L3.9,9c-0.8,1.4-1.4,3-1.6,4.6l2,0.3C4.4,12.5,4.9,11.2,5.6,10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.8,4.8l-0.7-1.9C9.6,3.5,8.2,4.3,7,5.3l1.3,1.5C9.3,6,10.5,5.3,11.8,4.8z" }), children);
590
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 11H17V20H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13 2H19V4H13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,9,26.58,7.59,24.33,9.84a10.94,10.94,0,1,0,1.18,1.65ZM16,26a9,9,0,1,1,9-9A9,9,0,0,1,16,26Z" }), children);
586
591
  });
587
- if (process.env.NODE_ENV !== "production") TransformLanguage.propTypes = require_iconPropTypes.iconPropTypes;
588
- const TransformPipeline = /* @__PURE__ */ react.default.forwardRef(function TransformPipeline({ children, size = 16, ...rest }, ref) {
589
- return react.default.createElement(require_Icon.Icon, {
592
+ if (process.env.NODE_ENV !== "production") Timer.propTypes = require_iconPropTypes.iconPropTypes;
593
+ const TimingBelt = /* @__PURE__ */ react.default.forwardRef(function TimingBelt({ children, size = 16, ...rest }, ref) {
594
+ return react.default.createElement(require_Icon_js, {
590
595
  width: size,
591
596
  height: size,
592
597
  ref,
@@ -594,11 +599,19 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
594
599
  viewBox: "0 0 32 32",
595
600
  fill: "currentColor",
596
601
  ...rest
597
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,11l-1.4,1.4,2.6,2.6h-5.2v-2c0-1.1-.9-2-2-2h-6c-1.1,0-2,.9-2,2v2h-3.2c-.4-1.2-1.5-2-2.8-2s-3,1.3-3,3,1.3,3,3,3,2.4-.8,2.8-2h3.2v2c0,1.1.9,2,2,2h6c1.1,0,2-.9,2-2v-2h5.2l-2.6,2.6,1.4,1.4,5-5-5-5ZM19,19h-6v-6h6v6Z" }), children);
602
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
603
+ cx: "16",
604
+ cy: "24",
605
+ r: "1",
606
+ strokeWidth: "0"
607
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
608
+ strokeWidth: "0",
609
+ d: "m30,12c0-1.8237-1.2344-3.3496-2.9062-3.8286L7.2087,2.207c-.3838-.123-.7847-.207-1.2087-.207-2.2056,0-4,1.7944-4,4,0,.6025.1438,1.1689.3835,1.6816l8.1016,18.6782c.9185,2.1382,3.0442,3.6401,5.5149,3.6401,2.252,0,4.2161-1.249,5.2422-3.0889l8.002-12.5894c.4712-.6562.7559-1.4541.7559-2.3218Zm-14,6c-2.4155,0-4.4971,1.438-5.4475,3.5005l-5.0149-11.5474c.1536.0181.3042.0469.4624.0469,2.2056,0,4-1.7944,4-4,0-.3193-.0474-.6255-.1182-.9233l13.3882,4.0161c-.7771.73-1.27,1.7593-1.27,2.9072,0,2.1465,1.7029,3.8896,3.8267,3.9824l-4.0593,6.3809c-.7148-2.5146-3.0271-4.3633-5.7673-4.3633Zm12-6c0,1.1025-.8972,2-2,2s-2-.8975-2-2,.8972-2,2-2,2,.8975,2,2ZM6,4c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Zm10,24c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z"
610
+ }), children);
598
611
  });
599
- if (process.env.NODE_ENV !== "production") TransformPipeline.propTypes = require_iconPropTypes.iconPropTypes;
600
- const Transgender = /* @__PURE__ */ react.default.forwardRef(function Transgender({ children, size = 16, ...rest }, ref) {
601
- return react.default.createElement(require_Icon.Icon, {
612
+ if (process.env.NODE_ENV !== "production") TimingBelt.propTypes = require_iconPropTypes.iconPropTypes;
613
+ const ToggleOffFill = /* @__PURE__ */ react.default.forwardRef(function ToggleOffFill({ children, size = 16, ...rest }, ref) {
614
+ return react.default.createElement(require_Icon_js, {
602
615
  width: size,
603
616
  height: size,
604
617
  ref,
@@ -606,11 +619,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
606
619
  viewBox: "0 0 32 32",
607
620
  fill: "currentColor",
608
621
  ...rest
609
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,2V4h4.5859l-6.4016,6.4014a6.9474,6.9474,0,0,0-8.3686,0L10.4143,9,13,6.4141,11.5857,5,9,7.5859,5.4141,4H10V2H2v8H4V5.4141L7.5859,9,5,11.5854,6.4143,13,9,10.4141l1.4014,1.4013A6.9785,6.9785,0,0,0,15,22.92V25H11v2h4v3h2V27h4V25H17V22.92a6.9785,6.9785,0,0,0,4.5984-11.1045L28,5.4141V10h2V2ZM16,21a5,5,0,1,1,5-5A5.0059,5.0059,0,0,1,16,21Z" }), children);
622
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,8h-12c-4.4,0-8,3.6-8,8s3.6,8,8,8h12c4.4,0,8-3.6,8-8s-3.6-8-8-8ZM10,20c-2.2,0-4-1.8-4-4s1.8-4,4-4,4,1.8,4,4-1.8,4-4,4Z" }), children);
610
623
  });
611
- if (process.env.NODE_ENV !== "production") Transgender.propTypes = require_iconPropTypes.iconPropTypes;
612
- const Translate = /* @__PURE__ */ react.default.forwardRef(function Translate({ children, size = 16, ...rest }, ref) {
613
- return react.default.createElement(require_Icon.Icon, {
624
+ if (process.env.NODE_ENV !== "production") ToggleOffFill.propTypes = require_iconPropTypes.iconPropTypes;
625
+ const ToggleOnFill = /* @__PURE__ */ react.default.forwardRef(function ToggleOnFill({ children, size = 16, ...rest }, ref) {
626
+ return react.default.createElement(require_Icon_js, {
614
627
  width: size,
615
628
  height: size,
616
629
  ref,
@@ -618,11 +631,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
618
631
  viewBox: "0 0 32 32",
619
632
  fill: "currentColor",
620
633
  ...rest
621
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.85,29H30L24,14H21.65l-6,15H17.8l1.6-4h6.85ZM20.2,23l2.62-6.56L25.45,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,7V5H11V2H9V5H2V7H12.74a14.71,14.71,0,0,1-3.19,6.18A13.5,13.5,0,0,1,7.26,9H5.16a16.47,16.47,0,0,0,3,5.58A16.84,16.84,0,0,1,3,18l.75,1.86A18.47,18.47,0,0,0,9.53,16a16.92,16.92,0,0,0,5.76,3.84L16,18a14.48,14.48,0,0,1-5.12-3.37A17.64,17.64,0,0,0,14.8,7Z" }), children);
634
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,24h12c4.4,0,8-3.6,8-8s-3.6-8-8-8h-12c-4.4,0-8,3.6-8,8s3.6,8,8,8ZM22,12c2.2,0,4,1.8,4,4s-1.8,4-4,4-4-1.8-4-4,1.8-4,4-4Z" }), children);
622
635
  });
623
- if (process.env.NODE_ENV !== "production") Translate.propTypes = require_iconPropTypes.iconPropTypes;
624
- const TransmissionLte = /* @__PURE__ */ react.default.forwardRef(function TransmissionLte({ children, size = 16, ...rest }, ref) {
625
- return react.default.createElement(require_Icon.Icon, {
636
+ if (process.env.NODE_ENV !== "production") ToggleOnFill.propTypes = require_iconPropTypes.iconPropTypes;
637
+ const ToggleOff = /* @__PURE__ */ react.default.forwardRef(function ToggleOff({ children, size = 16, ...rest }, ref) {
638
+ return react.default.createElement(require_Icon_js, {
626
639
  width: size,
627
640
  height: size,
628
641
  ref,
@@ -630,11 +643,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
630
643
  viewBox: "0 0 32 32",
631
644
  fill: "currentColor",
632
645
  ...rest
633
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.57,30l.9333-2h8.9928l.9333,2h2.2072L17,15.7778V11H15v4.7778L8.3631,30ZM16,18.3647,17.6965,22h-3.393ZM13.37,24h5.26l.9333,2H12.4369Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.7832,9.3325a7.0007,7.0007,0,0,1,10.4341,0l-1.49,1.334a5,5,0,0,0-7.4537,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.1992,6.3994a11.0019,11.0019,0,0,1,17.6006,0L23.2,7.6a9.0009,9.0009,0,0,0-14.4014,0Z" }), children);
646
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,23.991h-12c-4.4111,0-8-3.5887-8-8s3.5889-8,8-8h12c4.4111,0,8,3.5887,8,8s-3.5889,8-8,8ZM10,9.991c-3.3086,0-6,2.6917-6,6s2.6914,6,6,6h12c3.3086,0,6-2.6917,6-6s-2.6914-6-6-6c0,0-12,0-12,0ZM13,15.991c0-1.6569-1.3431-3-3-3s-3,1.3431-3,3,1.3431,3,3,3,3-1.3431,3-3Z" }), children);
634
647
  });
635
- if (process.env.NODE_ENV !== "production") TransmissionLte.propTypes = require_iconPropTypes.iconPropTypes;
636
- const Transpose = /* @__PURE__ */ react.default.forwardRef(function Transpose({ children, size = 16, ...rest }, ref) {
637
- return react.default.createElement(require_Icon.Icon, {
648
+ if (process.env.NODE_ENV !== "production") ToggleOff.propTypes = require_iconPropTypes.iconPropTypes;
649
+ const ToggleOn = /* @__PURE__ */ react.default.forwardRef(function ToggleOn({ children, size = 16, ...rest }, ref) {
650
+ return react.default.createElement(require_Icon_js, {
638
651
  width: size,
639
652
  height: size,
640
653
  ref,
@@ -642,11 +655,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
642
655
  viewBox: "0 0 32 32",
643
656
  fill: "currentColor",
644
657
  ...rest
645
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,26H14V24h5a5.0055,5.0055,0,0,0,5-5V14h2v5A7.0078,7.0078,0,0,1,19,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,30H4a2.0023,2.0023,0,0,1-2-2V14a2.0023,2.0023,0,0,1,2-2H8a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,8,30ZM4,14V28H8V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H14a2.0023,2.0023,0,0,1-2-2V4a2.0023,2.0023,0,0,1,2-2H28a2.0023,2.0023,0,0,1,2,2V8A2.0023,2.0023,0,0,1,28,10ZM14,4V8H28V4Z" }), children);
658
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,7.991h12c4.4111,0,8,3.5887,8,8s-3.5889,8-8,8h-12c-4.4111,0-8-3.5887-8-8S5.5889,7.991,10,7.991ZM22,21.991c3.3086,0,6-2.6917,6-6s-2.6914-6-6-6h-12c-3.3086,0-6,2.6917-6,6s2.6914,6,6,6h12ZM19,15.991c0,1.6569,1.3431,3,3,3s3-1.3431,3-3-1.3431-3-3-3-3,1.3431-3,3Z" }), children);
646
659
  });
647
- if (process.env.NODE_ENV !== "production") Transpose.propTypes = require_iconPropTypes.iconPropTypes;
648
- const TrashCan = /* @__PURE__ */ react.default.forwardRef(function TrashCan({ children, size = 16, ...rest }, ref) {
649
- return react.default.createElement(require_Icon.Icon, {
660
+ if (process.env.NODE_ENV !== "production") ToggleOn.propTypes = require_iconPropTypes.iconPropTypes;
661
+ const ToolBox = /* @__PURE__ */ react.default.forwardRef(function ToolBox({ children, size = 16, ...rest }, ref) {
662
+ return react.default.createElement(require_Icon_js, {
650
663
  width: size,
651
664
  height: size,
652
665
  ref,
@@ -654,11 +667,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
654
667
  viewBox: "0 0 32 32",
655
668
  fill: "currentColor",
656
669
  ...rest
657
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 12H14V24H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 12H20V24H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,6V8H6V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8h2V6ZM8,28V8H24V28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 2H20V4H12z" }), children);
670
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27,9H24V6a2,2,0,0,0-2-2H10A2,2,0,0,0,8,6V9H5a3,3,0,0,0-3,3V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A3,3,0,0,0,27,9ZM10,6H22V9H10ZM28,26H4V17h8v5h8V17h8ZM14,17h4v3H14ZM4,15V12a1,1,0,0,1,1-1H27a1,1,0,0,1,1,1v3Z" }), children);
658
671
  });
659
- if (process.env.NODE_ENV !== "production") TrashCan.propTypes = require_iconPropTypes.iconPropTypes;
660
- const Tree = /* @__PURE__ */ react.default.forwardRef(function Tree({ children, size = 16, ...rest }, ref) {
661
- return react.default.createElement(require_Icon.Icon, {
672
+ if (process.env.NODE_ENV !== "production") ToolBox.propTypes = require_iconPropTypes.iconPropTypes;
673
+ const ToolKit = /* @__PURE__ */ react.default.forwardRef(function ToolKit({ children, size = 16, ...rest }, ref) {
674
+ return react.default.createElement(require_Icon_js, {
662
675
  width: size,
663
676
  height: size,
664
677
  ref,
@@ -666,11 +679,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
666
679
  viewBox: "0 0 32 32",
667
680
  fill: "currentColor",
668
681
  ...rest
669
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H9V28h3V15.5664L8.4854,13.4575l1.0292-1.7148,3.5147,2.1084A2.0115,2.0115,0,0,1,14,15.5664V28A2.0023,2.0023,0,0,1,12,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H19a2.0024,2.0024,0,0,1-2-2V17h6a4.0008,4.0008,0,0,0,3.981-4.396A4.1489,4.1489,0,0,0,22.7853,9H21.2016L21.025,8.221C20.452,5.6961,18.0308,4,15,4A6.02,6.02,0,0,0,9.5585,7.4859L9.25,8.1531l-.863-.1143A2.771,2.771,0,0,0,8,8a4,4,0,1,0,0,8v2A6,6,0,1,1,8,6c.0264,0,.0525,0,.0786.001A8.0271,8.0271,0,0,1,15,2c3.6788,0,6.6923,1.9776,7.7516,5h.0337a6.1641,6.1641,0,0,1,6.1872,5.4141A6.0011,6.0011,0,0,1,23,19l-4,0v9h3Z" }), children);
682
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.9141,24.5l4.257-4.2568-1.414-1.4141L7.5,23.0859l-.793-.7929a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l3,3a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414ZM5,28.5859,3.4141,27,6,24.4141,7.5859,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,30a6.0067,6.0067,0,0,1-6-6,5.84,5.84,0,0,1,.2109-1.5469l-8.664-8.6638A5.8483,5.8483,0,0,1,8,14,5.9757,5.9757,0,0,1,2.4228,5.8164l.5577-1.4219L6.293,7.707a1.0233,1.0233,0,0,0,1.4135,0,.999.999,0,0,0,0-1.4141L4.3936,2.979l1.4233-.5571A5.9772,5.9772,0,0,1,14,8a5.84,5.84,0,0,1-.2109,1.5469l8.664,8.6635A5.8548,5.8548,0,0,1,24,18a5.9755,5.9755,0,0,1,5.5771,8.1836L29.02,27.6055,25.707,24.293a1.0233,1.0233,0,0,0-1.4135,0,.999.999,0,0,0-.0005,1.4141L27.6055,29.02l-1.4219.5579A5.96,5.96,0,0,1,24,30ZM10.0625,11.4763,20.5234,21.9375l-.2392.6094A3.9754,3.9754,0,0,0,23.75,27.9922l-.8711-.8711a2.9992,2.9992,0,0,1,0-4.2424,3.0721,3.0721,0,0,1,4.2427.0005l.8706.8708a3.9759,3.9759,0,0,0-5.4458-3.4658l-.6094.2385-10.46-10.46.2392-.6094A3.9755,3.9755,0,0,0,8.2505,4.0078l.8706.8711a2.9992,2.9992,0,0,1,0,4.2424,3.0721,3.0721,0,0,1-4.2427-.0005L4.0078,8.25a3.975,3.975,0,0,0,5.4453,3.4656Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.1226,2.85a3.0716,3.0716,0,0,0-4.2422,0L17.4,10.33l1.4141,1.414,7.48-7.48a1.0244,1.0244,0,0,1,1.4141,0,1.002,1.002,0,0,1,0,1.4145l-7.48,7.48,1.414,1.4141,7.48-7.4795A3.0031,3.0031,0,0,0,29.1226,2.85Z" }), children);
670
683
  });
671
- if (process.env.NODE_ENV !== "production") Tree.propTypes = require_iconPropTypes.iconPropTypes;
672
- const TreeFallRisk = /* @__PURE__ */ react.default.forwardRef(function TreeFallRisk({ children, size = 16, ...rest }, ref) {
673
- return react.default.createElement(require_Icon.Icon, {
684
+ if (process.env.NODE_ENV !== "production") ToolKit.propTypes = require_iconPropTypes.iconPropTypes;
685
+ const Tools = /* @__PURE__ */ react.default.forwardRef(function Tools({ children, size = 16, ...rest }, ref) {
686
+ return react.default.createElement(require_Icon_js, {
674
687
  width: size,
675
688
  height: size,
676
689
  ref,
@@ -678,15 +691,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
678
691
  viewBox: "0 0 32 32",
679
692
  fill: "currentColor",
680
693
  ...rest
681
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
682
- fill: "none",
683
- d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z",
684
- "data-icon-path": "inner-path"
685
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,19V17H17V28a2.0027,2.0027,0,0,0,2,2h3V28H19V19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H9V28h3V15.5664L8.4854,13.4575l1.0292-1.7148,3.5147,2.1084A2.0115,2.0115,0,0,1,14,15.5664V28A2.0024,2.0024,0,0,1,12,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.6638,5.0059l.96-1.7671A8.9324,8.9324,0,0,0,15,2,8.0275,8.0275,0,0,0,8.0786,6.001C8.0525,6,8.0264,6,8,6A6,6,0,0,0,8,18V16A4,4,0,0,1,8,8a2.7009,2.7009,0,0,1,.387.0391l.863.1142.3086-.6675A6.0192,6.0192,0,0,1,15,4,6.8916,6.8916,0,0,1,18.6638,5.0059Z" }), children);
694
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.1,2A9.8,9.8,0,0,0,6.7,3.6L13.1,10a2.1,2.1,0,0,1,.2,3,2.1,2.1,0,0,1-3-.2L3.7,6.4A9.84,9.84,0,0,0,2,12.1,10.14,10.14,0,0,0,12.1,22.2a10.9,10.9,0,0,0,2.6-.3l6.7,6.7a5,5,0,0,0,7.1-7.1l-6.7-6.7a10.9,10.9,0,0,0,.3-2.6A10,10,0,0,0,12.1,2Zm8,10.1a7.61,7.61,0,0,1-.3,2.1l-.3,1.1.8.8L27,22.8a2.88,2.88,0,0,1,.9,2.1A2.72,2.72,0,0,1,27,27a2.9,2.9,0,0,1-4.2,0l-6.7-6.7-.8-.8-1.1.3a7.61,7.61,0,0,1-2.1.3,8.27,8.27,0,0,1-5.7-2.3A7.63,7.63,0,0,1,4,12.1a8.33,8.33,0,0,1,.3-2.2l4.4,4.4a4.14,4.14,0,0,0,5.9.2,4.14,4.14,0,0,0-.2-5.9L10,4.2a6.45,6.45,0,0,1,2-.3,8.27,8.27,0,0,1,5.7,2.3A8.49,8.49,0,0,1,20.1,12.1Z" }), children);
686
695
  });
687
- if (process.env.NODE_ENV !== "production") TreeFallRisk.propTypes = require_iconPropTypes.iconPropTypes;
688
- const TreeView = /* @__PURE__ */ react.default.forwardRef(function TreeView({ children, size = 16, ...rest }, ref) {
689
- return react.default.createElement(require_Icon.Icon, {
696
+ if (process.env.NODE_ENV !== "production") Tools.propTypes = require_iconPropTypes.iconPropTypes;
697
+ const ToolsAlt = /* @__PURE__ */ react.default.forwardRef(function ToolsAlt({ children, size = 16, ...rest }, ref) {
698
+ return react.default.createElement(require_Icon_js, {
690
699
  width: size,
691
700
  height: size,
692
701
  ref,
@@ -694,11 +703,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
694
703
  viewBox: "0 0 32 32",
695
704
  fill: "currentColor",
696
705
  ...rest
697
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,20V12H22v3H17V7a2,2,0,0,0-2-2H10V2H2v8h8V7h5V25a2,2,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3ZM8,8H4V4H8ZM24,24h4v4H24Zm0-10h4v4H24Z" }), children);
706
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23.1,16l6.3-6.3c0.8-0.8,0.8-2,0-2.8l-4.2-4.2c-0.8-0.8-2-0.8-2.8,0L16,8.9L9.7,2.6c-0.8-0.8-2-0.8-2.8,0L2.6,6.8 c-0.8,0.8-0.8,2,0,2.8L8.9,16L2,22.9V30h7.1l6.9-6.9l6.3,6.3c0.8,0.8,2,0.8,2.8,0l4.2-4.2c0.8-0.8,0.8-2,0-2.8L23.1,16z M23.8,4 L28,8.2l-6.3,6.3l-4.2-4.2L23.8,4z M8.2,28H4v-4.2l6.3-6.3l4.2,4.2L8.2,28z M23.8,28L4,8.2L8.2,4l3.5,3.5L9.6,9.6l1.4,1.4l2.1-2.1 l4.2,4.2l-2.1,2.1l1.4,1.4l2.1-2.1l4.2,4.2L21,20.9l1.4,1.4l2.1-2.1l3.5,3.5L23.8,28z" }), children);
698
707
  });
699
- if (process.env.NODE_ENV !== "production") TreeView.propTypes = require_iconPropTypes.iconPropTypes;
700
- const TreeViewAlt = /* @__PURE__ */ react.default.forwardRef(function TreeViewAlt({ children, size = 16, ...rest }, ref) {
701
- return react.default.createElement(require_Icon.Icon, {
708
+ if (process.env.NODE_ENV !== "production") ToolsAlt.propTypes = require_iconPropTypes.iconPropTypes;
709
+ const TopDataSets = /* @__PURE__ */ react.default.forwardRef(function TopDataSets({ children, size = 16, ...rest }, ref) {
710
+ return react.default.createElement(require_Icon_js, {
702
711
  width: size,
703
712
  height: size,
704
713
  ref,
@@ -706,14 +715,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
706
715
  viewBox: "0 0 32 32",
707
716
  fill: "currentColor",
708
717
  ...rest
709
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
710
- d: "M23,9h6a2,2,0,0,0,2-2V3a2,2,0,0,0-2-2H23a2,2,0,0,0-2,2V4H11V3A2,2,0,0,0,9,1H3A2,2,0,0,0,1,3V7A2,2,0,0,0,3,9H9a2,2,0,0,0,2-2V6h4V26a2.0023,2.0023,0,0,0,2,2h4v1a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V25a2,2,0,0,0-2-2H23a2,2,0,0,0-2,2v1H17V17h4v1a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V14a2,2,0,0,0-2-2H23a2,2,0,0,0-2,2v1H17V6h4V7A2,2,0,0,0,23,9Zm0-6h6V7H23ZM9,7H3V3H9ZM23,25h6v4H23Zm0-11h6v4H23Z",
711
- transform: "translate(0 .005)"
712
- }), children);
718
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14,2.01c-.34-.01-.67-.01-1-.01C7.7,2,2,3.25,2,6v18c0,2.75,5.7,4,11,4,.33,0,.66,0,1-.01v-2.01c-.32.01-.66.02-1,.02-5.85,0-8.85-1.46-9-2v-3.5701c2.13,1.0701,5.64,1.5701,9,1.5701.33,0,.66,0,1-.01v-2.01c-.32.01-.66.02-1,.02-5.85,0-8.85-1.46-9-2v-3.5701c2.13,1.0701,5.64,1.5701,9,1.5701.33,0,.66,0,1-.01,4.99-.1501,10-1.4099,10-3.99v-6c0-2.5801-5.01-3.8401-10-3.99ZM22,11.99c-.15.52-2.82,1.8401-8,1.99-.32.01-.66.02-1,.02-5.85,0-8.85-1.46-9-2v-3.5701c2.13,1.0701,5.64,1.5701,9,1.5701.33,0,.67,0,1-.02,3.04-.0801,6.08-.5898,8-1.55v3.5601ZM14,7.98c-.32.01-.66.02-1,.02-5.84,0-8.84-1.46-9-1.98v-.01c.16-.55,3.16-2.01,9-2.01.34,0,.68.01,1,.02,5.15.1499,7.81,1.4399,8,1.98-.19.54-2.85,1.8301-8,1.98ZM30,28.585l-2.832-2.832c.524-.7905.833-1.7356.833-2.7529,0-2.7568-2.2432-5-5-5s-5,2.2432-5,5,2.2432,5,5,5c1.0173,0,1.9624-.3091,2.7529-.833l2.832,2.832,1.4141-1.4141ZM23.001,26c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3Z" }), children);
713
719
  });
714
- if (process.env.NODE_ENV !== "production") TreeViewAlt.propTypes = require_iconPropTypes.iconPropTypes;
715
- const TriangleDownOutline = /* @__PURE__ */ react.default.forwardRef(function TriangleDownOutline({ children, size = 16, ...rest }, ref) {
716
- return react.default.createElement(require_Icon.Icon, {
720
+ if (process.env.NODE_ENV !== "production") TopDataSets.propTypes = require_iconPropTypes.iconPropTypes;
721
+ const TopPrograms = /* @__PURE__ */ react.default.forwardRef(function TopPrograms({ children, size = 16, ...rest }, ref) {
722
+ return react.default.createElement(require_Icon_js, {
717
723
  width: size,
718
724
  height: size,
719
725
  ref,
@@ -721,14 +727,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
721
727
  viewBox: "0 0 32 32",
722
728
  fill: "currentColor",
723
729
  ...rest
724
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
725
- strokeWidth: "0",
726
- d: "m2.1245,4.4883l13.0195,23.9868c.1865.3438.5212.5249.856.5249.3345,0,.6689-.1812.8555-.5249L29.875,4.4883c.0862-.1582.1255-.3257.125-.4883-.0017-.5229-.4114-1-.9805-1H2.9802c-.5691,0-.9788.4771-.9802,1-.0005.1626.0386.3301.1245.4883Zm25.1985.5117l-11.323,20.8677L4.677,5h22.646Z"
727
- }), children);
730
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.999,28.5859l-2.832-2.832c.524-.7905.833-1.7356.833-2.7529,0-2.7568-2.2432-5-5-5s-5,2.2432-5,5,2.2432,5,5,5c1.0173,0,1.9624-.3091,2.7529-.833l2.832,2.832,1.4141-1.4141ZM23,26.001c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3ZM28,2H4c-1.103,0-2,.8975-2,2v20c0,1.1025.897,2,2,2h10v-2H4v-14h24v4h2V4c0-1.1025-.897-2-2-2ZM4,8v-4h24v4H4ZM7,6c0,.5523-.4477,1-1,1s-1-.4477-1-1,.4477-1,1-1,1,.4477,1,1ZM10,6c0,.5523-.4477,1-1,1s-1-.4477-1-1,.4477-1,1-1,1,.4477,1,1Z" }), children);
728
731
  });
729
- if (process.env.NODE_ENV !== "production") TriangleDownOutline.propTypes = require_iconPropTypes.iconPropTypes;
730
- const TriangleDownSolid = /* @__PURE__ */ react.default.forwardRef(function TriangleDownSolid({ children, size = 16, ...rest }, ref) {
731
- return react.default.createElement(require_Icon.Icon, {
732
+ if (process.env.NODE_ENV !== "production") TopPrograms.propTypes = require_iconPropTypes.iconPropTypes;
733
+ const Tornado = /* @__PURE__ */ react.default.forwardRef(function Tornado({ children, size = 16, ...rest }, ref) {
734
+ return react.default.createElement(require_Icon_js, {
732
735
  width: size,
733
736
  height: size,
734
737
  ref,
@@ -736,14 +739,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
736
739
  viewBox: "0 0 32 32",
737
740
  fill: "currentColor",
738
741
  ...rest
739
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
740
- strokeWidth: "0",
741
- d: "m29.0194,3c.5692,0,.979.4772.9806,1,.0005.1628-.0388.3299-.1249.4885l-13.0196,23.9867c-.1865.3435-.521.5248-.8555.5248s-.6694-.1812-.8559-.5248L2.1246,4.4885c-.0861-.1586-.1251-.3257-.1246-.4885.0016-.5228.4111-1,.9803-1h26.0391Z"
742
- }), children);
742
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 26H20V28H16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 22H18V24H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 18H18V20H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 14H20V16H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 10H24V12H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 6H26V8H8z" }), children);
743
743
  });
744
- if (process.env.NODE_ENV !== "production") TriangleDownSolid.propTypes = require_iconPropTypes.iconPropTypes;
745
- const TriangleLeftOutline = /* @__PURE__ */ react.default.forwardRef(function TriangleLeftOutline({ children, size = 16, ...rest }, ref) {
746
- return react.default.createElement(require_Icon.Icon, {
744
+ if (process.env.NODE_ENV !== "production") Tornado.propTypes = require_iconPropTypes.iconPropTypes;
745
+ const TornadoWarning = /* @__PURE__ */ react.default.forwardRef(function TornadoWarning({ children, size = 16, ...rest }, ref) {
746
+ return react.default.createElement(require_Icon_js, {
747
747
  width: size,
748
748
  height: size,
749
749
  ref,
@@ -751,14 +751,14 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
751
751
  viewBox: "0 0 32 32",
752
752
  fill: "currentColor",
753
753
  ...rest
754
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
755
- strokeWidth: "0",
756
- d: "m27.5117,2.1245L3.5249,15.144c-.3438.1865-.5249.5212-.5249.856,0,.3345.1812.6689.5249.8555l23.9868,13.0195c.1582.0862.3257.1255.4883.125.5229-.0017,1-.4114,1-.9805V2.9802c0-.5691-.4771-.9788-1-.9802-.1626-.0005-.3301.0386-.4883.1245Zm-.5117,25.1985L6.1323,16,27,4.677v22.646Z"
757
- }), children);
754
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 4H18V6H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 8H16V10H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 12H14V14H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 16H12V18H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20H12V22H4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8 24H14V26H8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 28H16V30H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
755
+ fill: "none",
756
+ d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
757
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z" }), children);
758
758
  });
759
- if (process.env.NODE_ENV !== "production") TriangleLeftOutline.propTypes = require_iconPropTypes.iconPropTypes;
760
- const TriangleLeftSolid = /* @__PURE__ */ react.default.forwardRef(function TriangleLeftSolid({ children, size = 16, ...rest }, ref) {
761
- return react.default.createElement(require_Icon.Icon, {
759
+ if (process.env.NODE_ENV !== "production") TornadoWarning.propTypes = require_iconPropTypes.iconPropTypes;
760
+ const Touch_1 = /* @__PURE__ */ react.default.forwardRef(function Touch_1({ children, size = 16, ...rest }, ref) {
761
+ return react.default.createElement(require_Icon_js, {
762
762
  width: size,
763
763
  height: size,
764
764
  ref,
@@ -766,14 +766,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
766
766
  viewBox: "0 0 32 32",
767
767
  fill: "currentColor",
768
768
  ...rest
769
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
770
- strokeWidth: "0",
771
- d: "m29,29.0194c0,.5692-.4772.979-1,.9806-.1628.0005-.3299-.0388-.4885-.1249L3.5248,16.8556c-.3435-.1865-.5248-.521-.5248-.8555s.1812-.6694.5248-.8559L27.5115,2.1246c.1586-.0861.3257-.1251.4885-.1246.5228.0016,1,.4111,1,.9803v26.0391Z"
772
- }), children);
769
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,8H18A5,5,0,0,0,8,8H6A7,7,0,0,1,20,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,15a2.94,2.94,0,0,0-1.47.4A3,3,0,0,0,21,14a2.94,2.94,0,0,0-1.47.4A3,3,0,0,0,16,13.18V8h0a3,3,0,0,0-6,0V19.1L7.77,17.58h0A2.93,2.93,0,0,0,6,17a3,3,0,0,0-2.12,5.13l8,7.3A6.16,6.16,0,0,0,16,31h5a7,7,0,0,0,7-7V18A3,3,0,0,0,25,15Zm1,9a5,5,0,0,1-5,5H16a4.17,4.17,0,0,1-2.76-1L5.29,20.7A1,1,0,0,1,5,20a1,1,0,0,1,1.6-.8L12,22.9V8a1,1,0,0,1,2,0h0V19h2V16a1,1,0,0,1,2,0v3h2V17a1,1,0,0,1,2,0v2h2V18a1,1,0,0,1,2,0Z" }), children);
773
770
  });
774
- if (process.env.NODE_ENV !== "production") TriangleLeftSolid.propTypes = require_iconPropTypes.iconPropTypes;
775
- const TriangleOutline = /* @__PURE__ */ react.default.forwardRef(function TriangleOutline({ children, size = 16, ...rest }, ref) {
776
- return react.default.createElement(require_Icon.Icon, {
771
+ if (process.env.NODE_ENV !== "production") Touch_1.propTypes = require_iconPropTypes.iconPropTypes;
772
+ const Touch_1Filled = /* @__PURE__ */ react.default.forwardRef(function Touch_1Filled({ children, size = 16, ...rest }, ref) {
773
+ return react.default.createElement(require_Icon_js, {
777
774
  width: size,
778
775
  height: size,
779
776
  ref,
@@ -781,14 +778,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
781
778
  viewBox: "0 0 32 32",
782
779
  fill: "currentColor",
783
780
  ...rest
784
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
785
- strokeWidth: "0",
786
- d: "m29.8755,27.5117L16.856,3.5249c-.1865-.3438-.5212-.5249-.856-.5249-.3345,0-.6689.1812-.8555.5249L2.125,27.5117c-.0862.1582-.1255.3257-.125.4883.0017.5229.4114,1,.9805,1h26.0393c.5691,0,.9788-.4771.9802-1,.0005-.1626-.0386-.3301-.1245-.4883Zm-25.1985-.5117L16,6.1323l11.323,20.8677H4.677Z"
787
- }), children);
781
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,2A6.0067,6.0067,0,0,0,7,8H9a4,4,0,0,1,8,0h2A6.0067,6.0067,0,0,0,13,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,30H16.5606a4,4,0,0,1-2.7088-1.0566L4.6513,20.4771A2.0018,2.0018,0,0,1,4.77,17.4219a2.0743,2.0743,0,0,1,2.6578.1728L11,20.8569V8a2,2,0,0,1,4,0v7a2,2,0,0,1,4,0v1a2,2,0,0,1,4,0v1a2,2,0,0,1,4,0v7A6,6,0,0,1,21,30Z" }), children);
788
782
  });
789
- if (process.env.NODE_ENV !== "production") TriangleOutline.propTypes = require_iconPropTypes.iconPropTypes;
790
- const TriangleRightOutline = /* @__PURE__ */ react.default.forwardRef(function TriangleRightOutline({ children, size = 16, ...rest }, ref) {
791
- return react.default.createElement(require_Icon.Icon, {
783
+ if (process.env.NODE_ENV !== "production") Touch_1Filled.propTypes = require_iconPropTypes.iconPropTypes;
784
+ const Touch_1Down = /* @__PURE__ */ react.default.forwardRef(function Touch_1Down({ children, size = 16, ...rest }, ref) {
785
+ return react.default.createElement(require_Icon_js, {
792
786
  width: size,
793
787
  height: size,
794
788
  ref,
@@ -796,14 +790,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
796
790
  viewBox: "0 0 32 32",
797
791
  fill: "currentColor",
798
792
  ...rest
799
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
800
- strokeWidth: "0",
801
- d: "m4.4883,29.8755l23.9868-13.0195c.3438-.1865.5249-.5212.5249-.856,0-.3345-.1812-.6689-.5249-.8555L4.4883,2.125c-.1582-.0862-.3257-.1255-.4883-.125-.5229.0017-1,.4114-1,.9805v26.0393c0,.5691.4771.9788,1,.9802.1626.0005.3301-.0386.4883-.1245Zm.5117-25.1985l20.8677,11.323L5,27.323V4.677Z"
802
- }), children);
793
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,24H18A5,5,0,0,1,8,24H6a7,7,0,0,0,14,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,14V8a7.0085,7.0085,0,0,0-7-7H16a6.1457,6.1457,0,0,0-4.1055,1.5664L3.8833,9.874a2.9986,2.9986,0,0,0,3.881,4.55l.0008.0012L10,12.8955V24a3,3,0,0,0,6,0h0l0-5.1843a2.939,2.939,0,0,0,3.5294-1.2171A2.963,2.963,0,0,0,21,18a2.9936,2.9936,0,0,0,2.5292-1.4014A2.963,2.963,0,0,0,25,17,3.0033,3.0033,0,0,0,28,14Zm-2,0a1,1,0,0,1-2,0V13H22v2a1,1,0,0,1-2,0V13H18v3a1,1,0,0,1-2,0V13H14V24h.0005A1,1,0,0,1,12,24V9.1045L6.6,12.8008a.9993.9993,0,0,1-1.3081-1.5044l7.9507-7.2515A4.1483,4.1483,0,0,1,16,3h5a5.0059,5.0059,0,0,1,5,5Z" }), children);
803
794
  });
804
- if (process.env.NODE_ENV !== "production") TriangleRightOutline.propTypes = require_iconPropTypes.iconPropTypes;
805
- const TriangleRightSolid = /* @__PURE__ */ react.default.forwardRef(function TriangleRightSolid({ children, size = 16, ...rest }, ref) {
806
- return react.default.createElement(require_Icon.Icon, {
795
+ if (process.env.NODE_ENV !== "production") Touch_1Down.propTypes = require_iconPropTypes.iconPropTypes;
796
+ const Touch_1DownFilled = /* @__PURE__ */ react.default.forwardRef(function Touch_1DownFilled({ children, size = 16, ...rest }, ref) {
797
+ return react.default.createElement(require_Icon_js, {
807
798
  width: size,
808
799
  height: size,
809
800
  ref,
@@ -811,14 +802,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
811
802
  viewBox: "0 0 32 32",
812
803
  fill: "currentColor",
813
804
  ...rest
814
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
815
- strokeWidth: "0",
816
- d: "m3,2.9806c0-.5692.4772-.979,1-.9806.1628-.0005.3299.0388.4885.1249l23.9867,13.0196c.3435.1865.5248.521.5248.8555s-.1812.6694-.5248.8559L4.4885,29.8754c-.1586.0861-.3257.1251-.4885.1246-.5228-.0016-1-.4111-1-.9803V2.9806Z"
817
- }), children);
805
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,30a6.0067,6.0067,0,0,1-6-6H9a4,4,0,0,0,8,0h2A6.0067,6.0067,0,0,1,13,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,2H16.5606a4,4,0,0,0-2.7088,1.0566L4.6513,11.5229A2.0018,2.0018,0,0,0,4.77,14.5781a2.0743,2.0743,0,0,0,2.6578-.1728L11,11.1431V24a2,2,0,0,0,4,0V17a2,2,0,0,0,4,0V16a2,2,0,0,0,4,0V15a2,2,0,0,0,4,0V8A6,6,0,0,0,21,2Z" }), children);
818
806
  });
819
- if (process.env.NODE_ENV !== "production") TriangleRightSolid.propTypes = require_iconPropTypes.iconPropTypes;
820
- const TriangleSolid = /* @__PURE__ */ react.default.forwardRef(function TriangleSolid({ children, size = 16, ...rest }, ref) {
821
- return react.default.createElement(require_Icon.Icon, {
807
+ if (process.env.NODE_ENV !== "production") Touch_1DownFilled.propTypes = require_iconPropTypes.iconPropTypes;
808
+ const Touch_2 = /* @__PURE__ */ react.default.forwardRef(function Touch_2({ children, size = 16, ...rest }, ref) {
809
+ return react.default.createElement(require_Icon_js, {
822
810
  width: size,
823
811
  height: size,
824
812
  ref,
@@ -826,14 +814,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
826
814
  viewBox: "0 0 32 32",
827
815
  fill: "currentColor",
828
816
  ...rest
829
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
830
- strokeWidth: "0",
831
- d: "m2.9806,29c-.5692,0-.979-.4772-.9806-1-.0005-.1628.0388-.3299.1249-.4885L15.1444,3.5248c.1865-.3435.521-.5248.8555-.5248s.6694.1812.8559.5248l13.0195,23.9867c.0861.1586.1251.3257.1246.4885-.0016.5228-.4111,1-.9803,1H2.9806Z"
832
- }), children);
817
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,28H23V15A7,7,0,1,0,9,15V28H7V15a9,9,0,0,1,18,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,20H11V15a5,5,0,0,1,10,0Zm-8-2h6V15a3,3,0,0,0-6,0Z" }), children);
833
818
  });
834
- if (process.env.NODE_ENV !== "production") TriangleSolid.propTypes = require_iconPropTypes.iconPropTypes;
835
- const Trigger = /* @__PURE__ */ react.default.forwardRef(function Trigger({ children, size = 16, ...rest }, ref) {
836
- return react.default.createElement(require_Icon.Icon, {
819
+ if (process.env.NODE_ENV !== "production") Touch_2.propTypes = require_iconPropTypes.iconPropTypes;
820
+ const Touch_2Filled = /* @__PURE__ */ react.default.forwardRef(function Touch_2Filled({ children, size = 16, ...rest }, ref) {
821
+ return react.default.createElement(require_Icon_js, {
837
822
  width: size,
838
823
  height: size,
839
824
  ref,
@@ -841,11 +826,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
841
826
  viewBox: "0 0 32 32",
842
827
  fill: "currentColor",
843
828
  ...rest
844
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,19l1.4,1.4,5.6-5.6,5.6,5.6,1.4-1.4-7-7-7,7ZM28.6,11.6l-5.6,5.6-5.6-5.6-1.4,1.4,7,7,7-7-1.4-1.4ZM9,22c-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2-.8954-2-2-2ZM23,10c1.1046,0,2-.8954,2-2s-.8954-2-2-2-2,.8954-2,2,.8954,2,2,2Z" }), children);
829
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,12a3.0033,3.0033,0,0,0-3,3v3h6V15A3.0033,3.0033,0,0,0,16,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,6a9.0092,9.0092,0,0,0-9,9V28H25V15A9.01,9.01,0,0,0,16,6Zm5,14H11V15a5,5,0,0,1,10,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z" }), children);
845
830
  });
846
- if (process.env.NODE_ENV !== "production") Trigger.propTypes = require_iconPropTypes.iconPropTypes;
847
- const Trophy = /* @__PURE__ */ react.default.forwardRef(function Trophy({ children, size = 16, ...rest }, ref) {
848
- return react.default.createElement(require_Icon.Icon, {
831
+ if (process.env.NODE_ENV !== "production") Touch_2Filled.propTypes = require_iconPropTypes.iconPropTypes;
832
+ const TouchInteraction = /* @__PURE__ */ react.default.forwardRef(function TouchInteraction({ children, size = 16, ...rest }, ref) {
833
+ return react.default.createElement(require_Icon_js, {
849
834
  width: size,
850
835
  height: size,
851
836
  ref,
@@ -853,11 +838,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
853
838
  viewBox: "0 0 32 32",
854
839
  fill: "currentColor",
855
840
  ...rest
856
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,7H24V6a2.0023,2.0023,0,0,0-2-2H10A2.0023,2.0023,0,0,0,8,6V7H6A2.0023,2.0023,0,0,0,4,9v3a4.0045,4.0045,0,0,0,4,4h.322A8.1689,8.1689,0,0,0,15,21.9341V26H10v2H22V26H17V21.9311A7.9661,7.9661,0,0,0,23.74,16H24a4.0045,4.0045,0,0,0,4-4V9A2.0023,2.0023,0,0,0,26,7ZM8,14a2.0023,2.0023,0,0,1-2-2V9H8Zm14,0a6,6,0,0,1-6.1855,5.9971A6.1991,6.1991,0,0,1,10,13.7065V6H22Zm4-2a2.0023,2.0023,0,0,1-2,2V9h2Z" }), children);
841
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,21V20a1,1,0,0,1,2,0V30h2V20a3.0033,3.0033,0,0,0-3-3,2.964,2.964,0,0,0-1.4708.4014,2.9541,2.9541,0,0,0-4-1A2.9934,2.9934,0,0,0,19,15a2.96,2.96,0,0,0-1,.1846L18,10h0a3,3,0,0,0-6,0V21.1045L9.7651,19.5752l-.0008.001a2.999,2.999,0,0,0-3.881,4.55L12.3223,30l1.3479-1.478L7.2915,22.7036A.9908.9908,0,0,1,7,22a1.0005,1.0005,0,0,1,1.6-.8008L14,24.8955V10a1,1,0,0,1,2,0h0V21h2V18a1,1,0,0,1,2,0v3h2V19a1,1,0,0,1,2,0v2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H22V10h6V4H4v6H8v2H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,12Z" }), children);
857
842
  });
858
- if (process.env.NODE_ENV !== "production") Trophy.propTypes = require_iconPropTypes.iconPropTypes;
859
- const TrophyFilled = /* @__PURE__ */ react.default.forwardRef(function TrophyFilled({ children, size = 16, ...rest }, ref) {
860
- return react.default.createElement(require_Icon.Icon, {
843
+ if (process.env.NODE_ENV !== "production") TouchInteraction.propTypes = require_iconPropTypes.iconPropTypes;
844
+ const Tour = /* @__PURE__ */ react.default.forwardRef(function Tour({ children, size = 16, ...rest }, ref) {
845
+ return react.default.createElement(require_Icon_js, {
861
846
  width: size,
862
847
  height: size,
863
848
  ref,
@@ -865,11 +850,15 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
865
850
  viewBox: "0 0 32 32",
866
851
  fill: "currentColor",
867
852
  ...rest
868
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,7H24V6a2.0023,2.0023,0,0,0-2-2H10A2.0023,2.0023,0,0,0,8,6V7H6A2.0023,2.0023,0,0,0,4,9v3a4.0045,4.0045,0,0,0,4,4h.322A8.1689,8.1689,0,0,0,15,21.9341V26H10v2H22V26H17V21.9311A7.9661,7.9661,0,0,0,23.74,16H24a4.0045,4.0045,0,0,0,4-4V9A2.0023,2.0023,0,0,0,26,7ZM8,14a2.0023,2.0023,0,0,1-2-2V9H8Zm18-2a2.0023,2.0023,0,0,1-2,2V9h2Z" }), children);
853
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,18l-4.7788-6.4019c-.7979-1.0562-1.2212-2.302-1.2212-3.5981,0-3.3083,2.6914-6,6-6s6,2.6917,6,6c0,1.2961-.4233,2.542-1.2246,3.6028l-4.7754,6.3972Zm0-14c-2.2056,0-4,1.7944-4,4,0,.8577.2837,1.6865.8203,2.3972l3.1797,4.2595,3.1763-4.2549c.54-.7153.8237-1.5442.8237-2.4019,0-2.2056-1.7944-4-4-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
854
+ cx: "24",
855
+ cy: "8",
856
+ r: "2"
857
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m28,18v4H4V6h10v-2H4c-1.1045,0-2,.8955-2,2v16c0,1.1045.8955,2,2,2h8v4h-4v2h16v-2h-4v-4h8c1.1046,0,2-.8955,2-2v-4h-2Zm-10,10h-4v-4h4v4Z" }), children);
869
858
  });
870
- if (process.env.NODE_ENV !== "production") TrophyFilled.propTypes = require_iconPropTypes.iconPropTypes;
871
- const TropicalStorm = /* @__PURE__ */ react.default.forwardRef(function TropicalStorm({ children, size = 16, ...rest }, ref) {
872
- return react.default.createElement(require_Icon.Icon, {
859
+ if (process.env.NODE_ENV !== "production") Tour.propTypes = require_iconPropTypes.iconPropTypes;
860
+ const Trace = /* @__PURE__ */ react.default.forwardRef(function Trace({ children, size = 16, ...rest }, ref) {
861
+ return react.default.createElement(require_Icon_js, {
873
862
  width: size,
874
863
  height: size,
875
864
  ref,
@@ -877,11 +866,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
877
866
  viewBox: "0 0 32 32",
878
867
  fill: "currentColor",
879
868
  ...rest
880
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.6521,4.1821l-2.177,2.5142L19.0713,8.3174,20.7864,9.605A7.9361,7.9361,0,0,1,23.9963,16l.0008.0576.0017.0415c.018.4317.2412,10.1113-14.6538,11.7222l2.18-2.5176,1.4039-1.6211L11.2139,22.395A7.9361,7.9361,0,0,1,8.0037,16l-.0008-.0576-.0017-.0415C7.9832,15.47,7.7605,5.8071,22.6521,4.1821M24.9978,2c-.0164,0-.0327,0-.0493.001C5.2532,2.9146,6.0037,16,6.0037,16a9.975,9.975,0,0,0,4.0095,7.9946L6.2368,28.3555A1.0044,1.0044,0,0,0,7.0022,30c.0164,0,.0327,0,.0493-.001C26.7468,29.0854,25.9963,16,25.9963,16a9.9756,9.9756,0,0,0-4.0092-7.9946l3.7761-4.3609A1.0044,1.0044,0,0,0,24.9978,2Z" }), children);
869
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,27.0001h9.0001v2H4c-1.1,0-2-.9-2-2V3.0001h2v7.9999h9v2H4v6h9v2H4v6.0001ZM10,2.9999v2h20v-2s-20,0-20,0ZM19.0001,13h10.9999v-2h-10.9999v2ZM19.0001,21h10.9999v-2h-10.9999v2ZM19.0001,29.0001h10.9999v-2h-10.9999v2Z" }), children);
881
870
  });
882
- if (process.env.NODE_ENV !== "production") TropicalStorm.propTypes = require_iconPropTypes.iconPropTypes;
883
- const TropicalStormModelTracks = /* @__PURE__ */ react.default.forwardRef(function TropicalStormModelTracks({ children, size = 16, ...rest }, ref) {
884
- return react.default.createElement(require_Icon.Icon, {
871
+ if (process.env.NODE_ENV !== "production") Trace.propTypes = require_iconPropTypes.iconPropTypes;
872
+ const TrafficEvent = /* @__PURE__ */ react.default.forwardRef(function TrafficEvent({ children, size = 16, ...rest }, ref) {
873
+ return react.default.createElement(require_Icon_js, {
885
874
  width: size,
886
875
  height: size,
887
876
  ref,
@@ -889,11 +878,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
889
878
  viewBox: "0 0 32 32",
890
879
  fill: "currentColor",
891
880
  ...rest
892
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,17a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,17Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,10,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.8188,6.65c.1163-.1211,1.8643-1.919,2.8882-2.9434A1,1,0,0,0,17,2C11.812,2,2,4.2988,2,13a7.8938,7.8938,0,0,0,3.1812,6.35c-.1612.1675-1.9507,2.0054-2.8882,2.9429A1,1,0,0,0,3,24c5.188,0,15-2.2988,15-11A7.8927,7.8927,0,0,0,14.8188,6.65ZM9.7065,20.793a20.94,20.94,0,0,1-4.0932.9853c.1621-.166,2.7685-2.9053,2.7685-2.9053l-1.1743-.6074A5.9064,5.9064,0,0,1,4,13c0-3.667,2.1177-6.2886,6.2935-7.793a20.94,20.94,0,0,1,4.0932-.9853c-.227.2324-2.769,2.9057-2.769,2.9057l1.1748.607A5.9075,5.9075,0,0,1,16,13C16,16.667,13.8823,19.2886,9.7065,20.793Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,17l-5-5-5,5,1.4126,1.4155L24,15.8325V19a9.01,9.01,0,0,1-9,9H12v2h3A11.0125,11.0125,0,0,0,26,19V15.8325l2.5859,2.5816Z" }), children);
881
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 21H17V23H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.2456,8,25.96,14H30V12H27.4688l-1.3-4.5488A2.0077,2.0077,0,0,0,24.2456,6H22.8972l-.7287-2.5488A2.0077,2.0077,0,0,0,20.2456,2H7.7544A2.0078,2.0078,0,0,0,5.8315,3.4507L4.5312,8H2v2H6.04L7.7544,4H20.2456l.5715,2H11.7544A2.008,2.008,0,0,0,9.8315,7.45L8.8171,11H7.7144a1.9981,1.9981,0,0,0-1.8916,1.3516L4.5715,16H2v2H4v7a2.0025,2.0025,0,0,0,2,2v3H8V27H20v3h2V27a2.0025,2.0025,0,0,0,2-2V18h2V16H23.4287l-1.251-3.6475A1.9988,1.9988,0,0,0,20.2856,11H10.897l.8574-3ZM22,19v2H20v2h2v2H6V23H8V21H6V19Zm-.3429-2H6.3428l1.3716-4H20.2856Z" }), children);
893
882
  });
894
- if (process.env.NODE_ENV !== "production") TropicalStormModelTracks.propTypes = require_iconPropTypes.iconPropTypes;
895
- const TropicalStormTracks = /* @__PURE__ */ react.default.forwardRef(function TropicalStormTracks({ children, size = 16, ...rest }, ref) {
896
- return react.default.createElement(require_Icon.Icon, {
883
+ if (process.env.NODE_ENV !== "production") TrafficEvent.propTypes = require_iconPropTypes.iconPropTypes;
884
+ const TrafficFlow = /* @__PURE__ */ react.default.forwardRef(function TrafficFlow({ children, size = 16, ...rest }, ref) {
885
+ return react.default.createElement(require_Icon_js, {
897
886
  width: size,
898
887
  height: size,
899
888
  ref,
@@ -901,11 +890,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
901
890
  viewBox: "0 0 32 32",
902
891
  fill: "currentColor",
903
892
  ...rest
904
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.86,12.4805h0a12.9277,12.9277,0,0,0-4.8575-4.9991q.2044-.213.4424-.4589h0c.82-.8482,1.93-1.9825,3.2622-3.3155A1,1,0,0,0,25,2c-.354,0-8.7363.0488-14.269,4.3018h0A12.15,12.15,0,0,0,7.481,9.998c-.1416-.1367-.295-.2841-.4585-.4423C6.1743,8.7349,5.04,7.6255,3.707,6.293A1,1,0,0,0,2,7c0,.3594.05,8.874,4.4058,14.4023a12.1023,12.1023,0,0,0,3.5918,3.1163c-.21.2177-.4346.4516-.6563.68h0c-.7954.8208-1.8286,1.8745-3.0483,3.0943A1,1,0,0,0,7,30c.2856,0,7.061-.0352,12.459-3.1055a12.9618,12.9618,0,0,0,5.06-4.8925q.3062.2937.68.6567c.82.7954,1.8745,1.8286,3.0943,3.0483A1,1,0,0,0,30,25C30,24.7119,29.9644,17.8877,26.86,12.4805Zm-3.03,6.1074-.5469,1.3672A10.5415,10.5415,0,0,1,18.47,25.1562,24.3514,24.3514,0,0,1,9.584,27.8135c.4409-.4492,3.8281-3.9824,3.8281-3.9824l-1.3682-.5474a9.8021,9.8021,0,0,1-4.0668-3.1191c-2.5406-3.2242-3.4585-7.7623-3.79-10.58.5435.5337,3.9815,3.8266,3.9815,3.8266l.5468-1.3672A9.8569,9.8569,0,0,1,11.95,7.8877h0C15.1665,5.415,19.6309,4.5146,22.4155,4.187c-.5332.5435-3.8276,3.9819-3.8276,3.9819l1.3677.5469a10.52,10.52,0,0,1,5.17,4.7608v0a24.29,24.29,0,0,1,2.688,8.94C27.3643,21.9751,23.83,18.5879,23.83,18.5879Z" }), children);
893
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 8 22 4 18 8 19.41 9.42 21 7.83 21 18 23 18 23 7.83 24.58 9.41 26 8z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.59 22.58 11 24.17 11 14 9 14 9 24.17 7.42 22.59 6 24 10 28 14 24 12.59 22.58z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H4V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 2H30V30H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 2H17V6H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 10H17V14H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 18H17V22H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 26H17V30H15z" }), children);
905
894
  });
906
- if (process.env.NODE_ENV !== "production") TropicalStormTracks.propTypes = require_iconPropTypes.iconPropTypes;
907
- const TropicalWarning = /* @__PURE__ */ react.default.forwardRef(function TropicalWarning({ children, size = 16, ...rest }, ref) {
908
- return react.default.createElement(require_Icon.Icon, {
895
+ if (process.env.NODE_ENV !== "production") TrafficFlow.propTypes = require_iconPropTypes.iconPropTypes;
896
+ const TrafficFlowIncident = /* @__PURE__ */ react.default.forwardRef(function TrafficFlowIncident({ children, size = 16, ...rest }, ref) {
897
+ return react.default.createElement(require_Icon_js, {
909
898
  width: size,
910
899
  height: size,
911
900
  ref,
@@ -913,14 +902,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
913
902
  viewBox: "0 0 32 32",
914
903
  fill: "currentColor",
915
904
  ...rest
916
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.9487,25.6836a1,1,0,0,0-1.8955-.0049A3.44,3.44,0,0,1,23,28a3.44,3.44,0,0,1-3.0532-2.3213,1,1,0,0,0-1.8955.0049A3.4376,3.4376,0,0,1,15,28h-.4336C13.9241,26.7939,12,22.312,12,12v-.1313l1.1169.7446A6.46,6.46,0,0,1,14.4346,13.79l1.0007-1.8418a8.4469,8.4469,0,0,0-1.209-.9986L12.8025,10h1.5308a6.9861,6.9861,0,0,1,1.9934.3071l.9755-1.7954A9.0059,9.0059,0,0,0,14.3333,8H13.1169A7.0329,7.0329,0,0,1,18,6h.6669l1.0867-2H18a9.0361,9.0361,0,0,0-7,3.3638A9.0362,9.0362,0,0,0,4,4H2V6H4A7.0308,7.0308,0,0,1,8.8828,8H7.6665a9.06,9.06,0,0,0-5.4,1.8L.4,11.2l1.2,1.6L3.4668,11.4a7.04,7.04,0,0,1,4.2-1.4H9.1973l-1.4239.9492A8.457,8.457,0,0,0,4,18H6a6.46,6.46,0,0,1,2.8828-5.3867L10,11.8687V12c0,8.9365,1.3994,13.7539,2.355,16H2v2H15a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0,4.9955,4.9955,0,0,0,3,1.8833V27.8125A3.7616,3.7616,0,0,1,27.9487,25.6836Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
917
- fill: "none",
918
- d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
919
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z" }), children);
905
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 9.42 24.59 8 22.005 10.585 22 10.58 21.995 10.585 19.42 8.01 18 9.42 20.58 12 18 14.58 19.41 16 21.995 13.415 22 13.42 22.005 13.415 24.58 15.99 26 14.58 23.42 12 26 9.42z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14 17.42 12.59 16 10.005 18.585 10 18.58 9.995 18.585 7.42 16.01 6 17.42 8.58 20 6 22.58 7.41 24 9.995 21.415 10 21.42 10.005 21.415 12.58 23.99 14 22.58 11.42 20 14 17.42z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 2H4V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 2H30V30H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 2H17V6H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 10H17V14H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 18H17V22H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 26H17V30H15z" }), children);
920
906
  });
921
- if (process.env.NODE_ENV !== "production") TropicalWarning.propTypes = require_iconPropTypes.iconPropTypes;
922
- const TryCatch = /* @__PURE__ */ react.default.forwardRef(function TryCatch({ children, size = 16, ...rest }, ref) {
923
- return react.default.createElement(require_Icon.Icon, {
907
+ if (process.env.NODE_ENV !== "production") TrafficFlowIncident.propTypes = require_iconPropTypes.iconPropTypes;
908
+ const TrafficIncident = /* @__PURE__ */ react.default.forwardRef(function TrafficIncident({ children, size = 16, ...rest }, ref) {
909
+ return react.default.createElement(require_Icon_js, {
924
910
  width: size,
925
911
  height: size,
926
912
  ref,
@@ -928,11 +914,14 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
928
914
  viewBox: "0 0 32 32",
929
915
  fill: "currentColor",
930
916
  ...rest
931
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.2,13l-2.2-2.2v-3.8h-12.8l-2.2-2.2V2h-2v2.8l-3.2,3.2,3.2,3.2v14.9l-1.8-1.8-1.4,1.4,4.2,4.2,1.1-1.1,3.1-3.1-1.4-1.4-1.8,1.8v-4.1h21v-9h-3.8ZM14,13.5v6.5h-6v-8.8l2.2-2.2h10.8v1.8l-2.2,2.2h-4.8v.5ZM27,20h-11v-5h2.8l3.2,3.2,3.2-3.2h1.8v5Z" }), children);
917
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 28H30V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
918
+ d: "M11.314 11.514H17.314V13.514H11.314z",
919
+ transform: "rotate(-45 14.314 12.514)"
920
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12.0815,23.4329l4.1168,2.3176a2.009,2.009,0,0,0,2.3853-.3344l8.8326-8.8326a2.0088,2.0088,0,0,0,.334-2.3856l-2.2977-4.136,1.79-1.79L25.8283,6.8577,24.4141,8.2719l-4.95-4.95a2.0026,2.0026,0,0,0-2.8285,0L14.5146,1.2008,13.1,2.615l2.1213,2.1214L6.7364,13.2216,4.6151,11.1,3.2009,12.5145l2.1213,2.1213a2.0025,2.0025,0,0,0,0,2.8285l4.95,4.95L8.8577,23.8282l1.4143,1.4142Zm13.92-8.2636-8.8328,8.8328-4.5456-2.5255L23.4767,10.6235ZM9.5649,18.8785l1.4142-1.4142L9.5649,16.05,8.1506,17.4643,6.7364,16.05,18.05,4.7364l1.4143,1.4142L18.05,7.5648,19.4644,8.979l1.4142-1.4142L22.2928,8.979,10.9791,20.2927Z" }), children);
932
921
  });
933
- if (process.env.NODE_ENV !== "production") TryCatch.propTypes = require_iconPropTypes.iconPropTypes;
934
- const Tsq = /* @__PURE__ */ react.default.forwardRef(function Tsq({ children, size = 16, ...rest }, ref) {
935
- return react.default.createElement(require_Icon.Icon, {
922
+ if (process.env.NODE_ENV !== "production") TrafficIncident.propTypes = require_iconPropTypes.iconPropTypes;
923
+ const TrafficWeatherIncident = /* @__PURE__ */ react.default.forwardRef(function TrafficWeatherIncident({ children, size = 16, ...rest }, ref) {
924
+ return react.default.createElement(require_Icon_js, {
936
925
  width: size,
937
926
  height: size,
938
927
  ref,
@@ -940,11 +929,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
940
929
  viewBox: "0 0 32 32",
941
930
  fill: "currentColor",
942
931
  ...rest
943
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 26H30V28H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 22H30V24H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,20h-11V12h11v8Zm-9-2h7v-4h-7v4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 8H30V10H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 4H30V6H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.293 18.707 8 16.4143 8 12 10 12 10 15.5857 11.707 17.293 10.293 18.707z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,24c-4.4111,0-8-3.5889-8-8s3.5889-8,8-8,8,3.5889,8,8-3.5889,8-8,8Zm0-14c-3.3083,0-6,2.6917-6,6s2.6917,6,6,6,6-2.6917,6-6-2.6917-6-6-6Z" }), children);
932
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 24H4V30H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 2H30V30H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 2H17V6H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 10H17V14H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 18H17V22H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 26H17V30H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,12A3.8978,3.8978,0,0,1,2,8.223a3.9017,3.9017,0,0,1,.6533-2.0639L5.17,2.4141a1.0381,1.0381,0,0,1,1.6592,0L9.3154,6.11A3.9693,3.9693,0,0,1,10,8.223,3.8978,3.8978,0,0,1,6,12Zm0-7.2368L4.3438,7.2257A1.89,1.89,0,0,0,4,8.223a1.9007,1.9007,0,0,0,2,1.7775A1.9007,1.9007,0,0,0,8,8.223a1.98,1.98,0,0,0-.375-1.0466Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,11.7627,9.3438,14.2253A1.89,1.89,0,0,0,9,15.2226,1.9007,1.9007,0,0,0,11,17a1.9007,1.9007,0,0,0,2-1.7774,1.98,1.98,0,0,0-.375-1.0467Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,15.7627,4.3438,18.2253A1.89,1.89,0,0,0,4,19.2226,1.9007,1.9007,0,0,0,6,21a1.9007,1.9007,0,0,0,2-1.7774,1.98,1.98,0,0,0-.375-1.0467Z" }), children);
944
933
  });
945
- if (process.env.NODE_ENV !== "production") Tsq.propTypes = require_iconPropTypes.iconPropTypes;
946
- const Tsunami = /* @__PURE__ */ react.default.forwardRef(function Tsunami({ children, size = 16, ...rest }, ref) {
947
- return react.default.createElement(require_Icon.Icon, {
934
+ if (process.env.NODE_ENV !== "production") TrafficWeatherIncident.propTypes = require_iconPropTypes.iconPropTypes;
935
+ const TrafficCone = /* @__PURE__ */ react.default.forwardRef(function TrafficCone({ children, size = 16, ...rest }, ref) {
936
+ return react.default.createElement(require_Icon_js, {
948
937
  width: size,
949
938
  height: size,
950
939
  ref,
@@ -952,11 +941,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
952
941
  viewBox: "0 0 32 32",
953
942
  fill: "currentColor",
954
943
  ...rest
955
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,26H24A10.0349,10.0349,0,0,1,17.0732,8.7378,11.9629,11.9629,0,0,0,12.9937,8a6.9027,6.9027,0,0,0-6.0308,3.42C4.9966,14.4348,4,19.34,4,26H2c0-7.0542,1.106-12.3274,3.2871-15.6726A8.906,8.906,0,0,1,12.9937,6h.0068a14.762,14.762,0,0,1,6.4619,1.592,1,1,0,0,1,.0869,1.7222A8.0249,8.0249,0,0,0,24,24h6Z" }), children);
944
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24.7957,28,18.9746,2.7754A1,1,0,0,0,18,2H14a1,1,0,0,0-.9746.7754L7.2043,28H4v2H28V28ZM19.9736,16H12.0264l.9229-4h6.1014Zm.4616,2,.923,4H10.6418l.923-4Zm-5.64-14h2.4092l1.3845,6H13.4109ZM10.18,24H21.82l.923,4H9.2573Z" }), children);
956
945
  });
957
- if (process.env.NODE_ENV !== "production") Tsunami.propTypes = require_iconPropTypes.iconPropTypes;
958
- const Tsv = /* @__PURE__ */ react.default.forwardRef(function Tsv({ children, size = 16, ...rest }, ref) {
959
- return react.default.createElement(require_Icon.Icon, {
946
+ if (process.env.NODE_ENV !== "production") TrafficCone.propTypes = require_iconPropTypes.iconPropTypes;
947
+ const Train = /* @__PURE__ */ react.default.forwardRef(function Train({ children, size = 16, ...rest }, ref) {
948
+ return react.default.createElement(require_Icon_js, {
960
949
  width: size,
961
950
  height: size,
962
951
  ref,
@@ -964,11 +953,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
964
953
  viewBox: "0 0 32 32",
965
954
  fill: "currentColor",
966
955
  ...rest
967
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 9 26 22 24 9 22 9 24.516 23 27.484 23 30 9 28 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H12V21h6V17H14a2.002,2.002,0,0,1-2-2V11a2.002,2.002,0,0,1,2-2h6v2H14v4h4a2.002,2.002,0,0,1,2,2v4A2.002,2.002,0,0,1,18,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11 5 11 5 23 7 23 7 11 10 11 10 9 2 9 2 11z" }), children);
956
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,3H11A5.0057,5.0057,0,0,0,6,8V20a4.99,4.99,0,0,0,3.582,4.77L7.7693,29H9.9451l1.7143-4h8.6812l1.7143,4h2.1758L22.418,24.77A4.99,4.99,0,0,0,26,20V8A5.0057,5.0057,0,0,0,21,3ZM11,5H21a2.9948,2.9948,0,0,1,2.8157,2H8.1843A2.9948,2.9948,0,0,1,11,5ZM24,19H21v2h2.8157A2.9948,2.9948,0,0,1,21,23H11a2.9948,2.9948,0,0,1-2.8157-2H11V19H8V17H24Zm0-4H8V9H24Z" }), children);
968
957
  });
969
- if (process.env.NODE_ENV !== "production") Tsv.propTypes = require_iconPropTypes.iconPropTypes;
970
- const Tuning = /* @__PURE__ */ react.default.forwardRef(function Tuning({ children, size = 16, ...rest }, ref) {
971
- return react.default.createElement(require_Icon.Icon, {
958
+ if (process.env.NODE_ENV !== "production") Train.propTypes = require_iconPropTypes.iconPropTypes;
959
+ const TrainHeart = /* @__PURE__ */ react.default.forwardRef(function TrainHeart({ children, size = 16, ...rest }, ref) {
960
+ return react.default.createElement(require_Icon_js, {
972
961
  width: size,
973
962
  height: size,
974
963
  ref,
@@ -976,11 +965,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
976
965
  viewBox: "0 0 32 32",
977
966
  fill: "currentColor",
978
967
  ...rest
979
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,30v-4.1c2.3-.5,4-2.5,4-4.9,0-2.4-1.7-4.4-4-4.9V2s-2,0-2,0v14.1c-2.3.5-4,2.5-4,4.9,0,2.4,1.7,4.4,4,4.9v4.1s2,0,2,0Zm-4-9c0-1.7,1.3-3,3-3s3,1.3,3,3c0,1.7-1.3,3-3,3s-3-1.3-3-3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m8,2v4.1c-2.3.5-4,2.5-4,4.9,0,2.4,1.7,4.4,4,4.9v14.1s2,0,2,0v-14.1c2.3-.5,4-2.5,4-4.9,0-2.4-1.7-4.4-4-4.9V2s-2,0-2,0Zm4,9c0,1.7-1.3,3-3,3s-3-1.3-3-3,1.3-3,3-3,3,1.3,3,3Z" }), children);
968
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.303,2a2.6613,2.6613,0,0,0-1.9079.8059l-.3932.4053-.397-.4053a2.6612,2.6612,0,0,0-3.8157,0,2.7991,2.7991,0,0,0,0,3.8963L25.0019,11l4.2089-4.2978a2.7991,2.7991,0,0,0,0-3.8963A2.6613,2.6613,0,0,0,27.303,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,13v3H6V10h9V8H6.1843A2.9948,2.9948,0,0,1,9,6h6V4H9A5.0057,5.0057,0,0,0,4,9V21a4.99,4.99,0,0,0,3.582,4.77L5.7693,30H7.9451l1.7143-4h8.6812l1.7143,4h2.1758L20.418,25.77A4.99,4.99,0,0,0,24,21V13Zm0,7H19v2h2.8157A2.9948,2.9948,0,0,1,19,24H9a2.9948,2.9948,0,0,1-2.8157-2H9V20H6V18H22Z" }), children);
980
969
  });
981
- if (process.env.NODE_ENV !== "production") Tuning.propTypes = require_iconPropTypes.iconPropTypes;
982
- const TwoFactorAuthentication = /* @__PURE__ */ react.default.forwardRef(function TwoFactorAuthentication({ children, size = 16, ...rest }, ref) {
983
- return react.default.createElement(require_Icon.Icon, {
970
+ if (process.env.NODE_ENV !== "production") TrainHeart.propTypes = require_iconPropTypes.iconPropTypes;
971
+ const TrainProfile = /* @__PURE__ */ react.default.forwardRef(function TrainProfile({ children, size = 16, ...rest }, ref) {
972
+ return react.default.createElement(require_Icon_js, {
984
973
  width: size,
985
974
  height: size,
986
975
  ref,
@@ -988,11 +977,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
988
977
  viewBox: "0 0 32 32",
989
978
  fill: "currentColor",
990
979
  ...rest
991
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 23.18 9 21.179 7.589 22.589 11 26 17 20 15.59 18.59 11 23.18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H24V28h4V16H24V8a4.0045,4.0045,0,0,0-4-4V2a6.0067,6.0067,0,0,1,6,6v6h2a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,14H18V8A6,6,0,0,0,6,8v6H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16A2,2,0,0,0,20,14ZM8,8a4,4,0,0,1,8,0v6H8ZM20,28H4V16H20Z" }), children);
980
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 25 2 25 2 27 4 27 4 29 6 29 6 27 11 27 11 29 13 29 13 27 18 27 18 29 20 29 20 27 25 27 25 29 27 29 27 27 30 27 30 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,16H2V14H8V12H2V10H8a2.0021,2.0021,0,0,1,2,2v2A2.0021,2.0021,0,0,1,8,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.55,14.2305,19.97,6.3657A8.9775,8.9775,0,0,0,13.8882,4H2V6H12v4a2.0023,2.0023,0,0,0,2,2h9.1565l4.0417,3.7051A2.4723,2.4723,0,0,1,25.5273,20H2v2H25.5273a4.4726,4.4726,0,0,0,3.0225-7.77ZM14,10V6.0054A6.9774,6.9774,0,0,1,18.6182,7.84L20.9746,10Z" }), children);
992
981
  });
993
- if (process.env.NODE_ENV !== "production") TwoFactorAuthentication.propTypes = require_iconPropTypes.iconPropTypes;
994
- const TwoPersonLift = /* @__PURE__ */ react.default.forwardRef(function TwoPersonLift({ children, size = 16, ...rest }, ref) {
995
- return react.default.createElement(require_Icon.Icon, {
982
+ if (process.env.NODE_ENV !== "production") TrainProfile.propTypes = require_iconPropTypes.iconPropTypes;
983
+ const TrainSpeed = /* @__PURE__ */ react.default.forwardRef(function TrainSpeed({ children, size = 16, ...rest }, ref) {
984
+ return react.default.createElement(require_Icon_js, {
996
985
  width: size,
997
986
  height: size,
998
987
  ref,
@@ -1000,11 +989,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1000
989
  viewBox: "0 0 32 32",
1001
990
  fill: "currentColor",
1002
991
  ...rest
1003
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.96,30l-1.9215-6.7253a1.0008,1.0008,0,0,1,.3369-1.0554L29.874,18.62,28.52,13.2014l-2.7382,3.4234A1.0026,1.0026,0,0,1,25,17H20V15h4.52l3.6993-4.6248a1,1,0,0,1,1.7509.3824l2,8a.9989.9989,0,0,1-.3447,1.0232l-4.48,3.5845,1.7389,6.0854Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,5.5A3.5,3.5,0,1,1,26.5,9,3.5042,3.5042,0,0,1,23,5.5Zm2,0A1.5,1.5,0,1,0,26.5,4,1.5017,1.5017,0,0,0,25,5.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.0039,19A2.0039,2.0039,0,0,1,18,16.9961V15.0039A2.0039,2.0039,0,0,1,20.0039,13H22V10H10v3h1.9961A2.0039,2.0039,0,0,1,14,15.0039v1.9922A2.0039,2.0039,0,0,1,11.9961,19H10v3H22V19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.04,30l1.9215-6.7253a1.0013,1.0013,0,0,0-.3369-1.0555L2.126,18.62l1.3545-5.4185,2.7382,3.4234A1.0026,1.0026,0,0,0,7,17h5V15H7.4805L3.7812,10.3752a1,1,0,0,0-1.7509.3824l-2,8A.9989.9989,0,0,0,.375,19.7808l4.4805,3.5844-1.739,6.0855Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.5,9A3.5,3.5,0,1,1,9,5.5,3.5042,3.5042,0,0,1,5.5,9Zm0-5A1.5,1.5,0,1,0,7,5.5,1.5017,1.5017,0,0,0,5.5,4Z" }), children);
992
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 25 2 25 2 27 4 27 4 29 6 29 6 27 11 27 11 29 13 29 13 27 18 27 18 29 20 29 20 27 25 27 25 29 27 29 27 27 30 27 30 25z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.7144,16.59,18.1494,8.64A14.9327,14.9327,0,0,0,9.6519,6H2V8H9.6519a12.9459,12.9459,0,0,1,7.3647,2.2871L18.0532,11H9v2H20.9624l7.6187,5.2378A.966.966,0,0,1,28.0342,20H2v2H28.0342a2.9661,2.9661,0,0,0,1.68-5.41Z" }), children);
1004
993
  });
1005
- if (process.env.NODE_ENV !== "production") TwoPersonLift.propTypes = require_iconPropTypes.iconPropTypes;
1006
- const Txt = /* @__PURE__ */ react.default.forwardRef(function Txt({ children, size = 16, ...rest }, ref) {
1007
- return react.default.createElement(require_Icon.Icon, {
994
+ if (process.env.NODE_ENV !== "production") TrainSpeed.propTypes = require_iconPropTypes.iconPropTypes;
995
+ const TrainTicket = /* @__PURE__ */ react.default.forwardRef(function TrainTicket({ children, size = 16, ...rest }, ref) {
996
+ return react.default.createElement(require_Icon_js, {
1008
997
  width: size,
1009
998
  height: size,
1010
999
  ref,
@@ -1012,11 +1001,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1012
1001
  viewBox: "0 0 32 32",
1013
1002
  fill: "currentColor",
1014
1003
  ...rest
1015
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 11 24 11 24 23 26 23 26 11 29 11 29 9 21 9 21 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 9 18 9 16 15 14 9 12 9 14.75 16 12 23 14 23 16 17 18 23 20 23 17.25 16 20 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 11 6 11 6 23 8 23 8 11 11 11 11 9 3 9 3 11z" }), children);
1004
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.1257,7.125a1.125,1.125,0,1,1,0-2.25h.875V2h-12V4.875h.875a1.125,1.125,0,0,1,0,2.25h-.875V10h12V7.125Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.0007,13v3h-16V10h9V8H6.185A2.9948,2.9948,0,0,1,9.0007,6h6V4h-6a5.0057,5.0057,0,0,0-5,5V21a4.99,4.99,0,0,0,3.582,4.77L5.77,30H7.9458L9.66,26h8.6812l1.7143,4h2.1758l-1.8127-4.23A4.99,4.99,0,0,0,24.0007,21V13Zm0,7h-3v2h2.8157a2.9948,2.9948,0,0,1-2.8157,2h-10A2.9948,2.9948,0,0,1,6.185,22H9.0007V20h-3V18h16Z" }), children);
1016
1005
  });
1017
- if (process.env.NODE_ENV !== "production") Txt.propTypes = require_iconPropTypes.iconPropTypes;
1018
- const TxtReference = /* @__PURE__ */ react.default.forwardRef(function TxtReference({ children, size = 16, ...rest }, ref) {
1019
- return react.default.createElement(require_Icon.Icon, {
1006
+ if (process.env.NODE_ENV !== "production") TrainTicket.propTypes = require_iconPropTypes.iconPropTypes;
1007
+ const TrainTime = /* @__PURE__ */ react.default.forwardRef(function TrainTime({ children, size = 16, ...rest }, ref) {
1008
+ return react.default.createElement(require_Icon_js, {
1020
1009
  width: size,
1021
1010
  height: size,
1022
1011
  ref,
@@ -1024,11 +1013,14 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1024
1013
  viewBox: "0 0 32 32",
1025
1014
  fill: "currentColor",
1026
1015
  ...rest
1027
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 4 24 4 24 16 26 16 26 4 29 4 29 2 21 2 21 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 2 18 2 16 8 14 2 12 2 14.752 9 12 16 14 16 16 10 18 16 20 16 17.245 9 20 2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 4 6 4 6 16 8 16 8 4 11 4 11 2 3 2 3 4z" }), children);
1016
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1017
+ fill: "none",
1018
+ d: "M25.496 10.088 22.874 7.466 22.874 3 25.124 3 25.124 6.534 27.088 8.498 25.496 10.088z"
1019
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,1a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,24,1Zm1.4971,9.0884L22.875,7.4658V3h2.25V6.5342l1.9639,1.9634Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,16V10h9V8H6.1843A2.9948,2.9948,0,0,1,9,6h6V4H9A5.0057,5.0057,0,0,0,4,9V21a4.99,4.99,0,0,0,3.582,4.77L5.7693,30H7.9451l1.7143-4h8.6812l1.7143,4h2.1758L20.418,25.77A4.99,4.99,0,0,0,24,21V16Zm16,4H19v2h2.8157A2.9948,2.9948,0,0,1,19,24H9a2.9948,2.9948,0,0,1-2.8157-2H9V20H6V18H22Z" }), children);
1028
1020
  });
1029
- if (process.env.NODE_ENV !== "production") TxtReference.propTypes = require_iconPropTypes.iconPropTypes;
1030
- const TypePattern = /* @__PURE__ */ react.default.forwardRef(function TypePattern({ children, size = 16, ...rest }, ref) {
1031
- return react.default.createElement(require_Icon.Icon, {
1021
+ if (process.env.NODE_ENV !== "production") TrainTime.propTypes = require_iconPropTypes.iconPropTypes;
1022
+ const Tram = /* @__PURE__ */ react.default.forwardRef(function Tram({ children, size = 16, ...rest }, ref) {
1023
+ return react.default.createElement(require_Icon_js, {
1032
1024
  width: size,
1033
1025
  height: size,
1034
1026
  ref,
@@ -1036,11 +1028,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1036
1028
  viewBox: "0 0 32 32",
1037
1029
  fill: "currentColor",
1038
1030
  ...rest
1039
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 15 17 15 17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.586 20 27 21.414 23.414 25 27 28.586 25.586 30 20.586 25 25.586 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,30H3a1,1,0,0,1-.8945-1.4473l4-8a1.0412,1.0412,0,0,1,1.789,0l4,8A1,1,0,0,1,11,30ZM4.6182,28H9.3818L7,23.2363Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H22a2.0023,2.0023,0,0,1-2-2V4a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v6A2.0023,2.0023,0,0,1,28,12ZM22,4v6h6.001L28,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,12a5,5,0,1,1,5-5A5.0059,5.0059,0,0,1,7,12ZM7,4a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,7,4Z" }), children);
1031
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,6H17V4h6V2H9V4h6V6H11a5.0057,5.0057,0,0,0-5,5V22a4.99,4.99,0,0,0,3.582,4.77L8.1978,30h2.1757l1.2859-3h8.6812l1.2859,3h2.1757L22.418,26.77A4.99,4.99,0,0,0,26,22V11A5.0057,5.0057,0,0,0,21,6ZM11,8H21a2.9948,2.9948,0,0,1,2.8157,2H8.1843A2.9948,2.9948,0,0,1,11,8ZM24,21H21v2h2.8157A2.9948,2.9948,0,0,1,21,25H11a2.9948,2.9948,0,0,1-2.8157-2H11V21H8V19H24Zm0-4H8V12H24Z" }), children);
1040
1032
  });
1041
- if (process.env.NODE_ENV !== "production") TypePattern.propTypes = require_iconPropTypes.iconPropTypes;
1042
- const Types = /* @__PURE__ */ react.default.forwardRef(function Types({ children, size = 16, ...rest }, ref) {
1043
- return react.default.createElement(require_Icon.Icon, {
1033
+ if (process.env.NODE_ENV !== "production") Tram.propTypes = require_iconPropTypes.iconPropTypes;
1034
+ const TransformBinary = /* @__PURE__ */ react.default.forwardRef(function TransformBinary({ children, size = 16, ...rest }, ref) {
1035
+ return react.default.createElement(require_Icon_js, {
1044
1036
  width: size,
1045
1037
  height: size,
1046
1038
  ref,
@@ -1048,11 +1040,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1048
1040
  viewBox: "0 0 32 32",
1049
1041
  fill: "currentColor",
1050
1042
  ...rest
1051
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 16 22 24 20.586 22.586 27.172 16 20.586 9.414 22 8 30 16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a.9967.9967,0,0,1-.707-.293l-5-5a.9994.9994,0,0,1,0-1.414l5-5a.9994.9994,0,0,1,1.414,0l5,5a.9994.9994,0,0,1,0,1.414l-5,5A.9967.9967,0,0,1,16,22Zm-3.5859-6L16,19.5859,19.5859,16,16,12.4141Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 16 10 8 11.414 9.414 4.828 16 11.414 22.586 10 24 2 16z" }), children);
1043
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,20h-2c-1.1,0-2-0.9-2-2v-4c0-1.1,0.9-2,2-2h2c1.1,0,2,0.9,2,2v4C25,19.1,24.1,20,23,20z M21,14v4h2v-4H21z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15 12H17V20H15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,20H9c-1.1,0-2-0.9-2-2v-4c0-1.1,0.9-2,2-2h2c1.1,0,2,0.9,2,2v4C13,19.1,12.1,20,11,20z M9,14v4h2v-4H9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2v2c6.6,0,12,5.4,12,12s-5.4,12-12,12v2c7.7,0,14-6.3,14-14S23.7,2,16,2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.2,25.1L7,26.7c1.2,1,2.6,1.9,4.2,2.4l0.7-1.9C10.5,26.7,9.3,26,8.2,25.1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.2,18l-2,0.4C2.5,20,3.1,21.6,3.9,23l1.7-1C4.9,20.8,4.4,19.4,4.2,18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.6,10L3.9,9c-0.8,1.4-1.4,3-1.6,4.6l2,0.3C4.4,12.5,4.9,11.2,5.6,10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.8,4.8l-0.7-1.9C9.6,3.5,8.2,4.3,7,5.3l1.3,1.5C9.3,6,10.5,5.3,11.8,4.8z" }), children);
1052
1044
  });
1053
- if (process.env.NODE_ENV !== "production") Types.propTypes = require_iconPropTypes.iconPropTypes;
1054
- const QU1 = /* @__PURE__ */ react.default.forwardRef(function QU1({ children, size = 16, ...rest }, ref) {
1055
- return react.default.createElement(require_Icon.Icon, {
1045
+ if (process.env.NODE_ENV !== "production") TransformBinary.propTypes = require_iconPropTypes.iconPropTypes;
1046
+ const TransformCode = /* @__PURE__ */ react.default.forwardRef(function TransformCode({ children, size = 16, ...rest }, ref) {
1047
+ return react.default.createElement(require_Icon_js, {
1056
1048
  width: size,
1057
1049
  height: size,
1058
1050
  ref,
@@ -1060,11 +1052,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1060
1052
  viewBox: "0 0 32 32",
1061
1053
  fill: "currentColor",
1062
1054
  ...rest
1063
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,23H9a2,2,0,0,1-2-2V9H9V21h4V9h2V21A2,2,0,0,1,13,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 21 22 9 17 9 17 11 20 11 20 21 17 21 17 23 25 23 25 21 22 21z" }), children);
1055
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.9005,4.7366c-1.325.4839-2.5369,1.2001-3.5983,2.0895l-1.2829-1.5289c1.2383-1.0377,2.6521-1.8732,4.1979-2.4378l.6832,1.8772ZM3.9009,9.0146c-.8087,1.3865-1.3839,2.9225-1.6776,4.5562l1.9838.3498c.2518-1.3993.7294-2.7205,1.4221-3.9081l-1.7283-.9979ZM4.1932,18.0818l-1.9678.347c.2878,1.6357.8603,3.1745,1.6635,4.5635l1.7302-.9989c-.6884-1.1906-1.1791-2.5095-1.4258-3.9116ZM8.3065,25.1687l-1.293,1.541c1.2365,1.042,2.6556,1.8721,4.2007,2.4393l.6859-1.8845c-1.3211-.489-2.5342-1.203-3.5936-2.0958ZM29.7747,13.5712c-.2878-1.6357-.8603-3.1745-1.6635-4.5635-.8185-1.4156-1.8817-2.67-3.1246-3.7173-1.2365-1.042-2.6557-1.872-4.2007-2.4392-1.493-.5482-3.1035-.8511-4.7858-.8511v2c1.4429,0,2.8219.2625,4.0999.7355,1.321.489,2.5342,1.2031,3.5934,2.0958.4588.3867.8842.8102,1.2835,1.2573.5247.5933.9986,1.2321,1.3982,1.9213.6902,1.1904,1.1827,2.5085,1.4306,3.9084.12.6777.1943,1.3708.1943,2.0817,0,.7123-.0859,1.4019-.2086,2.0792-.2529,1.397-.7322,2.7173-1.4267,3.9049-.7058,1.2069-1.6058,2.2883-2.6725,3.1831-1.061.8899-2.2716,1.6071-3.5941,2.0923-1.2819.4703-2.6584.7405-4.0981.7405v2c1.6817,0,3.2878-.3134,4.7828-.8594,1.5458-.5646,2.9597-1.4001,4.1979-2.4378,1.2458-1.044,2.2957-2.3068,3.1183-3.7174.8087-1.3865,1.3839-2.9225,1.6776-4.5562.1418-.7889.2234-1.5988.2234-2.4292,0-.8298-.0862-1.6384-.2253-2.4288ZM12.7233,14.1082l.9186-.9185.7781-.778-1.4195-1.4117-.6503.6503-1.4218,1.4217-1.729,1.7289-1.1994,1.1993,1.1991,1.1989,1.7292,1.729,1.4218,1.4216.6504.6503,1.4195-1.4118-.7781-.7779-.9186-.9185-1.1173-1.1171-.7748-.7745.7751-.775,1.1171-1.1171ZM19.2768,17.8918l-.9186.9185-.7781.7779,1.4195,1.4118.6504-.6503,1.4218-1.4216,1.7292-1.729,1.1991-1.1989-1.1994-1.1993-1.7291-1.7289-1.4217-1.4217-.6503-.6503-1.4195,1.4117.7781.778.9186.9185,1.1171,1.1171.7751.775-.7748.7745-1.1173,1.1171Z" }), children);
1064
1056
  });
1065
- if (process.env.NODE_ENV !== "production") QU1.propTypes = require_iconPropTypes.iconPropTypes;
1066
- const QU2 = /* @__PURE__ */ react.default.forwardRef(function QU2({ children, size = 16, ...rest }, ref) {
1067
- return react.default.createElement(require_Icon.Icon, {
1057
+ if (process.env.NODE_ENV !== "production") TransformCode.propTypes = require_iconPropTypes.iconPropTypes;
1058
+ const TransformInstructions = /* @__PURE__ */ react.default.forwardRef(function TransformInstructions({ children, size = 16, ...rest }, ref) {
1059
+ return react.default.createElement(require_Icon_js, {
1068
1060
  width: size,
1069
1061
  height: size,
1070
1062
  ref,
@@ -1072,11 +1064,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1072
1064
  viewBox: "0 0 32 32",
1073
1065
  fill: "currentColor",
1074
1066
  ...rest
1075
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,23H9a2,2,0,0,1-2-2V9H9V21h4V9h2V21A2,2,0,0,1,13,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,23H17V17a2,2,0,0,1,2-2h4V11H17V9h6a2,2,0,0,1,2,2v4a2,2,0,0,1-2,2H19v4h6Z" }), children);
1067
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,17v-2h-2.1c-0.1-0.6-0.4-1.2-0.7-1.8l1.5-1.5l-1.4-1.4l-1.5,1.5c-0.5-0.3-1.1-0.6-1.8-0.7V9h-2v2.1 c-0.6,0.1-1.2,0.4-1.8,0.7l-1.5-1.5l-1.4,1.4l1.5,1.5c-0.3,0.5-0.6,1.1-0.7,1.8H9v2h2.1c0.1,0.6,0.4,1.2,0.7,1.8l-1.5,1.5l1.4,1.4 l1.5-1.5c0.5,0.3,1.1,0.6,1.8,0.7V23h2v-2.1c0.6-0.1,1.2-0.4,1.8-0.7l1.5,1.5l1.4-1.4l-1.5-1.5c0.3-0.5,0.6-1.1,0.7-1.8H23z M16,19 c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3S17.7,19,16,19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2v2c6.6,0,12,5.4,12,12s-5.4,12-12,12v2c7.7,0,14-6.3,14-14S23.7,2,16,2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.2,25.1L7,26.7c1.2,1,2.6,1.9,4.2,2.4l0.7-1.9C10.5,26.7,9.3,26,8.2,25.1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.2,18l-2,0.4C2.5,20,3.1,21.6,3.9,23l1.7-1C4.9,20.8,4.4,19.4,4.2,18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.6,10L3.9,9c-0.8,1.4-1.4,3-1.6,4.6l2,0.3C4.4,12.5,4.9,11.2,5.6,10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.8,4.8l-0.7-1.9C9.6,3.5,8.2,4.3,7,5.3l1.3,1.5C9.3,6,10.5,5.3,11.8,4.8z" }), children);
1076
1068
  });
1077
- if (process.env.NODE_ENV !== "production") QU2.propTypes = require_iconPropTypes.iconPropTypes;
1078
- const QU3 = /* @__PURE__ */ react.default.forwardRef(function QU3({ children, size = 16, ...rest }, ref) {
1079
- return react.default.createElement(require_Icon.Icon, {
1069
+ if (process.env.NODE_ENV !== "production") TransformInstructions.propTypes = require_iconPropTypes.iconPropTypes;
1070
+ const TransformLanguage = /* @__PURE__ */ react.default.forwardRef(function TransformLanguage({ children, size = 16, ...rest }, ref) {
1071
+ return react.default.createElement(require_Icon_js, {
1080
1072
  width: size,
1081
1073
  height: size,
1082
1074
  ref,
@@ -1084,11 +1076,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1084
1076
  viewBox: "0 0 32 32",
1085
1077
  fill: "currentColor",
1086
1078
  ...rest
1087
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,23H9a2,2,0,0,1-2-2V9H9V21h4V9h2V21A2,2,0,0,1,13,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,9H17v2h6v4H18v2h5v4H17v2h6a2,2,0,0,0,2-2V11A2,2,0,0,0,23,9Z" }), children);
1079
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 19H18V21H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 15H22V17H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10 11H22V13H10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2v2c6.6,0,12,5.4,12,12s-5.4,12-12,12v2c7.7,0,14-6.3,14-14S23.7,2,16,2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8.2,25.1L7,26.7c1.2,1,2.6,1.9,4.2,2.4l0.7-1.9C10.5,26.7,9.3,26,8.2,25.1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4.2,18l-2,0.4C2.5,20,3.1,21.6,3.9,23l1.7-1C4.9,20.8,4.4,19.4,4.2,18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.6,10L3.9,9c-0.8,1.4-1.4,3-1.6,4.6l2,0.3C4.4,12.5,4.9,11.2,5.6,10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11.8,4.8l-0.7-1.9C9.6,3.5,8.2,4.3,7,5.3l1.3,1.5C9.3,6,10.5,5.3,11.8,4.8z" }), children);
1088
1080
  });
1089
- if (process.env.NODE_ENV !== "production") QU3.propTypes = require_iconPropTypes.iconPropTypes;
1090
- const Umbrella = /* @__PURE__ */ react.default.forwardRef(function Umbrella({ children, size = 16, ...rest }, ref) {
1091
- return react.default.createElement(require_Icon.Icon, {
1081
+ if (process.env.NODE_ENV !== "production") TransformLanguage.propTypes = require_iconPropTypes.iconPropTypes;
1082
+ const TransformPipeline = /* @__PURE__ */ react.default.forwardRef(function TransformPipeline({ children, size = 16, ...rest }, ref) {
1083
+ return react.default.createElement(require_Icon_js, {
1092
1084
  width: size,
1093
1085
  height: size,
1094
1086
  ref,
@@ -1096,11 +1088,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1096
1088
  viewBox: "0 0 32 32",
1097
1089
  fill: "currentColor",
1098
1090
  ...rest
1099
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9854,15.83A14.3808,14.3808,0,0,0,17,4.0464V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4411,12.4411,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333,6.5439,6.5439,0,0,0,6,14Zm10,0a6.5528,6.5528,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0563-9.1763,3.4308,2.6768,4.0091,6.9487,4.0525,9.1728A6.553,6.553,0,0,0,16,14Zm10,0a6.5439,6.5439,0,0,0-3.939,1.333,14.5164,14.5164,0,0,0-3.0456-8.9341,12.4411,12.4411,0,0,1,8.488,7.8145A5.4079,5.4079,0,0,0,26,14Z" }), children);
1091
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,11l-1.4,1.4,2.6,2.6h-5.2v-2c0-1.1-.9-2-2-2h-6c-1.1,0-2,.9-2,2v2h-3.2c-.4-1.2-1.5-2-2.8-2s-3,1.3-3,3,1.3,3,3,3,2.4-.8,2.8-2h3.2v2c0,1.1.9,2,2,2h6c1.1,0,2-.9,2-2v-2h5.2l-2.6,2.6,1.4,1.4,5-5-5-5ZM19,19h-6v-6h6v6Z" }), children);
1100
1092
  });
1101
- if (process.env.NODE_ENV !== "production") Umbrella.propTypes = require_iconPropTypes.iconPropTypes;
1102
- const Undefined = /* @__PURE__ */ react.default.forwardRef(function Undefined({ children, size = 16, ...rest }, ref) {
1103
- return react.default.createElement(require_Icon.Icon, {
1093
+ if (process.env.NODE_ENV !== "production") TransformPipeline.propTypes = require_iconPropTypes.iconPropTypes;
1094
+ const Transgender = /* @__PURE__ */ react.default.forwardRef(function Transgender({ children, size = 16, ...rest }, ref) {
1095
+ return react.default.createElement(require_Icon_js, {
1104
1096
  width: size,
1105
1097
  height: size,
1106
1098
  ref,
@@ -1108,11 +1100,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1108
1100
  viewBox: "0 0 32 32",
1109
1101
  fill: "currentColor",
1110
1102
  ...rest
1111
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 14H21V18H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z" }), children);
1103
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,2V4h4.5859l-6.4016,6.4014a6.9474,6.9474,0,0,0-8.3686,0L10.4143,9,13,6.4141,11.5857,5,9,7.5859,5.4141,4H10V2H2v8H4V5.4141L7.5859,9,5,11.5854,6.4143,13,9,10.4141l1.4014,1.4013A6.9785,6.9785,0,0,0,15,22.92V25H11v2h4v3h2V27h4V25H17V22.92a6.9785,6.9785,0,0,0,4.5984-11.1045L28,5.4141V10h2V2ZM16,21a5,5,0,1,1,5-5A5.0059,5.0059,0,0,1,16,21Z" }), children);
1112
1104
  });
1113
- if (process.env.NODE_ENV !== "production") Undefined.propTypes = require_iconPropTypes.iconPropTypes;
1114
- const UndefinedFilled = /* @__PURE__ */ react.default.forwardRef(function UndefinedFilled({ children, size = 16, ...rest }, ref) {
1115
- return react.default.createElement(require_Icon.Icon, {
1105
+ if (process.env.NODE_ENV !== "production") Transgender.propTypes = require_iconPropTypes.iconPropTypes;
1106
+ const Translate = /* @__PURE__ */ react.default.forwardRef(function Translate({ children, size = 16, ...rest }, ref) {
1107
+ return react.default.createElement(require_Icon_js, {
1116
1108
  width: size,
1117
1109
  height: size,
1118
1110
  ref,
@@ -1120,15 +1112,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1120
1112
  viewBox: "0 0 32 32",
1121
1113
  fill: "currentColor",
1122
1114
  ...rest
1123
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2s-1.067,0.203-1.473,0.609L2.609,14.527C2.203,14.933,2,15.466,2,16 s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30s1.067-0.203,1.473-0.609l11.917-11.917 C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M21,18H11v-4h10V18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1124
- fill: "none",
1125
- d: "M11 14H21V18H11z",
1126
- "data-icon-path": "inner-path"
1127
- }), children);
1115
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.85,29H30L24,14H21.65l-6,15H17.8l1.6-4h6.85ZM20.2,23l2.62-6.56L25.45,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,7V5H11V2H9V5H2V7H12.74a14.71,14.71,0,0,1-3.19,6.18A13.5,13.5,0,0,1,7.26,9H5.16a16.47,16.47,0,0,0,3,5.58A16.84,16.84,0,0,1,3,18l.75,1.86A18.47,18.47,0,0,0,9.53,16a16.92,16.92,0,0,0,5.76,3.84L16,18a14.48,14.48,0,0,1-5.12-3.37A17.64,17.64,0,0,0,14.8,7Z" }), children);
1128
1116
  });
1129
- if (process.env.NODE_ENV !== "production") UndefinedFilled.propTypes = require_iconPropTypes.iconPropTypes;
1130
- const Undo = /* @__PURE__ */ react.default.forwardRef(function Undo({ children, size = 16, ...rest }, ref) {
1131
- return react.default.createElement(require_Icon.Icon, {
1117
+ if (process.env.NODE_ENV !== "production") Translate.propTypes = require_iconPropTypes.iconPropTypes;
1118
+ const TransmissionLte = /* @__PURE__ */ react.default.forwardRef(function TransmissionLte({ children, size = 16, ...rest }, ref) {
1119
+ return react.default.createElement(require_Icon_js, {
1132
1120
  width: size,
1133
1121
  height: size,
1134
1122
  ref,
@@ -1136,11 +1124,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1136
1124
  viewBox: "0 0 32 32",
1137
1125
  fill: "currentColor",
1138
1126
  ...rest
1139
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,10H7.8149l3.5874-3.5859L10,5,4,11,10,17l1.4023-1.4146L7.8179,12H20a6,6,0,0,1,0,12H12v2h8a8,8,0,0,0,0-16Z" }), children);
1127
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.57,30l.9333-2h8.9928l.9333,2h2.2072L17,15.7778V11H15v4.7778L8.3631,30ZM16,18.3647,17.6965,22h-3.393ZM13.37,24h5.26l.9333,2H12.4369Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.7832,9.3325a7.0007,7.0007,0,0,1,10.4341,0l-1.49,1.334a5,5,0,0,0-7.4537,0Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7.1992,6.3994a11.0019,11.0019,0,0,1,17.6006,0L23.2,7.6a9.0009,9.0009,0,0,0-14.4014,0Z" }), children);
1140
1128
  });
1141
- if (process.env.NODE_ENV !== "production") Undo.propTypes = require_iconPropTypes.iconPropTypes;
1142
- const UnfoldOpen = /* @__PURE__ */ react.default.forwardRef(function UnfoldOpen({ children, size = 16, ...rest }, ref) {
1143
- return react.default.createElement(require_Icon.Icon, {
1129
+ if (process.env.NODE_ENV !== "production") TransmissionLte.propTypes = require_iconPropTypes.iconPropTypes;
1130
+ const Transpose = /* @__PURE__ */ react.default.forwardRef(function Transpose({ children, size = 16, ...rest }, ref) {
1131
+ return react.default.createElement(require_Icon_js, {
1144
1132
  width: size,
1145
1133
  height: size,
1146
1134
  ref,
@@ -1148,11 +1136,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1148
1136
  viewBox: "0 0 32 32",
1149
1137
  fill: "currentColor",
1150
1138
  ...rest
1151
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,29.9141l-4.707-4.707,1.4141-1.4141,2.293,2.293v-7.0859h2v7.0859l2.293-2.293,1.4141,1.4141-4.707,4.707ZM30,17h-4v-2h4v2ZM24,17h-4v-2h4v2ZM18,17h-4v-2h4v2ZM12,17h-4v-2h4v2ZM6,17H2v-2h4v2ZM17,13h-2v-7.0859l-2.293,2.293-1.4141-1.4141,4.707-4.707,4.707,4.707-1.4141,1.4141-2.293-2.293v7.0859Z" }), children);
1139
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19,26H14V24h5a5.0055,5.0055,0,0,0,5-5V14h2v5A7.0078,7.0078,0,0,1,19,26Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,30H4a2.0023,2.0023,0,0,1-2-2V14a2.0023,2.0023,0,0,1,2-2H8a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,8,30ZM4,14V28H8V14Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,10H14a2.0023,2.0023,0,0,1-2-2V4a2.0023,2.0023,0,0,1,2-2H28a2.0023,2.0023,0,0,1,2,2V8A2.0023,2.0023,0,0,1,28,10ZM14,4V8H28V4Z" }), children);
1152
1140
  });
1153
- if (process.env.NODE_ENV !== "production") UnfoldOpen.propTypes = require_iconPropTypes.iconPropTypes;
1154
- const UngroupObjects = /* @__PURE__ */ react.default.forwardRef(function UngroupObjects({ children, size = 16, ...rest }, ref) {
1155
- return react.default.createElement(require_Icon.Icon, {
1141
+ if (process.env.NODE_ENV !== "production") Transpose.propTypes = require_iconPropTypes.iconPropTypes;
1142
+ const TrashCan = /* @__PURE__ */ react.default.forwardRef(function TrashCan({ children, size = 16, ...rest }, ref) {
1143
+ return react.default.createElement(require_Icon_js, {
1156
1144
  width: size,
1157
1145
  height: size,
1158
1146
  ref,
@@ -1160,11 +1148,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1160
1148
  viewBox: "0 0 32 32",
1161
1149
  fill: "currentColor",
1162
1150
  ...rest
1163
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,14V10H26v2H20V6h2V2H18V4H6V2H2V6H4V18H2v4H6V20h6v6H10v4h4V28H26v2h4V26H28V14ZM6,6H18V18H6ZM26,26H14V20h4v2h4V18H20V14h6Z" }), children);
1151
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 12H14V24H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 12H20V24H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4,6V8H6V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8h2V6ZM8,28V8H24V28Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 2H20V4H12z" }), children);
1164
1152
  });
1165
- if (process.env.NODE_ENV !== "production") UngroupObjects.propTypes = require_iconPropTypes.iconPropTypes;
1166
- const Unknown = /* @__PURE__ */ react.default.forwardRef(function Unknown({ children, size = 16, ...rest }, ref) {
1167
- return react.default.createElement(require_Icon.Icon, {
1153
+ if (process.env.NODE_ENV !== "production") TrashCan.propTypes = require_iconPropTypes.iconPropTypes;
1154
+ const Tree = /* @__PURE__ */ react.default.forwardRef(function Tree({ children, size = 16, ...rest }, ref) {
1155
+ return react.default.createElement(require_Icon_js, {
1168
1156
  width: size,
1169
1157
  height: size,
1170
1158
  ref,
@@ -1172,15 +1160,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1172
1160
  viewBox: "0 0 32 32",
1173
1161
  fill: "currentColor",
1174
1162
  ...rest
1175
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1176
- cx: "16",
1177
- cy: "22.5",
1178
- r: "1.5"
1179
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17,19h-2v-4h2c1.103,0,2-0.897,2-2s-0.897-2-2-2h-2c-1.103,0-2,0.897-2,2v0.5h-2V13c0-2.206,1.794-4,4-4h2 c2.206,0,4,1.794,4,4s-1.794,4-4,4V19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z" }), children);
1163
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H9V28h3V15.5664L8.4854,13.4575l1.0292-1.7148,3.5147,2.1084A2.0115,2.0115,0,0,1,14,15.5664V28A2.0023,2.0023,0,0,1,12,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H19a2.0024,2.0024,0,0,1-2-2V17h6a4.0008,4.0008,0,0,0,3.981-4.396A4.1489,4.1489,0,0,0,22.7853,9H21.2016L21.025,8.221C20.452,5.6961,18.0308,4,15,4A6.02,6.02,0,0,0,9.5585,7.4859L9.25,8.1531l-.863-.1143A2.771,2.771,0,0,0,8,8a4,4,0,1,0,0,8v2A6,6,0,1,1,8,6c.0264,0,.0525,0,.0786.001A8.0271,8.0271,0,0,1,15,2c3.6788,0,6.6923,1.9776,7.7516,5h.0337a6.1641,6.1641,0,0,1,6.1872,5.4141A6.0011,6.0011,0,0,1,23,19l-4,0v9h3Z" }), children);
1180
1164
  });
1181
- if (process.env.NODE_ENV !== "production") Unknown.propTypes = require_iconPropTypes.iconPropTypes;
1182
- const UnknownFilled = /* @__PURE__ */ react.default.forwardRef(function UnknownFilled({ children, size = 16, ...rest }, ref) {
1183
- return react.default.createElement(require_Icon.Icon, {
1165
+ if (process.env.NODE_ENV !== "production") Tree.propTypes = require_iconPropTypes.iconPropTypes;
1166
+ const TreeFallRisk = /* @__PURE__ */ react.default.forwardRef(function TreeFallRisk({ children, size = 16, ...rest }, ref) {
1167
+ return react.default.createElement(require_Icon_js, {
1184
1168
  width: size,
1185
1169
  height: size,
1186
1170
  ref,
@@ -1188,54 +1172,15 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1188
1172
  viewBox: "0 0 32 32",
1189
1173
  fill: "currentColor",
1190
1174
  ...rest
1191
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2s-1.067,0.203-1.473,0.609L2.609,14.527C2.203,14.933,2,15.466,2,16 s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30s1.067-0.203,1.473-0.609l11.917-11.917 C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,24c-0.828,0-1.5-0.671-1.5-1.5S15.172,21,16,21s1.5,0.671,1.5,1.5 S16.828,24,16,24z M17.125,17.248v1.877h-2.25V15H17c1.034,0,1.875-0.841,1.875-1.875S18.034,11.25,17,11.25h-2 c-1.034,0-1.875,0.841-1.875,1.875v0.5h-2.25v-0.5C10.875,10.851,12.726,9,15,9h2c2.274,0,4.125,1.851,4.125,4.125 C21.125,15.358,19.342,17.182,17.125,17.248z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1175
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1192
1176
  fill: "none",
1193
- d: "M16,21c0.828,0,1.5,0.672,1.5,1.5S16.828,24,16,24c-0.828,0-1.5-0.672-1.5-1.5S15.172,21,16,21 z M17.125,17.248c2.217-0.066,4-1.89,4-4.123C21.125,10.851,19.274,9,17,9h-2c-2.274,0-4.125,1.851-4.125,4.125v0.5h2.25v-0.5 c0-1.034,0.841-1.875,1.875-1.875h2c1.034,0,1.875,0.841,1.875,1.875S18.034,15,17,15h-2.125v4.125h2.25V17.248z",
1177
+ d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z",
1194
1178
  "data-icon-path": "inner-path"
1195
- }), children);
1196
- });
1197
- if (process.env.NODE_ENV !== "production") UnknownFilled.propTypes = require_iconPropTypes.iconPropTypes;
1198
- const Unlink = /* @__PURE__ */ react.default.forwardRef(function Unlink({ children, size = 16, ...rest }, ref) {
1199
- return react.default.createElement(require_Icon.Icon, {
1200
- width: size,
1201
- height: size,
1202
- ref,
1203
- xmlns: "http://www.w3.org/2000/svg",
1204
- viewBox: "0 0 32 32",
1205
- fill: "currentColor",
1206
- ...rest
1207
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1208
- d: "M5 3.59H7V8.42H5z",
1209
- transform: "rotate(-45.01 5.996 6.005)"
1210
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1211
- d: "M25 23.58H27V28.409999999999997H25z",
1212
- transform: "rotate(-44.99 25.995 25.999)"
1213
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 2H13V6H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11H6V13H2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26 19H30V21H26z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 26H21V30H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16.58,21.07l-3.71,3.72a4,4,0,1,1-5.66-5.66l3.72-3.72L9.51,14,5.8,17.72a6,6,0,0,0-.06,8.54A6,6,0,0,0,10,28a6.07,6.07,0,0,0,4.32-1.8L18,22.49Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15.41,10.93l3.72-3.72a4,4,0,1,1,5.66,5.66l-3.72,3.72L22.49,18l3.71-3.72a6,6,0,0,0,.06-8.54A6,6,0,0,0,22,4a6.07,6.07,0,0,0-4.32,1.8L14,9.51Z" }), children);
1214
- });
1215
- if (process.env.NODE_ENV !== "production") Unlink.propTypes = require_iconPropTypes.iconPropTypes;
1216
- const Unlocked = /* @__PURE__ */ react.default.forwardRef(function Unlocked({ children, size = 16, ...rest }, ref) {
1217
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1218
- width: size,
1219
- height: size,
1220
- ref,
1221
- xmlns: "http://www.w3.org/2000/svg",
1222
- viewBox: "0 0 16 16",
1223
- fill: "currentColor",
1224
- ...rest
1225
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,7H6V4c0-1.1,0.9-2,2-2s2,0.9,2,2h1c0-1.7-1.3-3-3-3S5,2.3,5,4v3H4C3.4,7,3,7.4,3,8v6c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1 V8C13,7.4,12.6,7,12,7z M12,14H4V8h8V14z" }), children);
1226
- return react.default.createElement(require_Icon.Icon, {
1227
- width: size,
1228
- height: size,
1229
- ref,
1230
- xmlns: "http://www.w3.org/2000/svg",
1231
- viewBox: "0 0 32 32",
1232
- fill: "currentColor",
1233
- ...rest
1234
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,14H12V8a4,4,0,0,1,8,0h2A6,6,0,0,0,10,8v6H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16A2,2,0,0,0,24,14Zm0,14H8V16H24Z" }), children);
1179
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,19V17H17V28a2.0027,2.0027,0,0,0,2,2h3V28H19V19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,30H9V28h3V15.5664L8.4854,13.4575l1.0292-1.7148,3.5147,2.1084A2.0115,2.0115,0,0,1,14,15.5664V28A2.0024,2.0024,0,0,1,12,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18.6638,5.0059l.96-1.7671A8.9324,8.9324,0,0,0,15,2,8.0275,8.0275,0,0,0,8.0786,6.001C8.0525,6,8.0264,6,8,6A6,6,0,0,0,8,18V16A4,4,0,0,1,8,8a2.7009,2.7009,0,0,1,.387.0391l.863.1142.3086-.6675A6.0192,6.0192,0,0,1,15,4,6.8916,6.8916,0,0,1,18.6638,5.0059Z" }), children);
1235
1180
  });
1236
- if (process.env.NODE_ENV !== "production") Unlocked.propTypes = require_iconPropTypes.iconPropTypes;
1237
- const Unplug = /* @__PURE__ */ react.default.forwardRef(function Unplug({ children, size = 16, ...rest }, ref) {
1238
- return react.default.createElement(require_Icon.Icon, {
1181
+ if (process.env.NODE_ENV !== "production") TreeFallRisk.propTypes = require_iconPropTypes.iconPropTypes;
1182
+ const TreeView = /* @__PURE__ */ react.default.forwardRef(function TreeView({ children, size = 16, ...rest }, ref) {
1183
+ return react.default.createElement(require_Icon_js, {
1239
1184
  width: size,
1240
1185
  height: size,
1241
1186
  ref,
@@ -1243,11 +1188,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1243
1188
  viewBox: "0 0 32 32",
1244
1189
  fill: "currentColor",
1245
1190
  ...rest
1246
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.9,4.4l-1.4-1.4-3,3c-1.9-1.3-4.6-1.1-6.3.6l-3.5,3.5,7.1,7.1,3.5-3.5c1.7-1.7,1.9-4.4.6-6.3,0,0,3-3,3-3ZM23.8,12.3l-2.1,2.1-4.2-4.2,2.1-2.1c1.2-1.2,3.1-1.2,4.2,0,1.2,1.2,1.2,3.1,0,4.2ZM17.7,18.5l-1.4-1.4-1.9,1.9-1.4-1.4,1.9-1.9-1.4-1.4-1.9,1.9-1.4-1.4-3.5,3.5c-1.7,1.7-1.9,4.4-.6,6.3l-3,3,1.4,1.4,3-3c.8.5,1.8.8,2.8.8s2.6-.5,3.5-1.5l3.5-3.5-1.4-1.4,1.9-1.9h-.1ZM12.2,23.9c-1.1,1.1-3.1,1.1-4.2,0-1.2-1.2-1.2-3.1,0-4.2l2.1-2.1,4.2,4.2s-2.1,2.1-2.1,2.1ZM8,14h-4v-2h4v2ZM14,8h-2v-4h2v4ZM28,20h-4v-2h4v2ZM24.6858,25.9l-2.8284-2.8284,1.4142-1.4142,2.8284,2.8284-1.4142,1.4142ZM8.8071,10.0213l-2.8284-2.8284,1.4142-1.4142,2.8284,2.8284-1.4142,1.4142ZM20,28h-2v-4h2v4Z" }), children);
1191
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,20V12H22v3H17V7a2,2,0,0,0-2-2H10V2H2v8h8V7h5V25a2,2,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3ZM8,8H4V4H8ZM24,24h4v4H24Zm0-10h4v4H24Z" }), children);
1247
1192
  });
1248
- if (process.env.NODE_ENV !== "production") Unplug.propTypes = require_iconPropTypes.iconPropTypes;
1249
- const Unsaved = /* @__PURE__ */ react.default.forwardRef(function Unsaved({ children, size = 16, ...rest }, ref) {
1250
- return react.default.createElement(require_Icon.Icon, {
1193
+ if (process.env.NODE_ENV !== "production") TreeView.propTypes = require_iconPropTypes.iconPropTypes;
1194
+ const TreeViewAlt = /* @__PURE__ */ react.default.forwardRef(function TreeViewAlt({ children, size = 16, ...rest }, ref) {
1195
+ return react.default.createElement(require_Icon_js, {
1251
1196
  width: size,
1252
1197
  height: size,
1253
1198
  ref,
@@ -1255,11 +1200,14 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1255
1200
  viewBox: "0 0 32 32",
1256
1201
  fill: "currentColor",
1257
1202
  ...rest
1258
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 19.4 28.6 18 25 21.6 21.4 18 20 19.4 23.6 23 20 26.6 21.4 28 25 24.4 28.6 28 30 26.6 26.4 23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,26l-4,0v-8l4,0v-2l-4,0c-1.1,0-2,0.9-2,2v8H6V6h4v4c0,1.1,0.9,2,2,2h8c1.1,0,2-0.9,2-2V6.4l4,4l0,5.6h2l0-6 c0-0.3-0.1-0.5-0.3-0.7l-5-5C22.5,4.1,22.3,4,22,4H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2l10,0V26z M12,6h8v4h-8V6z" }), children);
1203
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1204
+ d: "M23,9h6a2,2,0,0,0,2-2V3a2,2,0,0,0-2-2H23a2,2,0,0,0-2,2V4H11V3A2,2,0,0,0,9,1H3A2,2,0,0,0,1,3V7A2,2,0,0,0,3,9H9a2,2,0,0,0,2-2V6h4V26a2.0023,2.0023,0,0,0,2,2h4v1a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V25a2,2,0,0,0-2-2H23a2,2,0,0,0-2,2v1H17V17h4v1a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V14a2,2,0,0,0-2-2H23a2,2,0,0,0-2,2v1H17V6h4V7A2,2,0,0,0,23,9Zm0-6h6V7H23ZM9,7H3V3H9ZM23,25h6v4H23Zm0-11h6v4H23Z",
1205
+ transform: "translate(0 .005)"
1206
+ }), children);
1259
1207
  });
1260
- if (process.env.NODE_ENV !== "production") Unsaved.propTypes = require_iconPropTypes.iconPropTypes;
1261
- const UpToTop = /* @__PURE__ */ react.default.forwardRef(function UpToTop({ children, size = 16, ...rest }, ref) {
1262
- return react.default.createElement(require_Icon.Icon, {
1208
+ if (process.env.NODE_ENV !== "production") TreeViewAlt.propTypes = require_iconPropTypes.iconPropTypes;
1209
+ const TriangleDownOutline = /* @__PURE__ */ react.default.forwardRef(function TriangleDownOutline({ children, size = 16, ...rest }, ref) {
1210
+ return react.default.createElement(require_Icon_js, {
1263
1211
  width: size,
1264
1212
  height: size,
1265
1213
  ref,
@@ -1267,11 +1215,14 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1267
1215
  viewBox: "0 0 32 32",
1268
1216
  fill: "currentColor",
1269
1217
  ...rest
1270
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16 14 6 24 7.4 25.4 16 16.8 24.6 25.4 26 24z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 8H28V10H4z" }), children);
1218
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1219
+ strokeWidth: "0",
1220
+ d: "m2.1245,4.4883l13.0195,23.9868c.1865.3438.5212.5249.856.5249.3345,0,.6689-.1812.8555-.5249L29.875,4.4883c.0862-.1582.1255-.3257.125-.4883-.0017-.5229-.4114-1-.9805-1H2.9802c-.5691,0-.9788.4771-.9802,1-.0005.1626.0386.3301.1245.4883Zm25.1985.5117l-11.323,20.8677L4.677,5h22.646Z"
1221
+ }), children);
1271
1222
  });
1272
- if (process.env.NODE_ENV !== "production") UpToTop.propTypes = require_iconPropTypes.iconPropTypes;
1273
- const UpdateComplete = /* @__PURE__ */ react.default.forwardRef(function UpdateComplete({ children, size = 16, ...rest }, ref) {
1274
- return react.default.createElement(require_Icon.Icon, {
1223
+ if (process.env.NODE_ENV !== "production") TriangleDownOutline.propTypes = require_iconPropTypes.iconPropTypes;
1224
+ const TriangleDownSolid = /* @__PURE__ */ react.default.forwardRef(function TriangleDownSolid({ children, size = 16, ...rest }, ref) {
1225
+ return react.default.createElement(require_Icon_js, {
1275
1226
  width: size,
1276
1227
  height: size,
1277
1228
  ref,
@@ -1279,11 +1230,14 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1279
1230
  viewBox: "0 0 32 32",
1280
1231
  fill: "currentColor",
1281
1232
  ...rest
1282
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30c-7.72,0-14-6.28-14-14h2c0,6.617,5.383,12,12,12v2ZM12,8h-4.922c2.258-2.524,5.467-4,8.922-4,6.617,0,12,5.383,12,12h2c0-7.72-6.28-14-14-14-3.828,0-7.393,1.558-10,4.234V2h-2v8h8v-2ZM22,27.18l-2.59-2.59-1.41,1.41,4,4,8-8-1.41-1.41s-6.59,6.59-6.59,6.59Z" }), children);
1233
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1234
+ strokeWidth: "0",
1235
+ d: "m29.0194,3c.5692,0,.979.4772.9806,1,.0005.1628-.0388.3299-.1249.4885l-13.0196,23.9867c-.1865.3435-.521.5248-.8555.5248s-.6694-.1812-.8559-.5248L2.1246,4.4885c-.0861-.1586-.1251-.3257-.1246-.4885.0016-.5228.4111-1,.9803-1h26.0391Z"
1236
+ }), children);
1283
1237
  });
1284
- if (process.env.NODE_ENV !== "production") UpdateComplete.propTypes = require_iconPropTypes.iconPropTypes;
1285
- const UpdateNow = /* @__PURE__ */ react.default.forwardRef(function UpdateNow({ children, size = 16, ...rest }, ref) {
1286
- return react.default.createElement(require_Icon.Icon, {
1238
+ if (process.env.NODE_ENV !== "production") TriangleDownSolid.propTypes = require_iconPropTypes.iconPropTypes;
1239
+ const TriangleLeftOutline = /* @__PURE__ */ react.default.forwardRef(function TriangleLeftOutline({ children, size = 16, ...rest }, ref) {
1240
+ return react.default.createElement(require_Icon_js, {
1287
1241
  width: size,
1288
1242
  height: size,
1289
1243
  ref,
@@ -1291,11 +1245,14 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1291
1245
  viewBox: "0 0 32 32",
1292
1246
  fill: "currentColor",
1293
1247
  ...rest
1294
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27 25.586 25 23.586 25 21 23 21 23 24.414 25.586 27 27 25.586z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,31a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,24,31Zm0-12a5,5,0,1,0,5,5A5.0055,5.0055,0,0,0,24,19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,28A12.0134,12.0134,0,0,1,4,16H2A14.0158,14.0158,0,0,0,16,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,8H7.0784A11.9843,11.9843,0,0,1,28,16h2A13.9778,13.9778,0,0,0,6,6.2344V2H4v8h8Z" }), children);
1248
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1249
+ strokeWidth: "0",
1250
+ d: "m27.5117,2.1245L3.5249,15.144c-.3438.1865-.5249.5212-.5249.856,0,.3345.1812.6689.5249.8555l23.9868,13.0195c.1582.0862.3257.1255.4883.125.5229-.0017,1-.4114,1-.9805V2.9802c0-.5691-.4771-.9788-1-.9802-.1626-.0005-.3301.0386-.4883.1245Zm-.5117,25.1985L6.1323,16,27,4.677v22.646Z"
1251
+ }), children);
1295
1252
  });
1296
- if (process.env.NODE_ENV !== "production") UpdateNow.propTypes = require_iconPropTypes.iconPropTypes;
1297
- const Upgrade = /* @__PURE__ */ react.default.forwardRef(function Upgrade({ children, size = 16, ...rest }, ref) {
1298
- return react.default.createElement(require_Icon.Icon, {
1253
+ if (process.env.NODE_ENV !== "production") TriangleLeftOutline.propTypes = require_iconPropTypes.iconPropTypes;
1254
+ const TriangleLeftSolid = /* @__PURE__ */ react.default.forwardRef(function TriangleLeftSolid({ children, size = 16, ...rest }, ref) {
1255
+ return react.default.createElement(require_Icon_js, {
1299
1256
  width: size,
1300
1257
  height: size,
1301
1258
  ref,
@@ -1303,20 +1260,14 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1303
1260
  viewBox: "0 0 32 32",
1304
1261
  fill: "currentColor",
1305
1262
  ...rest
1306
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21,24H11a2,2,0,0,0-2,2v2a2,2,0,0,0,2,2H21a2,2,0,0,0,2-2V26A2,2,0,0,0,21,24Zm0,4H11V26H21Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.707,14.293l-12-12a.9994.9994,0,0,0-1.414,0l-12,12A1,1,0,0,0,4,16H9v4a2.0023,2.0023,0,0,0,2,2H21a2.0027,2.0027,0,0,0,2-2V16h5a1,1,0,0,0,.707-1.707ZM21,14v6H11V14H6.4141L16,4.4141,25.5859,14Z" }), children);
1263
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1264
+ strokeWidth: "0",
1265
+ d: "m29,29.0194c0,.5692-.4772.979-1,.9806-.1628.0005-.3299-.0388-.4885-.1249L3.5248,16.8556c-.3435-.1865-.5248-.521-.5248-.8555s.1812-.6694.5248-.8559L27.5115,2.1246c.1586-.0861.3257-.1251.4885-.1246.5228.0016,1,.4111,1,.9803v26.0391Z"
1266
+ }), children);
1307
1267
  });
1308
- if (process.env.NODE_ENV !== "production") Upgrade.propTypes = require_iconPropTypes.iconPropTypes;
1309
- const Upload = /* @__PURE__ */ react.default.forwardRef(function Upload({ children, size = 16, ...rest }, ref) {
1310
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1311
- width: size,
1312
- height: size,
1313
- ref,
1314
- xmlns: "http://www.w3.org/2000/svg",
1315
- viewBox: "0 0 16 16",
1316
- fill: "currentColor",
1317
- ...rest
1318
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 9 3.7 9.7 7.5 5.9 7.5 15 8.5 15 8.5 5.9 12.3 9.7 13 9 8 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3,4V2h10v2h1V2c0-0.6-0.4-1-1-1H3C2.4,1,2,1.4,2,2v2H3z" }), children);
1319
- return react.default.createElement(require_Icon.Icon, {
1268
+ if (process.env.NODE_ENV !== "production") TriangleLeftSolid.propTypes = require_iconPropTypes.iconPropTypes;
1269
+ const TriangleOutline = /* @__PURE__ */ react.default.forwardRef(function TriangleOutline({ children, size = 16, ...rest }, ref) {
1270
+ return react.default.createElement(require_Icon_js, {
1320
1271
  width: size,
1321
1272
  height: size,
1322
1273
  ref,
@@ -1324,11 +1275,14 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1324
1275
  viewBox: "0 0 32 32",
1325
1276
  fill: "currentColor",
1326
1277
  ...rest
1327
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6 18 7.41 19.41 15 11.83 15 30 17 30 17 11.83 24.59 19.41 26 18 16 8 6 18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,8V4H26V8h2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4V8Z" }), children);
1278
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1279
+ strokeWidth: "0",
1280
+ d: "m29.8755,27.5117L16.856,3.5249c-.1865-.3438-.5212-.5249-.856-.5249-.3345,0-.6689.1812-.8555.5249L2.125,27.5117c-.0862.1582-.1255.3257-.125.4883.0017.5229.4114,1,.9805,1h26.0393c.5691,0,.9788-.4771.9802-1,.0005-.1626-.0386-.3301-.1245-.4883Zm-25.1985-.5117L16,6.1323l11.323,20.8677H4.677Z"
1281
+ }), children);
1328
1282
  });
1329
- if (process.env.NODE_ENV !== "production") Upload.propTypes = require_iconPropTypes.iconPropTypes;
1330
- const Upstream = /* @__PURE__ */ react.default.forwardRef(function Upstream({ children, size = 16, ...rest }, ref) {
1331
- return react.default.createElement(require_Icon.Icon, {
1283
+ if (process.env.NODE_ENV !== "production") TriangleOutline.propTypes = require_iconPropTypes.iconPropTypes;
1284
+ const TriangleRightOutline = /* @__PURE__ */ react.default.forwardRef(function TriangleRightOutline({ children, size = 16, ...rest }, ref) {
1285
+ return react.default.createElement(require_Icon_js, {
1332
1286
  width: size,
1333
1287
  height: size,
1334
1288
  ref,
@@ -1336,11 +1290,14 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1336
1290
  viewBox: "0 0 32 32",
1337
1291
  fill: "currentColor",
1338
1292
  ...rest
1339
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m10,24c0,3.3137,2.6863,6,6,6s6-2.6863,6-6-2.6863-6-6-6-6,2.6863-6,6Zm2,0c0-2.2056,1.7944-4,4-4s4,1.7944,4,4-1.7944,4-4,4-4-1.7944-4-4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m30,5c0-1.6567-1.3433-3-3-3s-3,1.3433-3,3c0,1.3042.8374,2.4028,2,2.8164v5.1836c0,1.7217-.752,3.3438-2,4.4673v-2.4673h-2v6h6v-2h-2.7168c1.6938-1.4995,2.7168-3.6816,2.7168-6v-5.1836c1.1626-.4136,2-1.5122,2-2.8164Zm-3,1c-.5522,0-1-.4478-1-1s.4478-1,1-1,1,.4478,1,1-.4478,1-1,1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m18.586,11.5859l-1.5859,1.5859v-5.3555c1.1626-.4136,2-1.5122,2-2.8164,0-1.6567-1.3433-3-3-3s-3,1.3433-3,3c0,1.3042.8374,2.4028,2,2.8164v5.3555l-1.5859-1.5859-1.4141,1.4141,4,4,4-4-1.4141-1.4141Zm-2.5859-7.5859c.5522,0,1,.4478,1,1s-.4478,1-1,1-1-.4478-1-1,.4478-1,1-1Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m8,15v2.4673c-1.248-1.1235-2-2.7456-2-4.4673v-5.1836c1.1626-.4136,2-1.5122,2-2.8164,0-1.6567-1.3433-3-3-3s-3,1.3433-3,3c0,1.3042.8374,2.4028,2,2.8164v5.1836c0,2.3184,1.0229,4.5005,2.7168,6h-2.7168v2h6v-6h-2Zm-3-11c.5522,0,1,.4478,1,1s-.4478,1-1,1-1-.4478-1-1,.4478-1,1-1Z" }), children);
1293
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1294
+ strokeWidth: "0",
1295
+ d: "m4.4883,29.8755l23.9868-13.0195c.3438-.1865.5249-.5212.5249-.856,0-.3345-.1812-.6689-.5249-.8555L4.4883,2.125c-.1582-.0862-.3257-.1255-.4883-.125-.5229.0017-1,.4114-1,.9805v26.0393c0,.5691.4771.9788,1,.9802.1626.0005.3301-.0386.4883-.1245Zm.5117-25.1985l20.8677,11.323L5,27.323V4.677Z"
1296
+ }), children);
1340
1297
  });
1341
- if (process.env.NODE_ENV !== "production") Upstream.propTypes = require_iconPropTypes.iconPropTypes;
1342
- const Url = /* @__PURE__ */ react.default.forwardRef(function Url({ children, size = 16, ...rest }, ref) {
1343
- return react.default.createElement(require_Icon.Icon, {
1298
+ if (process.env.NODE_ENV !== "production") TriangleRightOutline.propTypes = require_iconPropTypes.iconPropTypes;
1299
+ const TriangleRightSolid = /* @__PURE__ */ react.default.forwardRef(function TriangleRightSolid({ children, size = 16, ...rest }, ref) {
1300
+ return react.default.createElement(require_Icon_js, {
1344
1301
  width: size,
1345
1302
  height: size,
1346
1303
  ref,
@@ -1350,18 +1307,12 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1350
1307
  ...rest
1351
1308
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1352
1309
  strokeWidth: "0",
1353
- d: "M24 21 24 9 22 9 22 23 30 23 30 21 24 21z"
1354
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1355
- strokeWidth: "0",
1356
- d: "m20,15v-4c0-1.103-.8975-2-2-2h-6v14h2v-6h1.4807l2.3345,6h2.1453l-2.3331-6h.3726c1.1025,0,2-.8975,2-2Zm-6-4h4v4h-4v-4Z"
1357
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1358
- strokeWidth: "0",
1359
- d: "m8,23h-4c-1.103,0-2-.8975-2-2v-12h2v12h4v-12h2v12c0,1.1025-.897,2-2,2Z"
1310
+ d: "m3,2.9806c0-.5692.4772-.979,1-.9806.1628-.0005.3299.0388.4885.1249l23.9867,13.0196c.3435.1865.5248.521.5248.8555s-.1812.6694-.5248.8559L4.4885,29.8754c-.1586.0861-.3257.1251-.4885.1246-.5228-.0016-1-.4111-1-.9803V2.9806Z"
1360
1311
  }), children);
1361
1312
  });
1362
- if (process.env.NODE_ENV !== "production") Url.propTypes = require_iconPropTypes.iconPropTypes;
1363
- const UsageIncludedUseCase = /* @__PURE__ */ react.default.forwardRef(function UsageIncludedUseCase({ children, size = 16, ...rest }, ref) {
1364
- return react.default.createElement(require_Icon.Icon, {
1313
+ if (process.env.NODE_ENV !== "production") TriangleRightSolid.propTypes = require_iconPropTypes.iconPropTypes;
1314
+ const TriangleSolid = /* @__PURE__ */ react.default.forwardRef(function TriangleSolid({ children, size = 16, ...rest }, ref) {
1315
+ return react.default.createElement(require_Icon_js, {
1365
1316
  width: size,
1366
1317
  height: size,
1367
1318
  ref,
@@ -1371,12 +1322,12 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1371
1322
  ...rest
1372
1323
  }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1373
1324
  strokeWidth: "0",
1374
- d: "m13,28V5.8281l7.5859,7.5859,1.4141-1.4141L12,2,2,12l1.4143,1.4141,7.5857-7.5854v22.1714c0,1.1045.8955,2,2,2h15v-2h-15Z"
1325
+ d: "m2.9806,29c-.5692,0-.979-.4772-.9806-1-.0005-.1628.0388-.3299.1249-.4885L15.1444,3.5248c.1865-.3435.521-.5248.8555-.5248s.6694.1812.8559.5248l13.0195,23.9867c.0861.1586.1251.3257.1246.4885-.0016.5228-.4111,1-.9803,1H2.9806Z"
1375
1326
  }), children);
1376
1327
  });
1377
- if (process.env.NODE_ENV !== "production") UsageIncludedUseCase.propTypes = require_iconPropTypes.iconPropTypes;
1378
- const Usb = /* @__PURE__ */ react.default.forwardRef(function Usb({ children, size = 16, ...rest }, ref) {
1379
- return react.default.createElement(require_Icon.Icon, {
1328
+ if (process.env.NODE_ENV !== "production") TriangleSolid.propTypes = require_iconPropTypes.iconPropTypes;
1329
+ const Trigger = /* @__PURE__ */ react.default.forwardRef(function Trigger({ children, size = 16, ...rest }, ref) {
1330
+ return react.default.createElement(require_Icon_js, {
1380
1331
  width: size,
1381
1332
  height: size,
1382
1333
  ref,
@@ -1384,11 +1335,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1384
1335
  viewBox: "0 0 32 32",
1385
1336
  fill: "currentColor",
1386
1337
  ...rest
1387
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M24,15V6a2,2,0,0,0-2-2H10A2,2,0,0,0,8,6v9a2,2,0,0,0-2,2V28H8V17H24V28h2V17A2,2,0,0,0,24,15ZM10,6H22v9H10Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12 10H15V12H12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M17 10H20V12H17z" }), children);
1338
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,19l1.4,1.4,5.6-5.6,5.6,5.6,1.4-1.4-7-7-7,7ZM28.6,11.6l-5.6,5.6-5.6-5.6-1.4,1.4,7,7,7-7-1.4-1.4ZM9,22c-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2-.8954-2-2-2ZM23,10c1.1046,0,2-.8954,2-2s-.8954-2-2-2-2,.8954-2,2,.8954,2,2,2Z" }), children);
1388
1339
  });
1389
- if (process.env.NODE_ENV !== "production") Usb.propTypes = require_iconPropTypes.iconPropTypes;
1390
- const UseCaseDefinition = /* @__PURE__ */ react.default.forwardRef(function UseCaseDefinition({ children, size = 16, ...rest }, ref) {
1391
- return react.default.createElement(require_Icon.Icon, {
1340
+ if (process.env.NODE_ENV !== "production") Trigger.propTypes = require_iconPropTypes.iconPropTypes;
1341
+ const Trophy = /* @__PURE__ */ react.default.forwardRef(function Trophy({ children, size = 16, ...rest }, ref) {
1342
+ return react.default.createElement(require_Icon_js, {
1392
1343
  width: size,
1393
1344
  height: size,
1394
1345
  ref,
@@ -1396,20 +1347,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1396
1347
  viewBox: "0 0 32 32",
1397
1348
  fill: "currentColor",
1398
1349
  ...rest
1399
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1400
- strokeWidth: "0",
1401
- d: "m22.0735,21.9922c1.7068,0,2.9407-.7773,3.5151-2.3325l-1.6561-.7942c-.3212.7942-.828,1.386-1.859,1.386-1.2002,0-1.8086-.8284-1.8086-2.062v-1.6057c0-1.2341.6084-2.0787,1.8086-2.0787.9294,0,1.4871.5409,1.6899,1.2845l1.7748-.7947c-.524-1.386-1.6903-2.2307-3.4647-2.2307-2.603,0-4.0735,1.7744-4.0735,4.5969,0,2.8394,1.4705,4.6311,4.0735,4.6311Z"
1402
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1403
- strokeWidth: "0",
1404
- d: "m11.5126,21.9922c3.3129,0,4.5468-1.572,4.5468-5.0369v-6.9631h-2.1973v7.2507c0,1.8422-.6423,2.772-2.3324,2.772s-2.3324-.9298-2.3324-2.772v-7.2507h-2.1973v6.9631c0,3.4648,1.2,5.0369,4.5126,5.0369Z"
1405
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1406
- strokeWidth: "0",
1407
- d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
1408
- }), children);
1350
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,7H24V6a2.0023,2.0023,0,0,0-2-2H10A2.0023,2.0023,0,0,0,8,6V7H6A2.0023,2.0023,0,0,0,4,9v3a4.0045,4.0045,0,0,0,4,4h.322A8.1689,8.1689,0,0,0,15,21.9341V26H10v2H22V26H17V21.9311A7.9661,7.9661,0,0,0,23.74,16H24a4.0045,4.0045,0,0,0,4-4V9A2.0023,2.0023,0,0,0,26,7ZM8,14a2.0023,2.0023,0,0,1-2-2V9H8Zm14,0a6,6,0,0,1-6.1855,5.9971A6.1991,6.1991,0,0,1,10,13.7065V6H22Zm4-2a2.0023,2.0023,0,0,1-2,2V9h2Z" }), children);
1409
1351
  });
1410
- if (process.env.NODE_ENV !== "production") UseCaseDefinition.propTypes = require_iconPropTypes.iconPropTypes;
1411
- const UseCaseUsage = /* @__PURE__ */ react.default.forwardRef(function UseCaseUsage({ children, size = 16, ...rest }, ref) {
1412
- return react.default.createElement(require_Icon.Icon, {
1352
+ if (process.env.NODE_ENV !== "production") Trophy.propTypes = require_iconPropTypes.iconPropTypes;
1353
+ const TrophyFilled = /* @__PURE__ */ react.default.forwardRef(function TrophyFilled({ children, size = 16, ...rest }, ref) {
1354
+ return react.default.createElement(require_Icon_js, {
1413
1355
  width: size,
1414
1356
  height: size,
1415
1357
  ref,
@@ -1417,29 +1359,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1417
1359
  viewBox: "0 0 32 32",
1418
1360
  fill: "currentColor",
1419
1361
  ...rest
1420
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1421
- strokeWidth: "0",
1422
- d: "m22.0735,21.9922c1.7068,0,2.9407-.7773,3.5151-2.3325l-1.6561-.7942c-.3212.7942-.828,1.386-1.859,1.386-1.2002,0-1.8086-.8284-1.8086-2.062v-1.6057c0-1.2341.6084-2.0787,1.8086-2.0787.9294,0,1.4871.5409,1.6899,1.2845l1.7748-.7947c-.524-1.386-1.6903-2.2307-3.4647-2.2307-2.603,0-4.0735,1.7744-4.0735,4.5969,0,2.8394,1.4705,4.6311,4.0735,4.6311Z"
1423
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1424
- strokeWidth: "0",
1425
- d: "m11.5126,21.9922c3.3129,0,4.5468-1.572,4.5468-5.0369v-6.9631h-2.1973v7.2507c0,1.8422-.6423,2.772-2.3324,2.772s-2.3324-.9298-2.3324-2.772v-7.2507h-2.1973v6.9631c0,3.4648,1.2,5.0369,4.5126,5.0369Z"
1426
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1427
- strokeWidth: "0",
1428
- 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"
1429
- }), children);
1362
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,7H24V6a2.0023,2.0023,0,0,0-2-2H10A2.0023,2.0023,0,0,0,8,6V7H6A2.0023,2.0023,0,0,0,4,9v3a4.0045,4.0045,0,0,0,4,4h.322A8.1689,8.1689,0,0,0,15,21.9341V26H10v2H22V26H17V21.9311A7.9661,7.9661,0,0,0,23.74,16H24a4.0045,4.0045,0,0,0,4-4V9A2.0023,2.0023,0,0,0,26,7ZM8,14a2.0023,2.0023,0,0,1-2-2V9H8Zm18-2a2.0023,2.0023,0,0,1-2,2V9h2Z" }), children);
1430
1363
  });
1431
- if (process.env.NODE_ENV !== "production") UseCaseUsage.propTypes = require_iconPropTypes.iconPropTypes;
1432
- const User = /* @__PURE__ */ react.default.forwardRef(function User({ children, size = 16, ...rest }, ref) {
1433
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1434
- width: size,
1435
- height: size,
1436
- ref,
1437
- xmlns: "http://www.w3.org/2000/svg",
1438
- viewBox: "0 0 16 16",
1439
- fill: "currentColor",
1440
- ...rest
1441
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,2c1.4,0,2.5,1.1,2.5,2.5S9.4,7,8,7S5.5,5.9,5.5,4.5S6.6,2,8,2 M8,1C6.1,1,4.5,2.6,4.5,4.5S6.1,8,8,8s3.5-1.6,3.5-3.5 S9.9,1,8,1z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,15h-1v-2.5c0-1.4-1.1-2.5-2.5-2.5h-3C5.1,10,4,11.1,4,12.5V15H3v-2.5C3,10.6,4.6,9,6.5,9h3c1.9,0,3.5,1.6,3.5,3.5V15z" }), children);
1442
- return react.default.createElement(require_Icon.Icon, {
1364
+ if (process.env.NODE_ENV !== "production") TrophyFilled.propTypes = require_iconPropTypes.iconPropTypes;
1365
+ const TropicalStorm = /* @__PURE__ */ react.default.forwardRef(function TropicalStorm({ children, size = 16, ...rest }, ref) {
1366
+ return react.default.createElement(require_Icon_js, {
1443
1367
  width: size,
1444
1368
  height: size,
1445
1369
  ref,
@@ -1447,11 +1371,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1447
1371
  viewBox: "0 0 32 32",
1448
1372
  fill: "currentColor",
1449
1373
  ...rest
1450
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,4a5,5,0,1,1-5,5,5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,16,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26,30H24V25a5,5,0,0,0-5-5H13a5,5,0,0,0-5,5v5H6V25a7,7,0,0,1,7-7h6a7,7,0,0,1,7,7Z" }), children);
1374
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22.6521,4.1821l-2.177,2.5142L19.0713,8.3174,20.7864,9.605A7.9361,7.9361,0,0,1,23.9963,16l.0008.0576.0017.0415c.018.4317.2412,10.1113-14.6538,11.7222l2.18-2.5176,1.4039-1.6211L11.2139,22.395A7.9361,7.9361,0,0,1,8.0037,16l-.0008-.0576-.0017-.0415C7.9832,15.47,7.7605,5.8071,22.6521,4.1821M24.9978,2c-.0164,0-.0327,0-.0493.001C5.2532,2.9146,6.0037,16,6.0037,16a9.975,9.975,0,0,0,4.0095,7.9946L6.2368,28.3555A1.0044,1.0044,0,0,0,7.0022,30c.0164,0,.0327,0,.0493-.001C26.7468,29.0854,25.9963,16,25.9963,16a9.9756,9.9756,0,0,0-4.0092-7.9946l3.7761-4.3609A1.0044,1.0044,0,0,0,24.9978,2Z" }), children);
1451
1375
  });
1452
- if (process.env.NODE_ENV !== "production") User.propTypes = require_iconPropTypes.iconPropTypes;
1453
- const UserAccess = /* @__PURE__ */ react.default.forwardRef(function UserAccess({ children, size = 16, ...rest }, ref) {
1454
- return react.default.createElement(require_Icon.Icon, {
1376
+ if (process.env.NODE_ENV !== "production") TropicalStorm.propTypes = require_iconPropTypes.iconPropTypes;
1377
+ const TropicalStormModelTracks = /* @__PURE__ */ react.default.forwardRef(function TropicalStormModelTracks({ children, size = 16, ...rest }, ref) {
1378
+ return react.default.createElement(require_Icon_js, {
1455
1379
  width: size,
1456
1380
  height: size,
1457
1381
  ref,
@@ -1459,11 +1383,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1459
1383
  viewBox: "0 0 32 32",
1460
1384
  fill: "currentColor",
1461
1385
  ...rest
1462
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V25a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v5H2V25a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,10a3,3,0,1,1-3,3,3,3,0,0,1,3-3M9,8a5,5,0,1,0,5,5A5,5,0,0,0,9,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,12a1.9922,1.9922,0,0,0-.5117.0742L28.4331,11.019a3.8788,3.8788,0,0,0,0-4.038l1.0552-1.0552a2.0339,2.0339,0,1,0-1.4141-1.4141L27.019,5.5669a3.8788,3.8788,0,0,0-4.038,0L21.9258,4.5117a2.0339,2.0339,0,1,0-1.4141,1.4141L21.5669,6.981a3.8788,3.8788,0,0,0,0,4.038l-1.0552,1.0552a2.0339,2.0339,0,1,0,1.4141,1.4141l1.0552-1.0552a3.8788,3.8788,0,0,0,4.038,0l1.0552,1.0552A1.9957,1.9957,0,1,0,30,12ZM23,9a2,2,0,1,1,2,2A2.0025,2.0025,0,0,1,23,9Z" }), children);
1386
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10,17a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,17Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,10,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M14.8188,6.65c.1163-.1211,1.8643-1.919,2.8882-2.9434A1,1,0,0,0,17,2C11.812,2,2,4.2988,2,13a7.8938,7.8938,0,0,0,3.1812,6.35c-.1612.1675-1.9507,2.0054-2.8882,2.9429A1,1,0,0,0,3,24c5.188,0,15-2.2988,15-11A7.8927,7.8927,0,0,0,14.8188,6.65ZM9.7065,20.793a20.94,20.94,0,0,1-4.0932.9853c.1621-.166,2.7685-2.9053,2.7685-2.9053l-1.1743-.6074A5.9064,5.9064,0,0,1,4,13c0-3.667,2.1177-6.2886,6.2935-7.793a20.94,20.94,0,0,1,4.0932-.9853c-.227.2324-2.769,2.9057-2.769,2.9057l1.1748.607A5.9075,5.9075,0,0,1,16,13C16,16.667,13.8823,19.2886,9.7065,20.793Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,17l-5-5-5,5,1.4126,1.4155L24,15.8325V19a9.01,9.01,0,0,1-9,9H12v2h3A11.0125,11.0125,0,0,0,26,19V15.8325l2.5859,2.5816Z" }), children);
1463
1387
  });
1464
- if (process.env.NODE_ENV !== "production") UserAccess.propTypes = require_iconPropTypes.iconPropTypes;
1465
- const UserAccessLocked = /* @__PURE__ */ react.default.forwardRef(function UserAccessLocked({ children, size = 16, ...rest }, ref) {
1466
- return react.default.createElement(require_Icon.Icon, {
1388
+ if (process.env.NODE_ENV !== "production") TropicalStormModelTracks.propTypes = require_iconPropTypes.iconPropTypes;
1389
+ const TropicalStormTracks = /* @__PURE__ */ react.default.forwardRef(function TropicalStormTracks({ children, size = 16, ...rest }, ref) {
1390
+ return react.default.createElement(require_Icon_js, {
1467
1391
  width: size,
1468
1392
  height: size,
1469
1393
  ref,
@@ -1471,20 +1395,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1471
1395
  viewBox: "0 0 32 32",
1472
1396
  fill: "currentColor",
1473
1397
  ...rest
1474
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1475
- strokeWidth: "0",
1476
- d: "m28,8v-3c0-2.2056-1.7944-4-4-4s-4,1.7944-4,4v3c-1.1028,0-2,.8975-2,2v6c0,1.1025.8972,2,2,2h8c1.1028,0,2-.8975,2-2v-6c0-1.1025-.8972-2-2-2Zm-6-3c0-1.1025.8972-2,2-2s2,.8975,2,2v3h-4v-3Zm-2,11v-6h8v6h-8Z"
1477
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1478
- strokeWidth: "0",
1479
- d: "m16,30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982,1.3439-3,3v5h-2v-5c.0033-2.7601,2.2399-4.9967,5-5h4c2.7601.0033,4.9967,2.2399,5,5v5Z"
1480
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1481
- strokeWidth: "0",
1482
- d: "m9,10c1.6569,0,3,1.3431,3,3s-1.3431,3-3,3-3-1.3431-3-3,1.3431-3,3-3m0-2c-2.7614,0-5,2.2386-5,5s2.2386,5,5,5,5-2.2386,5-5-2.2386-5-5-5Z"
1483
- }), children);
1398
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,13Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.86,12.4805h0a12.9277,12.9277,0,0,0-4.8575-4.9991q.2044-.213.4424-.4589h0c.82-.8482,1.93-1.9825,3.2622-3.3155A1,1,0,0,0,25,2c-.354,0-8.7363.0488-14.269,4.3018h0A12.15,12.15,0,0,0,7.481,9.998c-.1416-.1367-.295-.2841-.4585-.4423C6.1743,8.7349,5.04,7.6255,3.707,6.293A1,1,0,0,0,2,7c0,.3594.05,8.874,4.4058,14.4023a12.1023,12.1023,0,0,0,3.5918,3.1163c-.21.2177-.4346.4516-.6563.68h0c-.7954.8208-1.8286,1.8745-3.0483,3.0943A1,1,0,0,0,7,30c.2856,0,7.061-.0352,12.459-3.1055a12.9618,12.9618,0,0,0,5.06-4.8925q.3062.2937.68.6567c.82.7954,1.8745,1.8286,3.0943,3.0483A1,1,0,0,0,30,25C30,24.7119,29.9644,17.8877,26.86,12.4805Zm-3.03,6.1074-.5469,1.3672A10.5415,10.5415,0,0,1,18.47,25.1562,24.3514,24.3514,0,0,1,9.584,27.8135c.4409-.4492,3.8281-3.9824,3.8281-3.9824l-1.3682-.5474a9.8021,9.8021,0,0,1-4.0668-3.1191c-2.5406-3.2242-3.4585-7.7623-3.79-10.58.5435.5337,3.9815,3.8266,3.9815,3.8266l.5468-1.3672A9.8569,9.8569,0,0,1,11.95,7.8877h0C15.1665,5.415,19.6309,4.5146,22.4155,4.187c-.5332.5435-3.8276,3.9819-3.8276,3.9819l1.3677.5469a10.52,10.52,0,0,1,5.17,4.7608v0a24.29,24.29,0,0,1,2.688,8.94C27.3643,21.9751,23.83,18.5879,23.83,18.5879Z" }), children);
1484
1399
  });
1485
- if (process.env.NODE_ENV !== "production") UserAccessLocked.propTypes = require_iconPropTypes.iconPropTypes;
1486
- const UserAccessUnlocked = /* @__PURE__ */ react.default.forwardRef(function UserAccessUnlocked({ children, size = 16, ...rest }, ref) {
1487
- return react.default.createElement(require_Icon.Icon, {
1400
+ if (process.env.NODE_ENV !== "production") TropicalStormTracks.propTypes = require_iconPropTypes.iconPropTypes;
1401
+ const TropicalWarning = /* @__PURE__ */ react.default.forwardRef(function TropicalWarning({ children, size = 16, ...rest }, ref) {
1402
+ return react.default.createElement(require_Icon_js, {
1488
1403
  width: size,
1489
1404
  height: size,
1490
1405
  ref,
@@ -1492,20 +1407,14 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1492
1407
  viewBox: "0 0 32 32",
1493
1408
  fill: "currentColor",
1494
1409
  ...rest
1495
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1496
- strokeWidth: "0",
1497
- d: "m16,30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982,1.3439-3,3v5h-2v-5c.0033-2.7601,2.2399-4.9967,5-5h4c2.7601.0033,4.9967,2.2399,5,5v5Z"
1498
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1499
- strokeWidth: "0",
1500
- d: "m9,10c1.6569,0,3,1.3431,3,3s-1.3431,3-3,3-3-1.3431-3-3,1.3431-3,3-3m0-2c-2.7614,0-5,2.2386-5,5s2.2386,5,5,5,5-2.2386,5-5-2.2386-5-5-5Z"
1501
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1502
- strokeWidth: "0",
1503
- d: "m28,8h-6v-3c0-1.1025.8972-2,2-2s2,.8975,2,2h2c0-2.2056-1.7944-4-4-4s-4,1.7944-4,4v3c-1.1028,0-2,.8975-2,2v6c0,1.1025.8972,2,2,2h8c1.1028,0,2-.8975,2-2v-6c0-1.1025-.8972-2-2-2Zm0,8h-8v-6h8v6Z"
1504
- }), children);
1410
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.9487,25.6836a1,1,0,0,0-1.8955-.0049A3.44,3.44,0,0,1,23,28a3.44,3.44,0,0,1-3.0532-2.3213,1,1,0,0,0-1.8955.0049A3.4376,3.4376,0,0,1,15,28h-.4336C13.9241,26.7939,12,22.312,12,12v-.1313l1.1169.7446A6.46,6.46,0,0,1,14.4346,13.79l1.0007-1.8418a8.4469,8.4469,0,0,0-1.209-.9986L12.8025,10h1.5308a6.9861,6.9861,0,0,1,1.9934.3071l.9755-1.7954A9.0059,9.0059,0,0,0,14.3333,8H13.1169A7.0329,7.0329,0,0,1,18,6h.6669l1.0867-2H18a9.0361,9.0361,0,0,0-7,3.3638A9.0362,9.0362,0,0,0,4,4H2V6H4A7.0308,7.0308,0,0,1,8.8828,8H7.6665a9.06,9.06,0,0,0-5.4,1.8L.4,11.2l1.2,1.6L3.4668,11.4a7.04,7.04,0,0,1,4.2-1.4H9.1973l-1.4239.9492A8.457,8.457,0,0,0,4,18H6a6.46,6.46,0,0,1,2.8828-5.3867L10,11.8687V12c0,8.9365,1.3994,13.7539,2.355,16H2v2H15a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0,4.9955,4.9955,0,0,0,3,1.8833V27.8125A3.7616,3.7616,0,0,1,27.9487,25.6836Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1411
+ fill: "none",
1412
+ d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
1413
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z" }), children);
1505
1414
  });
1506
- if (process.env.NODE_ENV !== "production") UserAccessUnlocked.propTypes = require_iconPropTypes.iconPropTypes;
1507
- const UserActivity = /* @__PURE__ */ react.default.forwardRef(function UserActivity({ children, size = 16, ...rest }, ref) {
1508
- return react.default.createElement(require_Icon.Icon, {
1415
+ if (process.env.NODE_ENV !== "production") TropicalWarning.propTypes = require_iconPropTypes.iconPropTypes;
1416
+ const TryCatch = /* @__PURE__ */ react.default.forwardRef(function TryCatch({ children, size = 16, ...rest }, ref) {
1417
+ return react.default.createElement(require_Icon_js, {
1509
1418
  width: size,
1510
1419
  height: size,
1511
1420
  ref,
@@ -1513,11 +1422,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1513
1422
  viewBox: "0 0 32 32",
1514
1423
  fill: "currentColor",
1515
1424
  ...rest
1516
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,23h-.0215a1.0016,1.0016,0,0,1-.94-.7256L20.8711,11.19l-1.9346,5.1607A1.0005,1.0005,0,0,1,18,17H14V15h3.3066l2.7569-7.3511a1.0005,1.0005,0,0,1,1.8984.0762l3.1113,10.8921,1.9786-5.9336A.9988.9988,0,0,1,28,12h4v2H28.7207l-2.7725,8.3164A.9984.9984,0,0,1,25,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,30H13V23a3.0033,3.0033,0,0,0-3-3H6a3.0033,3.0033,0,0,0-3,3v7H1V23a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,8a3,3,0,1,1-3,3A3,3,0,0,1,8,8M8,6a5,5,0,1,0,5,5A5,5,0,0,0,8,6Z" }), children);
1425
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.2,13l-2.2-2.2v-3.8h-12.8l-2.2-2.2V2h-2v2.8l-3.2,3.2,3.2,3.2v14.9l-1.8-1.8-1.4,1.4,4.2,4.2,1.1-1.1,3.1-3.1-1.4-1.4-1.8,1.8v-4.1h21v-9h-3.8ZM14,13.5v6.5h-6v-8.8l2.2-2.2h10.8v1.8l-2.2,2.2h-4.8v.5ZM27,20h-11v-5h2.8l3.2,3.2,3.2-3.2h1.8v5Z" }), children);
1517
1426
  });
1518
- if (process.env.NODE_ENV !== "production") UserActivity.propTypes = require_iconPropTypes.iconPropTypes;
1519
- const UserAdmin = /* @__PURE__ */ react.default.forwardRef(function UserAdmin({ children, size = 16, ...rest }, ref) {
1520
- return react.default.createElement(require_Icon.Icon, {
1427
+ if (process.env.NODE_ENV !== "production") TryCatch.propTypes = require_iconPropTypes.iconPropTypes;
1428
+ const Tsq = /* @__PURE__ */ react.default.forwardRef(function Tsq({ children, size = 16, ...rest }, ref) {
1429
+ return react.default.createElement(require_Icon_js, {
1521
1430
  width: size,
1522
1431
  height: size,
1523
1432
  ref,
@@ -1525,20 +1434,23 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1525
1434
  viewBox: "0 0 32 32",
1526
1435
  fill: "currentColor",
1527
1436
  ...rest
1528
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H20V25a5,5,0,0,0-5-5H9a5,5,0,0,0-5,5v5H2V25a7,7,0,0,1,7-7h6a7,7,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 16.18 22.41 13.59 21 15 25 19 32 12 30.59 10.59 25 16.18z" }), children);
1437
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 26H30V28H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 22H30V24H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,20h-11V12h11v8Zm-9-2h7v-4h-7v4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 8H30V10H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M19 4H30V6H19z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M10.293 18.707 8 16.4143 8 12 10 12 10 15.5857 11.707 17.293 10.293 18.707z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,24c-4.4111,0-8-3.5889-8-8s3.5889-8,8-8,8,3.5889,8,8-3.5889,8-8,8Zm0-14c-3.3083,0-6,2.6917-6,6s2.6917,6,6,6,6-2.6917,6-6-2.6917-6-6-6Z" }), children);
1529
1438
  });
1530
- if (process.env.NODE_ENV !== "production") UserAdmin.propTypes = require_iconPropTypes.iconPropTypes;
1531
- const UserAvatar = /* @__PURE__ */ react.default.forwardRef(function UserAvatar({ children, size = 16, ...rest }, ref) {
1532
- if (size === 16 || size === "16" || size === "16px") return react.default.createElement(require_Icon.Icon, {
1439
+ if (process.env.NODE_ENV !== "production") Tsq.propTypes = require_iconPropTypes.iconPropTypes;
1440
+ const Tsunami = /* @__PURE__ */ react.default.forwardRef(function Tsunami({ children, size = 16, ...rest }, ref) {
1441
+ return react.default.createElement(require_Icon_js, {
1533
1442
  width: size,
1534
1443
  height: size,
1535
1444
  ref,
1536
1445
  xmlns: "http://www.w3.org/2000/svg",
1537
- viewBox: "0 0 16 16",
1446
+ viewBox: "0 0 32 32",
1538
1447
  fill: "currentColor",
1539
1448
  ...rest
1540
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M5,13.2v-1.5c0-0.9,0.6-1.6,1.5-1.7h3c0.9,0.1,1.5,0.8,1.5,1.7v1.5 C9.1,14.3,6.9,14.3,5,13.2L5,13.2z M12,12l0-0.8c0-0.9-1.1-2.1-2.5-2.2h-3C5.1,9.1,4,10.3,4,11.7l0,0.5v0.3c-2.5-2.2-2.7-6-0.5-8.5 s6-2.7,8.5-0.5s2.7,6,0.5,8.5c-0.1,0.2-0.3,0.3-0.5,0.5V12z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,3C6.6,3,5.5,4.1,5.5,5.5S6.6,8,8,8s2.5-1.1,2.5-2.5S9.4,3,8,3z M8,7C7.2,7,6.5,6.3,6.5,5.5S7.2,4,8,4s1.5,0.7,1.5,1.5 S8.8,7,8,7z" }), children);
1541
- return react.default.createElement(require_Icon.Icon, {
1449
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,26H24A10.0349,10.0349,0,0,1,17.0732,8.7378,11.9629,11.9629,0,0,0,12.9937,8a6.9027,6.9027,0,0,0-6.0308,3.42C4.9966,14.4348,4,19.34,4,26H2c0-7.0542,1.106-12.3274,3.2871-15.6726A8.906,8.906,0,0,1,12.9937,6h.0068a14.762,14.762,0,0,1,6.4619,1.592,1,1,0,0,1,.0869,1.7222A8.0249,8.0249,0,0,0,24,24h6Z" }), children);
1450
+ });
1451
+ if (process.env.NODE_ENV !== "production") Tsunami.propTypes = require_iconPropTypes.iconPropTypes;
1452
+ const Tsv = /* @__PURE__ */ react.default.forwardRef(function Tsv({ children, size = 16, ...rest }, ref) {
1453
+ return react.default.createElement(require_Icon_js, {
1542
1454
  width: size,
1543
1455
  height: size,
1544
1456
  ref,
@@ -1546,11 +1458,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1546
1458
  viewBox: "0 0 32 32",
1547
1459
  fill: "currentColor",
1548
1460
  ...rest
1549
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,8a5,5,0,1,0,5,5A5,5,0,0,0,16,8Zm0,8a3,3,0,1,1,3-3A3.0034,3.0034,0,0,1,16,16Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM10,26.3765V25a3.0033,3.0033,0,0,1,3-3h6a3.0033,3.0033,0,0,1,3,3v1.3765a11.8989,11.8989,0,0,1-12,0Zm13.9925-1.4507A5.0016,5.0016,0,0,0,19,20H13a5.0016,5.0016,0,0,0-4.9925,4.9258,12,12,0,1,1,15.985,0Z" }), children);
1461
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 9 26 22 24 9 22 9 24.516 23 27.484 23 30 9 28 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18,23H12V21h6V17H14a2.002,2.002,0,0,1-2-2V11a2.002,2.002,0,0,1,2-2h6v2H14v4h4a2.002,2.002,0,0,1,2,2v4A2.002,2.002,0,0,1,18,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 11 5 11 5 23 7 23 7 11 10 11 10 9 2 9 2 11z" }), children);
1550
1462
  });
1551
- if (process.env.NODE_ENV !== "production") UserAvatar.propTypes = require_iconPropTypes.iconPropTypes;
1552
- const UserAvatarFilled = /* @__PURE__ */ react.default.forwardRef(function UserAvatarFilled({ children, size = 16, ...rest }, ref) {
1553
- return react.default.createElement(require_Icon.Icon, {
1463
+ if (process.env.NODE_ENV !== "production") Tsv.propTypes = require_iconPropTypes.iconPropTypes;
1464
+ const Tuning = /* @__PURE__ */ react.default.forwardRef(function Tuning({ children, size = 16, ...rest }, ref) {
1465
+ return react.default.createElement(require_Icon_js, {
1554
1466
  width: size,
1555
1467
  height: size,
1556
1468
  ref,
@@ -1558,14 +1470,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1558
1470
  viewBox: "0 0 32 32",
1559
1471
  fill: "currentColor",
1560
1472
  ...rest
1561
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1562
- fill: "none",
1563
- d: "M8.0071,24.93A4.9958,4.9958,0,0,1,13,20h6a4.9959,4.9959,0,0,1,4.9929,4.93,11.94,11.94,0,0,1-15.9858,0ZM20.5,12.5A4.5,4.5,0,1,1,16,8,4.5,4.5,0,0,1,20.5,12.5Z"
1564
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.7489,24.93A13.9893,13.9893,0,1,0,2,16a13.899,13.899,0,0,0,3.2511,8.93l-.02.0166c.07.0845.15.1567.2222.2392.09.1036.1864.2.28.3008.28.3033.5674.5952.87.87.0915.0831.1864.1612.28.2417.32.2759.6484.5372.99.7813.0441.0312.0832.0693.1276.1006v-.0127a13.9011,13.9011,0,0,0,16,0V27.48c.0444-.0313.0835-.0694.1276-.1006.3412-.2441.67-.5054.99-.7813.0936-.08.1885-.1586.28-.2417.3025-.2749.59-.5668.87-.87.0933-.1006.1894-.1972.28-.3008.0719-.0825.1522-.1547.2222-.2392ZM16,8a4.5,4.5,0,1,1-4.5,4.5A4.5,4.5,0,0,1,16,8ZM8.0071,24.93A4.9957,4.9957,0,0,1,13,20h6a4.9958,4.9958,0,0,1,4.9929,4.93,11.94,11.94,0,0,1-15.9858,0Z" }), children);
1473
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m24,30v-4.1c2.3-.5,4-2.5,4-4.9,0-2.4-1.7-4.4-4-4.9V2s-2,0-2,0v14.1c-2.3.5-4,2.5-4,4.9,0,2.4,1.7,4.4,4,4.9v4.1s2,0,2,0Zm-4-9c0-1.7,1.3-3,3-3s3,1.3,3,3c0,1.7-1.3,3-3,3s-3-1.3-3-3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "m8,2v4.1c-2.3.5-4,2.5-4,4.9,0,2.4,1.7,4.4,4,4.9v14.1s2,0,2,0v-14.1c2.3-.5,4-2.5,4-4.9,0-2.4-1.7-4.4-4-4.9V2s-2,0-2,0Zm4,9c0,1.7-1.3,3-3,3s-3-1.3-3-3,1.3-3,3-3,3,1.3,3,3Z" }), children);
1565
1474
  });
1566
- if (process.env.NODE_ENV !== "production") UserAvatarFilled.propTypes = require_iconPropTypes.iconPropTypes;
1567
- const UserAvatarFilledAlt = /* @__PURE__ */ react.default.forwardRef(function UserAvatarFilledAlt({ children, size = 16, ...rest }, ref) {
1568
- return react.default.createElement(require_Icon.Icon, {
1475
+ if (process.env.NODE_ENV !== "production") Tuning.propTypes = require_iconPropTypes.iconPropTypes;
1476
+ const TwoFactorAuthentication = /* @__PURE__ */ react.default.forwardRef(function TwoFactorAuthentication({ children, size = 16, ...rest }, ref) {
1477
+ return react.default.createElement(require_Icon_js, {
1569
1478
  width: size,
1570
1479
  height: size,
1571
1480
  ref,
@@ -1573,11 +1482,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1573
1482
  viewBox: "0 0 32 32",
1574
1483
  fill: "currentColor",
1575
1484
  ...rest
1576
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,8a5,5,0,1,0,5,5A5,5,0,0,0,16,8Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm7.9925,22.9258A5.0016,5.0016,0,0,0,19,20H13a5.0016,5.0016,0,0,0-4.9925,4.9258,12,12,0,1,1,15.985,0Z" }), children);
1485
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 23.18 9 21.179 7.589 22.589 11 26 17 20 15.59 18.59 11 23.18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,30H24V28h4V16H24V8a4.0045,4.0045,0,0,0-4-4V2a6.0067,6.0067,0,0,1,6,6v6h2a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20,14H18V8A6,6,0,0,0,6,8v6H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16A2,2,0,0,0,20,14ZM8,8a4,4,0,0,1,8,0v6H8ZM20,28H4V16H20Z" }), children);
1577
1486
  });
1578
- if (process.env.NODE_ENV !== "production") UserAvatarFilledAlt.propTypes = require_iconPropTypes.iconPropTypes;
1579
- const UserCertification = /* @__PURE__ */ react.default.forwardRef(function UserCertification({ children, size = 16, ...rest }, ref) {
1580
- return react.default.createElement(require_Icon.Icon, {
1487
+ if (process.env.NODE_ENV !== "production") TwoFactorAuthentication.propTypes = require_iconPropTypes.iconPropTypes;
1488
+ const TwoPersonLift = /* @__PURE__ */ react.default.forwardRef(function TwoPersonLift({ children, size = 16, ...rest }, ref) {
1489
+ return react.default.createElement(require_Icon_js, {
1581
1490
  width: size,
1582
1491
  height: size,
1583
1492
  ref,
@@ -1585,11 +1494,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1585
1494
  viewBox: "0 0 32 32",
1586
1495
  fill: "currentColor",
1587
1496
  ...rest
1588
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 10 26.593 13 30 13.414 27.5 15.667 28 19 25 17.125 22 19 22.5 15.667 20 13.414 23.5 13 25 10z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H20V25a5.0059,5.0059,0,0,0-5-5H9a5.0059,5.0059,0,0,0-5,5v5H2V25a7.0082,7.0082,0,0,1,7-7h6a7.0082,7.0082,0,0,1,7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z" }), children);
1497
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.96,30l-1.9215-6.7253a1.0008,1.0008,0,0,1,.3369-1.0554L29.874,18.62,28.52,13.2014l-2.7382,3.4234A1.0026,1.0026,0,0,1,25,17H20V15h4.52l3.6993-4.6248a1,1,0,0,1,1.7509.3824l2,8a.9989.9989,0,0,1-.3447,1.0232l-4.48,3.5845,1.7389,6.0854Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,5.5A3.5,3.5,0,1,1,26.5,9,3.5042,3.5042,0,0,1,23,5.5Zm2,0A1.5,1.5,0,1,0,26.5,4,1.5017,1.5017,0,0,0,25,5.5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20.0039,19A2.0039,2.0039,0,0,1,18,16.9961V15.0039A2.0039,2.0039,0,0,1,20.0039,13H22V10H10v3h1.9961A2.0039,2.0039,0,0,1,14,15.0039v1.9922A2.0039,2.0039,0,0,1,11.9961,19H10v3H22V19Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.04,30l1.9215-6.7253a1.0013,1.0013,0,0,0-.3369-1.0555L2.126,18.62l1.3545-5.4185,2.7382,3.4234A1.0026,1.0026,0,0,0,7,17h5V15H7.4805L3.7812,10.3752a1,1,0,0,0-1.7509.3824l-2,8A.9989.9989,0,0,0,.375,19.7808l4.4805,3.5844-1.739,6.0855Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M5.5,9A3.5,3.5,0,1,1,9,5.5,3.5042,3.5042,0,0,1,5.5,9Zm0-5A1.5,1.5,0,1,0,7,5.5,1.5017,1.5017,0,0,0,5.5,4Z" }), children);
1589
1498
  });
1590
- if (process.env.NODE_ENV !== "production") UserCertification.propTypes = require_iconPropTypes.iconPropTypes;
1591
- const UserData = /* @__PURE__ */ react.default.forwardRef(function UserData({ children, size = 16, ...rest }, ref) {
1592
- return react.default.createElement(require_Icon.Icon, {
1499
+ if (process.env.NODE_ENV !== "production") TwoPersonLift.propTypes = require_iconPropTypes.iconPropTypes;
1500
+ const Txt = /* @__PURE__ */ react.default.forwardRef(function Txt({ children, size = 16, ...rest }, ref) {
1501
+ return react.default.createElement(require_Icon_js, {
1593
1502
  width: size,
1594
1503
  height: size,
1595
1504
  ref,
@@ -1597,11 +1506,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1597
1506
  viewBox: "0 0 32 32",
1598
1507
  fill: "currentColor",
1599
1508
  ...rest
1600
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28 8H30V16H28z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23 5H25V16H23z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M18 10H20V16H18z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V24a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v6H2V24a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,9a3,3,0,1,1-3,3A3,3,0,0,1,9,9M9,7a5,5,0,1,0,5,5A5,5,0,0,0,9,7Z" }), children);
1509
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 11 24 11 24 23 26 23 26 11 29 11 29 9 21 9 21 11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 9 18 9 16 15 14 9 12 9 14.75 16 12 23 14 23 16 17 18 23 20 23 17.25 16 20 9z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 11 6 11 6 23 8 23 8 11 11 11 11 9 3 9 3 11z" }), children);
1601
1510
  });
1602
- if (process.env.NODE_ENV !== "production") UserData.propTypes = require_iconPropTypes.iconPropTypes;
1603
- const UserFavorite = /* @__PURE__ */ react.default.forwardRef(function UserFavorite({ children, size = 16, ...rest }, ref) {
1604
- return react.default.createElement(require_Icon.Icon, {
1511
+ if (process.env.NODE_ENV !== "production") Txt.propTypes = require_iconPropTypes.iconPropTypes;
1512
+ const TxtReference = /* @__PURE__ */ react.default.forwardRef(function TxtReference({ children, size = 16, ...rest }, ref) {
1513
+ return react.default.createElement(require_Icon_js, {
1605
1514
  width: size,
1606
1515
  height: size,
1607
1516
  ref,
@@ -1609,11 +1518,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1609
1518
  viewBox: "0 0 32 32",
1610
1519
  fill: "currentColor",
1611
1520
  ...rest
1612
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M27.303,12a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L25.0019,21l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,27.303,12Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2,30H4V25a5.0059,5.0059,0,0,1,5-5h6a5.0059,5.0059,0,0,1,5,5v5h2V25a7.0082,7.0082,0,0,0-7-7H9a7.0082,7.0082,0,0,0-7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z" }), children);
1521
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M4 20 4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21 4 24 4 24 16 26 16 26 4 29 4 29 2 21 2 21 4z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M20 2 18 2 16 8 14 2 12 2 14.752 9 12 16 14 16 16 10 18 16 20 16 17.245 9 20 2z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M3 4 6 4 6 16 8 16 8 4 11 4 11 2 3 2 3 4z" }), children);
1613
1522
  });
1614
- if (process.env.NODE_ENV !== "production") UserFavorite.propTypes = require_iconPropTypes.iconPropTypes;
1615
- const UserFavoriteAlt = /* @__PURE__ */ react.default.forwardRef(function UserFavoriteAlt({ children, size = 16, ...rest }, ref) {
1616
- return react.default.createElement(require_Icon.Icon, {
1523
+ if (process.env.NODE_ENV !== "production") TxtReference.propTypes = require_iconPropTypes.iconPropTypes;
1524
+ const TypePattern = /* @__PURE__ */ react.default.forwardRef(function TypePattern({ children, size = 16, ...rest }, ref) {
1525
+ return react.default.createElement(require_Icon_js, {
1617
1526
  width: size,
1618
1527
  height: size,
1619
1528
  ref,
@@ -1621,11 +1530,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1621
1530
  viewBox: "0 0 32 32",
1622
1531
  fill: "currentColor",
1623
1532
  ...rest
1624
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28.7663,4.2558A4.2121,4.2121,0,0,0,23,4.0321a4.2121,4.2121,0,0,0-5.7663.2237,4.319,4.319,0,0,0,0,6.0447L22.998,16.14,23,16.1376l.002.0019,5.7643-5.839A4.319,4.319,0,0,0,28.7663,4.2558ZM27.342,8.8948l-4.34,4.3973L23,13.29l-.002.002-4.34-4.3973a2.3085,2.3085,0,0,1,0-3.2338,2.2639,2.2639,0,0,1,3.1561,0l1.181,1.2074L23,6.8634l.0049.005,1.181-1.2074a2.2639,2.2639,0,0,1,3.1561,0A2.3085,2.3085,0,0,1,27.342,8.8948Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V25a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v5H2V25a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,10a3,3,0,1,1-3,3,3,3,0,0,1,3-3M9,8a5,5,0,1,0,5,5A5,5,0,0,0,9,8Z" }), children);
1533
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 15 17 15 17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25.586 20 27 21.414 23.414 25 27 28.586 25.586 30 20.586 25 25.586 20z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11,30H3a1,1,0,0,1-.8945-1.4473l4-8a1.0412,1.0412,0,0,1,1.789,0l4,8A1,1,0,0,1,11,30ZM4.6182,28H9.3818L7,23.2363Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M28,12H22a2.0023,2.0023,0,0,1-2-2V4a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v6A2.0023,2.0023,0,0,1,28,12ZM22,4v6h6.001L28,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M7,12a5,5,0,1,1,5-5A5.0059,5.0059,0,0,1,7,12ZM7,4a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,7,4Z" }), children);
1625
1534
  });
1626
- if (process.env.NODE_ENV !== "production") UserFavoriteAlt.propTypes = require_iconPropTypes.iconPropTypes;
1627
- const UserFavoriteAltFilled = /* @__PURE__ */ react.default.forwardRef(function UserFavoriteAltFilled({ children, size = 16, ...rest }, ref) {
1628
- return react.default.createElement(require_Icon.Icon, {
1535
+ if (process.env.NODE_ENV !== "production") TypePattern.propTypes = require_iconPropTypes.iconPropTypes;
1536
+ const Types = /* @__PURE__ */ react.default.forwardRef(function Types({ children, size = 16, ...rest }, ref) {
1537
+ return react.default.createElement(require_Icon_js, {
1629
1538
  width: size,
1630
1539
  height: size,
1631
1540
  ref,
@@ -1633,11 +1542,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1633
1542
  viewBox: "0 0 32 32",
1634
1543
  fill: "currentColor",
1635
1544
  ...rest
1636
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M26.4938,3a3.4735,3.4735,0,0,0-2.48,1.0393l-.5111.5228-.5161-.5228a3.4792,3.4792,0,0,0-4.96,0,3.59,3.59,0,0,0,0,5.0251l5.4766,5.5427,5.4716-5.5427a3.59,3.59,0,0,0,0-5.0251A3.4738,3.4738,0,0,0,26.4938,3Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V25a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v5H2V25a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,10a3,3,0,1,1-3,3,3,3,0,0,1,3-3M9,8a5,5,0,1,0,5,5A5,5,0,0,0,9,8Z" }), children);
1545
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30 16 22 24 20.586 22.586 27.172 16 20.586 9.414 22 8 30 16z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,22a.9967.9967,0,0,1-.707-.293l-5-5a.9994.9994,0,0,1,0-1.414l5-5a.9994.9994,0,0,1,1.414,0l5,5a.9994.9994,0,0,1,0,1.414l-5,5A.9967.9967,0,0,1,16,22Zm-3.5859-6L16,19.5859,19.5859,16,16,12.4141Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M2 16 10 8 11.414 9.414 4.828 16 11.414 22.586 10 24 2 16z" }), children);
1637
1546
  });
1638
- if (process.env.NODE_ENV !== "production") UserFavoriteAltFilled.propTypes = require_iconPropTypes.iconPropTypes;
1639
- const UserFeedback = /* @__PURE__ */ react.default.forwardRef(function UserFeedback({ children, size = 16, ...rest }, ref) {
1640
- return react.default.createElement(require_Icon.Icon, {
1547
+ if (process.env.NODE_ENV !== "production") Types.propTypes = require_iconPropTypes.iconPropTypes;
1548
+ const QU1 = /* @__PURE__ */ react.default.forwardRef(function QU1({ children, size = 16, ...rest }, ref) {
1549
+ return react.default.createElement(require_Icon_js, {
1641
1550
  width: size,
1642
1551
  height: size,
1643
1552
  ref,
@@ -1645,20 +1554,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1645
1554
  viewBox: "0 0 32 32",
1646
1555
  fill: "currentColor",
1647
1556
  ...rest
1648
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1649
- strokeWidth: "0",
1650
- d: "m19,3h10c1.1035,0,2,.8965,2,2v6c0,1.1035-.8965,2-2,2h-2.4229s-1.7314,3-1.7314,3l-1.7324-1,2.3096-4h3.5771s0-6,0-6h-10s0,6,0,6h3v2h-3c-1.1035,0-2-.8965-2-2v-6c0-1.1035.8965-2,2-2Z"
1651
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1652
- strokeWidth: "0",
1653
- d: "m15,30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982,1.3439-3,3v5H1v-5c.0033-2.7601,2.2399-4.9967,5-5h4c2.7601.0033,4.9967,2.2399,5,5v5Z"
1654
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", {
1655
- strokeWidth: "0",
1656
- d: "m8,10c1.6569,0,3,1.3431,3,3s-1.3431,3-3,3-3-1.3431-3-3c.0019-1.6561,1.3439-2.9981,3-3m0-2c-2.7614,0-5,2.2386-5,5s2.2386,5,5,5,5-2.2386,5-5-2.2386-5-5-5Z"
1657
- }), children);
1557
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,23H9a2,2,0,0,1-2-2V9H9V21h4V9h2V21A2,2,0,0,1,13,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22 21 22 9 17 9 17 11 20 11 20 21 17 21 17 23 25 23 25 21 22 21z" }), children);
1658
1558
  });
1659
- if (process.env.NODE_ENV !== "production") UserFeedback.propTypes = require_iconPropTypes.iconPropTypes;
1660
- const UserFilled = /* @__PURE__ */ react.default.forwardRef(function UserFilled({ children, size = 16, ...rest }, ref) {
1661
- return react.default.createElement(require_Icon.Icon, {
1559
+ if (process.env.NODE_ENV !== "production") QU1.propTypes = require_iconPropTypes.iconPropTypes;
1560
+ const QU2 = /* @__PURE__ */ react.default.forwardRef(function QU2({ children, size = 16, ...rest }, ref) {
1561
+ return react.default.createElement(require_Icon_js, {
1662
1562
  width: size,
1663
1563
  height: size,
1664
1564
  ref,
@@ -1666,11 +1566,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1666
1566
  viewBox: "0 0 32 32",
1667
1567
  fill: "currentColor",
1668
1568
  ...rest
1669
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M6,30H26V25a7.0082,7.0082,0,0,0-7-7H13a7.0082,7.0082,0,0,0-7,7Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,9a7,7,0,1,0,7-7A7,7,0,0,0,9,9Z" }), children);
1569
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,23H9a2,2,0,0,1-2-2V9H9V21h4V9h2V21A2,2,0,0,1,13,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25,23H17V17a2,2,0,0,1,2-2h4V11H17V9h6a2,2,0,0,1,2,2v4a2,2,0,0,1-2,2H19v4h6Z" }), children);
1670
1570
  });
1671
- if (process.env.NODE_ENV !== "production") UserFilled.propTypes = require_iconPropTypes.iconPropTypes;
1672
- const UserFollow = /* @__PURE__ */ react.default.forwardRef(function UserFollow({ children, size = 16, ...rest }, ref) {
1673
- return react.default.createElement(require_Icon.Icon, {
1571
+ if (process.env.NODE_ENV !== "production") QU2.propTypes = require_iconPropTypes.iconPropTypes;
1572
+ const QU3 = /* @__PURE__ */ react.default.forwardRef(function QU3({ children, size = 16, ...rest }, ref) {
1573
+ return react.default.createElement(require_Icon_js, {
1674
1574
  width: size,
1675
1575
  height: size,
1676
1576
  ref,
@@ -1678,11 +1578,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1678
1578
  viewBox: "0 0 32 32",
1679
1579
  fill: "currentColor",
1680
1580
  ...rest
1681
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M32 14 28 14 28 10 26 10 26 14 22 14 22 16 26 16 26 20 28 20 28 16 32 16 32 14z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,30H20V25a5,5,0,0,0-5-5H9a5,5,0,0,0-5,5v5H2V25a7,7,0,0,1,7-7h6a7,7,0,0,1,7,7Z" }), children);
1581
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M13,23H9a2,2,0,0,1-2-2V9H9V21h4V9h2V21A2,2,0,0,1,13,23Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M23,9H17v2h6v4H18v2h5v4H17v2h6a2,2,0,0,0,2-2V11A2,2,0,0,0,23,9Z" }), children);
1682
1582
  });
1683
- if (process.env.NODE_ENV !== "production") UserFollow.propTypes = require_iconPropTypes.iconPropTypes;
1684
- const UserIdentification = /* @__PURE__ */ react.default.forwardRef(function UserIdentification({ children, size = 16, ...rest }, ref) {
1685
- return react.default.createElement(require_Icon.Icon, {
1583
+ if (process.env.NODE_ENV !== "production") QU3.propTypes = require_iconPropTypes.iconPropTypes;
1584
+ const Umbrella = /* @__PURE__ */ react.default.forwardRef(function Umbrella({ children, size = 16, ...rest }, ref) {
1585
+ return react.default.createElement(require_Icon_js, {
1686
1586
  width: size,
1687
1587
  height: size,
1688
1588
  ref,
@@ -1690,15 +1590,11 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1690
1590
  viewBox: "0 0 32 32",
1691
1591
  fill: "currentColor",
1692
1592
  ...rest
1693
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M22,11h4a1,1,0,0,1,1,1v2a0,0,0,0,1,0,0H21a0,0,0,0,1,0,0V12A1,1,0,0,1,22,11Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("circle", {
1694
- cx: "24",
1695
- cy: "8",
1696
- r: "2"
1697
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M30,18H18a2.0023,2.0023,0,0,1-2-2V4a2.002,2.002,0,0,1,2-2H30a2.0023,2.0023,0,0,1,2,2V16A2.0027,2.0027,0,0,1,30,18ZM18,4V16H30.001L30,4Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M15,30H13V26a2.9465,2.9465,0,0,0-3-3H6a2.9465,2.9465,0,0,0-3,3v4H1V26a4.9514,4.9514,0,0,1,5-5h4a4.9514,4.9514,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M8,11a3,3,0,0,1,0,6,3,3,0,0,1,0-6M8,9A5,5,0,0,0,8,19,5,5,0,0,0,8,9Z" }), children);
1593
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.9854,15.83A14.3808,14.3808,0,0,0,17,4.0464V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4411,12.4411,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333,6.5439,6.5439,0,0,0,6,14Zm10,0a6.5528,6.5528,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0563-9.1763,3.4308,2.6768,4.0091,6.9487,4.0525,9.1728A6.553,6.553,0,0,0,16,14Zm10,0a6.5439,6.5439,0,0,0-3.939,1.333,14.5164,14.5164,0,0,0-3.0456-8.9341,12.4411,12.4411,0,0,1,8.488,7.8145A5.4079,5.4079,0,0,0,26,14Z" }), children);
1698
1594
  });
1699
- if (process.env.NODE_ENV !== "production") UserIdentification.propTypes = require_iconPropTypes.iconPropTypes;
1700
- const UserMilitary = /* @__PURE__ */ react.default.forwardRef(function UserMilitary({ children, size = 16, ...rest }, ref) {
1701
- return react.default.createElement(require_Icon.Icon, {
1595
+ if (process.env.NODE_ENV !== "production") Umbrella.propTypes = require_iconPropTypes.iconPropTypes;
1596
+ const Undefined = /* @__PURE__ */ react.default.forwardRef(function Undefined({ children, size = 16, ...rest }, ref) {
1597
+ return react.default.createElement(require_Icon_js, {
1702
1598
  width: size,
1703
1599
  height: size,
1704
1600
  ref,
@@ -1706,16 +1602,53 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1706
1602
  viewBox: "0 0 32 32",
1707
1603
  fill: "currentColor",
1708
1604
  ...rest
1709
- }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M25 13 23.407 16 20 16.414 22.5 18.667 22 22 25 20.125 28 22 27.5 18.667 30 16.414 26.5 16 25 13z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.414 13.414 25 9.834 25 9.834 28.587 13.416 30 12 25 7 20 12 21.414 13.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M21.414 8.414 25 4.834 25 4.834 28.587 8.416 30 7 25 2 20 7 21.414 8.414z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M16,30H14V25a3.0033,3.0033,0,0,0-3-3H7a3.0033,3.0033,0,0,0-3,3v5H2V25a5.0059,5.0059,0,0,1,5-5h4a5.0059,5.0059,0,0,1,5,5Z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M9,10a3,3,0,1,1-3,3,3,3,0,0,1,3-3M9,8a5,5,0,1,0,5,5A5,5,0,0,0,9,8Z" }), children);
1605
+ }, /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M11 14H21V18H11z" }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z" }), children);
1710
1606
  });
1711
- if (process.env.NODE_ENV !== "production") UserMilitary.propTypes = require_iconPropTypes.iconPropTypes;
1607
+ if (process.env.NODE_ENV !== "production") Undefined.propTypes = require_iconPropTypes.iconPropTypes;
1712
1608
  exports.QU1 = QU1;
1713
1609
  exports.QU2 = QU2;
1714
1610
  exports.QU3 = QU3;
1611
+ exports.TextLeading = TextLeading;
1612
+ exports.TextLineSpacing = TextLineSpacing;
1613
+ exports.TextLink = TextLink;
1614
+ exports.TextLinkAnalysis = TextLinkAnalysis;
1615
+ exports.TextLongParagraph = TextLongParagraph;
1616
+ exports.TextMining = TextMining;
1617
+ exports.TextMiningApplier = TextMiningApplier;
1618
+ exports.TextNewLine = TextNewLine;
1619
+ exports.TextScale = TextScale;
1620
+ exports.TextSelection = TextSelection;
1621
+ exports.TextShortParagraph = TextShortParagraph;
1622
+ exports.TextSmallCaps = TextSmallCaps;
1623
+ exports.TextStrikethrough = TextStrikethrough;
1624
+ exports.TextSubscript = TextSubscript;
1625
+ exports.TextSuperscript = TextSuperscript;
1626
+ exports.TextTracking = TextTracking;
1627
+ exports.TextUnderline = TextUnderline;
1628
+ exports.TextVerticalAlignment = TextVerticalAlignment;
1629
+ exports.TextWrap = TextWrap;
1630
+ exports.Theater = Theater;
1631
+ exports.ThisSideUp = ThisSideUp;
1632
+ exports.Thumbnail_1 = Thumbnail_1;
1633
+ exports.Thumbnail_2 = Thumbnail_2;
1634
+ exports.ThumbsDown = ThumbsDown;
1635
+ exports.ThumbsDownFilled = ThumbsDownFilled;
1636
+ exports.ThumbsUp = ThumbsUp;
1637
+ exports.ThumbsUpDouble = ThumbsUpDouble;
1638
+ exports.ThumbsUpDoubleFilled = ThumbsUpDoubleFilled;
1639
+ exports.ThumbsUpFilled = ThumbsUpFilled;
1640
+ exports.Thunderstorm = Thunderstorm;
1641
+ exports.ThunderstormScattered = ThunderstormScattered;
1642
+ exports.ThunderstormScatteredNight = ThunderstormScatteredNight;
1643
+ exports.ThunderstormSevere = ThunderstormSevere;
1644
+ exports.ThunderstormStrong = ThunderstormStrong;
1645
+ exports.Ticket = Ticket;
1646
+ exports.Tides = Tides;
1715
1647
  exports.Tif = Tif;
1716
1648
  exports.Time = Time;
1717
1649
  exports.TimeFilled = TimeFilled;
1718
1650
  exports.TimePlot = TimePlot;
1651
+ exports.Timeline = Timeline;
1719
1652
  exports.Timer = Timer;
1720
1653
  exports.TimingBelt = TimingBelt;
1721
1654
  exports.ToggleOff = ToggleOff;
@@ -1794,46 +1727,9 @@ var require_bucket_19 = /* @__PURE__ */ require_runtime.__commonJSMin(((exports)
1794
1727
  exports.Types = Types;
1795
1728
  exports.Umbrella = Umbrella;
1796
1729
  exports.Undefined = Undefined;
1797
- exports.UndefinedFilled = UndefinedFilled;
1798
- exports.Undo = Undo;
1799
- exports.UnfoldOpen = UnfoldOpen;
1800
- exports.UngroupObjects = UngroupObjects;
1801
- exports.Unknown = Unknown;
1802
- exports.UnknownFilled = UnknownFilled;
1803
- exports.Unlink = Unlink;
1804
- exports.Unlocked = Unlocked;
1805
- exports.Unplug = Unplug;
1806
- exports.Unsaved = Unsaved;
1807
- exports.UpToTop = UpToTop;
1808
- exports.UpdateComplete = UpdateComplete;
1809
- exports.UpdateNow = UpdateNow;
1810
- exports.Upgrade = Upgrade;
1811
- exports.Upload = Upload;
1812
- exports.Upstream = Upstream;
1813
- exports.Url = Url;
1814
- exports.UsageIncludedUseCase = UsageIncludedUseCase;
1815
- exports.Usb = Usb;
1816
- exports.UseCaseDefinition = UseCaseDefinition;
1817
- exports.UseCaseUsage = UseCaseUsage;
1818
- exports.User = User;
1819
- exports.UserAccess = UserAccess;
1820
- exports.UserAccessLocked = UserAccessLocked;
1821
- exports.UserAccessUnlocked = UserAccessUnlocked;
1822
- exports.UserActivity = UserActivity;
1823
- exports.UserAdmin = UserAdmin;
1824
- exports.UserAvatar = UserAvatar;
1825
- exports.UserAvatarFilled = UserAvatarFilled;
1826
- exports.UserAvatarFilledAlt = UserAvatarFilledAlt;
1827
- exports.UserCertification = UserCertification;
1828
- exports.UserData = UserData;
1829
- exports.UserFavorite = UserFavorite;
1830
- exports.UserFavoriteAlt = UserFavoriteAlt;
1831
- exports.UserFavoriteAltFilled = UserFavoriteAltFilled;
1832
- exports.UserFeedback = UserFeedback;
1833
- exports.UserFilled = UserFilled;
1834
- exports.UserFollow = UserFollow;
1835
- exports.UserIdentification = UserIdentification;
1836
- exports.UserMilitary = UserMilitary;
1730
+ exports.WatsonHealthTextAnnotationToggle = WatsonHealthTextAnnotationToggle;
1731
+ exports.WatsonHealthThreshold = WatsonHealthThreshold;
1732
+ exports.WatsonHealthThumbnailPreview = WatsonHealthThumbnailPreview;
1837
1733
  }));
1838
1734
  //#endregion
1839
1735
  Object.defineProperty(exports, "default", {