@carbon-labs/react-animated-header 0.18.0 → 0.19.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 (74) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +696 -168
  2. package/es/__stories__/data/index.d.ts +58 -14
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +3 -1
  5. package/es/components/TasksController/TasksController.d.ts +3 -3
  6. package/es/components/TasksController/TasksController.js +4 -1
  7. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -29
  12. package/es/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  13. package/es/components/Tiles/GlassTile/GlassTileBody.js +53 -0
  14. package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  15. package/es/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  16. package/es/index.js +1 -0
  17. package/lib/__stories__/AnimatedHeader.stories.d.ts +696 -168
  18. package/lib/__stories__/data/index.d.ts +58 -14
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +3 -1
  21. package/lib/components/TasksController/TasksController.d.ts +3 -3
  22. package/lib/components/TasksController/TasksController.js +4 -1
  23. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -28
  28. package/lib/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  29. package/lib/components/Tiles/GlassTile/GlassTileBody.js +55 -0
  30. package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  31. package/lib/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  32. package/lib/index.js +1 -0
  33. package/package.json +2 -2
  34. package/scss/Tiles/GlassTile/glass-tile.scss +0 -1
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2956
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3263
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -2946
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3112
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -2967
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3056
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -2888
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3072
  43. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -2992
  44. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2843
  45. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3080
  46. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1680
  47. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3096
  48. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3008
  49. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -2916
  50. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -2992
  51. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -2983
  52. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3106
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3090
  54. package/es/node_modules/@carbon/icons-react/es/index.js +0 -30
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3082
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3389
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -3072
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3238
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -3093
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3182
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -3014
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3198
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -3118
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2969
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3206
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1750
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3222
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3134
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -3042
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -3118
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -3109
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3232
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3216
  74. package/lib/node_modules/@carbon/icons-react/es/index.js +0 -2480
@@ -1,2969 +0,0 @@
1
- /**
2
- * Copyright IBM Corp. 2024
3
- *
4
- * This source code is licensed under the Apache-2.0 license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- 'use strict';
9
-
10
- var React = require('react');
11
- var Icon = require('../Icon.js');
12
- var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
- require('prop-types');
14
-
15
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _circle, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _circle2, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _circle3, _path195, _path196, _path197, _path198, _path199, _path200, _path201;
16
- const TextIndentLess = /*#__PURE__*/React.forwardRef(function TextIndentLess(_ref, ref) {
17
- let {
18
- children,
19
- size = 16,
20
- ...rest
21
- } = _ref;
22
- return /*#__PURE__*/React.createElement(Icon.default, {
23
- width: size,
24
- height: size,
25
- ref: ref,
26
- xmlns: "http://www.w3.org/2000/svg",
27
- viewBox: "0 0 32 32",
28
- fill: "currentColor",
29
- ...rest
30
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
- d: "M2 6H12V8H2zM5 12H12V14H5zM2 18H12V20H2zM5 24H12V26H5zM16 4H18V28H16zM28.15 23.5L29.56 22.12 23.27 16 29.56 9.88 28.15 8.5 20.44 16 28.15 23.5z"
32
- })), children);
33
- });
34
- if (process.env.NODE_ENV !== "production") {
35
- TextIndentLess.propTypes = iconPropTypes4cbeb95d.i;
36
- }
37
- const TextIndentMore = /*#__PURE__*/React.forwardRef(function TextIndentMore(_ref2, ref) {
38
- let {
39
- children,
40
- size = 16,
41
- ...rest
42
- } = _ref2;
43
- return /*#__PURE__*/React.createElement(Icon.default, {
44
- width: size,
45
- height: size,
46
- ref: ref,
47
- xmlns: "http://www.w3.org/2000/svg",
48
- viewBox: "0 0 32 32",
49
- fill: "currentColor",
50
- ...rest
51
- }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
52
- d: "M20 6H30V8H20zM20 12H27V14H20zM20 18H30V20H20zM20 24H27V26H20zM14 4H16V28H14zM3.85 22.5L2.44 21.12 8.73 15 2.44 8.88 3.85 7.5 11.56 15 3.85 22.5z"
53
- })), children);
54
- });
55
- if (process.env.NODE_ENV !== "production") {
56
- TextIndentMore.propTypes = iconPropTypes4cbeb95d.i;
57
- }
58
- const TextItalic = /*#__PURE__*/React.forwardRef(function TextItalic(_ref3, ref) {
59
- let {
60
- children,
61
- size = 16,
62
- ...rest
63
- } = _ref3;
64
- return /*#__PURE__*/React.createElement(Icon.default, {
65
- width: size,
66
- height: size,
67
- ref: ref,
68
- xmlns: "http://www.w3.org/2000/svg",
69
- viewBox: "0 0 32 32",
70
- fill: "currentColor",
71
- ...rest
72
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
73
- d: "M25 9L25 7 12 7 12 9 17.14 9 12.77 23 7 23 7 25 20 25 20 23 14.86 23 19.23 9 25 9z"
74
- })), children);
75
- });
76
- if (process.env.NODE_ENV !== "production") {
77
- TextItalic.propTypes = iconPropTypes4cbeb95d.i;
78
- }
79
- const TextKerning = /*#__PURE__*/React.forwardRef(function TextKerning(_ref4, ref) {
80
- let {
81
- children,
82
- size = 16,
83
- ...rest
84
- } = _ref4;
85
- return /*#__PURE__*/React.createElement(Icon.default, {
86
- width: size,
87
- height: size,
88
- ref: ref,
89
- xmlns: "http://www.w3.org/2000/svg",
90
- viewBox: "0 0 32 32",
91
- fill: "currentColor",
92
- ...rest
93
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
94
- d: "M30 24L18.83 24 21.12 21.71 19.71 20.29 15 25 19.71 29.71 21.12 28.29 18.83 26 30 26 30 24zM14 21L20 4 18 4 12 21 14 21zM13 4L9 16 5 4 3 4 8 18 10 18 15 4 13 4zM28 18h2L25 4H23L18 18h2l1-3h6zm-6.33-5L24 6l2.33 7z"
95
- })), children);
96
- });
97
- if (process.env.NODE_ENV !== "production") {
98
- TextKerning.propTypes = iconPropTypes4cbeb95d.i;
99
- }
100
- const TextLeading = /*#__PURE__*/React.forwardRef(function TextLeading(_ref5, ref) {
101
- let {
102
- children,
103
- size = 16,
104
- ...rest
105
- } = _ref5;
106
- return /*#__PURE__*/React.createElement(Icon.default, {
107
- width: size,
108
- height: size,
109
- ref: ref,
110
- xmlns: "http://www.w3.org/2000/svg",
111
- viewBox: "0 0 32 32",
112
- fill: "currentColor",
113
- ...rest
114
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
115
- d: "M14 13H30V15H14zM15 28H30V30H15zM25.85 27H28L23.64 17H21.36L17 27h2.15l.8-2h5.1zm-5.1-4l1.75-4.37L24.25 23zM25.85 12H28L23.64 2H21.36L17 12h2.15l.8-2h5.1zm-5.1-4L22.5 3.63 24.25 8zM6 15.83L8.58 18.41 10 17 6 13 2 17 3.41 18.42 6 15.83zM6 27.17L3.42 24.59 2 26 6 30 10 26 8.59 24.58 6 27.17z"
116
- })), children);
117
- });
118
- if (process.env.NODE_ENV !== "production") {
119
- TextLeading.propTypes = iconPropTypes4cbeb95d.i;
120
- }
121
- const TextLineSpacing = /*#__PURE__*/React.forwardRef(function TextLineSpacing(_ref6, ref) {
122
- let {
123
- children,
124
- size = 16,
125
- ...rest
126
- } = _ref6;
127
- return /*#__PURE__*/React.createElement(Icon.default, {
128
- width: size,
129
- height: size,
130
- ref: ref,
131
- xmlns: "http://www.w3.org/2000/svg",
132
- viewBox: "0 0 32 32",
133
- fill: "currentColor",
134
- ...rest
135
- }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
136
- d: "M17 6H30V8H17zM17 12H27V14H17zM17 18H30V20H17zM17 24H27V26H17zM11.59 13.41L8 9.83 8 9.83 4.41 13.42 3 12 8 7 13 12 11.59 13.41zM11.59 18.59L8 22.17 8 22.17 4.41 18.58 3 20 8 25 13 20 11.59 18.59z"
137
- })), children);
138
- });
139
- if (process.env.NODE_ENV !== "production") {
140
- TextLineSpacing.propTypes = iconPropTypes4cbeb95d.i;
141
- }
142
- const TextLongParagraph = /*#__PURE__*/React.forwardRef(function TextLongParagraph(_ref7, ref) {
143
- let {
144
- children,
145
- size = 16,
146
- ...rest
147
- } = _ref7;
148
- return /*#__PURE__*/React.createElement(Icon.default, {
149
- width: size,
150
- height: size,
151
- ref: ref,
152
- xmlns: "http://www.w3.org/2000/svg",
153
- viewBox: "0 0 32 32",
154
- fill: "currentColor",
155
- ...rest
156
- }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
157
- d: "M6 24H20V26H6zM6 18H26V20H6zM6 12H26V14H6zM6 6H26V8H6z"
158
- })), children);
159
- });
160
- if (process.env.NODE_ENV !== "production") {
161
- TextLongParagraph.propTypes = iconPropTypes4cbeb95d.i;
162
- }
163
- const TextNewLine = /*#__PURE__*/React.forwardRef(function TextNewLine(_ref8, ref) {
164
- let {
165
- children,
166
- size = 16,
167
- ...rest
168
- } = _ref8;
169
- return /*#__PURE__*/React.createElement(Icon.default, {
170
- width: size,
171
- height: size,
172
- ref: ref,
173
- xmlns: "http://www.w3.org/2000/svg",
174
- viewBox: "0 0 32 32",
175
- fill: "currentColor",
176
- ...rest
177
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
178
- 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"
179
- })), children);
180
- });
181
- if (process.env.NODE_ENV !== "production") {
182
- TextNewLine.propTypes = iconPropTypes4cbeb95d.i;
183
- }
184
- const TextScale = /*#__PURE__*/React.forwardRef(function TextScale(_ref9, ref) {
185
- let {
186
- children,
187
- size = 16,
188
- ...rest
189
- } = _ref9;
190
- return /*#__PURE__*/React.createElement(Icon.default, {
191
- width: size,
192
- height: size,
193
- ref: ref,
194
- xmlns: "http://www.w3.org/2000/svg",
195
- viewBox: "0 0 32 32",
196
- fill: "currentColor",
197
- ...rest
198
- }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
199
- d: "M30 5L30 8 22 8 22 26 19 26 19 8 11 8 11 5 30 5z"
200
- })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
201
- d: "M7 26L7 14 2 14 2 12 14 12 14 14 9 14 9 26 7 26z"
202
- })), children);
203
- });
204
- if (process.env.NODE_ENV !== "production") {
205
- TextScale.propTypes = iconPropTypes4cbeb95d.i;
206
- }
207
- const TextSelection = /*#__PURE__*/React.forwardRef(function TextSelection(_ref10, ref) {
208
- let {
209
- children,
210
- size = 16,
211
- ...rest
212
- } = _ref10;
213
- return /*#__PURE__*/React.createElement(Icon.default, {
214
- width: size,
215
- height: size,
216
- ref: ref,
217
- xmlns: "http://www.w3.org/2000/svg",
218
- viewBox: "0 0 32 32",
219
- fill: "currentColor",
220
- ...rest
221
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
222
- d: "M28 27H21a3 3 0 01-3-3V22a3 3 0 013-3h5V17a1 1 0 00-1-1H19V14h6a3 3 0 013 3zm-7-6a1 1 0 00-1 1v2a1 1 0 001 1h5V21zM13 7h3V5H13a4 4 0 00-3 1.38A4 4 0 007 5H4V7H7A2 2 0 019 9v5H5v2H9v7a2 2 0 01-2 2H4v2H7a4 4 0 003-1.38A4 4 0 0013 27h3V25H13a2 2 0 01-2-2V16h4V14H11V9A2 2 0 0113 7z"
223
- })), children);
224
- });
225
- if (process.env.NODE_ENV !== "production") {
226
- TextSelection.propTypes = iconPropTypes4cbeb95d.i;
227
- }
228
- const TextShortParagraph = /*#__PURE__*/React.forwardRef(function TextShortParagraph(_ref11, ref) {
229
- let {
230
- children,
231
- size = 16,
232
- ...rest
233
- } = _ref11;
234
- return /*#__PURE__*/React.createElement(Icon.default, {
235
- width: size,
236
- height: size,
237
- ref: ref,
238
- xmlns: "http://www.w3.org/2000/svg",
239
- viewBox: "0 0 32 32",
240
- fill: "currentColor",
241
- ...rest
242
- }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
243
- d: "M6 18H20V20H6zM6 12H26V14H6z"
244
- })), children);
245
- });
246
- if (process.env.NODE_ENV !== "production") {
247
- TextShortParagraph.propTypes = iconPropTypes4cbeb95d.i;
248
- }
249
- const TextSmallCaps = /*#__PURE__*/React.forwardRef(function TextSmallCaps(_ref12, ref) {
250
- let {
251
- children,
252
- size = 16,
253
- ...rest
254
- } = _ref12;
255
- return /*#__PURE__*/React.createElement(Icon.default, {
256
- width: size,
257
- height: size,
258
- ref: ref,
259
- xmlns: "http://www.w3.org/2000/svg",
260
- viewBox: "0 0 32 32",
261
- fill: "currentColor",
262
- ...rest
263
- }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
264
- d: "M23 27L23 15 18 15 18 13 30 13 30 15 25 15 25 27 23 27z"
265
- })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
266
- d: "M11 27L11 8 2 8 2 6 22 6 22 8 13 8 13 27 11 27z"
267
- })), children);
268
- });
269
- if (process.env.NODE_ENV !== "production") {
270
- TextSmallCaps.propTypes = iconPropTypes4cbeb95d.i;
271
- }
272
- const TextStrikethrough = /*#__PURE__*/React.forwardRef(function TextStrikethrough(_ref13, ref) {
273
- let {
274
- children,
275
- size = 16,
276
- ...rest
277
- } = _ref13;
278
- return /*#__PURE__*/React.createElement(Icon.default, {
279
- width: size,
280
- height: size,
281
- ref: ref,
282
- xmlns: "http://www.w3.org/2000/svg",
283
- viewBox: "0 0 32 32",
284
- fill: "currentColor",
285
- ...rest
286
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
287
- 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"
288
- })), children);
289
- });
290
- if (process.env.NODE_ENV !== "production") {
291
- TextStrikethrough.propTypes = iconPropTypes4cbeb95d.i;
292
- }
293
- const TextSubscript = /*#__PURE__*/React.forwardRef(function TextSubscript(_ref14, ref) {
294
- let {
295
- children,
296
- size = 16,
297
- ...rest
298
- } = _ref14;
299
- return /*#__PURE__*/React.createElement(Icon.default, {
300
- width: size,
301
- height: size,
302
- ref: ref,
303
- xmlns: "http://www.w3.org/2000/svg",
304
- viewBox: "0 0 32 32",
305
- fill: "currentColor",
306
- ...rest
307
- }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
308
- d: "M26 25L20 25 20 19 24 19 24 17 20 17 20 15 26 15 26 21 22 21 22 23 26 23 26 25zM5 7L5 9 12 9 12 25 14 25 14 9 21 9 21 7 5 7z"
309
- })), children);
310
- });
311
- if (process.env.NODE_ENV !== "production") {
312
- TextSubscript.propTypes = iconPropTypes4cbeb95d.i;
313
- }
314
- const TextSuperscript = /*#__PURE__*/React.forwardRef(function TextSuperscript(_ref15, ref) {
315
- let {
316
- children,
317
- size = 16,
318
- ...rest
319
- } = _ref15;
320
- return /*#__PURE__*/React.createElement(Icon.default, {
321
- width: size,
322
- height: size,
323
- ref: ref,
324
- xmlns: "http://www.w3.org/2000/svg",
325
- viewBox: "0 0 32 32",
326
- fill: "currentColor",
327
- ...rest
328
- }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
329
- d: "M29 17L23 17 23 11 27 11 27 9 23 9 23 7 29 7 29 13 25 13 25 15 29 15 29 17zM4 7L4 9 11 9 11 25 13 25 13 9 20 9 20 7 4 7z"
330
- })), children);
331
- });
332
- if (process.env.NODE_ENV !== "production") {
333
- TextSuperscript.propTypes = iconPropTypes4cbeb95d.i;
334
- }
335
- const TextTracking = /*#__PURE__*/React.forwardRef(function TextTracking(_ref16, ref) {
336
- let {
337
- children,
338
- size = 16,
339
- ...rest
340
- } = _ref16;
341
- return /*#__PURE__*/React.createElement(Icon.default, {
342
- width: size,
343
- height: size,
344
- ref: ref,
345
- xmlns: "http://www.w3.org/2000/svg",
346
- viewBox: "0 0 32 32",
347
- fill: "currentColor",
348
- ...rest
349
- }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
350
- d: "M25.29 19.29L23.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.29zM26 17h2L23 3H21L16 17h2l1-3h6zm-6.33-5L22 5l2.33 7zM14 3L10 15 6 3 4 3 9 17 11 17 16 3 14 3z"
351
- })), children);
352
- });
353
- if (process.env.NODE_ENV !== "production") {
354
- TextTracking.propTypes = iconPropTypes4cbeb95d.i;
355
- }
356
- const TextUnderline = /*#__PURE__*/React.forwardRef(function TextUnderline(_ref17, ref) {
357
- let {
358
- children,
359
- size = 16,
360
- ...rest
361
- } = _ref17;
362
- return /*#__PURE__*/React.createElement(Icon.default, {
363
- width: size,
364
- height: size,
365
- ref: ref,
366
- xmlns: "http://www.w3.org/2000/svg",
367
- viewBox: "0 0 32 32",
368
- fill: "currentColor",
369
- ...rest
370
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
371
- d: "M4 26H28V28H4zM16 23a7 7 0 01-7-7V5h2V16a5 5 0 0010 0V5h2V16A7 7 0 0116 23z"
372
- })), children);
373
- });
374
- if (process.env.NODE_ENV !== "production") {
375
- TextUnderline.propTypes = iconPropTypes4cbeb95d.i;
376
- }
377
- const TextVerticalAlignment = /*#__PURE__*/React.forwardRef(function TextVerticalAlignment(_ref18, ref) {
378
- let {
379
- children,
380
- size = 16,
381
- ...rest
382
- } = _ref18;
383
- return /*#__PURE__*/React.createElement(Icon.default, {
384
- width: size,
385
- height: size,
386
- ref: ref,
387
- xmlns: "http://www.w3.org/2000/svg",
388
- viewBox: "0 0 32 32",
389
- fill: "currentColor",
390
- ...rest
391
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
392
- d: "M16 28H30V30H16zM16 23H30V25H16zM10.8458 30H13L8.64 20H6.36L2 30H4.1542l.8-2h5.0916zM5.7541 26L7.5 21.6347 9.2459 26zM2 15H30V17H2zM16 7H30V9H16zM16 2H30V4H16zM10.8458 12H13L8.64 2H6.36L2 12H4.1542l.8-2h5.0916zM5.7541 8L7.5 3.6347 9.2459 8z"
393
- })), children);
394
- });
395
- if (process.env.NODE_ENV !== "production") {
396
- TextVerticalAlignment.propTypes = iconPropTypes4cbeb95d.i;
397
- }
398
- const TextWrap = /*#__PURE__*/React.forwardRef(function TextWrap(_ref19, ref) {
399
- let {
400
- children,
401
- size = 16,
402
- ...rest
403
- } = _ref19;
404
- return /*#__PURE__*/React.createElement(Icon.default, {
405
- width: size,
406
- height: size,
407
- ref: ref,
408
- xmlns: "http://www.w3.org/2000/svg",
409
- viewBox: "0 0 32 32",
410
- fill: "currentColor",
411
- ...rest
412
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
413
- d: "M4 23H12V25H4zM24.5232 14H4v2H24.5a3.5 3.5 0 010 7H18.8281l2.586-2.5859L20 19l-5 5 5 5 1.4141-1.4141L18.8281 25H24.533a5.5 5.5 0 00-.01-11zM4 5H28V7H4z"
414
- })), children);
415
- });
416
- if (process.env.NODE_ENV !== "production") {
417
- TextWrap.propTypes = iconPropTypes4cbeb95d.i;
418
- }
419
- const WatsonHealthTextAnnotationToggle = /*#__PURE__*/React.forwardRef(function WatsonHealthTextAnnotationToggle(_ref20, ref) {
420
- let {
421
- children,
422
- size = 16,
423
- ...rest
424
- } = _ref20;
425
- return /*#__PURE__*/React.createElement(Icon.default, {
426
- width: size,
427
- height: size,
428
- ref: ref,
429
- xmlns: "http://www.w3.org/2000/svg",
430
- viewBox: "0 0 32 32",
431
- fill: "currentColor",
432
- ...rest
433
- }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
434
- d: "M29.537 13.76L26.24 10.463a1.5862 1.5862 0 00-2.24 0L10 24.4674V30h5.5326L29.537 16a1.5862 1.5862 0 000-2.24zM14.7042 28H12V25.2958l9.4409-9.4409 2.7042 2.7042zM25.5591 17.145L22.855 14.4409l2.2672-2.2672 2.7042 2.7042zM11 17L13 17 13 10 16 10 16 8 8 8 8 10 11 10 11 17z"
435
- })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
436
- d: "M8,20H4V4H20V8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H8Z"
437
- })), children);
438
- });
439
- if (process.env.NODE_ENV !== "production") {
440
- WatsonHealthTextAnnotationToggle.propTypes = iconPropTypes4cbeb95d.i;
441
- }
442
- const TextLink = /*#__PURE__*/React.forwardRef(function TextLink(_ref21, ref) {
443
- let {
444
- children,
445
- size = 16,
446
- ...rest
447
- } = _ref21;
448
- return /*#__PURE__*/React.createElement(Icon.default, {
449
- width: size,
450
- height: size,
451
- ref: ref,
452
- xmlns: "http://www.w3.org/2000/svg",
453
- viewBox: "0 0 32 32",
454
- fill: "currentColor",
455
- ...rest
456
- }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
457
- 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"
458
- })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
459
- d: "M10.2642 29.9971A5.2619 5.2619 0 016.542 21.0137l6.03-6.03a5.2636 5.2636 0 117.4438 7.4438l-1.414-1.414a3.2639 3.2639 0 10-4.6158-4.6158l-6.03 6.03a3.264 3.264 0 004.6157 4.6162l1.414 1.4141A5.2452 5.2452 0 0110.2642 29.9971zM2 10H10V12H2zM2 6H14V8H2zM2 2H14V4H2z"
460
- })), children);
461
- });
462
- if (process.env.NODE_ENV !== "production") {
463
- TextLink.propTypes = iconPropTypes4cbeb95d.i;
464
- }
465
- const TextLinkAnalysis = /*#__PURE__*/React.forwardRef(function TextLinkAnalysis(_ref22, ref) {
466
- let {
467
- children,
468
- size = 16,
469
- ...rest
470
- } = _ref22;
471
- return /*#__PURE__*/React.createElement(Icon.default, {
472
- width: size,
473
- height: size,
474
- ref: ref,
475
- xmlns: "http://www.w3.org/2000/svg",
476
- viewBox: "0 0 32 32",
477
- fill: "currentColor",
478
- ...rest
479
- }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
480
- d: "M8 10H16V12H8zM8 6H20V8H8zM8 2H20V4H8z"
481
- })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
482
- 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"
483
- })), children);
484
- });
485
- if (process.env.NODE_ENV !== "production") {
486
- TextLinkAnalysis.propTypes = iconPropTypes4cbeb95d.i;
487
- }
488
- const TextMining = /*#__PURE__*/React.forwardRef(function TextMining(_ref23, ref) {
489
- let {
490
- children,
491
- size = 16,
492
- ...rest
493
- } = _ref23;
494
- return /*#__PURE__*/React.createElement(Icon.default, {
495
- width: size,
496
- height: size,
497
- ref: ref,
498
- xmlns: "http://www.w3.org/2000/svg",
499
- viewBox: "0 0 32 32",
500
- fill: "currentColor",
501
- ...rest
502
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
503
- d: "M18 28H26V30H18zM18 24H30V26H18zM18 20H30V22H18z"
504
- })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
505
- d: "M16.001 26.473L16 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"
506
- })), children);
507
- });
508
- if (process.env.NODE_ENV !== "production") {
509
- TextMining.propTypes = iconPropTypes4cbeb95d.i;
510
- }
511
- const TextMiningApplier = /*#__PURE__*/React.forwardRef(function TextMiningApplier(_ref24, ref) {
512
- let {
513
- children,
514
- size = 16,
515
- ...rest
516
- } = _ref24;
517
- return /*#__PURE__*/React.createElement(Icon.default, {
518
- width: size,
519
- height: size,
520
- ref: ref,
521
- xmlns: "http://www.w3.org/2000/svg",
522
- viewBox: "0 0 32 32",
523
- fill: "currentColor",
524
- ...rest
525
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
526
- d: "M16.001 26.473L16 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"
527
- })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
528
- d: "M20 19L27 24 20 29 20 19z"
529
- })), children);
530
- });
531
- if (process.env.NODE_ENV !== "production") {
532
- TextMiningApplier.propTypes = iconPropTypes4cbeb95d.i;
533
- }
534
- const Theater = /*#__PURE__*/React.forwardRef(function Theater(_ref25, ref) {
535
- let {
536
- children,
537
- size = 16,
538
- ...rest
539
- } = _ref25;
540
- return /*#__PURE__*/React.createElement(Icon.default, {
541
- width: size,
542
- height: size,
543
- ref: ref,
544
- xmlns: "http://www.w3.org/2000/svg",
545
- viewBox: "0 0 32 32",
546
- fill: "currentColor",
547
- ...rest
548
- }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
549
- d: "M20 25a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0120 25zM24 14a2 2 0 102 2A1.9806 1.9806 0 0024 14zM16 14a2 2 0 102 2A1.9806 1.9806 0 0016 14z"
550
- })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
551
- 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"
552
- })), children);
553
- });
554
- if (process.env.NODE_ENV !== "production") {
555
- Theater.propTypes = iconPropTypes4cbeb95d.i;
556
- }
557
- const ThisSideUp = /*#__PURE__*/React.forwardRef(function ThisSideUp(_ref26, ref) {
558
- let {
559
- children,
560
- size = 16,
561
- ...rest
562
- } = _ref26;
563
- return /*#__PURE__*/React.createElement(Icon.default, {
564
- width: size,
565
- height: size,
566
- ref: ref,
567
- xmlns: "http://www.w3.org/2000/svg",
568
- viewBox: "0 0 32 32",
569
- fill: "currentColor",
570
- ...rest
571
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
572
- d: "M2 28H30V30H2zM7 5.828L7 24 9 24 9 5.828 12.586 9.414 14 8 8 2 2 8 3.414 9.414 7 5.828zM23 5.828L23 24 25 24 25 5.828 28.586 9.414 30 8 24 2 18 8 19.414 9.414 23 5.828z"
573
- })), children);
574
- });
575
- if (process.env.NODE_ENV !== "production") {
576
- ThisSideUp.propTypes = iconPropTypes4cbeb95d.i;
577
- }
578
- const WatsonHealthThreshold = /*#__PURE__*/React.forwardRef(function WatsonHealthThreshold(_ref27, ref) {
579
- let {
580
- children,
581
- size = 16,
582
- ...rest
583
- } = _ref27;
584
- return /*#__PURE__*/React.createElement(Icon.default, {
585
- width: size,
586
- height: size,
587
- ref: ref,
588
- xmlns: "http://www.w3.org/2000/svg",
589
- viewBox: "0 0 32 32",
590
- fill: "currentColor",
591
- ...rest
592
- }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
593
- 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"
594
- })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
595
- d: "M8 20H10V22H8zM12 20H14V22H12zM16 20H18V22H16zM20 20H22V22H20zM8 16H10V18H8zM16 16H18V18H16zM20 16H22V18H20zM20 12H22V14H20zM20 8H22V10H20z"
596
- })), children);
597
- });
598
- if (process.env.NODE_ENV !== "production") {
599
- WatsonHealthThreshold.propTypes = iconPropTypes4cbeb95d.i;
600
- }
601
- const Thumbnail_1 = /*#__PURE__*/React.forwardRef(function Thumbnail_1(_ref28, ref) {
602
- let {
603
- children,
604
- size = 16,
605
- ...rest
606
- } = _ref28;
607
- return /*#__PURE__*/React.createElement(Icon.default, {
608
- width: size,
609
- height: size,
610
- ref: ref,
611
- xmlns: "http://www.w3.org/2000/svg",
612
- viewBox: "0 0 32 32",
613
- fill: "currentColor",
614
- ...rest
615
- }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
616
- d: "M8 30H4a2 2 0 01-2-2V24a2 2 0 012-2H8a2 2 0 012 2v4A2 2 0 018 30zM4 24v4H8V24zM18 30H14a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0118 30zm-4-6v4h4V24zM28 30H24a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0128 30zm-4-6v4h4V24zM28 20H4a2 2 0 01-2-2V4A2 2 0 014 2H28a2 2 0 012 2V18A2 2 0 0128 20zM4 4V18H28V4z"
617
- })), children);
618
- });
619
- if (process.env.NODE_ENV !== "production") {
620
- Thumbnail_1.propTypes = iconPropTypes4cbeb95d.i;
621
- }
622
- const Thumbnail_2 = /*#__PURE__*/React.forwardRef(function Thumbnail_2(_ref29, ref) {
623
- let {
624
- children,
625
- size = 16,
626
- ...rest
627
- } = _ref29;
628
- return /*#__PURE__*/React.createElement(Icon.default, {
629
- width: size,
630
- height: size,
631
- ref: ref,
632
- xmlns: "http://www.w3.org/2000/svg",
633
- viewBox: "0 0 32 32",
634
- fill: "currentColor",
635
- ...rest
636
- }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
637
- d: "M8 30H4a2 2 0 01-2-2V24a2 2 0 012-2H8a2 2 0 012 2v4A2 2 0 018 30zM4 24v4H8V24zM18 30H14a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0118 30zm-4-6v4h4V24zM28 30H24a2 2 0 01-2-2V24a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0128 30zm-4-6v4h4V24zM8 20H4a2 2 0 01-2-2V14a2 2 0 012-2H8a2 2 0 012 2v4A2 2 0 018 20zM4 14v4H8V14zM18 20H14a2 2 0 01-2-2V14a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0118 20zm-4-6v4h4V14zM28 20H24a2 2 0 01-2-2V14a2 2 0 012-2h4a2 2 0 012 2v4A2 2 0 0128 20zm-4-6v4h4V14zM8 10H4A2 2 0 012 8V4A2 2 0 014 2H8a2 2 0 012 2V8A2 2 0 018 10zM4 4V8H8V4zM18 10H14a2 2 0 01-2-2V4a2 2 0 012-2h4a2 2 0 012 2V8A2 2 0 0118 10zM14 4V8h4V4zM28 10H24a2 2 0 01-2-2V4a2 2 0 012-2h4a2 2 0 012 2V8A2 2 0 0128 10zM24 4V8h4V4z"
638
- })), children);
639
- });
640
- if (process.env.NODE_ENV !== "production") {
641
- Thumbnail_2.propTypes = iconPropTypes4cbeb95d.i;
642
- }
643
- const WatsonHealthThumbnailPreview = /*#__PURE__*/React.forwardRef(function WatsonHealthThumbnailPreview(_ref30, ref) {
644
- let {
645
- children,
646
- size = 16,
647
- ...rest
648
- } = _ref30;
649
- return /*#__PURE__*/React.createElement(Icon.default, {
650
- width: size,
651
- height: size,
652
- ref: ref,
653
- xmlns: "http://www.w3.org/2000/svg",
654
- viewBox: "0 0 32 32",
655
- fill: "currentColor",
656
- ...rest
657
- }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
658
- 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"
659
- })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
660
- d: "M16 23a4 4 0 114-4A4.0042 4.0042 0 0116 23zm0-6a2 2 0 102 2A2.0023 2.0023 0 0016 17zM30 4V8a2.0027 2.0027 0 01-2 2H24a2.0027 2.0027 0 01-2-2V4a2.0027 2.0027 0 012-2h4A2.0027 2.0027 0 0130 4zM28 8l.002-4H24V8zM20 4V8a2.0027 2.0027 0 01-2 2H14a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2h4A2.0027 2.0027 0 0120 4zM18 8l.002-4H14V8zM10 4V8a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 8V4A2.0023 2.0023 0 014 2H8A2.0023 2.0023 0 0110 4zM8 8l.0015-4H4V8z"
661
- })), children);
662
- });
663
- if (process.env.NODE_ENV !== "production") {
664
- WatsonHealthThumbnailPreview.propTypes = iconPropTypes4cbeb95d.i;
665
- }
666
- const ThumbsDown = /*#__PURE__*/React.forwardRef(function ThumbsDown(_ref31, ref) {
667
- let {
668
- children,
669
- size = 16,
670
- ...rest
671
- } = _ref31;
672
- return /*#__PURE__*/React.createElement(Icon.default, {
673
- width: size,
674
- height: size,
675
- ref: ref,
676
- xmlns: "http://www.w3.org/2000/svg",
677
- viewBox: "0 0 32 32",
678
- fill: "currentColor",
679
- ...rest
680
- }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
681
- 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"
682
- })), children);
683
- });
684
- if (process.env.NODE_ENV !== "production") {
685
- ThumbsDown.propTypes = iconPropTypes4cbeb95d.i;
686
- }
687
- const ThumbsDownFilled = /*#__PURE__*/React.forwardRef(function ThumbsDownFilled(_ref32, ref) {
688
- let {
689
- children,
690
- size = 16,
691
- ...rest
692
- } = _ref32;
693
- return /*#__PURE__*/React.createElement(Icon.default, {
694
- width: size,
695
- height: size,
696
- ref: ref,
697
- xmlns: "http://www.w3.org/2000/svg",
698
- viewBox: "0 0 32 32",
699
- fill: "currentColor",
700
- ...rest
701
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
702
- d: "M2 2H7V16H2zM23 2H9V16.8027l3.0422 4.5635.8453 5.9165A2.0094 2.0094 0 0014.8672 29H15a3.0033 3.0033 0 003-3V20h8a4.0045 4.0045 0 004-4V9A7.0078 7.0078 0 0023 2z"
703
- })), children);
704
- });
705
- if (process.env.NODE_ENV !== "production") {
706
- ThumbsDownFilled.propTypes = iconPropTypes4cbeb95d.i;
707
- }
708
- const ThumbsUp = /*#__PURE__*/React.forwardRef(function ThumbsUp(_ref33, ref) {
709
- let {
710
- children,
711
- size = 16,
712
- ...rest
713
- } = _ref33;
714
- return /*#__PURE__*/React.createElement(Icon.default, {
715
- width: size,
716
- height: size,
717
- ref: ref,
718
- xmlns: "http://www.w3.org/2000/svg",
719
- viewBox: "0 0 32 32",
720
- fill: "currentColor",
721
- ...rest
722
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
723
- 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"
724
- })), children);
725
- });
726
- if (process.env.NODE_ENV !== "production") {
727
- ThumbsUp.propTypes = iconPropTypes4cbeb95d.i;
728
- }
729
- const ThumbsUpFilled = /*#__PURE__*/React.forwardRef(function ThumbsUpFilled(_ref34, ref) {
730
- let {
731
- children,
732
- size = 16,
733
- ...rest
734
- } = _ref34;
735
- return /*#__PURE__*/React.createElement(Icon.default, {
736
- width: size,
737
- height: size,
738
- ref: ref,
739
- xmlns: "http://www.w3.org/2000/svg",
740
- viewBox: "0 0 32 32",
741
- fill: "currentColor",
742
- ...rest
743
- }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
744
- d: "M2 16H7V30H2zM23 30H9V15.1973l3.0422-4.5635.8453-5.9165A2.0094 2.0094 0 0114.8672 3H15a3.0033 3.0033 0 013 3v6h8a4.0045 4.0045 0 014 4v7A7.0078 7.0078 0 0123 30z"
745
- })), children);
746
- });
747
- if (process.env.NODE_ENV !== "production") {
748
- ThumbsUpFilled.propTypes = iconPropTypes4cbeb95d.i;
749
- }
750
- const ThumbsUpDouble = /*#__PURE__*/React.forwardRef(function ThumbsUpDouble(_ref35, ref) {
751
- let {
752
- children,
753
- size = 16,
754
- ...rest
755
- } = _ref35;
756
- return /*#__PURE__*/React.createElement(Icon.default, {
757
- width: size,
758
- height: size,
759
- ref: ref,
760
- xmlns: "http://www.w3.org/2000/svg",
761
- viewBox: "0 0 32 32",
762
- fill: "currentColor",
763
- ...rest
764
- }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
765
- d: "M20.8,14h-5.8v-4.4c0-2.1-1.2-3.6-3-3.6h-1c-1.5,0-1.8,1.5-1.9,2.4,0,.1,0,.3-.1.5l-.6,4.3-2,3.9H2v13h16.3c3.7,0,6.7-3,6.7-6.7v-5.1c0-2.4-1.9-4.3-4.2-4.3h0ZM4,28v-9h2v9h-2ZM23,23.3c0,2.6-2.1,4.7-4.7,4.7h-10.3v-9.8l2.4-4.5.6-4.5c0-.2.1-.4.1-.5,0-.2.1-.5.1-.6h.8c1,0,1,1.4,1,1.6v6.3h7.8c1.2,0,2.2,1,2.2,2.2v5.1h0ZM27,9h-6v-4.6c0-2-1.2-3.4-3-3.4h-.8c-1.8,0-2,1.9-2.1,2.6l-.2,2.4h2l.1-1,.1-1.2c0-.5.1-.7.1-.8h.8c.9,0,1,.9,1,1.4v6.6h8c1.2,0,2,.8,2,2v5c0,1.7-.9,3.4-2.1,4.2l1.1,1.7c1.8-1.2,2.9-3.5,2.9-5.9v-5c.1-2.4-1.5-4-3.9-4Z"
766
- })), children);
767
- });
768
- if (process.env.NODE_ENV !== "production") {
769
- ThumbsUpDouble.propTypes = iconPropTypes4cbeb95d.i;
770
- }
771
- const ThumbsUpDoubleFilled = /*#__PURE__*/React.forwardRef(function ThumbsUpDoubleFilled(_ref36, ref) {
772
- let {
773
- children,
774
- size = 16,
775
- ...rest
776
- } = _ref36;
777
- return /*#__PURE__*/React.createElement(Icon.default, {
778
- width: size,
779
- height: size,
780
- ref: ref,
781
- xmlns: "http://www.w3.org/2000/svg",
782
- viewBox: "0 0 32 32",
783
- fill: "currentColor",
784
- ...rest
785
- }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
786
- d: "M20.8,14h-5.8v-4.4c0-2.1-1.2-3.6-3-3.6h-1c-1.5,0-1.8,1.5-1.9,2.4,0,.1,0,.3-.1.5l-.6,4.3-1.4,2.8v14h11.3c3.7,0,6.7-3,6.7-6.7v-5.1c0-2.3-1.9-4.2-4.2-4.2ZM2,30v-13h3v13h-3ZM26.8,9h-5.8v-4.4c0-2.1-1.2-3.6-3-3.6h-1c-1.5,0-1.8,1.5-1.9,2.3,0,.2,0,.3-.1.5l-.1,1.1c1.3,1,2.1,2.6,2.1,4.6v2.5h3.8c3.4,0,6.2,2.8,6.2,6.2v5.1c0,.4,0,.8-.1,1.1,2.4-1,4.1-3.4,4.1-6.1v-5.1c0-2.3-1.9-4.2-4.2-4.2h0Z"
787
- })), children);
788
- });
789
- if (process.env.NODE_ENV !== "production") {
790
- ThumbsUpDoubleFilled.propTypes = iconPropTypes4cbeb95d.i;
791
- }
792
- const Thunderstorm = /*#__PURE__*/React.forwardRef(function Thunderstorm(_ref37, ref) {
793
- let {
794
- children,
795
- size = 16,
796
- ...rest
797
- } = _ref37;
798
- return /*#__PURE__*/React.createElement(Icon.default, {
799
- width: size,
800
- height: size,
801
- ref: ref,
802
- xmlns: "http://www.w3.org/2000/svg",
803
- viewBox: "0 0 32 32",
804
- fill: "currentColor",
805
- ...rest
806
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
807
- 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"
808
- })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
809
- d: "M15.87 30.5L14.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"
810
- })), children);
811
- });
812
- if (process.env.NODE_ENV !== "production") {
813
- Thunderstorm.propTypes = iconPropTypes4cbeb95d.i;
814
- }
815
- const ThunderstormScattered = /*#__PURE__*/React.forwardRef(function ThunderstormScattered(_ref38, ref) {
816
- let {
817
- children,
818
- size = 16,
819
- ...rest
820
- } = _ref38;
821
- return /*#__PURE__*/React.createElement(Icon.default, {
822
- width: size,
823
- height: size,
824
- ref: ref,
825
- xmlns: "http://www.w3.org/2000/svg",
826
- viewBox: "0 0 32 32",
827
- fill: "currentColor",
828
- ...rest
829
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
830
- d: "M13.338 30L11.602 29 13.889 25 10 25 13.993 18 15.73 19 13.446 23 17.337 23 13.338 30z"
831
- })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
832
- 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"
833
- })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
834
- d: "M26.732 16.233H29.732V18.233H26.732z",
835
- transform: "rotate(-135 28.232 17.233)"
836
- })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
837
- d: "M29 10H32V12H29z"
838
- })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
839
- d: "M26.732 3.768H29.732V5.768H26.732z",
840
- transform: "rotate(-45 28.232 4.768)"
841
- })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
842
- d: "M20 0H22V3H20z"
843
- })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
844
- d: "M12.268 3.768H15.268V5.768H12.268z",
845
- transform: "rotate(-135 13.768 4.768)"
846
- })), children);
847
- });
848
- if (process.env.NODE_ENV !== "production") {
849
- ThunderstormScattered.propTypes = iconPropTypes4cbeb95d.i;
850
- }
851
- const ThunderstormScatteredNight = /*#__PURE__*/React.forwardRef(function ThunderstormScatteredNight(_ref39, ref) {
852
- let {
853
- children,
854
- size = 16,
855
- ...rest
856
- } = _ref39;
857
- return /*#__PURE__*/React.createElement(Icon.default, {
858
- width: size,
859
- height: size,
860
- ref: ref,
861
- xmlns: "http://www.w3.org/2000/svg",
862
- viewBox: "0 0 32 32",
863
- fill: "currentColor",
864
- ...rest
865
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
866
- d: "M13.338 30L11.602 29 13.889 25 10 25 13.993 18 15.73 19 13.446 23 17.337 23 13.338 30z"
867
- })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
868
- 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"
869
- })), children);
870
- });
871
- if (process.env.NODE_ENV !== "production") {
872
- ThunderstormScatteredNight.propTypes = iconPropTypes4cbeb95d.i;
873
- }
874
- const ThunderstormSevere = /*#__PURE__*/React.forwardRef(function ThunderstormSevere(_ref40, ref) {
875
- let {
876
- children,
877
- size = 16,
878
- ...rest
879
- } = _ref40;
880
- return /*#__PURE__*/React.createElement(Icon.default, {
881
- width: size,
882
- height: size,
883
- ref: ref,
884
- xmlns: "http://www.w3.org/2000/svg",
885
- viewBox: "0 0 32 32",
886
- fill: "currentColor",
887
- ...rest
888
- }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
889
- d: "M21 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7887.8947l-2 4A.9981.9981 0 0121 30zM9 32a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7887.8947l-2 4A.9981.9981 0 019 32zM15.901 30.496L14.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.496zM27.9516 15A4.399 4.399 0 0128 15.5 4.5049 4.5049 0 0123.5 20H23v2h.5A6.5075 6.5075 0 0030 15.5c0-.17-.0312-.333-.0444-.5z"
890
- })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
891
- fill: "none",
892
- d: "M25.75,8h-1.5V4h1.5ZM25,9a1,1,0,1,0,1,1A1,1,0,0,0,25,9Z"
893
- })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
894
- d: "M31.9115 11.9355L25.6283.3706a.7181.7181 0 00-1.2568 0L18.0883 11.9355A.72.72 0 0018.72 13H31.28A.72.72 0 0031.9115 11.9355zM24.25 4h1.5V8h-1.5zM25 11a1 1 0 111-1A1 1 0 0125 11zM8.144 11.019l.8154-.0639.0991-.812a6.9863 6.9863 0 019.97-5.45L20 2.9468A8.9777 8.9777 0 007.2 9.1362 6.4929 6.4929 0 007.43 21.9043L6.1059 24.5527a1 1 0 101.7885.8946l2-4a1 1 0 00-.4471-1.3418A.9786.9786 0 009 20.01V20H8.5a4.4975 4.4975 0 01-.3559-8.981z"
895
- })), children);
896
- });
897
- if (process.env.NODE_ENV !== "production") {
898
- ThunderstormSevere.propTypes = iconPropTypes4cbeb95d.i;
899
- }
900
- const ThunderstormStrong = /*#__PURE__*/React.forwardRef(function ThunderstormStrong(_ref41, ref) {
901
- let {
902
- children,
903
- size = 16,
904
- ...rest
905
- } = _ref41;
906
- return /*#__PURE__*/React.createElement(Icon.default, {
907
- width: size,
908
- height: size,
909
- ref: ref,
910
- xmlns: "http://www.w3.org/2000/svg",
911
- viewBox: "0 0 32 32",
912
- fill: "currentColor",
913
- ...rest
914
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
915
- d: "M21 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0121 30zM9 32a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 019 32zM15.901 30.496L14.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"
916
- })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
917
- 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"
918
- })), children);
919
- });
920
- if (process.env.NODE_ENV !== "production") {
921
- ThunderstormStrong.propTypes = iconPropTypes4cbeb95d.i;
922
- }
923
- const Ticket = /*#__PURE__*/React.forwardRef(function Ticket(_ref42, ref) {
924
- let {
925
- children,
926
- size = 16,
927
- ...rest
928
- } = _ref42;
929
- return /*#__PURE__*/React.createElement(Icon.default, {
930
- width: size,
931
- height: size,
932
- ref: ref,
933
- xmlns: "http://www.w3.org/2000/svg",
934
- viewBox: "0 0 32 32",
935
- fill: "currentColor",
936
- ...rest
937
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
938
- 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"
939
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
940
- d: "M19 13H21V19H19z"
941
- })), children);
942
- });
943
- if (process.env.NODE_ENV !== "production") {
944
- Ticket.propTypes = iconPropTypes4cbeb95d.i;
945
- }
946
- const Tides = /*#__PURE__*/React.forwardRef(function Tides(_ref43, ref) {
947
- let {
948
- children,
949
- size = 16,
950
- ...rest
951
- } = _ref43;
952
- return /*#__PURE__*/React.createElement(Icon.default, {
953
- width: size,
954
- height: size,
955
- ref: ref,
956
- xmlns: "http://www.w3.org/2000/svg",
957
- viewBox: "0 0 32 32",
958
- fill: "currentColor",
959
- ...rest
960
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
961
- d: "M14 7L9 2 4 7 5.413 8.416 8 5.833 8 14 10 14 10 5.833 12.586 8.414 14 7zM26.586 7.586L24 10.167 24 2 22 2 22 10.167 19.413 7.584 18 9 23 14 28 9 26.586 7.586zM20 20a3.4376 3.4376 0 01-3.0513-2.3164A1.007 1.007 0 0016 17a.9894.9894 0 00-.9468.6787A3.44 3.44 0 0112 20a3.4376 3.4376 0 01-3.0513-2.3164A1.007 1.007 0 008 17a.971.971 0 00-.9468.6787A3.44 3.44 0 014 20H2v2H4a4.9316 4.9316 0 004-1.9873 5.0192 5.0192 0 008 0A4.9316 4.9316 0 0020 22H30V20zM28 28a3.4376 3.4376 0 01-3.0513-2.3164A1.007 1.007 0 0024 25a.9894.9894 0 00-.9468.6787A3.44 3.44 0 0120 28a3.4376 3.4376 0 01-3.0513-2.3164A1.007 1.007 0 0016 25a.971.971 0 00-.9468.6787A3.44 3.44 0 0112 28H2v2H12a4.9316 4.9316 0 004-1.9873 5.0192 5.0192 0 008 0A4.9316 4.9316 0 0028 30h2V28z"
962
- })), children);
963
- });
964
- if (process.env.NODE_ENV !== "production") {
965
- Tides.propTypes = iconPropTypes4cbeb95d.i;
966
- }
967
- const Tif = /*#__PURE__*/React.forwardRef(function Tif(_ref44, ref) {
968
- let {
969
- children,
970
- size = 16,
971
- ...rest
972
- } = _ref44;
973
- return /*#__PURE__*/React.createElement(Icon.default, {
974
- width: size,
975
- height: size,
976
- ref: ref,
977
- xmlns: "http://www.w3.org/2000/svg",
978
- viewBox: "0 0 32 32",
979
- fill: "currentColor",
980
- ...rest
981
- }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
982
- d: "M30 11L30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11zM12 11L15 11 15 21 12 21 12 23 20 23 20 21 17 21 17 11 20 11 20 9 12 9 12 11zM2 11L5 11 5 23 7 23 7 11 10 11 10 9 2 9 2 11z"
983
- })), children);
984
- });
985
- if (process.env.NODE_ENV !== "production") {
986
- Tif.propTypes = iconPropTypes4cbeb95d.i;
987
- }
988
- const Time = /*#__PURE__*/React.forwardRef(function Time(_ref45, ref) {
989
- let {
990
- children,
991
- size = 16,
992
- ...rest
993
- } = _ref45;
994
- if (size === 20 || size === "20" || size === "20px") {
995
- return /*#__PURE__*/React.createElement(Icon.default, {
996
- width: size,
997
- height: size,
998
- ref: ref,
999
- xmlns: "http://www.w3.org/2000/svg",
1000
- viewBox: "0 0 20 20",
1001
- fill: "currentColor",
1002
- ...rest
1003
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1004
- 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"
1005
- })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1006
- d: "M13 13.9L9.4 10.3 9.4 4 10.6 4 10.6 9.7 13.9 13z"
1007
- })), children);
1008
- }
1009
- return /*#__PURE__*/React.createElement(Icon.default, {
1010
- width: size,
1011
- height: size,
1012
- ref: ref,
1013
- xmlns: "http://www.w3.org/2000/svg",
1014
- viewBox: "0 0 32 32",
1015
- fill: "currentColor",
1016
- ...rest
1017
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1018
- 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"
1019
- })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1020
- d: "M20.59 22L15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z"
1021
- })), children);
1022
- });
1023
- if (process.env.NODE_ENV !== "production") {
1024
- Time.propTypes = iconPropTypes4cbeb95d.i;
1025
- }
1026
- const TimeFilled = /*#__PURE__*/React.forwardRef(function TimeFilled(_ref46, ref) {
1027
- let {
1028
- children,
1029
- size = 16,
1030
- ...rest
1031
- } = _ref46;
1032
- return /*#__PURE__*/React.createElement(Icon.default, {
1033
- width: size,
1034
- height: size,
1035
- ref: ref,
1036
- xmlns: "http://www.w3.org/2000/svg",
1037
- viewBox: "0 0 32 32",
1038
- fill: "currentColor",
1039
- ...rest
1040
- }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1041
- 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"
1042
- })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1043
- fill: "none",
1044
- d: "M20.5872 22L15 16.4099 15 7 17 7 17 15.5822 22 20.5866 20.5872 22z"
1045
- })), children);
1046
- });
1047
- if (process.env.NODE_ENV !== "production") {
1048
- TimeFilled.propTypes = iconPropTypes4cbeb95d.i;
1049
- }
1050
- const TimePlot = /*#__PURE__*/React.forwardRef(function TimePlot(_ref47, ref) {
1051
- let {
1052
- children,
1053
- size = 16,
1054
- ...rest
1055
- } = _ref47;
1056
- return /*#__PURE__*/React.createElement(Icon.default, {
1057
- width: size,
1058
- height: size,
1059
- ref: ref,
1060
- xmlns: "http://www.w3.org/2000/svg",
1061
- viewBox: "0 0 32 32",
1062
- fill: "currentColor",
1063
- ...rest
1064
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1065
- d: "M23.586 13L21 10.414 21 6 23 6 23 9.586 25 11.586 23.586 13z"
1066
- })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1067
- 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"
1068
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1069
- d: "M8.63,18l7,6H30V22H16.37l-7-6H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H4V18Z"
1070
- })), children);
1071
- });
1072
- if (process.env.NODE_ENV !== "production") {
1073
- TimePlot.propTypes = iconPropTypes4cbeb95d.i;
1074
- }
1075
- const Timer = /*#__PURE__*/React.forwardRef(function Timer(_ref48, ref) {
1076
- let {
1077
- children,
1078
- size = 16,
1079
- ...rest
1080
- } = _ref48;
1081
- return /*#__PURE__*/React.createElement(Icon.default, {
1082
- width: size,
1083
- height: size,
1084
- ref: ref,
1085
- xmlns: "http://www.w3.org/2000/svg",
1086
- viewBox: "0 0 32 32",
1087
- fill: "currentColor",
1088
- ...rest
1089
- }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1090
- d: "M15 11H17V20H15zM13 2H19V4H13z"
1091
- })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1092
- 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"
1093
- })), children);
1094
- });
1095
- if (process.env.NODE_ENV !== "production") {
1096
- Timer.propTypes = iconPropTypes4cbeb95d.i;
1097
- }
1098
- const TimingBelt = /*#__PURE__*/React.forwardRef(function TimingBelt(_ref49, ref) {
1099
- let {
1100
- children,
1101
- size = 16,
1102
- ...rest
1103
- } = _ref49;
1104
- return /*#__PURE__*/React.createElement(Icon.default, {
1105
- width: size,
1106
- height: size,
1107
- ref: ref,
1108
- xmlns: "http://www.w3.org/2000/svg",
1109
- viewBox: "0 0 32 32",
1110
- fill: "currentColor",
1111
- ...rest
1112
- }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
1113
- cx: "16",
1114
- cy: "24",
1115
- r: "1",
1116
- strokeWidth: "0"
1117
- })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1118
- strokeWidth: "0",
1119
- 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"
1120
- })), children);
1121
- });
1122
- if (process.env.NODE_ENV !== "production") {
1123
- TimingBelt.propTypes = iconPropTypes4cbeb95d.i;
1124
- }
1125
- const ToolBox = /*#__PURE__*/React.forwardRef(function ToolBox(_ref50, ref) {
1126
- let {
1127
- children,
1128
- size = 16,
1129
- ...rest
1130
- } = _ref50;
1131
- return /*#__PURE__*/React.createElement(Icon.default, {
1132
- width: size,
1133
- height: size,
1134
- ref: ref,
1135
- xmlns: "http://www.w3.org/2000/svg",
1136
- viewBox: "0 0 32 32",
1137
- fill: "currentColor",
1138
- ...rest
1139
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1140
- 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"
1141
- })), children);
1142
- });
1143
- if (process.env.NODE_ENV !== "production") {
1144
- ToolBox.propTypes = iconPropTypes4cbeb95d.i;
1145
- }
1146
- const ToolKit = /*#__PURE__*/React.forwardRef(function ToolKit(_ref51, ref) {
1147
- let {
1148
- children,
1149
- size = 16,
1150
- ...rest
1151
- } = _ref51;
1152
- return /*#__PURE__*/React.createElement(Icon.default, {
1153
- width: size,
1154
- height: size,
1155
- ref: ref,
1156
- xmlns: "http://www.w3.org/2000/svg",
1157
- viewBox: "0 0 32 32",
1158
- fill: "currentColor",
1159
- ...rest
1160
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1161
- 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"
1162
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1163
- 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"
1164
- })), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1165
- 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"
1166
- })), children);
1167
- });
1168
- if (process.env.NODE_ENV !== "production") {
1169
- ToolKit.propTypes = iconPropTypes4cbeb95d.i;
1170
- }
1171
- const Tools = /*#__PURE__*/React.forwardRef(function Tools(_ref52, ref) {
1172
- let {
1173
- children,
1174
- size = 16,
1175
- ...rest
1176
- } = _ref52;
1177
- return /*#__PURE__*/React.createElement(Icon.default, {
1178
- width: size,
1179
- height: size,
1180
- ref: ref,
1181
- xmlns: "http://www.w3.org/2000/svg",
1182
- viewBox: "0 0 32 32",
1183
- fill: "currentColor",
1184
- ...rest
1185
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1186
- 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"
1187
- })), children);
1188
- });
1189
- if (process.env.NODE_ENV !== "production") {
1190
- Tools.propTypes = iconPropTypes4cbeb95d.i;
1191
- }
1192
- const ToolsAlt = /*#__PURE__*/React.forwardRef(function ToolsAlt(_ref53, ref) {
1193
- let {
1194
- children,
1195
- size = 16,
1196
- ...rest
1197
- } = _ref53;
1198
- return /*#__PURE__*/React.createElement(Icon.default, {
1199
- width: size,
1200
- height: size,
1201
- ref: ref,
1202
- xmlns: "http://www.w3.org/2000/svg",
1203
- viewBox: "0 0 32 32",
1204
- fill: "currentColor",
1205
- ...rest
1206
- }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1207
- 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"
1208
- })), children);
1209
- });
1210
- if (process.env.NODE_ENV !== "production") {
1211
- ToolsAlt.propTypes = iconPropTypes4cbeb95d.i;
1212
- }
1213
- const Tornado = /*#__PURE__*/React.forwardRef(function Tornado(_ref54, ref) {
1214
- let {
1215
- children,
1216
- size = 16,
1217
- ...rest
1218
- } = _ref54;
1219
- return /*#__PURE__*/React.createElement(Icon.default, {
1220
- width: size,
1221
- height: size,
1222
- ref: ref,
1223
- xmlns: "http://www.w3.org/2000/svg",
1224
- viewBox: "0 0 32 32",
1225
- fill: "currentColor",
1226
- ...rest
1227
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1228
- d: "M16 26H20V28H16zM12 22H18V24H12zM8 18H18V20H8zM8 14H20V16H8zM10 10H24V12H10zM8 6H26V8H8z"
1229
- })), children);
1230
- });
1231
- if (process.env.NODE_ENV !== "production") {
1232
- Tornado.propTypes = iconPropTypes4cbeb95d.i;
1233
- }
1234
- const TornadoWarning = /*#__PURE__*/React.forwardRef(function TornadoWarning(_ref55, ref) {
1235
- let {
1236
- children,
1237
- size = 16,
1238
- ...rest
1239
- } = _ref55;
1240
- return /*#__PURE__*/React.createElement(Icon.default, {
1241
- width: size,
1242
- height: size,
1243
- ref: ref,
1244
- xmlns: "http://www.w3.org/2000/svg",
1245
- viewBox: "0 0 32 32",
1246
- fill: "currentColor",
1247
- ...rest
1248
- }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1249
- d: "M2 4H18V6H2zM4 8H16V10H4zM2 12H14V14H2zM2 16H12V18H2zM4 20H12V22H4zM8 24H14V26H8zM12 28H16V30H12z"
1250
- })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1251
- fill: "none",
1252
- d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
1253
- })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1254
- 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"
1255
- })), children);
1256
- });
1257
- if (process.env.NODE_ENV !== "production") {
1258
- TornadoWarning.propTypes = iconPropTypes4cbeb95d.i;
1259
- }
1260
- const Touch_1 = /*#__PURE__*/React.forwardRef(function Touch_1(_ref56, ref) {
1261
- let {
1262
- children,
1263
- size = 16,
1264
- ...rest
1265
- } = _ref56;
1266
- return /*#__PURE__*/React.createElement(Icon.default, {
1267
- width: size,
1268
- height: size,
1269
- ref: ref,
1270
- xmlns: "http://www.w3.org/2000/svg",
1271
- viewBox: "0 0 32 32",
1272
- fill: "currentColor",
1273
- ...rest
1274
- }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1275
- d: "M20,8H18A5,5,0,0,0,8,8H6A7,7,0,0,1,20,8Z"
1276
- })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1277
- 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"
1278
- })), children);
1279
- });
1280
- if (process.env.NODE_ENV !== "production") {
1281
- Touch_1.propTypes = iconPropTypes4cbeb95d.i;
1282
- }
1283
- const Touch_1Filled = /*#__PURE__*/React.forwardRef(function Touch_1Filled(_ref57, ref) {
1284
- let {
1285
- children,
1286
- size = 16,
1287
- ...rest
1288
- } = _ref57;
1289
- return /*#__PURE__*/React.createElement(Icon.default, {
1290
- width: size,
1291
- height: size,
1292
- ref: ref,
1293
- xmlns: "http://www.w3.org/2000/svg",
1294
- viewBox: "0 0 32 32",
1295
- fill: "currentColor",
1296
- ...rest
1297
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1298
- 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"
1299
- })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1300
- 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"
1301
- })), children);
1302
- });
1303
- if (process.env.NODE_ENV !== "production") {
1304
- Touch_1Filled.propTypes = iconPropTypes4cbeb95d.i;
1305
- }
1306
- const Touch_1Down = /*#__PURE__*/React.forwardRef(function Touch_1Down(_ref58, ref) {
1307
- let {
1308
- children,
1309
- size = 16,
1310
- ...rest
1311
- } = _ref58;
1312
- return /*#__PURE__*/React.createElement(Icon.default, {
1313
- width: size,
1314
- height: size,
1315
- ref: ref,
1316
- xmlns: "http://www.w3.org/2000/svg",
1317
- viewBox: "0 0 32 32",
1318
- fill: "currentColor",
1319
- ...rest
1320
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1321
- d: "M20,24H18A5,5,0,0,1,8,24H6a7,7,0,0,0,14,0Z"
1322
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1323
- 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"
1324
- })), children);
1325
- });
1326
- if (process.env.NODE_ENV !== "production") {
1327
- Touch_1Down.propTypes = iconPropTypes4cbeb95d.i;
1328
- }
1329
- const Touch_1DownFilled = /*#__PURE__*/React.forwardRef(function Touch_1DownFilled(_ref59, ref) {
1330
- let {
1331
- children,
1332
- size = 16,
1333
- ...rest
1334
- } = _ref59;
1335
- return /*#__PURE__*/React.createElement(Icon.default, {
1336
- width: size,
1337
- height: size,
1338
- ref: ref,
1339
- xmlns: "http://www.w3.org/2000/svg",
1340
- viewBox: "0 0 32 32",
1341
- fill: "currentColor",
1342
- ...rest
1343
- }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1344
- 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"
1345
- })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1346
- 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"
1347
- })), children);
1348
- });
1349
- if (process.env.NODE_ENV !== "production") {
1350
- Touch_1DownFilled.propTypes = iconPropTypes4cbeb95d.i;
1351
- }
1352
- const Touch_2 = /*#__PURE__*/React.forwardRef(function Touch_2(_ref60, ref) {
1353
- let {
1354
- children,
1355
- size = 16,
1356
- ...rest
1357
- } = _ref60;
1358
- return /*#__PURE__*/React.createElement(Icon.default, {
1359
- width: size,
1360
- height: size,
1361
- ref: ref,
1362
- xmlns: "http://www.w3.org/2000/svg",
1363
- viewBox: "0 0 32 32",
1364
- fill: "currentColor",
1365
- ...rest
1366
- }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1367
- d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z"
1368
- })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1369
- d: "M25,28H23V15A7,7,0,1,0,9,15V28H7V15a9,9,0,0,1,18,0Z"
1370
- })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1371
- d: "M21,20H11V15a5,5,0,0,1,10,0Zm-8-2h6V15a3,3,0,0,0-6,0Z"
1372
- })), children);
1373
- });
1374
- if (process.env.NODE_ENV !== "production") {
1375
- Touch_2.propTypes = iconPropTypes4cbeb95d.i;
1376
- }
1377
- const Touch_2Filled = /*#__PURE__*/React.forwardRef(function Touch_2Filled(_ref61, ref) {
1378
- let {
1379
- children,
1380
- size = 16,
1381
- ...rest
1382
- } = _ref61;
1383
- return /*#__PURE__*/React.createElement(Icon.default, {
1384
- width: size,
1385
- height: size,
1386
- ref: ref,
1387
- xmlns: "http://www.w3.org/2000/svg",
1388
- viewBox: "0 0 32 32",
1389
- fill: "currentColor",
1390
- ...rest
1391
- }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1392
- d: "M16,12a3.0033,3.0033,0,0,0-3,3v3h6V15A3.0033,3.0033,0,0,0,16,12Z"
1393
- })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1394
- 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"
1395
- })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1396
- d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z"
1397
- })), children);
1398
- });
1399
- if (process.env.NODE_ENV !== "production") {
1400
- Touch_2Filled.propTypes = iconPropTypes4cbeb95d.i;
1401
- }
1402
- const TouchInteraction = /*#__PURE__*/React.forwardRef(function TouchInteraction(_ref62, ref) {
1403
- let {
1404
- children,
1405
- size = 16,
1406
- ...rest
1407
- } = _ref62;
1408
- return /*#__PURE__*/React.createElement(Icon.default, {
1409
- width: size,
1410
- height: size,
1411
- ref: ref,
1412
- xmlns: "http://www.w3.org/2000/svg",
1413
- viewBox: "0 0 32 32",
1414
- fill: "currentColor",
1415
- ...rest
1416
- }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1417
- 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"
1418
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1419
- 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"
1420
- })), children);
1421
- });
1422
- if (process.env.NODE_ENV !== "production") {
1423
- TouchInteraction.propTypes = iconPropTypes4cbeb95d.i;
1424
- }
1425
- const Tour = /*#__PURE__*/React.forwardRef(function Tour(_ref63, ref) {
1426
- let {
1427
- children,
1428
- size = 16,
1429
- ...rest
1430
- } = _ref63;
1431
- return /*#__PURE__*/React.createElement(Icon.default, {
1432
- width: size,
1433
- height: size,
1434
- ref: ref,
1435
- xmlns: "http://www.w3.org/2000/svg",
1436
- viewBox: "0 0 32 32",
1437
- fill: "currentColor",
1438
- ...rest
1439
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1440
- 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"
1441
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
1442
- cx: "24",
1443
- cy: "8",
1444
- r: "2"
1445
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1446
- 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"
1447
- })), children);
1448
- });
1449
- if (process.env.NODE_ENV !== "production") {
1450
- Tour.propTypes = iconPropTypes4cbeb95d.i;
1451
- }
1452
- const TrafficEvent = /*#__PURE__*/React.forwardRef(function TrafficEvent(_ref64, ref) {
1453
- let {
1454
- children,
1455
- size = 16,
1456
- ...rest
1457
- } = _ref64;
1458
- return /*#__PURE__*/React.createElement(Icon.default, {
1459
- width: size,
1460
- height: size,
1461
- ref: ref,
1462
- xmlns: "http://www.w3.org/2000/svg",
1463
- viewBox: "0 0 32 32",
1464
- fill: "currentColor",
1465
- ...rest
1466
- }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1467
- d: "M11 21H17V23H11z"
1468
- })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1469
- 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"
1470
- })), children);
1471
- });
1472
- if (process.env.NODE_ENV !== "production") {
1473
- TrafficEvent.propTypes = iconPropTypes4cbeb95d.i;
1474
- }
1475
- const TrafficFlow = /*#__PURE__*/React.forwardRef(function TrafficFlow(_ref65, ref) {
1476
- let {
1477
- children,
1478
- size = 16,
1479
- ...rest
1480
- } = _ref65;
1481
- return /*#__PURE__*/React.createElement(Icon.default, {
1482
- width: size,
1483
- height: size,
1484
- ref: ref,
1485
- xmlns: "http://www.w3.org/2000/svg",
1486
- viewBox: "0 0 32 32",
1487
- fill: "currentColor",
1488
- ...rest
1489
- }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1490
- d: "M26 8L22 4 18 8 19.41 9.42 21 7.83 21 18 23 18 23 7.83 24.58 9.41 26 8zM12.59 22.58L11 24.17 11 14 9 14 9 24.17 7.42 22.59 6 24 10 28 14 24 12.59 22.58zM2 2H4V30H2zM28 2H30V30H28zM15 2H17V6H15zM15 10H17V14H15zM15 18H17V22H15zM15 26H17V30H15z"
1491
- })), children);
1492
- });
1493
- if (process.env.NODE_ENV !== "production") {
1494
- TrafficFlow.propTypes = iconPropTypes4cbeb95d.i;
1495
- }
1496
- const TrafficFlowIncident = /*#__PURE__*/React.forwardRef(function TrafficFlowIncident(_ref66, ref) {
1497
- let {
1498
- children,
1499
- size = 16,
1500
- ...rest
1501
- } = _ref66;
1502
- return /*#__PURE__*/React.createElement(Icon.default, {
1503
- width: size,
1504
- height: size,
1505
- ref: ref,
1506
- xmlns: "http://www.w3.org/2000/svg",
1507
- viewBox: "0 0 32 32",
1508
- fill: "currentColor",
1509
- ...rest
1510
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1511
- d: "M26 9.42L24.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.42zM14 17.42L12.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.42zM2 2H4V30H2zM28 2H30V30H28zM15 2H17V6H15zM15 10H17V14H15zM15 18H17V22H15zM15 26H17V30H15z"
1512
- })), children);
1513
- });
1514
- if (process.env.NODE_ENV !== "production") {
1515
- TrafficFlowIncident.propTypes = iconPropTypes4cbeb95d.i;
1516
- }
1517
- const TrafficIncident = /*#__PURE__*/React.forwardRef(function TrafficIncident(_ref67, ref) {
1518
- let {
1519
- children,
1520
- size = 16,
1521
- ...rest
1522
- } = _ref67;
1523
- return /*#__PURE__*/React.createElement(Icon.default, {
1524
- width: size,
1525
- height: size,
1526
- ref: ref,
1527
- xmlns: "http://www.w3.org/2000/svg",
1528
- viewBox: "0 0 32 32",
1529
- fill: "currentColor",
1530
- ...rest
1531
- }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1532
- d: "M2 28H30V30H2z"
1533
- })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1534
- d: "M11.314 11.514H17.314V13.514H11.314z",
1535
- transform: "rotate(-45 14.314 12.514)"
1536
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1537
- 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"
1538
- })), children);
1539
- });
1540
- if (process.env.NODE_ENV !== "production") {
1541
- TrafficIncident.propTypes = iconPropTypes4cbeb95d.i;
1542
- }
1543
- const TrafficWeatherIncident = /*#__PURE__*/React.forwardRef(function TrafficWeatherIncident(_ref68, ref) {
1544
- let {
1545
- children,
1546
- size = 16,
1547
- ...rest
1548
- } = _ref68;
1549
- return /*#__PURE__*/React.createElement(Icon.default, {
1550
- width: size,
1551
- height: size,
1552
- ref: ref,
1553
- xmlns: "http://www.w3.org/2000/svg",
1554
- viewBox: "0 0 32 32",
1555
- fill: "currentColor",
1556
- ...rest
1557
- }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1558
- d: "M2 24H4V30H2zM28 2H30V30H28zM15 2H17V6H15zM15 10H17V14H15zM15 18H17V22H15zM15 26H17V30H15zM6 12A3.8978 3.8978 0 012 8.223a3.9017 3.9017 0 01.6533-2.0639L5.17 2.4141a1.0381 1.0381 0 011.6592 0L9.3154 6.11A3.9693 3.9693 0 0110 8.223 3.8978 3.8978 0 016 12zm0-7.2368L4.3438 7.2257A1.89 1.89 0 004 8.223a1.9007 1.9007 0 002 1.7775A1.9007 1.9007 0 008 8.223a1.98 1.98 0 00-.375-1.0466zM11 11.7627L9.3438 14.2253A1.89 1.89 0 009 15.2226 1.9007 1.9007 0 0011 17a1.9007 1.9007 0 002-1.7774 1.98 1.98 0 00-.375-1.0467zM6 15.7627L4.3438 18.2253A1.89 1.89 0 004 19.2226 1.9007 1.9007 0 006 21a1.9007 1.9007 0 002-1.7774 1.98 1.98 0 00-.375-1.0467z"
1559
- })), children);
1560
- });
1561
- if (process.env.NODE_ENV !== "production") {
1562
- TrafficWeatherIncident.propTypes = iconPropTypes4cbeb95d.i;
1563
- }
1564
- const TrafficCone = /*#__PURE__*/React.forwardRef(function TrafficCone(_ref69, ref) {
1565
- let {
1566
- children,
1567
- size = 16,
1568
- ...rest
1569
- } = _ref69;
1570
- return /*#__PURE__*/React.createElement(Icon.default, {
1571
- width: size,
1572
- height: size,
1573
- ref: ref,
1574
- xmlns: "http://www.w3.org/2000/svg",
1575
- viewBox: "0 0 32 32",
1576
- fill: "currentColor",
1577
- ...rest
1578
- }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1579
- 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"
1580
- })), children);
1581
- });
1582
- if (process.env.NODE_ENV !== "production") {
1583
- TrafficCone.propTypes = iconPropTypes4cbeb95d.i;
1584
- }
1585
- const Train = /*#__PURE__*/React.forwardRef(function Train(_ref70, ref) {
1586
- let {
1587
- children,
1588
- size = 16,
1589
- ...rest
1590
- } = _ref70;
1591
- return /*#__PURE__*/React.createElement(Icon.default, {
1592
- width: size,
1593
- height: size,
1594
- ref: ref,
1595
- xmlns: "http://www.w3.org/2000/svg",
1596
- viewBox: "0 0 32 32",
1597
- fill: "currentColor",
1598
- ...rest
1599
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1600
- 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"
1601
- })), children);
1602
- });
1603
- if (process.env.NODE_ENV !== "production") {
1604
- Train.propTypes = iconPropTypes4cbeb95d.i;
1605
- }
1606
- const TrainHeart = /*#__PURE__*/React.forwardRef(function TrainHeart(_ref71, ref) {
1607
- let {
1608
- children,
1609
- size = 16,
1610
- ...rest
1611
- } = _ref71;
1612
- return /*#__PURE__*/React.createElement(Icon.default, {
1613
- width: size,
1614
- height: size,
1615
- ref: ref,
1616
- xmlns: "http://www.w3.org/2000/svg",
1617
- viewBox: "0 0 32 32",
1618
- fill: "currentColor",
1619
- ...rest
1620
- }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1621
- d: "M27.303 2a2.6613 2.6613 0 00-1.9079.8059l-.3932.4053-.397-.4053a2.6612 2.6612 0 00-3.8157 0 2.7991 2.7991 0 000 3.8963L25.0019 11l4.2089-4.2978a2.7991 2.7991 0 000-3.8963A2.6613 2.6613 0 0027.303 2zM22 13v3H6V10h9V8H6.1843A2.9948 2.9948 0 019 6h6V4H9A5.0057 5.0057 0 004 9V21a4.99 4.99 0 003.582 4.77L5.7693 30H7.9451l1.7143-4h8.6812l1.7143 4h2.1758L20.418 25.77A4.99 4.99 0 0024 21V13zm0 7H19v2h2.8157A2.9948 2.9948 0 0119 24H9a2.9948 2.9948 0 01-2.8157-2H9V20H6V18H22z"
1622
- })), children);
1623
- });
1624
- if (process.env.NODE_ENV !== "production") {
1625
- TrainHeart.propTypes = iconPropTypes4cbeb95d.i;
1626
- }
1627
- const TrainProfile = /*#__PURE__*/React.forwardRef(function TrainProfile(_ref72, ref) {
1628
- let {
1629
- children,
1630
- size = 16,
1631
- ...rest
1632
- } = _ref72;
1633
- return /*#__PURE__*/React.createElement(Icon.default, {
1634
- width: size,
1635
- height: size,
1636
- ref: ref,
1637
- xmlns: "http://www.w3.org/2000/svg",
1638
- viewBox: "0 0 32 32",
1639
- fill: "currentColor",
1640
- ...rest
1641
- }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1642
- d: "M30 25L2 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 25zM8 16H2V14H8V12H2V10H8a2.0021 2.0021 0 012 2v2A2.0021 2.0021 0 018 16z"
1643
- })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1644
- 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"
1645
- })), children);
1646
- });
1647
- if (process.env.NODE_ENV !== "production") {
1648
- TrainProfile.propTypes = iconPropTypes4cbeb95d.i;
1649
- }
1650
- const TrainSpeed = /*#__PURE__*/React.forwardRef(function TrainSpeed(_ref73, ref) {
1651
- let {
1652
- children,
1653
- size = 16,
1654
- ...rest
1655
- } = _ref73;
1656
- return /*#__PURE__*/React.createElement(Icon.default, {
1657
- width: size,
1658
- height: size,
1659
- ref: ref,
1660
- xmlns: "http://www.w3.org/2000/svg",
1661
- viewBox: "0 0 32 32",
1662
- fill: "currentColor",
1663
- ...rest
1664
- }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1665
- d: "M30 25L2 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 25zM29.7144 16.59L18.1494 8.64A14.9327 14.9327 0 009.6519 6H2V8H9.6519a12.9459 12.9459 0 017.3647 2.2871L18.0532 11H9v2H20.9624l7.6187 5.2378A.966.966 0 0128.0342 20H2v2H28.0342a2.9661 2.9661 0 001.68-5.41z"
1666
- })), children);
1667
- });
1668
- if (process.env.NODE_ENV !== "production") {
1669
- TrainSpeed.propTypes = iconPropTypes4cbeb95d.i;
1670
- }
1671
- const TrainTicket = /*#__PURE__*/React.forwardRef(function TrainTicket(_ref74, ref) {
1672
- let {
1673
- children,
1674
- size = 16,
1675
- ...rest
1676
- } = _ref74;
1677
- return /*#__PURE__*/React.createElement(Icon.default, {
1678
- width: size,
1679
- height: size,
1680
- ref: ref,
1681
- xmlns: "http://www.w3.org/2000/svg",
1682
- viewBox: "0 0 32 32",
1683
- fill: "currentColor",
1684
- ...rest
1685
- }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1686
- 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"
1687
- })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1688
- 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"
1689
- })), children);
1690
- });
1691
- if (process.env.NODE_ENV !== "production") {
1692
- TrainTicket.propTypes = iconPropTypes4cbeb95d.i;
1693
- }
1694
- const TrainTime = /*#__PURE__*/React.forwardRef(function TrainTime(_ref75, ref) {
1695
- let {
1696
- children,
1697
- size = 16,
1698
- ...rest
1699
- } = _ref75;
1700
- return /*#__PURE__*/React.createElement(Icon.default, {
1701
- width: size,
1702
- height: size,
1703
- ref: ref,
1704
- xmlns: "http://www.w3.org/2000/svg",
1705
- viewBox: "0 0 32 32",
1706
- fill: "currentColor",
1707
- ...rest
1708
- }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1709
- fill: "none",
1710
- d: "M25.496 10.088L22.874 7.466 22.874 3 25.124 3 25.124 6.534 27.088 8.498 25.496 10.088z"
1711
- })), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1712
- 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"
1713
- })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1714
- 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"
1715
- })), children);
1716
- });
1717
- if (process.env.NODE_ENV !== "production") {
1718
- TrainTime.propTypes = iconPropTypes4cbeb95d.i;
1719
- }
1720
- const Tram = /*#__PURE__*/React.forwardRef(function Tram(_ref76, ref) {
1721
- let {
1722
- children,
1723
- size = 16,
1724
- ...rest
1725
- } = _ref76;
1726
- return /*#__PURE__*/React.createElement(Icon.default, {
1727
- width: size,
1728
- height: size,
1729
- ref: ref,
1730
- xmlns: "http://www.w3.org/2000/svg",
1731
- viewBox: "0 0 32 32",
1732
- fill: "currentColor",
1733
- ...rest
1734
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1735
- 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"
1736
- })), children);
1737
- });
1738
- if (process.env.NODE_ENV !== "production") {
1739
- Tram.propTypes = iconPropTypes4cbeb95d.i;
1740
- }
1741
- const TransformBinary = /*#__PURE__*/React.forwardRef(function TransformBinary(_ref77, ref) {
1742
- let {
1743
- children,
1744
- size = 16,
1745
- ...rest
1746
- } = _ref77;
1747
- return /*#__PURE__*/React.createElement(Icon.default, {
1748
- width: size,
1749
- height: size,
1750
- ref: ref,
1751
- xmlns: "http://www.w3.org/2000/svg",
1752
- viewBox: "0 0 32 32",
1753
- fill: "currentColor",
1754
- ...rest
1755
- }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1756
- d: "M23 20h-2c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2v4C25 19.1 24.1 20 23 20zM21 14v4h2v-4H21zM15 12H17V20H15z"
1757
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1758
- d: "M11 20H9c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h2c1.1 0 2 .9 2 2v4C13 19.1 12.1 20 11 20zM9 14v4h2v-4H9zM16 2v2c6.6 0 12 5.4 12 12s-5.4 12-12 12v2c7.7 0 14-6.3 14-14S23.7 2 16 2zM8.2 25.1L7 26.7c1.2 1 2.6 1.9 4.2 2.4l.7-1.9C10.5 26.7 9.3 26 8.2 25.1zM4.2 18l-2 .4C2.5 20 3.1 21.6 3.9 23l1.7-1C4.9 20.8 4.4 19.4 4.2 18zM5.6 10L3.9 9c-.8 1.4-1.4 3-1.6 4.6l2 .3C4.4 12.5 4.9 11.2 5.6 10zM11.8 4.8l-.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"
1759
- })), children);
1760
- });
1761
- if (process.env.NODE_ENV !== "production") {
1762
- TransformBinary.propTypes = iconPropTypes4cbeb95d.i;
1763
- }
1764
- const TransformCode = /*#__PURE__*/React.forwardRef(function TransformCode(_ref78, ref) {
1765
- let {
1766
- children,
1767
- size = 16,
1768
- ...rest
1769
- } = _ref78;
1770
- return /*#__PURE__*/React.createElement(Icon.default, {
1771
- width: size,
1772
- height: size,
1773
- ref: ref,
1774
- xmlns: "http://www.w3.org/2000/svg",
1775
- viewBox: "0 0 32 32",
1776
- fill: "currentColor",
1777
- ...rest
1778
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1779
- 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"
1780
- })), children);
1781
- });
1782
- if (process.env.NODE_ENV !== "production") {
1783
- TransformCode.propTypes = iconPropTypes4cbeb95d.i;
1784
- }
1785
- const TransformInstructions = /*#__PURE__*/React.forwardRef(function TransformInstructions(_ref79, ref) {
1786
- let {
1787
- children,
1788
- size = 16,
1789
- ...rest
1790
- } = _ref79;
1791
- return /*#__PURE__*/React.createElement(Icon.default, {
1792
- width: size,
1793
- height: size,
1794
- ref: ref,
1795
- xmlns: "http://www.w3.org/2000/svg",
1796
- viewBox: "0 0 32 32",
1797
- fill: "currentColor",
1798
- ...rest
1799
- }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1800
- 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"
1801
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1802
- 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 2zM8.2 25.1L7 26.7c1.2 1 2.6 1.9 4.2 2.4l.7-1.9C10.5 26.7 9.3 26 8.2 25.1zM4.2 18l-2 .4C2.5 20 3.1 21.6 3.9 23l1.7-1C4.9 20.8 4.4 19.4 4.2 18zM5.6 10L3.9 9c-.8 1.4-1.4 3-1.6 4.6l2 .3C4.4 12.5 4.9 11.2 5.6 10zM11.8 4.8l-.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"
1803
- })), children);
1804
- });
1805
- if (process.env.NODE_ENV !== "production") {
1806
- TransformInstructions.propTypes = iconPropTypes4cbeb95d.i;
1807
- }
1808
- const TransformLanguage = /*#__PURE__*/React.forwardRef(function TransformLanguage(_ref80, ref) {
1809
- let {
1810
- children,
1811
- size = 16,
1812
- ...rest
1813
- } = _ref80;
1814
- return /*#__PURE__*/React.createElement(Icon.default, {
1815
- width: size,
1816
- height: size,
1817
- ref: ref,
1818
- xmlns: "http://www.w3.org/2000/svg",
1819
- viewBox: "0 0 32 32",
1820
- fill: "currentColor",
1821
- ...rest
1822
- }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1823
- d: "M10 19H18V21H10zM10 15H22V17H10zM10 11H22V13H10z"
1824
- })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1825
- 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 2zM8.2 25.1L7 26.7c1.2 1 2.6 1.9 4.2 2.4l.7-1.9C10.5 26.7 9.3 26 8.2 25.1zM4.2 18l-2 .4C2.5 20 3.1 21.6 3.9 23l1.7-1C4.9 20.8 4.4 19.4 4.2 18zM5.6 10L3.9 9c-.8 1.4-1.4 3-1.6 4.6l2 .3C4.4 12.5 4.9 11.2 5.6 10zM11.8 4.8l-.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"
1826
- })), children);
1827
- });
1828
- if (process.env.NODE_ENV !== "production") {
1829
- TransformLanguage.propTypes = iconPropTypes4cbeb95d.i;
1830
- }
1831
- const Transgender = /*#__PURE__*/React.forwardRef(function Transgender(_ref81, ref) {
1832
- let {
1833
- children,
1834
- size = 16,
1835
- ...rest
1836
- } = _ref81;
1837
- return /*#__PURE__*/React.createElement(Icon.default, {
1838
- width: size,
1839
- height: size,
1840
- ref: ref,
1841
- xmlns: "http://www.w3.org/2000/svg",
1842
- viewBox: "0 0 32 32",
1843
- fill: "currentColor",
1844
- ...rest
1845
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1846
- 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"
1847
- })), children);
1848
- });
1849
- if (process.env.NODE_ENV !== "production") {
1850
- Transgender.propTypes = iconPropTypes4cbeb95d.i;
1851
- }
1852
- const Translate = /*#__PURE__*/React.forwardRef(function Translate(_ref82, ref) {
1853
- let {
1854
- children,
1855
- size = 16,
1856
- ...rest
1857
- } = _ref82;
1858
- return /*#__PURE__*/React.createElement(Icon.default, {
1859
- width: size,
1860
- height: size,
1861
- ref: ref,
1862
- xmlns: "http://www.w3.org/2000/svg",
1863
- viewBox: "0 0 32 32",
1864
- fill: "currentColor",
1865
- ...rest
1866
- }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1867
- d: "M27.85 29H30L24 14H21.65l-6 15H17.8l1.6-4h6.85zM20.2 23l2.62-6.56L25.45 23zM18 7V5H11V2H9V5H2V7H12.74a14.71 14.71 0 01-3.19 6.18A13.5 13.5 0 017.26 9H5.16a16.47 16.47 0 003 5.58A16.84 16.84 0 013 18l.75 1.86A18.47 18.47 0 009.53 16a16.92 16.92 0 005.76 3.84L16 18a14.48 14.48 0 01-5.12-3.37A17.64 17.64 0 0014.8 7z"
1868
- })), children);
1869
- });
1870
- if (process.env.NODE_ENV !== "production") {
1871
- Translate.propTypes = iconPropTypes4cbeb95d.i;
1872
- }
1873
- const TransmissionLte = /*#__PURE__*/React.forwardRef(function TransmissionLte(_ref83, ref) {
1874
- let {
1875
- children,
1876
- size = 16,
1877
- ...rest
1878
- } = _ref83;
1879
- return /*#__PURE__*/React.createElement(Icon.default, {
1880
- width: size,
1881
- height: size,
1882
- ref: ref,
1883
- xmlns: "http://www.w3.org/2000/svg",
1884
- viewBox: "0 0 32 32",
1885
- fill: "currentColor",
1886
- ...rest
1887
- }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1888
- d: "M10.57 30l.9333-2h8.9928l.9333 2h2.2072L17 15.7778V11H15v4.7778L8.3631 30zM16 18.3647L17.6965 22h-3.393zM13.37 24h5.26l.9333 2H12.4369zM10.7832 9.3325a7.0007 7.0007 0 0110.4341 0l-1.49 1.334a5 5 0 00-7.4537 0z"
1889
- })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1890
- 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"
1891
- })), children);
1892
- });
1893
- if (process.env.NODE_ENV !== "production") {
1894
- TransmissionLte.propTypes = iconPropTypes4cbeb95d.i;
1895
- }
1896
- const Transpose = /*#__PURE__*/React.forwardRef(function Transpose(_ref84, ref) {
1897
- let {
1898
- children,
1899
- size = 16,
1900
- ...rest
1901
- } = _ref84;
1902
- return /*#__PURE__*/React.createElement(Icon.default, {
1903
- width: size,
1904
- height: size,
1905
- ref: ref,
1906
- xmlns: "http://www.w3.org/2000/svg",
1907
- viewBox: "0 0 32 32",
1908
- fill: "currentColor",
1909
- ...rest
1910
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1911
- d: "M19 26H14V24h5a5.0055 5.0055 0 005-5V14h2v5A7.0078 7.0078 0 0119 26zM8 30H4a2.0023 2.0023 0 01-2-2V14a2.0023 2.0023 0 012-2H8a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 018 30zM4 14V28H8V14zM28 10H14a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V8A2.0023 2.0023 0 0128 10zM14 4V8H28V4z"
1912
- })), children);
1913
- });
1914
- if (process.env.NODE_ENV !== "production") {
1915
- Transpose.propTypes = iconPropTypes4cbeb95d.i;
1916
- }
1917
- const TrashCan = /*#__PURE__*/React.forwardRef(function TrashCan(_ref85, ref) {
1918
- let {
1919
- children,
1920
- size = 16,
1921
- ...rest
1922
- } = _ref85;
1923
- return /*#__PURE__*/React.createElement(Icon.default, {
1924
- width: size,
1925
- height: size,
1926
- ref: ref,
1927
- xmlns: "http://www.w3.org/2000/svg",
1928
- viewBox: "0 0 32 32",
1929
- fill: "currentColor",
1930
- ...rest
1931
- }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1932
- d: "M12 12H14V24H12zM18 12H20V24H18z"
1933
- })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1934
- d: "M4 6V8H6V28a2 2 0 002 2H24a2 2 0 002-2V8h2V6zM8 28V8H24V28zM12 2H20V4H12z"
1935
- })), children);
1936
- });
1937
- if (process.env.NODE_ENV !== "production") {
1938
- TrashCan.propTypes = iconPropTypes4cbeb95d.i;
1939
- }
1940
- const Tree = /*#__PURE__*/React.forwardRef(function Tree(_ref86, ref) {
1941
- let {
1942
- children,
1943
- size = 16,
1944
- ...rest
1945
- } = _ref86;
1946
- return /*#__PURE__*/React.createElement(Icon.default, {
1947
- width: size,
1948
- height: size,
1949
- ref: ref,
1950
- xmlns: "http://www.w3.org/2000/svg",
1951
- viewBox: "0 0 32 32",
1952
- fill: "currentColor",
1953
- ...rest
1954
- }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1955
- 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"
1956
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1957
- 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"
1958
- })), children);
1959
- });
1960
- if (process.env.NODE_ENV !== "production") {
1961
- Tree.propTypes = iconPropTypes4cbeb95d.i;
1962
- }
1963
- const TreeFallRisk = /*#__PURE__*/React.forwardRef(function TreeFallRisk(_ref87, ref) {
1964
- let {
1965
- children,
1966
- size = 16,
1967
- ...rest
1968
- } = _ref87;
1969
- return /*#__PURE__*/React.createElement(Icon.default, {
1970
- width: size,
1971
- height: size,
1972
- ref: ref,
1973
- xmlns: "http://www.w3.org/2000/svg",
1974
- viewBox: "0 0 32 32",
1975
- fill: "currentColor",
1976
- ...rest
1977
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1978
- fill: "none",
1979
- d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z",
1980
- "data-icon-path": "inner-path"
1981
- })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1982
- d: "M29.9115 13.9355L23.6284 2.3706a.7181.7181 0 00-1.2568 0L16.0885 13.9355A.72.72 0 0016.72 15H29.28A.72.72 0 0029.9115 13.9355zM22.25 6h1.5v4h-1.5zM23 13a1 1 0 111-1A1 1 0 0123 13zM26 19V17H17V28a2.0027 2.0027 0 002 2h3V28H19V19zM12 30H9V28h3V15.5664L8.4854 13.4575l1.0292-1.7148 3.5147 2.1084A2.0115 2.0115 0 0114 15.5664V28A2.0024 2.0024 0 0112 30z"
1983
- })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1984
- 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"
1985
- })), children);
1986
- });
1987
- if (process.env.NODE_ENV !== "production") {
1988
- TreeFallRisk.propTypes = iconPropTypes4cbeb95d.i;
1989
- }
1990
- const TreeView = /*#__PURE__*/React.forwardRef(function TreeView(_ref88, ref) {
1991
- let {
1992
- children,
1993
- size = 16,
1994
- ...rest
1995
- } = _ref88;
1996
- return /*#__PURE__*/React.createElement(Icon.default, {
1997
- width: size,
1998
- height: size,
1999
- ref: ref,
2000
- xmlns: "http://www.w3.org/2000/svg",
2001
- viewBox: "0 0 32 32",
2002
- fill: "currentColor",
2003
- ...rest
2004
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2005
- d: "M30,20V12H22v3H17V7a2,2,0,0,0-2-2H10V2H2v8h8V7h5V25a2,2,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3ZM8,8H4V4H8ZM24,24h4v4H24Zm0-10h4v4H24Z"
2006
- })), children);
2007
- });
2008
- if (process.env.NODE_ENV !== "production") {
2009
- TreeView.propTypes = iconPropTypes4cbeb95d.i;
2010
- }
2011
- const TreeViewAlt = /*#__PURE__*/React.forwardRef(function TreeViewAlt(_ref89, ref) {
2012
- let {
2013
- children,
2014
- size = 16,
2015
- ...rest
2016
- } = _ref89;
2017
- return /*#__PURE__*/React.createElement(Icon.default, {
2018
- width: size,
2019
- height: size,
2020
- ref: ref,
2021
- xmlns: "http://www.w3.org/2000/svg",
2022
- viewBox: "0 0 32 32",
2023
- fill: "currentColor",
2024
- ...rest
2025
- }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2026
- 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",
2027
- transform: "translate(0 .005)"
2028
- })), children);
2029
- });
2030
- if (process.env.NODE_ENV !== "production") {
2031
- TreeViewAlt.propTypes = iconPropTypes4cbeb95d.i;
2032
- }
2033
- const TriangleDownOutline = /*#__PURE__*/React.forwardRef(function TriangleDownOutline(_ref90, ref) {
2034
- let {
2035
- children,
2036
- size = 16,
2037
- ...rest
2038
- } = _ref90;
2039
- return /*#__PURE__*/React.createElement(Icon.default, {
2040
- width: size,
2041
- height: size,
2042
- ref: ref,
2043
- xmlns: "http://www.w3.org/2000/svg",
2044
- viewBox: "0 0 32 32",
2045
- fill: "currentColor",
2046
- ...rest
2047
- }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2048
- strokeWidth: "0",
2049
- 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"
2050
- })), children);
2051
- });
2052
- if (process.env.NODE_ENV !== "production") {
2053
- TriangleDownOutline.propTypes = iconPropTypes4cbeb95d.i;
2054
- }
2055
- const TriangleDownSolid = /*#__PURE__*/React.forwardRef(function TriangleDownSolid(_ref91, ref) {
2056
- let {
2057
- children,
2058
- size = 16,
2059
- ...rest
2060
- } = _ref91;
2061
- return /*#__PURE__*/React.createElement(Icon.default, {
2062
- width: size,
2063
- height: size,
2064
- ref: ref,
2065
- xmlns: "http://www.w3.org/2000/svg",
2066
- viewBox: "0 0 32 32",
2067
- fill: "currentColor",
2068
- ...rest
2069
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2070
- strokeWidth: "0",
2071
- 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"
2072
- })), children);
2073
- });
2074
- if (process.env.NODE_ENV !== "production") {
2075
- TriangleDownSolid.propTypes = iconPropTypes4cbeb95d.i;
2076
- }
2077
- const TriangleLeftOutline = /*#__PURE__*/React.forwardRef(function TriangleLeftOutline(_ref92, ref) {
2078
- let {
2079
- children,
2080
- size = 16,
2081
- ...rest
2082
- } = _ref92;
2083
- return /*#__PURE__*/React.createElement(Icon.default, {
2084
- width: size,
2085
- height: size,
2086
- ref: ref,
2087
- xmlns: "http://www.w3.org/2000/svg",
2088
- viewBox: "0 0 32 32",
2089
- fill: "currentColor",
2090
- ...rest
2091
- }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2092
- strokeWidth: "0",
2093
- 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"
2094
- })), children);
2095
- });
2096
- if (process.env.NODE_ENV !== "production") {
2097
- TriangleLeftOutline.propTypes = iconPropTypes4cbeb95d.i;
2098
- }
2099
- const TriangleLeftSolid = /*#__PURE__*/React.forwardRef(function TriangleLeftSolid(_ref93, ref) {
2100
- let {
2101
- children,
2102
- size = 16,
2103
- ...rest
2104
- } = _ref93;
2105
- return /*#__PURE__*/React.createElement(Icon.default, {
2106
- width: size,
2107
- height: size,
2108
- ref: ref,
2109
- xmlns: "http://www.w3.org/2000/svg",
2110
- viewBox: "0 0 32 32",
2111
- fill: "currentColor",
2112
- ...rest
2113
- }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2114
- strokeWidth: "0",
2115
- 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"
2116
- })), children);
2117
- });
2118
- if (process.env.NODE_ENV !== "production") {
2119
- TriangleLeftSolid.propTypes = iconPropTypes4cbeb95d.i;
2120
- }
2121
- const TriangleOutline = /*#__PURE__*/React.forwardRef(function TriangleOutline(_ref94, ref) {
2122
- let {
2123
- children,
2124
- size = 16,
2125
- ...rest
2126
- } = _ref94;
2127
- return /*#__PURE__*/React.createElement(Icon.default, {
2128
- width: size,
2129
- height: size,
2130
- ref: ref,
2131
- xmlns: "http://www.w3.org/2000/svg",
2132
- viewBox: "0 0 32 32",
2133
- fill: "currentColor",
2134
- ...rest
2135
- }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2136
- strokeWidth: "0",
2137
- 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"
2138
- })), children);
2139
- });
2140
- if (process.env.NODE_ENV !== "production") {
2141
- TriangleOutline.propTypes = iconPropTypes4cbeb95d.i;
2142
- }
2143
- const TriangleRightOutline = /*#__PURE__*/React.forwardRef(function TriangleRightOutline(_ref95, ref) {
2144
- let {
2145
- children,
2146
- size = 16,
2147
- ...rest
2148
- } = _ref95;
2149
- return /*#__PURE__*/React.createElement(Icon.default, {
2150
- width: size,
2151
- height: size,
2152
- ref: ref,
2153
- xmlns: "http://www.w3.org/2000/svg",
2154
- viewBox: "0 0 32 32",
2155
- fill: "currentColor",
2156
- ...rest
2157
- }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2158
- strokeWidth: "0",
2159
- 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"
2160
- })), children);
2161
- });
2162
- if (process.env.NODE_ENV !== "production") {
2163
- TriangleRightOutline.propTypes = iconPropTypes4cbeb95d.i;
2164
- }
2165
- const TriangleRightSolid = /*#__PURE__*/React.forwardRef(function TriangleRightSolid(_ref96, ref) {
2166
- let {
2167
- children,
2168
- size = 16,
2169
- ...rest
2170
- } = _ref96;
2171
- return /*#__PURE__*/React.createElement(Icon.default, {
2172
- width: size,
2173
- height: size,
2174
- ref: ref,
2175
- xmlns: "http://www.w3.org/2000/svg",
2176
- viewBox: "0 0 32 32",
2177
- fill: "currentColor",
2178
- ...rest
2179
- }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2180
- strokeWidth: "0",
2181
- 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"
2182
- })), children);
2183
- });
2184
- if (process.env.NODE_ENV !== "production") {
2185
- TriangleRightSolid.propTypes = iconPropTypes4cbeb95d.i;
2186
- }
2187
- const TriangleSolid = /*#__PURE__*/React.forwardRef(function TriangleSolid(_ref97, ref) {
2188
- let {
2189
- children,
2190
- size = 16,
2191
- ...rest
2192
- } = _ref97;
2193
- return /*#__PURE__*/React.createElement(Icon.default, {
2194
- width: size,
2195
- height: size,
2196
- ref: ref,
2197
- xmlns: "http://www.w3.org/2000/svg",
2198
- viewBox: "0 0 32 32",
2199
- fill: "currentColor",
2200
- ...rest
2201
- }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2202
- strokeWidth: "0",
2203
- 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"
2204
- })), children);
2205
- });
2206
- if (process.env.NODE_ENV !== "production") {
2207
- TriangleSolid.propTypes = iconPropTypes4cbeb95d.i;
2208
- }
2209
- const Trigger = /*#__PURE__*/React.forwardRef(function Trigger(_ref98, ref) {
2210
- let {
2211
- children,
2212
- size = 16,
2213
- ...rest
2214
- } = _ref98;
2215
- return /*#__PURE__*/React.createElement(Icon.default, {
2216
- width: size,
2217
- height: size,
2218
- ref: ref,
2219
- xmlns: "http://www.w3.org/2000/svg",
2220
- viewBox: "0 0 32 32",
2221
- fill: "currentColor",
2222
- ...rest
2223
- }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2224
- 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"
2225
- })), children);
2226
- });
2227
- if (process.env.NODE_ENV !== "production") {
2228
- Trigger.propTypes = iconPropTypes4cbeb95d.i;
2229
- }
2230
- const Trophy = /*#__PURE__*/React.forwardRef(function Trophy(_ref99, ref) {
2231
- let {
2232
- children,
2233
- size = 16,
2234
- ...rest
2235
- } = _ref99;
2236
- return /*#__PURE__*/React.createElement(Icon.default, {
2237
- width: size,
2238
- height: size,
2239
- ref: ref,
2240
- xmlns: "http://www.w3.org/2000/svg",
2241
- viewBox: "0 0 32 32",
2242
- fill: "currentColor",
2243
- ...rest
2244
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2245
- 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"
2246
- })), children);
2247
- });
2248
- if (process.env.NODE_ENV !== "production") {
2249
- Trophy.propTypes = iconPropTypes4cbeb95d.i;
2250
- }
2251
- const TrophyFilled = /*#__PURE__*/React.forwardRef(function TrophyFilled(_ref100, ref) {
2252
- let {
2253
- children,
2254
- size = 16,
2255
- ...rest
2256
- } = _ref100;
2257
- return /*#__PURE__*/React.createElement(Icon.default, {
2258
- width: size,
2259
- height: size,
2260
- ref: ref,
2261
- xmlns: "http://www.w3.org/2000/svg",
2262
- viewBox: "0 0 32 32",
2263
- fill: "currentColor",
2264
- ...rest
2265
- }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2266
- 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"
2267
- })), children);
2268
- });
2269
- if (process.env.NODE_ENV !== "production") {
2270
- TrophyFilled.propTypes = iconPropTypes4cbeb95d.i;
2271
- }
2272
- const TropicalStorm = /*#__PURE__*/React.forwardRef(function TropicalStorm(_ref101, ref) {
2273
- let {
2274
- children,
2275
- size = 16,
2276
- ...rest
2277
- } = _ref101;
2278
- return /*#__PURE__*/React.createElement(Icon.default, {
2279
- width: size,
2280
- height: size,
2281
- ref: ref,
2282
- xmlns: "http://www.w3.org/2000/svg",
2283
- viewBox: "0 0 32 32",
2284
- fill: "currentColor",
2285
- ...rest
2286
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2287
- 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"
2288
- })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2289
- 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"
2290
- })), children);
2291
- });
2292
- if (process.env.NODE_ENV !== "production") {
2293
- TropicalStorm.propTypes = iconPropTypes4cbeb95d.i;
2294
- }
2295
- const TropicalStormModelTracks = /*#__PURE__*/React.forwardRef(function TropicalStormModelTracks(_ref102, ref) {
2296
- let {
2297
- children,
2298
- size = 16,
2299
- ...rest
2300
- } = _ref102;
2301
- return /*#__PURE__*/React.createElement(Icon.default, {
2302
- width: size,
2303
- height: size,
2304
- ref: ref,
2305
- xmlns: "http://www.w3.org/2000/svg",
2306
- viewBox: "0 0 32 32",
2307
- fill: "currentColor",
2308
- ...rest
2309
- }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2310
- 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"
2311
- })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2312
- d: "M14.8188 6.65c.1163-.1211 1.8643-1.919 2.8882-2.9434A1 1 0 0017 2C11.812 2 2 4.2988 2 13a7.8938 7.8938 0 003.1812 6.35c-.1612.1675-1.9507 2.0054-2.8882 2.9429A1 1 0 003 24c5.188 0 15-2.2988 15-11A7.8927 7.8927 0 0014.8188 6.65zM9.7065 20.793a20.94 20.94 0 01-4.0932.9853c.1621-.166 2.7685-2.9053 2.7685-2.9053l-1.1743-.6074A5.9064 5.9064 0 014 13c0-3.667 2.1177-6.2886 6.2935-7.793a20.94 20.94 0 014.0932-.9853c-.227.2324-2.769 2.9057-2.769 2.9057l1.1748.607A5.9075 5.9075 0 0116 13C16 16.667 13.8823 19.2886 9.7065 20.793zM30 17l-5-5-5 5 1.4126 1.4155L24 15.8325V19a9.01 9.01 0 01-9 9H12v2h3A11.0125 11.0125 0 0026 19V15.8325l2.5859 2.5816z"
2313
- })), children);
2314
- });
2315
- if (process.env.NODE_ENV !== "production") {
2316
- TropicalStormModelTracks.propTypes = iconPropTypes4cbeb95d.i;
2317
- }
2318
- const TropicalStormTracks = /*#__PURE__*/React.forwardRef(function TropicalStormTracks(_ref103, ref) {
2319
- let {
2320
- children,
2321
- size = 16,
2322
- ...rest
2323
- } = _ref103;
2324
- return /*#__PURE__*/React.createElement(Icon.default, {
2325
- width: size,
2326
- height: size,
2327
- ref: ref,
2328
- xmlns: "http://www.w3.org/2000/svg",
2329
- viewBox: "0 0 32 32",
2330
- fill: "currentColor",
2331
- ...rest
2332
- }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2333
- 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"
2334
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2335
- 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"
2336
- })), children);
2337
- });
2338
- if (process.env.NODE_ENV !== "production") {
2339
- TropicalStormTracks.propTypes = iconPropTypes4cbeb95d.i;
2340
- }
2341
- const TropicalWarning = /*#__PURE__*/React.forwardRef(function TropicalWarning(_ref104, ref) {
2342
- let {
2343
- children,
2344
- size = 16,
2345
- ...rest
2346
- } = _ref104;
2347
- return /*#__PURE__*/React.createElement(Icon.default, {
2348
- width: size,
2349
- height: size,
2350
- ref: ref,
2351
- xmlns: "http://www.w3.org/2000/svg",
2352
- viewBox: "0 0 32 32",
2353
- fill: "currentColor",
2354
- ...rest
2355
- }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2356
- 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"
2357
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2358
- fill: "none",
2359
- d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
2360
- })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2361
- 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"
2362
- })), children);
2363
- });
2364
- if (process.env.NODE_ENV !== "production") {
2365
- TropicalWarning.propTypes = iconPropTypes4cbeb95d.i;
2366
- }
2367
- const Tsq = /*#__PURE__*/React.forwardRef(function Tsq(_ref105, ref) {
2368
- let {
2369
- children,
2370
- size = 16,
2371
- ...rest
2372
- } = _ref105;
2373
- return /*#__PURE__*/React.createElement(Icon.default, {
2374
- width: size,
2375
- height: size,
2376
- ref: ref,
2377
- xmlns: "http://www.w3.org/2000/svg",
2378
- viewBox: "0 0 32 32",
2379
- fill: "currentColor",
2380
- ...rest
2381
- }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2382
- d: "M19 26H30V28H19zM19 22H30V24H19zM30 20h-11V12h11v8zm-9-2h7v-4h-7v4zM19 8H30V10H19zM19 4H30V6H19zM10.293 18.707L8 16.4143 8 12 10 12 10 15.5857 11.707 17.293 10.293 18.707z"
2383
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2384
- 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"
2385
- })), children);
2386
- });
2387
- if (process.env.NODE_ENV !== "production") {
2388
- Tsq.propTypes = iconPropTypes4cbeb95d.i;
2389
- }
2390
- const Tsunami = /*#__PURE__*/React.forwardRef(function Tsunami(_ref106, ref) {
2391
- let {
2392
- children,
2393
- size = 16,
2394
- ...rest
2395
- } = _ref106;
2396
- return /*#__PURE__*/React.createElement(Icon.default, {
2397
- width: size,
2398
- height: size,
2399
- ref: ref,
2400
- xmlns: "http://www.w3.org/2000/svg",
2401
- viewBox: "0 0 32 32",
2402
- fill: "currentColor",
2403
- ...rest
2404
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2405
- 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"
2406
- })), children);
2407
- });
2408
- if (process.env.NODE_ENV !== "production") {
2409
- Tsunami.propTypes = iconPropTypes4cbeb95d.i;
2410
- }
2411
- const Tsv = /*#__PURE__*/React.forwardRef(function Tsv(_ref107, ref) {
2412
- let {
2413
- children,
2414
- size = 16,
2415
- ...rest
2416
- } = _ref107;
2417
- return /*#__PURE__*/React.createElement(Icon.default, {
2418
- width: size,
2419
- height: size,
2420
- ref: ref,
2421
- xmlns: "http://www.w3.org/2000/svg",
2422
- viewBox: "0 0 32 32",
2423
- fill: "currentColor",
2424
- ...rest
2425
- }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2426
- d: "M28 9L26 22 24 9 22 9 24.516 23 27.484 23 30 9 28 9zM18 23H12V21h6V17H14a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2H14v4h4a2.002 2.002 0 012 2v4A2.002 2.002 0 0118 23zM2 11L5 11 5 23 7 23 7 11 10 11 10 9 2 9 2 11z"
2427
- })), children);
2428
- });
2429
- if (process.env.NODE_ENV !== "production") {
2430
- Tsv.propTypes = iconPropTypes4cbeb95d.i;
2431
- }
2432
- const Tuning = /*#__PURE__*/React.forwardRef(function Tuning(_ref108, ref) {
2433
- let {
2434
- children,
2435
- size = 16,
2436
- ...rest
2437
- } = _ref108;
2438
- return /*#__PURE__*/React.createElement(Icon.default, {
2439
- width: size,
2440
- height: size,
2441
- ref: ref,
2442
- xmlns: "http://www.w3.org/2000/svg",
2443
- viewBox: "0 0 32 32",
2444
- fill: "currentColor",
2445
- ...rest
2446
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2447
- 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-3zM8 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"
2448
- })), children);
2449
- });
2450
- if (process.env.NODE_ENV !== "production") {
2451
- Tuning.propTypes = iconPropTypes4cbeb95d.i;
2452
- }
2453
- const TwoFactorAuthentication = /*#__PURE__*/React.forwardRef(function TwoFactorAuthentication(_ref109, ref) {
2454
- let {
2455
- children,
2456
- size = 16,
2457
- ...rest
2458
- } = _ref109;
2459
- return /*#__PURE__*/React.createElement(Icon.default, {
2460
- width: size,
2461
- height: size,
2462
- ref: ref,
2463
- xmlns: "http://www.w3.org/2000/svg",
2464
- viewBox: "0 0 32 32",
2465
- fill: "currentColor",
2466
- ...rest
2467
- }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2468
- d: "M11 23.18L9 21.179 7.589 22.589 11 26 17 20 15.59 18.59 11 23.18zM28 30H24V28h4V16H24V8a4.0045 4.0045 0 00-4-4V2a6.0067 6.0067 0 016 6v6h2a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30z"
2469
- })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2470
- 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"
2471
- })), children);
2472
- });
2473
- if (process.env.NODE_ENV !== "production") {
2474
- TwoFactorAuthentication.propTypes = iconPropTypes4cbeb95d.i;
2475
- }
2476
- const TwoPersonLift = /*#__PURE__*/React.forwardRef(function TwoPersonLift(_ref110, ref) {
2477
- let {
2478
- children,
2479
- size = 16,
2480
- ...rest
2481
- } = _ref110;
2482
- return /*#__PURE__*/React.createElement(Icon.default, {
2483
- width: size,
2484
- height: size,
2485
- ref: ref,
2486
- xmlns: "http://www.w3.org/2000/svg",
2487
- viewBox: "0 0 32 32",
2488
- fill: "currentColor",
2489
- ...rest
2490
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2491
- d: "M26.96 30l-1.9215-6.7253a1.0008 1.0008 0 01.3369-1.0554L29.874 18.62 28.52 13.2014l-2.7382 3.4234A1.0026 1.0026 0 0125 17H20V15h4.52l3.6993-4.6248a1 1 0 011.7509.3824l2 8a.9989.9989 0 01-.3447 1.0232l-4.48 3.5845 1.7389 6.0854zM23 5.5A3.5 3.5 0 1126.5 9 3.5042 3.5042 0 0123 5.5zm2 0A1.5 1.5 0 1026.5 4 1.5017 1.5017 0 0025 5.5z"
2492
- })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2493
- 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"
2494
- })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2495
- d: "M5.04 30l1.9215-6.7253a1.0013 1.0013 0 00-.3369-1.0555L2.126 18.62l1.3545-5.4185 2.7382 3.4234A1.0026 1.0026 0 007 17h5V15H7.4805L3.7812 10.3752a1 1 0 00-1.7509.3824l-2 8A.9989.9989 0 00.375 19.7808l4.4805 3.5844-1.739 6.0855zM5.5 9A3.5 3.5 0 119 5.5 3.5042 3.5042 0 015.5 9zm0-5A1.5 1.5 0 107 5.5 1.5017 1.5017 0 005.5 4z"
2496
- })), children);
2497
- });
2498
- if (process.env.NODE_ENV !== "production") {
2499
- TwoPersonLift.propTypes = iconPropTypes4cbeb95d.i;
2500
- }
2501
- const Txt = /*#__PURE__*/React.forwardRef(function Txt(_ref111, ref) {
2502
- let {
2503
- children,
2504
- size = 16,
2505
- ...rest
2506
- } = _ref111;
2507
- return /*#__PURE__*/React.createElement(Icon.default, {
2508
- width: size,
2509
- height: size,
2510
- ref: ref,
2511
- xmlns: "http://www.w3.org/2000/svg",
2512
- viewBox: "0 0 32 32",
2513
- fill: "currentColor",
2514
- ...rest
2515
- }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2516
- d: "M21 11L24 11 24 23 26 23 26 11 29 11 29 9 21 9 21 11zM20 9L18 9 16 15 14 9 12 9 14.75 16 12 23 14 23 16 17 18 23 20 23 17.25 16 20 9zM3 11L6 11 6 23 8 23 8 11 11 11 11 9 3 9 3 11z"
2517
- })), children);
2518
- });
2519
- if (process.env.NODE_ENV !== "production") {
2520
- Txt.propTypes = iconPropTypes4cbeb95d.i;
2521
- }
2522
- const TxtReference = /*#__PURE__*/React.forwardRef(function TxtReference(_ref112, ref) {
2523
- let {
2524
- children,
2525
- size = 16,
2526
- ...rest
2527
- } = _ref112;
2528
- return /*#__PURE__*/React.createElement(Icon.default, {
2529
- width: size,
2530
- height: size,
2531
- ref: ref,
2532
- xmlns: "http://www.w3.org/2000/svg",
2533
- viewBox: "0 0 32 32",
2534
- fill: "currentColor",
2535
- ...rest
2536
- }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2537
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM21 4L24 4 24 16 26 16 26 4 29 4 29 2 21 2 21 4zM20 2L18 2 16 8 14 2 12 2 14.752 9 12 16 14 16 16 10 18 16 20 16 17.245 9 20 2zM3 4L6 4 6 16 8 16 8 4 11 4 11 2 3 2 3 4z"
2538
- })), children);
2539
- });
2540
- if (process.env.NODE_ENV !== "production") {
2541
- TxtReference.propTypes = iconPropTypes4cbeb95d.i;
2542
- }
2543
- const TypePattern = /*#__PURE__*/React.forwardRef(function TypePattern(_ref113, ref) {
2544
- let {
2545
- children,
2546
- size = 16,
2547
- ...rest
2548
- } = _ref113;
2549
- return /*#__PURE__*/React.createElement(Icon.default, {
2550
- width: size,
2551
- height: size,
2552
- ref: ref,
2553
- xmlns: "http://www.w3.org/2000/svg",
2554
- viewBox: "0 0 32 32",
2555
- fill: "currentColor",
2556
- ...rest
2557
- }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2558
- d: "M30 15L17 15 17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z"
2559
- })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2560
- d: "M25.586 20L27 21.414 23.414 25 27 28.586 25.586 30 20.586 25 25.586 20zM11 30H3a1 1 0 01-.8945-1.4473l4-8a1.0412 1.0412 0 011.789 0l4 8A1 1 0 0111 30zM4.6182 28H9.3818L7 23.2363zM28 12H22a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0128 12zM22 4v6h6.001L28 4zM7 12a5 5 0 115-5A5.0059 5.0059 0 017 12zM7 4a3 3 0 103 3A3.0033 3.0033 0 007 4z"
2561
- })), children);
2562
- });
2563
- if (process.env.NODE_ENV !== "production") {
2564
- TypePattern.propTypes = iconPropTypes4cbeb95d.i;
2565
- }
2566
- const Types = /*#__PURE__*/React.forwardRef(function Types(_ref114, ref) {
2567
- let {
2568
- children,
2569
- size = 16,
2570
- ...rest
2571
- } = _ref114;
2572
- return /*#__PURE__*/React.createElement(Icon.default, {
2573
- width: size,
2574
- height: size,
2575
- ref: ref,
2576
- xmlns: "http://www.w3.org/2000/svg",
2577
- viewBox: "0 0 32 32",
2578
- fill: "currentColor",
2579
- ...rest
2580
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2581
- d: "M30 16L22 24 20.586 22.586 27.172 16 20.586 9.414 22 8 30 16z"
2582
- })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2583
- 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"
2584
- })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2585
- d: "M2 16L10 8 11.414 9.414 4.828 16 11.414 22.586 10 24 2 16z"
2586
- })), children);
2587
- });
2588
- if (process.env.NODE_ENV !== "production") {
2589
- Types.propTypes = iconPropTypes4cbeb95d.i;
2590
- }
2591
- const QU1 = /*#__PURE__*/React.forwardRef(function QU1(_ref115, ref) {
2592
- let {
2593
- children,
2594
- size = 16,
2595
- ...rest
2596
- } = _ref115;
2597
- return /*#__PURE__*/React.createElement(Icon.default, {
2598
- width: size,
2599
- height: size,
2600
- ref: ref,
2601
- xmlns: "http://www.w3.org/2000/svg",
2602
- viewBox: "0 0 32 32",
2603
- fill: "currentColor",
2604
- ...rest
2605
- }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2606
- d: "M13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23zM22 21L22 9 17 9 17 11 20 11 20 21 17 21 17 23 25 23 25 21 22 21z"
2607
- })), children);
2608
- });
2609
- if (process.env.NODE_ENV !== "production") {
2610
- QU1.propTypes = iconPropTypes4cbeb95d.i;
2611
- }
2612
- const QU2 = /*#__PURE__*/React.forwardRef(function QU2(_ref116, ref) {
2613
- let {
2614
- children,
2615
- size = 16,
2616
- ...rest
2617
- } = _ref116;
2618
- return /*#__PURE__*/React.createElement(Icon.default, {
2619
- width: size,
2620
- height: size,
2621
- ref: ref,
2622
- xmlns: "http://www.w3.org/2000/svg",
2623
- viewBox: "0 0 32 32",
2624
- fill: "currentColor",
2625
- ...rest
2626
- }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2627
- d: "M13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23zM25 23H17V17a2 2 0 012-2h4V11H17V9h6a2 2 0 012 2v4a2 2 0 01-2 2H19v4h6z"
2628
- })), children);
2629
- });
2630
- if (process.env.NODE_ENV !== "production") {
2631
- QU2.propTypes = iconPropTypes4cbeb95d.i;
2632
- }
2633
- const QU3 = /*#__PURE__*/React.forwardRef(function QU3(_ref117, ref) {
2634
- let {
2635
- children,
2636
- size = 16,
2637
- ...rest
2638
- } = _ref117;
2639
- return /*#__PURE__*/React.createElement(Icon.default, {
2640
- width: size,
2641
- height: size,
2642
- ref: ref,
2643
- xmlns: "http://www.w3.org/2000/svg",
2644
- viewBox: "0 0 32 32",
2645
- fill: "currentColor",
2646
- ...rest
2647
- }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2648
- d: "M13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23zM23 9H17v2h6v4H18v2h5v4H17v2h6a2 2 0 002-2V11A2 2 0 0023 9z"
2649
- })), children);
2650
- });
2651
- if (process.env.NODE_ENV !== "production") {
2652
- QU3.propTypes = iconPropTypes4cbeb95d.i;
2653
- }
2654
- const Umbrella = /*#__PURE__*/React.forwardRef(function Umbrella(_ref118, ref) {
2655
- let {
2656
- children,
2657
- size = 16,
2658
- ...rest
2659
- } = _ref118;
2660
- return /*#__PURE__*/React.createElement(Icon.default, {
2661
- width: size,
2662
- height: size,
2663
- ref: ref,
2664
- xmlns: "http://www.w3.org/2000/svg",
2665
- viewBox: "0 0 32 32",
2666
- fill: "currentColor",
2667
- ...rest
2668
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2669
- 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"
2670
- })), children);
2671
- });
2672
- if (process.env.NODE_ENV !== "production") {
2673
- Umbrella.propTypes = iconPropTypes4cbeb95d.i;
2674
- }
2675
- const Undefined = /*#__PURE__*/React.forwardRef(function Undefined(_ref119, ref) {
2676
- let {
2677
- children,
2678
- size = 16,
2679
- ...rest
2680
- } = _ref119;
2681
- return /*#__PURE__*/React.createElement(Icon.default, {
2682
- width: size,
2683
- height: size,
2684
- ref: ref,
2685
- xmlns: "http://www.w3.org/2000/svg",
2686
- viewBox: "0 0 32 32",
2687
- fill: "currentColor",
2688
- ...rest
2689
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2690
- d: "M11 14H21V18H11z"
2691
- })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2692
- 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"
2693
- })), children);
2694
- });
2695
- if (process.env.NODE_ENV !== "production") {
2696
- Undefined.propTypes = iconPropTypes4cbeb95d.i;
2697
- }
2698
- const UndefinedFilled = /*#__PURE__*/React.forwardRef(function UndefinedFilled(_ref120, ref) {
2699
- let {
2700
- children,
2701
- size = 16,
2702
- ...rest
2703
- } = _ref120;
2704
- return /*#__PURE__*/React.createElement(Icon.default, {
2705
- width: size,
2706
- height: size,
2707
- ref: ref,
2708
- xmlns: "http://www.w3.org/2000/svg",
2709
- viewBox: "0 0 32 32",
2710
- fill: "currentColor",
2711
- ...rest
2712
- }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2713
- 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"
2714
- })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2715
- fill: "none",
2716
- d: "M11 14H21V18H11z",
2717
- "data-icon-path": "inner-path"
2718
- })), children);
2719
- });
2720
- if (process.env.NODE_ENV !== "production") {
2721
- UndefinedFilled.propTypes = iconPropTypes4cbeb95d.i;
2722
- }
2723
- const Undo = /*#__PURE__*/React.forwardRef(function Undo(_ref121, ref) {
2724
- let {
2725
- children,
2726
- size = 16,
2727
- ...rest
2728
- } = _ref121;
2729
- return /*#__PURE__*/React.createElement(Icon.default, {
2730
- width: size,
2731
- height: size,
2732
- ref: ref,
2733
- xmlns: "http://www.w3.org/2000/svg",
2734
- viewBox: "0 0 32 32",
2735
- fill: "currentColor",
2736
- ...rest
2737
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2738
- 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"
2739
- })), children);
2740
- });
2741
- if (process.env.NODE_ENV !== "production") {
2742
- Undo.propTypes = iconPropTypes4cbeb95d.i;
2743
- }
2744
- const UngroupObjects = /*#__PURE__*/React.forwardRef(function UngroupObjects(_ref122, ref) {
2745
- let {
2746
- children,
2747
- size = 16,
2748
- ...rest
2749
- } = _ref122;
2750
- return /*#__PURE__*/React.createElement(Icon.default, {
2751
- width: size,
2752
- height: size,
2753
- ref: ref,
2754
- xmlns: "http://www.w3.org/2000/svg",
2755
- viewBox: "0 0 32 32",
2756
- fill: "currentColor",
2757
- ...rest
2758
- }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2759
- d: "M30,14V10H26v2H20V6h2V2H18V4H6V2H2V6H4V18H2v4H6V20h6v6H10v4h4V28H26v2h4V26H28V14ZM6,6H18V18H6ZM26,26H14V20h4v2h4V18H20V14h6Z"
2760
- })), children);
2761
- });
2762
- if (process.env.NODE_ENV !== "production") {
2763
- UngroupObjects.propTypes = iconPropTypes4cbeb95d.i;
2764
- }
2765
- const Unknown = /*#__PURE__*/React.forwardRef(function Unknown(_ref123, ref) {
2766
- let {
2767
- children,
2768
- size = 16,
2769
- ...rest
2770
- } = _ref123;
2771
- return /*#__PURE__*/React.createElement(Icon.default, {
2772
- width: size,
2773
- height: size,
2774
- ref: ref,
2775
- xmlns: "http://www.w3.org/2000/svg",
2776
- viewBox: "0 0 32 32",
2777
- fill: "currentColor",
2778
- ...rest
2779
- }, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
2780
- cx: "16",
2781
- cy: "22.5",
2782
- r: "1.5"
2783
- })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2784
- 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"
2785
- })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2786
- 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"
2787
- })), children);
2788
- });
2789
- if (process.env.NODE_ENV !== "production") {
2790
- Unknown.propTypes = iconPropTypes4cbeb95d.i;
2791
- }
2792
- const UnknownFilled = /*#__PURE__*/React.forwardRef(function UnknownFilled(_ref124, ref) {
2793
- let {
2794
- children,
2795
- size = 16,
2796
- ...rest
2797
- } = _ref124;
2798
- return /*#__PURE__*/React.createElement(Icon.default, {
2799
- width: size,
2800
- height: size,
2801
- ref: ref,
2802
- xmlns: "http://www.w3.org/2000/svg",
2803
- viewBox: "0 0 32 32",
2804
- fill: "currentColor",
2805
- ...rest
2806
- }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2807
- 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"
2808
- })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2809
- fill: "none",
2810
- 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",
2811
- "data-icon-path": "inner-path"
2812
- })), children);
2813
- });
2814
- if (process.env.NODE_ENV !== "production") {
2815
- UnknownFilled.propTypes = iconPropTypes4cbeb95d.i;
2816
- }
2817
- const Unlink = /*#__PURE__*/React.forwardRef(function Unlink(_ref125, ref) {
2818
- let {
2819
- children,
2820
- size = 16,
2821
- ...rest
2822
- } = _ref125;
2823
- return /*#__PURE__*/React.createElement(Icon.default, {
2824
- width: size,
2825
- height: size,
2826
- ref: ref,
2827
- xmlns: "http://www.w3.org/2000/svg",
2828
- viewBox: "0 0 32 32",
2829
- fill: "currentColor",
2830
- ...rest
2831
- }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2832
- d: "M5 3.59H7V8.42H5z",
2833
- transform: "rotate(-45.01 5.996 6.005)"
2834
- })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2835
- d: "M25 23.58H27V28.409999999999997H25z",
2836
- transform: "rotate(-44.99 25.995 25.999)"
2837
- })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2838
- d: "M11 2H13V6H11zM2 11H6V13H2zM26 19H30V21H26zM19 26H21V30H19zM16.58 21.07l-3.71 3.72a4 4 0 11-5.66-5.66l3.72-3.72L9.51 14 5.8 17.72a6 6 0 00-.06 8.54A6 6 0 0010 28a6.07 6.07 0 004.32-1.8L18 22.49zM15.41 10.93l3.72-3.72a4 4 0 115.66 5.66l-3.72 3.72L22.49 18l3.71-3.72a6 6 0 00.06-8.54A6 6 0 0022 4a6.07 6.07 0 00-4.32 1.8L14 9.51z"
2839
- })), children);
2840
- });
2841
- if (process.env.NODE_ENV !== "production") {
2842
- Unlink.propTypes = iconPropTypes4cbeb95d.i;
2843
- }
2844
-
2845
- exports.QU1 = QU1;
2846
- exports.QU2 = QU2;
2847
- exports.QU3 = QU3;
2848
- exports.TextIndentLess = TextIndentLess;
2849
- exports.TextIndentMore = TextIndentMore;
2850
- exports.TextItalic = TextItalic;
2851
- exports.TextKerning = TextKerning;
2852
- exports.TextLeading = TextLeading;
2853
- exports.TextLineSpacing = TextLineSpacing;
2854
- exports.TextLink = TextLink;
2855
- exports.TextLinkAnalysis = TextLinkAnalysis;
2856
- exports.TextLongParagraph = TextLongParagraph;
2857
- exports.TextMining = TextMining;
2858
- exports.TextMiningApplier = TextMiningApplier;
2859
- exports.TextNewLine = TextNewLine;
2860
- exports.TextScale = TextScale;
2861
- exports.TextSelection = TextSelection;
2862
- exports.TextShortParagraph = TextShortParagraph;
2863
- exports.TextSmallCaps = TextSmallCaps;
2864
- exports.TextStrikethrough = TextStrikethrough;
2865
- exports.TextSubscript = TextSubscript;
2866
- exports.TextSuperscript = TextSuperscript;
2867
- exports.TextTracking = TextTracking;
2868
- exports.TextUnderline = TextUnderline;
2869
- exports.TextVerticalAlignment = TextVerticalAlignment;
2870
- exports.TextWrap = TextWrap;
2871
- exports.Theater = Theater;
2872
- exports.ThisSideUp = ThisSideUp;
2873
- exports.Thumbnail_1 = Thumbnail_1;
2874
- exports.Thumbnail_2 = Thumbnail_2;
2875
- exports.ThumbsDown = ThumbsDown;
2876
- exports.ThumbsDownFilled = ThumbsDownFilled;
2877
- exports.ThumbsUp = ThumbsUp;
2878
- exports.ThumbsUpDouble = ThumbsUpDouble;
2879
- exports.ThumbsUpDoubleFilled = ThumbsUpDoubleFilled;
2880
- exports.ThumbsUpFilled = ThumbsUpFilled;
2881
- exports.Thunderstorm = Thunderstorm;
2882
- exports.ThunderstormScattered = ThunderstormScattered;
2883
- exports.ThunderstormScatteredNight = ThunderstormScatteredNight;
2884
- exports.ThunderstormSevere = ThunderstormSevere;
2885
- exports.ThunderstormStrong = ThunderstormStrong;
2886
- exports.Ticket = Ticket;
2887
- exports.Tides = Tides;
2888
- exports.Tif = Tif;
2889
- exports.Time = Time;
2890
- exports.TimeFilled = TimeFilled;
2891
- exports.TimePlot = TimePlot;
2892
- exports.Timer = Timer;
2893
- exports.TimingBelt = TimingBelt;
2894
- exports.ToolBox = ToolBox;
2895
- exports.ToolKit = ToolKit;
2896
- exports.Tools = Tools;
2897
- exports.ToolsAlt = ToolsAlt;
2898
- exports.Tornado = Tornado;
2899
- exports.TornadoWarning = TornadoWarning;
2900
- exports.TouchInteraction = TouchInteraction;
2901
- exports.Touch_1 = Touch_1;
2902
- exports.Touch_1Down = Touch_1Down;
2903
- exports.Touch_1DownFilled = Touch_1DownFilled;
2904
- exports.Touch_1Filled = Touch_1Filled;
2905
- exports.Touch_2 = Touch_2;
2906
- exports.Touch_2Filled = Touch_2Filled;
2907
- exports.Tour = Tour;
2908
- exports.TrafficCone = TrafficCone;
2909
- exports.TrafficEvent = TrafficEvent;
2910
- exports.TrafficFlow = TrafficFlow;
2911
- exports.TrafficFlowIncident = TrafficFlowIncident;
2912
- exports.TrafficIncident = TrafficIncident;
2913
- exports.TrafficWeatherIncident = TrafficWeatherIncident;
2914
- exports.Train = Train;
2915
- exports.TrainHeart = TrainHeart;
2916
- exports.TrainProfile = TrainProfile;
2917
- exports.TrainSpeed = TrainSpeed;
2918
- exports.TrainTicket = TrainTicket;
2919
- exports.TrainTime = TrainTime;
2920
- exports.Tram = Tram;
2921
- exports.TransformBinary = TransformBinary;
2922
- exports.TransformCode = TransformCode;
2923
- exports.TransformInstructions = TransformInstructions;
2924
- exports.TransformLanguage = TransformLanguage;
2925
- exports.Transgender = Transgender;
2926
- exports.Translate = Translate;
2927
- exports.TransmissionLte = TransmissionLte;
2928
- exports.Transpose = Transpose;
2929
- exports.TrashCan = TrashCan;
2930
- exports.Tree = Tree;
2931
- exports.TreeFallRisk = TreeFallRisk;
2932
- exports.TreeView = TreeView;
2933
- exports.TreeViewAlt = TreeViewAlt;
2934
- exports.TriangleDownOutline = TriangleDownOutline;
2935
- exports.TriangleDownSolid = TriangleDownSolid;
2936
- exports.TriangleLeftOutline = TriangleLeftOutline;
2937
- exports.TriangleLeftSolid = TriangleLeftSolid;
2938
- exports.TriangleOutline = TriangleOutline;
2939
- exports.TriangleRightOutline = TriangleRightOutline;
2940
- exports.TriangleRightSolid = TriangleRightSolid;
2941
- exports.TriangleSolid = TriangleSolid;
2942
- exports.Trigger = Trigger;
2943
- exports.Trophy = Trophy;
2944
- exports.TrophyFilled = TrophyFilled;
2945
- exports.TropicalStorm = TropicalStorm;
2946
- exports.TropicalStormModelTracks = TropicalStormModelTracks;
2947
- exports.TropicalStormTracks = TropicalStormTracks;
2948
- exports.TropicalWarning = TropicalWarning;
2949
- exports.Tsq = Tsq;
2950
- exports.Tsunami = Tsunami;
2951
- exports.Tsv = Tsv;
2952
- exports.Tuning = Tuning;
2953
- exports.TwoFactorAuthentication = TwoFactorAuthentication;
2954
- exports.TwoPersonLift = TwoPersonLift;
2955
- exports.Txt = Txt;
2956
- exports.TxtReference = TxtReference;
2957
- exports.TypePattern = TypePattern;
2958
- exports.Types = Types;
2959
- exports.Umbrella = Umbrella;
2960
- exports.Undefined = Undefined;
2961
- exports.UndefinedFilled = UndefinedFilled;
2962
- exports.Undo = Undo;
2963
- exports.UngroupObjects = UngroupObjects;
2964
- exports.Unknown = Unknown;
2965
- exports.UnknownFilled = UnknownFilled;
2966
- exports.Unlink = Unlink;
2967
- exports.WatsonHealthTextAnnotationToggle = WatsonHealthTextAnnotationToggle;
2968
- exports.WatsonHealthThreshold = WatsonHealthThreshold;
2969
- exports.WatsonHealthThumbnailPreview = WatsonHealthThumbnailPreview;