@carbon-labs/react-animated-header 0.2.0 → 0.4.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.
- package/es/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/es/__stories__/data/index.d.ts +19 -9
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/es/components/AnimatedHeader/AnimatedHeader.js +76 -65
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -8
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/es/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
- package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
- package/lib/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/lib/__stories__/data/index.d.ts +19 -9
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/lib/components/AnimatedHeader/AnimatedHeader.js +75 -64
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +11 -9
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/lib/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
- package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +31 -17
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +12 -5
- package/scss/Tiles/GlassTile/glass-tile.scss +17 -3
- /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
- /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
|
@@ -10,8 +10,8 @@ import Icon from '../Icon.js';
|
|
|
10
10
|
import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
|
|
13
|
-
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,
|
|
14
|
-
const
|
|
13
|
+
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;
|
|
14
|
+
const TextIndentLess = /*#__PURE__*/React.forwardRef(function TextIndentLess(_ref, ref) {
|
|
15
15
|
let {
|
|
16
16
|
children,
|
|
17
17
|
size = 16,
|
|
@@ -26,13 +26,13 @@ const ThumbsUpFilled = /*#__PURE__*/React.forwardRef(function ThumbsUpFilled(_re
|
|
|
26
26
|
fill: "currentColor",
|
|
27
27
|
...rest
|
|
28
28
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
d: "M2
|
|
29
|
+
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"
|
|
30
30
|
})), children);
|
|
31
31
|
});
|
|
32
32
|
if (process.env.NODE_ENV !== "production") {
|
|
33
|
-
|
|
33
|
+
TextIndentLess.propTypes = iconPropTypes;
|
|
34
34
|
}
|
|
35
|
-
const
|
|
35
|
+
const TextIndentMore = /*#__PURE__*/React.forwardRef(function TextIndentMore(_ref2, ref) {
|
|
36
36
|
let {
|
|
37
37
|
children,
|
|
38
38
|
size = 16,
|
|
@@ -47,13 +47,13 @@ const ThumbsUpDouble = /*#__PURE__*/React.forwardRef(function ThumbsUpDouble(_re
|
|
|
47
47
|
fill: "currentColor",
|
|
48
48
|
...rest
|
|
49
49
|
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
50
|
-
d: "M20.
|
|
50
|
+
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"
|
|
51
51
|
})), children);
|
|
52
52
|
});
|
|
53
53
|
if (process.env.NODE_ENV !== "production") {
|
|
54
|
-
|
|
54
|
+
TextIndentMore.propTypes = iconPropTypes;
|
|
55
55
|
}
|
|
56
|
-
const
|
|
56
|
+
const TextItalic = /*#__PURE__*/React.forwardRef(function TextItalic(_ref3, ref) {
|
|
57
57
|
let {
|
|
58
58
|
children,
|
|
59
59
|
size = 16,
|
|
@@ -68,13 +68,13 @@ const ThumbsUpDoubleFilled = /*#__PURE__*/React.forwardRef(function ThumbsUpDoub
|
|
|
68
68
|
fill: "currentColor",
|
|
69
69
|
...rest
|
|
70
70
|
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
71
|
-
d: "
|
|
71
|
+
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"
|
|
72
72
|
})), children);
|
|
73
73
|
});
|
|
74
74
|
if (process.env.NODE_ENV !== "production") {
|
|
75
|
-
|
|
75
|
+
TextItalic.propTypes = iconPropTypes;
|
|
76
76
|
}
|
|
77
|
-
const
|
|
77
|
+
const TextKerning = /*#__PURE__*/React.forwardRef(function TextKerning(_ref4, ref) {
|
|
78
78
|
let {
|
|
79
79
|
children,
|
|
80
80
|
size = 16,
|
|
@@ -89,15 +89,13 @@ const Thunderstorm = /*#__PURE__*/React.forwardRef(function Thunderstorm(_ref4,
|
|
|
89
89
|
fill: "currentColor",
|
|
90
90
|
...rest
|
|
91
91
|
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
92
|
-
d: "
|
|
93
|
-
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
94
|
-
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"
|
|
92
|
+
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
93
|
})), children);
|
|
96
94
|
});
|
|
97
95
|
if (process.env.NODE_ENV !== "production") {
|
|
98
|
-
|
|
96
|
+
TextKerning.propTypes = iconPropTypes;
|
|
99
97
|
}
|
|
100
|
-
const
|
|
98
|
+
const TextLeading = /*#__PURE__*/React.forwardRef(function TextLeading(_ref5, ref) {
|
|
101
99
|
let {
|
|
102
100
|
children,
|
|
103
101
|
size = 16,
|
|
@@ -111,29 +109,14 @@ const ThunderstormScattered = /*#__PURE__*/React.forwardRef(function Thunderstor
|
|
|
111
109
|
viewBox: "0 0 32 32",
|
|
112
110
|
fill: "currentColor",
|
|
113
111
|
...rest
|
|
114
|
-
},
|
|
115
|
-
d: "
|
|
116
|
-
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
117
|
-
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"
|
|
118
|
-
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
119
|
-
d: "M26.732 16.233H29.732V18.233H26.732z",
|
|
120
|
-
transform: "rotate(-135 28.232 17.233)"
|
|
121
|
-
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
122
|
-
d: "M29 10H32V12H29z"
|
|
123
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
124
|
-
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
125
|
-
transform: "rotate(-45 28.232 4.768)"
|
|
126
|
-
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
127
|
-
d: "M20 0H22V3H20z"
|
|
128
|
-
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
129
|
-
d: "M12.268 3.768H15.268V5.768H12.268z",
|
|
130
|
-
transform: "rotate(-135 13.768 4.768)"
|
|
112
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
113
|
+
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"
|
|
131
114
|
})), children);
|
|
132
115
|
});
|
|
133
116
|
if (process.env.NODE_ENV !== "production") {
|
|
134
|
-
|
|
117
|
+
TextLeading.propTypes = iconPropTypes;
|
|
135
118
|
}
|
|
136
|
-
const
|
|
119
|
+
const TextLineSpacing = /*#__PURE__*/React.forwardRef(function TextLineSpacing(_ref6, ref) {
|
|
137
120
|
let {
|
|
138
121
|
children,
|
|
139
122
|
size = 16,
|
|
@@ -147,16 +130,14 @@ const ThunderstormScatteredNight = /*#__PURE__*/React.forwardRef(function Thunde
|
|
|
147
130
|
viewBox: "0 0 32 32",
|
|
148
131
|
fill: "currentColor",
|
|
149
132
|
...rest
|
|
150
|
-
},
|
|
151
|
-
d: "
|
|
152
|
-
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
153
|
-
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"
|
|
133
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
134
|
+
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"
|
|
154
135
|
})), children);
|
|
155
136
|
});
|
|
156
137
|
if (process.env.NODE_ENV !== "production") {
|
|
157
|
-
|
|
138
|
+
TextLineSpacing.propTypes = iconPropTypes;
|
|
158
139
|
}
|
|
159
|
-
const
|
|
140
|
+
const TextLongParagraph = /*#__PURE__*/React.forwardRef(function TextLongParagraph(_ref7, ref) {
|
|
160
141
|
let {
|
|
161
142
|
children,
|
|
162
143
|
size = 16,
|
|
@@ -170,19 +151,14 @@ const ThunderstormSevere = /*#__PURE__*/React.forwardRef(function ThunderstormSe
|
|
|
170
151
|
viewBox: "0 0 32 32",
|
|
171
152
|
fill: "currentColor",
|
|
172
153
|
...rest
|
|
173
|
-
},
|
|
174
|
-
d: "
|
|
175
|
-
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
176
|
-
fill: "none",
|
|
177
|
-
d: "M25.75,8h-1.5V4h1.5ZM25,9a1,1,0,1,0,1,1A1,1,0,0,0,25,9Z"
|
|
178
|
-
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
179
|
-
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"
|
|
154
|
+
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
155
|
+
d: "M6 24H20V26H6zM6 18H26V20H6zM6 12H26V14H6zM6 6H26V8H6z"
|
|
180
156
|
})), children);
|
|
181
157
|
});
|
|
182
158
|
if (process.env.NODE_ENV !== "production") {
|
|
183
|
-
|
|
159
|
+
TextLongParagraph.propTypes = iconPropTypes;
|
|
184
160
|
}
|
|
185
|
-
const
|
|
161
|
+
const TextNewLine = /*#__PURE__*/React.forwardRef(function TextNewLine(_ref8, ref) {
|
|
186
162
|
let {
|
|
187
163
|
children,
|
|
188
164
|
size = 16,
|
|
@@ -196,16 +172,14 @@ const ThunderstormStrong = /*#__PURE__*/React.forwardRef(function ThunderstormSt
|
|
|
196
172
|
viewBox: "0 0 32 32",
|
|
197
173
|
fill: "currentColor",
|
|
198
174
|
...rest
|
|
199
|
-
},
|
|
200
|
-
d: "
|
|
201
|
-
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
202
|
-
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"
|
|
175
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
176
|
+
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"
|
|
203
177
|
})), children);
|
|
204
178
|
});
|
|
205
179
|
if (process.env.NODE_ENV !== "production") {
|
|
206
|
-
|
|
180
|
+
TextNewLine.propTypes = iconPropTypes;
|
|
207
181
|
}
|
|
208
|
-
const
|
|
182
|
+
const TextScale = /*#__PURE__*/React.forwardRef(function TextScale(_ref9, ref) {
|
|
209
183
|
let {
|
|
210
184
|
children,
|
|
211
185
|
size = 16,
|
|
@@ -219,16 +193,16 @@ const Ticket = /*#__PURE__*/React.forwardRef(function Ticket(_ref9, ref) {
|
|
|
219
193
|
viewBox: "0 0 32 32",
|
|
220
194
|
fill: "currentColor",
|
|
221
195
|
...rest
|
|
222
|
-
},
|
|
223
|
-
d: "
|
|
224
|
-
})),
|
|
225
|
-
d: "
|
|
196
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
197
|
+
d: "M30 5L30 8 22 8 22 26 19 26 19 8 11 8 11 5 30 5z"
|
|
198
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
199
|
+
d: "M7 26L7 14 2 14 2 12 14 12 14 14 9 14 9 26 7 26z"
|
|
226
200
|
})), children);
|
|
227
201
|
});
|
|
228
202
|
if (process.env.NODE_ENV !== "production") {
|
|
229
|
-
|
|
203
|
+
TextScale.propTypes = iconPropTypes;
|
|
230
204
|
}
|
|
231
|
-
const
|
|
205
|
+
const TextSelection = /*#__PURE__*/React.forwardRef(function TextSelection(_ref10, ref) {
|
|
232
206
|
let {
|
|
233
207
|
children,
|
|
234
208
|
size = 16,
|
|
@@ -242,14 +216,14 @@ const Tides = /*#__PURE__*/React.forwardRef(function Tides(_ref10, ref) {
|
|
|
242
216
|
viewBox: "0 0 32 32",
|
|
243
217
|
fill: "currentColor",
|
|
244
218
|
...rest
|
|
245
|
-
},
|
|
246
|
-
d: "
|
|
219
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
220
|
+
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"
|
|
247
221
|
})), children);
|
|
248
222
|
});
|
|
249
223
|
if (process.env.NODE_ENV !== "production") {
|
|
250
|
-
|
|
224
|
+
TextSelection.propTypes = iconPropTypes;
|
|
251
225
|
}
|
|
252
|
-
const
|
|
226
|
+
const TextShortParagraph = /*#__PURE__*/React.forwardRef(function TextShortParagraph(_ref11, ref) {
|
|
253
227
|
let {
|
|
254
228
|
children,
|
|
255
229
|
size = 16,
|
|
@@ -263,34 +237,19 @@ const Tif = /*#__PURE__*/React.forwardRef(function Tif(_ref11, ref) {
|
|
|
263
237
|
viewBox: "0 0 32 32",
|
|
264
238
|
fill: "currentColor",
|
|
265
239
|
...rest
|
|
266
|
-
},
|
|
267
|
-
d: "
|
|
240
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
241
|
+
d: "M6 18H20V20H6zM6 12H26V14H6z"
|
|
268
242
|
})), children);
|
|
269
243
|
});
|
|
270
244
|
if (process.env.NODE_ENV !== "production") {
|
|
271
|
-
|
|
245
|
+
TextShortParagraph.propTypes = iconPropTypes;
|
|
272
246
|
}
|
|
273
|
-
const
|
|
247
|
+
const TextSmallCaps = /*#__PURE__*/React.forwardRef(function TextSmallCaps(_ref12, ref) {
|
|
274
248
|
let {
|
|
275
249
|
children,
|
|
276
250
|
size = 16,
|
|
277
251
|
...rest
|
|
278
252
|
} = _ref12;
|
|
279
|
-
if (size === 20 || size === "20" || size === "20px") {
|
|
280
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
281
|
-
width: size,
|
|
282
|
-
height: size,
|
|
283
|
-
ref: ref,
|
|
284
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
285
|
-
viewBox: "0 0 20 20",
|
|
286
|
-
fill: "currentColor",
|
|
287
|
-
...rest
|
|
288
|
-
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
289
|
-
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"
|
|
290
|
-
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
291
|
-
d: "M13 13.9L9.4 10.3 9.4 4 10.6 4 10.6 9.7 13.9 13z"
|
|
292
|
-
})), children);
|
|
293
|
-
}
|
|
294
253
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
295
254
|
width: size,
|
|
296
255
|
height: size,
|
|
@@ -299,16 +258,16 @@ const Time = /*#__PURE__*/React.forwardRef(function Time(_ref12, ref) {
|
|
|
299
258
|
viewBox: "0 0 32 32",
|
|
300
259
|
fill: "currentColor",
|
|
301
260
|
...rest
|
|
302
|
-
},
|
|
303
|
-
d: "
|
|
304
|
-
})),
|
|
305
|
-
d: "
|
|
261
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
262
|
+
d: "M23 27L23 15 18 15 18 13 30 13 30 15 25 15 25 27 23 27z"
|
|
263
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
264
|
+
d: "M11 27L11 8 2 8 2 6 22 6 22 8 13 8 13 27 11 27z"
|
|
306
265
|
})), children);
|
|
307
266
|
});
|
|
308
267
|
if (process.env.NODE_ENV !== "production") {
|
|
309
|
-
|
|
268
|
+
TextSmallCaps.propTypes = iconPropTypes;
|
|
310
269
|
}
|
|
311
|
-
const
|
|
270
|
+
const TextStrikethrough = /*#__PURE__*/React.forwardRef(function TextStrikethrough(_ref13, ref) {
|
|
312
271
|
let {
|
|
313
272
|
children,
|
|
314
273
|
size = 16,
|
|
@@ -322,17 +281,14 @@ const TimeFilled = /*#__PURE__*/React.forwardRef(function TimeFilled(_ref13, ref
|
|
|
322
281
|
viewBox: "0 0 32 32",
|
|
323
282
|
fill: "currentColor",
|
|
324
283
|
...rest
|
|
325
|
-
},
|
|
326
|
-
d: "
|
|
327
|
-
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
328
|
-
fill: "none",
|
|
329
|
-
d: "M20.5872 22L15 16.4099 15 7 17 7 17 15.5822 22 20.5866 20.5872 22z"
|
|
284
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
285
|
+
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"
|
|
330
286
|
})), children);
|
|
331
287
|
});
|
|
332
288
|
if (process.env.NODE_ENV !== "production") {
|
|
333
|
-
|
|
289
|
+
TextStrikethrough.propTypes = iconPropTypes;
|
|
334
290
|
}
|
|
335
|
-
const
|
|
291
|
+
const TextSubscript = /*#__PURE__*/React.forwardRef(function TextSubscript(_ref14, ref) {
|
|
336
292
|
let {
|
|
337
293
|
children,
|
|
338
294
|
size = 16,
|
|
@@ -346,18 +302,14 @@ const TimePlot = /*#__PURE__*/React.forwardRef(function TimePlot(_ref14, ref) {
|
|
|
346
302
|
viewBox: "0 0 32 32",
|
|
347
303
|
fill: "currentColor",
|
|
348
304
|
...rest
|
|
349
|
-
},
|
|
350
|
-
d: "
|
|
351
|
-
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
352
|
-
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"
|
|
353
|
-
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
354
|
-
d: "M8.63,18l7,6H30V22H16.37l-7-6H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H4V18Z"
|
|
305
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
306
|
+
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"
|
|
355
307
|
})), children);
|
|
356
308
|
});
|
|
357
309
|
if (process.env.NODE_ENV !== "production") {
|
|
358
|
-
|
|
310
|
+
TextSubscript.propTypes = iconPropTypes;
|
|
359
311
|
}
|
|
360
|
-
const
|
|
312
|
+
const TextSuperscript = /*#__PURE__*/React.forwardRef(function TextSuperscript(_ref15, ref) {
|
|
361
313
|
let {
|
|
362
314
|
children,
|
|
363
315
|
size = 16,
|
|
@@ -371,16 +323,14 @@ const Timer = /*#__PURE__*/React.forwardRef(function Timer(_ref15, ref) {
|
|
|
371
323
|
viewBox: "0 0 32 32",
|
|
372
324
|
fill: "currentColor",
|
|
373
325
|
...rest
|
|
374
|
-
},
|
|
375
|
-
d: "
|
|
376
|
-
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
377
|
-
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"
|
|
326
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
327
|
+
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"
|
|
378
328
|
})), children);
|
|
379
329
|
});
|
|
380
330
|
if (process.env.NODE_ENV !== "production") {
|
|
381
|
-
|
|
331
|
+
TextSuperscript.propTypes = iconPropTypes;
|
|
382
332
|
}
|
|
383
|
-
const
|
|
333
|
+
const TextTracking = /*#__PURE__*/React.forwardRef(function TextTracking(_ref16, ref) {
|
|
384
334
|
let {
|
|
385
335
|
children,
|
|
386
336
|
size = 16,
|
|
@@ -394,20 +344,14 @@ const TimingBelt = /*#__PURE__*/React.forwardRef(function TimingBelt(_ref16, ref
|
|
|
394
344
|
viewBox: "0 0 32 32",
|
|
395
345
|
fill: "currentColor",
|
|
396
346
|
...rest
|
|
397
|
-
},
|
|
398
|
-
|
|
399
|
-
cy: "24",
|
|
400
|
-
r: "1",
|
|
401
|
-
strokeWidth: "0"
|
|
402
|
-
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
403
|
-
strokeWidth: "0",
|
|
404
|
-
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"
|
|
347
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
348
|
+
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"
|
|
405
349
|
})), children);
|
|
406
350
|
});
|
|
407
351
|
if (process.env.NODE_ENV !== "production") {
|
|
408
|
-
|
|
352
|
+
TextTracking.propTypes = iconPropTypes;
|
|
409
353
|
}
|
|
410
|
-
const
|
|
354
|
+
const TextUnderline = /*#__PURE__*/React.forwardRef(function TextUnderline(_ref17, ref) {
|
|
411
355
|
let {
|
|
412
356
|
children,
|
|
413
357
|
size = 16,
|
|
@@ -421,14 +365,14 @@ const ToolBox = /*#__PURE__*/React.forwardRef(function ToolBox(_ref17, ref) {
|
|
|
421
365
|
viewBox: "0 0 32 32",
|
|
422
366
|
fill: "currentColor",
|
|
423
367
|
...rest
|
|
424
|
-
},
|
|
425
|
-
d: "
|
|
368
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
369
|
+
d: "M4 26H28V28H4zM16 23a7 7 0 01-7-7V5h2V16a5 5 0 0010 0V5h2V16A7 7 0 0116 23z"
|
|
426
370
|
})), children);
|
|
427
371
|
});
|
|
428
372
|
if (process.env.NODE_ENV !== "production") {
|
|
429
|
-
|
|
373
|
+
TextUnderline.propTypes = iconPropTypes;
|
|
430
374
|
}
|
|
431
|
-
const
|
|
375
|
+
const TextVerticalAlignment = /*#__PURE__*/React.forwardRef(function TextVerticalAlignment(_ref18, ref) {
|
|
432
376
|
let {
|
|
433
377
|
children,
|
|
434
378
|
size = 16,
|
|
@@ -442,18 +386,14 @@ const ToolKit = /*#__PURE__*/React.forwardRef(function ToolKit(_ref18, ref) {
|
|
|
442
386
|
viewBox: "0 0 32 32",
|
|
443
387
|
fill: "currentColor",
|
|
444
388
|
...rest
|
|
445
|
-
},
|
|
446
|
-
d: "
|
|
447
|
-
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
448
|
-
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"
|
|
449
|
-
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
450
|
-
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"
|
|
389
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
390
|
+
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"
|
|
451
391
|
})), children);
|
|
452
392
|
});
|
|
453
393
|
if (process.env.NODE_ENV !== "production") {
|
|
454
|
-
|
|
394
|
+
TextVerticalAlignment.propTypes = iconPropTypes;
|
|
455
395
|
}
|
|
456
|
-
const
|
|
396
|
+
const TextWrap = /*#__PURE__*/React.forwardRef(function TextWrap(_ref19, ref) {
|
|
457
397
|
let {
|
|
458
398
|
children,
|
|
459
399
|
size = 16,
|
|
@@ -467,14 +407,14 @@ const Tools = /*#__PURE__*/React.forwardRef(function Tools(_ref19, ref) {
|
|
|
467
407
|
viewBox: "0 0 32 32",
|
|
468
408
|
fill: "currentColor",
|
|
469
409
|
...rest
|
|
470
|
-
},
|
|
471
|
-
d: "
|
|
410
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
411
|
+
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"
|
|
472
412
|
})), children);
|
|
473
413
|
});
|
|
474
414
|
if (process.env.NODE_ENV !== "production") {
|
|
475
|
-
|
|
415
|
+
TextWrap.propTypes = iconPropTypes;
|
|
476
416
|
}
|
|
477
|
-
const
|
|
417
|
+
const WatsonHealthTextAnnotationToggle = /*#__PURE__*/React.forwardRef(function WatsonHealthTextAnnotationToggle(_ref20, ref) {
|
|
478
418
|
let {
|
|
479
419
|
children,
|
|
480
420
|
size = 16,
|
|
@@ -488,14 +428,16 @@ const ToolsAlt = /*#__PURE__*/React.forwardRef(function ToolsAlt(_ref20, ref) {
|
|
|
488
428
|
viewBox: "0 0 32 32",
|
|
489
429
|
fill: "currentColor",
|
|
490
430
|
...rest
|
|
491
|
-
},
|
|
492
|
-
d: "
|
|
431
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
432
|
+
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"
|
|
433
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
434
|
+
d: "M8,20H4V4H20V8h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2H8Z"
|
|
493
435
|
})), children);
|
|
494
436
|
});
|
|
495
437
|
if (process.env.NODE_ENV !== "production") {
|
|
496
|
-
|
|
438
|
+
WatsonHealthTextAnnotationToggle.propTypes = iconPropTypes;
|
|
497
439
|
}
|
|
498
|
-
const
|
|
440
|
+
const TextLink = /*#__PURE__*/React.forwardRef(function TextLink(_ref21, ref) {
|
|
499
441
|
let {
|
|
500
442
|
children,
|
|
501
443
|
size = 16,
|
|
@@ -509,14 +451,16 @@ const Tornado = /*#__PURE__*/React.forwardRef(function Tornado(_ref21, ref) {
|
|
|
509
451
|
viewBox: "0 0 32 32",
|
|
510
452
|
fill: "currentColor",
|
|
511
453
|
...rest
|
|
512
|
-
},
|
|
513
|
-
d: "
|
|
454
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
455
|
+
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"
|
|
456
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
457
|
+
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"
|
|
514
458
|
})), children);
|
|
515
459
|
});
|
|
516
460
|
if (process.env.NODE_ENV !== "production") {
|
|
517
|
-
|
|
461
|
+
TextLink.propTypes = iconPropTypes;
|
|
518
462
|
}
|
|
519
|
-
const
|
|
463
|
+
const TextLinkAnalysis = /*#__PURE__*/React.forwardRef(function TextLinkAnalysis(_ref22, ref) {
|
|
520
464
|
let {
|
|
521
465
|
children,
|
|
522
466
|
size = 16,
|
|
@@ -530,19 +474,16 @@ const TornadoWarning = /*#__PURE__*/React.forwardRef(function TornadoWarning(_re
|
|
|
530
474
|
viewBox: "0 0 32 32",
|
|
531
475
|
fill: "currentColor",
|
|
532
476
|
...rest
|
|
533
|
-
},
|
|
534
|
-
d: "
|
|
535
|
-
})),
|
|
536
|
-
|
|
537
|
-
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
538
|
-
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
539
|
-
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"
|
|
477
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
478
|
+
d: "M8 10H16V12H8zM8 6H20V8H8zM8 2H20V4H8z"
|
|
479
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
480
|
+
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"
|
|
540
481
|
})), children);
|
|
541
482
|
});
|
|
542
483
|
if (process.env.NODE_ENV !== "production") {
|
|
543
|
-
|
|
484
|
+
TextLinkAnalysis.propTypes = iconPropTypes;
|
|
544
485
|
}
|
|
545
|
-
const
|
|
486
|
+
const TextMining = /*#__PURE__*/React.forwardRef(function TextMining(_ref23, ref) {
|
|
546
487
|
let {
|
|
547
488
|
children,
|
|
548
489
|
size = 16,
|
|
@@ -556,16 +497,16 @@ const Touch_1 = /*#__PURE__*/React.forwardRef(function Touch_1(_ref23, ref) {
|
|
|
556
497
|
viewBox: "0 0 32 32",
|
|
557
498
|
fill: "currentColor",
|
|
558
499
|
...rest
|
|
559
|
-
},
|
|
560
|
-
d: "
|
|
561
|
-
})),
|
|
562
|
-
d: "
|
|
500
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
501
|
+
d: "M18 28H26V30H18zM18 24H30V26H18zM18 20H30V22H18z"
|
|
502
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
503
|
+
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"
|
|
563
504
|
})), children);
|
|
564
505
|
});
|
|
565
506
|
if (process.env.NODE_ENV !== "production") {
|
|
566
|
-
|
|
507
|
+
TextMining.propTypes = iconPropTypes;
|
|
567
508
|
}
|
|
568
|
-
const
|
|
509
|
+
const TextMiningApplier = /*#__PURE__*/React.forwardRef(function TextMiningApplier(_ref24, ref) {
|
|
569
510
|
let {
|
|
570
511
|
children,
|
|
571
512
|
size = 16,
|
|
@@ -579,16 +520,16 @@ const Touch_1Filled = /*#__PURE__*/React.forwardRef(function Touch_1Filled(_ref2
|
|
|
579
520
|
viewBox: "0 0 32 32",
|
|
580
521
|
fill: "currentColor",
|
|
581
522
|
...rest
|
|
582
|
-
},
|
|
583
|
-
d: "
|
|
584
|
-
})),
|
|
585
|
-
d: "
|
|
523
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
524
|
+
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"
|
|
525
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
526
|
+
d: "M20 19L27 24 20 29 20 19z"
|
|
586
527
|
})), children);
|
|
587
528
|
});
|
|
588
529
|
if (process.env.NODE_ENV !== "production") {
|
|
589
|
-
|
|
530
|
+
TextMiningApplier.propTypes = iconPropTypes;
|
|
590
531
|
}
|
|
591
|
-
const
|
|
532
|
+
const Theater = /*#__PURE__*/React.forwardRef(function Theater(_ref25, ref) {
|
|
592
533
|
let {
|
|
593
534
|
children,
|
|
594
535
|
size = 16,
|
|
@@ -602,16 +543,16 @@ const Touch_1Down = /*#__PURE__*/React.forwardRef(function Touch_1Down(_ref25, r
|
|
|
602
543
|
viewBox: "0 0 32 32",
|
|
603
544
|
fill: "currentColor",
|
|
604
545
|
...rest
|
|
605
|
-
},
|
|
606
|
-
d: "M20
|
|
607
|
-
})),
|
|
608
|
-
d: "M28,
|
|
546
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
547
|
+
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"
|
|
548
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
549
|
+
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"
|
|
609
550
|
})), children);
|
|
610
551
|
});
|
|
611
552
|
if (process.env.NODE_ENV !== "production") {
|
|
612
|
-
|
|
553
|
+
Theater.propTypes = iconPropTypes;
|
|
613
554
|
}
|
|
614
|
-
const
|
|
555
|
+
const ThisSideUp = /*#__PURE__*/React.forwardRef(function ThisSideUp(_ref26, ref) {
|
|
615
556
|
let {
|
|
616
557
|
children,
|
|
617
558
|
size = 16,
|
|
@@ -625,16 +566,14 @@ const Touch_1DownFilled = /*#__PURE__*/React.forwardRef(function Touch_1DownFill
|
|
|
625
566
|
viewBox: "0 0 32 32",
|
|
626
567
|
fill: "currentColor",
|
|
627
568
|
...rest
|
|
628
|
-
},
|
|
629
|
-
d: "
|
|
630
|
-
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
631
|
-
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"
|
|
569
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
570
|
+
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"
|
|
632
571
|
})), children);
|
|
633
572
|
});
|
|
634
573
|
if (process.env.NODE_ENV !== "production") {
|
|
635
|
-
|
|
574
|
+
ThisSideUp.propTypes = iconPropTypes;
|
|
636
575
|
}
|
|
637
|
-
const
|
|
576
|
+
const WatsonHealthThreshold = /*#__PURE__*/React.forwardRef(function WatsonHealthThreshold(_ref27, ref) {
|
|
638
577
|
let {
|
|
639
578
|
children,
|
|
640
579
|
size = 16,
|
|
@@ -648,18 +587,16 @@ const Touch_2 = /*#__PURE__*/React.forwardRef(function Touch_2(_ref27, ref) {
|
|
|
648
587
|
viewBox: "0 0 32 32",
|
|
649
588
|
fill: "currentColor",
|
|
650
589
|
...rest
|
|
651
|
-
},
|
|
652
|
-
d: "
|
|
653
|
-
})),
|
|
654
|
-
d: "
|
|
655
|
-
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
656
|
-
d: "M21,20H11V15a5,5,0,0,1,10,0Zm-8-2h6V15a3,3,0,0,0-6,0Z"
|
|
590
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
591
|
+
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"
|
|
592
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
593
|
+
d: "M8 20H10V22H8zM12 20H14V22H12zM16 20H18V22H16zM20 20H22V22H20zM8 16H10V18H8zM16 16H18V18H16zM20 16H22V18H20zM20 12H22V14H20zM20 8H22V10H20z"
|
|
657
594
|
})), children);
|
|
658
595
|
});
|
|
659
596
|
if (process.env.NODE_ENV !== "production") {
|
|
660
|
-
|
|
597
|
+
WatsonHealthThreshold.propTypes = iconPropTypes;
|
|
661
598
|
}
|
|
662
|
-
const
|
|
599
|
+
const Thumbnail_1 = /*#__PURE__*/React.forwardRef(function Thumbnail_1(_ref28, ref) {
|
|
663
600
|
let {
|
|
664
601
|
children,
|
|
665
602
|
size = 16,
|
|
@@ -673,18 +610,14 @@ const Touch_2Filled = /*#__PURE__*/React.forwardRef(function Touch_2Filled(_ref2
|
|
|
673
610
|
viewBox: "0 0 32 32",
|
|
674
611
|
fill: "currentColor",
|
|
675
612
|
...rest
|
|
676
|
-
},
|
|
677
|
-
d: "
|
|
678
|
-
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
679
|
-
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"
|
|
680
|
-
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
681
|
-
d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z"
|
|
613
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
614
|
+
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"
|
|
682
615
|
})), children);
|
|
683
616
|
});
|
|
684
617
|
if (process.env.NODE_ENV !== "production") {
|
|
685
|
-
|
|
618
|
+
Thumbnail_1.propTypes = iconPropTypes;
|
|
686
619
|
}
|
|
687
|
-
const
|
|
620
|
+
const Thumbnail_2 = /*#__PURE__*/React.forwardRef(function Thumbnail_2(_ref29, ref) {
|
|
688
621
|
let {
|
|
689
622
|
children,
|
|
690
623
|
size = 16,
|
|
@@ -698,16 +631,14 @@ const TouchInteraction = /*#__PURE__*/React.forwardRef(function TouchInteraction
|
|
|
698
631
|
viewBox: "0 0 32 32",
|
|
699
632
|
fill: "currentColor",
|
|
700
633
|
...rest
|
|
701
|
-
},
|
|
702
|
-
d: "
|
|
703
|
-
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
704
|
-
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"
|
|
634
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
635
|
+
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"
|
|
705
636
|
})), children);
|
|
706
637
|
});
|
|
707
638
|
if (process.env.NODE_ENV !== "production") {
|
|
708
|
-
|
|
639
|
+
Thumbnail_2.propTypes = iconPropTypes;
|
|
709
640
|
}
|
|
710
|
-
const
|
|
641
|
+
const WatsonHealthThumbnailPreview = /*#__PURE__*/React.forwardRef(function WatsonHealthThumbnailPreview(_ref30, ref) {
|
|
711
642
|
let {
|
|
712
643
|
children,
|
|
713
644
|
size = 16,
|
|
@@ -721,20 +652,16 @@ const Tour = /*#__PURE__*/React.forwardRef(function Tour(_ref30, ref) {
|
|
|
721
652
|
viewBox: "0 0 32 32",
|
|
722
653
|
fill: "currentColor",
|
|
723
654
|
...rest
|
|
724
|
-
},
|
|
725
|
-
d: "
|
|
726
|
-
})),
|
|
727
|
-
|
|
728
|
-
cy: "8",
|
|
729
|
-
r: "2"
|
|
730
|
-
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
731
|
-
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"
|
|
655
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
656
|
+
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"
|
|
657
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
658
|
+
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"
|
|
732
659
|
})), children);
|
|
733
660
|
});
|
|
734
661
|
if (process.env.NODE_ENV !== "production") {
|
|
735
|
-
|
|
662
|
+
WatsonHealthThumbnailPreview.propTypes = iconPropTypes;
|
|
736
663
|
}
|
|
737
|
-
const
|
|
664
|
+
const ThumbsDown = /*#__PURE__*/React.forwardRef(function ThumbsDown(_ref31, ref) {
|
|
738
665
|
let {
|
|
739
666
|
children,
|
|
740
667
|
size = 16,
|
|
@@ -748,16 +675,14 @@ const TrafficEvent = /*#__PURE__*/React.forwardRef(function TrafficEvent(_ref31,
|
|
|
748
675
|
viewBox: "0 0 32 32",
|
|
749
676
|
fill: "currentColor",
|
|
750
677
|
...rest
|
|
751
|
-
},
|
|
752
|
-
d: "
|
|
753
|
-
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
754
|
-
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"
|
|
678
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
679
|
+
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"
|
|
755
680
|
})), children);
|
|
756
681
|
});
|
|
757
682
|
if (process.env.NODE_ENV !== "production") {
|
|
758
|
-
|
|
683
|
+
ThumbsDown.propTypes = iconPropTypes;
|
|
759
684
|
}
|
|
760
|
-
const
|
|
685
|
+
const ThumbsDownFilled = /*#__PURE__*/React.forwardRef(function ThumbsDownFilled(_ref32, ref) {
|
|
761
686
|
let {
|
|
762
687
|
children,
|
|
763
688
|
size = 16,
|
|
@@ -771,14 +696,14 @@ const TrafficFlow = /*#__PURE__*/React.forwardRef(function TrafficFlow(_ref32, r
|
|
|
771
696
|
viewBox: "0 0 32 32",
|
|
772
697
|
fill: "currentColor",
|
|
773
698
|
...rest
|
|
774
|
-
},
|
|
775
|
-
d: "
|
|
699
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
700
|
+
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"
|
|
776
701
|
})), children);
|
|
777
702
|
});
|
|
778
703
|
if (process.env.NODE_ENV !== "production") {
|
|
779
|
-
|
|
704
|
+
ThumbsDownFilled.propTypes = iconPropTypes;
|
|
780
705
|
}
|
|
781
|
-
const
|
|
706
|
+
const ThumbsUp = /*#__PURE__*/React.forwardRef(function ThumbsUp(_ref33, ref) {
|
|
782
707
|
let {
|
|
783
708
|
children,
|
|
784
709
|
size = 16,
|
|
@@ -792,14 +717,14 @@ const TrafficFlowIncident = /*#__PURE__*/React.forwardRef(function TrafficFlowIn
|
|
|
792
717
|
viewBox: "0 0 32 32",
|
|
793
718
|
fill: "currentColor",
|
|
794
719
|
...rest
|
|
795
|
-
},
|
|
796
|
-
d: "M26
|
|
720
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
721
|
+
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"
|
|
797
722
|
})), children);
|
|
798
723
|
});
|
|
799
724
|
if (process.env.NODE_ENV !== "production") {
|
|
800
|
-
|
|
725
|
+
ThumbsUp.propTypes = iconPropTypes;
|
|
801
726
|
}
|
|
802
|
-
const
|
|
727
|
+
const ThumbsUpFilled = /*#__PURE__*/React.forwardRef(function ThumbsUpFilled(_ref34, ref) {
|
|
803
728
|
let {
|
|
804
729
|
children,
|
|
805
730
|
size = 16,
|
|
@@ -813,19 +738,14 @@ const TrafficIncident = /*#__PURE__*/React.forwardRef(function TrafficIncident(_
|
|
|
813
738
|
viewBox: "0 0 32 32",
|
|
814
739
|
fill: "currentColor",
|
|
815
740
|
...rest
|
|
816
|
-
},
|
|
817
|
-
d: "M2
|
|
818
|
-
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
819
|
-
d: "M11.314 11.514H17.314V13.514H11.314z",
|
|
820
|
-
transform: "rotate(-45 14.314 12.514)"
|
|
821
|
-
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
822
|
-
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"
|
|
741
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
742
|
+
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"
|
|
823
743
|
})), children);
|
|
824
744
|
});
|
|
825
745
|
if (process.env.NODE_ENV !== "production") {
|
|
826
|
-
|
|
746
|
+
ThumbsUpFilled.propTypes = iconPropTypes;
|
|
827
747
|
}
|
|
828
|
-
const
|
|
748
|
+
const ThumbsUpDouble = /*#__PURE__*/React.forwardRef(function ThumbsUpDouble(_ref35, ref) {
|
|
829
749
|
let {
|
|
830
750
|
children,
|
|
831
751
|
size = 16,
|
|
@@ -839,14 +759,14 @@ const TrafficWeatherIncident = /*#__PURE__*/React.forwardRef(function TrafficWea
|
|
|
839
759
|
viewBox: "0 0 32 32",
|
|
840
760
|
fill: "currentColor",
|
|
841
761
|
...rest
|
|
842
|
-
},
|
|
843
|
-
d: "
|
|
762
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
763
|
+
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"
|
|
844
764
|
})), children);
|
|
845
765
|
});
|
|
846
766
|
if (process.env.NODE_ENV !== "production") {
|
|
847
|
-
|
|
767
|
+
ThumbsUpDouble.propTypes = iconPropTypes;
|
|
848
768
|
}
|
|
849
|
-
const
|
|
769
|
+
const ThumbsUpDoubleFilled = /*#__PURE__*/React.forwardRef(function ThumbsUpDoubleFilled(_ref36, ref) {
|
|
850
770
|
let {
|
|
851
771
|
children,
|
|
852
772
|
size = 16,
|
|
@@ -860,14 +780,14 @@ const TrafficCone = /*#__PURE__*/React.forwardRef(function TrafficCone(_ref36, r
|
|
|
860
780
|
viewBox: "0 0 32 32",
|
|
861
781
|
fill: "currentColor",
|
|
862
782
|
...rest
|
|
863
|
-
},
|
|
864
|
-
d: "
|
|
783
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
784
|
+
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"
|
|
865
785
|
})), children);
|
|
866
786
|
});
|
|
867
787
|
if (process.env.NODE_ENV !== "production") {
|
|
868
|
-
|
|
788
|
+
ThumbsUpDoubleFilled.propTypes = iconPropTypes;
|
|
869
789
|
}
|
|
870
|
-
const
|
|
790
|
+
const Thunderstorm = /*#__PURE__*/React.forwardRef(function Thunderstorm(_ref37, ref) {
|
|
871
791
|
let {
|
|
872
792
|
children,
|
|
873
793
|
size = 16,
|
|
@@ -881,14 +801,16 @@ const Train = /*#__PURE__*/React.forwardRef(function Train(_ref37, ref) {
|
|
|
881
801
|
viewBox: "0 0 32 32",
|
|
882
802
|
fill: "currentColor",
|
|
883
803
|
...rest
|
|
884
|
-
},
|
|
885
|
-
d: "
|
|
804
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
805
|
+
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"
|
|
806
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
807
|
+
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"
|
|
886
808
|
})), children);
|
|
887
809
|
});
|
|
888
810
|
if (process.env.NODE_ENV !== "production") {
|
|
889
|
-
|
|
811
|
+
Thunderstorm.propTypes = iconPropTypes;
|
|
890
812
|
}
|
|
891
|
-
const
|
|
813
|
+
const ThunderstormScattered = /*#__PURE__*/React.forwardRef(function ThunderstormScattered(_ref38, ref) {
|
|
892
814
|
let {
|
|
893
815
|
children,
|
|
894
816
|
size = 16,
|
|
@@ -902,14 +824,29 @@ const TrainHeart = /*#__PURE__*/React.forwardRef(function TrainHeart(_ref38, ref
|
|
|
902
824
|
viewBox: "0 0 32 32",
|
|
903
825
|
fill: "currentColor",
|
|
904
826
|
...rest
|
|
905
|
-
},
|
|
906
|
-
d: "
|
|
827
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
828
|
+
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"
|
|
829
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
830
|
+
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"
|
|
831
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
832
|
+
d: "M26.732 16.233H29.732V18.233H26.732z",
|
|
833
|
+
transform: "rotate(-135 28.232 17.233)"
|
|
834
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
835
|
+
d: "M29 10H32V12H29z"
|
|
836
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
837
|
+
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
838
|
+
transform: "rotate(-45 28.232 4.768)"
|
|
839
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
840
|
+
d: "M20 0H22V3H20z"
|
|
841
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
842
|
+
d: "M12.268 3.768H15.268V5.768H12.268z",
|
|
843
|
+
transform: "rotate(-135 13.768 4.768)"
|
|
907
844
|
})), children);
|
|
908
845
|
});
|
|
909
846
|
if (process.env.NODE_ENV !== "production") {
|
|
910
|
-
|
|
847
|
+
ThunderstormScattered.propTypes = iconPropTypes;
|
|
911
848
|
}
|
|
912
|
-
const
|
|
849
|
+
const ThunderstormScatteredNight = /*#__PURE__*/React.forwardRef(function ThunderstormScatteredNight(_ref39, ref) {
|
|
913
850
|
let {
|
|
914
851
|
children,
|
|
915
852
|
size = 16,
|
|
@@ -923,16 +860,16 @@ const TrainProfile = /*#__PURE__*/React.forwardRef(function TrainProfile(_ref39,
|
|
|
923
860
|
viewBox: "0 0 32 32",
|
|
924
861
|
fill: "currentColor",
|
|
925
862
|
...rest
|
|
926
|
-
},
|
|
927
|
-
d: "
|
|
928
|
-
})),
|
|
929
|
-
d: "
|
|
863
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
864
|
+
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"
|
|
865
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
866
|
+
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"
|
|
930
867
|
})), children);
|
|
931
868
|
});
|
|
932
869
|
if (process.env.NODE_ENV !== "production") {
|
|
933
|
-
|
|
870
|
+
ThunderstormScatteredNight.propTypes = iconPropTypes;
|
|
934
871
|
}
|
|
935
|
-
const
|
|
872
|
+
const ThunderstormSevere = /*#__PURE__*/React.forwardRef(function ThunderstormSevere(_ref40, ref) {
|
|
936
873
|
let {
|
|
937
874
|
children,
|
|
938
875
|
size = 16,
|
|
@@ -946,14 +883,19 @@ const TrainSpeed = /*#__PURE__*/React.forwardRef(function TrainSpeed(_ref40, ref
|
|
|
946
883
|
viewBox: "0 0 32 32",
|
|
947
884
|
fill: "currentColor",
|
|
948
885
|
...rest
|
|
949
|
-
},
|
|
950
|
-
d: "
|
|
886
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
887
|
+
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"
|
|
888
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
889
|
+
fill: "none",
|
|
890
|
+
d: "M25.75,8h-1.5V4h1.5ZM25,9a1,1,0,1,0,1,1A1,1,0,0,0,25,9Z"
|
|
891
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
892
|
+
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"
|
|
951
893
|
})), children);
|
|
952
894
|
});
|
|
953
895
|
if (process.env.NODE_ENV !== "production") {
|
|
954
|
-
|
|
896
|
+
ThunderstormSevere.propTypes = iconPropTypes;
|
|
955
897
|
}
|
|
956
|
-
const
|
|
898
|
+
const ThunderstormStrong = /*#__PURE__*/React.forwardRef(function ThunderstormStrong(_ref41, ref) {
|
|
957
899
|
let {
|
|
958
900
|
children,
|
|
959
901
|
size = 16,
|
|
@@ -967,16 +909,16 @@ const TrainTicket = /*#__PURE__*/React.forwardRef(function TrainTicket(_ref41, r
|
|
|
967
909
|
viewBox: "0 0 32 32",
|
|
968
910
|
fill: "currentColor",
|
|
969
911
|
...rest
|
|
970
|
-
},
|
|
971
|
-
d: "
|
|
972
|
-
})),
|
|
973
|
-
d: "
|
|
912
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
913
|
+
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"
|
|
914
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
915
|
+
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"
|
|
974
916
|
})), children);
|
|
975
917
|
});
|
|
976
918
|
if (process.env.NODE_ENV !== "production") {
|
|
977
|
-
|
|
919
|
+
ThunderstormStrong.propTypes = iconPropTypes;
|
|
978
920
|
}
|
|
979
|
-
const
|
|
921
|
+
const Ticket = /*#__PURE__*/React.forwardRef(function Ticket(_ref42, ref) {
|
|
980
922
|
let {
|
|
981
923
|
children,
|
|
982
924
|
size = 16,
|
|
@@ -990,19 +932,16 @@ const TrainTime = /*#__PURE__*/React.forwardRef(function TrainTime(_ref42, ref)
|
|
|
990
932
|
viewBox: "0 0 32 32",
|
|
991
933
|
fill: "currentColor",
|
|
992
934
|
...rest
|
|
993
|
-
},
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
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"
|
|
998
|
-
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
999
|
-
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"
|
|
935
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
936
|
+
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"
|
|
937
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
938
|
+
d: "M19 13H21V19H19z"
|
|
1000
939
|
})), children);
|
|
1001
940
|
});
|
|
1002
941
|
if (process.env.NODE_ENV !== "production") {
|
|
1003
|
-
|
|
942
|
+
Ticket.propTypes = iconPropTypes;
|
|
1004
943
|
}
|
|
1005
|
-
const
|
|
944
|
+
const Tides = /*#__PURE__*/React.forwardRef(function Tides(_ref43, ref) {
|
|
1006
945
|
let {
|
|
1007
946
|
children,
|
|
1008
947
|
size = 16,
|
|
@@ -1016,14 +955,14 @@ const Tram = /*#__PURE__*/React.forwardRef(function Tram(_ref43, ref) {
|
|
|
1016
955
|
viewBox: "0 0 32 32",
|
|
1017
956
|
fill: "currentColor",
|
|
1018
957
|
...rest
|
|
1019
|
-
},
|
|
1020
|
-
d: "
|
|
958
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
959
|
+
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"
|
|
1021
960
|
})), children);
|
|
1022
961
|
});
|
|
1023
962
|
if (process.env.NODE_ENV !== "production") {
|
|
1024
|
-
|
|
963
|
+
Tides.propTypes = iconPropTypes;
|
|
1025
964
|
}
|
|
1026
|
-
const
|
|
965
|
+
const Tif = /*#__PURE__*/React.forwardRef(function Tif(_ref44, ref) {
|
|
1027
966
|
let {
|
|
1028
967
|
children,
|
|
1029
968
|
size = 16,
|
|
@@ -1037,37 +976,52 @@ const TransformBinary = /*#__PURE__*/React.forwardRef(function TransformBinary(_
|
|
|
1037
976
|
viewBox: "0 0 32 32",
|
|
1038
977
|
fill: "currentColor",
|
|
1039
978
|
...rest
|
|
1040
|
-
},
|
|
1041
|
-
d: "
|
|
1042
|
-
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1043
|
-
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"
|
|
979
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
980
|
+
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"
|
|
1044
981
|
})), children);
|
|
1045
982
|
});
|
|
1046
983
|
if (process.env.NODE_ENV !== "production") {
|
|
1047
|
-
|
|
984
|
+
Tif.propTypes = iconPropTypes;
|
|
1048
985
|
}
|
|
1049
|
-
const
|
|
986
|
+
const Time = /*#__PURE__*/React.forwardRef(function Time(_ref45, ref) {
|
|
1050
987
|
let {
|
|
1051
988
|
children,
|
|
1052
989
|
size = 16,
|
|
1053
990
|
...rest
|
|
1054
991
|
} = _ref45;
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
992
|
+
if (size === 20 || size === "20" || size === "20px") {
|
|
993
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
994
|
+
width: size,
|
|
995
|
+
height: size,
|
|
996
|
+
ref: ref,
|
|
997
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
998
|
+
viewBox: "0 0 20 20",
|
|
999
|
+
fill: "currentColor",
|
|
1000
|
+
...rest
|
|
1001
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1002
|
+
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"
|
|
1003
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1004
|
+
d: "M13 13.9L9.4 10.3 9.4 4 10.6 4 10.6 9.7 13.9 13z"
|
|
1005
|
+
})), children);
|
|
1006
|
+
}
|
|
1007
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1008
|
+
width: size,
|
|
1009
|
+
height: size,
|
|
1010
|
+
ref: ref,
|
|
1059
1011
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1060
1012
|
viewBox: "0 0 32 32",
|
|
1061
1013
|
fill: "currentColor",
|
|
1062
1014
|
...rest
|
|
1063
|
-
},
|
|
1064
|
-
d: "
|
|
1015
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1016
|
+
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"
|
|
1017
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1018
|
+
d: "M20.59 22L15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z"
|
|
1065
1019
|
})), children);
|
|
1066
1020
|
});
|
|
1067
1021
|
if (process.env.NODE_ENV !== "production") {
|
|
1068
|
-
|
|
1022
|
+
Time.propTypes = iconPropTypes;
|
|
1069
1023
|
}
|
|
1070
|
-
const
|
|
1024
|
+
const TimeFilled = /*#__PURE__*/React.forwardRef(function TimeFilled(_ref46, ref) {
|
|
1071
1025
|
let {
|
|
1072
1026
|
children,
|
|
1073
1027
|
size = 16,
|
|
@@ -1081,16 +1035,17 @@ const TransformInstructions = /*#__PURE__*/React.forwardRef(function TransformIn
|
|
|
1081
1035
|
viewBox: "0 0 32 32",
|
|
1082
1036
|
fill: "currentColor",
|
|
1083
1037
|
...rest
|
|
1084
|
-
},
|
|
1085
|
-
d: "
|
|
1086
|
-
})),
|
|
1087
|
-
|
|
1038
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1039
|
+
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"
|
|
1040
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1041
|
+
fill: "none",
|
|
1042
|
+
d: "M20.5872 22L15 16.4099 15 7 17 7 17 15.5822 22 20.5866 20.5872 22z"
|
|
1088
1043
|
})), children);
|
|
1089
1044
|
});
|
|
1090
1045
|
if (process.env.NODE_ENV !== "production") {
|
|
1091
|
-
|
|
1046
|
+
TimeFilled.propTypes = iconPropTypes;
|
|
1092
1047
|
}
|
|
1093
|
-
const
|
|
1048
|
+
const TimePlot = /*#__PURE__*/React.forwardRef(function TimePlot(_ref47, ref) {
|
|
1094
1049
|
let {
|
|
1095
1050
|
children,
|
|
1096
1051
|
size = 16,
|
|
@@ -1104,16 +1059,18 @@ const TransformLanguage = /*#__PURE__*/React.forwardRef(function TransformLangua
|
|
|
1104
1059
|
viewBox: "0 0 32 32",
|
|
1105
1060
|
fill: "currentColor",
|
|
1106
1061
|
...rest
|
|
1107
|
-
},
|
|
1108
|
-
d: "
|
|
1109
|
-
})),
|
|
1110
|
-
d: "
|
|
1062
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1063
|
+
d: "M23.586 13L21 10.414 21 6 23 6 23 9.586 25 11.586 23.586 13z"
|
|
1064
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1065
|
+
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"
|
|
1066
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1067
|
+
d: "M8.63,18l7,6H30V22H16.37l-7-6H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H4V18Z"
|
|
1111
1068
|
})), children);
|
|
1112
1069
|
});
|
|
1113
1070
|
if (process.env.NODE_ENV !== "production") {
|
|
1114
|
-
|
|
1071
|
+
TimePlot.propTypes = iconPropTypes;
|
|
1115
1072
|
}
|
|
1116
|
-
const
|
|
1073
|
+
const Timer = /*#__PURE__*/React.forwardRef(function Timer(_ref48, ref) {
|
|
1117
1074
|
let {
|
|
1118
1075
|
children,
|
|
1119
1076
|
size = 16,
|
|
@@ -1127,14 +1084,16 @@ const Transgender = /*#__PURE__*/React.forwardRef(function Transgender(_ref48, r
|
|
|
1127
1084
|
viewBox: "0 0 32 32",
|
|
1128
1085
|
fill: "currentColor",
|
|
1129
1086
|
...rest
|
|
1130
|
-
},
|
|
1131
|
-
d: "
|
|
1087
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1088
|
+
d: "M15 11H17V20H15zM13 2H19V4H13z"
|
|
1089
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1090
|
+
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"
|
|
1132
1091
|
})), children);
|
|
1133
1092
|
});
|
|
1134
1093
|
if (process.env.NODE_ENV !== "production") {
|
|
1135
|
-
|
|
1094
|
+
Timer.propTypes = iconPropTypes;
|
|
1136
1095
|
}
|
|
1137
|
-
const
|
|
1096
|
+
const TimingBelt = /*#__PURE__*/React.forwardRef(function TimingBelt(_ref49, ref) {
|
|
1138
1097
|
let {
|
|
1139
1098
|
children,
|
|
1140
1099
|
size = 16,
|
|
@@ -1148,14 +1107,20 @@ const Translate = /*#__PURE__*/React.forwardRef(function Translate(_ref49, ref)
|
|
|
1148
1107
|
viewBox: "0 0 32 32",
|
|
1149
1108
|
fill: "currentColor",
|
|
1150
1109
|
...rest
|
|
1151
|
-
},
|
|
1152
|
-
|
|
1110
|
+
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
1111
|
+
cx: "16",
|
|
1112
|
+
cy: "24",
|
|
1113
|
+
r: "1",
|
|
1114
|
+
strokeWidth: "0"
|
|
1115
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1116
|
+
strokeWidth: "0",
|
|
1117
|
+
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"
|
|
1153
1118
|
})), children);
|
|
1154
1119
|
});
|
|
1155
1120
|
if (process.env.NODE_ENV !== "production") {
|
|
1156
|
-
|
|
1121
|
+
TimingBelt.propTypes = iconPropTypes;
|
|
1157
1122
|
}
|
|
1158
|
-
const
|
|
1123
|
+
const ToolBox = /*#__PURE__*/React.forwardRef(function ToolBox(_ref50, ref) {
|
|
1159
1124
|
let {
|
|
1160
1125
|
children,
|
|
1161
1126
|
size = 16,
|
|
@@ -1169,16 +1134,14 @@ const TransmissionLte = /*#__PURE__*/React.forwardRef(function TransmissionLte(_
|
|
|
1169
1134
|
viewBox: "0 0 32 32",
|
|
1170
1135
|
fill: "currentColor",
|
|
1171
1136
|
...rest
|
|
1172
|
-
},
|
|
1173
|
-
d: "
|
|
1174
|
-
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1175
|
-
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"
|
|
1137
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1138
|
+
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"
|
|
1176
1139
|
})), children);
|
|
1177
1140
|
});
|
|
1178
1141
|
if (process.env.NODE_ENV !== "production") {
|
|
1179
|
-
|
|
1142
|
+
ToolBox.propTypes = iconPropTypes;
|
|
1180
1143
|
}
|
|
1181
|
-
const
|
|
1144
|
+
const ToolKit = /*#__PURE__*/React.forwardRef(function ToolKit(_ref51, ref) {
|
|
1182
1145
|
let {
|
|
1183
1146
|
children,
|
|
1184
1147
|
size = 16,
|
|
@@ -1192,14 +1155,18 @@ const Transpose = /*#__PURE__*/React.forwardRef(function Transpose(_ref51, ref)
|
|
|
1192
1155
|
viewBox: "0 0 32 32",
|
|
1193
1156
|
fill: "currentColor",
|
|
1194
1157
|
...rest
|
|
1195
|
-
},
|
|
1196
|
-
d: "
|
|
1158
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1159
|
+
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"
|
|
1160
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1161
|
+
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"
|
|
1162
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1163
|
+
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"
|
|
1197
1164
|
})), children);
|
|
1198
1165
|
});
|
|
1199
1166
|
if (process.env.NODE_ENV !== "production") {
|
|
1200
|
-
|
|
1167
|
+
ToolKit.propTypes = iconPropTypes;
|
|
1201
1168
|
}
|
|
1202
|
-
const
|
|
1169
|
+
const Tools = /*#__PURE__*/React.forwardRef(function Tools(_ref52, ref) {
|
|
1203
1170
|
let {
|
|
1204
1171
|
children,
|
|
1205
1172
|
size = 16,
|
|
@@ -1213,16 +1180,14 @@ const TrashCan = /*#__PURE__*/React.forwardRef(function TrashCan(_ref52, ref) {
|
|
|
1213
1180
|
viewBox: "0 0 32 32",
|
|
1214
1181
|
fill: "currentColor",
|
|
1215
1182
|
...rest
|
|
1216
|
-
},
|
|
1217
|
-
d: "M12
|
|
1218
|
-
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1219
|
-
d: "M4 6V8H6V28a2 2 0 002 2H24a2 2 0 002-2V8h2V6zM8 28V8H24V28zM12 2H20V4H12z"
|
|
1183
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1184
|
+
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"
|
|
1220
1185
|
})), children);
|
|
1221
1186
|
});
|
|
1222
1187
|
if (process.env.NODE_ENV !== "production") {
|
|
1223
|
-
|
|
1188
|
+
Tools.propTypes = iconPropTypes;
|
|
1224
1189
|
}
|
|
1225
|
-
const
|
|
1190
|
+
const ToolsAlt = /*#__PURE__*/React.forwardRef(function ToolsAlt(_ref53, ref) {
|
|
1226
1191
|
let {
|
|
1227
1192
|
children,
|
|
1228
1193
|
size = 16,
|
|
@@ -1236,16 +1201,14 @@ const Tree = /*#__PURE__*/React.forwardRef(function Tree(_ref53, ref) {
|
|
|
1236
1201
|
viewBox: "0 0 32 32",
|
|
1237
1202
|
fill: "currentColor",
|
|
1238
1203
|
...rest
|
|
1239
|
-
},
|
|
1240
|
-
d: "
|
|
1241
|
-
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1242
|
-
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"
|
|
1204
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1205
|
+
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"
|
|
1243
1206
|
})), children);
|
|
1244
1207
|
});
|
|
1245
1208
|
if (process.env.NODE_ENV !== "production") {
|
|
1246
|
-
|
|
1209
|
+
ToolsAlt.propTypes = iconPropTypes;
|
|
1247
1210
|
}
|
|
1248
|
-
const
|
|
1211
|
+
const Tornado = /*#__PURE__*/React.forwardRef(function Tornado(_ref54, ref) {
|
|
1249
1212
|
let {
|
|
1250
1213
|
children,
|
|
1251
1214
|
size = 16,
|
|
@@ -1259,20 +1222,14 @@ const TreeFallRisk = /*#__PURE__*/React.forwardRef(function TreeFallRisk(_ref54,
|
|
|
1259
1222
|
viewBox: "0 0 32 32",
|
|
1260
1223
|
fill: "currentColor",
|
|
1261
1224
|
...rest
|
|
1262
|
-
},
|
|
1263
|
-
|
|
1264
|
-
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z",
|
|
1265
|
-
"data-icon-path": "inner-path"
|
|
1266
|
-
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1267
|
-
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"
|
|
1268
|
-
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1269
|
-
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"
|
|
1225
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1226
|
+
d: "M16 26H20V28H16zM12 22H18V24H12zM8 18H18V20H8zM8 14H20V16H8zM10 10H24V12H10zM8 6H26V8H8z"
|
|
1270
1227
|
})), children);
|
|
1271
1228
|
});
|
|
1272
1229
|
if (process.env.NODE_ENV !== "production") {
|
|
1273
|
-
|
|
1230
|
+
Tornado.propTypes = iconPropTypes;
|
|
1274
1231
|
}
|
|
1275
|
-
const
|
|
1232
|
+
const TornadoWarning = /*#__PURE__*/React.forwardRef(function TornadoWarning(_ref55, ref) {
|
|
1276
1233
|
let {
|
|
1277
1234
|
children,
|
|
1278
1235
|
size = 16,
|
|
@@ -1286,14 +1243,19 @@ const TreeView = /*#__PURE__*/React.forwardRef(function TreeView(_ref55, ref) {
|
|
|
1286
1243
|
viewBox: "0 0 32 32",
|
|
1287
1244
|
fill: "currentColor",
|
|
1288
1245
|
...rest
|
|
1289
|
-
},
|
|
1290
|
-
d: "
|
|
1246
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1247
|
+
d: "M2 4H18V6H2zM4 8H16V10H4zM2 12H14V14H2zM2 16H12V18H2zM4 20H12V22H4zM8 24H14V26H8zM12 28H16V30H12z"
|
|
1248
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1249
|
+
fill: "none",
|
|
1250
|
+
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
1251
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1252
|
+
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"
|
|
1291
1253
|
})), children);
|
|
1292
1254
|
});
|
|
1293
1255
|
if (process.env.NODE_ENV !== "production") {
|
|
1294
|
-
|
|
1256
|
+
TornadoWarning.propTypes = iconPropTypes;
|
|
1295
1257
|
}
|
|
1296
|
-
const
|
|
1258
|
+
const Touch_1 = /*#__PURE__*/React.forwardRef(function Touch_1(_ref56, ref) {
|
|
1297
1259
|
let {
|
|
1298
1260
|
children,
|
|
1299
1261
|
size = 16,
|
|
@@ -1307,15 +1269,16 @@ const TreeViewAlt = /*#__PURE__*/React.forwardRef(function TreeViewAlt(_ref56, r
|
|
|
1307
1269
|
viewBox: "0 0 32 32",
|
|
1308
1270
|
fill: "currentColor",
|
|
1309
1271
|
...rest
|
|
1310
|
-
},
|
|
1311
|
-
d: "
|
|
1312
|
-
|
|
1272
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1273
|
+
d: "M20,8H18A5,5,0,0,0,8,8H6A7,7,0,0,1,20,8Z"
|
|
1274
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1275
|
+
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"
|
|
1313
1276
|
})), children);
|
|
1314
1277
|
});
|
|
1315
1278
|
if (process.env.NODE_ENV !== "production") {
|
|
1316
|
-
|
|
1279
|
+
Touch_1.propTypes = iconPropTypes;
|
|
1317
1280
|
}
|
|
1318
|
-
const
|
|
1281
|
+
const Touch_1Filled = /*#__PURE__*/React.forwardRef(function Touch_1Filled(_ref57, ref) {
|
|
1319
1282
|
let {
|
|
1320
1283
|
children,
|
|
1321
1284
|
size = 16,
|
|
@@ -1329,15 +1292,16 @@ const TriangleDownOutline = /*#__PURE__*/React.forwardRef(function TriangleDownO
|
|
|
1329
1292
|
viewBox: "0 0 32 32",
|
|
1330
1293
|
fill: "currentColor",
|
|
1331
1294
|
...rest
|
|
1332
|
-
},
|
|
1333
|
-
|
|
1334
|
-
|
|
1295
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1296
|
+
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"
|
|
1297
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1298
|
+
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"
|
|
1335
1299
|
})), children);
|
|
1336
1300
|
});
|
|
1337
1301
|
if (process.env.NODE_ENV !== "production") {
|
|
1338
|
-
|
|
1302
|
+
Touch_1Filled.propTypes = iconPropTypes;
|
|
1339
1303
|
}
|
|
1340
|
-
const
|
|
1304
|
+
const Touch_1Down = /*#__PURE__*/React.forwardRef(function Touch_1Down(_ref58, ref) {
|
|
1341
1305
|
let {
|
|
1342
1306
|
children,
|
|
1343
1307
|
size = 16,
|
|
@@ -1351,15 +1315,16 @@ const TriangleDownSolid = /*#__PURE__*/React.forwardRef(function TriangleDownSol
|
|
|
1351
1315
|
viewBox: "0 0 32 32",
|
|
1352
1316
|
fill: "currentColor",
|
|
1353
1317
|
...rest
|
|
1354
|
-
},
|
|
1355
|
-
|
|
1356
|
-
|
|
1318
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1319
|
+
d: "M20,24H18A5,5,0,0,1,8,24H6a7,7,0,0,0,14,0Z"
|
|
1320
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1321
|
+
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"
|
|
1357
1322
|
})), children);
|
|
1358
1323
|
});
|
|
1359
1324
|
if (process.env.NODE_ENV !== "production") {
|
|
1360
|
-
|
|
1325
|
+
Touch_1Down.propTypes = iconPropTypes;
|
|
1361
1326
|
}
|
|
1362
|
-
const
|
|
1327
|
+
const Touch_1DownFilled = /*#__PURE__*/React.forwardRef(function Touch_1DownFilled(_ref59, ref) {
|
|
1363
1328
|
let {
|
|
1364
1329
|
children,
|
|
1365
1330
|
size = 16,
|
|
@@ -1373,15 +1338,16 @@ const TriangleLeftOutline = /*#__PURE__*/React.forwardRef(function TriangleLeftO
|
|
|
1373
1338
|
viewBox: "0 0 32 32",
|
|
1374
1339
|
fill: "currentColor",
|
|
1375
1340
|
...rest
|
|
1376
|
-
},
|
|
1377
|
-
|
|
1378
|
-
|
|
1341
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1342
|
+
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"
|
|
1343
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1344
|
+
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"
|
|
1379
1345
|
})), children);
|
|
1380
1346
|
});
|
|
1381
1347
|
if (process.env.NODE_ENV !== "production") {
|
|
1382
|
-
|
|
1348
|
+
Touch_1DownFilled.propTypes = iconPropTypes;
|
|
1383
1349
|
}
|
|
1384
|
-
const
|
|
1350
|
+
const Touch_2 = /*#__PURE__*/React.forwardRef(function Touch_2(_ref60, ref) {
|
|
1385
1351
|
let {
|
|
1386
1352
|
children,
|
|
1387
1353
|
size = 16,
|
|
@@ -1395,15 +1361,18 @@ const TriangleLeftSolid = /*#__PURE__*/React.forwardRef(function TriangleLeftSol
|
|
|
1395
1361
|
viewBox: "0 0 32 32",
|
|
1396
1362
|
fill: "currentColor",
|
|
1397
1363
|
...rest
|
|
1398
|
-
},
|
|
1399
|
-
|
|
1400
|
-
|
|
1364
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1365
|
+
d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z"
|
|
1366
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1367
|
+
d: "M25,28H23V15A7,7,0,1,0,9,15V28H7V15a9,9,0,0,1,18,0Z"
|
|
1368
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1369
|
+
d: "M21,20H11V15a5,5,0,0,1,10,0Zm-8-2h6V15a3,3,0,0,0-6,0Z"
|
|
1401
1370
|
})), children);
|
|
1402
1371
|
});
|
|
1403
1372
|
if (process.env.NODE_ENV !== "production") {
|
|
1404
|
-
|
|
1373
|
+
Touch_2.propTypes = iconPropTypes;
|
|
1405
1374
|
}
|
|
1406
|
-
const
|
|
1375
|
+
const Touch_2Filled = /*#__PURE__*/React.forwardRef(function Touch_2Filled(_ref61, ref) {
|
|
1407
1376
|
let {
|
|
1408
1377
|
children,
|
|
1409
1378
|
size = 16,
|
|
@@ -1417,15 +1386,18 @@ const TriangleOutline = /*#__PURE__*/React.forwardRef(function TriangleOutline(_
|
|
|
1417
1386
|
viewBox: "0 0 32 32",
|
|
1418
1387
|
fill: "currentColor",
|
|
1419
1388
|
...rest
|
|
1420
|
-
},
|
|
1421
|
-
|
|
1422
|
-
|
|
1389
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1390
|
+
d: "M16,12a3.0033,3.0033,0,0,0-3,3v3h6V15A3.0033,3.0033,0,0,0,16,12Z"
|
|
1391
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1392
|
+
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"
|
|
1393
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1394
|
+
d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z"
|
|
1423
1395
|
})), children);
|
|
1424
1396
|
});
|
|
1425
1397
|
if (process.env.NODE_ENV !== "production") {
|
|
1426
|
-
|
|
1398
|
+
Touch_2Filled.propTypes = iconPropTypes;
|
|
1427
1399
|
}
|
|
1428
|
-
const
|
|
1400
|
+
const TouchInteraction = /*#__PURE__*/React.forwardRef(function TouchInteraction(_ref62, ref) {
|
|
1429
1401
|
let {
|
|
1430
1402
|
children,
|
|
1431
1403
|
size = 16,
|
|
@@ -1439,15 +1411,16 @@ const TriangleRightOutline = /*#__PURE__*/React.forwardRef(function TriangleRigh
|
|
|
1439
1411
|
viewBox: "0 0 32 32",
|
|
1440
1412
|
fill: "currentColor",
|
|
1441
1413
|
...rest
|
|
1442
|
-
},
|
|
1443
|
-
|
|
1444
|
-
|
|
1414
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1415
|
+
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"
|
|
1416
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1417
|
+
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"
|
|
1445
1418
|
})), children);
|
|
1446
1419
|
});
|
|
1447
1420
|
if (process.env.NODE_ENV !== "production") {
|
|
1448
|
-
|
|
1421
|
+
TouchInteraction.propTypes = iconPropTypes;
|
|
1449
1422
|
}
|
|
1450
|
-
const
|
|
1423
|
+
const Tour = /*#__PURE__*/React.forwardRef(function Tour(_ref63, ref) {
|
|
1451
1424
|
let {
|
|
1452
1425
|
children,
|
|
1453
1426
|
size = 16,
|
|
@@ -1461,15 +1434,20 @@ const TriangleRightSolid = /*#__PURE__*/React.forwardRef(function TriangleRightS
|
|
|
1461
1434
|
viewBox: "0 0 32 32",
|
|
1462
1435
|
fill: "currentColor",
|
|
1463
1436
|
...rest
|
|
1464
|
-
},
|
|
1465
|
-
|
|
1466
|
-
|
|
1437
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1438
|
+
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"
|
|
1439
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
1440
|
+
cx: "24",
|
|
1441
|
+
cy: "8",
|
|
1442
|
+
r: "2"
|
|
1443
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1444
|
+
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"
|
|
1467
1445
|
})), children);
|
|
1468
1446
|
});
|
|
1469
1447
|
if (process.env.NODE_ENV !== "production") {
|
|
1470
|
-
|
|
1448
|
+
Tour.propTypes = iconPropTypes;
|
|
1471
1449
|
}
|
|
1472
|
-
const
|
|
1450
|
+
const TrafficEvent = /*#__PURE__*/React.forwardRef(function TrafficEvent(_ref64, ref) {
|
|
1473
1451
|
let {
|
|
1474
1452
|
children,
|
|
1475
1453
|
size = 16,
|
|
@@ -1483,15 +1461,16 @@ const TriangleSolid = /*#__PURE__*/React.forwardRef(function TriangleSolid(_ref6
|
|
|
1483
1461
|
viewBox: "0 0 32 32",
|
|
1484
1462
|
fill: "currentColor",
|
|
1485
1463
|
...rest
|
|
1486
|
-
},
|
|
1487
|
-
|
|
1488
|
-
|
|
1464
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1465
|
+
d: "M11 21H17V23H11z"
|
|
1466
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1467
|
+
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"
|
|
1489
1468
|
})), children);
|
|
1490
1469
|
});
|
|
1491
1470
|
if (process.env.NODE_ENV !== "production") {
|
|
1492
|
-
|
|
1471
|
+
TrafficEvent.propTypes = iconPropTypes;
|
|
1493
1472
|
}
|
|
1494
|
-
const
|
|
1473
|
+
const TrafficFlow = /*#__PURE__*/React.forwardRef(function TrafficFlow(_ref65, ref) {
|
|
1495
1474
|
let {
|
|
1496
1475
|
children,
|
|
1497
1476
|
size = 16,
|
|
@@ -1505,14 +1484,14 @@ const Trophy = /*#__PURE__*/React.forwardRef(function Trophy(_ref65, ref) {
|
|
|
1505
1484
|
viewBox: "0 0 32 32",
|
|
1506
1485
|
fill: "currentColor",
|
|
1507
1486
|
...rest
|
|
1508
|
-
},
|
|
1509
|
-
d: "M26
|
|
1487
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1488
|
+
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"
|
|
1510
1489
|
})), children);
|
|
1511
1490
|
});
|
|
1512
1491
|
if (process.env.NODE_ENV !== "production") {
|
|
1513
|
-
|
|
1492
|
+
TrafficFlow.propTypes = iconPropTypes;
|
|
1514
1493
|
}
|
|
1515
|
-
const
|
|
1494
|
+
const TrafficFlowIncident = /*#__PURE__*/React.forwardRef(function TrafficFlowIncident(_ref66, ref) {
|
|
1516
1495
|
let {
|
|
1517
1496
|
children,
|
|
1518
1497
|
size = 16,
|
|
@@ -1526,14 +1505,14 @@ const TrophyFilled = /*#__PURE__*/React.forwardRef(function TrophyFilled(_ref66,
|
|
|
1526
1505
|
viewBox: "0 0 32 32",
|
|
1527
1506
|
fill: "currentColor",
|
|
1528
1507
|
...rest
|
|
1529
|
-
},
|
|
1530
|
-
d: "M26
|
|
1508
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1509
|
+
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"
|
|
1531
1510
|
})), children);
|
|
1532
1511
|
});
|
|
1533
1512
|
if (process.env.NODE_ENV !== "production") {
|
|
1534
|
-
|
|
1513
|
+
TrafficFlowIncident.propTypes = iconPropTypes;
|
|
1535
1514
|
}
|
|
1536
|
-
const
|
|
1515
|
+
const TrafficIncident = /*#__PURE__*/React.forwardRef(function TrafficIncident(_ref67, ref) {
|
|
1537
1516
|
let {
|
|
1538
1517
|
children,
|
|
1539
1518
|
size = 16,
|
|
@@ -1547,16 +1526,19 @@ const TropicalStorm = /*#__PURE__*/React.forwardRef(function TropicalStorm(_ref6
|
|
|
1547
1526
|
viewBox: "0 0 32 32",
|
|
1548
1527
|
fill: "currentColor",
|
|
1549
1528
|
...rest
|
|
1550
|
-
},
|
|
1551
|
-
d: "
|
|
1552
|
-
})),
|
|
1553
|
-
d: "
|
|
1529
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1530
|
+
d: "M2 28H30V30H2z"
|
|
1531
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1532
|
+
d: "M11.314 11.514H17.314V13.514H11.314z",
|
|
1533
|
+
transform: "rotate(-45 14.314 12.514)"
|
|
1534
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1535
|
+
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"
|
|
1554
1536
|
})), children);
|
|
1555
1537
|
});
|
|
1556
1538
|
if (process.env.NODE_ENV !== "production") {
|
|
1557
|
-
|
|
1539
|
+
TrafficIncident.propTypes = iconPropTypes;
|
|
1558
1540
|
}
|
|
1559
|
-
const
|
|
1541
|
+
const TrafficWeatherIncident = /*#__PURE__*/React.forwardRef(function TrafficWeatherIncident(_ref68, ref) {
|
|
1560
1542
|
let {
|
|
1561
1543
|
children,
|
|
1562
1544
|
size = 16,
|
|
@@ -1570,16 +1552,14 @@ const TropicalStormModelTracks = /*#__PURE__*/React.forwardRef(function Tropical
|
|
|
1570
1552
|
viewBox: "0 0 32 32",
|
|
1571
1553
|
fill: "currentColor",
|
|
1572
1554
|
...rest
|
|
1573
|
-
},
|
|
1574
|
-
d: "
|
|
1575
|
-
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1576
|
-
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"
|
|
1555
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1556
|
+
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"
|
|
1577
1557
|
})), children);
|
|
1578
1558
|
});
|
|
1579
1559
|
if (process.env.NODE_ENV !== "production") {
|
|
1580
|
-
|
|
1560
|
+
TrafficWeatherIncident.propTypes = iconPropTypes;
|
|
1581
1561
|
}
|
|
1582
|
-
const
|
|
1562
|
+
const TrafficCone = /*#__PURE__*/React.forwardRef(function TrafficCone(_ref69, ref) {
|
|
1583
1563
|
let {
|
|
1584
1564
|
children,
|
|
1585
1565
|
size = 16,
|
|
@@ -1593,16 +1573,14 @@ const TropicalStormTracks = /*#__PURE__*/React.forwardRef(function TropicalStorm
|
|
|
1593
1573
|
viewBox: "0 0 32 32",
|
|
1594
1574
|
fill: "currentColor",
|
|
1595
1575
|
...rest
|
|
1596
|
-
},
|
|
1597
|
-
d: "
|
|
1598
|
-
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1599
|
-
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"
|
|
1576
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1577
|
+
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"
|
|
1600
1578
|
})), children);
|
|
1601
1579
|
});
|
|
1602
1580
|
if (process.env.NODE_ENV !== "production") {
|
|
1603
|
-
|
|
1581
|
+
TrafficCone.propTypes = iconPropTypes;
|
|
1604
1582
|
}
|
|
1605
|
-
const
|
|
1583
|
+
const Train = /*#__PURE__*/React.forwardRef(function Train(_ref70, ref) {
|
|
1606
1584
|
let {
|
|
1607
1585
|
children,
|
|
1608
1586
|
size = 16,
|
|
@@ -1616,19 +1594,14 @@ const TropicalWarning = /*#__PURE__*/React.forwardRef(function TropicalWarning(_
|
|
|
1616
1594
|
viewBox: "0 0 32 32",
|
|
1617
1595
|
fill: "currentColor",
|
|
1618
1596
|
...rest
|
|
1619
|
-
},
|
|
1620
|
-
d: "
|
|
1621
|
-
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1622
|
-
fill: "none",
|
|
1623
|
-
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
1624
|
-
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1625
|
-
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"
|
|
1597
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1598
|
+
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"
|
|
1626
1599
|
})), children);
|
|
1627
1600
|
});
|
|
1628
1601
|
if (process.env.NODE_ENV !== "production") {
|
|
1629
|
-
|
|
1602
|
+
Train.propTypes = iconPropTypes;
|
|
1630
1603
|
}
|
|
1631
|
-
const
|
|
1604
|
+
const TrainHeart = /*#__PURE__*/React.forwardRef(function TrainHeart(_ref71, ref) {
|
|
1632
1605
|
let {
|
|
1633
1606
|
children,
|
|
1634
1607
|
size = 16,
|
|
@@ -1642,16 +1615,14 @@ const Tsq = /*#__PURE__*/React.forwardRef(function Tsq(_ref71, ref) {
|
|
|
1642
1615
|
viewBox: "0 0 32 32",
|
|
1643
1616
|
fill: "currentColor",
|
|
1644
1617
|
...rest
|
|
1645
|
-
},
|
|
1646
|
-
d: "
|
|
1647
|
-
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1648
|
-
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"
|
|
1618
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1619
|
+
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"
|
|
1649
1620
|
})), children);
|
|
1650
1621
|
});
|
|
1651
1622
|
if (process.env.NODE_ENV !== "production") {
|
|
1652
|
-
|
|
1623
|
+
TrainHeart.propTypes = iconPropTypes;
|
|
1653
1624
|
}
|
|
1654
|
-
const
|
|
1625
|
+
const TrainProfile = /*#__PURE__*/React.forwardRef(function TrainProfile(_ref72, ref) {
|
|
1655
1626
|
let {
|
|
1656
1627
|
children,
|
|
1657
1628
|
size = 16,
|
|
@@ -1665,14 +1636,16 @@ const Tsunami = /*#__PURE__*/React.forwardRef(function Tsunami(_ref72, ref) {
|
|
|
1665
1636
|
viewBox: "0 0 32 32",
|
|
1666
1637
|
fill: "currentColor",
|
|
1667
1638
|
...rest
|
|
1668
|
-
},
|
|
1669
|
-
d: "M30
|
|
1639
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1640
|
+
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"
|
|
1641
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1642
|
+
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"
|
|
1670
1643
|
})), children);
|
|
1671
1644
|
});
|
|
1672
1645
|
if (process.env.NODE_ENV !== "production") {
|
|
1673
|
-
|
|
1646
|
+
TrainProfile.propTypes = iconPropTypes;
|
|
1674
1647
|
}
|
|
1675
|
-
const
|
|
1648
|
+
const TrainSpeed = /*#__PURE__*/React.forwardRef(function TrainSpeed(_ref73, ref) {
|
|
1676
1649
|
let {
|
|
1677
1650
|
children,
|
|
1678
1651
|
size = 16,
|
|
@@ -1686,14 +1659,14 @@ const Tsv = /*#__PURE__*/React.forwardRef(function Tsv(_ref73, ref) {
|
|
|
1686
1659
|
viewBox: "0 0 32 32",
|
|
1687
1660
|
fill: "currentColor",
|
|
1688
1661
|
...rest
|
|
1689
|
-
},
|
|
1690
|
-
d: "
|
|
1662
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1663
|
+
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"
|
|
1691
1664
|
})), children);
|
|
1692
1665
|
});
|
|
1693
1666
|
if (process.env.NODE_ENV !== "production") {
|
|
1694
|
-
|
|
1667
|
+
TrainSpeed.propTypes = iconPropTypes;
|
|
1695
1668
|
}
|
|
1696
|
-
const
|
|
1669
|
+
const TrainTicket = /*#__PURE__*/React.forwardRef(function TrainTicket(_ref74, ref) {
|
|
1697
1670
|
let {
|
|
1698
1671
|
children,
|
|
1699
1672
|
size = 16,
|
|
@@ -1707,14 +1680,16 @@ const Tuning = /*#__PURE__*/React.forwardRef(function Tuning(_ref74, ref) {
|
|
|
1707
1680
|
viewBox: "0 0 32 32",
|
|
1708
1681
|
fill: "currentColor",
|
|
1709
1682
|
...rest
|
|
1710
|
-
},
|
|
1711
|
-
d: "
|
|
1683
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1684
|
+
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"
|
|
1685
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1686
|
+
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"
|
|
1712
1687
|
})), children);
|
|
1713
1688
|
});
|
|
1714
1689
|
if (process.env.NODE_ENV !== "production") {
|
|
1715
|
-
|
|
1690
|
+
TrainTicket.propTypes = iconPropTypes;
|
|
1716
1691
|
}
|
|
1717
|
-
const
|
|
1692
|
+
const TrainTime = /*#__PURE__*/React.forwardRef(function TrainTime(_ref75, ref) {
|
|
1718
1693
|
let {
|
|
1719
1694
|
children,
|
|
1720
1695
|
size = 16,
|
|
@@ -1728,16 +1703,19 @@ const TwoFactorAuthentication = /*#__PURE__*/React.forwardRef(function TwoFactor
|
|
|
1728
1703
|
viewBox: "0 0 32 32",
|
|
1729
1704
|
fill: "currentColor",
|
|
1730
1705
|
...rest
|
|
1731
|
-
},
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1706
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1707
|
+
fill: "none",
|
|
1708
|
+
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"
|
|
1709
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1710
|
+
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"
|
|
1711
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1712
|
+
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"
|
|
1735
1713
|
})), children);
|
|
1736
1714
|
});
|
|
1737
1715
|
if (process.env.NODE_ENV !== "production") {
|
|
1738
|
-
|
|
1716
|
+
TrainTime.propTypes = iconPropTypes;
|
|
1739
1717
|
}
|
|
1740
|
-
const
|
|
1718
|
+
const Tram = /*#__PURE__*/React.forwardRef(function Tram(_ref76, ref) {
|
|
1741
1719
|
let {
|
|
1742
1720
|
children,
|
|
1743
1721
|
size = 16,
|
|
@@ -1751,18 +1729,14 @@ const TwoPersonLift = /*#__PURE__*/React.forwardRef(function TwoPersonLift(_ref7
|
|
|
1751
1729
|
viewBox: "0 0 32 32",
|
|
1752
1730
|
fill: "currentColor",
|
|
1753
1731
|
...rest
|
|
1754
|
-
},
|
|
1755
|
-
d: "
|
|
1756
|
-
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1757
|
-
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"
|
|
1758
|
-
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1759
|
-
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"
|
|
1732
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1733
|
+
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"
|
|
1760
1734
|
})), children);
|
|
1761
1735
|
});
|
|
1762
1736
|
if (process.env.NODE_ENV !== "production") {
|
|
1763
|
-
|
|
1737
|
+
Tram.propTypes = iconPropTypes;
|
|
1764
1738
|
}
|
|
1765
|
-
const
|
|
1739
|
+
const TransformBinary = /*#__PURE__*/React.forwardRef(function TransformBinary(_ref77, ref) {
|
|
1766
1740
|
let {
|
|
1767
1741
|
children,
|
|
1768
1742
|
size = 16,
|
|
@@ -1776,14 +1750,16 @@ const Txt = /*#__PURE__*/React.forwardRef(function Txt(_ref77, ref) {
|
|
|
1776
1750
|
viewBox: "0 0 32 32",
|
|
1777
1751
|
fill: "currentColor",
|
|
1778
1752
|
...rest
|
|
1779
|
-
},
|
|
1780
|
-
d: "
|
|
1753
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1754
|
+
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"
|
|
1755
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1756
|
+
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"
|
|
1781
1757
|
})), children);
|
|
1782
1758
|
});
|
|
1783
1759
|
if (process.env.NODE_ENV !== "production") {
|
|
1784
|
-
|
|
1760
|
+
TransformBinary.propTypes = iconPropTypes;
|
|
1785
1761
|
}
|
|
1786
|
-
const
|
|
1762
|
+
const TransformCode = /*#__PURE__*/React.forwardRef(function TransformCode(_ref78, ref) {
|
|
1787
1763
|
let {
|
|
1788
1764
|
children,
|
|
1789
1765
|
size = 16,
|
|
@@ -1797,14 +1773,14 @@ const TxtReference = /*#__PURE__*/React.forwardRef(function TxtReference(_ref78,
|
|
|
1797
1773
|
viewBox: "0 0 32 32",
|
|
1798
1774
|
fill: "currentColor",
|
|
1799
1775
|
...rest
|
|
1800
|
-
},
|
|
1801
|
-
d: "
|
|
1776
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1777
|
+
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"
|
|
1802
1778
|
})), children);
|
|
1803
1779
|
});
|
|
1804
1780
|
if (process.env.NODE_ENV !== "production") {
|
|
1805
|
-
|
|
1781
|
+
TransformCode.propTypes = iconPropTypes;
|
|
1806
1782
|
}
|
|
1807
|
-
const
|
|
1783
|
+
const TransformInstructions = /*#__PURE__*/React.forwardRef(function TransformInstructions(_ref79, ref) {
|
|
1808
1784
|
let {
|
|
1809
1785
|
children,
|
|
1810
1786
|
size = 16,
|
|
@@ -1818,16 +1794,16 @@ const TypePattern = /*#__PURE__*/React.forwardRef(function TypePattern(_ref79, r
|
|
|
1818
1794
|
viewBox: "0 0 32 32",
|
|
1819
1795
|
fill: "currentColor",
|
|
1820
1796
|
...rest
|
|
1821
|
-
},
|
|
1822
|
-
d: "
|
|
1823
|
-
})),
|
|
1824
|
-
d: "
|
|
1797
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1798
|
+
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"
|
|
1799
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1800
|
+
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"
|
|
1825
1801
|
})), children);
|
|
1826
1802
|
});
|
|
1827
1803
|
if (process.env.NODE_ENV !== "production") {
|
|
1828
|
-
|
|
1804
|
+
TransformInstructions.propTypes = iconPropTypes;
|
|
1829
1805
|
}
|
|
1830
|
-
const
|
|
1806
|
+
const TransformLanguage = /*#__PURE__*/React.forwardRef(function TransformLanguage(_ref80, ref) {
|
|
1831
1807
|
let {
|
|
1832
1808
|
children,
|
|
1833
1809
|
size = 16,
|
|
@@ -1841,18 +1817,16 @@ const Types = /*#__PURE__*/React.forwardRef(function Types(_ref80, ref) {
|
|
|
1841
1817
|
viewBox: "0 0 32 32",
|
|
1842
1818
|
fill: "currentColor",
|
|
1843
1819
|
...rest
|
|
1844
|
-
},
|
|
1845
|
-
d: "
|
|
1846
|
-
})),
|
|
1847
|
-
d: "M16
|
|
1848
|
-
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1849
|
-
d: "M2 16L10 8 11.414 9.414 4.828 16 11.414 22.586 10 24 2 16z"
|
|
1820
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1821
|
+
d: "M10 19H18V21H10zM10 15H22V17H10zM10 11H22V13H10z"
|
|
1822
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1823
|
+
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"
|
|
1850
1824
|
})), children);
|
|
1851
1825
|
});
|
|
1852
1826
|
if (process.env.NODE_ENV !== "production") {
|
|
1853
|
-
|
|
1827
|
+
TransformLanguage.propTypes = iconPropTypes;
|
|
1854
1828
|
}
|
|
1855
|
-
const
|
|
1829
|
+
const Transgender = /*#__PURE__*/React.forwardRef(function Transgender(_ref81, ref) {
|
|
1856
1830
|
let {
|
|
1857
1831
|
children,
|
|
1858
1832
|
size = 16,
|
|
@@ -1866,14 +1840,14 @@ const QU1 = /*#__PURE__*/React.forwardRef(function QU1(_ref81, ref) {
|
|
|
1866
1840
|
viewBox: "0 0 32 32",
|
|
1867
1841
|
fill: "currentColor",
|
|
1868
1842
|
...rest
|
|
1869
|
-
},
|
|
1870
|
-
d: "
|
|
1843
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1844
|
+
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"
|
|
1871
1845
|
})), children);
|
|
1872
1846
|
});
|
|
1873
1847
|
if (process.env.NODE_ENV !== "production") {
|
|
1874
|
-
|
|
1848
|
+
Transgender.propTypes = iconPropTypes;
|
|
1875
1849
|
}
|
|
1876
|
-
const
|
|
1850
|
+
const Translate = /*#__PURE__*/React.forwardRef(function Translate(_ref82, ref) {
|
|
1877
1851
|
let {
|
|
1878
1852
|
children,
|
|
1879
1853
|
size = 16,
|
|
@@ -1887,14 +1861,14 @@ const QU2 = /*#__PURE__*/React.forwardRef(function QU2(_ref82, ref) {
|
|
|
1887
1861
|
viewBox: "0 0 32 32",
|
|
1888
1862
|
fill: "currentColor",
|
|
1889
1863
|
...rest
|
|
1890
|
-
},
|
|
1891
|
-
d: "
|
|
1864
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1865
|
+
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"
|
|
1892
1866
|
})), children);
|
|
1893
1867
|
});
|
|
1894
1868
|
if (process.env.NODE_ENV !== "production") {
|
|
1895
|
-
|
|
1869
|
+
Translate.propTypes = iconPropTypes;
|
|
1896
1870
|
}
|
|
1897
|
-
const
|
|
1871
|
+
const TransmissionLte = /*#__PURE__*/React.forwardRef(function TransmissionLte(_ref83, ref) {
|
|
1898
1872
|
let {
|
|
1899
1873
|
children,
|
|
1900
1874
|
size = 16,
|
|
@@ -1908,14 +1882,16 @@ const QU3 = /*#__PURE__*/React.forwardRef(function QU3(_ref83, ref) {
|
|
|
1908
1882
|
viewBox: "0 0 32 32",
|
|
1909
1883
|
fill: "currentColor",
|
|
1910
1884
|
...rest
|
|
1911
|
-
},
|
|
1912
|
-
d: "
|
|
1885
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1886
|
+
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"
|
|
1887
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1888
|
+
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"
|
|
1913
1889
|
})), children);
|
|
1914
1890
|
});
|
|
1915
1891
|
if (process.env.NODE_ENV !== "production") {
|
|
1916
|
-
|
|
1892
|
+
TransmissionLte.propTypes = iconPropTypes;
|
|
1917
1893
|
}
|
|
1918
|
-
const
|
|
1894
|
+
const Transpose = /*#__PURE__*/React.forwardRef(function Transpose(_ref84, ref) {
|
|
1919
1895
|
let {
|
|
1920
1896
|
children,
|
|
1921
1897
|
size = 16,
|
|
@@ -1929,14 +1905,14 @@ const Umbrella = /*#__PURE__*/React.forwardRef(function Umbrella(_ref84, ref) {
|
|
|
1929
1905
|
viewBox: "0 0 32 32",
|
|
1930
1906
|
fill: "currentColor",
|
|
1931
1907
|
...rest
|
|
1932
|
-
},
|
|
1933
|
-
d: "
|
|
1908
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1909
|
+
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"
|
|
1934
1910
|
})), children);
|
|
1935
1911
|
});
|
|
1936
1912
|
if (process.env.NODE_ENV !== "production") {
|
|
1937
|
-
|
|
1913
|
+
Transpose.propTypes = iconPropTypes;
|
|
1938
1914
|
}
|
|
1939
|
-
const
|
|
1915
|
+
const TrashCan = /*#__PURE__*/React.forwardRef(function TrashCan(_ref85, ref) {
|
|
1940
1916
|
let {
|
|
1941
1917
|
children,
|
|
1942
1918
|
size = 16,
|
|
@@ -1950,16 +1926,16 @@ const Undefined = /*#__PURE__*/React.forwardRef(function Undefined(_ref85, ref)
|
|
|
1950
1926
|
viewBox: "0 0 32 32",
|
|
1951
1927
|
fill: "currentColor",
|
|
1952
1928
|
...rest
|
|
1953
|
-
},
|
|
1954
|
-
d: "
|
|
1955
|
-
})),
|
|
1956
|
-
d: "
|
|
1929
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1930
|
+
d: "M12 12H14V24H12zM18 12H20V24H18z"
|
|
1931
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1932
|
+
d: "M4 6V8H6V28a2 2 0 002 2H24a2 2 0 002-2V8h2V6zM8 28V8H24V28zM12 2H20V4H12z"
|
|
1957
1933
|
})), children);
|
|
1958
1934
|
});
|
|
1959
1935
|
if (process.env.NODE_ENV !== "production") {
|
|
1960
|
-
|
|
1936
|
+
TrashCan.propTypes = iconPropTypes;
|
|
1961
1937
|
}
|
|
1962
|
-
const
|
|
1938
|
+
const Tree = /*#__PURE__*/React.forwardRef(function Tree(_ref86, ref) {
|
|
1963
1939
|
let {
|
|
1964
1940
|
children,
|
|
1965
1941
|
size = 16,
|
|
@@ -1973,18 +1949,16 @@ const UndefinedFilled = /*#__PURE__*/React.forwardRef(function UndefinedFilled(_
|
|
|
1973
1949
|
viewBox: "0 0 32 32",
|
|
1974
1950
|
fill: "currentColor",
|
|
1975
1951
|
...rest
|
|
1976
|
-
},
|
|
1977
|
-
d: "
|
|
1978
|
-
})),
|
|
1979
|
-
|
|
1980
|
-
d: "M11 14H21V18H11z",
|
|
1981
|
-
"data-icon-path": "inner-path"
|
|
1952
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1953
|
+
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"
|
|
1954
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1955
|
+
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"
|
|
1982
1956
|
})), children);
|
|
1983
1957
|
});
|
|
1984
1958
|
if (process.env.NODE_ENV !== "production") {
|
|
1985
|
-
|
|
1959
|
+
Tree.propTypes = iconPropTypes;
|
|
1986
1960
|
}
|
|
1987
|
-
const
|
|
1961
|
+
const TreeFallRisk = /*#__PURE__*/React.forwardRef(function TreeFallRisk(_ref87, ref) {
|
|
1988
1962
|
let {
|
|
1989
1963
|
children,
|
|
1990
1964
|
size = 16,
|
|
@@ -1998,14 +1972,20 @@ const Undo = /*#__PURE__*/React.forwardRef(function Undo(_ref87, ref) {
|
|
|
1998
1972
|
viewBox: "0 0 32 32",
|
|
1999
1973
|
fill: "currentColor",
|
|
2000
1974
|
...rest
|
|
2001
|
-
},
|
|
2002
|
-
|
|
1975
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1976
|
+
fill: "none",
|
|
1977
|
+
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z",
|
|
1978
|
+
"data-icon-path": "inner-path"
|
|
1979
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1980
|
+
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"
|
|
1981
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1982
|
+
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"
|
|
2003
1983
|
})), children);
|
|
2004
1984
|
});
|
|
2005
1985
|
if (process.env.NODE_ENV !== "production") {
|
|
2006
|
-
|
|
1986
|
+
TreeFallRisk.propTypes = iconPropTypes;
|
|
2007
1987
|
}
|
|
2008
|
-
const
|
|
1988
|
+
const TreeView = /*#__PURE__*/React.forwardRef(function TreeView(_ref88, ref) {
|
|
2009
1989
|
let {
|
|
2010
1990
|
children,
|
|
2011
1991
|
size = 16,
|
|
@@ -2019,14 +1999,14 @@ const UngroupObjects = /*#__PURE__*/React.forwardRef(function UngroupObjects(_re
|
|
|
2019
1999
|
viewBox: "0 0 32 32",
|
|
2020
2000
|
fill: "currentColor",
|
|
2021
2001
|
...rest
|
|
2022
|
-
},
|
|
2023
|
-
d: "M30,
|
|
2002
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2003
|
+
d: "M30,20V12H22v3H17V7a2,2,0,0,0-2-2H10V2H2v8h8V7h5V25a2,2,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3ZM8,8H4V4H8ZM24,24h4v4H24Zm0-10h4v4H24Z"
|
|
2024
2004
|
})), children);
|
|
2025
2005
|
});
|
|
2026
2006
|
if (process.env.NODE_ENV !== "production") {
|
|
2027
|
-
|
|
2007
|
+
TreeView.propTypes = iconPropTypes;
|
|
2028
2008
|
}
|
|
2029
|
-
const
|
|
2009
|
+
const TreeViewAlt = /*#__PURE__*/React.forwardRef(function TreeViewAlt(_ref89, ref) {
|
|
2030
2010
|
let {
|
|
2031
2011
|
children,
|
|
2032
2012
|
size = 16,
|
|
@@ -2040,20 +2020,15 @@ const Unknown = /*#__PURE__*/React.forwardRef(function Unknown(_ref89, ref) {
|
|
|
2040
2020
|
viewBox: "0 0 32 32",
|
|
2041
2021
|
fill: "currentColor",
|
|
2042
2022
|
...rest
|
|
2043
|
-
},
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
r: "1.5"
|
|
2047
|
-
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2048
|
-
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"
|
|
2049
|
-
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2050
|
-
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"
|
|
2023
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2024
|
+
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",
|
|
2025
|
+
transform: "translate(0 .005)"
|
|
2051
2026
|
})), children);
|
|
2052
2027
|
});
|
|
2053
2028
|
if (process.env.NODE_ENV !== "production") {
|
|
2054
|
-
|
|
2029
|
+
TreeViewAlt.propTypes = iconPropTypes;
|
|
2055
2030
|
}
|
|
2056
|
-
const
|
|
2031
|
+
const TriangleDownOutline = /*#__PURE__*/React.forwardRef(function TriangleDownOutline(_ref90, ref) {
|
|
2057
2032
|
let {
|
|
2058
2033
|
children,
|
|
2059
2034
|
size = 16,
|
|
@@ -2067,18 +2042,15 @@ const UnknownFilled = /*#__PURE__*/React.forwardRef(function UnknownFilled(_ref9
|
|
|
2067
2042
|
viewBox: "0 0 32 32",
|
|
2068
2043
|
fill: "currentColor",
|
|
2069
2044
|
...rest
|
|
2070
|
-
},
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
fill: "none",
|
|
2074
|
-
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",
|
|
2075
|
-
"data-icon-path": "inner-path"
|
|
2045
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2046
|
+
strokeWidth: "0",
|
|
2047
|
+
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"
|
|
2076
2048
|
})), children);
|
|
2077
2049
|
});
|
|
2078
2050
|
if (process.env.NODE_ENV !== "production") {
|
|
2079
|
-
|
|
2051
|
+
TriangleDownOutline.propTypes = iconPropTypes;
|
|
2080
2052
|
}
|
|
2081
|
-
const
|
|
2053
|
+
const TriangleDownSolid = /*#__PURE__*/React.forwardRef(function TriangleDownSolid(_ref91, ref) {
|
|
2082
2054
|
let {
|
|
2083
2055
|
children,
|
|
2084
2056
|
size = 16,
|
|
@@ -2092,38 +2064,20 @@ const Unlink = /*#__PURE__*/React.forwardRef(function Unlink(_ref91, ref) {
|
|
|
2092
2064
|
viewBox: "0 0 32 32",
|
|
2093
2065
|
fill: "currentColor",
|
|
2094
2066
|
...rest
|
|
2095
|
-
},
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2099
|
-
d: "M25 23.58H27V28.409999999999997H25z",
|
|
2100
|
-
transform: "rotate(-44.99 25.995 25.999)"
|
|
2101
|
-
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2102
|
-
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"
|
|
2067
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2068
|
+
strokeWidth: "0",
|
|
2069
|
+
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"
|
|
2103
2070
|
})), children);
|
|
2104
2071
|
});
|
|
2105
2072
|
if (process.env.NODE_ENV !== "production") {
|
|
2106
|
-
|
|
2073
|
+
TriangleDownSolid.propTypes = iconPropTypes;
|
|
2107
2074
|
}
|
|
2108
|
-
const
|
|
2075
|
+
const TriangleLeftOutline = /*#__PURE__*/React.forwardRef(function TriangleLeftOutline(_ref92, ref) {
|
|
2109
2076
|
let {
|
|
2110
2077
|
children,
|
|
2111
2078
|
size = 16,
|
|
2112
2079
|
...rest
|
|
2113
2080
|
} = _ref92;
|
|
2114
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2115
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2116
|
-
width: size,
|
|
2117
|
-
height: size,
|
|
2118
|
-
ref: ref,
|
|
2119
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2120
|
-
viewBox: "0 0 16 16",
|
|
2121
|
-
fill: "currentColor",
|
|
2122
|
-
...rest
|
|
2123
|
-
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2124
|
-
d: "M12,7H6V4c0-1.1,0.9-2,2-2s2,0.9,2,2h1c0-1.7-1.3-3-3-3S5,2.3,5,4v3H4C3.4,7,3,7.4,3,8v6c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1 V8C13,7.4,12.6,7,12,7z M12,14H4V8h8V14z"
|
|
2125
|
-
})), children);
|
|
2126
|
-
}
|
|
2127
2081
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2128
2082
|
width: size,
|
|
2129
2083
|
height: size,
|
|
@@ -2132,14 +2086,15 @@ const Unlocked = /*#__PURE__*/React.forwardRef(function Unlocked(_ref92, ref) {
|
|
|
2132
2086
|
viewBox: "0 0 32 32",
|
|
2133
2087
|
fill: "currentColor",
|
|
2134
2088
|
...rest
|
|
2135
|
-
},
|
|
2136
|
-
|
|
2089
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2090
|
+
strokeWidth: "0",
|
|
2091
|
+
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"
|
|
2137
2092
|
})), children);
|
|
2138
2093
|
});
|
|
2139
2094
|
if (process.env.NODE_ENV !== "production") {
|
|
2140
|
-
|
|
2095
|
+
TriangleLeftOutline.propTypes = iconPropTypes;
|
|
2141
2096
|
}
|
|
2142
|
-
const
|
|
2097
|
+
const TriangleLeftSolid = /*#__PURE__*/React.forwardRef(function TriangleLeftSolid(_ref93, ref) {
|
|
2143
2098
|
let {
|
|
2144
2099
|
children,
|
|
2145
2100
|
size = 16,
|
|
@@ -2153,16 +2108,15 @@ const Unsaved = /*#__PURE__*/React.forwardRef(function Unsaved(_ref93, ref) {
|
|
|
2153
2108
|
viewBox: "0 0 32 32",
|
|
2154
2109
|
fill: "currentColor",
|
|
2155
2110
|
...rest
|
|
2156
|
-
},
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
d: "M16,26l-4,0v-8l4,0v-2l-4,0c-1.1,0-2,0.9-2,2v8H6V6h4v4c0,1.1,0.9,2,2,2h8c1.1,0,2-0.9,2-2V6.4l4,4l0,5.6h2l0-6 c0-0.3-0.1-0.5-0.3-0.7l-5-5C22.5,4.1,22.3,4,22,4H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2l10,0V26z M12,6h8v4h-8V6z"
|
|
2111
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2112
|
+
strokeWidth: "0",
|
|
2113
|
+
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"
|
|
2160
2114
|
})), children);
|
|
2161
2115
|
});
|
|
2162
2116
|
if (process.env.NODE_ENV !== "production") {
|
|
2163
|
-
|
|
2117
|
+
TriangleLeftSolid.propTypes = iconPropTypes;
|
|
2164
2118
|
}
|
|
2165
|
-
const
|
|
2119
|
+
const TriangleOutline = /*#__PURE__*/React.forwardRef(function TriangleOutline(_ref94, ref) {
|
|
2166
2120
|
let {
|
|
2167
2121
|
children,
|
|
2168
2122
|
size = 16,
|
|
@@ -2176,14 +2130,15 @@ const UpToTop = /*#__PURE__*/React.forwardRef(function UpToTop(_ref94, ref) {
|
|
|
2176
2130
|
viewBox: "0 0 32 32",
|
|
2177
2131
|
fill: "currentColor",
|
|
2178
2132
|
...rest
|
|
2179
|
-
},
|
|
2180
|
-
|
|
2133
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2134
|
+
strokeWidth: "0",
|
|
2135
|
+
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"
|
|
2181
2136
|
})), children);
|
|
2182
2137
|
});
|
|
2183
2138
|
if (process.env.NODE_ENV !== "production") {
|
|
2184
|
-
|
|
2139
|
+
TriangleOutline.propTypes = iconPropTypes;
|
|
2185
2140
|
}
|
|
2186
|
-
const
|
|
2141
|
+
const TriangleRightOutline = /*#__PURE__*/React.forwardRef(function TriangleRightOutline(_ref95, ref) {
|
|
2187
2142
|
let {
|
|
2188
2143
|
children,
|
|
2189
2144
|
size = 16,
|
|
@@ -2197,16 +2152,15 @@ const UpdateNow = /*#__PURE__*/React.forwardRef(function UpdateNow(_ref95, ref)
|
|
|
2197
2152
|
viewBox: "0 0 32 32",
|
|
2198
2153
|
fill: "currentColor",
|
|
2199
2154
|
...rest
|
|
2200
|
-
},
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
d: "M24 31a7 7 0 117-7A7.0078 7.0078 0 0124 31zm0-12a5 5 0 105 5A5.0055 5.0055 0 0024 19zM16 28A12.0134 12.0134 0 014 16H2A14.0158 14.0158 0 0016 30zM12 8H7.0784A11.9843 11.9843 0 0128 16h2A13.9778 13.9778 0 006 6.2344V2H4v8h8z"
|
|
2155
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2156
|
+
strokeWidth: "0",
|
|
2157
|
+
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"
|
|
2204
2158
|
})), children);
|
|
2205
2159
|
});
|
|
2206
2160
|
if (process.env.NODE_ENV !== "production") {
|
|
2207
|
-
|
|
2161
|
+
TriangleRightOutline.propTypes = iconPropTypes;
|
|
2208
2162
|
}
|
|
2209
|
-
const
|
|
2163
|
+
const TriangleRightSolid = /*#__PURE__*/React.forwardRef(function TriangleRightSolid(_ref96, ref) {
|
|
2210
2164
|
let {
|
|
2211
2165
|
children,
|
|
2212
2166
|
size = 16,
|
|
@@ -2220,32 +2174,20 @@ const Upgrade = /*#__PURE__*/React.forwardRef(function Upgrade(_ref96, ref) {
|
|
|
2220
2174
|
viewBox: "0 0 32 32",
|
|
2221
2175
|
fill: "currentColor",
|
|
2222
2176
|
...rest
|
|
2223
|
-
},
|
|
2224
|
-
|
|
2177
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2178
|
+
strokeWidth: "0",
|
|
2179
|
+
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"
|
|
2225
2180
|
})), children);
|
|
2226
2181
|
});
|
|
2227
2182
|
if (process.env.NODE_ENV !== "production") {
|
|
2228
|
-
|
|
2183
|
+
TriangleRightSolid.propTypes = iconPropTypes;
|
|
2229
2184
|
}
|
|
2230
|
-
const
|
|
2185
|
+
const TriangleSolid = /*#__PURE__*/React.forwardRef(function TriangleSolid(_ref97, ref) {
|
|
2231
2186
|
let {
|
|
2232
2187
|
children,
|
|
2233
2188
|
size = 16,
|
|
2234
2189
|
...rest
|
|
2235
2190
|
} = _ref97;
|
|
2236
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2237
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2238
|
-
width: size,
|
|
2239
|
-
height: size,
|
|
2240
|
-
ref: ref,
|
|
2241
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2242
|
-
viewBox: "0 0 16 16",
|
|
2243
|
-
fill: "currentColor",
|
|
2244
|
-
...rest
|
|
2245
|
-
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2246
|
-
d: "M3 9L3.7 9.7 7.5 5.9 7.5 15 8.5 15 8.5 5.9 12.3 9.7 13 9 8 4zM3 4V2h10v2h1V2c0-.6-.4-1-1-1H3C2.4 1 2 1.4 2 2v2H3z"
|
|
2247
|
-
})), children);
|
|
2248
|
-
}
|
|
2249
2191
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2250
2192
|
width: size,
|
|
2251
2193
|
height: size,
|
|
@@ -2254,14 +2196,15 @@ const Upload = /*#__PURE__*/React.forwardRef(function Upload(_ref97, ref) {
|
|
|
2254
2196
|
viewBox: "0 0 32 32",
|
|
2255
2197
|
fill: "currentColor",
|
|
2256
2198
|
...rest
|
|
2257
|
-
},
|
|
2258
|
-
|
|
2199
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2200
|
+
strokeWidth: "0",
|
|
2201
|
+
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"
|
|
2259
2202
|
})), children);
|
|
2260
2203
|
});
|
|
2261
2204
|
if (process.env.NODE_ENV !== "production") {
|
|
2262
|
-
|
|
2205
|
+
TriangleSolid.propTypes = iconPropTypes;
|
|
2263
2206
|
}
|
|
2264
|
-
const
|
|
2207
|
+
const Trigger = /*#__PURE__*/React.forwardRef(function Trigger(_ref98, ref) {
|
|
2265
2208
|
let {
|
|
2266
2209
|
children,
|
|
2267
2210
|
size = 16,
|
|
@@ -2275,14 +2218,14 @@ const Upstream = /*#__PURE__*/React.forwardRef(function Upstream(_ref98, ref) {
|
|
|
2275
2218
|
viewBox: "0 0 32 32",
|
|
2276
2219
|
fill: "currentColor",
|
|
2277
2220
|
...rest
|
|
2278
|
-
},
|
|
2279
|
-
d: "
|
|
2221
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2222
|
+
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"
|
|
2280
2223
|
})), children);
|
|
2281
2224
|
});
|
|
2282
2225
|
if (process.env.NODE_ENV !== "production") {
|
|
2283
|
-
|
|
2226
|
+
Trigger.propTypes = iconPropTypes;
|
|
2284
2227
|
}
|
|
2285
|
-
const
|
|
2228
|
+
const Trophy = /*#__PURE__*/React.forwardRef(function Trophy(_ref99, ref) {
|
|
2286
2229
|
let {
|
|
2287
2230
|
children,
|
|
2288
2231
|
size = 16,
|
|
@@ -2296,15 +2239,14 @@ const Url = /*#__PURE__*/React.forwardRef(function Url(_ref99, ref) {
|
|
|
2296
2239
|
viewBox: "0 0 32 32",
|
|
2297
2240
|
fill: "currentColor",
|
|
2298
2241
|
...rest
|
|
2299
|
-
},
|
|
2300
|
-
|
|
2301
|
-
d: "M24 21L24 9 22 9 22 23 30 23 30 21 24 21zM20 15v-4c0-1.103-.8975-2-2-2h-6v14h2v-6h1.4807l2.3345 6h2.1453l-2.3331-6h.3726c1.1025 0 2-.8975 2-2zm-6-4h4v4h-4v-4zM8 23h-4c-1.103 0-2-.8975-2-2v-12h2v12h4v-12h2v12c0 1.1025-.897 2-2 2z"
|
|
2242
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2243
|
+
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"
|
|
2302
2244
|
})), children);
|
|
2303
2245
|
});
|
|
2304
2246
|
if (process.env.NODE_ENV !== "production") {
|
|
2305
|
-
|
|
2247
|
+
Trophy.propTypes = iconPropTypes;
|
|
2306
2248
|
}
|
|
2307
|
-
const
|
|
2249
|
+
const TrophyFilled = /*#__PURE__*/React.forwardRef(function TrophyFilled(_ref100, ref) {
|
|
2308
2250
|
let {
|
|
2309
2251
|
children,
|
|
2310
2252
|
size = 16,
|
|
@@ -2318,15 +2260,14 @@ const UsageIncludedUseCase = /*#__PURE__*/React.forwardRef(function UsageInclude
|
|
|
2318
2260
|
viewBox: "0 0 32 32",
|
|
2319
2261
|
fill: "currentColor",
|
|
2320
2262
|
...rest
|
|
2321
|
-
},
|
|
2322
|
-
|
|
2323
|
-
d: "m13,28V5.8281l7.5859,7.5859,1.4141-1.4141L12,2,2,12l1.4143,1.4141,7.5857-7.5854v22.1714c0,1.1045.8955,2,2,2h15v-2h-15Z"
|
|
2263
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2264
|
+
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"
|
|
2324
2265
|
})), children);
|
|
2325
2266
|
});
|
|
2326
2267
|
if (process.env.NODE_ENV !== "production") {
|
|
2327
|
-
|
|
2268
|
+
TrophyFilled.propTypes = iconPropTypes;
|
|
2328
2269
|
}
|
|
2329
|
-
const
|
|
2270
|
+
const TropicalStorm = /*#__PURE__*/React.forwardRef(function TropicalStorm(_ref101, ref) {
|
|
2330
2271
|
let {
|
|
2331
2272
|
children,
|
|
2332
2273
|
size = 16,
|
|
@@ -2340,16 +2281,16 @@ const Usb = /*#__PURE__*/React.forwardRef(function Usb(_ref101, ref) {
|
|
|
2340
2281
|
viewBox: "0 0 32 32",
|
|
2341
2282
|
fill: "currentColor",
|
|
2342
2283
|
...rest
|
|
2343
|
-
},
|
|
2344
|
-
d: "
|
|
2345
|
-
})),
|
|
2346
|
-
d: "
|
|
2284
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2285
|
+
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"
|
|
2286
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2287
|
+
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"
|
|
2347
2288
|
})), children);
|
|
2348
2289
|
});
|
|
2349
2290
|
if (process.env.NODE_ENV !== "production") {
|
|
2350
|
-
|
|
2291
|
+
TropicalStorm.propTypes = iconPropTypes;
|
|
2351
2292
|
}
|
|
2352
|
-
const
|
|
2293
|
+
const TropicalStormModelTracks = /*#__PURE__*/React.forwardRef(function TropicalStormModelTracks(_ref102, ref) {
|
|
2353
2294
|
let {
|
|
2354
2295
|
children,
|
|
2355
2296
|
size = 16,
|
|
@@ -2363,18 +2304,16 @@ const UseCaseDefinition = /*#__PURE__*/React.forwardRef(function UseCaseDefiniti
|
|
|
2363
2304
|
viewBox: "0 0 32 32",
|
|
2364
2305
|
fill: "currentColor",
|
|
2365
2306
|
...rest
|
|
2366
|
-
},
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
strokeWidth: "0",
|
|
2371
|
-
d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
|
|
2307
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2308
|
+
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"
|
|
2309
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2310
|
+
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"
|
|
2372
2311
|
})), children);
|
|
2373
2312
|
});
|
|
2374
2313
|
if (process.env.NODE_ENV !== "production") {
|
|
2375
|
-
|
|
2314
|
+
TropicalStormModelTracks.propTypes = iconPropTypes;
|
|
2376
2315
|
}
|
|
2377
|
-
const
|
|
2316
|
+
const TropicalStormTracks = /*#__PURE__*/React.forwardRef(function TropicalStormTracks(_ref103, ref) {
|
|
2378
2317
|
let {
|
|
2379
2318
|
children,
|
|
2380
2319
|
size = 16,
|
|
@@ -2388,36 +2327,21 @@ const UseCaseUsage = /*#__PURE__*/React.forwardRef(function UseCaseUsage(_ref103
|
|
|
2388
2327
|
viewBox: "0 0 32 32",
|
|
2389
2328
|
fill: "currentColor",
|
|
2390
2329
|
...rest
|
|
2391
|
-
},
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
strokeWidth: "0",
|
|
2396
|
-
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
|
2330
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2331
|
+
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"
|
|
2332
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2333
|
+
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"
|
|
2397
2334
|
})), children);
|
|
2398
2335
|
});
|
|
2399
2336
|
if (process.env.NODE_ENV !== "production") {
|
|
2400
|
-
|
|
2337
|
+
TropicalStormTracks.propTypes = iconPropTypes;
|
|
2401
2338
|
}
|
|
2402
|
-
const
|
|
2339
|
+
const TropicalWarning = /*#__PURE__*/React.forwardRef(function TropicalWarning(_ref104, ref) {
|
|
2403
2340
|
let {
|
|
2404
2341
|
children,
|
|
2405
2342
|
size = 16,
|
|
2406
2343
|
...rest
|
|
2407
2344
|
} = _ref104;
|
|
2408
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2409
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2410
|
-
width: size,
|
|
2411
|
-
height: size,
|
|
2412
|
-
ref: ref,
|
|
2413
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2414
|
-
viewBox: "0 0 16 16",
|
|
2415
|
-
fill: "currentColor",
|
|
2416
|
-
...rest
|
|
2417
|
-
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2418
|
-
d: "M8 2c1.4 0 2.5 1.1 2.5 2.5S9.4 7 8 7 5.5 5.9 5.5 4.5 6.6 2 8 2M8 1C6.1 1 4.5 2.6 4.5 4.5S6.1 8 8 8s3.5-1.6 3.5-3.5S9.9 1 8 1zM13 15h-1v-2.5c0-1.4-1.1-2.5-2.5-2.5h-3C5.1 10 4 11.1 4 12.5V15H3v-2.5C3 10.6 4.6 9 6.5 9h3c1.9 0 3.5 1.6 3.5 3.5V15z"
|
|
2419
|
-
})), children);
|
|
2420
|
-
}
|
|
2421
2345
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2422
2346
|
width: size,
|
|
2423
2347
|
height: size,
|
|
@@ -2426,14 +2350,19 @@ const User = /*#__PURE__*/React.forwardRef(function User(_ref104, ref) {
|
|
|
2426
2350
|
viewBox: "0 0 32 32",
|
|
2427
2351
|
fill: "currentColor",
|
|
2428
2352
|
...rest
|
|
2429
|
-
},
|
|
2430
|
-
d: "
|
|
2353
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2354
|
+
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"
|
|
2355
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2356
|
+
fill: "none",
|
|
2357
|
+
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
2358
|
+
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2359
|
+
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"
|
|
2431
2360
|
})), children);
|
|
2432
2361
|
});
|
|
2433
2362
|
if (process.env.NODE_ENV !== "production") {
|
|
2434
|
-
|
|
2363
|
+
TropicalWarning.propTypes = iconPropTypes;
|
|
2435
2364
|
}
|
|
2436
|
-
const
|
|
2365
|
+
const Tsq = /*#__PURE__*/React.forwardRef(function Tsq(_ref105, ref) {
|
|
2437
2366
|
let {
|
|
2438
2367
|
children,
|
|
2439
2368
|
size = 16,
|
|
@@ -2447,14 +2376,16 @@ const UserAccess = /*#__PURE__*/React.forwardRef(function UserAccess(_ref105, re
|
|
|
2447
2376
|
viewBox: "0 0 32 32",
|
|
2448
2377
|
fill: "currentColor",
|
|
2449
2378
|
...rest
|
|
2450
|
-
},
|
|
2451
|
-
d: "
|
|
2379
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2380
|
+
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"
|
|
2381
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2382
|
+
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"
|
|
2452
2383
|
})), children);
|
|
2453
2384
|
});
|
|
2454
2385
|
if (process.env.NODE_ENV !== "production") {
|
|
2455
|
-
|
|
2386
|
+
Tsq.propTypes = iconPropTypes;
|
|
2456
2387
|
}
|
|
2457
|
-
const
|
|
2388
|
+
const Tsunami = /*#__PURE__*/React.forwardRef(function Tsunami(_ref106, ref) {
|
|
2458
2389
|
let {
|
|
2459
2390
|
children,
|
|
2460
2391
|
size = 16,
|
|
@@ -2468,15 +2399,14 @@ const UserAccessLocked = /*#__PURE__*/React.forwardRef(function UserAccessLocked
|
|
|
2468
2399
|
viewBox: "0 0 32 32",
|
|
2469
2400
|
fill: "currentColor",
|
|
2470
2401
|
...rest
|
|
2471
|
-
},
|
|
2472
|
-
|
|
2473
|
-
d: "M28 8v-3c0-2.2056-1.7944-4-4-4s-4 1.7944-4 4v3c-1.1028 0-2 .8975-2 2v6c0 1.1025.8972 2 2 2h8c1.1028 0 2-.8975 2-2v-6c0-1.1025-.8972-2-2-2zm-6-3c0-1.1025.8972-2 2-2s2 .8975 2 2v3h-4v-3zm-2 11v-6h8v6h-8zM16 30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982 1.3439-3 3v5h-2v-5c.0033-2.7601 2.2399-4.9967 5-5h4c2.7601.0033 4.9967 2.2399 5 5v5zM9 10c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3-3-1.3431-3-3 1.3431-3 3-3m0-2c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5z"
|
|
2402
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2403
|
+
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"
|
|
2474
2404
|
})), children);
|
|
2475
2405
|
});
|
|
2476
2406
|
if (process.env.NODE_ENV !== "production") {
|
|
2477
|
-
|
|
2407
|
+
Tsunami.propTypes = iconPropTypes;
|
|
2478
2408
|
}
|
|
2479
|
-
const
|
|
2409
|
+
const Tsv = /*#__PURE__*/React.forwardRef(function Tsv(_ref107, ref) {
|
|
2480
2410
|
let {
|
|
2481
2411
|
children,
|
|
2482
2412
|
size = 16,
|
|
@@ -2490,15 +2420,14 @@ const UserAccessUnlocked = /*#__PURE__*/React.forwardRef(function UserAccessUnlo
|
|
|
2490
2420
|
viewBox: "0 0 32 32",
|
|
2491
2421
|
fill: "currentColor",
|
|
2492
2422
|
...rest
|
|
2493
|
-
},
|
|
2494
|
-
|
|
2495
|
-
d: "M16 30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982 1.3439-3 3v5h-2v-5c.0033-2.7601 2.2399-4.9967 5-5h4c2.7601.0033 4.9967 2.2399 5 5v5zM9 10c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3-3-1.3431-3-3 1.3431-3 3-3m0-2c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5zM28 8h-6v-3c0-1.1025.8972-2 2-2s2 .8975 2 2h2c0-2.2056-1.7944-4-4-4s-4 1.7944-4 4v3c-1.1028 0-2 .8975-2 2v6c0 1.1025.8972 2 2 2h8c1.1028 0 2-.8975 2-2v-6c0-1.1025-.8972-2-2-2zm0 8h-8v-6h8v6z"
|
|
2423
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2424
|
+
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"
|
|
2496
2425
|
})), children);
|
|
2497
2426
|
});
|
|
2498
2427
|
if (process.env.NODE_ENV !== "production") {
|
|
2499
|
-
|
|
2428
|
+
Tsv.propTypes = iconPropTypes;
|
|
2500
2429
|
}
|
|
2501
|
-
const
|
|
2430
|
+
const Tuning = /*#__PURE__*/React.forwardRef(function Tuning(_ref108, ref) {
|
|
2502
2431
|
let {
|
|
2503
2432
|
children,
|
|
2504
2433
|
size = 16,
|
|
@@ -2512,14 +2441,14 @@ const UserActivity = /*#__PURE__*/React.forwardRef(function UserActivity(_ref108
|
|
|
2512
2441
|
viewBox: "0 0 32 32",
|
|
2513
2442
|
fill: "currentColor",
|
|
2514
2443
|
...rest
|
|
2515
|
-
},
|
|
2516
|
-
d: "
|
|
2444
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2445
|
+
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"
|
|
2517
2446
|
})), children);
|
|
2518
2447
|
});
|
|
2519
2448
|
if (process.env.NODE_ENV !== "production") {
|
|
2520
|
-
|
|
2449
|
+
Tuning.propTypes = iconPropTypes;
|
|
2521
2450
|
}
|
|
2522
|
-
const
|
|
2451
|
+
const TwoFactorAuthentication = /*#__PURE__*/React.forwardRef(function TwoFactorAuthentication(_ref109, ref) {
|
|
2523
2452
|
let {
|
|
2524
2453
|
children,
|
|
2525
2454
|
size = 16,
|
|
@@ -2533,34 +2462,21 @@ const UserAdmin = /*#__PURE__*/React.forwardRef(function UserAdmin(_ref109, ref)
|
|
|
2533
2462
|
viewBox: "0 0 32 32",
|
|
2534
2463
|
fill: "currentColor",
|
|
2535
2464
|
...rest
|
|
2536
|
-
},
|
|
2537
|
-
d: "
|
|
2465
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2466
|
+
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"
|
|
2467
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2468
|
+
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"
|
|
2538
2469
|
})), children);
|
|
2539
2470
|
});
|
|
2540
2471
|
if (process.env.NODE_ENV !== "production") {
|
|
2541
|
-
|
|
2472
|
+
TwoFactorAuthentication.propTypes = iconPropTypes;
|
|
2542
2473
|
}
|
|
2543
|
-
const
|
|
2474
|
+
const TwoPersonLift = /*#__PURE__*/React.forwardRef(function TwoPersonLift(_ref110, ref) {
|
|
2544
2475
|
let {
|
|
2545
2476
|
children,
|
|
2546
2477
|
size = 16,
|
|
2547
2478
|
...rest
|
|
2548
2479
|
} = _ref110;
|
|
2549
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2550
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2551
|
-
width: size,
|
|
2552
|
-
height: size,
|
|
2553
|
-
ref: ref,
|
|
2554
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2555
|
-
viewBox: "0 0 16 16",
|
|
2556
|
-
fill: "currentColor",
|
|
2557
|
-
...rest
|
|
2558
|
-
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2559
|
-
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M5,13.2v-1.5c0-0.9,0.6-1.6,1.5-1.7h3c0.9,0.1,1.5,0.8,1.5,1.7v1.5 C9.1,14.3,6.9,14.3,5,13.2L5,13.2z M12,12l0-0.8c0-0.9-1.1-2.1-2.5-2.2h-3C5.1,9.1,4,10.3,4,11.7l0,0.5v0.3c-2.5-2.2-2.7-6-0.5-8.5 s6-2.7,8.5-0.5s2.7,6,0.5,8.5c-0.1,0.2-0.3,0.3-0.5,0.5V12z"
|
|
2560
|
-
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2561
|
-
d: "M8,3C6.6,3,5.5,4.1,5.5,5.5S6.6,8,8,8s2.5-1.1,2.5-2.5S9.4,3,8,3z M8,7C7.2,7,6.5,6.3,6.5,5.5S7.2,4,8,4s1.5,0.7,1.5,1.5 S8.8,7,8,7z"
|
|
2562
|
-
})), children);
|
|
2563
|
-
}
|
|
2564
2480
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2565
2481
|
width: size,
|
|
2566
2482
|
height: size,
|
|
@@ -2569,16 +2485,18 @@ const UserAvatar = /*#__PURE__*/React.forwardRef(function UserAvatar(_ref110, re
|
|
|
2569
2485
|
viewBox: "0 0 32 32",
|
|
2570
2486
|
fill: "currentColor",
|
|
2571
2487
|
...rest
|
|
2572
|
-
},
|
|
2573
|
-
d: "
|
|
2574
|
-
})),
|
|
2575
|
-
d: "
|
|
2488
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2489
|
+
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"
|
|
2490
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2491
|
+
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"
|
|
2492
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2493
|
+
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"
|
|
2576
2494
|
})), children);
|
|
2577
2495
|
});
|
|
2578
2496
|
if (process.env.NODE_ENV !== "production") {
|
|
2579
|
-
|
|
2497
|
+
TwoPersonLift.propTypes = iconPropTypes;
|
|
2580
2498
|
}
|
|
2581
|
-
const
|
|
2499
|
+
const Txt = /*#__PURE__*/React.forwardRef(function Txt(_ref111, ref) {
|
|
2582
2500
|
let {
|
|
2583
2501
|
children,
|
|
2584
2502
|
size = 16,
|
|
@@ -2592,17 +2510,14 @@ const UserAvatarFilled = /*#__PURE__*/React.forwardRef(function UserAvatarFilled
|
|
|
2592
2510
|
viewBox: "0 0 32 32",
|
|
2593
2511
|
fill: "currentColor",
|
|
2594
2512
|
...rest
|
|
2595
|
-
},
|
|
2596
|
-
|
|
2597
|
-
d: "M8.0071,24.93A4.9958,4.9958,0,0,1,13,20h6a4.9959,4.9959,0,0,1,4.9929,4.93,11.94,11.94,0,0,1-15.9858,0ZM20.5,12.5A4.5,4.5,0,1,1,16,8,4.5,4.5,0,0,1,20.5,12.5Z"
|
|
2598
|
-
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2599
|
-
d: "M26.7489,24.93A13.9893,13.9893,0,1,0,2,16a13.899,13.899,0,0,0,3.2511,8.93l-.02.0166c.07.0845.15.1567.2222.2392.09.1036.1864.2.28.3008.28.3033.5674.5952.87.87.0915.0831.1864.1612.28.2417.32.2759.6484.5372.99.7813.0441.0312.0832.0693.1276.1006v-.0127a13.9011,13.9011,0,0,0,16,0V27.48c.0444-.0313.0835-.0694.1276-.1006.3412-.2441.67-.5054.99-.7813.0936-.08.1885-.1586.28-.2417.3025-.2749.59-.5668.87-.87.0933-.1006.1894-.1972.28-.3008.0719-.0825.1522-.1547.2222-.2392ZM16,8a4.5,4.5,0,1,1-4.5,4.5A4.5,4.5,0,0,1,16,8ZM8.0071,24.93A4.9957,4.9957,0,0,1,13,20h6a4.9958,4.9958,0,0,1,4.9929,4.93,11.94,11.94,0,0,1-15.9858,0Z"
|
|
2513
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2514
|
+
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"
|
|
2600
2515
|
})), children);
|
|
2601
2516
|
});
|
|
2602
2517
|
if (process.env.NODE_ENV !== "production") {
|
|
2603
|
-
|
|
2518
|
+
Txt.propTypes = iconPropTypes;
|
|
2604
2519
|
}
|
|
2605
|
-
const
|
|
2520
|
+
const TxtReference = /*#__PURE__*/React.forwardRef(function TxtReference(_ref112, ref) {
|
|
2606
2521
|
let {
|
|
2607
2522
|
children,
|
|
2608
2523
|
size = 16,
|
|
@@ -2616,16 +2531,14 @@ const UserAvatarFilledAlt = /*#__PURE__*/React.forwardRef(function UserAvatarFil
|
|
|
2616
2531
|
viewBox: "0 0 32 32",
|
|
2617
2532
|
fill: "currentColor",
|
|
2618
2533
|
...rest
|
|
2619
|
-
},
|
|
2620
|
-
d: "
|
|
2621
|
-
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2622
|
-
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm7.9925,22.9258A5.0016,5.0016,0,0,0,19,20H13a5.0016,5.0016,0,0,0-4.9925,4.9258,12,12,0,1,1,15.985,0Z"
|
|
2534
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2535
|
+
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"
|
|
2623
2536
|
})), children);
|
|
2624
2537
|
});
|
|
2625
2538
|
if (process.env.NODE_ENV !== "production") {
|
|
2626
|
-
|
|
2539
|
+
TxtReference.propTypes = iconPropTypes;
|
|
2627
2540
|
}
|
|
2628
|
-
const
|
|
2541
|
+
const TypePattern = /*#__PURE__*/React.forwardRef(function TypePattern(_ref113, ref) {
|
|
2629
2542
|
let {
|
|
2630
2543
|
children,
|
|
2631
2544
|
size = 16,
|
|
@@ -2639,14 +2552,16 @@ const UserCertification = /*#__PURE__*/React.forwardRef(function UserCertificati
|
|
|
2639
2552
|
viewBox: "0 0 32 32",
|
|
2640
2553
|
fill: "currentColor",
|
|
2641
2554
|
...rest
|
|
2642
|
-
},
|
|
2643
|
-
d: "
|
|
2555
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2556
|
+
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"
|
|
2557
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2558
|
+
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"
|
|
2644
2559
|
})), children);
|
|
2645
2560
|
});
|
|
2646
2561
|
if (process.env.NODE_ENV !== "production") {
|
|
2647
|
-
|
|
2562
|
+
TypePattern.propTypes = iconPropTypes;
|
|
2648
2563
|
}
|
|
2649
|
-
const
|
|
2564
|
+
const Types = /*#__PURE__*/React.forwardRef(function Types(_ref114, ref) {
|
|
2650
2565
|
let {
|
|
2651
2566
|
children,
|
|
2652
2567
|
size = 16,
|
|
@@ -2660,14 +2575,18 @@ const UserData = /*#__PURE__*/React.forwardRef(function UserData(_ref114, ref) {
|
|
|
2660
2575
|
viewBox: "0 0 32 32",
|
|
2661
2576
|
fill: "currentColor",
|
|
2662
2577
|
...rest
|
|
2663
|
-
},
|
|
2664
|
-
d: "
|
|
2578
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2579
|
+
d: "M30 16L22 24 20.586 22.586 27.172 16 20.586 9.414 22 8 30 16z"
|
|
2580
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2581
|
+
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"
|
|
2582
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2583
|
+
d: "M2 16L10 8 11.414 9.414 4.828 16 11.414 22.586 10 24 2 16z"
|
|
2665
2584
|
})), children);
|
|
2666
2585
|
});
|
|
2667
2586
|
if (process.env.NODE_ENV !== "production") {
|
|
2668
|
-
|
|
2587
|
+
Types.propTypes = iconPropTypes;
|
|
2669
2588
|
}
|
|
2670
|
-
const
|
|
2589
|
+
const QU1 = /*#__PURE__*/React.forwardRef(function QU1(_ref115, ref) {
|
|
2671
2590
|
let {
|
|
2672
2591
|
children,
|
|
2673
2592
|
size = 16,
|
|
@@ -2681,14 +2600,14 @@ const UserFavorite = /*#__PURE__*/React.forwardRef(function UserFavorite(_ref115
|
|
|
2681
2600
|
viewBox: "0 0 32 32",
|
|
2682
2601
|
fill: "currentColor",
|
|
2683
2602
|
...rest
|
|
2684
|
-
},
|
|
2685
|
-
d: "
|
|
2603
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2604
|
+
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"
|
|
2686
2605
|
})), children);
|
|
2687
2606
|
});
|
|
2688
2607
|
if (process.env.NODE_ENV !== "production") {
|
|
2689
|
-
|
|
2608
|
+
QU1.propTypes = iconPropTypes;
|
|
2690
2609
|
}
|
|
2691
|
-
const
|
|
2610
|
+
const QU2 = /*#__PURE__*/React.forwardRef(function QU2(_ref116, ref) {
|
|
2692
2611
|
let {
|
|
2693
2612
|
children,
|
|
2694
2613
|
size = 16,
|
|
@@ -2702,14 +2621,14 @@ const UserFavoriteAlt = /*#__PURE__*/React.forwardRef(function UserFavoriteAlt(_
|
|
|
2702
2621
|
viewBox: "0 0 32 32",
|
|
2703
2622
|
fill: "currentColor",
|
|
2704
2623
|
...rest
|
|
2705
|
-
},
|
|
2706
|
-
d: "
|
|
2624
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2625
|
+
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"
|
|
2707
2626
|
})), children);
|
|
2708
2627
|
});
|
|
2709
2628
|
if (process.env.NODE_ENV !== "production") {
|
|
2710
|
-
|
|
2629
|
+
QU2.propTypes = iconPropTypes;
|
|
2711
2630
|
}
|
|
2712
|
-
const
|
|
2631
|
+
const QU3 = /*#__PURE__*/React.forwardRef(function QU3(_ref117, ref) {
|
|
2713
2632
|
let {
|
|
2714
2633
|
children,
|
|
2715
2634
|
size = 16,
|
|
@@ -2723,14 +2642,14 @@ const UserFavoriteAltFilled = /*#__PURE__*/React.forwardRef(function UserFavorit
|
|
|
2723
2642
|
viewBox: "0 0 32 32",
|
|
2724
2643
|
fill: "currentColor",
|
|
2725
2644
|
...rest
|
|
2726
|
-
},
|
|
2727
|
-
d: "
|
|
2645
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2646
|
+
d: "M13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23zM23 9H17v2h6v4H18v2h5v4H17v2h6a2 2 0 002-2V11A2 2 0 0023 9z"
|
|
2728
2647
|
})), children);
|
|
2729
2648
|
});
|
|
2730
2649
|
if (process.env.NODE_ENV !== "production") {
|
|
2731
|
-
|
|
2650
|
+
QU3.propTypes = iconPropTypes;
|
|
2732
2651
|
}
|
|
2733
|
-
const
|
|
2652
|
+
const Umbrella = /*#__PURE__*/React.forwardRef(function Umbrella(_ref118, ref) {
|
|
2734
2653
|
let {
|
|
2735
2654
|
children,
|
|
2736
2655
|
size = 16,
|
|
@@ -2744,15 +2663,14 @@ const UserFeedback = /*#__PURE__*/React.forwardRef(function UserFeedback(_ref118
|
|
|
2744
2663
|
viewBox: "0 0 32 32",
|
|
2745
2664
|
fill: "currentColor",
|
|
2746
2665
|
...rest
|
|
2747
|
-
},
|
|
2748
|
-
|
|
2749
|
-
d: "M19 3h10c1.1035 0 2 .8965 2 2v6c0 1.1035-.8965 2-2 2h-2.4229s-1.7314 3-1.7314 3l-1.7324-1 2.3096-4h3.5771s0-6 0-6h-10s0 6 0 6h3v2h-3c-1.1035 0-2-.8965-2-2v-6c0-1.1035.8965-2 2-2zM15 30h-2v-5c-.0018-1.6561-1.3439-2.9982-3-3h-4c-1.6561.0018-2.9982 1.3439-3 3v5H1v-5c.0033-2.7601 2.2399-4.9967 5-5h4c2.7601.0033 4.9967 2.2399 5 5v5zM8 10c1.6569 0 3 1.3431 3 3s-1.3431 3-3 3-3-1.3431-3-3c.0019-1.6561 1.3439-2.9981 3-3m0-2c-2.7614 0-5 2.2386-5 5s2.2386 5 5 5 5-2.2386 5-5-2.2386-5-5-5z"
|
|
2666
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2667
|
+
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"
|
|
2750
2668
|
})), children);
|
|
2751
2669
|
});
|
|
2752
2670
|
if (process.env.NODE_ENV !== "production") {
|
|
2753
|
-
|
|
2671
|
+
Umbrella.propTypes = iconPropTypes;
|
|
2754
2672
|
}
|
|
2755
|
-
const
|
|
2673
|
+
const Undefined = /*#__PURE__*/React.forwardRef(function Undefined(_ref119, ref) {
|
|
2756
2674
|
let {
|
|
2757
2675
|
children,
|
|
2758
2676
|
size = 16,
|
|
@@ -2766,14 +2684,16 @@ const UserFilled = /*#__PURE__*/React.forwardRef(function UserFilled(_ref119, re
|
|
|
2766
2684
|
viewBox: "0 0 32 32",
|
|
2767
2685
|
fill: "currentColor",
|
|
2768
2686
|
...rest
|
|
2769
|
-
},
|
|
2770
|
-
d: "
|
|
2687
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2688
|
+
d: "M11 14H21V18H11z"
|
|
2689
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2690
|
+
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"
|
|
2771
2691
|
})), children);
|
|
2772
2692
|
});
|
|
2773
2693
|
if (process.env.NODE_ENV !== "production") {
|
|
2774
|
-
|
|
2694
|
+
Undefined.propTypes = iconPropTypes;
|
|
2775
2695
|
}
|
|
2776
|
-
const
|
|
2696
|
+
const UndefinedFilled = /*#__PURE__*/React.forwardRef(function UndefinedFilled(_ref120, ref) {
|
|
2777
2697
|
let {
|
|
2778
2698
|
children,
|
|
2779
2699
|
size = 16,
|
|
@@ -2787,14 +2707,18 @@ const UserFollow = /*#__PURE__*/React.forwardRef(function UserFollow(_ref120, re
|
|
|
2787
2707
|
viewBox: "0 0 32 32",
|
|
2788
2708
|
fill: "currentColor",
|
|
2789
2709
|
...rest
|
|
2790
|
-
},
|
|
2791
|
-
d: "
|
|
2710
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2711
|
+
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"
|
|
2712
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2713
|
+
fill: "none",
|
|
2714
|
+
d: "M11 14H21V18H11z",
|
|
2715
|
+
"data-icon-path": "inner-path"
|
|
2792
2716
|
})), children);
|
|
2793
2717
|
});
|
|
2794
2718
|
if (process.env.NODE_ENV !== "production") {
|
|
2795
|
-
|
|
2719
|
+
UndefinedFilled.propTypes = iconPropTypes;
|
|
2796
2720
|
}
|
|
2797
|
-
const
|
|
2721
|
+
const Undo = /*#__PURE__*/React.forwardRef(function Undo(_ref121, ref) {
|
|
2798
2722
|
let {
|
|
2799
2723
|
children,
|
|
2800
2724
|
size = 16,
|
|
@@ -2808,20 +2732,14 @@ const UserIdentification = /*#__PURE__*/React.forwardRef(function UserIdentifica
|
|
|
2808
2732
|
viewBox: "0 0 32 32",
|
|
2809
2733
|
fill: "currentColor",
|
|
2810
2734
|
...rest
|
|
2811
|
-
},
|
|
2812
|
-
d: "
|
|
2813
|
-
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
2814
|
-
cx: "24",
|
|
2815
|
-
cy: "8",
|
|
2816
|
-
r: "2"
|
|
2817
|
-
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2818
|
-
d: "M30 18H18a2.0023 2.0023 0 01-2-2V4a2.002 2.002 0 012-2H30a2.0023 2.0023 0 012 2V16A2.0027 2.0027 0 0130 18zM18 4V16H30.001L30 4zM15 30H13V26a2.9465 2.9465 0 00-3-3H6a2.9465 2.9465 0 00-3 3v4H1V26a4.9514 4.9514 0 015-5h4a4.9514 4.9514 0 015 5zM8 11a3 3 0 010 6 3 3 0 010-6M8 9A5 5 0 008 19 5 5 0 008 9z"
|
|
2735
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2736
|
+
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"
|
|
2819
2737
|
})), children);
|
|
2820
2738
|
});
|
|
2821
2739
|
if (process.env.NODE_ENV !== "production") {
|
|
2822
|
-
|
|
2740
|
+
Undo.propTypes = iconPropTypes;
|
|
2823
2741
|
}
|
|
2824
|
-
const
|
|
2742
|
+
const UngroupObjects = /*#__PURE__*/React.forwardRef(function UngroupObjects(_ref122, ref) {
|
|
2825
2743
|
let {
|
|
2826
2744
|
children,
|
|
2827
2745
|
size = 16,
|
|
@@ -2835,18 +2753,14 @@ const UserMilitary = /*#__PURE__*/React.forwardRef(function UserMilitary(_ref122
|
|
|
2835
2753
|
viewBox: "0 0 32 32",
|
|
2836
2754
|
fill: "currentColor",
|
|
2837
2755
|
...rest
|
|
2838
|
-
},
|
|
2839
|
-
d: "
|
|
2840
|
-
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2841
|
-
d: "M21.414 13.414L25 9.834 25 9.834 28.587 13.416 30 12 25 7 20 12 21.414 13.414z"
|
|
2842
|
-
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2843
|
-
d: "M21.414 8.414L25 4.834 25 4.834 28.587 8.416 30 7 25 2 20 7 21.414 8.414zM16 30H14V25a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v5H2V25a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 10a3 3 0 11-3 3 3 3 0 013-3M9 8a5 5 0 105 5A5 5 0 009 8z"
|
|
2756
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2757
|
+
d: "M30,14V10H26v2H20V6h2V2H18V4H6V2H2V6H4V18H2v4H6V20h6v6H10v4h4V28H26v2h4V26H28V14ZM6,6H18V18H6ZM26,26H14V20h4v2h4V18H20V14h6Z"
|
|
2844
2758
|
})), children);
|
|
2845
2759
|
});
|
|
2846
2760
|
if (process.env.NODE_ENV !== "production") {
|
|
2847
|
-
|
|
2761
|
+
UngroupObjects.propTypes = iconPropTypes;
|
|
2848
2762
|
}
|
|
2849
|
-
const
|
|
2763
|
+
const Unknown = /*#__PURE__*/React.forwardRef(function Unknown(_ref123, ref) {
|
|
2850
2764
|
let {
|
|
2851
2765
|
children,
|
|
2852
2766
|
size = 16,
|
|
@@ -2860,14 +2774,20 @@ const UserMultiple = /*#__PURE__*/React.forwardRef(function UserMultiple(_ref123
|
|
|
2860
2774
|
viewBox: "0 0 32 32",
|
|
2861
2775
|
fill: "currentColor",
|
|
2862
2776
|
...rest
|
|
2863
|
-
},
|
|
2864
|
-
|
|
2777
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
2778
|
+
cx: "16",
|
|
2779
|
+
cy: "22.5",
|
|
2780
|
+
r: "1.5"
|
|
2781
|
+
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2782
|
+
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"
|
|
2783
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2784
|
+
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"
|
|
2865
2785
|
})), children);
|
|
2866
2786
|
});
|
|
2867
2787
|
if (process.env.NODE_ENV !== "production") {
|
|
2868
|
-
|
|
2788
|
+
Unknown.propTypes = iconPropTypes;
|
|
2869
2789
|
}
|
|
2870
|
-
const
|
|
2790
|
+
const UnknownFilled = /*#__PURE__*/React.forwardRef(function UnknownFilled(_ref124, ref) {
|
|
2871
2791
|
let {
|
|
2872
2792
|
children,
|
|
2873
2793
|
size = 16,
|
|
@@ -2881,18 +2801,18 @@ const UserOnline = /*#__PURE__*/React.forwardRef(function UserOnline(_ref124, re
|
|
|
2881
2801
|
viewBox: "0 0 32 32",
|
|
2882
2802
|
fill: "currentColor",
|
|
2883
2803
|
...rest
|
|
2884
|
-
},
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2804
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2805
|
+
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"
|
|
2806
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2807
|
+
fill: "none",
|
|
2808
|
+
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",
|
|
2809
|
+
"data-icon-path": "inner-path"
|
|
2890
2810
|
})), children);
|
|
2891
2811
|
});
|
|
2892
2812
|
if (process.env.NODE_ENV !== "production") {
|
|
2893
|
-
|
|
2813
|
+
UnknownFilled.propTypes = iconPropTypes;
|
|
2894
2814
|
}
|
|
2895
|
-
const
|
|
2815
|
+
const Unlink = /*#__PURE__*/React.forwardRef(function Unlink(_ref125, ref) {
|
|
2896
2816
|
let {
|
|
2897
2817
|
children,
|
|
2898
2818
|
size = 16,
|
|
@@ -2906,12 +2826,18 @@ const UserProfile = /*#__PURE__*/React.forwardRef(function UserProfile(_ref125,
|
|
|
2906
2826
|
viewBox: "0 0 32 32",
|
|
2907
2827
|
fill: "currentColor",
|
|
2908
2828
|
...rest
|
|
2909
|
-
},
|
|
2910
|
-
d: "
|
|
2829
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2830
|
+
d: "M5 3.59H7V8.42H5z",
|
|
2831
|
+
transform: "rotate(-45.01 5.996 6.005)"
|
|
2832
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2833
|
+
d: "M25 23.58H27V28.409999999999997H25z",
|
|
2834
|
+
transform: "rotate(-44.99 25.995 25.999)"
|
|
2835
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2836
|
+
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"
|
|
2911
2837
|
})), children);
|
|
2912
2838
|
});
|
|
2913
2839
|
if (process.env.NODE_ENV !== "production") {
|
|
2914
|
-
|
|
2840
|
+
Unlink.propTypes = iconPropTypes;
|
|
2915
2841
|
}
|
|
2916
2842
|
|
|
2917
|
-
export { QU1, QU2, QU3, ThumbsUpDouble, ThumbsUpDoubleFilled, ThumbsUpFilled, Thunderstorm, ThunderstormScattered, ThunderstormScatteredNight, ThunderstormSevere, ThunderstormStrong, Ticket, Tides, Tif, Time, TimeFilled, TimePlot, Timer, TimingBelt, ToolBox, ToolKit, Tools, ToolsAlt, Tornado, TornadoWarning, TouchInteraction, Touch_1, Touch_1Down, Touch_1DownFilled, Touch_1Filled, Touch_2, Touch_2Filled, Tour, TrafficCone, TrafficEvent, TrafficFlow, TrafficFlowIncident, TrafficIncident, TrafficWeatherIncident, Train, TrainHeart, TrainProfile, TrainSpeed, TrainTicket, TrainTime, Tram, TransformBinary, TransformCode, TransformInstructions, TransformLanguage, Transgender, Translate, TransmissionLte, Transpose, TrashCan, Tree, TreeFallRisk, TreeView, TreeViewAlt, TriangleDownOutline, TriangleDownSolid, TriangleLeftOutline, TriangleLeftSolid, TriangleOutline, TriangleRightOutline, TriangleRightSolid, TriangleSolid, Trophy, TrophyFilled, TropicalStorm, TropicalStormModelTracks, TropicalStormTracks, TropicalWarning, Tsq, Tsunami, Tsv, Tuning, TwoFactorAuthentication, TwoPersonLift, Txt, TxtReference, TypePattern, Types, Umbrella, Undefined, UndefinedFilled, Undo, UngroupObjects, Unknown, UnknownFilled, Unlink,
|
|
2843
|
+
export { QU1, QU2, QU3, TextIndentLess, TextIndentMore, TextItalic, TextKerning, TextLeading, TextLineSpacing, TextLink, TextLinkAnalysis, TextLongParagraph, TextMining, TextMiningApplier, TextNewLine, TextScale, TextSelection, TextShortParagraph, TextSmallCaps, TextStrikethrough, TextSubscript, TextSuperscript, TextTracking, TextUnderline, TextVerticalAlignment, TextWrap, Theater, ThisSideUp, Thumbnail_1, Thumbnail_2, ThumbsDown, ThumbsDownFilled, ThumbsUp, ThumbsUpDouble, ThumbsUpDoubleFilled, ThumbsUpFilled, Thunderstorm, ThunderstormScattered, ThunderstormScatteredNight, ThunderstormSevere, ThunderstormStrong, Ticket, Tides, Tif, Time, TimeFilled, TimePlot, Timer, TimingBelt, ToolBox, ToolKit, Tools, ToolsAlt, Tornado, TornadoWarning, TouchInteraction, Touch_1, Touch_1Down, Touch_1DownFilled, Touch_1Filled, Touch_2, Touch_2Filled, Tour, TrafficCone, TrafficEvent, TrafficFlow, TrafficFlowIncident, TrafficIncident, TrafficWeatherIncident, Train, TrainHeart, TrainProfile, TrainSpeed, TrainTicket, TrainTime, Tram, TransformBinary, TransformCode, TransformInstructions, TransformLanguage, Transgender, Translate, TransmissionLte, Transpose, TrashCan, Tree, TreeFallRisk, TreeView, TreeViewAlt, TriangleDownOutline, TriangleDownSolid, TriangleLeftOutline, TriangleLeftSolid, TriangleOutline, TriangleRightOutline, TriangleRightSolid, TriangleSolid, Trigger, Trophy, TrophyFilled, TropicalStorm, TropicalStormModelTracks, TropicalStormTracks, TropicalWarning, Tsq, Tsunami, Tsv, Tuning, TwoFactorAuthentication, TwoPersonLift, Txt, TxtReference, TypePattern, Types, Umbrella, Undefined, UndefinedFilled, Undo, UngroupObjects, Unknown, UnknownFilled, Unlink, WatsonHealthTextAnnotationToggle, WatsonHealthThreshold, WatsonHealthThumbnailPreview };
|