@carbon-labs/react-animated-header 0.1.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/LICENSE +201 -0
- package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
- package/es/_virtual/_commonjsHelpers.js +12 -0
- package/es/_virtual/lottie.js +14 -0
- package/es/_virtual/lottie2.js +10 -0
- package/es/assets/index.d.ts +7 -0
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
- package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
- package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
- package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
- package/es/components/Tiles/index.d.ts +12 -0
- package/es/data/index.d.ts +47 -0
- package/es/index.d.ts +11 -0
- package/es/index.js +11 -0
- package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
- package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
- package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
- package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
- package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
- package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
- package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
- package/lib/_virtual/_commonjsHelpers.js +14 -0
- package/lib/_virtual/lottie.js +18 -0
- package/lib/_virtual/lottie2.js +12 -0
- package/lib/assets/index.d.ts +7 -0
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
- package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
- package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
- package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
- package/lib/components/Tiles/index.d.ts +12 -0
- package/lib/data/index.d.ts +47 -0
- package/lib/index.d.ts +11 -0
- package/lib/index.js +18 -0
- package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
- package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
- package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
- package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
- package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
- package/package.json +35 -0
- package/scss/AnimatedHeader/animated-header.scss +619 -0
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
- package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
- package/scss/animated_header.scss +10 -0
|
@@ -0,0 +1,3043 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2024
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
'use strict';
|
|
9
|
+
|
|
10
|
+
var React = require('react');
|
|
11
|
+
var Icon = require('../Icon.js');
|
|
12
|
+
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
|
13
|
+
require('prop-types');
|
|
14
|
+
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _circle, _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, _circle2, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _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, _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, _circle3, _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, _path195, _path196, _path197, _path198, _path199, _path200, _circle4, _path201, _path202, _path203, _path204, _path205, _circle5, _path206, _path207;
|
|
16
|
+
const ThumbsUpFilled = /*#__PURE__*/React.forwardRef(function ThumbsUpFilled(_ref, ref) {
|
|
17
|
+
let {
|
|
18
|
+
children,
|
|
19
|
+
size = 16,
|
|
20
|
+
...rest
|
|
21
|
+
} = _ref;
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
23
|
+
width: size,
|
|
24
|
+
height: size,
|
|
25
|
+
ref: ref,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 32 32",
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
...rest
|
|
30
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M2 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"
|
|
32
|
+
})), children);
|
|
33
|
+
});
|
|
34
|
+
if (process.env.NODE_ENV !== "production") {
|
|
35
|
+
ThumbsUpFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
36
|
+
}
|
|
37
|
+
const ThumbsUpDouble = /*#__PURE__*/React.forwardRef(function ThumbsUpDouble(_ref2, ref) {
|
|
38
|
+
let {
|
|
39
|
+
children,
|
|
40
|
+
size = 16,
|
|
41
|
+
...rest
|
|
42
|
+
} = _ref2;
|
|
43
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
44
|
+
width: size,
|
|
45
|
+
height: size,
|
|
46
|
+
ref: ref,
|
|
47
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
48
|
+
viewBox: "0 0 32 32",
|
|
49
|
+
fill: "currentColor",
|
|
50
|
+
...rest
|
|
51
|
+
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M20.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"
|
|
53
|
+
})), children);
|
|
54
|
+
});
|
|
55
|
+
if (process.env.NODE_ENV !== "production") {
|
|
56
|
+
ThumbsUpDouble.propTypes = iconPropTypes4cbeb95d.i;
|
|
57
|
+
}
|
|
58
|
+
const ThumbsUpDoubleFilled = /*#__PURE__*/React.forwardRef(function ThumbsUpDoubleFilled(_ref3, ref) {
|
|
59
|
+
let {
|
|
60
|
+
children,
|
|
61
|
+
size = 16,
|
|
62
|
+
...rest
|
|
63
|
+
} = _ref3;
|
|
64
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
65
|
+
width: size,
|
|
66
|
+
height: size,
|
|
67
|
+
ref: ref,
|
|
68
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
69
|
+
viewBox: "0 0 32 32",
|
|
70
|
+
fill: "currentColor",
|
|
71
|
+
...rest
|
|
72
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
73
|
+
d: "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"
|
|
74
|
+
})), children);
|
|
75
|
+
});
|
|
76
|
+
if (process.env.NODE_ENV !== "production") {
|
|
77
|
+
ThumbsUpDoubleFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
78
|
+
}
|
|
79
|
+
const Thunderstorm = /*#__PURE__*/React.forwardRef(function Thunderstorm(_ref4, ref) {
|
|
80
|
+
let {
|
|
81
|
+
children,
|
|
82
|
+
size = 16,
|
|
83
|
+
...rest
|
|
84
|
+
} = _ref4;
|
|
85
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
86
|
+
width: size,
|
|
87
|
+
height: size,
|
|
88
|
+
ref: ref,
|
|
89
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
90
|
+
viewBox: "0 0 32 32",
|
|
91
|
+
fill: "currentColor",
|
|
92
|
+
...rest
|
|
93
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
94
|
+
d: "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"
|
|
95
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
96
|
+
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"
|
|
97
|
+
})), children);
|
|
98
|
+
});
|
|
99
|
+
if (process.env.NODE_ENV !== "production") {
|
|
100
|
+
Thunderstorm.propTypes = iconPropTypes4cbeb95d.i;
|
|
101
|
+
}
|
|
102
|
+
const ThunderstormScattered = /*#__PURE__*/React.forwardRef(function ThunderstormScattered(_ref5, ref) {
|
|
103
|
+
let {
|
|
104
|
+
children,
|
|
105
|
+
size = 16,
|
|
106
|
+
...rest
|
|
107
|
+
} = _ref5;
|
|
108
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
109
|
+
width: size,
|
|
110
|
+
height: size,
|
|
111
|
+
ref: ref,
|
|
112
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
113
|
+
viewBox: "0 0 32 32",
|
|
114
|
+
fill: "currentColor",
|
|
115
|
+
...rest
|
|
116
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
117
|
+
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"
|
|
118
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
119
|
+
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"
|
|
120
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
121
|
+
d: "M26.732 16.233H29.732V18.233H26.732z",
|
|
122
|
+
transform: "rotate(-135 28.232 17.233)"
|
|
123
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
124
|
+
d: "M29 10H32V12H29z"
|
|
125
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
126
|
+
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
127
|
+
transform: "rotate(-45 28.232 4.768)"
|
|
128
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
129
|
+
d: "M20 0H22V3H20z"
|
|
130
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
131
|
+
d: "M12.268 3.768H15.268V5.768H12.268z",
|
|
132
|
+
transform: "rotate(-135 13.768 4.768)"
|
|
133
|
+
})), children);
|
|
134
|
+
});
|
|
135
|
+
if (process.env.NODE_ENV !== "production") {
|
|
136
|
+
ThunderstormScattered.propTypes = iconPropTypes4cbeb95d.i;
|
|
137
|
+
}
|
|
138
|
+
const ThunderstormScatteredNight = /*#__PURE__*/React.forwardRef(function ThunderstormScatteredNight(_ref6, ref) {
|
|
139
|
+
let {
|
|
140
|
+
children,
|
|
141
|
+
size = 16,
|
|
142
|
+
...rest
|
|
143
|
+
} = _ref6;
|
|
144
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
145
|
+
width: size,
|
|
146
|
+
height: size,
|
|
147
|
+
ref: ref,
|
|
148
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
149
|
+
viewBox: "0 0 32 32",
|
|
150
|
+
fill: "currentColor",
|
|
151
|
+
...rest
|
|
152
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
153
|
+
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"
|
|
154
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
155
|
+
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"
|
|
156
|
+
})), children);
|
|
157
|
+
});
|
|
158
|
+
if (process.env.NODE_ENV !== "production") {
|
|
159
|
+
ThunderstormScatteredNight.propTypes = iconPropTypes4cbeb95d.i;
|
|
160
|
+
}
|
|
161
|
+
const ThunderstormSevere = /*#__PURE__*/React.forwardRef(function ThunderstormSevere(_ref7, ref) {
|
|
162
|
+
let {
|
|
163
|
+
children,
|
|
164
|
+
size = 16,
|
|
165
|
+
...rest
|
|
166
|
+
} = _ref7;
|
|
167
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
168
|
+
width: size,
|
|
169
|
+
height: size,
|
|
170
|
+
ref: ref,
|
|
171
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
172
|
+
viewBox: "0 0 32 32",
|
|
173
|
+
fill: "currentColor",
|
|
174
|
+
...rest
|
|
175
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
176
|
+
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"
|
|
177
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
178
|
+
fill: "none",
|
|
179
|
+
d: "M25.75,8h-1.5V4h1.5ZM25,9a1,1,0,1,0,1,1A1,1,0,0,0,25,9Z"
|
|
180
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
181
|
+
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"
|
|
182
|
+
})), children);
|
|
183
|
+
});
|
|
184
|
+
if (process.env.NODE_ENV !== "production") {
|
|
185
|
+
ThunderstormSevere.propTypes = iconPropTypes4cbeb95d.i;
|
|
186
|
+
}
|
|
187
|
+
const ThunderstormStrong = /*#__PURE__*/React.forwardRef(function ThunderstormStrong(_ref8, ref) {
|
|
188
|
+
let {
|
|
189
|
+
children,
|
|
190
|
+
size = 16,
|
|
191
|
+
...rest
|
|
192
|
+
} = _ref8;
|
|
193
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
194
|
+
width: size,
|
|
195
|
+
height: size,
|
|
196
|
+
ref: ref,
|
|
197
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
198
|
+
viewBox: "0 0 32 32",
|
|
199
|
+
fill: "currentColor",
|
|
200
|
+
...rest
|
|
201
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
202
|
+
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"
|
|
203
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
204
|
+
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"
|
|
205
|
+
})), children);
|
|
206
|
+
});
|
|
207
|
+
if (process.env.NODE_ENV !== "production") {
|
|
208
|
+
ThunderstormStrong.propTypes = iconPropTypes4cbeb95d.i;
|
|
209
|
+
}
|
|
210
|
+
const Ticket = /*#__PURE__*/React.forwardRef(function Ticket(_ref9, ref) {
|
|
211
|
+
let {
|
|
212
|
+
children,
|
|
213
|
+
size = 16,
|
|
214
|
+
...rest
|
|
215
|
+
} = _ref9;
|
|
216
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
217
|
+
width: size,
|
|
218
|
+
height: size,
|
|
219
|
+
ref: ref,
|
|
220
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
221
|
+
viewBox: "0 0 32 32",
|
|
222
|
+
fill: "currentColor",
|
|
223
|
+
...rest
|
|
224
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
225
|
+
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"
|
|
226
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
227
|
+
d: "M19 13H21V19H19z"
|
|
228
|
+
})), children);
|
|
229
|
+
});
|
|
230
|
+
if (process.env.NODE_ENV !== "production") {
|
|
231
|
+
Ticket.propTypes = iconPropTypes4cbeb95d.i;
|
|
232
|
+
}
|
|
233
|
+
const Tides = /*#__PURE__*/React.forwardRef(function Tides(_ref10, ref) {
|
|
234
|
+
let {
|
|
235
|
+
children,
|
|
236
|
+
size = 16,
|
|
237
|
+
...rest
|
|
238
|
+
} = _ref10;
|
|
239
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
240
|
+
width: size,
|
|
241
|
+
height: size,
|
|
242
|
+
ref: ref,
|
|
243
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
244
|
+
viewBox: "0 0 32 32",
|
|
245
|
+
fill: "currentColor",
|
|
246
|
+
...rest
|
|
247
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
248
|
+
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"
|
|
249
|
+
})), children);
|
|
250
|
+
});
|
|
251
|
+
if (process.env.NODE_ENV !== "production") {
|
|
252
|
+
Tides.propTypes = iconPropTypes4cbeb95d.i;
|
|
253
|
+
}
|
|
254
|
+
const Tif = /*#__PURE__*/React.forwardRef(function Tif(_ref11, ref) {
|
|
255
|
+
let {
|
|
256
|
+
children,
|
|
257
|
+
size = 16,
|
|
258
|
+
...rest
|
|
259
|
+
} = _ref11;
|
|
260
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
261
|
+
width: size,
|
|
262
|
+
height: size,
|
|
263
|
+
ref: ref,
|
|
264
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
265
|
+
viewBox: "0 0 32 32",
|
|
266
|
+
fill: "currentColor",
|
|
267
|
+
...rest
|
|
268
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
269
|
+
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"
|
|
270
|
+
})), children);
|
|
271
|
+
});
|
|
272
|
+
if (process.env.NODE_ENV !== "production") {
|
|
273
|
+
Tif.propTypes = iconPropTypes4cbeb95d.i;
|
|
274
|
+
}
|
|
275
|
+
const Time = /*#__PURE__*/React.forwardRef(function Time(_ref12, ref) {
|
|
276
|
+
let {
|
|
277
|
+
children,
|
|
278
|
+
size = 16,
|
|
279
|
+
...rest
|
|
280
|
+
} = _ref12;
|
|
281
|
+
if (size === 20 || size === "20" || size === "20px") {
|
|
282
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
283
|
+
width: size,
|
|
284
|
+
height: size,
|
|
285
|
+
ref: ref,
|
|
286
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
287
|
+
viewBox: "0 0 20 20",
|
|
288
|
+
fill: "currentColor",
|
|
289
|
+
...rest
|
|
290
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
291
|
+
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"
|
|
292
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
293
|
+
d: "M13 13.9L9.4 10.3 9.4 4 10.6 4 10.6 9.7 13.9 13z"
|
|
294
|
+
})), children);
|
|
295
|
+
}
|
|
296
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
297
|
+
width: size,
|
|
298
|
+
height: size,
|
|
299
|
+
ref: ref,
|
|
300
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
301
|
+
viewBox: "0 0 32 32",
|
|
302
|
+
fill: "currentColor",
|
|
303
|
+
...rest
|
|
304
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
305
|
+
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"
|
|
306
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
307
|
+
d: "M20.59 22L15 16.41 15 7 17 7 17 15.58 22 20.59 20.59 22z"
|
|
308
|
+
})), children);
|
|
309
|
+
});
|
|
310
|
+
if (process.env.NODE_ENV !== "production") {
|
|
311
|
+
Time.propTypes = iconPropTypes4cbeb95d.i;
|
|
312
|
+
}
|
|
313
|
+
const TimeFilled = /*#__PURE__*/React.forwardRef(function TimeFilled(_ref13, ref) {
|
|
314
|
+
let {
|
|
315
|
+
children,
|
|
316
|
+
size = 16,
|
|
317
|
+
...rest
|
|
318
|
+
} = _ref13;
|
|
319
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
320
|
+
width: size,
|
|
321
|
+
height: size,
|
|
322
|
+
ref: ref,
|
|
323
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
324
|
+
viewBox: "0 0 32 32",
|
|
325
|
+
fill: "currentColor",
|
|
326
|
+
...rest
|
|
327
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
328
|
+
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"
|
|
329
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
330
|
+
fill: "none",
|
|
331
|
+
d: "M20.5872 22L15 16.4099 15 7 17 7 17 15.5822 22 20.5866 20.5872 22z"
|
|
332
|
+
})), children);
|
|
333
|
+
});
|
|
334
|
+
if (process.env.NODE_ENV !== "production") {
|
|
335
|
+
TimeFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
336
|
+
}
|
|
337
|
+
const TimePlot = /*#__PURE__*/React.forwardRef(function TimePlot(_ref14, ref) {
|
|
338
|
+
let {
|
|
339
|
+
children,
|
|
340
|
+
size = 16,
|
|
341
|
+
...rest
|
|
342
|
+
} = _ref14;
|
|
343
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
344
|
+
width: size,
|
|
345
|
+
height: size,
|
|
346
|
+
ref: ref,
|
|
347
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
348
|
+
viewBox: "0 0 32 32",
|
|
349
|
+
fill: "currentColor",
|
|
350
|
+
...rest
|
|
351
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
352
|
+
d: "M23.586 13L21 10.414 21 6 23 6 23 9.586 25 11.586 23.586 13z"
|
|
353
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
354
|
+
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"
|
|
355
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
356
|
+
d: "M8.63,18l7,6H30V22H16.37l-7-6H4V2H2V28a2.0025,2.0025,0,0,0,2,2H30V28H4V18Z"
|
|
357
|
+
})), children);
|
|
358
|
+
});
|
|
359
|
+
if (process.env.NODE_ENV !== "production") {
|
|
360
|
+
TimePlot.propTypes = iconPropTypes4cbeb95d.i;
|
|
361
|
+
}
|
|
362
|
+
const Timer = /*#__PURE__*/React.forwardRef(function Timer(_ref15, ref) {
|
|
363
|
+
let {
|
|
364
|
+
children,
|
|
365
|
+
size = 16,
|
|
366
|
+
...rest
|
|
367
|
+
} = _ref15;
|
|
368
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
369
|
+
width: size,
|
|
370
|
+
height: size,
|
|
371
|
+
ref: ref,
|
|
372
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
373
|
+
viewBox: "0 0 32 32",
|
|
374
|
+
fill: "currentColor",
|
|
375
|
+
...rest
|
|
376
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
377
|
+
d: "M15 11H17V20H15zM13 2H19V4H13z"
|
|
378
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
379
|
+
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"
|
|
380
|
+
})), children);
|
|
381
|
+
});
|
|
382
|
+
if (process.env.NODE_ENV !== "production") {
|
|
383
|
+
Timer.propTypes = iconPropTypes4cbeb95d.i;
|
|
384
|
+
}
|
|
385
|
+
const TimingBelt = /*#__PURE__*/React.forwardRef(function TimingBelt(_ref16, ref) {
|
|
386
|
+
let {
|
|
387
|
+
children,
|
|
388
|
+
size = 16,
|
|
389
|
+
...rest
|
|
390
|
+
} = _ref16;
|
|
391
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
392
|
+
width: size,
|
|
393
|
+
height: size,
|
|
394
|
+
ref: ref,
|
|
395
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
396
|
+
viewBox: "0 0 32 32",
|
|
397
|
+
fill: "currentColor",
|
|
398
|
+
...rest
|
|
399
|
+
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
400
|
+
cx: "16",
|
|
401
|
+
cy: "24",
|
|
402
|
+
r: "1",
|
|
403
|
+
strokeWidth: "0"
|
|
404
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
405
|
+
strokeWidth: "0",
|
|
406
|
+
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"
|
|
407
|
+
})), children);
|
|
408
|
+
});
|
|
409
|
+
if (process.env.NODE_ENV !== "production") {
|
|
410
|
+
TimingBelt.propTypes = iconPropTypes4cbeb95d.i;
|
|
411
|
+
}
|
|
412
|
+
const ToolBox = /*#__PURE__*/React.forwardRef(function ToolBox(_ref17, ref) {
|
|
413
|
+
let {
|
|
414
|
+
children,
|
|
415
|
+
size = 16,
|
|
416
|
+
...rest
|
|
417
|
+
} = _ref17;
|
|
418
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
419
|
+
width: size,
|
|
420
|
+
height: size,
|
|
421
|
+
ref: ref,
|
|
422
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
423
|
+
viewBox: "0 0 32 32",
|
|
424
|
+
fill: "currentColor",
|
|
425
|
+
...rest
|
|
426
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
427
|
+
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"
|
|
428
|
+
})), children);
|
|
429
|
+
});
|
|
430
|
+
if (process.env.NODE_ENV !== "production") {
|
|
431
|
+
ToolBox.propTypes = iconPropTypes4cbeb95d.i;
|
|
432
|
+
}
|
|
433
|
+
const ToolKit = /*#__PURE__*/React.forwardRef(function ToolKit(_ref18, ref) {
|
|
434
|
+
let {
|
|
435
|
+
children,
|
|
436
|
+
size = 16,
|
|
437
|
+
...rest
|
|
438
|
+
} = _ref18;
|
|
439
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
440
|
+
width: size,
|
|
441
|
+
height: size,
|
|
442
|
+
ref: ref,
|
|
443
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
444
|
+
viewBox: "0 0 32 32",
|
|
445
|
+
fill: "currentColor",
|
|
446
|
+
...rest
|
|
447
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
448
|
+
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"
|
|
449
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
450
|
+
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"
|
|
451
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
452
|
+
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"
|
|
453
|
+
})), children);
|
|
454
|
+
});
|
|
455
|
+
if (process.env.NODE_ENV !== "production") {
|
|
456
|
+
ToolKit.propTypes = iconPropTypes4cbeb95d.i;
|
|
457
|
+
}
|
|
458
|
+
const Tools = /*#__PURE__*/React.forwardRef(function Tools(_ref19, ref) {
|
|
459
|
+
let {
|
|
460
|
+
children,
|
|
461
|
+
size = 16,
|
|
462
|
+
...rest
|
|
463
|
+
} = _ref19;
|
|
464
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
465
|
+
width: size,
|
|
466
|
+
height: size,
|
|
467
|
+
ref: ref,
|
|
468
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
469
|
+
viewBox: "0 0 32 32",
|
|
470
|
+
fill: "currentColor",
|
|
471
|
+
...rest
|
|
472
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
473
|
+
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"
|
|
474
|
+
})), children);
|
|
475
|
+
});
|
|
476
|
+
if (process.env.NODE_ENV !== "production") {
|
|
477
|
+
Tools.propTypes = iconPropTypes4cbeb95d.i;
|
|
478
|
+
}
|
|
479
|
+
const ToolsAlt = /*#__PURE__*/React.forwardRef(function ToolsAlt(_ref20, ref) {
|
|
480
|
+
let {
|
|
481
|
+
children,
|
|
482
|
+
size = 16,
|
|
483
|
+
...rest
|
|
484
|
+
} = _ref20;
|
|
485
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
486
|
+
width: size,
|
|
487
|
+
height: size,
|
|
488
|
+
ref: ref,
|
|
489
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
490
|
+
viewBox: "0 0 32 32",
|
|
491
|
+
fill: "currentColor",
|
|
492
|
+
...rest
|
|
493
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
494
|
+
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"
|
|
495
|
+
})), children);
|
|
496
|
+
});
|
|
497
|
+
if (process.env.NODE_ENV !== "production") {
|
|
498
|
+
ToolsAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
499
|
+
}
|
|
500
|
+
const Tornado = /*#__PURE__*/React.forwardRef(function Tornado(_ref21, ref) {
|
|
501
|
+
let {
|
|
502
|
+
children,
|
|
503
|
+
size = 16,
|
|
504
|
+
...rest
|
|
505
|
+
} = _ref21;
|
|
506
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
507
|
+
width: size,
|
|
508
|
+
height: size,
|
|
509
|
+
ref: ref,
|
|
510
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
511
|
+
viewBox: "0 0 32 32",
|
|
512
|
+
fill: "currentColor",
|
|
513
|
+
...rest
|
|
514
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
515
|
+
d: "M16 26H20V28H16zM12 22H18V24H12zM8 18H18V20H8zM8 14H20V16H8zM10 10H24V12H10zM8 6H26V8H8z"
|
|
516
|
+
})), children);
|
|
517
|
+
});
|
|
518
|
+
if (process.env.NODE_ENV !== "production") {
|
|
519
|
+
Tornado.propTypes = iconPropTypes4cbeb95d.i;
|
|
520
|
+
}
|
|
521
|
+
const TornadoWarning = /*#__PURE__*/React.forwardRef(function TornadoWarning(_ref22, ref) {
|
|
522
|
+
let {
|
|
523
|
+
children,
|
|
524
|
+
size = 16,
|
|
525
|
+
...rest
|
|
526
|
+
} = _ref22;
|
|
527
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
528
|
+
width: size,
|
|
529
|
+
height: size,
|
|
530
|
+
ref: ref,
|
|
531
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
532
|
+
viewBox: "0 0 32 32",
|
|
533
|
+
fill: "currentColor",
|
|
534
|
+
...rest
|
|
535
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
536
|
+
d: "M2 4H18V6H2zM4 8H16V10H4zM2 12H14V14H2zM2 16H12V18H2zM4 20H12V22H4zM8 24H14V26H8zM12 28H16V30H12z"
|
|
537
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
538
|
+
fill: "none",
|
|
539
|
+
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
540
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
541
|
+
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"
|
|
542
|
+
})), children);
|
|
543
|
+
});
|
|
544
|
+
if (process.env.NODE_ENV !== "production") {
|
|
545
|
+
TornadoWarning.propTypes = iconPropTypes4cbeb95d.i;
|
|
546
|
+
}
|
|
547
|
+
const Touch_1 = /*#__PURE__*/React.forwardRef(function Touch_1(_ref23, ref) {
|
|
548
|
+
let {
|
|
549
|
+
children,
|
|
550
|
+
size = 16,
|
|
551
|
+
...rest
|
|
552
|
+
} = _ref23;
|
|
553
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
554
|
+
width: size,
|
|
555
|
+
height: size,
|
|
556
|
+
ref: ref,
|
|
557
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
558
|
+
viewBox: "0 0 32 32",
|
|
559
|
+
fill: "currentColor",
|
|
560
|
+
...rest
|
|
561
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
562
|
+
d: "M20,8H18A5,5,0,0,0,8,8H6A7,7,0,0,1,20,8Z"
|
|
563
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
564
|
+
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"
|
|
565
|
+
})), children);
|
|
566
|
+
});
|
|
567
|
+
if (process.env.NODE_ENV !== "production") {
|
|
568
|
+
Touch_1.propTypes = iconPropTypes4cbeb95d.i;
|
|
569
|
+
}
|
|
570
|
+
const Touch_1Filled = /*#__PURE__*/React.forwardRef(function Touch_1Filled(_ref24, ref) {
|
|
571
|
+
let {
|
|
572
|
+
children,
|
|
573
|
+
size = 16,
|
|
574
|
+
...rest
|
|
575
|
+
} = _ref24;
|
|
576
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
577
|
+
width: size,
|
|
578
|
+
height: size,
|
|
579
|
+
ref: ref,
|
|
580
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
581
|
+
viewBox: "0 0 32 32",
|
|
582
|
+
fill: "currentColor",
|
|
583
|
+
...rest
|
|
584
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
585
|
+
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"
|
|
586
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
587
|
+
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"
|
|
588
|
+
})), children);
|
|
589
|
+
});
|
|
590
|
+
if (process.env.NODE_ENV !== "production") {
|
|
591
|
+
Touch_1Filled.propTypes = iconPropTypes4cbeb95d.i;
|
|
592
|
+
}
|
|
593
|
+
const Touch_1Down = /*#__PURE__*/React.forwardRef(function Touch_1Down(_ref25, ref) {
|
|
594
|
+
let {
|
|
595
|
+
children,
|
|
596
|
+
size = 16,
|
|
597
|
+
...rest
|
|
598
|
+
} = _ref25;
|
|
599
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
600
|
+
width: size,
|
|
601
|
+
height: size,
|
|
602
|
+
ref: ref,
|
|
603
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
604
|
+
viewBox: "0 0 32 32",
|
|
605
|
+
fill: "currentColor",
|
|
606
|
+
...rest
|
|
607
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
608
|
+
d: "M20,24H18A5,5,0,0,1,8,24H6a7,7,0,0,0,14,0Z"
|
|
609
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
610
|
+
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"
|
|
611
|
+
})), children);
|
|
612
|
+
});
|
|
613
|
+
if (process.env.NODE_ENV !== "production") {
|
|
614
|
+
Touch_1Down.propTypes = iconPropTypes4cbeb95d.i;
|
|
615
|
+
}
|
|
616
|
+
const Touch_1DownFilled = /*#__PURE__*/React.forwardRef(function Touch_1DownFilled(_ref26, ref) {
|
|
617
|
+
let {
|
|
618
|
+
children,
|
|
619
|
+
size = 16,
|
|
620
|
+
...rest
|
|
621
|
+
} = _ref26;
|
|
622
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
623
|
+
width: size,
|
|
624
|
+
height: size,
|
|
625
|
+
ref: ref,
|
|
626
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
627
|
+
viewBox: "0 0 32 32",
|
|
628
|
+
fill: "currentColor",
|
|
629
|
+
...rest
|
|
630
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
631
|
+
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"
|
|
632
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
633
|
+
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"
|
|
634
|
+
})), children);
|
|
635
|
+
});
|
|
636
|
+
if (process.env.NODE_ENV !== "production") {
|
|
637
|
+
Touch_1DownFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
638
|
+
}
|
|
639
|
+
const Touch_2 = /*#__PURE__*/React.forwardRef(function Touch_2(_ref27, ref) {
|
|
640
|
+
let {
|
|
641
|
+
children,
|
|
642
|
+
size = 16,
|
|
643
|
+
...rest
|
|
644
|
+
} = _ref27;
|
|
645
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
646
|
+
width: size,
|
|
647
|
+
height: size,
|
|
648
|
+
ref: ref,
|
|
649
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
650
|
+
viewBox: "0 0 32 32",
|
|
651
|
+
fill: "currentColor",
|
|
652
|
+
...rest
|
|
653
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
654
|
+
d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z"
|
|
655
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
656
|
+
d: "M25,28H23V15A7,7,0,1,0,9,15V28H7V15a9,9,0,0,1,18,0Z"
|
|
657
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
658
|
+
d: "M21,20H11V15a5,5,0,0,1,10,0Zm-8-2h6V15a3,3,0,0,0-6,0Z"
|
|
659
|
+
})), children);
|
|
660
|
+
});
|
|
661
|
+
if (process.env.NODE_ENV !== "production") {
|
|
662
|
+
Touch_2.propTypes = iconPropTypes4cbeb95d.i;
|
|
663
|
+
}
|
|
664
|
+
const Touch_2Filled = /*#__PURE__*/React.forwardRef(function Touch_2Filled(_ref28, ref) {
|
|
665
|
+
let {
|
|
666
|
+
children,
|
|
667
|
+
size = 16,
|
|
668
|
+
...rest
|
|
669
|
+
} = _ref28;
|
|
670
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
671
|
+
width: size,
|
|
672
|
+
height: size,
|
|
673
|
+
ref: ref,
|
|
674
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
675
|
+
viewBox: "0 0 32 32",
|
|
676
|
+
fill: "currentColor",
|
|
677
|
+
...rest
|
|
678
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
679
|
+
d: "M16,12a3.0033,3.0033,0,0,0-3,3v3h6V15A3.0033,3.0033,0,0,0,16,12Z"
|
|
680
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
681
|
+
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"
|
|
682
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
683
|
+
d: "M29,15H27A11,11,0,0,0,5,15H3a13,13,0,0,1,26,0Z"
|
|
684
|
+
})), children);
|
|
685
|
+
});
|
|
686
|
+
if (process.env.NODE_ENV !== "production") {
|
|
687
|
+
Touch_2Filled.propTypes = iconPropTypes4cbeb95d.i;
|
|
688
|
+
}
|
|
689
|
+
const TouchInteraction = /*#__PURE__*/React.forwardRef(function TouchInteraction(_ref29, ref) {
|
|
690
|
+
let {
|
|
691
|
+
children,
|
|
692
|
+
size = 16,
|
|
693
|
+
...rest
|
|
694
|
+
} = _ref29;
|
|
695
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
696
|
+
width: size,
|
|
697
|
+
height: size,
|
|
698
|
+
ref: ref,
|
|
699
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
700
|
+
viewBox: "0 0 32 32",
|
|
701
|
+
fill: "currentColor",
|
|
702
|
+
...rest
|
|
703
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
704
|
+
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"
|
|
705
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
706
|
+
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"
|
|
707
|
+
})), children);
|
|
708
|
+
});
|
|
709
|
+
if (process.env.NODE_ENV !== "production") {
|
|
710
|
+
TouchInteraction.propTypes = iconPropTypes4cbeb95d.i;
|
|
711
|
+
}
|
|
712
|
+
const Tour = /*#__PURE__*/React.forwardRef(function Tour(_ref30, ref) {
|
|
713
|
+
let {
|
|
714
|
+
children,
|
|
715
|
+
size = 16,
|
|
716
|
+
...rest
|
|
717
|
+
} = _ref30;
|
|
718
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
719
|
+
width: size,
|
|
720
|
+
height: size,
|
|
721
|
+
ref: ref,
|
|
722
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
723
|
+
viewBox: "0 0 32 32",
|
|
724
|
+
fill: "currentColor",
|
|
725
|
+
...rest
|
|
726
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
727
|
+
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"
|
|
728
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
729
|
+
cx: "24",
|
|
730
|
+
cy: "8",
|
|
731
|
+
r: "2"
|
|
732
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
733
|
+
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"
|
|
734
|
+
})), children);
|
|
735
|
+
});
|
|
736
|
+
if (process.env.NODE_ENV !== "production") {
|
|
737
|
+
Tour.propTypes = iconPropTypes4cbeb95d.i;
|
|
738
|
+
}
|
|
739
|
+
const TrafficEvent = /*#__PURE__*/React.forwardRef(function TrafficEvent(_ref31, ref) {
|
|
740
|
+
let {
|
|
741
|
+
children,
|
|
742
|
+
size = 16,
|
|
743
|
+
...rest
|
|
744
|
+
} = _ref31;
|
|
745
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
746
|
+
width: size,
|
|
747
|
+
height: size,
|
|
748
|
+
ref: ref,
|
|
749
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
750
|
+
viewBox: "0 0 32 32",
|
|
751
|
+
fill: "currentColor",
|
|
752
|
+
...rest
|
|
753
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
754
|
+
d: "M11 21H17V23H11z"
|
|
755
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
756
|
+
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"
|
|
757
|
+
})), children);
|
|
758
|
+
});
|
|
759
|
+
if (process.env.NODE_ENV !== "production") {
|
|
760
|
+
TrafficEvent.propTypes = iconPropTypes4cbeb95d.i;
|
|
761
|
+
}
|
|
762
|
+
const TrafficFlow = /*#__PURE__*/React.forwardRef(function TrafficFlow(_ref32, ref) {
|
|
763
|
+
let {
|
|
764
|
+
children,
|
|
765
|
+
size = 16,
|
|
766
|
+
...rest
|
|
767
|
+
} = _ref32;
|
|
768
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
769
|
+
width: size,
|
|
770
|
+
height: size,
|
|
771
|
+
ref: ref,
|
|
772
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
773
|
+
viewBox: "0 0 32 32",
|
|
774
|
+
fill: "currentColor",
|
|
775
|
+
...rest
|
|
776
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
777
|
+
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"
|
|
778
|
+
})), children);
|
|
779
|
+
});
|
|
780
|
+
if (process.env.NODE_ENV !== "production") {
|
|
781
|
+
TrafficFlow.propTypes = iconPropTypes4cbeb95d.i;
|
|
782
|
+
}
|
|
783
|
+
const TrafficFlowIncident = /*#__PURE__*/React.forwardRef(function TrafficFlowIncident(_ref33, ref) {
|
|
784
|
+
let {
|
|
785
|
+
children,
|
|
786
|
+
size = 16,
|
|
787
|
+
...rest
|
|
788
|
+
} = _ref33;
|
|
789
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
790
|
+
width: size,
|
|
791
|
+
height: size,
|
|
792
|
+
ref: ref,
|
|
793
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
794
|
+
viewBox: "0 0 32 32",
|
|
795
|
+
fill: "currentColor",
|
|
796
|
+
...rest
|
|
797
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
798
|
+
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"
|
|
799
|
+
})), children);
|
|
800
|
+
});
|
|
801
|
+
if (process.env.NODE_ENV !== "production") {
|
|
802
|
+
TrafficFlowIncident.propTypes = iconPropTypes4cbeb95d.i;
|
|
803
|
+
}
|
|
804
|
+
const TrafficIncident = /*#__PURE__*/React.forwardRef(function TrafficIncident(_ref34, ref) {
|
|
805
|
+
let {
|
|
806
|
+
children,
|
|
807
|
+
size = 16,
|
|
808
|
+
...rest
|
|
809
|
+
} = _ref34;
|
|
810
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
811
|
+
width: size,
|
|
812
|
+
height: size,
|
|
813
|
+
ref: ref,
|
|
814
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
815
|
+
viewBox: "0 0 32 32",
|
|
816
|
+
fill: "currentColor",
|
|
817
|
+
...rest
|
|
818
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
819
|
+
d: "M2 28H30V30H2z"
|
|
820
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
821
|
+
d: "M11.314 11.514H17.314V13.514H11.314z",
|
|
822
|
+
transform: "rotate(-45 14.314 12.514)"
|
|
823
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
824
|
+
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"
|
|
825
|
+
})), children);
|
|
826
|
+
});
|
|
827
|
+
if (process.env.NODE_ENV !== "production") {
|
|
828
|
+
TrafficIncident.propTypes = iconPropTypes4cbeb95d.i;
|
|
829
|
+
}
|
|
830
|
+
const TrafficWeatherIncident = /*#__PURE__*/React.forwardRef(function TrafficWeatherIncident(_ref35, ref) {
|
|
831
|
+
let {
|
|
832
|
+
children,
|
|
833
|
+
size = 16,
|
|
834
|
+
...rest
|
|
835
|
+
} = _ref35;
|
|
836
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
837
|
+
width: size,
|
|
838
|
+
height: size,
|
|
839
|
+
ref: ref,
|
|
840
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
841
|
+
viewBox: "0 0 32 32",
|
|
842
|
+
fill: "currentColor",
|
|
843
|
+
...rest
|
|
844
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
845
|
+
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"
|
|
846
|
+
})), children);
|
|
847
|
+
});
|
|
848
|
+
if (process.env.NODE_ENV !== "production") {
|
|
849
|
+
TrafficWeatherIncident.propTypes = iconPropTypes4cbeb95d.i;
|
|
850
|
+
}
|
|
851
|
+
const TrafficCone = /*#__PURE__*/React.forwardRef(function TrafficCone(_ref36, ref) {
|
|
852
|
+
let {
|
|
853
|
+
children,
|
|
854
|
+
size = 16,
|
|
855
|
+
...rest
|
|
856
|
+
} = _ref36;
|
|
857
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
858
|
+
width: size,
|
|
859
|
+
height: size,
|
|
860
|
+
ref: ref,
|
|
861
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
862
|
+
viewBox: "0 0 32 32",
|
|
863
|
+
fill: "currentColor",
|
|
864
|
+
...rest
|
|
865
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
866
|
+
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"
|
|
867
|
+
})), children);
|
|
868
|
+
});
|
|
869
|
+
if (process.env.NODE_ENV !== "production") {
|
|
870
|
+
TrafficCone.propTypes = iconPropTypes4cbeb95d.i;
|
|
871
|
+
}
|
|
872
|
+
const Train = /*#__PURE__*/React.forwardRef(function Train(_ref37, ref) {
|
|
873
|
+
let {
|
|
874
|
+
children,
|
|
875
|
+
size = 16,
|
|
876
|
+
...rest
|
|
877
|
+
} = _ref37;
|
|
878
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
879
|
+
width: size,
|
|
880
|
+
height: size,
|
|
881
|
+
ref: ref,
|
|
882
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
883
|
+
viewBox: "0 0 32 32",
|
|
884
|
+
fill: "currentColor",
|
|
885
|
+
...rest
|
|
886
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
887
|
+
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"
|
|
888
|
+
})), children);
|
|
889
|
+
});
|
|
890
|
+
if (process.env.NODE_ENV !== "production") {
|
|
891
|
+
Train.propTypes = iconPropTypes4cbeb95d.i;
|
|
892
|
+
}
|
|
893
|
+
const TrainHeart = /*#__PURE__*/React.forwardRef(function TrainHeart(_ref38, ref) {
|
|
894
|
+
let {
|
|
895
|
+
children,
|
|
896
|
+
size = 16,
|
|
897
|
+
...rest
|
|
898
|
+
} = _ref38;
|
|
899
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
900
|
+
width: size,
|
|
901
|
+
height: size,
|
|
902
|
+
ref: ref,
|
|
903
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
904
|
+
viewBox: "0 0 32 32",
|
|
905
|
+
fill: "currentColor",
|
|
906
|
+
...rest
|
|
907
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
908
|
+
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"
|
|
909
|
+
})), children);
|
|
910
|
+
});
|
|
911
|
+
if (process.env.NODE_ENV !== "production") {
|
|
912
|
+
TrainHeart.propTypes = iconPropTypes4cbeb95d.i;
|
|
913
|
+
}
|
|
914
|
+
const TrainProfile = /*#__PURE__*/React.forwardRef(function TrainProfile(_ref39, ref) {
|
|
915
|
+
let {
|
|
916
|
+
children,
|
|
917
|
+
size = 16,
|
|
918
|
+
...rest
|
|
919
|
+
} = _ref39;
|
|
920
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
921
|
+
width: size,
|
|
922
|
+
height: size,
|
|
923
|
+
ref: ref,
|
|
924
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
925
|
+
viewBox: "0 0 32 32",
|
|
926
|
+
fill: "currentColor",
|
|
927
|
+
...rest
|
|
928
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
929
|
+
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"
|
|
930
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
931
|
+
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"
|
|
932
|
+
})), children);
|
|
933
|
+
});
|
|
934
|
+
if (process.env.NODE_ENV !== "production") {
|
|
935
|
+
TrainProfile.propTypes = iconPropTypes4cbeb95d.i;
|
|
936
|
+
}
|
|
937
|
+
const TrainSpeed = /*#__PURE__*/React.forwardRef(function TrainSpeed(_ref40, ref) {
|
|
938
|
+
let {
|
|
939
|
+
children,
|
|
940
|
+
size = 16,
|
|
941
|
+
...rest
|
|
942
|
+
} = _ref40;
|
|
943
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
944
|
+
width: size,
|
|
945
|
+
height: size,
|
|
946
|
+
ref: ref,
|
|
947
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
948
|
+
viewBox: "0 0 32 32",
|
|
949
|
+
fill: "currentColor",
|
|
950
|
+
...rest
|
|
951
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
952
|
+
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"
|
|
953
|
+
})), children);
|
|
954
|
+
});
|
|
955
|
+
if (process.env.NODE_ENV !== "production") {
|
|
956
|
+
TrainSpeed.propTypes = iconPropTypes4cbeb95d.i;
|
|
957
|
+
}
|
|
958
|
+
const TrainTicket = /*#__PURE__*/React.forwardRef(function TrainTicket(_ref41, ref) {
|
|
959
|
+
let {
|
|
960
|
+
children,
|
|
961
|
+
size = 16,
|
|
962
|
+
...rest
|
|
963
|
+
} = _ref41;
|
|
964
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
965
|
+
width: size,
|
|
966
|
+
height: size,
|
|
967
|
+
ref: ref,
|
|
968
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
969
|
+
viewBox: "0 0 32 32",
|
|
970
|
+
fill: "currentColor",
|
|
971
|
+
...rest
|
|
972
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
973
|
+
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"
|
|
974
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
975
|
+
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"
|
|
976
|
+
})), children);
|
|
977
|
+
});
|
|
978
|
+
if (process.env.NODE_ENV !== "production") {
|
|
979
|
+
TrainTicket.propTypes = iconPropTypes4cbeb95d.i;
|
|
980
|
+
}
|
|
981
|
+
const TrainTime = /*#__PURE__*/React.forwardRef(function TrainTime(_ref42, ref) {
|
|
982
|
+
let {
|
|
983
|
+
children,
|
|
984
|
+
size = 16,
|
|
985
|
+
...rest
|
|
986
|
+
} = _ref42;
|
|
987
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
988
|
+
width: size,
|
|
989
|
+
height: size,
|
|
990
|
+
ref: ref,
|
|
991
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
992
|
+
viewBox: "0 0 32 32",
|
|
993
|
+
fill: "currentColor",
|
|
994
|
+
...rest
|
|
995
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
996
|
+
fill: "none",
|
|
997
|
+
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"
|
|
998
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
999
|
+
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"
|
|
1000
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1001
|
+
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"
|
|
1002
|
+
})), children);
|
|
1003
|
+
});
|
|
1004
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1005
|
+
TrainTime.propTypes = iconPropTypes4cbeb95d.i;
|
|
1006
|
+
}
|
|
1007
|
+
const Tram = /*#__PURE__*/React.forwardRef(function Tram(_ref43, ref) {
|
|
1008
|
+
let {
|
|
1009
|
+
children,
|
|
1010
|
+
size = 16,
|
|
1011
|
+
...rest
|
|
1012
|
+
} = _ref43;
|
|
1013
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1014
|
+
width: size,
|
|
1015
|
+
height: size,
|
|
1016
|
+
ref: ref,
|
|
1017
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1018
|
+
viewBox: "0 0 32 32",
|
|
1019
|
+
fill: "currentColor",
|
|
1020
|
+
...rest
|
|
1021
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1022
|
+
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"
|
|
1023
|
+
})), children);
|
|
1024
|
+
});
|
|
1025
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1026
|
+
Tram.propTypes = iconPropTypes4cbeb95d.i;
|
|
1027
|
+
}
|
|
1028
|
+
const TransformBinary = /*#__PURE__*/React.forwardRef(function TransformBinary(_ref44, ref) {
|
|
1029
|
+
let {
|
|
1030
|
+
children,
|
|
1031
|
+
size = 16,
|
|
1032
|
+
...rest
|
|
1033
|
+
} = _ref44;
|
|
1034
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1035
|
+
width: size,
|
|
1036
|
+
height: size,
|
|
1037
|
+
ref: ref,
|
|
1038
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1039
|
+
viewBox: "0 0 32 32",
|
|
1040
|
+
fill: "currentColor",
|
|
1041
|
+
...rest
|
|
1042
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1043
|
+
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"
|
|
1044
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1045
|
+
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"
|
|
1046
|
+
})), children);
|
|
1047
|
+
});
|
|
1048
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1049
|
+
TransformBinary.propTypes = iconPropTypes4cbeb95d.i;
|
|
1050
|
+
}
|
|
1051
|
+
const TransformCode = /*#__PURE__*/React.forwardRef(function TransformCode(_ref45, ref) {
|
|
1052
|
+
let {
|
|
1053
|
+
children,
|
|
1054
|
+
size = 16,
|
|
1055
|
+
...rest
|
|
1056
|
+
} = _ref45;
|
|
1057
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1058
|
+
width: size,
|
|
1059
|
+
height: size,
|
|
1060
|
+
ref: ref,
|
|
1061
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1062
|
+
viewBox: "0 0 32 32",
|
|
1063
|
+
fill: "currentColor",
|
|
1064
|
+
...rest
|
|
1065
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1066
|
+
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"
|
|
1067
|
+
})), children);
|
|
1068
|
+
});
|
|
1069
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1070
|
+
TransformCode.propTypes = iconPropTypes4cbeb95d.i;
|
|
1071
|
+
}
|
|
1072
|
+
const TransformInstructions = /*#__PURE__*/React.forwardRef(function TransformInstructions(_ref46, ref) {
|
|
1073
|
+
let {
|
|
1074
|
+
children,
|
|
1075
|
+
size = 16,
|
|
1076
|
+
...rest
|
|
1077
|
+
} = _ref46;
|
|
1078
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1079
|
+
width: size,
|
|
1080
|
+
height: size,
|
|
1081
|
+
ref: ref,
|
|
1082
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1083
|
+
viewBox: "0 0 32 32",
|
|
1084
|
+
fill: "currentColor",
|
|
1085
|
+
...rest
|
|
1086
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1087
|
+
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"
|
|
1088
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1089
|
+
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"
|
|
1090
|
+
})), children);
|
|
1091
|
+
});
|
|
1092
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1093
|
+
TransformInstructions.propTypes = iconPropTypes4cbeb95d.i;
|
|
1094
|
+
}
|
|
1095
|
+
const TransformLanguage = /*#__PURE__*/React.forwardRef(function TransformLanguage(_ref47, ref) {
|
|
1096
|
+
let {
|
|
1097
|
+
children,
|
|
1098
|
+
size = 16,
|
|
1099
|
+
...rest
|
|
1100
|
+
} = _ref47;
|
|
1101
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1102
|
+
width: size,
|
|
1103
|
+
height: size,
|
|
1104
|
+
ref: ref,
|
|
1105
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1106
|
+
viewBox: "0 0 32 32",
|
|
1107
|
+
fill: "currentColor",
|
|
1108
|
+
...rest
|
|
1109
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1110
|
+
d: "M10 19H18V21H10zM10 15H22V17H10zM10 11H22V13H10z"
|
|
1111
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1112
|
+
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"
|
|
1113
|
+
})), children);
|
|
1114
|
+
});
|
|
1115
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1116
|
+
TransformLanguage.propTypes = iconPropTypes4cbeb95d.i;
|
|
1117
|
+
}
|
|
1118
|
+
const Transgender = /*#__PURE__*/React.forwardRef(function Transgender(_ref48, ref) {
|
|
1119
|
+
let {
|
|
1120
|
+
children,
|
|
1121
|
+
size = 16,
|
|
1122
|
+
...rest
|
|
1123
|
+
} = _ref48;
|
|
1124
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1125
|
+
width: size,
|
|
1126
|
+
height: size,
|
|
1127
|
+
ref: ref,
|
|
1128
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1129
|
+
viewBox: "0 0 32 32",
|
|
1130
|
+
fill: "currentColor",
|
|
1131
|
+
...rest
|
|
1132
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1133
|
+
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"
|
|
1134
|
+
})), children);
|
|
1135
|
+
});
|
|
1136
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1137
|
+
Transgender.propTypes = iconPropTypes4cbeb95d.i;
|
|
1138
|
+
}
|
|
1139
|
+
const Translate = /*#__PURE__*/React.forwardRef(function Translate(_ref49, ref) {
|
|
1140
|
+
let {
|
|
1141
|
+
children,
|
|
1142
|
+
size = 16,
|
|
1143
|
+
...rest
|
|
1144
|
+
} = _ref49;
|
|
1145
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1146
|
+
width: size,
|
|
1147
|
+
height: size,
|
|
1148
|
+
ref: ref,
|
|
1149
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1150
|
+
viewBox: "0 0 32 32",
|
|
1151
|
+
fill: "currentColor",
|
|
1152
|
+
...rest
|
|
1153
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1154
|
+
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"
|
|
1155
|
+
})), children);
|
|
1156
|
+
});
|
|
1157
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1158
|
+
Translate.propTypes = iconPropTypes4cbeb95d.i;
|
|
1159
|
+
}
|
|
1160
|
+
const TransmissionLte = /*#__PURE__*/React.forwardRef(function TransmissionLte(_ref50, ref) {
|
|
1161
|
+
let {
|
|
1162
|
+
children,
|
|
1163
|
+
size = 16,
|
|
1164
|
+
...rest
|
|
1165
|
+
} = _ref50;
|
|
1166
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1167
|
+
width: size,
|
|
1168
|
+
height: size,
|
|
1169
|
+
ref: ref,
|
|
1170
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1171
|
+
viewBox: "0 0 32 32",
|
|
1172
|
+
fill: "currentColor",
|
|
1173
|
+
...rest
|
|
1174
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1175
|
+
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"
|
|
1176
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1177
|
+
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"
|
|
1178
|
+
})), children);
|
|
1179
|
+
});
|
|
1180
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1181
|
+
TransmissionLte.propTypes = iconPropTypes4cbeb95d.i;
|
|
1182
|
+
}
|
|
1183
|
+
const Transpose = /*#__PURE__*/React.forwardRef(function Transpose(_ref51, ref) {
|
|
1184
|
+
let {
|
|
1185
|
+
children,
|
|
1186
|
+
size = 16,
|
|
1187
|
+
...rest
|
|
1188
|
+
} = _ref51;
|
|
1189
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1190
|
+
width: size,
|
|
1191
|
+
height: size,
|
|
1192
|
+
ref: ref,
|
|
1193
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1194
|
+
viewBox: "0 0 32 32",
|
|
1195
|
+
fill: "currentColor",
|
|
1196
|
+
...rest
|
|
1197
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1198
|
+
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"
|
|
1199
|
+
})), children);
|
|
1200
|
+
});
|
|
1201
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1202
|
+
Transpose.propTypes = iconPropTypes4cbeb95d.i;
|
|
1203
|
+
}
|
|
1204
|
+
const TrashCan = /*#__PURE__*/React.forwardRef(function TrashCan(_ref52, ref) {
|
|
1205
|
+
let {
|
|
1206
|
+
children,
|
|
1207
|
+
size = 16,
|
|
1208
|
+
...rest
|
|
1209
|
+
} = _ref52;
|
|
1210
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1211
|
+
width: size,
|
|
1212
|
+
height: size,
|
|
1213
|
+
ref: ref,
|
|
1214
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1215
|
+
viewBox: "0 0 32 32",
|
|
1216
|
+
fill: "currentColor",
|
|
1217
|
+
...rest
|
|
1218
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1219
|
+
d: "M12 12H14V24H12zM18 12H20V24H18z"
|
|
1220
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1221
|
+
d: "M4 6V8H6V28a2 2 0 002 2H24a2 2 0 002-2V8h2V6zM8 28V8H24V28zM12 2H20V4H12z"
|
|
1222
|
+
})), children);
|
|
1223
|
+
});
|
|
1224
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1225
|
+
TrashCan.propTypes = iconPropTypes4cbeb95d.i;
|
|
1226
|
+
}
|
|
1227
|
+
const Tree = /*#__PURE__*/React.forwardRef(function Tree(_ref53, ref) {
|
|
1228
|
+
let {
|
|
1229
|
+
children,
|
|
1230
|
+
size = 16,
|
|
1231
|
+
...rest
|
|
1232
|
+
} = _ref53;
|
|
1233
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1234
|
+
width: size,
|
|
1235
|
+
height: size,
|
|
1236
|
+
ref: ref,
|
|
1237
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1238
|
+
viewBox: "0 0 32 32",
|
|
1239
|
+
fill: "currentColor",
|
|
1240
|
+
...rest
|
|
1241
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1242
|
+
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"
|
|
1243
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1244
|
+
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"
|
|
1245
|
+
})), children);
|
|
1246
|
+
});
|
|
1247
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1248
|
+
Tree.propTypes = iconPropTypes4cbeb95d.i;
|
|
1249
|
+
}
|
|
1250
|
+
const TreeFallRisk = /*#__PURE__*/React.forwardRef(function TreeFallRisk(_ref54, ref) {
|
|
1251
|
+
let {
|
|
1252
|
+
children,
|
|
1253
|
+
size = 16,
|
|
1254
|
+
...rest
|
|
1255
|
+
} = _ref54;
|
|
1256
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1257
|
+
width: size,
|
|
1258
|
+
height: size,
|
|
1259
|
+
ref: ref,
|
|
1260
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1261
|
+
viewBox: "0 0 32 32",
|
|
1262
|
+
fill: "currentColor",
|
|
1263
|
+
...rest
|
|
1264
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1265
|
+
fill: "none",
|
|
1266
|
+
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z",
|
|
1267
|
+
"data-icon-path": "inner-path"
|
|
1268
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1269
|
+
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"
|
|
1270
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1271
|
+
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"
|
|
1272
|
+
})), children);
|
|
1273
|
+
});
|
|
1274
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1275
|
+
TreeFallRisk.propTypes = iconPropTypes4cbeb95d.i;
|
|
1276
|
+
}
|
|
1277
|
+
const TreeView = /*#__PURE__*/React.forwardRef(function TreeView(_ref55, ref) {
|
|
1278
|
+
let {
|
|
1279
|
+
children,
|
|
1280
|
+
size = 16,
|
|
1281
|
+
...rest
|
|
1282
|
+
} = _ref55;
|
|
1283
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1284
|
+
width: size,
|
|
1285
|
+
height: size,
|
|
1286
|
+
ref: ref,
|
|
1287
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1288
|
+
viewBox: "0 0 32 32",
|
|
1289
|
+
fill: "currentColor",
|
|
1290
|
+
...rest
|
|
1291
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1292
|
+
d: "M30,20V12H22v3H17V7a2,2,0,0,0-2-2H10V2H2v8h8V7h5V25a2,2,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3ZM8,8H4V4H8ZM24,24h4v4H24Zm0-10h4v4H24Z"
|
|
1293
|
+
})), children);
|
|
1294
|
+
});
|
|
1295
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1296
|
+
TreeView.propTypes = iconPropTypes4cbeb95d.i;
|
|
1297
|
+
}
|
|
1298
|
+
const TreeViewAlt = /*#__PURE__*/React.forwardRef(function TreeViewAlt(_ref56, ref) {
|
|
1299
|
+
let {
|
|
1300
|
+
children,
|
|
1301
|
+
size = 16,
|
|
1302
|
+
...rest
|
|
1303
|
+
} = _ref56;
|
|
1304
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1305
|
+
width: size,
|
|
1306
|
+
height: size,
|
|
1307
|
+
ref: ref,
|
|
1308
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1309
|
+
viewBox: "0 0 32 32",
|
|
1310
|
+
fill: "currentColor",
|
|
1311
|
+
...rest
|
|
1312
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1313
|
+
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",
|
|
1314
|
+
transform: "translate(0 .005)"
|
|
1315
|
+
})), children);
|
|
1316
|
+
});
|
|
1317
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1318
|
+
TreeViewAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1319
|
+
}
|
|
1320
|
+
const TriangleDownOutline = /*#__PURE__*/React.forwardRef(function TriangleDownOutline(_ref57, ref) {
|
|
1321
|
+
let {
|
|
1322
|
+
children,
|
|
1323
|
+
size = 16,
|
|
1324
|
+
...rest
|
|
1325
|
+
} = _ref57;
|
|
1326
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1327
|
+
width: size,
|
|
1328
|
+
height: size,
|
|
1329
|
+
ref: ref,
|
|
1330
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1331
|
+
viewBox: "0 0 32 32",
|
|
1332
|
+
fill: "currentColor",
|
|
1333
|
+
...rest
|
|
1334
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1335
|
+
strokeWidth: "0",
|
|
1336
|
+
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"
|
|
1337
|
+
})), children);
|
|
1338
|
+
});
|
|
1339
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1340
|
+
TriangleDownOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
1341
|
+
}
|
|
1342
|
+
const TriangleDownSolid = /*#__PURE__*/React.forwardRef(function TriangleDownSolid(_ref58, ref) {
|
|
1343
|
+
let {
|
|
1344
|
+
children,
|
|
1345
|
+
size = 16,
|
|
1346
|
+
...rest
|
|
1347
|
+
} = _ref58;
|
|
1348
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1349
|
+
width: size,
|
|
1350
|
+
height: size,
|
|
1351
|
+
ref: ref,
|
|
1352
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1353
|
+
viewBox: "0 0 32 32",
|
|
1354
|
+
fill: "currentColor",
|
|
1355
|
+
...rest
|
|
1356
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1357
|
+
strokeWidth: "0",
|
|
1358
|
+
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"
|
|
1359
|
+
})), children);
|
|
1360
|
+
});
|
|
1361
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1362
|
+
TriangleDownSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
1363
|
+
}
|
|
1364
|
+
const TriangleLeftOutline = /*#__PURE__*/React.forwardRef(function TriangleLeftOutline(_ref59, ref) {
|
|
1365
|
+
let {
|
|
1366
|
+
children,
|
|
1367
|
+
size = 16,
|
|
1368
|
+
...rest
|
|
1369
|
+
} = _ref59;
|
|
1370
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1371
|
+
width: size,
|
|
1372
|
+
height: size,
|
|
1373
|
+
ref: ref,
|
|
1374
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1375
|
+
viewBox: "0 0 32 32",
|
|
1376
|
+
fill: "currentColor",
|
|
1377
|
+
...rest
|
|
1378
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1379
|
+
strokeWidth: "0",
|
|
1380
|
+
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"
|
|
1381
|
+
})), children);
|
|
1382
|
+
});
|
|
1383
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1384
|
+
TriangleLeftOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
1385
|
+
}
|
|
1386
|
+
const TriangleLeftSolid = /*#__PURE__*/React.forwardRef(function TriangleLeftSolid(_ref60, ref) {
|
|
1387
|
+
let {
|
|
1388
|
+
children,
|
|
1389
|
+
size = 16,
|
|
1390
|
+
...rest
|
|
1391
|
+
} = _ref60;
|
|
1392
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1393
|
+
width: size,
|
|
1394
|
+
height: size,
|
|
1395
|
+
ref: ref,
|
|
1396
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1397
|
+
viewBox: "0 0 32 32",
|
|
1398
|
+
fill: "currentColor",
|
|
1399
|
+
...rest
|
|
1400
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1401
|
+
strokeWidth: "0",
|
|
1402
|
+
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"
|
|
1403
|
+
})), children);
|
|
1404
|
+
});
|
|
1405
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1406
|
+
TriangleLeftSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
1407
|
+
}
|
|
1408
|
+
const TriangleOutline = /*#__PURE__*/React.forwardRef(function TriangleOutline(_ref61, ref) {
|
|
1409
|
+
let {
|
|
1410
|
+
children,
|
|
1411
|
+
size = 16,
|
|
1412
|
+
...rest
|
|
1413
|
+
} = _ref61;
|
|
1414
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1415
|
+
width: size,
|
|
1416
|
+
height: size,
|
|
1417
|
+
ref: ref,
|
|
1418
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1419
|
+
viewBox: "0 0 32 32",
|
|
1420
|
+
fill: "currentColor",
|
|
1421
|
+
...rest
|
|
1422
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1423
|
+
strokeWidth: "0",
|
|
1424
|
+
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"
|
|
1425
|
+
})), children);
|
|
1426
|
+
});
|
|
1427
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1428
|
+
TriangleOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
1429
|
+
}
|
|
1430
|
+
const TriangleRightOutline = /*#__PURE__*/React.forwardRef(function TriangleRightOutline(_ref62, ref) {
|
|
1431
|
+
let {
|
|
1432
|
+
children,
|
|
1433
|
+
size = 16,
|
|
1434
|
+
...rest
|
|
1435
|
+
} = _ref62;
|
|
1436
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1437
|
+
width: size,
|
|
1438
|
+
height: size,
|
|
1439
|
+
ref: ref,
|
|
1440
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1441
|
+
viewBox: "0 0 32 32",
|
|
1442
|
+
fill: "currentColor",
|
|
1443
|
+
...rest
|
|
1444
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1445
|
+
strokeWidth: "0",
|
|
1446
|
+
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"
|
|
1447
|
+
})), children);
|
|
1448
|
+
});
|
|
1449
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1450
|
+
TriangleRightOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
1451
|
+
}
|
|
1452
|
+
const TriangleRightSolid = /*#__PURE__*/React.forwardRef(function TriangleRightSolid(_ref63, ref) {
|
|
1453
|
+
let {
|
|
1454
|
+
children,
|
|
1455
|
+
size = 16,
|
|
1456
|
+
...rest
|
|
1457
|
+
} = _ref63;
|
|
1458
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1459
|
+
width: size,
|
|
1460
|
+
height: size,
|
|
1461
|
+
ref: ref,
|
|
1462
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1463
|
+
viewBox: "0 0 32 32",
|
|
1464
|
+
fill: "currentColor",
|
|
1465
|
+
...rest
|
|
1466
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1467
|
+
strokeWidth: "0",
|
|
1468
|
+
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"
|
|
1469
|
+
})), children);
|
|
1470
|
+
});
|
|
1471
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1472
|
+
TriangleRightSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
1473
|
+
}
|
|
1474
|
+
const TriangleSolid = /*#__PURE__*/React.forwardRef(function TriangleSolid(_ref64, ref) {
|
|
1475
|
+
let {
|
|
1476
|
+
children,
|
|
1477
|
+
size = 16,
|
|
1478
|
+
...rest
|
|
1479
|
+
} = _ref64;
|
|
1480
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1481
|
+
width: size,
|
|
1482
|
+
height: size,
|
|
1483
|
+
ref: ref,
|
|
1484
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1485
|
+
viewBox: "0 0 32 32",
|
|
1486
|
+
fill: "currentColor",
|
|
1487
|
+
...rest
|
|
1488
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1489
|
+
strokeWidth: "0",
|
|
1490
|
+
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"
|
|
1491
|
+
})), children);
|
|
1492
|
+
});
|
|
1493
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1494
|
+
TriangleSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
1495
|
+
}
|
|
1496
|
+
const Trophy = /*#__PURE__*/React.forwardRef(function Trophy(_ref65, ref) {
|
|
1497
|
+
let {
|
|
1498
|
+
children,
|
|
1499
|
+
size = 16,
|
|
1500
|
+
...rest
|
|
1501
|
+
} = _ref65;
|
|
1502
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1503
|
+
width: size,
|
|
1504
|
+
height: size,
|
|
1505
|
+
ref: ref,
|
|
1506
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1507
|
+
viewBox: "0 0 32 32",
|
|
1508
|
+
fill: "currentColor",
|
|
1509
|
+
...rest
|
|
1510
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1511
|
+
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"
|
|
1512
|
+
})), children);
|
|
1513
|
+
});
|
|
1514
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1515
|
+
Trophy.propTypes = iconPropTypes4cbeb95d.i;
|
|
1516
|
+
}
|
|
1517
|
+
const TrophyFilled = /*#__PURE__*/React.forwardRef(function TrophyFilled(_ref66, ref) {
|
|
1518
|
+
let {
|
|
1519
|
+
children,
|
|
1520
|
+
size = 16,
|
|
1521
|
+
...rest
|
|
1522
|
+
} = _ref66;
|
|
1523
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1524
|
+
width: size,
|
|
1525
|
+
height: size,
|
|
1526
|
+
ref: ref,
|
|
1527
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1528
|
+
viewBox: "0 0 32 32",
|
|
1529
|
+
fill: "currentColor",
|
|
1530
|
+
...rest
|
|
1531
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1532
|
+
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"
|
|
1533
|
+
})), children);
|
|
1534
|
+
});
|
|
1535
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1536
|
+
TrophyFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1537
|
+
}
|
|
1538
|
+
const TropicalStorm = /*#__PURE__*/React.forwardRef(function TropicalStorm(_ref67, ref) {
|
|
1539
|
+
let {
|
|
1540
|
+
children,
|
|
1541
|
+
size = 16,
|
|
1542
|
+
...rest
|
|
1543
|
+
} = _ref67;
|
|
1544
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1545
|
+
width: size,
|
|
1546
|
+
height: size,
|
|
1547
|
+
ref: ref,
|
|
1548
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1549
|
+
viewBox: "0 0 32 32",
|
|
1550
|
+
fill: "currentColor",
|
|
1551
|
+
...rest
|
|
1552
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1553
|
+
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"
|
|
1554
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1555
|
+
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"
|
|
1556
|
+
})), children);
|
|
1557
|
+
});
|
|
1558
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1559
|
+
TropicalStorm.propTypes = iconPropTypes4cbeb95d.i;
|
|
1560
|
+
}
|
|
1561
|
+
const TropicalStormModelTracks = /*#__PURE__*/React.forwardRef(function TropicalStormModelTracks(_ref68, ref) {
|
|
1562
|
+
let {
|
|
1563
|
+
children,
|
|
1564
|
+
size = 16,
|
|
1565
|
+
...rest
|
|
1566
|
+
} = _ref68;
|
|
1567
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1568
|
+
width: size,
|
|
1569
|
+
height: size,
|
|
1570
|
+
ref: ref,
|
|
1571
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1572
|
+
viewBox: "0 0 32 32",
|
|
1573
|
+
fill: "currentColor",
|
|
1574
|
+
...rest
|
|
1575
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1576
|
+
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"
|
|
1577
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1578
|
+
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"
|
|
1579
|
+
})), children);
|
|
1580
|
+
});
|
|
1581
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1582
|
+
TropicalStormModelTracks.propTypes = iconPropTypes4cbeb95d.i;
|
|
1583
|
+
}
|
|
1584
|
+
const TropicalStormTracks = /*#__PURE__*/React.forwardRef(function TropicalStormTracks(_ref69, ref) {
|
|
1585
|
+
let {
|
|
1586
|
+
children,
|
|
1587
|
+
size = 16,
|
|
1588
|
+
...rest
|
|
1589
|
+
} = _ref69;
|
|
1590
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1591
|
+
width: size,
|
|
1592
|
+
height: size,
|
|
1593
|
+
ref: ref,
|
|
1594
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1595
|
+
viewBox: "0 0 32 32",
|
|
1596
|
+
fill: "currentColor",
|
|
1597
|
+
...rest
|
|
1598
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1599
|
+
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"
|
|
1600
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1601
|
+
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"
|
|
1602
|
+
})), children);
|
|
1603
|
+
});
|
|
1604
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1605
|
+
TropicalStormTracks.propTypes = iconPropTypes4cbeb95d.i;
|
|
1606
|
+
}
|
|
1607
|
+
const TropicalWarning = /*#__PURE__*/React.forwardRef(function TropicalWarning(_ref70, ref) {
|
|
1608
|
+
let {
|
|
1609
|
+
children,
|
|
1610
|
+
size = 16,
|
|
1611
|
+
...rest
|
|
1612
|
+
} = _ref70;
|
|
1613
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1614
|
+
width: size,
|
|
1615
|
+
height: size,
|
|
1616
|
+
ref: ref,
|
|
1617
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1618
|
+
viewBox: "0 0 32 32",
|
|
1619
|
+
fill: "currentColor",
|
|
1620
|
+
...rest
|
|
1621
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1622
|
+
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"
|
|
1623
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1624
|
+
fill: "none",
|
|
1625
|
+
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
1626
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1627
|
+
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"
|
|
1628
|
+
})), children);
|
|
1629
|
+
});
|
|
1630
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1631
|
+
TropicalWarning.propTypes = iconPropTypes4cbeb95d.i;
|
|
1632
|
+
}
|
|
1633
|
+
const Tsq = /*#__PURE__*/React.forwardRef(function Tsq(_ref71, ref) {
|
|
1634
|
+
let {
|
|
1635
|
+
children,
|
|
1636
|
+
size = 16,
|
|
1637
|
+
...rest
|
|
1638
|
+
} = _ref71;
|
|
1639
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1640
|
+
width: size,
|
|
1641
|
+
height: size,
|
|
1642
|
+
ref: ref,
|
|
1643
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1644
|
+
viewBox: "0 0 32 32",
|
|
1645
|
+
fill: "currentColor",
|
|
1646
|
+
...rest
|
|
1647
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1648
|
+
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"
|
|
1649
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1650
|
+
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"
|
|
1651
|
+
})), children);
|
|
1652
|
+
});
|
|
1653
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1654
|
+
Tsq.propTypes = iconPropTypes4cbeb95d.i;
|
|
1655
|
+
}
|
|
1656
|
+
const Tsunami = /*#__PURE__*/React.forwardRef(function Tsunami(_ref72, ref) {
|
|
1657
|
+
let {
|
|
1658
|
+
children,
|
|
1659
|
+
size = 16,
|
|
1660
|
+
...rest
|
|
1661
|
+
} = _ref72;
|
|
1662
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1663
|
+
width: size,
|
|
1664
|
+
height: size,
|
|
1665
|
+
ref: ref,
|
|
1666
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1667
|
+
viewBox: "0 0 32 32",
|
|
1668
|
+
fill: "currentColor",
|
|
1669
|
+
...rest
|
|
1670
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1671
|
+
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"
|
|
1672
|
+
})), children);
|
|
1673
|
+
});
|
|
1674
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1675
|
+
Tsunami.propTypes = iconPropTypes4cbeb95d.i;
|
|
1676
|
+
}
|
|
1677
|
+
const Tsv = /*#__PURE__*/React.forwardRef(function Tsv(_ref73, ref) {
|
|
1678
|
+
let {
|
|
1679
|
+
children,
|
|
1680
|
+
size = 16,
|
|
1681
|
+
...rest
|
|
1682
|
+
} = _ref73;
|
|
1683
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1684
|
+
width: size,
|
|
1685
|
+
height: size,
|
|
1686
|
+
ref: ref,
|
|
1687
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1688
|
+
viewBox: "0 0 32 32",
|
|
1689
|
+
fill: "currentColor",
|
|
1690
|
+
...rest
|
|
1691
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1692
|
+
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"
|
|
1693
|
+
})), children);
|
|
1694
|
+
});
|
|
1695
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1696
|
+
Tsv.propTypes = iconPropTypes4cbeb95d.i;
|
|
1697
|
+
}
|
|
1698
|
+
const Tuning = /*#__PURE__*/React.forwardRef(function Tuning(_ref74, ref) {
|
|
1699
|
+
let {
|
|
1700
|
+
children,
|
|
1701
|
+
size = 16,
|
|
1702
|
+
...rest
|
|
1703
|
+
} = _ref74;
|
|
1704
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1705
|
+
width: size,
|
|
1706
|
+
height: size,
|
|
1707
|
+
ref: ref,
|
|
1708
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1709
|
+
viewBox: "0 0 32 32",
|
|
1710
|
+
fill: "currentColor",
|
|
1711
|
+
...rest
|
|
1712
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1713
|
+
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"
|
|
1714
|
+
})), children);
|
|
1715
|
+
});
|
|
1716
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1717
|
+
Tuning.propTypes = iconPropTypes4cbeb95d.i;
|
|
1718
|
+
}
|
|
1719
|
+
const TwoFactorAuthentication = /*#__PURE__*/React.forwardRef(function TwoFactorAuthentication(_ref75, ref) {
|
|
1720
|
+
let {
|
|
1721
|
+
children,
|
|
1722
|
+
size = 16,
|
|
1723
|
+
...rest
|
|
1724
|
+
} = _ref75;
|
|
1725
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1726
|
+
width: size,
|
|
1727
|
+
height: size,
|
|
1728
|
+
ref: ref,
|
|
1729
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1730
|
+
viewBox: "0 0 32 32",
|
|
1731
|
+
fill: "currentColor",
|
|
1732
|
+
...rest
|
|
1733
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1734
|
+
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"
|
|
1735
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1736
|
+
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"
|
|
1737
|
+
})), children);
|
|
1738
|
+
});
|
|
1739
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1740
|
+
TwoFactorAuthentication.propTypes = iconPropTypes4cbeb95d.i;
|
|
1741
|
+
}
|
|
1742
|
+
const TwoPersonLift = /*#__PURE__*/React.forwardRef(function TwoPersonLift(_ref76, ref) {
|
|
1743
|
+
let {
|
|
1744
|
+
children,
|
|
1745
|
+
size = 16,
|
|
1746
|
+
...rest
|
|
1747
|
+
} = _ref76;
|
|
1748
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1749
|
+
width: size,
|
|
1750
|
+
height: size,
|
|
1751
|
+
ref: ref,
|
|
1752
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1753
|
+
viewBox: "0 0 32 32",
|
|
1754
|
+
fill: "currentColor",
|
|
1755
|
+
...rest
|
|
1756
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1757
|
+
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"
|
|
1758
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1759
|
+
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"
|
|
1760
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1761
|
+
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"
|
|
1762
|
+
})), children);
|
|
1763
|
+
});
|
|
1764
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1765
|
+
TwoPersonLift.propTypes = iconPropTypes4cbeb95d.i;
|
|
1766
|
+
}
|
|
1767
|
+
const Txt = /*#__PURE__*/React.forwardRef(function Txt(_ref77, ref) {
|
|
1768
|
+
let {
|
|
1769
|
+
children,
|
|
1770
|
+
size = 16,
|
|
1771
|
+
...rest
|
|
1772
|
+
} = _ref77;
|
|
1773
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1774
|
+
width: size,
|
|
1775
|
+
height: size,
|
|
1776
|
+
ref: ref,
|
|
1777
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1778
|
+
viewBox: "0 0 32 32",
|
|
1779
|
+
fill: "currentColor",
|
|
1780
|
+
...rest
|
|
1781
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1782
|
+
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"
|
|
1783
|
+
})), children);
|
|
1784
|
+
});
|
|
1785
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1786
|
+
Txt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1787
|
+
}
|
|
1788
|
+
const TxtReference = /*#__PURE__*/React.forwardRef(function TxtReference(_ref78, ref) {
|
|
1789
|
+
let {
|
|
1790
|
+
children,
|
|
1791
|
+
size = 16,
|
|
1792
|
+
...rest
|
|
1793
|
+
} = _ref78;
|
|
1794
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1795
|
+
width: size,
|
|
1796
|
+
height: size,
|
|
1797
|
+
ref: ref,
|
|
1798
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1799
|
+
viewBox: "0 0 32 32",
|
|
1800
|
+
fill: "currentColor",
|
|
1801
|
+
...rest
|
|
1802
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1803
|
+
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"
|
|
1804
|
+
})), children);
|
|
1805
|
+
});
|
|
1806
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1807
|
+
TxtReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
1808
|
+
}
|
|
1809
|
+
const TypePattern = /*#__PURE__*/React.forwardRef(function TypePattern(_ref79, ref) {
|
|
1810
|
+
let {
|
|
1811
|
+
children,
|
|
1812
|
+
size = 16,
|
|
1813
|
+
...rest
|
|
1814
|
+
} = _ref79;
|
|
1815
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1816
|
+
width: size,
|
|
1817
|
+
height: size,
|
|
1818
|
+
ref: ref,
|
|
1819
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1820
|
+
viewBox: "0 0 32 32",
|
|
1821
|
+
fill: "currentColor",
|
|
1822
|
+
...rest
|
|
1823
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1824
|
+
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"
|
|
1825
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1826
|
+
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"
|
|
1827
|
+
})), children);
|
|
1828
|
+
});
|
|
1829
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1830
|
+
TypePattern.propTypes = iconPropTypes4cbeb95d.i;
|
|
1831
|
+
}
|
|
1832
|
+
const Types = /*#__PURE__*/React.forwardRef(function Types(_ref80, ref) {
|
|
1833
|
+
let {
|
|
1834
|
+
children,
|
|
1835
|
+
size = 16,
|
|
1836
|
+
...rest
|
|
1837
|
+
} = _ref80;
|
|
1838
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1839
|
+
width: size,
|
|
1840
|
+
height: size,
|
|
1841
|
+
ref: ref,
|
|
1842
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1843
|
+
viewBox: "0 0 32 32",
|
|
1844
|
+
fill: "currentColor",
|
|
1845
|
+
...rest
|
|
1846
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1847
|
+
d: "M30 16L22 24 20.586 22.586 27.172 16 20.586 9.414 22 8 30 16z"
|
|
1848
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1849
|
+
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"
|
|
1850
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1851
|
+
d: "M2 16L10 8 11.414 9.414 4.828 16 11.414 22.586 10 24 2 16z"
|
|
1852
|
+
})), children);
|
|
1853
|
+
});
|
|
1854
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1855
|
+
Types.propTypes = iconPropTypes4cbeb95d.i;
|
|
1856
|
+
}
|
|
1857
|
+
const QU1 = /*#__PURE__*/React.forwardRef(function QU1(_ref81, ref) {
|
|
1858
|
+
let {
|
|
1859
|
+
children,
|
|
1860
|
+
size = 16,
|
|
1861
|
+
...rest
|
|
1862
|
+
} = _ref81;
|
|
1863
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1864
|
+
width: size,
|
|
1865
|
+
height: size,
|
|
1866
|
+
ref: ref,
|
|
1867
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1868
|
+
viewBox: "0 0 32 32",
|
|
1869
|
+
fill: "currentColor",
|
|
1870
|
+
...rest
|
|
1871
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1872
|
+
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"
|
|
1873
|
+
})), children);
|
|
1874
|
+
});
|
|
1875
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1876
|
+
QU1.propTypes = iconPropTypes4cbeb95d.i;
|
|
1877
|
+
}
|
|
1878
|
+
const QU2 = /*#__PURE__*/React.forwardRef(function QU2(_ref82, ref) {
|
|
1879
|
+
let {
|
|
1880
|
+
children,
|
|
1881
|
+
size = 16,
|
|
1882
|
+
...rest
|
|
1883
|
+
} = _ref82;
|
|
1884
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1885
|
+
width: size,
|
|
1886
|
+
height: size,
|
|
1887
|
+
ref: ref,
|
|
1888
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1889
|
+
viewBox: "0 0 32 32",
|
|
1890
|
+
fill: "currentColor",
|
|
1891
|
+
...rest
|
|
1892
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1893
|
+
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"
|
|
1894
|
+
})), children);
|
|
1895
|
+
});
|
|
1896
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1897
|
+
QU2.propTypes = iconPropTypes4cbeb95d.i;
|
|
1898
|
+
}
|
|
1899
|
+
const QU3 = /*#__PURE__*/React.forwardRef(function QU3(_ref83, ref) {
|
|
1900
|
+
let {
|
|
1901
|
+
children,
|
|
1902
|
+
size = 16,
|
|
1903
|
+
...rest
|
|
1904
|
+
} = _ref83;
|
|
1905
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1906
|
+
width: size,
|
|
1907
|
+
height: size,
|
|
1908
|
+
ref: ref,
|
|
1909
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1910
|
+
viewBox: "0 0 32 32",
|
|
1911
|
+
fill: "currentColor",
|
|
1912
|
+
...rest
|
|
1913
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1914
|
+
d: "M13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23zM23 9H17v2h6v4H18v2h5v4H17v2h6a2 2 0 002-2V11A2 2 0 0023 9z"
|
|
1915
|
+
})), children);
|
|
1916
|
+
});
|
|
1917
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1918
|
+
QU3.propTypes = iconPropTypes4cbeb95d.i;
|
|
1919
|
+
}
|
|
1920
|
+
const Umbrella = /*#__PURE__*/React.forwardRef(function Umbrella(_ref84, ref) {
|
|
1921
|
+
let {
|
|
1922
|
+
children,
|
|
1923
|
+
size = 16,
|
|
1924
|
+
...rest
|
|
1925
|
+
} = _ref84;
|
|
1926
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1927
|
+
width: size,
|
|
1928
|
+
height: size,
|
|
1929
|
+
ref: ref,
|
|
1930
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1931
|
+
viewBox: "0 0 32 32",
|
|
1932
|
+
fill: "currentColor",
|
|
1933
|
+
...rest
|
|
1934
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1935
|
+
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"
|
|
1936
|
+
})), children);
|
|
1937
|
+
});
|
|
1938
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1939
|
+
Umbrella.propTypes = iconPropTypes4cbeb95d.i;
|
|
1940
|
+
}
|
|
1941
|
+
const Undefined = /*#__PURE__*/React.forwardRef(function Undefined(_ref85, ref) {
|
|
1942
|
+
let {
|
|
1943
|
+
children,
|
|
1944
|
+
size = 16,
|
|
1945
|
+
...rest
|
|
1946
|
+
} = _ref85;
|
|
1947
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1948
|
+
width: size,
|
|
1949
|
+
height: size,
|
|
1950
|
+
ref: ref,
|
|
1951
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1952
|
+
viewBox: "0 0 32 32",
|
|
1953
|
+
fill: "currentColor",
|
|
1954
|
+
...rest
|
|
1955
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1956
|
+
d: "M11 14H21V18H11z"
|
|
1957
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1958
|
+
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"
|
|
1959
|
+
})), children);
|
|
1960
|
+
});
|
|
1961
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1962
|
+
Undefined.propTypes = iconPropTypes4cbeb95d.i;
|
|
1963
|
+
}
|
|
1964
|
+
const UndefinedFilled = /*#__PURE__*/React.forwardRef(function UndefinedFilled(_ref86, ref) {
|
|
1965
|
+
let {
|
|
1966
|
+
children,
|
|
1967
|
+
size = 16,
|
|
1968
|
+
...rest
|
|
1969
|
+
} = _ref86;
|
|
1970
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1971
|
+
width: size,
|
|
1972
|
+
height: size,
|
|
1973
|
+
ref: ref,
|
|
1974
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1975
|
+
viewBox: "0 0 32 32",
|
|
1976
|
+
fill: "currentColor",
|
|
1977
|
+
...rest
|
|
1978
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1979
|
+
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"
|
|
1980
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1981
|
+
fill: "none",
|
|
1982
|
+
d: "M11 14H21V18H11z",
|
|
1983
|
+
"data-icon-path": "inner-path"
|
|
1984
|
+
})), children);
|
|
1985
|
+
});
|
|
1986
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1987
|
+
UndefinedFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1988
|
+
}
|
|
1989
|
+
const Undo = /*#__PURE__*/React.forwardRef(function Undo(_ref87, ref) {
|
|
1990
|
+
let {
|
|
1991
|
+
children,
|
|
1992
|
+
size = 16,
|
|
1993
|
+
...rest
|
|
1994
|
+
} = _ref87;
|
|
1995
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1996
|
+
width: size,
|
|
1997
|
+
height: size,
|
|
1998
|
+
ref: ref,
|
|
1999
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2000
|
+
viewBox: "0 0 32 32",
|
|
2001
|
+
fill: "currentColor",
|
|
2002
|
+
...rest
|
|
2003
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2004
|
+
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"
|
|
2005
|
+
})), children);
|
|
2006
|
+
});
|
|
2007
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2008
|
+
Undo.propTypes = iconPropTypes4cbeb95d.i;
|
|
2009
|
+
}
|
|
2010
|
+
const UngroupObjects = /*#__PURE__*/React.forwardRef(function UngroupObjects(_ref88, ref) {
|
|
2011
|
+
let {
|
|
2012
|
+
children,
|
|
2013
|
+
size = 16,
|
|
2014
|
+
...rest
|
|
2015
|
+
} = _ref88;
|
|
2016
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2017
|
+
width: size,
|
|
2018
|
+
height: size,
|
|
2019
|
+
ref: ref,
|
|
2020
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2021
|
+
viewBox: "0 0 32 32",
|
|
2022
|
+
fill: "currentColor",
|
|
2023
|
+
...rest
|
|
2024
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2025
|
+
d: "M30,14V10H26v2H20V6h2V2H18V4H6V2H2V6H4V18H2v4H6V20h6v6H10v4h4V28H26v2h4V26H28V14ZM6,6H18V18H6ZM26,26H14V20h4v2h4V18H20V14h6Z"
|
|
2026
|
+
})), children);
|
|
2027
|
+
});
|
|
2028
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2029
|
+
UngroupObjects.propTypes = iconPropTypes4cbeb95d.i;
|
|
2030
|
+
}
|
|
2031
|
+
const Unknown = /*#__PURE__*/React.forwardRef(function Unknown(_ref89, ref) {
|
|
2032
|
+
let {
|
|
2033
|
+
children,
|
|
2034
|
+
size = 16,
|
|
2035
|
+
...rest
|
|
2036
|
+
} = _ref89;
|
|
2037
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2038
|
+
width: size,
|
|
2039
|
+
height: size,
|
|
2040
|
+
ref: ref,
|
|
2041
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2042
|
+
viewBox: "0 0 32 32",
|
|
2043
|
+
fill: "currentColor",
|
|
2044
|
+
...rest
|
|
2045
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
2046
|
+
cx: "16",
|
|
2047
|
+
cy: "22.5",
|
|
2048
|
+
r: "1.5"
|
|
2049
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2050
|
+
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"
|
|
2051
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2052
|
+
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"
|
|
2053
|
+
})), children);
|
|
2054
|
+
});
|
|
2055
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2056
|
+
Unknown.propTypes = iconPropTypes4cbeb95d.i;
|
|
2057
|
+
}
|
|
2058
|
+
const UnknownFilled = /*#__PURE__*/React.forwardRef(function UnknownFilled(_ref90, ref) {
|
|
2059
|
+
let {
|
|
2060
|
+
children,
|
|
2061
|
+
size = 16,
|
|
2062
|
+
...rest
|
|
2063
|
+
} = _ref90;
|
|
2064
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2065
|
+
width: size,
|
|
2066
|
+
height: size,
|
|
2067
|
+
ref: ref,
|
|
2068
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2069
|
+
viewBox: "0 0 32 32",
|
|
2070
|
+
fill: "currentColor",
|
|
2071
|
+
...rest
|
|
2072
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2073
|
+
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"
|
|
2074
|
+
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2075
|
+
fill: "none",
|
|
2076
|
+
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",
|
|
2077
|
+
"data-icon-path": "inner-path"
|
|
2078
|
+
})), children);
|
|
2079
|
+
});
|
|
2080
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2081
|
+
UnknownFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2082
|
+
}
|
|
2083
|
+
const Unlink = /*#__PURE__*/React.forwardRef(function Unlink(_ref91, ref) {
|
|
2084
|
+
let {
|
|
2085
|
+
children,
|
|
2086
|
+
size = 16,
|
|
2087
|
+
...rest
|
|
2088
|
+
} = _ref91;
|
|
2089
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2090
|
+
width: size,
|
|
2091
|
+
height: size,
|
|
2092
|
+
ref: ref,
|
|
2093
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2094
|
+
viewBox: "0 0 32 32",
|
|
2095
|
+
fill: "currentColor",
|
|
2096
|
+
...rest
|
|
2097
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2098
|
+
d: "M5 3.59H7V8.42H5z",
|
|
2099
|
+
transform: "rotate(-45.01 5.996 6.005)"
|
|
2100
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2101
|
+
d: "M25 23.58H27V28.409999999999997H25z",
|
|
2102
|
+
transform: "rotate(-44.99 25.995 25.999)"
|
|
2103
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2104
|
+
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"
|
|
2105
|
+
})), children);
|
|
2106
|
+
});
|
|
2107
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2108
|
+
Unlink.propTypes = iconPropTypes4cbeb95d.i;
|
|
2109
|
+
}
|
|
2110
|
+
const Unlocked = /*#__PURE__*/React.forwardRef(function Unlocked(_ref92, ref) {
|
|
2111
|
+
let {
|
|
2112
|
+
children,
|
|
2113
|
+
size = 16,
|
|
2114
|
+
...rest
|
|
2115
|
+
} = _ref92;
|
|
2116
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2117
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2118
|
+
width: size,
|
|
2119
|
+
height: size,
|
|
2120
|
+
ref: ref,
|
|
2121
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2122
|
+
viewBox: "0 0 16 16",
|
|
2123
|
+
fill: "currentColor",
|
|
2124
|
+
...rest
|
|
2125
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2126
|
+
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"
|
|
2127
|
+
})), children);
|
|
2128
|
+
}
|
|
2129
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2130
|
+
width: size,
|
|
2131
|
+
height: size,
|
|
2132
|
+
ref: ref,
|
|
2133
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2134
|
+
viewBox: "0 0 32 32",
|
|
2135
|
+
fill: "currentColor",
|
|
2136
|
+
...rest
|
|
2137
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2138
|
+
d: "M24,14H12V8a4,4,0,0,1,8,0h2A6,6,0,0,0,10,8v6H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16A2,2,0,0,0,24,14Zm0,14H8V16H24Z"
|
|
2139
|
+
})), children);
|
|
2140
|
+
});
|
|
2141
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2142
|
+
Unlocked.propTypes = iconPropTypes4cbeb95d.i;
|
|
2143
|
+
}
|
|
2144
|
+
const Unsaved = /*#__PURE__*/React.forwardRef(function Unsaved(_ref93, ref) {
|
|
2145
|
+
let {
|
|
2146
|
+
children,
|
|
2147
|
+
size = 16,
|
|
2148
|
+
...rest
|
|
2149
|
+
} = _ref93;
|
|
2150
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2151
|
+
width: size,
|
|
2152
|
+
height: size,
|
|
2153
|
+
ref: ref,
|
|
2154
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2155
|
+
viewBox: "0 0 32 32",
|
|
2156
|
+
fill: "currentColor",
|
|
2157
|
+
...rest
|
|
2158
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2159
|
+
d: "M30 19.4L28.6 18 25 21.6 21.4 18 20 19.4 23.6 23 20 26.6 21.4 28 25 24.4 28.6 28 30 26.6 26.4 23z"
|
|
2160
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2161
|
+
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"
|
|
2162
|
+
})), children);
|
|
2163
|
+
});
|
|
2164
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2165
|
+
Unsaved.propTypes = iconPropTypes4cbeb95d.i;
|
|
2166
|
+
}
|
|
2167
|
+
const UpToTop = /*#__PURE__*/React.forwardRef(function UpToTop(_ref94, ref) {
|
|
2168
|
+
let {
|
|
2169
|
+
children,
|
|
2170
|
+
size = 16,
|
|
2171
|
+
...rest
|
|
2172
|
+
} = _ref94;
|
|
2173
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2174
|
+
width: size,
|
|
2175
|
+
height: size,
|
|
2176
|
+
ref: ref,
|
|
2177
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2178
|
+
viewBox: "0 0 32 32",
|
|
2179
|
+
fill: "currentColor",
|
|
2180
|
+
...rest
|
|
2181
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2182
|
+
d: "M16 14L6 24 7.4 25.4 16 16.8 24.6 25.4 26 24zM4 8H28V10H4z"
|
|
2183
|
+
})), children);
|
|
2184
|
+
});
|
|
2185
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2186
|
+
UpToTop.propTypes = iconPropTypes4cbeb95d.i;
|
|
2187
|
+
}
|
|
2188
|
+
const UpdateNow = /*#__PURE__*/React.forwardRef(function UpdateNow(_ref95, ref) {
|
|
2189
|
+
let {
|
|
2190
|
+
children,
|
|
2191
|
+
size = 16,
|
|
2192
|
+
...rest
|
|
2193
|
+
} = _ref95;
|
|
2194
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2195
|
+
width: size,
|
|
2196
|
+
height: size,
|
|
2197
|
+
ref: ref,
|
|
2198
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2199
|
+
viewBox: "0 0 32 32",
|
|
2200
|
+
fill: "currentColor",
|
|
2201
|
+
...rest
|
|
2202
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2203
|
+
d: "M27 25.586L25 23.586 25 21 23 21 23 24.414 25.586 27 27 25.586z"
|
|
2204
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2205
|
+
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"
|
|
2206
|
+
})), children);
|
|
2207
|
+
});
|
|
2208
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2209
|
+
UpdateNow.propTypes = iconPropTypes4cbeb95d.i;
|
|
2210
|
+
}
|
|
2211
|
+
const Upgrade = /*#__PURE__*/React.forwardRef(function Upgrade(_ref96, ref) {
|
|
2212
|
+
let {
|
|
2213
|
+
children,
|
|
2214
|
+
size = 16,
|
|
2215
|
+
...rest
|
|
2216
|
+
} = _ref96;
|
|
2217
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2218
|
+
width: size,
|
|
2219
|
+
height: size,
|
|
2220
|
+
ref: ref,
|
|
2221
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2222
|
+
viewBox: "0 0 32 32",
|
|
2223
|
+
fill: "currentColor",
|
|
2224
|
+
...rest
|
|
2225
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2226
|
+
d: "M21 24H11a2 2 0 00-2 2v2a2 2 0 002 2H21a2 2 0 002-2V26A2 2 0 0021 24zm0 4H11V26H21zM28.707 14.293l-12-12a.9994.9994 0 00-1.414 0l-12 12A1 1 0 004 16H9v4a2.0023 2.0023 0 002 2H21a2.0027 2.0027 0 002-2V16h5a1 1 0 00.707-1.707zM21 14v6H11V14H6.4141L16 4.4141 25.5859 14z"
|
|
2227
|
+
})), children);
|
|
2228
|
+
});
|
|
2229
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2230
|
+
Upgrade.propTypes = iconPropTypes4cbeb95d.i;
|
|
2231
|
+
}
|
|
2232
|
+
const Upload = /*#__PURE__*/React.forwardRef(function Upload(_ref97, ref) {
|
|
2233
|
+
let {
|
|
2234
|
+
children,
|
|
2235
|
+
size = 16,
|
|
2236
|
+
...rest
|
|
2237
|
+
} = _ref97;
|
|
2238
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2239
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2240
|
+
width: size,
|
|
2241
|
+
height: size,
|
|
2242
|
+
ref: ref,
|
|
2243
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2244
|
+
viewBox: "0 0 16 16",
|
|
2245
|
+
fill: "currentColor",
|
|
2246
|
+
...rest
|
|
2247
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2248
|
+
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"
|
|
2249
|
+
})), children);
|
|
2250
|
+
}
|
|
2251
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2252
|
+
width: size,
|
|
2253
|
+
height: size,
|
|
2254
|
+
ref: ref,
|
|
2255
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2256
|
+
viewBox: "0 0 32 32",
|
|
2257
|
+
fill: "currentColor",
|
|
2258
|
+
...rest
|
|
2259
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2260
|
+
d: "M6 18L7.41 19.41 15 11.83 15 30 17 30 17 11.83 24.59 19.41 26 18 16 8 6 18zM6 8V4H26V8h2V4a2 2 0 00-2-2H6A2 2 0 004 4V8z"
|
|
2261
|
+
})), children);
|
|
2262
|
+
});
|
|
2263
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2264
|
+
Upload.propTypes = iconPropTypes4cbeb95d.i;
|
|
2265
|
+
}
|
|
2266
|
+
const Upstream = /*#__PURE__*/React.forwardRef(function Upstream(_ref98, ref) {
|
|
2267
|
+
let {
|
|
2268
|
+
children,
|
|
2269
|
+
size = 16,
|
|
2270
|
+
...rest
|
|
2271
|
+
} = _ref98;
|
|
2272
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2273
|
+
width: size,
|
|
2274
|
+
height: size,
|
|
2275
|
+
ref: ref,
|
|
2276
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2277
|
+
viewBox: "0 0 32 32",
|
|
2278
|
+
fill: "currentColor",
|
|
2279
|
+
...rest
|
|
2280
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2281
|
+
d: "M10 24c0 3.3137 2.6863 6 6 6s6-2.6863 6-6-2.6863-6-6-6-6 2.6863-6 6zm2 0c0-2.2056 1.7944-4 4-4s4 1.7944 4 4-1.7944 4-4 4-4-1.7944-4-4zM30 5c0-1.6567-1.3433-3-3-3s-3 1.3433-3 3c0 1.3042.8374 2.4028 2 2.8164v5.1836c0 1.7217-.752 3.3438-2 4.4673v-2.4673h-2v6h6v-2h-2.7168c1.6938-1.4995 2.7168-3.6816 2.7168-6v-5.1836c1.1626-.4136 2-1.5122 2-2.8164zm-3 1c-.5522 0-1-.4478-1-1s.4478-1 1-1 1 .4478 1 1-.4478 1-1 1zM18.586 11.5859l-1.5859 1.5859v-5.3555c1.1626-.4136 2-1.5122 2-2.8164 0-1.6567-1.3433-3-3-3s-3 1.3433-3 3c0 1.3042.8374 2.4028 2 2.8164v5.3555l-1.5859-1.5859-1.4141 1.4141 4 4 4-4-1.4141-1.4141zm-2.5859-7.5859c.5522 0 1 .4478 1 1s-.4478 1-1 1-1-.4478-1-1 .4478-1 1-1zM8 15v2.4673c-1.248-1.1235-2-2.7456-2-4.4673v-5.1836c1.1626-.4136 2-1.5122 2-2.8164 0-1.6567-1.3433-3-3-3s-3 1.3433-3 3c0 1.3042.8374 2.4028 2 2.8164v5.1836c0 2.3184 1.0229 4.5005 2.7168 6h-2.7168v2h6v-6h-2zm-3-11c.5522 0 1 .4478 1 1s-.4478 1-1 1-1-.4478-1-1 .4478-1 1-1z"
|
|
2282
|
+
})), children);
|
|
2283
|
+
});
|
|
2284
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2285
|
+
Upstream.propTypes = iconPropTypes4cbeb95d.i;
|
|
2286
|
+
}
|
|
2287
|
+
const Url = /*#__PURE__*/React.forwardRef(function Url(_ref99, ref) {
|
|
2288
|
+
let {
|
|
2289
|
+
children,
|
|
2290
|
+
size = 16,
|
|
2291
|
+
...rest
|
|
2292
|
+
} = _ref99;
|
|
2293
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2294
|
+
width: size,
|
|
2295
|
+
height: size,
|
|
2296
|
+
ref: ref,
|
|
2297
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2298
|
+
viewBox: "0 0 32 32",
|
|
2299
|
+
fill: "currentColor",
|
|
2300
|
+
...rest
|
|
2301
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2302
|
+
strokeWidth: "0",
|
|
2303
|
+
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"
|
|
2304
|
+
})), children);
|
|
2305
|
+
});
|
|
2306
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2307
|
+
Url.propTypes = iconPropTypes4cbeb95d.i;
|
|
2308
|
+
}
|
|
2309
|
+
const UsageIncludedUseCase = /*#__PURE__*/React.forwardRef(function UsageIncludedUseCase(_ref100, ref) {
|
|
2310
|
+
let {
|
|
2311
|
+
children,
|
|
2312
|
+
size = 16,
|
|
2313
|
+
...rest
|
|
2314
|
+
} = _ref100;
|
|
2315
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2316
|
+
width: size,
|
|
2317
|
+
height: size,
|
|
2318
|
+
ref: ref,
|
|
2319
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2320
|
+
viewBox: "0 0 32 32",
|
|
2321
|
+
fill: "currentColor",
|
|
2322
|
+
...rest
|
|
2323
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2324
|
+
strokeWidth: "0",
|
|
2325
|
+
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"
|
|
2326
|
+
})), children);
|
|
2327
|
+
});
|
|
2328
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2329
|
+
UsageIncludedUseCase.propTypes = iconPropTypes4cbeb95d.i;
|
|
2330
|
+
}
|
|
2331
|
+
const Usb = /*#__PURE__*/React.forwardRef(function Usb(_ref101, ref) {
|
|
2332
|
+
let {
|
|
2333
|
+
children,
|
|
2334
|
+
size = 16,
|
|
2335
|
+
...rest
|
|
2336
|
+
} = _ref101;
|
|
2337
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2338
|
+
width: size,
|
|
2339
|
+
height: size,
|
|
2340
|
+
ref: ref,
|
|
2341
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2342
|
+
viewBox: "0 0 32 32",
|
|
2343
|
+
fill: "currentColor",
|
|
2344
|
+
...rest
|
|
2345
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2346
|
+
d: "M24,15V6a2,2,0,0,0-2-2H10A2,2,0,0,0,8,6v9a2,2,0,0,0-2,2V28H8V17H24V28h2V17A2,2,0,0,0,24,15ZM10,6H22v9H10Z"
|
|
2347
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2348
|
+
d: "M12 10H15V12H12zM17 10H20V12H17z"
|
|
2349
|
+
})), children);
|
|
2350
|
+
});
|
|
2351
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2352
|
+
Usb.propTypes = iconPropTypes4cbeb95d.i;
|
|
2353
|
+
}
|
|
2354
|
+
const UseCaseDefinition = /*#__PURE__*/React.forwardRef(function UseCaseDefinition(_ref102, ref) {
|
|
2355
|
+
let {
|
|
2356
|
+
children,
|
|
2357
|
+
size = 16,
|
|
2358
|
+
...rest
|
|
2359
|
+
} = _ref102;
|
|
2360
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2361
|
+
width: size,
|
|
2362
|
+
height: size,
|
|
2363
|
+
ref: ref,
|
|
2364
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2365
|
+
viewBox: "0 0 32 32",
|
|
2366
|
+
fill: "currentColor",
|
|
2367
|
+
...rest
|
|
2368
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2369
|
+
strokeWidth: "0",
|
|
2370
|
+
d: "M22.0735 21.9922c1.7068 0 2.9407-.7773 3.5151-2.3325l-1.6561-.7942c-.3212.7942-.828 1.386-1.859 1.386-1.2002 0-1.8086-.8284-1.8086-2.062v-1.6057c0-1.2341.6084-2.0787 1.8086-2.0787.9294 0 1.4871.5409 1.6899 1.2845l1.7748-.7947c-.524-1.386-1.6903-2.2307-3.4647-2.2307-2.603 0-4.0735 1.7744-4.0735 4.5969 0 2.8394 1.4705 4.6311 4.0735 4.6311zM11.5126 21.9922c3.3129 0 4.5468-1.572 4.5468-5.0369v-6.9631h-2.1973v7.2507c0 1.8422-.6423 2.772-2.3324 2.772s-2.3324-.9298-2.3324-2.772v-7.2507h-2.1973v6.9631c0 3.4648 1.2 5.0369 4.5126 5.0369z"
|
|
2371
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2372
|
+
strokeWidth: "0",
|
|
2373
|
+
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"
|
|
2374
|
+
})), children);
|
|
2375
|
+
});
|
|
2376
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2377
|
+
UseCaseDefinition.propTypes = iconPropTypes4cbeb95d.i;
|
|
2378
|
+
}
|
|
2379
|
+
const UseCaseUsage = /*#__PURE__*/React.forwardRef(function UseCaseUsage(_ref103, ref) {
|
|
2380
|
+
let {
|
|
2381
|
+
children,
|
|
2382
|
+
size = 16,
|
|
2383
|
+
...rest
|
|
2384
|
+
} = _ref103;
|
|
2385
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2386
|
+
width: size,
|
|
2387
|
+
height: size,
|
|
2388
|
+
ref: ref,
|
|
2389
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2390
|
+
viewBox: "0 0 32 32",
|
|
2391
|
+
fill: "currentColor",
|
|
2392
|
+
...rest
|
|
2393
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2394
|
+
strokeWidth: "0",
|
|
2395
|
+
d: "M22.0735 21.9922c1.7068 0 2.9407-.7773 3.5151-2.3325l-1.6561-.7942c-.3212.7942-.828 1.386-1.859 1.386-1.2002 0-1.8086-.8284-1.8086-2.062v-1.6057c0-1.2341.6084-2.0787 1.8086-2.0787.9294 0 1.4871.5409 1.6899 1.2845l1.7748-.7947c-.524-1.386-1.6903-2.2307-3.4647-2.2307-2.603 0-4.0735 1.7744-4.0735 4.5969 0 2.8394 1.4705 4.6311 4.0735 4.6311zM11.5126 21.9922c3.3129 0 4.5468-1.572 4.5468-5.0369v-6.9631h-2.1973v7.2507c0 1.8422-.6423 2.772-2.3324 2.772s-2.3324-.9298-2.3324-2.772v-7.2507h-2.1973v6.9631c0 3.4648 1.2 5.0369 4.5126 5.0369z"
|
|
2396
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2397
|
+
strokeWidth: "0",
|
|
2398
|
+
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"
|
|
2399
|
+
})), children);
|
|
2400
|
+
});
|
|
2401
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2402
|
+
UseCaseUsage.propTypes = iconPropTypes4cbeb95d.i;
|
|
2403
|
+
}
|
|
2404
|
+
const User = /*#__PURE__*/React.forwardRef(function User(_ref104, ref) {
|
|
2405
|
+
let {
|
|
2406
|
+
children,
|
|
2407
|
+
size = 16,
|
|
2408
|
+
...rest
|
|
2409
|
+
} = _ref104;
|
|
2410
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2411
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2412
|
+
width: size,
|
|
2413
|
+
height: size,
|
|
2414
|
+
ref: ref,
|
|
2415
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2416
|
+
viewBox: "0 0 16 16",
|
|
2417
|
+
fill: "currentColor",
|
|
2418
|
+
...rest
|
|
2419
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2420
|
+
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"
|
|
2421
|
+
})), children);
|
|
2422
|
+
}
|
|
2423
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2424
|
+
width: size,
|
|
2425
|
+
height: size,
|
|
2426
|
+
ref: ref,
|
|
2427
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2428
|
+
viewBox: "0 0 32 32",
|
|
2429
|
+
fill: "currentColor",
|
|
2430
|
+
...rest
|
|
2431
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2432
|
+
d: "M16 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0016 2zM26 30H24V25a5 5 0 00-5-5H13a5 5 0 00-5 5v5H6V25a7 7 0 017-7h6a7 7 0 017 7z"
|
|
2433
|
+
})), children);
|
|
2434
|
+
});
|
|
2435
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2436
|
+
User.propTypes = iconPropTypes4cbeb95d.i;
|
|
2437
|
+
}
|
|
2438
|
+
const UserAccess = /*#__PURE__*/React.forwardRef(function UserAccess(_ref105, ref) {
|
|
2439
|
+
let {
|
|
2440
|
+
children,
|
|
2441
|
+
size = 16,
|
|
2442
|
+
...rest
|
|
2443
|
+
} = _ref105;
|
|
2444
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2445
|
+
width: size,
|
|
2446
|
+
height: size,
|
|
2447
|
+
ref: ref,
|
|
2448
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2449
|
+
viewBox: "0 0 32 32",
|
|
2450
|
+
fill: "currentColor",
|
|
2451
|
+
...rest
|
|
2452
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2453
|
+
d: "M16 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 8zM30 12a1.9922 1.9922 0 00-.5117.0742L28.4331 11.019a3.8788 3.8788 0 000-4.038l1.0552-1.0552a2.0339 2.0339 0 10-1.4141-1.4141L27.019 5.5669a3.8788 3.8788 0 00-4.038 0L21.9258 4.5117a2.0339 2.0339 0 10-1.4141 1.4141L21.5669 6.981a3.8788 3.8788 0 000 4.038l-1.0552 1.0552a2.0339 2.0339 0 101.4141 1.4141l1.0552-1.0552a3.8788 3.8788 0 004.038 0l1.0552 1.0552A1.9957 1.9957 0 1030 12zM23 9a2 2 0 112 2A2.0025 2.0025 0 0123 9z"
|
|
2454
|
+
})), children);
|
|
2455
|
+
});
|
|
2456
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2457
|
+
UserAccess.propTypes = iconPropTypes4cbeb95d.i;
|
|
2458
|
+
}
|
|
2459
|
+
const UserAccessLocked = /*#__PURE__*/React.forwardRef(function UserAccessLocked(_ref106, ref) {
|
|
2460
|
+
let {
|
|
2461
|
+
children,
|
|
2462
|
+
size = 16,
|
|
2463
|
+
...rest
|
|
2464
|
+
} = _ref106;
|
|
2465
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2466
|
+
width: size,
|
|
2467
|
+
height: size,
|
|
2468
|
+
ref: ref,
|
|
2469
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2470
|
+
viewBox: "0 0 32 32",
|
|
2471
|
+
fill: "currentColor",
|
|
2472
|
+
...rest
|
|
2473
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2474
|
+
strokeWidth: "0",
|
|
2475
|
+
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"
|
|
2476
|
+
})), children);
|
|
2477
|
+
});
|
|
2478
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2479
|
+
UserAccessLocked.propTypes = iconPropTypes4cbeb95d.i;
|
|
2480
|
+
}
|
|
2481
|
+
const UserAccessUnlocked = /*#__PURE__*/React.forwardRef(function UserAccessUnlocked(_ref107, ref) {
|
|
2482
|
+
let {
|
|
2483
|
+
children,
|
|
2484
|
+
size = 16,
|
|
2485
|
+
...rest
|
|
2486
|
+
} = _ref107;
|
|
2487
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2488
|
+
width: size,
|
|
2489
|
+
height: size,
|
|
2490
|
+
ref: ref,
|
|
2491
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2492
|
+
viewBox: "0 0 32 32",
|
|
2493
|
+
fill: "currentColor",
|
|
2494
|
+
...rest
|
|
2495
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2496
|
+
strokeWidth: "0",
|
|
2497
|
+
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"
|
|
2498
|
+
})), children);
|
|
2499
|
+
});
|
|
2500
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2501
|
+
UserAccessUnlocked.propTypes = iconPropTypes4cbeb95d.i;
|
|
2502
|
+
}
|
|
2503
|
+
const UserActivity = /*#__PURE__*/React.forwardRef(function UserActivity(_ref108, ref) {
|
|
2504
|
+
let {
|
|
2505
|
+
children,
|
|
2506
|
+
size = 16,
|
|
2507
|
+
...rest
|
|
2508
|
+
} = _ref108;
|
|
2509
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2510
|
+
width: size,
|
|
2511
|
+
height: size,
|
|
2512
|
+
ref: ref,
|
|
2513
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2514
|
+
viewBox: "0 0 32 32",
|
|
2515
|
+
fill: "currentColor",
|
|
2516
|
+
...rest
|
|
2517
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2518
|
+
d: "M25 23h-.0215a1.0016 1.0016 0 01-.94-.7256L20.8711 11.19l-1.9346 5.1607A1.0005 1.0005 0 0118 17H14V15h3.3066l2.7569-7.3511a1.0005 1.0005 0 011.8984.0762l3.1113 10.8921 1.9786-5.9336A.9988.9988 0 0128 12h4v2H28.7207l-2.7725 8.3164A.9984.9984 0 0125 23zM15 30H13V23a3.0033 3.0033 0 00-3-3H6a3.0033 3.0033 0 00-3 3v7H1V23a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM8 8a3 3 0 11-3 3A3 3 0 018 8M8 6a5 5 0 105 5A5 5 0 008 6z"
|
|
2519
|
+
})), children);
|
|
2520
|
+
});
|
|
2521
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2522
|
+
UserActivity.propTypes = iconPropTypes4cbeb95d.i;
|
|
2523
|
+
}
|
|
2524
|
+
const UserAdmin = /*#__PURE__*/React.forwardRef(function UserAdmin(_ref109, ref) {
|
|
2525
|
+
let {
|
|
2526
|
+
children,
|
|
2527
|
+
size = 16,
|
|
2528
|
+
...rest
|
|
2529
|
+
} = _ref109;
|
|
2530
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2531
|
+
width: size,
|
|
2532
|
+
height: size,
|
|
2533
|
+
ref: ref,
|
|
2534
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2535
|
+
viewBox: "0 0 32 32",
|
|
2536
|
+
fill: "currentColor",
|
|
2537
|
+
...rest
|
|
2538
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2539
|
+
d: "M12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7zM25 16.18L22.41 13.59 21 15 25 19 32 12 30.59 10.59 25 16.18z"
|
|
2540
|
+
})), children);
|
|
2541
|
+
});
|
|
2542
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2543
|
+
UserAdmin.propTypes = iconPropTypes4cbeb95d.i;
|
|
2544
|
+
}
|
|
2545
|
+
const UserAvatar = /*#__PURE__*/React.forwardRef(function UserAvatar(_ref110, ref) {
|
|
2546
|
+
let {
|
|
2547
|
+
children,
|
|
2548
|
+
size = 16,
|
|
2549
|
+
...rest
|
|
2550
|
+
} = _ref110;
|
|
2551
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2552
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2553
|
+
width: size,
|
|
2554
|
+
height: size,
|
|
2555
|
+
ref: ref,
|
|
2556
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2557
|
+
viewBox: "0 0 16 16",
|
|
2558
|
+
fill: "currentColor",
|
|
2559
|
+
...rest
|
|
2560
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2561
|
+
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"
|
|
2562
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2563
|
+
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"
|
|
2564
|
+
})), children);
|
|
2565
|
+
}
|
|
2566
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2567
|
+
width: size,
|
|
2568
|
+
height: size,
|
|
2569
|
+
ref: ref,
|
|
2570
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2571
|
+
viewBox: "0 0 32 32",
|
|
2572
|
+
fill: "currentColor",
|
|
2573
|
+
...rest
|
|
2574
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2575
|
+
d: "M16,8a5,5,0,1,0,5,5A5,5,0,0,0,16,8Zm0,8a3,3,0,1,1,3-3A3.0034,3.0034,0,0,1,16,16Z"
|
|
2576
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2577
|
+
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM10,26.3765V25a3.0033,3.0033,0,0,1,3-3h6a3.0033,3.0033,0,0,1,3,3v1.3765a11.8989,11.8989,0,0,1-12,0Zm13.9925-1.4507A5.0016,5.0016,0,0,0,19,20H13a5.0016,5.0016,0,0,0-4.9925,4.9258,12,12,0,1,1,15.985,0Z"
|
|
2578
|
+
})), children);
|
|
2579
|
+
});
|
|
2580
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2581
|
+
UserAvatar.propTypes = iconPropTypes4cbeb95d.i;
|
|
2582
|
+
}
|
|
2583
|
+
const UserAvatarFilled = /*#__PURE__*/React.forwardRef(function UserAvatarFilled(_ref111, ref) {
|
|
2584
|
+
let {
|
|
2585
|
+
children,
|
|
2586
|
+
size = 16,
|
|
2587
|
+
...rest
|
|
2588
|
+
} = _ref111;
|
|
2589
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2590
|
+
width: size,
|
|
2591
|
+
height: size,
|
|
2592
|
+
ref: ref,
|
|
2593
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2594
|
+
viewBox: "0 0 32 32",
|
|
2595
|
+
fill: "currentColor",
|
|
2596
|
+
...rest
|
|
2597
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2598
|
+
fill: "none",
|
|
2599
|
+
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"
|
|
2600
|
+
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2601
|
+
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"
|
|
2602
|
+
})), children);
|
|
2603
|
+
});
|
|
2604
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2605
|
+
UserAvatarFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2606
|
+
}
|
|
2607
|
+
const UserAvatarFilledAlt = /*#__PURE__*/React.forwardRef(function UserAvatarFilledAlt(_ref112, ref) {
|
|
2608
|
+
let {
|
|
2609
|
+
children,
|
|
2610
|
+
size = 16,
|
|
2611
|
+
...rest
|
|
2612
|
+
} = _ref112;
|
|
2613
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2614
|
+
width: size,
|
|
2615
|
+
height: size,
|
|
2616
|
+
ref: ref,
|
|
2617
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2618
|
+
viewBox: "0 0 32 32",
|
|
2619
|
+
fill: "currentColor",
|
|
2620
|
+
...rest
|
|
2621
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2622
|
+
d: "M16,8a5,5,0,1,0,5,5A5,5,0,0,0,16,8Z"
|
|
2623
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2624
|
+
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"
|
|
2625
|
+
})), children);
|
|
2626
|
+
});
|
|
2627
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2628
|
+
UserAvatarFilledAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
2629
|
+
}
|
|
2630
|
+
const UserCertification = /*#__PURE__*/React.forwardRef(function UserCertification(_ref113, ref) {
|
|
2631
|
+
let {
|
|
2632
|
+
children,
|
|
2633
|
+
size = 16,
|
|
2634
|
+
...rest
|
|
2635
|
+
} = _ref113;
|
|
2636
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2637
|
+
width: size,
|
|
2638
|
+
height: size,
|
|
2639
|
+
ref: ref,
|
|
2640
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2641
|
+
viewBox: "0 0 32 32",
|
|
2642
|
+
fill: "currentColor",
|
|
2643
|
+
...rest
|
|
2644
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2645
|
+
d: "M25 10L26.593 13 30 13.414 27.5 15.667 28 19 25 17.125 22 19 22.5 15.667 20 13.414 23.5 13 25 10zM22 30H20V25a5.0059 5.0059 0 00-5-5H9a5.0059 5.0059 0 00-5 5v5H2V25a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
|
|
2646
|
+
})), children);
|
|
2647
|
+
});
|
|
2648
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2649
|
+
UserCertification.propTypes = iconPropTypes4cbeb95d.i;
|
|
2650
|
+
}
|
|
2651
|
+
const UserData = /*#__PURE__*/React.forwardRef(function UserData(_ref114, ref) {
|
|
2652
|
+
let {
|
|
2653
|
+
children,
|
|
2654
|
+
size = 16,
|
|
2655
|
+
...rest
|
|
2656
|
+
} = _ref114;
|
|
2657
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2658
|
+
width: size,
|
|
2659
|
+
height: size,
|
|
2660
|
+
ref: ref,
|
|
2661
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2662
|
+
viewBox: "0 0 32 32",
|
|
2663
|
+
fill: "currentColor",
|
|
2664
|
+
...rest
|
|
2665
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2666
|
+
d: "M28 8H30V16H28zM23 5H25V16H23zM18 10H20V16H18zM16 30H14V24a3.0033 3.0033 0 00-3-3H7a3.0033 3.0033 0 00-3 3v6H2V24a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM9 9a3 3 0 11-3 3A3 3 0 019 9M9 7a5 5 0 105 5A5 5 0 009 7z"
|
|
2667
|
+
})), children);
|
|
2668
|
+
});
|
|
2669
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2670
|
+
UserData.propTypes = iconPropTypes4cbeb95d.i;
|
|
2671
|
+
}
|
|
2672
|
+
const UserFavorite = /*#__PURE__*/React.forwardRef(function UserFavorite(_ref115, ref) {
|
|
2673
|
+
let {
|
|
2674
|
+
children,
|
|
2675
|
+
size = 16,
|
|
2676
|
+
...rest
|
|
2677
|
+
} = _ref115;
|
|
2678
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2679
|
+
width: size,
|
|
2680
|
+
height: size,
|
|
2681
|
+
ref: ref,
|
|
2682
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2683
|
+
viewBox: "0 0 32 32",
|
|
2684
|
+
fill: "currentColor",
|
|
2685
|
+
...rest
|
|
2686
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2687
|
+
d: "M27.303 12a2.6616 2.6616 0 00-1.9079.8058l-.3932.4054-.397-.4054a2.6615 2.6615 0 00-3.8157 0 2.7992 2.7992 0 000 3.8964L25.0019 21l4.2089-4.2978a2.7992 2.7992 0 000-3.8964A2.6616 2.6616 0 0027.303 12zM2 30H4V25a5.0059 5.0059 0 015-5h6a5.0059 5.0059 0 015 5v5h2V25a7.0082 7.0082 0 00-7-7H9a7.0082 7.0082 0 00-7 7zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
|
|
2688
|
+
})), children);
|
|
2689
|
+
});
|
|
2690
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2691
|
+
UserFavorite.propTypes = iconPropTypes4cbeb95d.i;
|
|
2692
|
+
}
|
|
2693
|
+
const UserFavoriteAlt = /*#__PURE__*/React.forwardRef(function UserFavoriteAlt(_ref116, ref) {
|
|
2694
|
+
let {
|
|
2695
|
+
children,
|
|
2696
|
+
size = 16,
|
|
2697
|
+
...rest
|
|
2698
|
+
} = _ref116;
|
|
2699
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2700
|
+
width: size,
|
|
2701
|
+
height: size,
|
|
2702
|
+
ref: ref,
|
|
2703
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2704
|
+
viewBox: "0 0 32 32",
|
|
2705
|
+
fill: "currentColor",
|
|
2706
|
+
...rest
|
|
2707
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2708
|
+
d: "M28.7663 4.2558A4.2121 4.2121 0 0023 4.0321a4.2121 4.2121 0 00-5.7663.2237 4.319 4.319 0 000 6.0447L22.998 16.14 23 16.1376l.002.0019 5.7643-5.839A4.319 4.319 0 0028.7663 4.2558zM27.342 8.8948l-4.34 4.3973L23 13.29l-.002.002-4.34-4.3973a2.3085 2.3085 0 010-3.2338 2.2639 2.2639 0 013.1561 0l1.181 1.2074L23 6.8634l.0049.005 1.181-1.2074a2.2639 2.2639 0 013.1561 0A2.3085 2.3085 0 0127.342 8.8948zM16 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"
|
|
2709
|
+
})), children);
|
|
2710
|
+
});
|
|
2711
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2712
|
+
UserFavoriteAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
2713
|
+
}
|
|
2714
|
+
const UserFavoriteAltFilled = /*#__PURE__*/React.forwardRef(function UserFavoriteAltFilled(_ref117, ref) {
|
|
2715
|
+
let {
|
|
2716
|
+
children,
|
|
2717
|
+
size = 16,
|
|
2718
|
+
...rest
|
|
2719
|
+
} = _ref117;
|
|
2720
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2721
|
+
width: size,
|
|
2722
|
+
height: size,
|
|
2723
|
+
ref: ref,
|
|
2724
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2725
|
+
viewBox: "0 0 32 32",
|
|
2726
|
+
fill: "currentColor",
|
|
2727
|
+
...rest
|
|
2728
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2729
|
+
d: "M26.4938 3a3.4735 3.4735 0 00-2.48 1.0393l-.5111.5228-.5161-.5228a3.4792 3.4792 0 00-4.96 0 3.59 3.59 0 000 5.0251l5.4766 5.5427 5.4716-5.5427a3.59 3.59 0 000-5.0251A3.4738 3.4738 0 0026.4938 3zM16 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"
|
|
2730
|
+
})), children);
|
|
2731
|
+
});
|
|
2732
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2733
|
+
UserFavoriteAltFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2734
|
+
}
|
|
2735
|
+
const UserFeedback = /*#__PURE__*/React.forwardRef(function UserFeedback(_ref118, ref) {
|
|
2736
|
+
let {
|
|
2737
|
+
children,
|
|
2738
|
+
size = 16,
|
|
2739
|
+
...rest
|
|
2740
|
+
} = _ref118;
|
|
2741
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2742
|
+
width: size,
|
|
2743
|
+
height: size,
|
|
2744
|
+
ref: ref,
|
|
2745
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2746
|
+
viewBox: "0 0 32 32",
|
|
2747
|
+
fill: "currentColor",
|
|
2748
|
+
...rest
|
|
2749
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2750
|
+
strokeWidth: "0",
|
|
2751
|
+
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"
|
|
2752
|
+
})), children);
|
|
2753
|
+
});
|
|
2754
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2755
|
+
UserFeedback.propTypes = iconPropTypes4cbeb95d.i;
|
|
2756
|
+
}
|
|
2757
|
+
const UserFilled = /*#__PURE__*/React.forwardRef(function UserFilled(_ref119, ref) {
|
|
2758
|
+
let {
|
|
2759
|
+
children,
|
|
2760
|
+
size = 16,
|
|
2761
|
+
...rest
|
|
2762
|
+
} = _ref119;
|
|
2763
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2764
|
+
width: size,
|
|
2765
|
+
height: size,
|
|
2766
|
+
ref: ref,
|
|
2767
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2768
|
+
viewBox: "0 0 32 32",
|
|
2769
|
+
fill: "currentColor",
|
|
2770
|
+
...rest
|
|
2771
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2772
|
+
d: "M6 30H26V25a7.0082 7.0082 0 00-7-7H13a7.0082 7.0082 0 00-7 7zM9 9a7 7 0 107-7A7 7 0 009 9z"
|
|
2773
|
+
})), children);
|
|
2774
|
+
});
|
|
2775
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2776
|
+
UserFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2777
|
+
}
|
|
2778
|
+
const UserFollow = /*#__PURE__*/React.forwardRef(function UserFollow(_ref120, ref) {
|
|
2779
|
+
let {
|
|
2780
|
+
children,
|
|
2781
|
+
size = 16,
|
|
2782
|
+
...rest
|
|
2783
|
+
} = _ref120;
|
|
2784
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2785
|
+
width: size,
|
|
2786
|
+
height: size,
|
|
2787
|
+
ref: ref,
|
|
2788
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2789
|
+
viewBox: "0 0 32 32",
|
|
2790
|
+
fill: "currentColor",
|
|
2791
|
+
...rest
|
|
2792
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2793
|
+
d: "M32 14L28 14 28 10 26 10 26 14 22 14 22 16 26 16 26 20 28 20 28 16 32 16 32 14zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7z"
|
|
2794
|
+
})), children);
|
|
2795
|
+
});
|
|
2796
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2797
|
+
UserFollow.propTypes = iconPropTypes4cbeb95d.i;
|
|
2798
|
+
}
|
|
2799
|
+
const UserIdentification = /*#__PURE__*/React.forwardRef(function UserIdentification(_ref121, ref) {
|
|
2800
|
+
let {
|
|
2801
|
+
children,
|
|
2802
|
+
size = 16,
|
|
2803
|
+
...rest
|
|
2804
|
+
} = _ref121;
|
|
2805
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2806
|
+
width: size,
|
|
2807
|
+
height: size,
|
|
2808
|
+
ref: ref,
|
|
2809
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2810
|
+
viewBox: "0 0 32 32",
|
|
2811
|
+
fill: "currentColor",
|
|
2812
|
+
...rest
|
|
2813
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2814
|
+
d: "M22,11h4a1,1,0,0,1,1,1v2a0,0,0,0,1,0,0H21a0,0,0,0,1,0,0V12A1,1,0,0,1,22,11Z"
|
|
2815
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
2816
|
+
cx: "24",
|
|
2817
|
+
cy: "8",
|
|
2818
|
+
r: "2"
|
|
2819
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2820
|
+
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"
|
|
2821
|
+
})), children);
|
|
2822
|
+
});
|
|
2823
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2824
|
+
UserIdentification.propTypes = iconPropTypes4cbeb95d.i;
|
|
2825
|
+
}
|
|
2826
|
+
const UserMilitary = /*#__PURE__*/React.forwardRef(function UserMilitary(_ref122, ref) {
|
|
2827
|
+
let {
|
|
2828
|
+
children,
|
|
2829
|
+
size = 16,
|
|
2830
|
+
...rest
|
|
2831
|
+
} = _ref122;
|
|
2832
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2833
|
+
width: size,
|
|
2834
|
+
height: size,
|
|
2835
|
+
ref: ref,
|
|
2836
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2837
|
+
viewBox: "0 0 32 32",
|
|
2838
|
+
fill: "currentColor",
|
|
2839
|
+
...rest
|
|
2840
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2841
|
+
d: "M25 13L23.407 16 20 16.414 22.5 18.667 22 22 25 20.125 28 22 27.5 18.667 30 16.414 26.5 16 25 13z"
|
|
2842
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2843
|
+
d: "M21.414 13.414L25 9.834 25 9.834 28.587 13.416 30 12 25 7 20 12 21.414 13.414z"
|
|
2844
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2845
|
+
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"
|
|
2846
|
+
})), children);
|
|
2847
|
+
});
|
|
2848
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2849
|
+
UserMilitary.propTypes = iconPropTypes4cbeb95d.i;
|
|
2850
|
+
}
|
|
2851
|
+
const UserMultiple = /*#__PURE__*/React.forwardRef(function UserMultiple(_ref123, ref) {
|
|
2852
|
+
let {
|
|
2853
|
+
children,
|
|
2854
|
+
size = 16,
|
|
2855
|
+
...rest
|
|
2856
|
+
} = _ref123;
|
|
2857
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2858
|
+
width: size,
|
|
2859
|
+
height: size,
|
|
2860
|
+
ref: ref,
|
|
2861
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2862
|
+
viewBox: "0 0 32 32",
|
|
2863
|
+
fill: "currentColor",
|
|
2864
|
+
...rest
|
|
2865
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2866
|
+
d: "M30 30H28V25a5.0057 5.0057 0 00-5-5V18a7.0078 7.0078 0 017 7zM22 30H20V25a5.0059 5.0059 0 00-5-5H9a5.0059 5.0059 0 00-5 5v5H2V25a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM20 2V4a5 5 0 010 10v2A7 7 0 0020 2zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
|
|
2867
|
+
})), children);
|
|
2868
|
+
});
|
|
2869
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2870
|
+
UserMultiple.propTypes = iconPropTypes4cbeb95d.i;
|
|
2871
|
+
}
|
|
2872
|
+
const UserOnline = /*#__PURE__*/React.forwardRef(function UserOnline(_ref124, ref) {
|
|
2873
|
+
let {
|
|
2874
|
+
children,
|
|
2875
|
+
size = 16,
|
|
2876
|
+
...rest
|
|
2877
|
+
} = _ref124;
|
|
2878
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2879
|
+
width: size,
|
|
2880
|
+
height: size,
|
|
2881
|
+
ref: ref,
|
|
2882
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2883
|
+
viewBox: "0 0 32 32",
|
|
2884
|
+
fill: "currentColor",
|
|
2885
|
+
...rest
|
|
2886
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
2887
|
+
cx: "26",
|
|
2888
|
+
cy: "16",
|
|
2889
|
+
r: "4"
|
|
2890
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2891
|
+
d: "M22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2z"
|
|
2892
|
+
})), children);
|
|
2893
|
+
});
|
|
2894
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2895
|
+
UserOnline.propTypes = iconPropTypes4cbeb95d.i;
|
|
2896
|
+
}
|
|
2897
|
+
const UserProfile = /*#__PURE__*/React.forwardRef(function UserProfile(_ref125, ref) {
|
|
2898
|
+
let {
|
|
2899
|
+
children,
|
|
2900
|
+
size = 16,
|
|
2901
|
+
...rest
|
|
2902
|
+
} = _ref125;
|
|
2903
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2904
|
+
width: size,
|
|
2905
|
+
height: size,
|
|
2906
|
+
ref: ref,
|
|
2907
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2908
|
+
viewBox: "0 0 32 32",
|
|
2909
|
+
fill: "currentColor",
|
|
2910
|
+
...rest
|
|
2911
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2912
|
+
d: "M12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7zM22 4H32V6H22zM22 9H32V11H22zM22 14H29V16H22z"
|
|
2913
|
+
})), children);
|
|
2914
|
+
});
|
|
2915
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2916
|
+
UserProfile.propTypes = iconPropTypes4cbeb95d.i;
|
|
2917
|
+
}
|
|
2918
|
+
|
|
2919
|
+
exports.QU1 = QU1;
|
|
2920
|
+
exports.QU2 = QU2;
|
|
2921
|
+
exports.QU3 = QU3;
|
|
2922
|
+
exports.ThumbsUpDouble = ThumbsUpDouble;
|
|
2923
|
+
exports.ThumbsUpDoubleFilled = ThumbsUpDoubleFilled;
|
|
2924
|
+
exports.ThumbsUpFilled = ThumbsUpFilled;
|
|
2925
|
+
exports.Thunderstorm = Thunderstorm;
|
|
2926
|
+
exports.ThunderstormScattered = ThunderstormScattered;
|
|
2927
|
+
exports.ThunderstormScatteredNight = ThunderstormScatteredNight;
|
|
2928
|
+
exports.ThunderstormSevere = ThunderstormSevere;
|
|
2929
|
+
exports.ThunderstormStrong = ThunderstormStrong;
|
|
2930
|
+
exports.Ticket = Ticket;
|
|
2931
|
+
exports.Tides = Tides;
|
|
2932
|
+
exports.Tif = Tif;
|
|
2933
|
+
exports.Time = Time;
|
|
2934
|
+
exports.TimeFilled = TimeFilled;
|
|
2935
|
+
exports.TimePlot = TimePlot;
|
|
2936
|
+
exports.Timer = Timer;
|
|
2937
|
+
exports.TimingBelt = TimingBelt;
|
|
2938
|
+
exports.ToolBox = ToolBox;
|
|
2939
|
+
exports.ToolKit = ToolKit;
|
|
2940
|
+
exports.Tools = Tools;
|
|
2941
|
+
exports.ToolsAlt = ToolsAlt;
|
|
2942
|
+
exports.Tornado = Tornado;
|
|
2943
|
+
exports.TornadoWarning = TornadoWarning;
|
|
2944
|
+
exports.TouchInteraction = TouchInteraction;
|
|
2945
|
+
exports.Touch_1 = Touch_1;
|
|
2946
|
+
exports.Touch_1Down = Touch_1Down;
|
|
2947
|
+
exports.Touch_1DownFilled = Touch_1DownFilled;
|
|
2948
|
+
exports.Touch_1Filled = Touch_1Filled;
|
|
2949
|
+
exports.Touch_2 = Touch_2;
|
|
2950
|
+
exports.Touch_2Filled = Touch_2Filled;
|
|
2951
|
+
exports.Tour = Tour;
|
|
2952
|
+
exports.TrafficCone = TrafficCone;
|
|
2953
|
+
exports.TrafficEvent = TrafficEvent;
|
|
2954
|
+
exports.TrafficFlow = TrafficFlow;
|
|
2955
|
+
exports.TrafficFlowIncident = TrafficFlowIncident;
|
|
2956
|
+
exports.TrafficIncident = TrafficIncident;
|
|
2957
|
+
exports.TrafficWeatherIncident = TrafficWeatherIncident;
|
|
2958
|
+
exports.Train = Train;
|
|
2959
|
+
exports.TrainHeart = TrainHeart;
|
|
2960
|
+
exports.TrainProfile = TrainProfile;
|
|
2961
|
+
exports.TrainSpeed = TrainSpeed;
|
|
2962
|
+
exports.TrainTicket = TrainTicket;
|
|
2963
|
+
exports.TrainTime = TrainTime;
|
|
2964
|
+
exports.Tram = Tram;
|
|
2965
|
+
exports.TransformBinary = TransformBinary;
|
|
2966
|
+
exports.TransformCode = TransformCode;
|
|
2967
|
+
exports.TransformInstructions = TransformInstructions;
|
|
2968
|
+
exports.TransformLanguage = TransformLanguage;
|
|
2969
|
+
exports.Transgender = Transgender;
|
|
2970
|
+
exports.Translate = Translate;
|
|
2971
|
+
exports.TransmissionLte = TransmissionLte;
|
|
2972
|
+
exports.Transpose = Transpose;
|
|
2973
|
+
exports.TrashCan = TrashCan;
|
|
2974
|
+
exports.Tree = Tree;
|
|
2975
|
+
exports.TreeFallRisk = TreeFallRisk;
|
|
2976
|
+
exports.TreeView = TreeView;
|
|
2977
|
+
exports.TreeViewAlt = TreeViewAlt;
|
|
2978
|
+
exports.TriangleDownOutline = TriangleDownOutline;
|
|
2979
|
+
exports.TriangleDownSolid = TriangleDownSolid;
|
|
2980
|
+
exports.TriangleLeftOutline = TriangleLeftOutline;
|
|
2981
|
+
exports.TriangleLeftSolid = TriangleLeftSolid;
|
|
2982
|
+
exports.TriangleOutline = TriangleOutline;
|
|
2983
|
+
exports.TriangleRightOutline = TriangleRightOutline;
|
|
2984
|
+
exports.TriangleRightSolid = TriangleRightSolid;
|
|
2985
|
+
exports.TriangleSolid = TriangleSolid;
|
|
2986
|
+
exports.Trophy = Trophy;
|
|
2987
|
+
exports.TrophyFilled = TrophyFilled;
|
|
2988
|
+
exports.TropicalStorm = TropicalStorm;
|
|
2989
|
+
exports.TropicalStormModelTracks = TropicalStormModelTracks;
|
|
2990
|
+
exports.TropicalStormTracks = TropicalStormTracks;
|
|
2991
|
+
exports.TropicalWarning = TropicalWarning;
|
|
2992
|
+
exports.Tsq = Tsq;
|
|
2993
|
+
exports.Tsunami = Tsunami;
|
|
2994
|
+
exports.Tsv = Tsv;
|
|
2995
|
+
exports.Tuning = Tuning;
|
|
2996
|
+
exports.TwoFactorAuthentication = TwoFactorAuthentication;
|
|
2997
|
+
exports.TwoPersonLift = TwoPersonLift;
|
|
2998
|
+
exports.Txt = Txt;
|
|
2999
|
+
exports.TxtReference = TxtReference;
|
|
3000
|
+
exports.TypePattern = TypePattern;
|
|
3001
|
+
exports.Types = Types;
|
|
3002
|
+
exports.Umbrella = Umbrella;
|
|
3003
|
+
exports.Undefined = Undefined;
|
|
3004
|
+
exports.UndefinedFilled = UndefinedFilled;
|
|
3005
|
+
exports.Undo = Undo;
|
|
3006
|
+
exports.UngroupObjects = UngroupObjects;
|
|
3007
|
+
exports.Unknown = Unknown;
|
|
3008
|
+
exports.UnknownFilled = UnknownFilled;
|
|
3009
|
+
exports.Unlink = Unlink;
|
|
3010
|
+
exports.Unlocked = Unlocked;
|
|
3011
|
+
exports.Unsaved = Unsaved;
|
|
3012
|
+
exports.UpToTop = UpToTop;
|
|
3013
|
+
exports.UpdateNow = UpdateNow;
|
|
3014
|
+
exports.Upgrade = Upgrade;
|
|
3015
|
+
exports.Upload = Upload;
|
|
3016
|
+
exports.Upstream = Upstream;
|
|
3017
|
+
exports.Url = Url;
|
|
3018
|
+
exports.UsageIncludedUseCase = UsageIncludedUseCase;
|
|
3019
|
+
exports.Usb = Usb;
|
|
3020
|
+
exports.UseCaseDefinition = UseCaseDefinition;
|
|
3021
|
+
exports.UseCaseUsage = UseCaseUsage;
|
|
3022
|
+
exports.User = User;
|
|
3023
|
+
exports.UserAccess = UserAccess;
|
|
3024
|
+
exports.UserAccessLocked = UserAccessLocked;
|
|
3025
|
+
exports.UserAccessUnlocked = UserAccessUnlocked;
|
|
3026
|
+
exports.UserActivity = UserActivity;
|
|
3027
|
+
exports.UserAdmin = UserAdmin;
|
|
3028
|
+
exports.UserAvatar = UserAvatar;
|
|
3029
|
+
exports.UserAvatarFilled = UserAvatarFilled;
|
|
3030
|
+
exports.UserAvatarFilledAlt = UserAvatarFilledAlt;
|
|
3031
|
+
exports.UserCertification = UserCertification;
|
|
3032
|
+
exports.UserData = UserData;
|
|
3033
|
+
exports.UserFavorite = UserFavorite;
|
|
3034
|
+
exports.UserFavoriteAlt = UserFavoriteAlt;
|
|
3035
|
+
exports.UserFavoriteAltFilled = UserFavoriteAltFilled;
|
|
3036
|
+
exports.UserFeedback = UserFeedback;
|
|
3037
|
+
exports.UserFilled = UserFilled;
|
|
3038
|
+
exports.UserFollow = UserFollow;
|
|
3039
|
+
exports.UserIdentification = UserIdentification;
|
|
3040
|
+
exports.UserMilitary = UserMilitary;
|
|
3041
|
+
exports.UserMultiple = UserMultiple;
|
|
3042
|
+
exports.UserOnline = UserOnline;
|
|
3043
|
+
exports.UserProfile = UserProfile;
|