@carbon-labs/react-animated-header 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/__stories__/AnimatedHeader.stories.d.ts +12 -4
- package/es/__stories__/data/index.d.ts +1 -1
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +12 -4
- package/es/components/AnimatedHeader/AnimatedHeader.js +27 -14
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +3 -3
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/es/components/Tiles/GlassTile/GlassTile.js +2 -2
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
- package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
- package/lib/__stories__/AnimatedHeader.stories.d.ts +12 -4
- package/lib/__stories__/data/index.d.ts +1 -1
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +12 -4
- package/lib/components/AnimatedHeader/AnimatedHeader.js +27 -14
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -4
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/lib/components/Tiles/GlassTile/GlassTile.js +2 -2
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
- package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +16 -8
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +1 -1
- package/scss/Tiles/GlassTile/glass-tile.scss +13 -1
|
@@ -12,14 +12,27 @@ var Icon = require('../Icon.js');
|
|
|
12
12
|
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
|
13
13
|
require('prop-types');
|
|
14
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,
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _circle, _path44, _path45, _path46, _path47, _path48, _circle2, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _circle3, _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, _circle4, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _circle5, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _circle6, _path135, _path136, _path137, _circle7, _circle8, _path138, _circle9, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _circle10, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _circle11, _path228, _path229, _path230;
|
|
16
16
|
const didWarnAboutDeprecation = {};
|
|
17
|
-
const
|
|
17
|
+
const Unlocked = /*#__PURE__*/React.forwardRef(function Unlocked(_ref, ref) {
|
|
18
18
|
let {
|
|
19
19
|
children,
|
|
20
20
|
size = 16,
|
|
21
21
|
...rest
|
|
22
22
|
} = _ref;
|
|
23
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
24
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
25
|
+
width: size,
|
|
26
|
+
height: size,
|
|
27
|
+
ref: ref,
|
|
28
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
29
|
+
viewBox: "0 0 16 16",
|
|
30
|
+
fill: "currentColor",
|
|
31
|
+
...rest
|
|
32
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
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"
|
|
34
|
+
})), children);
|
|
35
|
+
}
|
|
23
36
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
24
37
|
width: size,
|
|
25
38
|
height: size,
|
|
@@ -28,14 +41,14 @@ const UserRole = /*#__PURE__*/React.forwardRef(function UserRole(_ref, ref) {
|
|
|
28
41
|
viewBox: "0 0 32 32",
|
|
29
42
|
fill: "currentColor",
|
|
30
43
|
...rest
|
|
31
|
-
},
|
|
32
|
-
d: "
|
|
44
|
+
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
45
|
+
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"
|
|
33
46
|
})), children);
|
|
34
47
|
});
|
|
35
48
|
if (process.env.NODE_ENV !== "production") {
|
|
36
|
-
|
|
49
|
+
Unlocked.propTypes = iconPropTypes4cbeb95d.i;
|
|
37
50
|
}
|
|
38
|
-
const
|
|
51
|
+
const Unsaved = /*#__PURE__*/React.forwardRef(function Unsaved(_ref2, ref) {
|
|
39
52
|
let {
|
|
40
53
|
children,
|
|
41
54
|
size = 16,
|
|
@@ -49,15 +62,16 @@ const UserService = /*#__PURE__*/React.forwardRef(function UserService(_ref2, re
|
|
|
49
62
|
viewBox: "0 0 32 32",
|
|
50
63
|
fill: "currentColor",
|
|
51
64
|
...rest
|
|
52
|
-
},
|
|
53
|
-
|
|
54
|
-
|
|
65
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
66
|
+
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"
|
|
67
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
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"
|
|
55
69
|
})), children);
|
|
56
70
|
});
|
|
57
71
|
if (process.env.NODE_ENV !== "production") {
|
|
58
|
-
|
|
72
|
+
Unsaved.propTypes = iconPropTypes4cbeb95d.i;
|
|
59
73
|
}
|
|
60
|
-
const
|
|
74
|
+
const UpToTop = /*#__PURE__*/React.forwardRef(function UpToTop(_ref3, ref) {
|
|
61
75
|
let {
|
|
62
76
|
children,
|
|
63
77
|
size = 16,
|
|
@@ -71,14 +85,14 @@ const UserServiceDesk = /*#__PURE__*/React.forwardRef(function UserServiceDesk(_
|
|
|
71
85
|
viewBox: "0 0 32 32",
|
|
72
86
|
fill: "currentColor",
|
|
73
87
|
...rest
|
|
74
|
-
},
|
|
75
|
-
d: "
|
|
88
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
89
|
+
d: "M16 14L6 24 7.4 25.4 16 16.8 24.6 25.4 26 24zM4 8H28V10H4z"
|
|
76
90
|
})), children);
|
|
77
91
|
});
|
|
78
92
|
if (process.env.NODE_ENV !== "production") {
|
|
79
|
-
|
|
93
|
+
UpToTop.propTypes = iconPropTypes4cbeb95d.i;
|
|
80
94
|
}
|
|
81
|
-
const
|
|
95
|
+
const UpdateNow = /*#__PURE__*/React.forwardRef(function UpdateNow(_ref4, ref) {
|
|
82
96
|
let {
|
|
83
97
|
children,
|
|
84
98
|
size = 16,
|
|
@@ -92,14 +106,16 @@ const UserSettings = /*#__PURE__*/React.forwardRef(function UserSettings(_ref4,
|
|
|
92
106
|
viewBox: "0 0 32 32",
|
|
93
107
|
fill: "currentColor",
|
|
94
108
|
...rest
|
|
95
|
-
},
|
|
96
|
-
d: "
|
|
109
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
110
|
+
d: "M27 25.586L25 23.586 25 21 23 21 23 24.414 25.586 27 27 25.586z"
|
|
111
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
112
|
+
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"
|
|
97
113
|
})), children);
|
|
98
114
|
});
|
|
99
115
|
if (process.env.NODE_ENV !== "production") {
|
|
100
|
-
|
|
116
|
+
UpdateNow.propTypes = iconPropTypes4cbeb95d.i;
|
|
101
117
|
}
|
|
102
|
-
const
|
|
118
|
+
const Upgrade = /*#__PURE__*/React.forwardRef(function Upgrade(_ref5, ref) {
|
|
103
119
|
let {
|
|
104
120
|
children,
|
|
105
121
|
size = 16,
|
|
@@ -113,35 +129,32 @@ const UserSimulation = /*#__PURE__*/React.forwardRef(function UserSimulation(_re
|
|
|
113
129
|
viewBox: "0 0 32 32",
|
|
114
130
|
fill: "currentColor",
|
|
115
131
|
...rest
|
|
116
|
-
},
|
|
117
|
-
d: "
|
|
118
|
-
transform: "rotate(30 27.232 13.866)"
|
|
119
|
-
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
120
|
-
d: "M26 8H30V10H26z"
|
|
121
|
-
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
122
|
-
d: "M2.768 12.866H6.768V14.866H2.768z",
|
|
123
|
-
transform: "rotate(150 4.768 13.866)"
|
|
124
|
-
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
125
|
-
d: "M26 30H24V25a5.0059 5.0059 0 00-5-5H13a5.0059 5.0059 0 00-5 5v5H6V25a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM16 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0016 2z"
|
|
126
|
-
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
127
|
-
d: "M25.232 3.134H29.232V5.134H25.232z",
|
|
128
|
-
transform: "rotate(-30 27.232 4.134)"
|
|
129
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
130
|
-
d: "M2 8H6V10H2z"
|
|
131
|
-
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
132
|
-
d: "M2.768 3.134H6.768V5.134H2.768z",
|
|
133
|
-
transform: "rotate(-150 4.768 4.134)"
|
|
132
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
133
|
+
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"
|
|
134
134
|
})), children);
|
|
135
135
|
});
|
|
136
136
|
if (process.env.NODE_ENV !== "production") {
|
|
137
|
-
|
|
137
|
+
Upgrade.propTypes = iconPropTypes4cbeb95d.i;
|
|
138
138
|
}
|
|
139
|
-
const
|
|
139
|
+
const Upload = /*#__PURE__*/React.forwardRef(function Upload(_ref6, ref) {
|
|
140
140
|
let {
|
|
141
141
|
children,
|
|
142
142
|
size = 16,
|
|
143
143
|
...rest
|
|
144
144
|
} = _ref6;
|
|
145
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
146
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
147
|
+
width: size,
|
|
148
|
+
height: size,
|
|
149
|
+
ref: ref,
|
|
150
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
151
|
+
viewBox: "0 0 16 16",
|
|
152
|
+
fill: "currentColor",
|
|
153
|
+
...rest
|
|
154
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
155
|
+
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"
|
|
156
|
+
})), children);
|
|
157
|
+
}
|
|
145
158
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
146
159
|
width: size,
|
|
147
160
|
height: size,
|
|
@@ -150,16 +163,14 @@ const UserSpeaker = /*#__PURE__*/React.forwardRef(function UserSpeaker(_ref6, re
|
|
|
150
163
|
viewBox: "0 0 32 32",
|
|
151
164
|
fill: "currentColor",
|
|
152
165
|
...rest
|
|
153
|
-
},
|
|
154
|
-
d: "
|
|
155
|
-
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
156
|
-
d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z"
|
|
166
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
167
|
+
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"
|
|
157
168
|
})), children);
|
|
158
169
|
});
|
|
159
170
|
if (process.env.NODE_ENV !== "production") {
|
|
160
|
-
|
|
171
|
+
Upload.propTypes = iconPropTypes4cbeb95d.i;
|
|
161
172
|
}
|
|
162
|
-
const
|
|
173
|
+
const Upstream = /*#__PURE__*/React.forwardRef(function Upstream(_ref7, ref) {
|
|
163
174
|
let {
|
|
164
175
|
children,
|
|
165
176
|
size = 16,
|
|
@@ -173,14 +184,14 @@ const UserSponsor = /*#__PURE__*/React.forwardRef(function UserSponsor(_ref7, re
|
|
|
173
184
|
viewBox: "0 0 32 32",
|
|
174
185
|
fill: "currentColor",
|
|
175
186
|
...rest
|
|
176
|
-
},
|
|
177
|
-
d: "
|
|
187
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
188
|
+
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"
|
|
178
189
|
})), children);
|
|
179
190
|
});
|
|
180
191
|
if (process.env.NODE_ENV !== "production") {
|
|
181
|
-
|
|
192
|
+
Upstream.propTypes = iconPropTypes4cbeb95d.i;
|
|
182
193
|
}
|
|
183
|
-
const
|
|
194
|
+
const Url = /*#__PURE__*/React.forwardRef(function Url(_ref8, ref) {
|
|
184
195
|
let {
|
|
185
196
|
children,
|
|
186
197
|
size = 16,
|
|
@@ -194,17 +205,15 @@ const UserXRay = /*#__PURE__*/React.forwardRef(function UserXRay(_ref8, ref) {
|
|
|
194
205
|
viewBox: "0 0 32 32",
|
|
195
206
|
fill: "currentColor",
|
|
196
207
|
...rest
|
|
197
|
-
},
|
|
198
|
-
|
|
199
|
-
d: "
|
|
200
|
-
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
201
|
-
d: "M31 3H17a1 1 0 00-1 1V17a1 1 0 001 1H31a1 1 0 001-1V4A1 1 0 0031 3zM28 9H25v3h3v2H25v2H23V14H20V12h3V9H20V7h3V5h2V7h3zM15 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"
|
|
208
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
209
|
+
strokeWidth: "0",
|
|
210
|
+
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"
|
|
202
211
|
})), children);
|
|
203
212
|
});
|
|
204
213
|
if (process.env.NODE_ENV !== "production") {
|
|
205
|
-
|
|
214
|
+
Url.propTypes = iconPropTypes4cbeb95d.i;
|
|
206
215
|
}
|
|
207
|
-
const
|
|
216
|
+
const UsageIncludedUseCase = /*#__PURE__*/React.forwardRef(function UsageIncludedUseCase(_ref9, ref) {
|
|
208
217
|
let {
|
|
209
218
|
children,
|
|
210
219
|
size = 16,
|
|
@@ -218,14 +227,15 @@ const UserProfileAlt = /*#__PURE__*/React.forwardRef(function UserProfileAlt(_re
|
|
|
218
227
|
viewBox: "0 0 32 32",
|
|
219
228
|
fill: "currentColor",
|
|
220
229
|
...rest
|
|
221
|
-
},
|
|
222
|
-
|
|
230
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
231
|
+
strokeWidth: "0",
|
|
232
|
+
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"
|
|
223
233
|
})), children);
|
|
224
234
|
});
|
|
225
235
|
if (process.env.NODE_ENV !== "production") {
|
|
226
|
-
|
|
236
|
+
UsageIncludedUseCase.propTypes = iconPropTypes4cbeb95d.i;
|
|
227
237
|
}
|
|
228
|
-
const
|
|
238
|
+
const Usb = /*#__PURE__*/React.forwardRef(function Usb(_ref10, ref) {
|
|
229
239
|
let {
|
|
230
240
|
children,
|
|
231
241
|
size = 16,
|
|
@@ -239,14 +249,16 @@ const UvIndex = /*#__PURE__*/React.forwardRef(function UvIndex(_ref10, ref) {
|
|
|
239
249
|
viewBox: "0 0 32 32",
|
|
240
250
|
fill: "currentColor",
|
|
241
251
|
...rest
|
|
242
|
-
},
|
|
243
|
-
d: "
|
|
252
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
253
|
+
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"
|
|
254
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
255
|
+
d: "M12 10H15V12H12zM17 10H20V12H17z"
|
|
244
256
|
})), children);
|
|
245
257
|
});
|
|
246
258
|
if (process.env.NODE_ENV !== "production") {
|
|
247
|
-
|
|
259
|
+
Usb.propTypes = iconPropTypes4cbeb95d.i;
|
|
248
260
|
}
|
|
249
|
-
const
|
|
261
|
+
const UseCaseDefinition = /*#__PURE__*/React.forwardRef(function UseCaseDefinition(_ref11, ref) {
|
|
250
262
|
let {
|
|
251
263
|
children,
|
|
252
264
|
size = 16,
|
|
@@ -260,24 +272,18 @@ const UvIndexAlt = /*#__PURE__*/React.forwardRef(function UvIndexAlt(_ref11, ref
|
|
|
260
272
|
viewBox: "0 0 32 32",
|
|
261
273
|
fill: "currentColor",
|
|
262
274
|
...rest
|
|
263
|
-
},
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
d: "M25 15H30V17H25zM2 15H7V17H2z"
|
|
270
|
-
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
271
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
272
|
-
transform: "rotate(-45 7.854 7.853)"
|
|
273
|
-
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
274
|
-
d: "M22,17H20V16a4,4,0,0,0-8,0v1H10V16a6,6,0,0,1,12,0Z"
|
|
275
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
276
|
+
strokeWidth: "0",
|
|
277
|
+
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"
|
|
278
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
279
|
+
strokeWidth: "0",
|
|
280
|
+
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"
|
|
275
281
|
})), children);
|
|
276
282
|
});
|
|
277
283
|
if (process.env.NODE_ENV !== "production") {
|
|
278
|
-
|
|
284
|
+
UseCaseDefinition.propTypes = iconPropTypes4cbeb95d.i;
|
|
279
285
|
}
|
|
280
|
-
const
|
|
286
|
+
const UseCaseUsage = /*#__PURE__*/React.forwardRef(function UseCaseUsage(_ref12, ref) {
|
|
281
287
|
let {
|
|
282
288
|
children,
|
|
283
289
|
size = 16,
|
|
@@ -291,19 +297,36 @@ const UvIndexFilled = /*#__PURE__*/React.forwardRef(function UvIndexFilled(_ref1
|
|
|
291
297
|
viewBox: "0 0 32 32",
|
|
292
298
|
fill: "currentColor",
|
|
293
299
|
...rest
|
|
294
|
-
},
|
|
295
|
-
|
|
300
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
301
|
+
strokeWidth: "0",
|
|
302
|
+
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"
|
|
303
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
304
|
+
strokeWidth: "0",
|
|
305
|
+
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
|
296
306
|
})), children);
|
|
297
307
|
});
|
|
298
308
|
if (process.env.NODE_ENV !== "production") {
|
|
299
|
-
|
|
309
|
+
UseCaseUsage.propTypes = iconPropTypes4cbeb95d.i;
|
|
300
310
|
}
|
|
301
|
-
const
|
|
311
|
+
const User = /*#__PURE__*/React.forwardRef(function User(_ref13, ref) {
|
|
302
312
|
let {
|
|
303
313
|
children,
|
|
304
314
|
size = 16,
|
|
305
315
|
...rest
|
|
306
316
|
} = _ref13;
|
|
317
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
318
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
319
|
+
width: size,
|
|
320
|
+
height: size,
|
|
321
|
+
ref: ref,
|
|
322
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
323
|
+
viewBox: "0 0 16 16",
|
|
324
|
+
fill: "currentColor",
|
|
325
|
+
...rest
|
|
326
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
327
|
+
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"
|
|
328
|
+
})), children);
|
|
329
|
+
}
|
|
307
330
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
308
331
|
width: size,
|
|
309
332
|
height: size,
|
|
@@ -312,14 +335,14 @@ const ValueVariable = /*#__PURE__*/React.forwardRef(function ValueVariable(_ref1
|
|
|
312
335
|
viewBox: "0 0 32 32",
|
|
313
336
|
fill: "currentColor",
|
|
314
337
|
...rest
|
|
315
|
-
},
|
|
316
|
-
d: "
|
|
338
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
339
|
+
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"
|
|
317
340
|
})), children);
|
|
318
341
|
});
|
|
319
342
|
if (process.env.NODE_ENV !== "production") {
|
|
320
|
-
|
|
343
|
+
User.propTypes = iconPropTypes4cbeb95d.i;
|
|
321
344
|
}
|
|
322
|
-
const
|
|
345
|
+
const UserAccess = /*#__PURE__*/React.forwardRef(function UserAccess(_ref14, ref) {
|
|
323
346
|
let {
|
|
324
347
|
children,
|
|
325
348
|
size = 16,
|
|
@@ -333,14 +356,14 @@ const Van = /*#__PURE__*/React.forwardRef(function Van(_ref14, ref) {
|
|
|
333
356
|
viewBox: "0 0 32 32",
|
|
334
357
|
fill: "currentColor",
|
|
335
358
|
...rest
|
|
336
|
-
},
|
|
337
|
-
d: "
|
|
359
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
360
|
+
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"
|
|
338
361
|
})), children);
|
|
339
362
|
});
|
|
340
363
|
if (process.env.NODE_ENV !== "production") {
|
|
341
|
-
|
|
364
|
+
UserAccess.propTypes = iconPropTypes4cbeb95d.i;
|
|
342
365
|
}
|
|
343
|
-
const
|
|
366
|
+
const UserAccessLocked = /*#__PURE__*/React.forwardRef(function UserAccessLocked(_ref15, ref) {
|
|
344
367
|
let {
|
|
345
368
|
children,
|
|
346
369
|
size = 16,
|
|
@@ -354,20 +377,15 @@ const VegetationAsset = /*#__PURE__*/React.forwardRef(function VegetationAsset(_
|
|
|
354
377
|
viewBox: "0 0 32 32",
|
|
355
378
|
fill: "currentColor",
|
|
356
379
|
...rest
|
|
357
|
-
},
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
r: "1.5"
|
|
361
|
-
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
362
|
-
d: "M28.5 1a2.4518 2.4518 0 00-1.2061.3105L18.9834 5.6084l.0027.0054a5.497 5.497 0 107.3257 7.5444l.0031.0015 4.4-8.5A2.5 2.5 0 0028.5 1zm-7 13A3.5 3.5 0 1125 10.5 3.5042 3.5042 0 0121.5 14zM28.9414 3.7354L26.5571 8.3408A5.5279 5.5279 0 0023.658 5.4424l4.5949-2.377A.5165.5165 0 0129 3.5.4985.4985 0 0128.9414 3.7354zM19 20h7V18H17V28a2.0027 2.0027 0 002 2h3V28H19zM12 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"
|
|
363
|
-
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
364
|
-
d: "M17.3079,2.2852A9.4882,9.4882,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,4a7.499,7.499,0,0,1,1.731.2148Z"
|
|
380
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
381
|
+
strokeWidth: "0",
|
|
382
|
+
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"
|
|
365
383
|
})), children);
|
|
366
384
|
});
|
|
367
385
|
if (process.env.NODE_ENV !== "production") {
|
|
368
|
-
|
|
386
|
+
UserAccessLocked.propTypes = iconPropTypes4cbeb95d.i;
|
|
369
387
|
}
|
|
370
|
-
const
|
|
388
|
+
const UserAccessUnlocked = /*#__PURE__*/React.forwardRef(function UserAccessUnlocked(_ref16, ref) {
|
|
371
389
|
let {
|
|
372
390
|
children,
|
|
373
391
|
size = 16,
|
|
@@ -381,16 +399,15 @@ const VegetationEncroachment = /*#__PURE__*/React.forwardRef(function Vegetation
|
|
|
381
399
|
viewBox: "0 0 32 32",
|
|
382
400
|
fill: "currentColor",
|
|
383
401
|
...rest
|
|
384
|
-
},
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
d: "m17.3079,2.2852c-.7283-.1821-1.4995-.2852-2.3079-.2852-2.8545.0083-5.4897,1.5317-6.9214,4.001-.0261-.001-.0522-.001-.0786-.001-3.3137,0-6,2.6865-6,6s2.6863,6,6,6v-2c-2.209,0-4-1.791-4-4s1.791-4,4-4c.1299.0039.259.0166.387.0391l.863.1143.3086-.6675c.9834-2.1196,3.1047-3.4785,5.4414-3.4858.6079,0,1.1819.0854,1.731.2148l.5769-1.9297Z"
|
|
402
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
403
|
+
strokeWidth: "0",
|
|
404
|
+
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"
|
|
388
405
|
})), children);
|
|
389
406
|
});
|
|
390
407
|
if (process.env.NODE_ENV !== "production") {
|
|
391
|
-
|
|
408
|
+
UserAccessUnlocked.propTypes = iconPropTypes4cbeb95d.i;
|
|
392
409
|
}
|
|
393
|
-
const
|
|
410
|
+
const UserActivity = /*#__PURE__*/React.forwardRef(function UserActivity(_ref17, ref) {
|
|
394
411
|
let {
|
|
395
412
|
children,
|
|
396
413
|
size = 16,
|
|
@@ -404,16 +421,14 @@ const VegetationHeight = /*#__PURE__*/React.forwardRef(function VegetationHeight
|
|
|
404
421
|
viewBox: "0 0 32 32",
|
|
405
422
|
fill: "currentColor",
|
|
406
423
|
...rest
|
|
407
|
-
},
|
|
408
|
-
d: "
|
|
409
|
-
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
410
|
-
d: "m22,30h-3c-1.104-.0013-1.9987-.896-2-2v-11h6c2.2096-.0001,4.0007-1.7915,4.0006-4.001,0-.1319-.0065-.2637-.0196-.395-.277-2.0943-2.0835-3.6461-4.1957-3.604h-1.5837l-.1766-.779c-.573-2.5249-2.9942-4.221-6.025-4.221-2.3366.0074-4.4579,1.3664-5.4415,3.4859l-.3085.6672-.863-.1143c-.1279-.022-.2573-.0349-.387-.0388-2.2091,0-4,1.7909-4,4s1.7909,4,4,4v2c-3.3137,0-6-2.6863-6-6s2.6863-6,6-6c.0264,0,.0525,0,.0786.001,1.4317-2.4694,4.067-3.9928,6.9214-4.001,3.6788,0,6.6923,1.9776,7.7516,5h.0337c3.1405-.0351,5.8053,2.2967,6.1872,5.4141.323,3.2985-2.0892,6.2344-5.3877,6.5573-.1943.019-.3895.0286-.5848.0286h-4v9h3v2Z"
|
|
424
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
425
|
+
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"
|
|
411
426
|
})), children);
|
|
412
427
|
});
|
|
413
428
|
if (process.env.NODE_ENV !== "production") {
|
|
414
|
-
|
|
429
|
+
UserActivity.propTypes = iconPropTypes4cbeb95d.i;
|
|
415
430
|
}
|
|
416
|
-
const
|
|
431
|
+
const UserAdmin = /*#__PURE__*/React.forwardRef(function UserAdmin(_ref18, ref) {
|
|
417
432
|
let {
|
|
418
433
|
children,
|
|
419
434
|
size = 16,
|
|
@@ -427,19 +442,34 @@ const VehicleApi = /*#__PURE__*/React.forwardRef(function VehicleApi(_ref18, ref
|
|
|
427
442
|
viewBox: "0 0 32 32",
|
|
428
443
|
fill: "currentColor",
|
|
429
444
|
...rest
|
|
430
|
-
},
|
|
431
|
-
d: "
|
|
445
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
446
|
+
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"
|
|
432
447
|
})), children);
|
|
433
448
|
});
|
|
434
449
|
if (process.env.NODE_ENV !== "production") {
|
|
435
|
-
|
|
450
|
+
UserAdmin.propTypes = iconPropTypes4cbeb95d.i;
|
|
436
451
|
}
|
|
437
|
-
const
|
|
452
|
+
const UserAvatar = /*#__PURE__*/React.forwardRef(function UserAvatar(_ref19, ref) {
|
|
438
453
|
let {
|
|
439
454
|
children,
|
|
440
455
|
size = 16,
|
|
441
456
|
...rest
|
|
442
457
|
} = _ref19;
|
|
458
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
459
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
460
|
+
width: size,
|
|
461
|
+
height: size,
|
|
462
|
+
ref: ref,
|
|
463
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
464
|
+
viewBox: "0 0 16 16",
|
|
465
|
+
fill: "currentColor",
|
|
466
|
+
...rest
|
|
467
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
468
|
+
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"
|
|
469
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
470
|
+
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"
|
|
471
|
+
})), children);
|
|
472
|
+
}
|
|
443
473
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
444
474
|
width: size,
|
|
445
475
|
height: size,
|
|
@@ -448,16 +478,16 @@ const VehicleConnected = /*#__PURE__*/React.forwardRef(function VehicleConnected
|
|
|
448
478
|
viewBox: "0 0 32 32",
|
|
449
479
|
fill: "currentColor",
|
|
450
480
|
...rest
|
|
451
|
-
},
|
|
452
|
-
d: "
|
|
453
|
-
})),
|
|
454
|
-
d: "
|
|
481
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
482
|
+
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"
|
|
483
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
484
|
+
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"
|
|
455
485
|
})), children);
|
|
456
486
|
});
|
|
457
487
|
if (process.env.NODE_ENV !== "production") {
|
|
458
|
-
|
|
488
|
+
UserAvatar.propTypes = iconPropTypes4cbeb95d.i;
|
|
459
489
|
}
|
|
460
|
-
const
|
|
490
|
+
const UserAvatarFilled = /*#__PURE__*/React.forwardRef(function UserAvatarFilled(_ref20, ref) {
|
|
461
491
|
let {
|
|
462
492
|
children,
|
|
463
493
|
size = 16,
|
|
@@ -471,14 +501,17 @@ const VehicleInsights = /*#__PURE__*/React.forwardRef(function VehicleInsights(_
|
|
|
471
501
|
viewBox: "0 0 32 32",
|
|
472
502
|
fill: "currentColor",
|
|
473
503
|
...rest
|
|
474
|
-
},
|
|
475
|
-
|
|
504
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
505
|
+
fill: "none",
|
|
506
|
+
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"
|
|
507
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
508
|
+
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"
|
|
476
509
|
})), children);
|
|
477
510
|
});
|
|
478
511
|
if (process.env.NODE_ENV !== "production") {
|
|
479
|
-
|
|
512
|
+
UserAvatarFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
480
513
|
}
|
|
481
|
-
const
|
|
514
|
+
const UserAvatarFilledAlt = /*#__PURE__*/React.forwardRef(function UserAvatarFilledAlt(_ref21, ref) {
|
|
482
515
|
let {
|
|
483
516
|
children,
|
|
484
517
|
size = 16,
|
|
@@ -492,14 +525,16 @@ const VehicleServices = /*#__PURE__*/React.forwardRef(function VehicleServices(_
|
|
|
492
525
|
viewBox: "0 0 32 32",
|
|
493
526
|
fill: "currentColor",
|
|
494
527
|
...rest
|
|
495
|
-
},
|
|
496
|
-
d: "
|
|
528
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
529
|
+
d: "M16,8a5,5,0,1,0,5,5A5,5,0,0,0,16,8Z"
|
|
530
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
531
|
+
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"
|
|
497
532
|
})), children);
|
|
498
533
|
});
|
|
499
534
|
if (process.env.NODE_ENV !== "production") {
|
|
500
|
-
|
|
535
|
+
UserAvatarFilledAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
501
536
|
}
|
|
502
|
-
const
|
|
537
|
+
const UserCertification = /*#__PURE__*/React.forwardRef(function UserCertification(_ref22, ref) {
|
|
503
538
|
let {
|
|
504
539
|
children,
|
|
505
540
|
size = 16,
|
|
@@ -513,18 +548,14 @@ const Version = /*#__PURE__*/React.forwardRef(function Version(_ref22, ref) {
|
|
|
513
548
|
viewBox: "0 0 32 32",
|
|
514
549
|
fill: "currentColor",
|
|
515
550
|
...rest
|
|
516
|
-
},
|
|
517
|
-
d: "
|
|
518
|
-
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
519
|
-
d: "M11,7V9H21V24h2V9a2.0023,2.0023,0,0,0-2-2Z"
|
|
520
|
-
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
521
|
-
d: "M6,12H16a2.0023,2.0023,0,0,1,2,2V28a2.0023,2.0023,0,0,1-2,2H6a2.0023,2.0023,0,0,1-2-2V14A2.0023,2.0023,0,0,1,6,12Zm10,2L6,13.9988V28H16Z"
|
|
551
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
552
|
+
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"
|
|
522
553
|
})), children);
|
|
523
554
|
});
|
|
524
555
|
if (process.env.NODE_ENV !== "production") {
|
|
525
|
-
|
|
556
|
+
UserCertification.propTypes = iconPropTypes4cbeb95d.i;
|
|
526
557
|
}
|
|
527
|
-
const
|
|
558
|
+
const UserData = /*#__PURE__*/React.forwardRef(function UserData(_ref23, ref) {
|
|
528
559
|
let {
|
|
529
560
|
children,
|
|
530
561
|
size = 16,
|
|
@@ -538,16 +569,14 @@ const VersionMajor = /*#__PURE__*/React.forwardRef(function VersionMajor(_ref23,
|
|
|
538
569
|
viewBox: "0 0 32 32",
|
|
539
570
|
fill: "currentColor",
|
|
540
571
|
...rest
|
|
541
|
-
},
|
|
542
|
-
d: "
|
|
543
|
-
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
544
|
-
d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z"
|
|
572
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
573
|
+
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"
|
|
545
574
|
})), children);
|
|
546
575
|
});
|
|
547
576
|
if (process.env.NODE_ENV !== "production") {
|
|
548
|
-
|
|
577
|
+
UserData.propTypes = iconPropTypes4cbeb95d.i;
|
|
549
578
|
}
|
|
550
|
-
const
|
|
579
|
+
const UserFavorite = /*#__PURE__*/React.forwardRef(function UserFavorite(_ref24, ref) {
|
|
551
580
|
let {
|
|
552
581
|
children,
|
|
553
582
|
size = 16,
|
|
@@ -561,16 +590,14 @@ const VersionMinor = /*#__PURE__*/React.forwardRef(function VersionMinor(_ref24,
|
|
|
561
590
|
viewBox: "0 0 32 32",
|
|
562
591
|
fill: "currentColor",
|
|
563
592
|
...rest
|
|
564
|
-
},
|
|
565
|
-
d: "
|
|
566
|
-
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
567
|
-
d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z"
|
|
593
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
594
|
+
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"
|
|
568
595
|
})), children);
|
|
569
596
|
});
|
|
570
597
|
if (process.env.NODE_ENV !== "production") {
|
|
571
|
-
|
|
598
|
+
UserFavorite.propTypes = iconPropTypes4cbeb95d.i;
|
|
572
599
|
}
|
|
573
|
-
const
|
|
600
|
+
const UserFavoriteAlt = /*#__PURE__*/React.forwardRef(function UserFavoriteAlt(_ref25, ref) {
|
|
574
601
|
let {
|
|
575
602
|
children,
|
|
576
603
|
size = 16,
|
|
@@ -584,16 +611,14 @@ const VersionPatch = /*#__PURE__*/React.forwardRef(function VersionPatch(_ref25,
|
|
|
584
611
|
viewBox: "0 0 32 32",
|
|
585
612
|
fill: "currentColor",
|
|
586
613
|
...rest
|
|
587
|
-
},
|
|
588
|
-
d: "
|
|
589
|
-
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
590
|
-
d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z"
|
|
614
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
615
|
+
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"
|
|
591
616
|
})), children);
|
|
592
617
|
});
|
|
593
618
|
if (process.env.NODE_ENV !== "production") {
|
|
594
|
-
|
|
619
|
+
UserFavoriteAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
595
620
|
}
|
|
596
|
-
const
|
|
621
|
+
const UserFavoriteAltFilled = /*#__PURE__*/React.forwardRef(function UserFavoriteAltFilled(_ref26, ref) {
|
|
597
622
|
let {
|
|
598
623
|
children,
|
|
599
624
|
size = 16,
|
|
@@ -607,14 +632,14 @@ const VerticalView = /*#__PURE__*/React.forwardRef(function VerticalView(_ref26,
|
|
|
607
632
|
viewBox: "0 0 32 32",
|
|
608
633
|
fill: "currentColor",
|
|
609
634
|
...rest
|
|
610
|
-
},
|
|
611
|
-
d: "
|
|
635
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
636
|
+
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"
|
|
612
637
|
})), children);
|
|
613
638
|
});
|
|
614
639
|
if (process.env.NODE_ENV !== "production") {
|
|
615
|
-
|
|
640
|
+
UserFavoriteAltFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
616
641
|
}
|
|
617
|
-
const
|
|
642
|
+
const UserFeedback = /*#__PURE__*/React.forwardRef(function UserFeedback(_ref27, ref) {
|
|
618
643
|
let {
|
|
619
644
|
children,
|
|
620
645
|
size = 16,
|
|
@@ -628,14 +653,15 @@ const Video = /*#__PURE__*/React.forwardRef(function Video(_ref27, ref) {
|
|
|
628
653
|
viewBox: "0 0 32 32",
|
|
629
654
|
fill: "currentColor",
|
|
630
655
|
...rest
|
|
631
|
-
},
|
|
632
|
-
|
|
656
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
657
|
+
strokeWidth: "0",
|
|
658
|
+
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"
|
|
633
659
|
})), children);
|
|
634
660
|
});
|
|
635
661
|
if (process.env.NODE_ENV !== "production") {
|
|
636
|
-
|
|
662
|
+
UserFeedback.propTypes = iconPropTypes4cbeb95d.i;
|
|
637
663
|
}
|
|
638
|
-
const
|
|
664
|
+
const UserFilled = /*#__PURE__*/React.forwardRef(function UserFilled(_ref28, ref) {
|
|
639
665
|
let {
|
|
640
666
|
children,
|
|
641
667
|
size = 16,
|
|
@@ -649,16 +675,14 @@ const VideoAdd = /*#__PURE__*/React.forwardRef(function VideoAdd(_ref28, ref) {
|
|
|
649
675
|
viewBox: "0 0 32 32",
|
|
650
676
|
fill: "currentColor",
|
|
651
677
|
...rest
|
|
652
|
-
},
|
|
653
|
-
d: "
|
|
654
|
-
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
655
|
-
d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z"
|
|
678
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
679
|
+
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"
|
|
656
680
|
})), children);
|
|
657
681
|
});
|
|
658
682
|
if (process.env.NODE_ENV !== "production") {
|
|
659
|
-
|
|
683
|
+
UserFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
660
684
|
}
|
|
661
|
-
const
|
|
685
|
+
const UserFollow = /*#__PURE__*/React.forwardRef(function UserFollow(_ref29, ref) {
|
|
662
686
|
let {
|
|
663
687
|
children,
|
|
664
688
|
size = 16,
|
|
@@ -672,16 +696,14 @@ const VideoChat = /*#__PURE__*/React.forwardRef(function VideoChat(_ref29, ref)
|
|
|
672
696
|
viewBox: "0 0 32 32",
|
|
673
697
|
fill: "currentColor",
|
|
674
698
|
...rest
|
|
675
|
-
},
|
|
676
|
-
d: "
|
|
677
|
-
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
678
|
-
d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z"
|
|
699
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
700
|
+
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"
|
|
679
701
|
})), children);
|
|
680
702
|
});
|
|
681
703
|
if (process.env.NODE_ENV !== "production") {
|
|
682
|
-
|
|
704
|
+
UserFollow.propTypes = iconPropTypes4cbeb95d.i;
|
|
683
705
|
}
|
|
684
|
-
const
|
|
706
|
+
const UserIdentification = /*#__PURE__*/React.forwardRef(function UserIdentification(_ref30, ref) {
|
|
685
707
|
let {
|
|
686
708
|
children,
|
|
687
709
|
size = 16,
|
|
@@ -695,14 +717,20 @@ const VideoFilled = /*#__PURE__*/React.forwardRef(function VideoFilled(_ref30, r
|
|
|
695
717
|
viewBox: "0 0 32 32",
|
|
696
718
|
fill: "currentColor",
|
|
697
719
|
...rest
|
|
698
|
-
},
|
|
699
|
-
d: "
|
|
720
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
721
|
+
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"
|
|
722
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
723
|
+
cx: "24",
|
|
724
|
+
cy: "8",
|
|
725
|
+
r: "2"
|
|
726
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
727
|
+
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"
|
|
700
728
|
})), children);
|
|
701
729
|
});
|
|
702
730
|
if (process.env.NODE_ENV !== "production") {
|
|
703
|
-
|
|
731
|
+
UserIdentification.propTypes = iconPropTypes4cbeb95d.i;
|
|
704
732
|
}
|
|
705
|
-
const
|
|
733
|
+
const UserMilitary = /*#__PURE__*/React.forwardRef(function UserMilitary(_ref31, ref) {
|
|
706
734
|
let {
|
|
707
735
|
children,
|
|
708
736
|
size = 16,
|
|
@@ -716,14 +744,18 @@ const VideoOff = /*#__PURE__*/React.forwardRef(function VideoOff(_ref31, ref) {
|
|
|
716
744
|
viewBox: "0 0 32 32",
|
|
717
745
|
fill: "currentColor",
|
|
718
746
|
...rest
|
|
719
|
-
},
|
|
720
|
-
d: "
|
|
747
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
748
|
+
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"
|
|
749
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
750
|
+
d: "M21.414 13.414L25 9.834 25 9.834 28.587 13.416 30 12 25 7 20 12 21.414 13.414z"
|
|
751
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
752
|
+
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"
|
|
721
753
|
})), children);
|
|
722
754
|
});
|
|
723
755
|
if (process.env.NODE_ENV !== "production") {
|
|
724
|
-
|
|
756
|
+
UserMilitary.propTypes = iconPropTypes4cbeb95d.i;
|
|
725
757
|
}
|
|
726
|
-
const
|
|
758
|
+
const UserMultiple = /*#__PURE__*/React.forwardRef(function UserMultiple(_ref32, ref) {
|
|
727
759
|
let {
|
|
728
760
|
children,
|
|
729
761
|
size = 16,
|
|
@@ -737,14 +769,14 @@ const VideoOffFilled = /*#__PURE__*/React.forwardRef(function VideoOffFilled(_re
|
|
|
737
769
|
viewBox: "0 0 32 32",
|
|
738
770
|
fill: "currentColor",
|
|
739
771
|
...rest
|
|
740
|
-
},
|
|
741
|
-
d: "
|
|
772
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
773
|
+
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"
|
|
742
774
|
})), children);
|
|
743
775
|
});
|
|
744
776
|
if (process.env.NODE_ENV !== "production") {
|
|
745
|
-
|
|
777
|
+
UserMultiple.propTypes = iconPropTypes4cbeb95d.i;
|
|
746
778
|
}
|
|
747
|
-
const
|
|
779
|
+
const UserOnline = /*#__PURE__*/React.forwardRef(function UserOnline(_ref33, ref) {
|
|
748
780
|
let {
|
|
749
781
|
children,
|
|
750
782
|
size = 16,
|
|
@@ -758,36 +790,23 @@ const VideoPlayer = /*#__PURE__*/React.forwardRef(function VideoPlayer(_ref33, r
|
|
|
758
790
|
viewBox: "0 0 32 32",
|
|
759
791
|
fill: "currentColor",
|
|
760
792
|
...rest
|
|
761
|
-
},
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
793
|
+
}, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
794
|
+
cx: "26",
|
|
795
|
+
cy: "16",
|
|
796
|
+
r: "4"
|
|
797
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
798
|
+
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"
|
|
765
799
|
})), children);
|
|
766
800
|
});
|
|
767
801
|
if (process.env.NODE_ENV !== "production") {
|
|
768
|
-
|
|
802
|
+
UserOnline.propTypes = iconPropTypes4cbeb95d.i;
|
|
769
803
|
}
|
|
770
|
-
const
|
|
804
|
+
const UserProfile = /*#__PURE__*/React.forwardRef(function UserProfile(_ref34, ref) {
|
|
771
805
|
let {
|
|
772
806
|
children,
|
|
773
807
|
size = 16,
|
|
774
808
|
...rest
|
|
775
809
|
} = _ref34;
|
|
776
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
777
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
778
|
-
width: size,
|
|
779
|
-
height: size,
|
|
780
|
-
ref: ref,
|
|
781
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
782
|
-
viewBox: "0 0 16 16",
|
|
783
|
-
fill: "currentColor",
|
|
784
|
-
...rest
|
|
785
|
-
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
786
|
-
d: "M15.5,7.8C14.3,4.7,11.3,2.6,8,2.5C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3c1.2,3.1,4.1,5.2,7.5,5.3 c3.3-0.1,6.3-2.2,7.5-5.3C15.5,8.1,15.5,7.9,15.5,7.8z M8,12.5c-2.7,0-5.4-2-6.5-4.5c1-2.5,3.8-4.5,6.5-4.5s5.4,2,6.5,4.5 C13.4,10.5,10.6,12.5,8,12.5z"
|
|
787
|
-
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
788
|
-
d: "M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z M8,10c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S9.1,10,8,10z"
|
|
789
|
-
})), children);
|
|
790
|
-
}
|
|
791
810
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
792
811
|
width: size,
|
|
793
812
|
height: size,
|
|
@@ -796,16 +815,14 @@ const View = /*#__PURE__*/React.forwardRef(function View(_ref34, ref) {
|
|
|
796
815
|
viewBox: "0 0 32 32",
|
|
797
816
|
fill: "currentColor",
|
|
798
817
|
...rest
|
|
799
|
-
},
|
|
800
|
-
d: "
|
|
801
|
-
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
802
|
-
d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
|
|
818
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
819
|
+
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"
|
|
803
820
|
})), children);
|
|
804
821
|
});
|
|
805
822
|
if (process.env.NODE_ENV !== "production") {
|
|
806
|
-
|
|
823
|
+
UserProfile.propTypes = iconPropTypes4cbeb95d.i;
|
|
807
824
|
}
|
|
808
|
-
const
|
|
825
|
+
const UserRole = /*#__PURE__*/React.forwardRef(function UserRole(_ref35, ref) {
|
|
809
826
|
let {
|
|
810
827
|
children,
|
|
811
828
|
size = 16,
|
|
@@ -819,18 +836,14 @@ const ViewFilled = /*#__PURE__*/React.forwardRef(function ViewFilled(_ref35, ref
|
|
|
819
836
|
viewBox: "0 0 32 32",
|
|
820
837
|
fill: "currentColor",
|
|
821
838
|
...rest
|
|
822
|
-
},
|
|
823
|
-
|
|
824
|
-
cy: "16",
|
|
825
|
-
r: "4"
|
|
826
|
-
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
827
|
-
d: "M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,22.5A6.5,6.5,0,1,1,22.5,16,6.51,6.51,0,0,1,16,22.5Z"
|
|
839
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
840
|
+
d: "M28.07 21L22 15 28.07 9 29.5 10.41 24.86 15 29.5 19.59 28.07 21zM22 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"
|
|
828
841
|
})), children);
|
|
829
842
|
});
|
|
830
843
|
if (process.env.NODE_ENV !== "production") {
|
|
831
|
-
|
|
844
|
+
UserRole.propTypes = iconPropTypes4cbeb95d.i;
|
|
832
845
|
}
|
|
833
|
-
const
|
|
846
|
+
const UserService = /*#__PURE__*/React.forwardRef(function UserService(_ref36, ref) {
|
|
834
847
|
let {
|
|
835
848
|
children,
|
|
836
849
|
size = 16,
|
|
@@ -844,14 +857,15 @@ const ViewMode_1 = /*#__PURE__*/React.forwardRef(function ViewMode_1(_ref36, ref
|
|
|
844
857
|
viewBox: "0 0 32 32",
|
|
845
858
|
fill: "currentColor",
|
|
846
859
|
...rest
|
|
847
|
-
},
|
|
848
|
-
|
|
860
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
861
|
+
strokeWidth: "0",
|
|
862
|
+
d: "M23.019 10.4332c-.595.3514-1.2795.5668-2.019.5668-2.2056 0-4-1.7944-4-4 0-.3557.0615-.6943.1492-1.0228l2.4368 2.4368.0005-.0004c.3621.3621.8621.5864 1.4136.5864 1.103 0 2-.897 2-2 0-.5515-.2242-1.0515-.5864-1.4136l.0005-.0004-2.4368-2.4368c.3284-.0875.667-.1491 1.0227-.1491 2.2056 0 4 1.7944 4 4 0 .7396-.2155 1.4241-.5669 2.0191l5.5669 5.5668-1.4141 1.4141-5.5669-5.5668zM16 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-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"
|
|
849
863
|
})), children);
|
|
850
864
|
});
|
|
851
865
|
if (process.env.NODE_ENV !== "production") {
|
|
852
|
-
|
|
866
|
+
UserService.propTypes = iconPropTypes4cbeb95d.i;
|
|
853
867
|
}
|
|
854
|
-
const
|
|
868
|
+
const UserServiceDesk = /*#__PURE__*/React.forwardRef(function UserServiceDesk(_ref37, ref) {
|
|
855
869
|
let {
|
|
856
870
|
children,
|
|
857
871
|
size = 16,
|
|
@@ -865,34 +879,19 @@ const ViewMode_2 = /*#__PURE__*/React.forwardRef(function ViewMode_2(_ref37, ref
|
|
|
865
879
|
viewBox: "0 0 32 32",
|
|
866
880
|
fill: "currentColor",
|
|
867
881
|
...rest
|
|
868
|
-
},
|
|
869
|
-
d: "
|
|
882
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
883
|
+
d: "M25.334 11.95l1.2055-1.206a1.178 1.178 0 011.2593-.2584l1.4693.5868A1.1736 1.1736 0 0130 12.1489v2.692A1.1681 1.1681 0 0128.8229 16l-.05-.0015C18.4775 15.3578 16.4 6.6357 16.0073 3.2976a1.1681 1.1681 0 011.0315-1.29A1.1492 1.1492 0 0117.1751 2h2.5994a1.1626 1.1626 0 011.0764.7322l.5866 1.47a1.1635 1.1635 0 01-.2529 1.26L19.9791 6.668S20.6733 11.3682 25.334 11.95zM16 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"
|
|
870
884
|
})), children);
|
|
871
885
|
});
|
|
872
886
|
if (process.env.NODE_ENV !== "production") {
|
|
873
|
-
|
|
887
|
+
UserServiceDesk.propTypes = iconPropTypes4cbeb95d.i;
|
|
874
888
|
}
|
|
875
|
-
const
|
|
889
|
+
const UserSettings = /*#__PURE__*/React.forwardRef(function UserSettings(_ref38, ref) {
|
|
876
890
|
let {
|
|
877
891
|
children,
|
|
878
892
|
size = 16,
|
|
879
893
|
...rest
|
|
880
894
|
} = _ref38;
|
|
881
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
882
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
883
|
-
width: size,
|
|
884
|
-
height: size,
|
|
885
|
-
ref: ref,
|
|
886
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
887
|
-
viewBox: "0 0 16 16",
|
|
888
|
-
fill: "currentColor",
|
|
889
|
-
...rest
|
|
890
|
-
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
891
|
-
d: "M2.6,11.3l0.7-0.7C2.6,9.8,1.9,9,1.5,8c1-2.5,3.8-4.5,6.5-4.5c0.7,0,1.4,0.1,2,0.4l0.8-0.8C9.9,2.7,9,2.5,8,2.5 C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3C1,9.3,1.7,10.4,2.6,11.3z"
|
|
892
|
-
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
893
|
-
d: "M6 7.9c.1-1 .9-1.8 1.8-1.8l.9-.9C7.2 4.7 5.5 5.6 5.1 7.2 5 7.7 5 8.3 5.1 8.8L6 7.9zM15.5 7.8c-.6-1.5-1.6-2.8-2.9-3.7L15 1.7 14.3 1 1 14.3 1.7 15l2.6-2.6c1.1.7 2.4 1 3.7 1.1 3.3-.1 6.3-2.2 7.5-5.3C15.5 8.1 15.5 7.9 15.5 7.8zM10 8c0 1.1-.9 2-2 2-.3 0-.7-.1-1-.3L9.7 7C9.9 7.3 10 7.6 10 8zM8 12.5c-1 0-2.1-.3-3-.8l1.3-1.3c1.4.9 3.2.6 4.2-.8.7-1 .7-2.4 0-3.4l1.4-1.4c1.1.8 2 1.9 2.6 3.2C13.4 10.5 10.6 12.5 8 12.5z"
|
|
894
|
-
})), children);
|
|
895
|
-
}
|
|
896
895
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
897
896
|
width: size,
|
|
898
897
|
height: size,
|
|
@@ -901,16 +900,14 @@ const ViewOff = /*#__PURE__*/React.forwardRef(function ViewOff(_ref38, ref) {
|
|
|
901
900
|
viewBox: "0 0 32 32",
|
|
902
901
|
fill: "currentColor",
|
|
903
902
|
...rest
|
|
904
|
-
},
|
|
905
|
-
d: "
|
|
906
|
-
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
907
|
-
d: "M12 15.73a4 4 0 013.7-3.7l1.81-1.82a6 6 0 00-7.33 7.33zM30.94 15.66A16.4 16.4 0 0025.2 8.22L30 3.41 28.59 2 2 28.59 3.41 30l5.1-5.1A15.29 15.29 0 0016 27 16.69 16.69 0 0030.94 16.34 1 1 0 0030.94 15.66zM20 16a4 4 0 01-6 3.44L19.44 14A4 4 0 0120 16zm-4 9a13.05 13.05 0 01-6-1.58l2.54-2.54a6 6 0 008.35-8.35l2.87-2.87A14.54 14.54 0 0128.93 16C26.9 21.07 21.3 25 16 25z"
|
|
903
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
904
|
+
d: "M30 10V8H27.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0024 4.1011V2H22V4.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0018.1011 8H16v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0022 13.8989V16h2V13.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0027.8989 10zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0123 12zM16 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"
|
|
908
905
|
})), children);
|
|
909
906
|
});
|
|
910
907
|
if (process.env.NODE_ENV !== "production") {
|
|
911
|
-
|
|
908
|
+
UserSettings.propTypes = iconPropTypes4cbeb95d.i;
|
|
912
909
|
}
|
|
913
|
-
const
|
|
910
|
+
const UserSimulation = /*#__PURE__*/React.forwardRef(function UserSimulation(_ref39, ref) {
|
|
914
911
|
let {
|
|
915
912
|
children,
|
|
916
913
|
size = 16,
|
|
@@ -924,14 +921,30 @@ const ViewOffFilled = /*#__PURE__*/React.forwardRef(function ViewOffFilled(_ref3
|
|
|
924
921
|
viewBox: "0 0 32 32",
|
|
925
922
|
fill: "currentColor",
|
|
926
923
|
...rest
|
|
927
|
-
},
|
|
928
|
-
d: "
|
|
924
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
925
|
+
d: "M25.232 12.866H29.232V14.866H25.232z",
|
|
926
|
+
transform: "rotate(30 27.232 13.866)"
|
|
927
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
928
|
+
d: "M26 8H30V10H26z"
|
|
929
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
930
|
+
d: "M2.768 12.866H6.768V14.866H2.768z",
|
|
931
|
+
transform: "rotate(150 4.768 13.866)"
|
|
932
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
933
|
+
d: "M26 30H24V25a5.0059 5.0059 0 00-5-5H13a5.0059 5.0059 0 00-5 5v5H6V25a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM16 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0016 2z"
|
|
934
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
935
|
+
d: "M25.232 3.134H29.232V5.134H25.232z",
|
|
936
|
+
transform: "rotate(-30 27.232 4.134)"
|
|
937
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
938
|
+
d: "M2 8H6V10H2z"
|
|
939
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
940
|
+
d: "M2.768 3.134H6.768V5.134H2.768z",
|
|
941
|
+
transform: "rotate(-150 4.768 4.134)"
|
|
929
942
|
})), children);
|
|
930
943
|
});
|
|
931
944
|
if (process.env.NODE_ENV !== "production") {
|
|
932
|
-
|
|
945
|
+
UserSimulation.propTypes = iconPropTypes4cbeb95d.i;
|
|
933
946
|
}
|
|
934
|
-
const
|
|
947
|
+
const UserSpeaker = /*#__PURE__*/React.forwardRef(function UserSpeaker(_ref40, ref) {
|
|
935
948
|
let {
|
|
936
949
|
children,
|
|
937
950
|
size = 16,
|
|
@@ -945,16 +958,16 @@ const ViewNext = /*#__PURE__*/React.forwardRef(function ViewNext(_ref40, ref) {
|
|
|
945
958
|
viewBox: "0 0 32 32",
|
|
946
959
|
fill: "currentColor",
|
|
947
960
|
...rest
|
|
948
|
-
},
|
|
949
|
-
d: "
|
|
950
|
-
})),
|
|
951
|
-
d: "
|
|
961
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
962
|
+
d: "M29.4146,19,27.7,17.2852A2.97,2.97,0,0,0,28,16a3,3,0,1,0-3,3,2.97,2.97,0,0,0,1.2864-.3L28,20.4141V28H22V25a7.0078,7.0078,0,0,0-7-7H9a7.008,7.008,0,0,0-7,7v5H30V20.4141A1.988,1.988,0,0,0,29.4146,19ZM4,25a5.006,5.006,0,0,1,5-5h6a5.0059,5.0059,0,0,1,5,5v3H4Z"
|
|
963
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
964
|
+
d: "M12,4A5,5,0,1,1,7,9a5,5,0,0,1,5-5m0-2a7,7,0,1,0,7,7A7,7,0,0,0,12,2Z"
|
|
952
965
|
})), children);
|
|
953
966
|
});
|
|
954
967
|
if (process.env.NODE_ENV !== "production") {
|
|
955
|
-
|
|
968
|
+
UserSpeaker.propTypes = iconPropTypes4cbeb95d.i;
|
|
956
969
|
}
|
|
957
|
-
const
|
|
970
|
+
const UserSponsor = /*#__PURE__*/React.forwardRef(function UserSponsor(_ref41, ref) {
|
|
958
971
|
let {
|
|
959
972
|
children,
|
|
960
973
|
size = 16,
|
|
@@ -968,18 +981,14 @@ const VirtualColumn = /*#__PURE__*/React.forwardRef(function VirtualColumn(_ref4
|
|
|
968
981
|
viewBox: "0 0 32 32",
|
|
969
982
|
fill: "currentColor",
|
|
970
983
|
...rest
|
|
971
|
-
},
|
|
972
|
-
d: "
|
|
973
|
-
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
974
|
-
d: "M30 28H20a2.0023 2.0023 0 01-2-2V6a2.0023 2.0023 0 012-2H30V6H20V26H30zM12 28H2V26H12V6H2V4H12a2.0023 2.0023 0 012 2V26A2.0023 2.0023 0 0112 28z"
|
|
975
|
-
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
976
|
-
d: "M7 11L5.586 12.414 8.172 15 2 15 2 17 8.172 17 5.586 19.586 7 21 12 16 7 11z"
|
|
984
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
985
|
+
d: "M31.8301 13.3662L30.8301 11.6338 28 13.2681 28 10 26 10 26 13.2676 23.1699 11.6338 22.1699 13.3662 25 15 22.1699 16.6338 23.1699 18.3662 26 16.7324 26 20 28 20 28 16.7319 30.8301 18.3662 31.8301 16.6338 29 15 31.8301 13.3662zM22 30h-2v-5c-.0033-2.7601-2.2399-4.9967-5-5h-6c-2.7601.0033-4.9967 2.2399-5 5v5h-2v-5c.0045-3.8641 3.1359-6.9955 7-7h6c3.8641.0045 6.9955 3.1359 7 7v5zM12 4c2.7614 0 5 2.2386 5 5s-2.2386 5-5 5-5-2.2386-5-5c.0031-2.7601 2.2399-4.9969 5-5m0-2c-3.866 0-7 3.134-7 7s3.134 7 7 7 7-3.134 7-7-3.134-7-7-7z"
|
|
977
986
|
})), children);
|
|
978
987
|
});
|
|
979
988
|
if (process.env.NODE_ENV !== "production") {
|
|
980
|
-
|
|
989
|
+
UserSponsor.propTypes = iconPropTypes4cbeb95d.i;
|
|
981
990
|
}
|
|
982
|
-
const
|
|
991
|
+
const UserXRay = /*#__PURE__*/React.forwardRef(function UserXRay(_ref42, ref) {
|
|
983
992
|
let {
|
|
984
993
|
children,
|
|
985
994
|
size = 16,
|
|
@@ -993,20 +1002,17 @@ const VirtualColumnKey = /*#__PURE__*/React.forwardRef(function VirtualColumnKey
|
|
|
993
1002
|
viewBox: "0 0 32 32",
|
|
994
1003
|
fill: "currentColor",
|
|
995
1004
|
...rest
|
|
996
|
-
},
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
d: "M17.4143,22H12V16.5857l6.03-6.03A5.3518,5.3518,0,0,1,18,10a6,6,0,1,1,6,6,5.3583,5.3583,0,0,1-.5559-.03ZM14,20h2.5857l6.1706-6.1709.5174.0957A3.935,3.935,0,0,0,24,14a4.0507,4.0507,0,1,0-3.925-3.2729l.0952.5166L14,17.4143Z"
|
|
1002
|
-
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1003
|
-
d: "M28,18v8H10V6h4V4H4A2.0025,2.0025,0,0,0,2,6V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V18ZM4,6H8V26H4Z"
|
|
1005
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1006
|
+
fill: "none",
|
|
1007
|
+
d: "M28 9L28 7 25 7 25 5 23 5 23 7 20 7 20 9 23 9 23 12 20 12 20 14 23 14 23 16 25 16 25 14 28 14 28 12 25 12 25 9 28 9z"
|
|
1008
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1009
|
+
d: "M31 3H17a1 1 0 00-1 1V17a1 1 0 001 1H31a1 1 0 001-1V4A1 1 0 0031 3zM28 9H25v3h3v2H25v2H23V14H20V12h3V9H20V7h3V5h2V7h3zM15 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"
|
|
1004
1010
|
})), children);
|
|
1005
1011
|
});
|
|
1006
1012
|
if (process.env.NODE_ENV !== "production") {
|
|
1007
|
-
|
|
1013
|
+
UserXRay.propTypes = iconPropTypes4cbeb95d.i;
|
|
1008
1014
|
}
|
|
1009
|
-
const
|
|
1015
|
+
const UserProfileAlt = /*#__PURE__*/React.forwardRef(function UserProfileAlt(_ref43, ref) {
|
|
1010
1016
|
let {
|
|
1011
1017
|
children,
|
|
1012
1018
|
size = 16,
|
|
@@ -1020,16 +1026,14 @@ const VirtualDesktop = /*#__PURE__*/React.forwardRef(function VirtualDesktop(_re
|
|
|
1020
1026
|
viewBox: "0 0 32 32",
|
|
1021
1027
|
fill: "currentColor",
|
|
1022
1028
|
...rest
|
|
1023
|
-
},
|
|
1024
|
-
d: "
|
|
1025
|
-
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1026
|
-
d: "M25.8218,10.124a9.9992,9.9992,0,0,0-19.6436,0A7.4914,7.4914,0,0,0,7,24.9746v-2a5.4945,5.4945,0,0,1,.123-10.9541l.8365-.0566.09-.834a7.9979,7.9979,0,0,1,15.9014,0l.09.834.8365.0566A5.4945,5.4945,0,0,1,25,22.9746v2a7.4914,7.4914,0,0,0,.8218-14.8506Z"
|
|
1029
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1030
|
+
d: "M19 13H26V15H19zM19 8H30V10H19zM19 3H30V5H19zM11 30H7a2.0059 2.0059 0 01-2-2V21a2.0059 2.0059 0 01-2-2V13a2.9465 2.9465 0 013-3h6a2.9465 2.9465 0 013 3v6a2.0059 2.0059 0 01-2 2v7A2.0059 2.0059 0 0111 30zM6 12a.9448.9448 0 00-1 1v6H7v9h4V19h2V13a.9448.9448 0 00-1-1zM9 9a4 4 0 114-4h0A4.0118 4.0118 0 019 9zM9 3a2 2 0 102 2h0A2.0059 2.0059 0 009 3z"
|
|
1027
1031
|
})), children);
|
|
1028
1032
|
});
|
|
1029
1033
|
if (process.env.NODE_ENV !== "production") {
|
|
1030
|
-
|
|
1034
|
+
UserProfileAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1031
1035
|
}
|
|
1032
|
-
const
|
|
1036
|
+
const UvIndex = /*#__PURE__*/React.forwardRef(function UvIndex(_ref44, ref) {
|
|
1033
1037
|
let {
|
|
1034
1038
|
children,
|
|
1035
1039
|
size = 16,
|
|
@@ -1043,16 +1047,14 @@ const VirtualMachine = /*#__PURE__*/React.forwardRef(function VirtualMachine(_re
|
|
|
1043
1047
|
viewBox: "0 0 32 32",
|
|
1044
1048
|
fill: "currentColor",
|
|
1045
1049
|
...rest
|
|
1046
|
-
},
|
|
1047
|
-
d: "
|
|
1048
|
-
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1049
|
-
d: "M25.91,10.13a.121.121,0,0,1-.0967-.0952A10.0061,10.0061,0,0,0,17.89,2.1816,10.0025,10.0025,0,0,0,6.1858,10.0347a.1212.1212,0,0,1-.0964.0957A7.5019,7.5019,0,0,0,7.4912,25H8V23H7.4954a5.5108,5.5108,0,0,1-5.4387-6.3,5.6992,5.6992,0,0,1,4.7138-4.6606l1.0166-.1836a.1306.1306,0,0,0,.1045-.1035l.18-.9351a8.28,8.28,0,0,1,6.8469-6.7427,7.957,7.957,0,0,1,2.8471.1245,8.22,8.22,0,0,1,6.1475,6.545l.1941,1.0083a.13.13,0,0,0,.1045.1035l1.0576.1914a5.7819,5.7819,0,0,1,3.1011,1.539A5.5052,5.5052,0,0,1,24.5076,23H24v2h.5076A7.5019,7.5019,0,0,0,25.91,10.13Z"
|
|
1050
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1051
|
+
d: "M16,5.9121l1.7444,2.9326.7822,1.315,1.4739-.4107,3.1206-.87L22.2512,12,21.84,13.4731l1.315.7823L26.0876,16l-2.9323,1.7441-1.315.7818L22.2512,20l.87,3.1211-3.1208-.87L18.5266,21.84l-.7822,1.315L16,26.0879l-1.7444-2.9326-.7822-1.315L12,22.251l-3.1208.87L9.7488,20l.4109-1.4741-1.315-.7818L5.9124,16l2.9323-1.7446,1.315-.7823L9.7488,12l-.87-3.1206L12,9.749l1.4739.4107.7822-1.315L16,5.9121M16,2,12.5366,7.8223,6,6l1.8223,6.5366L2,16l5.8223,3.4629L6,26l6.5366-1.8223L16,30l3.4634-5.8223L26,26l-1.8223-6.5371L30,16l-5.8223-3.4634L26,6,19.4634,7.8223,16,2Z"
|
|
1050
1052
|
})), children);
|
|
1051
1053
|
});
|
|
1052
1054
|
if (process.env.NODE_ENV !== "production") {
|
|
1053
|
-
|
|
1055
|
+
UvIndex.propTypes = iconPropTypes4cbeb95d.i;
|
|
1054
1056
|
}
|
|
1055
|
-
const
|
|
1057
|
+
const UvIndexAlt = /*#__PURE__*/React.forwardRef(function UvIndexAlt(_ref45, ref) {
|
|
1056
1058
|
let {
|
|
1057
1059
|
children,
|
|
1058
1060
|
size = 16,
|
|
@@ -1066,27 +1068,29 @@ const VirtualPrivateCloud = /*#__PURE__*/React.forwardRef(function VirtualPrivat
|
|
|
1066
1068
|
viewBox: "0 0 32 32",
|
|
1067
1069
|
fill: "currentColor",
|
|
1068
1070
|
...rest
|
|
1069
|
-
},
|
|
1070
|
-
d: "
|
|
1071
|
-
})),
|
|
1072
|
-
d: "
|
|
1071
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1072
|
+
d: "M13 30H9a2.0027 2.0027 0 01-2-2V20H9v8h4V20h2v8A2.0027 2.0027 0 0113 30zM25 20L23.25 20 21 29.031 18.792 20 17 20 19.5 30 22.5 30 25 20zM15 2H17V7H15z"
|
|
1073
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1074
|
+
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
1075
|
+
transform: "rotate(-45 24.147 7.853)"
|
|
1076
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1077
|
+
d: "M25 15H30V17H25zM2 15H7V17H2z"
|
|
1078
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1079
|
+
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
1080
|
+
transform: "rotate(-45 7.854 7.853)"
|
|
1081
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1082
|
+
d: "M22,17H20V16a4,4,0,0,0-8,0v1H10V16a6,6,0,0,1,12,0Z"
|
|
1073
1083
|
})), children);
|
|
1074
1084
|
});
|
|
1075
1085
|
if (process.env.NODE_ENV !== "production") {
|
|
1076
|
-
|
|
1086
|
+
UvIndexAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1077
1087
|
}
|
|
1078
|
-
const
|
|
1088
|
+
const UvIndexFilled = /*#__PURE__*/React.forwardRef(function UvIndexFilled(_ref46, ref) {
|
|
1079
1089
|
let {
|
|
1080
1090
|
children,
|
|
1081
1091
|
size = 16,
|
|
1082
1092
|
...rest
|
|
1083
1093
|
} = _ref46;
|
|
1084
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1085
|
-
if (!didWarnAboutDeprecation["VirtualPrivateCloudAlt"]) {
|
|
1086
|
-
didWarnAboutDeprecation["VirtualPrivateCloudAlt"] = true;
|
|
1087
|
-
console.warn("Icon name was requested by the product team to be renamed to and replaced by ibm-cloud--vpc. As a result, the VirtualPrivateCloudAlt component will be removed in the next major version of @carbon/icons-react.");
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
1094
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1091
1095
|
width: size,
|
|
1092
1096
|
height: size,
|
|
@@ -1095,16 +1099,14 @@ const VirtualPrivateCloudAlt = /*#__PURE__*/React.forwardRef(function VirtualPri
|
|
|
1095
1099
|
viewBox: "0 0 32 32",
|
|
1096
1100
|
fill: "currentColor",
|
|
1097
1101
|
...rest
|
|
1098
|
-
},
|
|
1099
|
-
d: "
|
|
1100
|
-
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1101
|
-
d: "M30 6a3.9915 3.9915 0 00-7.8579-1H13V7h9.1421A3.9945 3.9945 0 0025 9.8579V19h2V9.8579A3.9962 3.9962 0 0030 6zM26 8a2 2 0 112-2A2.0023 2.0023 0 0126 8zM19 25H9.8579A3.9945 3.9945 0 007 22.1421V13H5v9.1421A3.9915 3.9915 0 109.8579 27H19zM6 28a2 2 0 112-2A2.0023 2.0023 0 016 28z"
|
|
1102
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1103
|
+
d: "M16,30l-3.4634-5.8223L6,26l1.8223-6.5369L2,16l5.8223-3.4631L6,6l6.5366,1.8223L16,2l3.4634,5.8223L26,6l-1.8223,6.5369L30,16l-5.8223,3.4631L26,26l-6.5366-1.8223Z"
|
|
1102
1104
|
})), children);
|
|
1103
1105
|
});
|
|
1104
1106
|
if (process.env.NODE_ENV !== "production") {
|
|
1105
|
-
|
|
1107
|
+
UvIndexFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1106
1108
|
}
|
|
1107
|
-
const
|
|
1109
|
+
const ValueVariable = /*#__PURE__*/React.forwardRef(function ValueVariable(_ref47, ref) {
|
|
1108
1110
|
let {
|
|
1109
1111
|
children,
|
|
1110
1112
|
size = 16,
|
|
@@ -1118,18 +1120,14 @@ const VisualRecognition = /*#__PURE__*/React.forwardRef(function VisualRecogniti
|
|
|
1118
1120
|
viewBox: "0 0 32 32",
|
|
1119
1121
|
fill: "currentColor",
|
|
1120
1122
|
...rest
|
|
1121
|
-
},
|
|
1122
|
-
|
|
1123
|
-
cy: "12",
|
|
1124
|
-
r: "2"
|
|
1125
|
-
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1126
|
-
d: "M28,5H16.24A8,8,0,1,0,6,16.92V27a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V7A2,2,0,0,0,28,5ZM4,10A6,6,0,0,1,15.19,7H8V9h7.91A6.64,6.64,0,0,1,16,10a6.64,6.64,0,0,1-.09,1H10v2h5.19A6,6,0,0,1,4,10ZM28,27H8l5-5,1.59,1.59a2,2,0,0,0,2.82,0L23,18l5,5Zm0-6.83-3.59-3.59a2,2,0,0,0-2.82,0L16,22.17l-1.59-1.59a2,2,0,0,0-2.82,0L8,24.17V17.74A8.24,8.24,0,0,0,10,18a8,8,0,0,0,8-8,7.9,7.9,0,0,0-.59-3H28Z"
|
|
1123
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1124
|
+
d: "M26 28H22V26h4V6H22V4h4a2.0021 2.0021 0 012 2V26A2.0021 2.0021 0 0126 28zM20 11L18 11 16 14.897 14 11 12 11 14.905 16 12 21 14 21 16 17.201 18 21 20 21 17.098 16 20 11zM10 28H6a2.0021 2.0021 0 01-2-2V6A2.0021 2.0021 0 016 4h4V6H6V26h4z"
|
|
1127
1125
|
})), children);
|
|
1128
1126
|
});
|
|
1129
1127
|
if (process.env.NODE_ENV !== "production") {
|
|
1130
|
-
|
|
1128
|
+
ValueVariable.propTypes = iconPropTypes4cbeb95d.i;
|
|
1131
1129
|
}
|
|
1132
|
-
const
|
|
1130
|
+
const Van = /*#__PURE__*/React.forwardRef(function Van(_ref48, ref) {
|
|
1133
1131
|
let {
|
|
1134
1132
|
children,
|
|
1135
1133
|
size = 16,
|
|
@@ -1143,14 +1141,14 @@ const Vlan = /*#__PURE__*/React.forwardRef(function Vlan(_ref48, ref) {
|
|
|
1143
1141
|
viewBox: "0 0 32 32",
|
|
1144
1142
|
fill: "currentColor",
|
|
1145
1143
|
...rest
|
|
1146
|
-
},
|
|
1147
|
-
d: "
|
|
1144
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1145
|
+
d: "M29.81,16l-7-9.56A1,1,0,0,0,22,6H3A1,1,0,0,0,2,7V24a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V16.56A1,1,0,0,0,29.81,16ZM20,8h1.49l5.13,7H20ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86a4,4,0,0,0-7.72,0H12.86a4,4,0,0,0-7.72,0H4V8H18v9H28Z"
|
|
1148
1146
|
})), children);
|
|
1149
1147
|
});
|
|
1150
1148
|
if (process.env.NODE_ENV !== "production") {
|
|
1151
|
-
|
|
1149
|
+
Van.propTypes = iconPropTypes4cbeb95d.i;
|
|
1152
1150
|
}
|
|
1153
|
-
const
|
|
1151
|
+
const VegetationAsset = /*#__PURE__*/React.forwardRef(function VegetationAsset(_ref49, ref) {
|
|
1154
1152
|
let {
|
|
1155
1153
|
children,
|
|
1156
1154
|
size = 16,
|
|
@@ -1164,18 +1162,20 @@ const VlanIbm = /*#__PURE__*/React.forwardRef(function VlanIbm(_ref49, ref) {
|
|
|
1164
1162
|
viewBox: "0 0 32 32",
|
|
1165
1163
|
fill: "currentColor",
|
|
1166
1164
|
...rest
|
|
1167
|
-
},
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1165
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
1166
|
+
cx: "21.5",
|
|
1167
|
+
cy: "10.5",
|
|
1168
|
+
r: "1.5"
|
|
1169
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1170
|
+
d: "M28.5 1a2.4518 2.4518 0 00-1.2061.3105L18.9834 5.6084l.0027.0054a5.497 5.497 0 107.3257 7.5444l.0031.0015 4.4-8.5A2.5 2.5 0 0028.5 1zm-7 13A3.5 3.5 0 1125 10.5 3.5042 3.5042 0 0121.5 14zM28.9414 3.7354L26.5571 8.3408A5.5279 5.5279 0 0023.658 5.4424l4.5949-2.377A.5165.5165 0 0129 3.5.4985.4985 0 0128.9414 3.7354zM19 20h7V18H17V28a2.0027 2.0027 0 002 2h3V28H19zM12 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"
|
|
1171
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1172
|
+
d: "M17.3079,2.2852A9.4882,9.4882,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,4a7.499,7.499,0,0,1,1.731.2148Z"
|
|
1173
1173
|
})), children);
|
|
1174
1174
|
});
|
|
1175
1175
|
if (process.env.NODE_ENV !== "production") {
|
|
1176
|
-
|
|
1176
|
+
VegetationAsset.propTypes = iconPropTypes4cbeb95d.i;
|
|
1177
1177
|
}
|
|
1178
|
-
const
|
|
1178
|
+
const VegetationEncroachment = /*#__PURE__*/React.forwardRef(function VegetationEncroachment(_ref50, ref) {
|
|
1179
1179
|
let {
|
|
1180
1180
|
children,
|
|
1181
1181
|
size = 16,
|
|
@@ -1189,27 +1189,16 @@ const VmdkDisk = /*#__PURE__*/React.forwardRef(function VmdkDisk(_ref50, ref) {
|
|
|
1189
1189
|
viewBox: "0 0 32 32",
|
|
1190
1190
|
fill: "currentColor",
|
|
1191
1191
|
...rest
|
|
1192
|
-
},
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1197
|
-
d: "M19.5 14.964H21.5V20.035H19.5z",
|
|
1198
|
-
transform: "rotate(-45 20.5 17.5)"
|
|
1199
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
1200
|
-
cx: "16",
|
|
1201
|
-
cy: "13",
|
|
1202
|
-
r: "2"
|
|
1203
|
-
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1204
|
-
d: "M16,6a7,7,0,0,0,0,14V18a5,5,0,1,1,5-5h2A7,7,0,0,0,16,6Z"
|
|
1205
|
-
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1206
|
-
d: "M26,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Zm0,26H6V4H26Z"
|
|
1192
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1193
|
+
d: "M19 20h7v-2h-9v10c.0015 1.104.896 1.9985 2 2h3v-2h-3v-8zM12 30h-3v-2h3v-12.4336l-3.5146-2.1089 1.0292-1.7148 3.5147 2.1084c.6007.3632.9686 1.0133.9707 1.7153v12.4336c-.0013 1.104-.896 1.9987-2 2zM30 6.4102L28.59 5 25 8.5898 21.41 5 20 6.4102 23.59 10 20 13.5898 21.41 15 25 11.4102 28.59 15 30 13.5898 26.41 10 30 6.4102z"
|
|
1194
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1195
|
+
d: "m17.3079,2.2852c-.7283-.1821-1.4995-.2852-2.3079-.2852-2.8545.0083-5.4897,1.5317-6.9214,4.001-.0261-.001-.0522-.001-.0786-.001-3.3137,0-6,2.6865-6,6s2.6863,6,6,6v-2c-2.209,0-4-1.791-4-4s1.791-4,4-4c.1299.0039.259.0166.387.0391l.863.1143.3086-.6675c.9834-2.1196,3.1047-3.4785,5.4414-3.4858.6079,0,1.1819.0854,1.731.2148l.5769-1.9297Z"
|
|
1207
1196
|
})), children);
|
|
1208
1197
|
});
|
|
1209
1198
|
if (process.env.NODE_ENV !== "production") {
|
|
1210
|
-
|
|
1199
|
+
VegetationEncroachment.propTypes = iconPropTypes4cbeb95d.i;
|
|
1211
1200
|
}
|
|
1212
|
-
const
|
|
1201
|
+
const VegetationHeight = /*#__PURE__*/React.forwardRef(function VegetationHeight(_ref51, ref) {
|
|
1213
1202
|
let {
|
|
1214
1203
|
children,
|
|
1215
1204
|
size = 16,
|
|
@@ -1223,18 +1212,16 @@ const VoiceActivate = /*#__PURE__*/React.forwardRef(function VoiceActivate(_ref5
|
|
|
1223
1212
|
viewBox: "0 0 32 32",
|
|
1224
1213
|
fill: "currentColor",
|
|
1225
1214
|
...rest
|
|
1226
|
-
},
|
|
1227
|
-
d: "
|
|
1228
|
-
})),
|
|
1229
|
-
d: "
|
|
1230
|
-
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1231
|
-
d: "M6.3994,28.8008a11.0019,11.0019,0,0,1,0-17.6006L7.6,12.8a9.0009,9.0009,0,0,0,0,14.4014Z"
|
|
1215
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1216
|
+
d: "m13,8l-5,5,1.4102,1.4102,2.5898-2.5801v16.1699h-3v2h3c1.104-.0015,1.9988-.896,2-2V11.8301l2.5898,2.5801,1.4102-1.4102-5-5Z"
|
|
1217
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1218
|
+
d: "m22,30h-3c-1.104-.0013-1.9987-.896-2-2v-11h6c2.2096-.0001,4.0007-1.7915,4.0006-4.001,0-.1319-.0065-.2637-.0196-.395-.277-2.0943-2.0835-3.6461-4.1957-3.604h-1.5837l-.1766-.779c-.573-2.5249-2.9942-4.221-6.025-4.221-2.3366.0074-4.4579,1.3664-5.4415,3.4859l-.3085.6672-.863-.1143c-.1279-.022-.2573-.0349-.387-.0388-2.2091,0-4,1.7909-4,4s1.7909,4,4,4v2c-3.3137,0-6-2.6863-6-6s2.6863-6,6-6c.0264,0,.0525,0,.0786.001,1.4317-2.4694,4.067-3.9928,6.9214-4.001,3.6788,0,6.6923,1.9776,7.7516,5h.0337c3.1405-.0351,5.8053,2.2967,6.1872,5.4141.323,3.2985-2.0892,6.2344-5.3877,6.5573-.1943.019-.3895.0286-.5848.0286h-4v9h3v2Z"
|
|
1232
1219
|
})), children);
|
|
1233
1220
|
});
|
|
1234
1221
|
if (process.env.NODE_ENV !== "production") {
|
|
1235
|
-
|
|
1222
|
+
VegetationHeight.propTypes = iconPropTypes4cbeb95d.i;
|
|
1236
1223
|
}
|
|
1237
|
-
const
|
|
1224
|
+
const VehicleApi = /*#__PURE__*/React.forwardRef(function VehicleApi(_ref52, ref) {
|
|
1238
1225
|
let {
|
|
1239
1226
|
children,
|
|
1240
1227
|
size = 16,
|
|
@@ -1248,14 +1235,14 @@ const Voicemail = /*#__PURE__*/React.forwardRef(function Voicemail(_ref52, ref)
|
|
|
1248
1235
|
viewBox: "0 0 32 32",
|
|
1249
1236
|
fill: "currentColor",
|
|
1250
1237
|
...rest
|
|
1251
|
-
},
|
|
1252
|
-
d: "
|
|
1238
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1239
|
+
d: "M28 11a1.9907 1.9907 0 00-.8247.1821L24.8337 9.51A3.45 3.45 0 0025 8.5a3.45 3.45 0 00-.1663-1.01l2.3416-1.6723A1.9975 1.9975 0 1026 4c0 .064.0129.124.0188.1865L23.7273 5.8232A3.4652 3.4652 0 0021.5 5a3.5 3.5 0 000 7 3.4652 3.4652 0 002.2273-.8232l2.2915 1.6367C26.0129 12.876 26 12.936 26 13a2 2 0 102-2zm-6.5-1A1.5 1.5 0 1123 8.5 1.5017 1.5017 0 0121.5 10zM29.3379 19.9336l-7.7324-2.7783L18.374 13.0967A2.99 2.99 0 0016.0537 12H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 17.2949A4.9884 4.9884 0 002 20.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V20.875A1 1 0 0029.3379 19.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V20.1074A2.9977 2.9977 0 014.52 18.4189l2.711-3.9814A.9992.9992 0 018.0576 14h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 21.5781z"
|
|
1253
1240
|
})), children);
|
|
1254
1241
|
});
|
|
1255
1242
|
if (process.env.NODE_ENV !== "production") {
|
|
1256
|
-
|
|
1243
|
+
VehicleApi.propTypes = iconPropTypes4cbeb95d.i;
|
|
1257
1244
|
}
|
|
1258
|
-
const
|
|
1245
|
+
const VehicleConnected = /*#__PURE__*/React.forwardRef(function VehicleConnected(_ref53, ref) {
|
|
1259
1246
|
let {
|
|
1260
1247
|
children,
|
|
1261
1248
|
size = 16,
|
|
@@ -1269,16 +1256,16 @@ const VolumeBlockStorage = /*#__PURE__*/React.forwardRef(function VolumeBlockSto
|
|
|
1269
1256
|
viewBox: "0 0 32 32",
|
|
1270
1257
|
fill: "currentColor",
|
|
1271
1258
|
...rest
|
|
1272
|
-
},
|
|
1273
|
-
d: "
|
|
1274
|
-
})),
|
|
1275
|
-
d: "
|
|
1259
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1260
|
+
d: "M29.3379 17.9336l-7.7324-2.7783L18.374 11.0967A2.99 2.99 0 0016.0537 10H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 15.2949A4.9884 4.9884 0 002 18.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V18.875A1 1 0 0029.3379 17.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V18.1074A2.9977 2.9977 0 014.52 16.4189l2.711-3.9814A.9992.9992 0 018.0576 12h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 19.5781zM25 11H23a2.0021 2.0021 0 00-2-2V7A4.0045 4.0045 0 0125 11z"
|
|
1261
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1262
|
+
d: "M29,11H27a6.0067,6.0067,0,0,0-6-6V3A8.0092,8.0092,0,0,1,29,11Z"
|
|
1276
1263
|
})), children);
|
|
1277
1264
|
});
|
|
1278
1265
|
if (process.env.NODE_ENV !== "production") {
|
|
1279
|
-
|
|
1266
|
+
VehicleConnected.propTypes = iconPropTypes4cbeb95d.i;
|
|
1280
1267
|
}
|
|
1281
|
-
const
|
|
1268
|
+
const VehicleInsights = /*#__PURE__*/React.forwardRef(function VehicleInsights(_ref54, ref) {
|
|
1282
1269
|
let {
|
|
1283
1270
|
children,
|
|
1284
1271
|
size = 16,
|
|
@@ -1292,14 +1279,14 @@ const VolumeDown = /*#__PURE__*/React.forwardRef(function VolumeDown(_ref54, ref
|
|
|
1292
1279
|
viewBox: "0 0 32 32",
|
|
1293
1280
|
fill: "currentColor",
|
|
1294
1281
|
...rest
|
|
1295
|
-
},
|
|
1296
|
-
d: "
|
|
1282
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1283
|
+
d: "M29.3379 17.9336l-7.7324-2.7783L18.374 11.0967A2.99 2.99 0 0016.0537 10H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 15.2949A4.9884 4.9884 0 002 18.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V18.875A1 1 0 0029.3379 17.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V18.1074A2.9977 2.9977 0 014.52 16.4189l2.711-3.9814A.9992.9992 0 018.0576 12h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 19.5781zM28 2H30V9H28zM24 6H26V9H24zM20 4H22V9H20z"
|
|
1297
1284
|
})), children);
|
|
1298
1285
|
});
|
|
1299
1286
|
if (process.env.NODE_ENV !== "production") {
|
|
1300
|
-
|
|
1287
|
+
VehicleInsights.propTypes = iconPropTypes4cbeb95d.i;
|
|
1301
1288
|
}
|
|
1302
|
-
const
|
|
1289
|
+
const VehicleServices = /*#__PURE__*/React.forwardRef(function VehicleServices(_ref55, ref) {
|
|
1303
1290
|
let {
|
|
1304
1291
|
children,
|
|
1305
1292
|
size = 16,
|
|
@@ -1313,14 +1300,14 @@ const VolumeDownAlt = /*#__PURE__*/React.forwardRef(function VolumeDownAlt(_ref5
|
|
|
1313
1300
|
viewBox: "0 0 32 32",
|
|
1314
1301
|
fill: "currentColor",
|
|
1315
1302
|
...rest
|
|
1316
|
-
},
|
|
1317
|
-
d: "
|
|
1303
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1304
|
+
d: "M29.3379 17.9336l-7.7324-2.7783L18.374 11.0967A2.99 2.99 0 0016.0537 10H8.0576a2.9982 2.9982 0 00-2.48 1.3115L2.8662 15.2949A4.9884 4.9884 0 002 18.1074V26a1 1 0 001 1H5.1421a3.9806 3.9806 0 007.7158 0h6.2842a3.9806 3.9806 0 007.7158 0H29a1 1 0 001-1V18.875A1 1 0 0029.3379 17.9336zM9 28a2 2 0 112-2A2.0027 2.0027 0 019 28zm14 0a2 2 0 112-2A2.0025 2.0025 0 0123 28zm5-3H26.8579a3.9806 3.9806 0 00-7.7158 0H12.8579a3.9806 3.9806 0 00-7.7158 0H4V18.1074A2.9977 2.9977 0 014.52 16.4189l2.711-3.9814A.9992.9992 0 018.0576 12h7.9961a.9928.9928 0 01.7647.3545l3.3994 4.2685a1.0007 1.0007 0 00.4443.3184L28 19.5781zM24.5547 6a2 2 0 012-2H30a3.9756 3.9756 0 00-7.304 1H16V7h6.696A3.9756 3.9756 0 0030 8H26.5547A2 2 0 0124.5547 6z"
|
|
1318
1305
|
})), children);
|
|
1319
1306
|
});
|
|
1320
1307
|
if (process.env.NODE_ENV !== "production") {
|
|
1321
|
-
|
|
1308
|
+
VehicleServices.propTypes = iconPropTypes4cbeb95d.i;
|
|
1322
1309
|
}
|
|
1323
|
-
const
|
|
1310
|
+
const Version = /*#__PURE__*/React.forwardRef(function Version(_ref56, ref) {
|
|
1324
1311
|
let {
|
|
1325
1312
|
children,
|
|
1326
1313
|
size = 16,
|
|
@@ -1334,14 +1321,18 @@ const VolumeDownFilled = /*#__PURE__*/React.forwardRef(function VolumeDownFilled
|
|
|
1334
1321
|
viewBox: "0 0 32 32",
|
|
1335
1322
|
fill: "currentColor",
|
|
1336
1323
|
...rest
|
|
1337
|
-
},
|
|
1338
|
-
d: "
|
|
1324
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1325
|
+
d: "M16,2V4H26V19h2V4a2.0023,2.0023,0,0,0-2-2Z"
|
|
1326
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1327
|
+
d: "M11,7V9H21V24h2V9a2.0023,2.0023,0,0,0-2-2Z"
|
|
1328
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1329
|
+
d: "M6,12H16a2.0023,2.0023,0,0,1,2,2V28a2.0023,2.0023,0,0,1-2,2H6a2.0023,2.0023,0,0,1-2-2V14A2.0023,2.0023,0,0,1,6,12Zm10,2L6,13.9988V28H16Z"
|
|
1339
1330
|
})), children);
|
|
1340
1331
|
});
|
|
1341
1332
|
if (process.env.NODE_ENV !== "production") {
|
|
1342
|
-
|
|
1333
|
+
Version.propTypes = iconPropTypes4cbeb95d.i;
|
|
1343
1334
|
}
|
|
1344
|
-
const
|
|
1335
|
+
const VersionMajor = /*#__PURE__*/React.forwardRef(function VersionMajor(_ref57, ref) {
|
|
1345
1336
|
let {
|
|
1346
1337
|
children,
|
|
1347
1338
|
size = 16,
|
|
@@ -1355,14 +1346,16 @@ const VolumeDownFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeDownFil
|
|
|
1355
1346
|
viewBox: "0 0 32 32",
|
|
1356
1347
|
fill: "currentColor",
|
|
1357
1348
|
...rest
|
|
1358
|
-
},
|
|
1359
|
-
d: "
|
|
1349
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1350
|
+
d: "M18.5859 17.4141L16 14.8345 16 14.8345 13.4125 17.4156 12 16 16 12 20 16 18.5859 17.4141zM18.5859 11.4141L16 8.8345 16 8.8345 13.4125 11.4156 12 10 16 6 20 10 18.5859 11.4141zM18.5859 23.4141L16 20.8345 16 20.8345 13.4125 23.4156 12 22 16 18 20 22 18.5859 23.4141z"
|
|
1351
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1352
|
+
d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z"
|
|
1360
1353
|
})), children);
|
|
1361
1354
|
});
|
|
1362
1355
|
if (process.env.NODE_ENV !== "production") {
|
|
1363
|
-
|
|
1356
|
+
VersionMajor.propTypes = iconPropTypes4cbeb95d.i;
|
|
1364
1357
|
}
|
|
1365
|
-
const
|
|
1358
|
+
const VersionMinor = /*#__PURE__*/React.forwardRef(function VersionMinor(_ref58, ref) {
|
|
1366
1359
|
let {
|
|
1367
1360
|
children,
|
|
1368
1361
|
size = 16,
|
|
@@ -1376,16 +1369,16 @@ const VolumeFileStorage = /*#__PURE__*/React.forwardRef(function VolumeFileStora
|
|
|
1376
1369
|
viewBox: "0 0 32 32",
|
|
1377
1370
|
fill: "currentColor",
|
|
1378
1371
|
...rest
|
|
1379
|
-
},
|
|
1380
|
-
d: "
|
|
1381
|
-
})),
|
|
1382
|
-
d: "
|
|
1372
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1373
|
+
d: "M18.5859 15.4141L16 12.8345 16 12.8345 13.4125 15.4156 12 14 16 10 20 14 18.5859 15.4141zM18.5859 21.4141L16 18.8345 16 18.8345 13.4125 21.4156 12 20 16 16 20 20 18.5859 21.4141z"
|
|
1374
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1375
|
+
d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z"
|
|
1383
1376
|
})), children);
|
|
1384
1377
|
});
|
|
1385
1378
|
if (process.env.NODE_ENV !== "production") {
|
|
1386
|
-
|
|
1379
|
+
VersionMinor.propTypes = iconPropTypes4cbeb95d.i;
|
|
1387
1380
|
}
|
|
1388
|
-
const
|
|
1381
|
+
const VersionPatch = /*#__PURE__*/React.forwardRef(function VersionPatch(_ref59, ref) {
|
|
1389
1382
|
let {
|
|
1390
1383
|
children,
|
|
1391
1384
|
size = 16,
|
|
@@ -1399,14 +1392,16 @@ const VolumeMute = /*#__PURE__*/React.forwardRef(function VolumeMute(_ref59, ref
|
|
|
1399
1392
|
viewBox: "0 0 32 32",
|
|
1400
1393
|
fill: "currentColor",
|
|
1401
1394
|
...rest
|
|
1402
|
-
},
|
|
1403
|
-
d: "
|
|
1395
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1396
|
+
d: "M18.5859 18.4141L16 15.8345 16 15.8345 13.4125 18.4156 12 17 16 13 20 17 18.5859 18.4141z"
|
|
1397
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1398
|
+
d: "m1.5858,17.4142c-.3905-.3905-.5858-.9024-.5858-1.4142s.1953-1.0237.5858-1.4142L14.5858,1.5858c.3905-.3905.9023-.5858,1.4142-.5858s1.0237.1953,1.4142.5858l13,13c.3905.3905.5858.9024.5858,1.4142s-.1953,1.0237-.5858,1.4142l-13,13c-.3905.3905-.9024.5858-1.4142.5858s-1.0237-.1953-1.4142-.5858L1.5858,17.4142ZM16,3L3,16l13,13,13-13L16,3Z"
|
|
1404
1399
|
})), children);
|
|
1405
1400
|
});
|
|
1406
1401
|
if (process.env.NODE_ENV !== "production") {
|
|
1407
|
-
|
|
1402
|
+
VersionPatch.propTypes = iconPropTypes4cbeb95d.i;
|
|
1408
1403
|
}
|
|
1409
|
-
const
|
|
1404
|
+
const VerticalView = /*#__PURE__*/React.forwardRef(function VerticalView(_ref60, ref) {
|
|
1410
1405
|
let {
|
|
1411
1406
|
children,
|
|
1412
1407
|
size = 16,
|
|
@@ -1420,14 +1415,14 @@ const VolumeMuteFilled = /*#__PURE__*/React.forwardRef(function VolumeMuteFilled
|
|
|
1420
1415
|
viewBox: "0 0 32 32",
|
|
1421
1416
|
fill: "currentColor",
|
|
1422
1417
|
...rest
|
|
1423
|
-
},
|
|
1424
|
-
d: "
|
|
1418
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1419
|
+
d: "M12 30H4a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 014 2h8a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0112 30zM4 4V28h8V4zM28 30H20a2.0021 2.0021 0 01-2-2V4a2.0021 2.0021 0 012-2h8a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM20 4V28h8V4z"
|
|
1425
1420
|
})), children);
|
|
1426
1421
|
});
|
|
1427
1422
|
if (process.env.NODE_ENV !== "production") {
|
|
1428
|
-
|
|
1423
|
+
VerticalView.propTypes = iconPropTypes4cbeb95d.i;
|
|
1429
1424
|
}
|
|
1430
|
-
const
|
|
1425
|
+
const Video = /*#__PURE__*/React.forwardRef(function Video(_ref61, ref) {
|
|
1431
1426
|
let {
|
|
1432
1427
|
children,
|
|
1433
1428
|
size = 16,
|
|
@@ -1441,16 +1436,14 @@ const VolumeObjectStorage = /*#__PURE__*/React.forwardRef(function VolumeObjectS
|
|
|
1441
1436
|
viewBox: "0 0 32 32",
|
|
1442
1437
|
fill: "currentColor",
|
|
1443
1438
|
...rest
|
|
1444
|
-
},
|
|
1445
|
-
d: "
|
|
1446
|
-
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1447
|
-
d: "M8,28H4a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,4,4h7.5857A1.9865,1.9865,0,0,1,13,4.5859L16.4143,8H28a2.0023,2.0023,0,0,1,2,2v8H28V10H15.5857l-4-4H4V26H8Z"
|
|
1439
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1440
|
+
d: "M21,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H21a2,2,0,0,1,2,2v4.06l5.42-3.87A1,1,0,0,1,30,9V23a1,1,0,0,1-1.58.81L23,19.94V24A2,2,0,0,1,21,26ZM4,8V24H21V18a1,1,0,0,1,1.58-.81L28,21.06V10.94l-5.42,3.87A1,1,0,0,1,21,14V8Z"
|
|
1448
1441
|
})), children);
|
|
1449
1442
|
});
|
|
1450
1443
|
if (process.env.NODE_ENV !== "production") {
|
|
1451
|
-
|
|
1444
|
+
Video.propTypes = iconPropTypes4cbeb95d.i;
|
|
1452
1445
|
}
|
|
1453
|
-
const
|
|
1446
|
+
const VideoAdd = /*#__PURE__*/React.forwardRef(function VideoAdd(_ref62, ref) {
|
|
1454
1447
|
let {
|
|
1455
1448
|
children,
|
|
1456
1449
|
size = 16,
|
|
@@ -1464,16 +1457,16 @@ const VolumeUp = /*#__PURE__*/React.forwardRef(function VolumeUp(_ref62, ref) {
|
|
|
1464
1457
|
viewBox: "0 0 32 32",
|
|
1465
1458
|
fill: "currentColor",
|
|
1466
1459
|
...rest
|
|
1467
|
-
},
|
|
1468
|
-
d: "
|
|
1469
|
-
})),
|
|
1470
|
-
d: "M21.
|
|
1460
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1461
|
+
d: "M18 15L14 15 14 11 12 11 12 15 8 15 8 17 12 17 12 21 14 21 14 17 18 17 18 15z"
|
|
1462
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1463
|
+
d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z"
|
|
1471
1464
|
})), children);
|
|
1472
1465
|
});
|
|
1473
1466
|
if (process.env.NODE_ENV !== "production") {
|
|
1474
|
-
|
|
1467
|
+
VideoAdd.propTypes = iconPropTypes4cbeb95d.i;
|
|
1475
1468
|
}
|
|
1476
|
-
const
|
|
1469
|
+
const VideoChat = /*#__PURE__*/React.forwardRef(function VideoChat(_ref63, ref) {
|
|
1477
1470
|
let {
|
|
1478
1471
|
children,
|
|
1479
1472
|
size = 16,
|
|
@@ -1487,14 +1480,16 @@ const VolumeUpAlt = /*#__PURE__*/React.forwardRef(function VolumeUpAlt(_ref63, r
|
|
|
1487
1480
|
viewBox: "0 0 32 32",
|
|
1488
1481
|
fill: "currentColor",
|
|
1489
1482
|
...rest
|
|
1490
|
-
},
|
|
1491
|
-
d: "
|
|
1483
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1484
|
+
d: "M8 12H17V14H8zM8 17H13V19H8z"
|
|
1485
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1486
|
+
d: "M21,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H21a2.0023,2.0023,0,0,1,2,2v4.0566l5.4189-3.87A.9995.9995,0,0,1,30,9V23a.9995.9995,0,0,1-1.5811.8135L23,19.9434V24A2.0023,2.0023,0,0,1,21,26ZM4,8V24.001L21,24V18a.9995.9995,0,0,1,1.5811-.8135L28,21.0566V10.9434l-5.4189,3.87A.9995.9995,0,0,1,21,14V8Z"
|
|
1492
1487
|
})), children);
|
|
1493
1488
|
});
|
|
1494
1489
|
if (process.env.NODE_ENV !== "production") {
|
|
1495
|
-
|
|
1490
|
+
VideoChat.propTypes = iconPropTypes4cbeb95d.i;
|
|
1496
1491
|
}
|
|
1497
|
-
const
|
|
1492
|
+
const VideoFilled = /*#__PURE__*/React.forwardRef(function VideoFilled(_ref64, ref) {
|
|
1498
1493
|
let {
|
|
1499
1494
|
children,
|
|
1500
1495
|
size = 16,
|
|
@@ -1508,16 +1503,14 @@ const VolumeUpFilled = /*#__PURE__*/React.forwardRef(function VolumeUpFilled(_re
|
|
|
1508
1503
|
viewBox: "0 0 32 32",
|
|
1509
1504
|
fill: "currentColor",
|
|
1510
1505
|
...rest
|
|
1511
|
-
},
|
|
1512
|
-
d: "
|
|
1513
|
-
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1514
|
-
d: "M21.58 12a6 6 0 01-.18 7.94l1.47 1.36a8 8 0 00.23-10.59zM18 30a1 1 0 01-.71-.3L9.67 22H3a1 1 0 01-1-1H2V11a1 1 0 011-1H9.67l7.62-7.7a1 1 0 011.41 0A1 1 0 0119 3V29A1 1 0 0118 30z"
|
|
1506
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1507
|
+
d: "M21,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H21a2,2,0,0,1,2,2v4.06l5.42-3.87A1,1,0,0,1,30,9V23a1,1,0,0,1-1.58.81L23,19.94V24A2,2,0,0,1,21,26Z"
|
|
1515
1508
|
})), children);
|
|
1516
1509
|
});
|
|
1517
1510
|
if (process.env.NODE_ENV !== "production") {
|
|
1518
|
-
|
|
1511
|
+
VideoFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1519
1512
|
}
|
|
1520
|
-
const
|
|
1513
|
+
const VideoOff = /*#__PURE__*/React.forwardRef(function VideoOff(_ref65, ref) {
|
|
1521
1514
|
let {
|
|
1522
1515
|
children,
|
|
1523
1516
|
size = 16,
|
|
@@ -1531,14 +1524,14 @@ const VolumeUpFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeUpFilledA
|
|
|
1531
1524
|
viewBox: "0 0 32 32",
|
|
1532
1525
|
fill: "currentColor",
|
|
1533
1526
|
...rest
|
|
1534
|
-
},
|
|
1535
|
-
d: "
|
|
1527
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1528
|
+
d: "M29.46 8.11a1 1 0 00-1 .08L23 12.06V10.44l7-7L28.56 2 2 28.56 3.44 30l4-4H21a2 2 0 002-2V19.94l5.42 3.87A1 1 0 0030 23V9A1 1 0 0029.46 8.11zM28 21.06l-5.42-3.87A1 1 0 0021 18v6H9.44L21 12.44V14a1 1 0 001.58.81L28 10.94zM4 24V8H20V6H4A2 2 0 002 8V24z"
|
|
1536
1529
|
})), children);
|
|
1537
1530
|
});
|
|
1538
1531
|
if (process.env.NODE_ENV !== "production") {
|
|
1539
|
-
|
|
1532
|
+
VideoOff.propTypes = iconPropTypes4cbeb95d.i;
|
|
1540
1533
|
}
|
|
1541
|
-
const
|
|
1534
|
+
const VideoOffFilled = /*#__PURE__*/React.forwardRef(function VideoOffFilled(_ref66, ref) {
|
|
1542
1535
|
let {
|
|
1543
1536
|
children,
|
|
1544
1537
|
size = 16,
|
|
@@ -1552,14 +1545,14 @@ const Vpn = /*#__PURE__*/React.forwardRef(function Vpn(_ref66, ref) {
|
|
|
1552
1545
|
viewBox: "0 0 32 32",
|
|
1553
1546
|
fill: "currentColor",
|
|
1554
1547
|
...rest
|
|
1555
|
-
},
|
|
1556
|
-
d: "
|
|
1548
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1549
|
+
d: "M20.31 6H4A2 2 0 002 8V24a2.85 2.85 0 000 .29zM29.46 8.11a1 1 0 00-1 .08L23 12.06V10.44l7-7L28.56 2 2 28.56 3.44 30l4-4H21a2 2 0 002-2V19.94l5.42 3.87A1 1 0 0030 23V9A1 1 0 0029.46 8.11z"
|
|
1557
1550
|
})), children);
|
|
1558
1551
|
});
|
|
1559
1552
|
if (process.env.NODE_ENV !== "production") {
|
|
1560
|
-
|
|
1553
|
+
VideoOffFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1561
1554
|
}
|
|
1562
|
-
const
|
|
1555
|
+
const VideoPlayer = /*#__PURE__*/React.forwardRef(function VideoPlayer(_ref67, ref) {
|
|
1563
1556
|
let {
|
|
1564
1557
|
children,
|
|
1565
1558
|
size = 16,
|
|
@@ -1573,19 +1566,36 @@ const VpnConnection = /*#__PURE__*/React.forwardRef(function VpnConnection(_ref6
|
|
|
1573
1566
|
viewBox: "0 0 32 32",
|
|
1574
1567
|
fill: "currentColor",
|
|
1575
1568
|
...rest
|
|
1576
|
-
},
|
|
1577
|
-
d: "
|
|
1569
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1570
|
+
d: "M13 11L13 21 21 16 13 11z"
|
|
1571
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1572
|
+
d: "m28,6H4c-1.103,0-2,.8975-2,2v16c0,1.1025.897,2,2,2h24c1.103,0,2-.8975,2-2V8c0-1.1025-.897-2-2-2Zm0,18H4V8h24v16Z"
|
|
1578
1573
|
})), children);
|
|
1579
1574
|
});
|
|
1580
1575
|
if (process.env.NODE_ENV !== "production") {
|
|
1581
|
-
|
|
1576
|
+
VideoPlayer.propTypes = iconPropTypes4cbeb95d.i;
|
|
1582
1577
|
}
|
|
1583
|
-
const
|
|
1578
|
+
const View = /*#__PURE__*/React.forwardRef(function View(_ref68, ref) {
|
|
1584
1579
|
let {
|
|
1585
1580
|
children,
|
|
1586
1581
|
size = 16,
|
|
1587
1582
|
...rest
|
|
1588
1583
|
} = _ref68;
|
|
1584
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1585
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1586
|
+
width: size,
|
|
1587
|
+
height: size,
|
|
1588
|
+
ref: ref,
|
|
1589
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1590
|
+
viewBox: "0 0 16 16",
|
|
1591
|
+
fill: "currentColor",
|
|
1592
|
+
...rest
|
|
1593
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1594
|
+
d: "M15.5,7.8C14.3,4.7,11.3,2.6,8,2.5C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3c1.2,3.1,4.1,5.2,7.5,5.3 c3.3-0.1,6.3-2.2,7.5-5.3C15.5,8.1,15.5,7.9,15.5,7.8z M8,12.5c-2.7,0-5.4-2-6.5-4.5c1-2.5,3.8-4.5,6.5-4.5s5.4,2,6.5,4.5 C13.4,10.5,10.6,12.5,8,12.5z"
|
|
1595
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1596
|
+
d: "M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z M8,10c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S9.1,10,8,10z"
|
|
1597
|
+
})), children);
|
|
1598
|
+
}
|
|
1589
1599
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1590
1600
|
width: size,
|
|
1591
1601
|
height: size,
|
|
@@ -1594,16 +1604,16 @@ const VpnPolicy = /*#__PURE__*/React.forwardRef(function VpnPolicy(_ref68, ref)
|
|
|
1594
1604
|
viewBox: "0 0 32 32",
|
|
1595
1605
|
fill: "currentColor",
|
|
1596
1606
|
...rest
|
|
1597
|
-
},
|
|
1598
|
-
d: "M30,
|
|
1599
|
-
})),
|
|
1600
|
-
d: "
|
|
1607
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1608
|
+
d: "M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,25c-5.3,0-10.9-3.93-12.93-9C5.1,10.93,10.7,7,16,7s10.9,3.93,12.93,9C26.9,21.07,21.3,25,16,25Z"
|
|
1609
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1610
|
+
d: "M16,10a6,6,0,1,0,6,6A6,6,0,0,0,16,10Zm0,10a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
|
|
1601
1611
|
})), children);
|
|
1602
1612
|
});
|
|
1603
1613
|
if (process.env.NODE_ENV !== "production") {
|
|
1604
|
-
|
|
1614
|
+
View.propTypes = iconPropTypes4cbeb95d.i;
|
|
1605
1615
|
}
|
|
1606
|
-
const
|
|
1616
|
+
const ViewFilled = /*#__PURE__*/React.forwardRef(function ViewFilled(_ref69, ref) {
|
|
1607
1617
|
let {
|
|
1608
1618
|
children,
|
|
1609
1619
|
size = 16,
|
|
@@ -1617,36 +1627,23 @@ const Wallet = /*#__PURE__*/React.forwardRef(function Wallet(_ref69, ref) {
|
|
|
1617
1627
|
viewBox: "0 0 32 32",
|
|
1618
1628
|
fill: "currentColor",
|
|
1619
1629
|
...rest
|
|
1620
|
-
},
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1630
|
+
}, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
1631
|
+
cx: "16",
|
|
1632
|
+
cy: "16",
|
|
1633
|
+
r: "4"
|
|
1634
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1635
|
+
d: "M30.94,15.66A16.69,16.69,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16.69,16.69,0,0,0,16,27,16.69,16.69,0,0,0,30.94,16.34,1,1,0,0,0,30.94,15.66ZM16,22.5A6.5,6.5,0,1,1,22.5,16,6.51,6.51,0,0,1,16,22.5Z"
|
|
1624
1636
|
})), children);
|
|
1625
1637
|
});
|
|
1626
1638
|
if (process.env.NODE_ENV !== "production") {
|
|
1627
|
-
|
|
1639
|
+
ViewFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1628
1640
|
}
|
|
1629
|
-
const
|
|
1641
|
+
const ViewMode_1 = /*#__PURE__*/React.forwardRef(function ViewMode_1(_ref70, ref) {
|
|
1630
1642
|
let {
|
|
1631
1643
|
children,
|
|
1632
1644
|
size = 16,
|
|
1633
1645
|
...rest
|
|
1634
1646
|
} = _ref70;
|
|
1635
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1636
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1637
|
-
width: size,
|
|
1638
|
-
height: size,
|
|
1639
|
-
ref: ref,
|
|
1640
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1641
|
-
viewBox: "0 0 16 16",
|
|
1642
|
-
fill: "currentColor",
|
|
1643
|
-
...rest
|
|
1644
|
-
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1645
|
-
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"
|
|
1646
|
-
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1647
|
-
d: "M7.5 4H8.5V9H7.5zM8 10.2c-.4 0-.8.3-.8.8s.3.8.8.8c.4 0 .8-.3.8-.8S8.4 10.2 8 10.2z"
|
|
1648
|
-
})), children);
|
|
1649
|
-
}
|
|
1650
1647
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1651
1648
|
width: size,
|
|
1652
1649
|
height: size,
|
|
@@ -1655,36 +1652,19 @@ const Warning = /*#__PURE__*/React.forwardRef(function Warning(_ref70, ref) {
|
|
|
1655
1652
|
viewBox: "0 0 32 32",
|
|
1656
1653
|
fill: "currentColor",
|
|
1657
1654
|
...rest
|
|
1658
|
-
},
|
|
1659
|
-
d: "
|
|
1660
|
-
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1661
|
-
d: "M15 8H17V19H15zM16 22a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 22z"
|
|
1655
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1656
|
+
d: "M4 26H28V28H4zM4 19H28V21H4zM26 6v6H6V6H26m0-2H6A2 2 0 004 6v6a2 2 0 002 2H26a2 2 0 002-2V6a2 2 0 00-2-2z"
|
|
1662
1657
|
})), children);
|
|
1663
1658
|
});
|
|
1664
1659
|
if (process.env.NODE_ENV !== "production") {
|
|
1665
|
-
|
|
1660
|
+
ViewMode_1.propTypes = iconPropTypes4cbeb95d.i;
|
|
1666
1661
|
}
|
|
1667
|
-
const
|
|
1662
|
+
const ViewMode_2 = /*#__PURE__*/React.forwardRef(function ViewMode_2(_ref71, ref) {
|
|
1668
1663
|
let {
|
|
1669
1664
|
children,
|
|
1670
1665
|
size = 16,
|
|
1671
1666
|
...rest
|
|
1672
1667
|
} = _ref71;
|
|
1673
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1674
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1675
|
-
width: size,
|
|
1676
|
-
height: size,
|
|
1677
|
-
ref: ref,
|
|
1678
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1679
|
-
viewBox: "0 0 16 16",
|
|
1680
|
-
fill: "currentColor",
|
|
1681
|
-
...rest
|
|
1682
|
-
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1683
|
-
d: "M14.5,14h-13c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.2-0.1-0.3,0-0.5l6.5-12C7.7,1,8,0.9,8.2,1.1c0.1,0,0.2,0.1,0.2,0.2l6.5,12 c0.1,0.2,0.1,0.3,0,0.5C14.9,13.9,14.7,14,14.5,14z M2.3,13h11.3L8,2.5L2.3,13z"
|
|
1684
|
-
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1685
|
-
d: "M7.5 6H8.5V9.5H7.5zM8 10.8c-.4 0-.8.3-.8.8s.3.8.8.8c.4 0 .8-.3.8-.8S8.4 10.8 8 10.8z"
|
|
1686
|
-
})), children);
|
|
1687
|
-
}
|
|
1688
1668
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1689
1669
|
width: size,
|
|
1690
1670
|
height: size,
|
|
@@ -1693,21 +1673,34 @@ const WarningAlt = /*#__PURE__*/React.forwardRef(function WarningAlt(_ref71, ref
|
|
|
1693
1673
|
viewBox: "0 0 32 32",
|
|
1694
1674
|
fill: "currentColor",
|
|
1695
1675
|
...rest
|
|
1696
|
-
},
|
|
1697
|
-
d: "
|
|
1698
|
-
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1699
|
-
d: "M29,30H3a1,1,0,0,1-.8872-1.4614l13-25a1,1,0,0,1,1.7744,0l13,25A1,1,0,0,1,29,30ZM4.6507,28H27.3493l.002-.0033L16.002,6.1714h-.004L4.6487,27.9967Z"
|
|
1676
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1677
|
+
d: "M4 26H28V28H4zM4 19H28V21H4zM12 6v6H6V6h6m0-2H6A2 2 0 004 6v6a2 2 0 002 2h6a2 2 0 002-2V6a2 2 0 00-2-2zM26 6v6H20V6h6m0-2H20a2 2 0 00-2 2v6a2 2 0 002 2h6a2 2 0 002-2V6a2 2 0 00-2-2z"
|
|
1700
1678
|
})), children);
|
|
1701
1679
|
});
|
|
1702
1680
|
if (process.env.NODE_ENV !== "production") {
|
|
1703
|
-
|
|
1681
|
+
ViewMode_2.propTypes = iconPropTypes4cbeb95d.i;
|
|
1704
1682
|
}
|
|
1705
|
-
const
|
|
1683
|
+
const ViewOff = /*#__PURE__*/React.forwardRef(function ViewOff(_ref72, ref) {
|
|
1706
1684
|
let {
|
|
1707
1685
|
children,
|
|
1708
1686
|
size = 16,
|
|
1709
1687
|
...rest
|
|
1710
1688
|
} = _ref72;
|
|
1689
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1690
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1691
|
+
width: size,
|
|
1692
|
+
height: size,
|
|
1693
|
+
ref: ref,
|
|
1694
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1695
|
+
viewBox: "0 0 16 16",
|
|
1696
|
+
fill: "currentColor",
|
|
1697
|
+
...rest
|
|
1698
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1699
|
+
d: "M2.6,11.3l0.7-0.7C2.6,9.8,1.9,9,1.5,8c1-2.5,3.8-4.5,6.5-4.5c0.7,0,1.4,0.1,2,0.4l0.8-0.8C9.9,2.7,9,2.5,8,2.5 C4.7,2.6,1.7,4.7,0.5,7.8c0,0.1,0,0.2,0,0.3C1,9.3,1.7,10.4,2.6,11.3z"
|
|
1700
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1701
|
+
d: "M6 7.9c.1-1 .9-1.8 1.8-1.8l.9-.9C7.2 4.7 5.5 5.6 5.1 7.2 5 7.7 5 8.3 5.1 8.8L6 7.9zM15.5 7.8c-.6-1.5-1.6-2.8-2.9-3.7L15 1.7 14.3 1 1 14.3 1.7 15l2.6-2.6c1.1.7 2.4 1 3.7 1.1 3.3-.1 6.3-2.2 7.5-5.3C15.5 8.1 15.5 7.9 15.5 7.8zM10 8c0 1.1-.9 2-2 2-.3 0-.7-.1-1-.3L9.7 7C9.9 7.3 10 7.6 10 8zM8 12.5c-1 0-2.1-.3-3-.8l1.3-1.3c1.4.9 3.2.6 4.2-.8.7-1 .7-2.4 0-3.4l1.4-1.4c1.1.8 2 1.9 2.6 3.2C13.4 10.5 10.6 12.5 8 12.5z"
|
|
1702
|
+
})), children);
|
|
1703
|
+
}
|
|
1711
1704
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1712
1705
|
width: size,
|
|
1713
1706
|
height: size,
|
|
@@ -1716,20 +1709,16 @@ const WarningAltFilled = /*#__PURE__*/React.forwardRef(function WarningAltFilled
|
|
|
1716
1709
|
viewBox: "0 0 32 32",
|
|
1717
1710
|
fill: "currentColor",
|
|
1718
1711
|
...rest
|
|
1719
|
-
},
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
"
|
|
1723
|
-
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1724
|
-
d: "M16.002,6.1714h-.004L4.6487,27.9966,4.6506,28H27.3494l.0019-.0034ZM14.875,12h2.25v9h-2.25ZM16,26a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,26Z"
|
|
1725
|
-
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1726
|
-
d: "M29,30H3a1,1,0,0,1-.8872-1.4614l13-25a1,1,0,0,1,1.7744,0l13,25A1,1,0,0,1,29,30ZM4.6507,28H27.3493l.002-.0033L16.002,6.1714h-.004L4.6487,27.9967Z"
|
|
1712
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1713
|
+
d: "M5.24,22.51l1.43-1.42A14.06,14.06,0,0,1,3.07,16C5.1,10.93,10.7,7,16,7a12.38,12.38,0,0,1,4,.72l1.55-1.56A14.72,14.72,0,0,0,16,5,16.69,16.69,0,0,0,1.06,15.66a1,1,0,0,0,0,.68A16,16,0,0,0,5.24,22.51Z"
|
|
1714
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1715
|
+
d: "M12 15.73a4 4 0 013.7-3.7l1.81-1.82a6 6 0 00-7.33 7.33zM30.94 15.66A16.4 16.4 0 0025.2 8.22L30 3.41 28.59 2 2 28.59 3.41 30l5.1-5.1A15.29 15.29 0 0016 27 16.69 16.69 0 0030.94 16.34 1 1 0 0030.94 15.66zM20 16a4 4 0 01-6 3.44L19.44 14A4 4 0 0120 16zm-4 9a13.05 13.05 0 01-6-1.58l2.54-2.54a6 6 0 008.35-8.35l2.87-2.87A14.54 14.54 0 0128.93 16C26.9 21.07 21.3 25 16 25z"
|
|
1727
1716
|
})), children);
|
|
1728
1717
|
});
|
|
1729
1718
|
if (process.env.NODE_ENV !== "production") {
|
|
1730
|
-
|
|
1719
|
+
ViewOff.propTypes = iconPropTypes4cbeb95d.i;
|
|
1731
1720
|
}
|
|
1732
|
-
const
|
|
1721
|
+
const ViewOffFilled = /*#__PURE__*/React.forwardRef(function ViewOffFilled(_ref73, ref) {
|
|
1733
1722
|
let {
|
|
1734
1723
|
children,
|
|
1735
1724
|
size = 16,
|
|
@@ -1743,16 +1732,14 @@ const WarningAltInverted = /*#__PURE__*/React.forwardRef(function WarningAltInve
|
|
|
1743
1732
|
viewBox: "0 0 32 32",
|
|
1744
1733
|
fill: "currentColor",
|
|
1745
1734
|
...rest
|
|
1746
|
-
},
|
|
1747
|
-
d: "
|
|
1748
|
-
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1749
|
-
d: "M29.855,2.481a1.001,1.001,0,0,1,.0322.98l-13,25a1,1,0,0,1-1.7744,0l-13-25A1,1,0,0,1,3,2H29A1.0007,1.0007,0,0,1,29.855,2.481ZM4.6487,4.0033,15.998,25.8286h.004L27.3513,4.0033,27.3493,4H4.6507Z"
|
|
1735
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1736
|
+
d: "M30.94 15.66a16.4 16.4 0 00-5.73-7.45L30 3.41 28.59 2 2 28.59 3.41 30l5.1-5.09A15.38 15.38 0 0016 27 16.69 16.69 0 0030.94 16.34 1 1 0 0030.94 15.66zM16 22.5a6.46 6.46 0 01-3.83-1.26L14 19.43A4 4 0 0019.43 14l1.81-1.81A6.49 6.49 0 0116 22.5zM4.53 21.81l5-5A6.84 6.84 0 019.5 16 6.51 6.51 0 0116 9.5a6.84 6.84 0 01.79.05l3.78-3.77A14.39 14.39 0 0016 5 16.69 16.69 0 001.06 15.66a1 1 0 000 .68A15.86 15.86 0 004.53 21.81z"
|
|
1750
1737
|
})), children);
|
|
1751
1738
|
});
|
|
1752
1739
|
if (process.env.NODE_ENV !== "production") {
|
|
1753
|
-
|
|
1740
|
+
ViewOffFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1754
1741
|
}
|
|
1755
|
-
const
|
|
1742
|
+
const ViewNext = /*#__PURE__*/React.forwardRef(function ViewNext(_ref74, ref) {
|
|
1756
1743
|
let {
|
|
1757
1744
|
children,
|
|
1758
1745
|
size = 16,
|
|
@@ -1766,20 +1753,16 @@ const WarningAltInvertedFilled = /*#__PURE__*/React.forwardRef(function WarningA
|
|
|
1766
1753
|
viewBox: "0 0 32 32",
|
|
1767
1754
|
fill: "currentColor",
|
|
1768
1755
|
...rest
|
|
1769
|
-
},
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1774
|
-
d: "M27.3494,4H4.6506l-.0019.0034L15.998,25.8286h.004L27.3513,4.0034ZM14.875,6h2.25v9h-2.25ZM16,20a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,20Z"
|
|
1775
|
-
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1776
|
-
d: "M29.855,2.481a1.001,1.001,0,0,1,.0322.98l-13,25a1,1,0,0,1-1.7744,0l-13-25A1,1,0,0,1,3,2H29A1.0007,1.0007,0,0,1,29.855,2.481ZM4.6487,4.0033,15.998,25.8286h.004L27.3513,4.0033,27.3493,4H4.6507Z"
|
|
1756
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1757
|
+
d: "M20.587 22L15 16.41 15 7 16.998 7 16.998 15.582 22 20.587 20.587 22z"
|
|
1758
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1759
|
+
d: "M16,2A13.9158,13.9158,0,0,1,26,6.2343V2h2v8H20V8h4.9217A11.9818,11.9818,0,1,0,28,16h2A14,14,0,1,1,16,2Z"
|
|
1777
1760
|
})), children);
|
|
1778
1761
|
});
|
|
1779
1762
|
if (process.env.NODE_ENV !== "production") {
|
|
1780
|
-
|
|
1763
|
+
ViewNext.propTypes = iconPropTypes4cbeb95d.i;
|
|
1781
1764
|
}
|
|
1782
|
-
const
|
|
1765
|
+
const VirtualColumn = /*#__PURE__*/React.forwardRef(function VirtualColumn(_ref75, ref) {
|
|
1783
1766
|
let {
|
|
1784
1767
|
children,
|
|
1785
1768
|
size = 16,
|
|
@@ -1793,73 +1776,23 @@ const WarningDiamond = /*#__PURE__*/React.forwardRef(function WarningDiamond(_re
|
|
|
1793
1776
|
viewBox: "0 0 32 32",
|
|
1794
1777
|
fill: "currentColor",
|
|
1795
1778
|
...rest
|
|
1796
|
-
},
|
|
1797
|
-
d: "
|
|
1798
|
-
})),
|
|
1799
|
-
d: "
|
|
1779
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1780
|
+
d: "M25 11L26.414 12.414 23.828 15 30 15 30 17 23.828 17 26.414 19.586 25 21 20 16 25 11z"
|
|
1781
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1782
|
+
d: "M30 28H20a2.0023 2.0023 0 01-2-2V6a2.0023 2.0023 0 012-2H30V6H20V26H30zM12 28H2V26H12V6H2V4H12a2.0023 2.0023 0 012 2V26A2.0023 2.0023 0 0112 28z"
|
|
1783
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1784
|
+
d: "M7 11L5.586 12.414 8.172 15 2 15 2 17 8.172 17 5.586 19.586 7 21 12 16 7 11z"
|
|
1800
1785
|
})), children);
|
|
1801
1786
|
});
|
|
1802
1787
|
if (process.env.NODE_ENV !== "production") {
|
|
1803
|
-
|
|
1788
|
+
VirtualColumn.propTypes = iconPropTypes4cbeb95d.i;
|
|
1804
1789
|
}
|
|
1805
|
-
const
|
|
1790
|
+
const VirtualColumnKey = /*#__PURE__*/React.forwardRef(function VirtualColumnKey(_ref76, ref) {
|
|
1806
1791
|
let {
|
|
1807
1792
|
children,
|
|
1808
1793
|
size = 16,
|
|
1809
1794
|
...rest
|
|
1810
1795
|
} = _ref76;
|
|
1811
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1812
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1813
|
-
width: size,
|
|
1814
|
-
height: size,
|
|
1815
|
-
ref: ref,
|
|
1816
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1817
|
-
viewBox: "0 0 16 16",
|
|
1818
|
-
fill: "currentColor",
|
|
1819
|
-
...rest
|
|
1820
|
-
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1821
|
-
d: "M8,1C4.2,1,1,4.2,1,8s3.2,7,7,7s7-3.1,7-7S11.9,1,8,1z M7.5,4h1v5h-1C7.5,9,7.5,4,7.5,4z M8,12.2 c-0.4,0-0.8-0.4-0.8-0.8s0.3-0.8,0.8-0.8c0.4,0,0.8,0.4,0.8,0.8S8.4,12.2,8,12.2z"
|
|
1822
|
-
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1823
|
-
d: "M7.5,4h1v5h-1C7.5,9,7.5,4,7.5,4z M8,12.2c-0.4,0-0.8-0.4-0.8-0.8s0.3-0.8,0.8-0.8 c0.4,0,0.8,0.4,0.8,0.8S8.4,12.2,8,12.2z",
|
|
1824
|
-
"data-icon-path": "inner-path",
|
|
1825
|
-
opacity: "0"
|
|
1826
|
-
})), children);
|
|
1827
|
-
}
|
|
1828
|
-
if (size === 20 || size === "20" || size === "20px") {
|
|
1829
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1830
|
-
width: size,
|
|
1831
|
-
height: size,
|
|
1832
|
-
ref: ref,
|
|
1833
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1834
|
-
viewBox: "0 0 20 20",
|
|
1835
|
-
fill: "currentColor",
|
|
1836
|
-
...rest
|
|
1837
|
-
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1838
|
-
d: "M10,1c-5,0-9,4-9,9s4,9,9,9s9-4,9-9S15,1,10,1z M9.2,5h1.5v7H9.2V5z M10,16c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S10.6,16,10,16z"
|
|
1839
|
-
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1840
|
-
d: "M9.2,5h1.5v7H9.2V5z M10,16c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S10.6,16,10,16z",
|
|
1841
|
-
"data-icon-path": "inner-path",
|
|
1842
|
-
opacity: "0"
|
|
1843
|
-
})), children);
|
|
1844
|
-
}
|
|
1845
|
-
if (size === 24 || size === "24" || size === "24px") {
|
|
1846
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1847
|
-
width: size,
|
|
1848
|
-
height: size,
|
|
1849
|
-
ref: ref,
|
|
1850
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1851
|
-
viewBox: "0 0 24 24",
|
|
1852
|
-
fill: "currentColor",
|
|
1853
|
-
...rest
|
|
1854
|
-
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1855
|
-
d: "M12,1C5.9,1,1,5.9,1,12s4.9,11,11,11s11-4.9,11-11C23,5.9,18.1,1,12,1z M11.1,6h1.8v8h-1.8V6z M12,19.2 c-0.7,0-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2s1.2,0.6,1.2,1.2S12.7,19.2,12,19.2z"
|
|
1856
|
-
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1857
|
-
fill: "none",
|
|
1858
|
-
d: "M13.2,18c0,0.7-0.6,1.2-1.2,1.2s-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2S13.2,17.3,13.2,18z M12.9,6 h-1.8v8h1.8V6z",
|
|
1859
|
-
"data-icon-path": "inner-path",
|
|
1860
|
-
opacity: "0"
|
|
1861
|
-
})), children);
|
|
1862
|
-
}
|
|
1863
1796
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1864
1797
|
width: size,
|
|
1865
1798
|
height: size,
|
|
@@ -1868,19 +1801,20 @@ const WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref7
|
|
|
1868
1801
|
viewBox: "0 0 32 32",
|
|
1869
1802
|
fill: "currentColor",
|
|
1870
1803
|
...rest
|
|
1871
|
-
},
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1804
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
1805
|
+
cx: "24.5",
|
|
1806
|
+
cy: "9.5",
|
|
1807
|
+
r: "1.5"
|
|
1808
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1809
|
+
d: "M17.4143,22H12V16.5857l6.03-6.03A5.3518,5.3518,0,0,1,18,10a6,6,0,1,1,6,6,5.3583,5.3583,0,0,1-.5559-.03ZM14,20h2.5857l6.1706-6.1709.5174.0957A3.935,3.935,0,0,0,24,14a4.0507,4.0507,0,1,0-3.925-3.2729l.0952.5166L14,17.4143Z"
|
|
1810
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1811
|
+
d: "M28,18v8H10V6h4V4H4A2.0025,2.0025,0,0,0,2,6V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V18ZM4,6H8V26H4Z"
|
|
1878
1812
|
})), children);
|
|
1879
1813
|
});
|
|
1880
1814
|
if (process.env.NODE_ENV !== "production") {
|
|
1881
|
-
|
|
1815
|
+
VirtualColumnKey.propTypes = iconPropTypes4cbeb95d.i;
|
|
1882
1816
|
}
|
|
1883
|
-
const
|
|
1817
|
+
const VirtualDesktop = /*#__PURE__*/React.forwardRef(function VirtualDesktop(_ref77, ref) {
|
|
1884
1818
|
let {
|
|
1885
1819
|
children,
|
|
1886
1820
|
size = 16,
|
|
@@ -1894,16 +1828,16 @@ const WarningHex = /*#__PURE__*/React.forwardRef(function WarningHex(_ref77, ref
|
|
|
1894
1828
|
viewBox: "0 0 32 32",
|
|
1895
1829
|
fill: "currentColor",
|
|
1896
1830
|
...rest
|
|
1897
|
-
},
|
|
1898
|
-
d: "
|
|
1899
|
-
})),
|
|
1900
|
-
d: "
|
|
1831
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1832
|
+
d: "M21,16H11a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2h4v2H12v2h8V28H17V26h4a2.0023,2.0023,0,0,0,2-2V18A2.0023,2.0023,0,0,0,21,16ZM11,24V18H21l.0015,6Z"
|
|
1833
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1834
|
+
d: "M25.8218,10.124a9.9992,9.9992,0,0,0-19.6436,0A7.4914,7.4914,0,0,0,7,24.9746v-2a5.4945,5.4945,0,0,1,.123-10.9541l.8365-.0566.09-.834a7.9979,7.9979,0,0,1,15.9014,0l.09.834.8365.0566A5.4945,5.4945,0,0,1,25,22.9746v2a7.4914,7.4914,0,0,0,.8218-14.8506Z"
|
|
1901
1835
|
})), children);
|
|
1902
1836
|
});
|
|
1903
1837
|
if (process.env.NODE_ENV !== "production") {
|
|
1904
|
-
|
|
1838
|
+
VirtualDesktop.propTypes = iconPropTypes4cbeb95d.i;
|
|
1905
1839
|
}
|
|
1906
|
-
const
|
|
1840
|
+
const VirtualMachine = /*#__PURE__*/React.forwardRef(function VirtualMachine(_ref78, ref) {
|
|
1907
1841
|
let {
|
|
1908
1842
|
children,
|
|
1909
1843
|
size = 16,
|
|
@@ -1917,18 +1851,16 @@ const WarningHexFilled = /*#__PURE__*/React.forwardRef(function WarningHexFilled
|
|
|
1917
1851
|
viewBox: "0 0 32 32",
|
|
1918
1852
|
fill: "currentColor",
|
|
1919
1853
|
...rest
|
|
1920
|
-
},
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1925
|
-
d: "M30.8508,15.4487,23.8867,3.5322A1.0687,1.0687,0,0,0,22.9643,3H9.0357a1.0687,1.0687,0,0,0-.9224.5322L1.1492,15.4487a1.0933,1.0933,0,0,0,0,1.1026L8.1133,28.4678A1.0687,1.0687,0,0,0,9.0357,29H22.9643a1.0687,1.0687,0,0,0,.9224-.5322l6.9641-11.9165A1.0933,1.0933,0,0,0,30.8508,15.4487ZM14.875,8h2.25V19h-2.25ZM16,25a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,25Z"
|
|
1854
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1855
|
+
d: "M20,13H12a2.0025,2.0025,0,0,0-2,2V28a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V15A2.0025,2.0025,0,0,0,20,13Zm0,2,0,3H12V15Zm0,5,0,3H12V20Zm-8,8V25h8v3Z"
|
|
1856
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1857
|
+
d: "M25.91,10.13a.121.121,0,0,1-.0967-.0952A10.0061,10.0061,0,0,0,17.89,2.1816,10.0025,10.0025,0,0,0,6.1858,10.0347a.1212.1212,0,0,1-.0964.0957A7.5019,7.5019,0,0,0,7.4912,25H8V23H7.4954a5.5108,5.5108,0,0,1-5.4387-6.3,5.6992,5.6992,0,0,1,4.7138-4.6606l1.0166-.1836a.1306.1306,0,0,0,.1045-.1035l.18-.9351a8.28,8.28,0,0,1,6.8469-6.7427,7.957,7.957,0,0,1,2.8471.1245,8.22,8.22,0,0,1,6.1475,6.545l.1941,1.0083a.13.13,0,0,0,.1045.1035l1.0576.1914a5.7819,5.7819,0,0,1,3.1011,1.539A5.5052,5.5052,0,0,1,24.5076,23H24v2h.5076A7.5019,7.5019,0,0,0,25.91,10.13Z"
|
|
1926
1858
|
})), children);
|
|
1927
1859
|
});
|
|
1928
1860
|
if (process.env.NODE_ENV !== "production") {
|
|
1929
|
-
|
|
1861
|
+
VirtualMachine.propTypes = iconPropTypes4cbeb95d.i;
|
|
1930
1862
|
}
|
|
1931
|
-
const
|
|
1863
|
+
const VirtualPrivateCloud = /*#__PURE__*/React.forwardRef(function VirtualPrivateCloud(_ref79, ref) {
|
|
1932
1864
|
let {
|
|
1933
1865
|
children,
|
|
1934
1866
|
size = 16,
|
|
@@ -1942,27 +1874,27 @@ const WarningMultiple = /*#__PURE__*/React.forwardRef(function WarningMultiple(_
|
|
|
1942
1874
|
viewBox: "0 0 32 32",
|
|
1943
1875
|
fill: "currentColor",
|
|
1944
1876
|
...rest
|
|
1945
|
-
},
|
|
1946
|
-
d: "
|
|
1947
|
-
})),
|
|
1948
|
-
|
|
1949
|
-
cy: "25",
|
|
1950
|
-
r: "1.25"
|
|
1951
|
-
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
1952
|
-
d: "M13 15H15V22H13z"
|
|
1953
|
-
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
1954
|
-
d: "m25,30H3c-.3499,0-.6743-.1829-.8555-.4823s-.1926-.6718-.0303-.9817L13.1143,7.536c.1726-.3296.5292-.536.8857-.536s.7131.2064.8857.536l11,21c.1624.3099.1509.6823-.0303.9817s-.5056.4823-.8555.4823Zm-20.3474-2h18.6948L14,10.1552,4.6526,28Z"
|
|
1877
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1878
|
+
d: "M20,20V17a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v6a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V22A2.0025,2.0025,0,0,0,20,20Zm-6-3a2,2,0,0,1,4,0v3H14ZM12,28V22h8l.0012,6Z"
|
|
1879
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1880
|
+
d: "M25.8288,10.1152A10.0067,10.0067,0,0,0,17.89,2.1816,10.0025,10.0025,0,0,0,6.17,10.1152,7.502,7.502,0,0,0,7.4912,25H8V23H7.4953a5.5019,5.5019,0,0,1-.9694-10.9165l1.3488-.2441.2591-1.3457a8.0109,8.0109,0,0,1,15.7312,0l.259,1.3457,1.3489.2441A5.5019,5.5019,0,0,1,24.5076,23H24v2h.5076a7.502,7.502,0,0,0,1.3212-14.8848Z"
|
|
1955
1881
|
})), children);
|
|
1956
1882
|
});
|
|
1957
1883
|
if (process.env.NODE_ENV !== "production") {
|
|
1958
|
-
|
|
1884
|
+
VirtualPrivateCloud.propTypes = iconPropTypes4cbeb95d.i;
|
|
1959
1885
|
}
|
|
1960
|
-
const
|
|
1886
|
+
const VirtualPrivateCloudAlt = /*#__PURE__*/React.forwardRef(function VirtualPrivateCloudAlt(_ref80, ref) {
|
|
1961
1887
|
let {
|
|
1962
1888
|
children,
|
|
1963
1889
|
size = 16,
|
|
1964
1890
|
...rest
|
|
1965
1891
|
} = _ref80;
|
|
1892
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1893
|
+
if (!didWarnAboutDeprecation["VirtualPrivateCloudAlt"]) {
|
|
1894
|
+
didWarnAboutDeprecation["VirtualPrivateCloudAlt"] = true;
|
|
1895
|
+
console.warn("Icon name was requested by the product team to be renamed to and replaced by ibm-cloud--vpc. As a result, the VirtualPrivateCloudAlt component will be removed in the next major version of @carbon/icons-react.");
|
|
1896
|
+
}
|
|
1897
|
+
}
|
|
1966
1898
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1967
1899
|
width: size,
|
|
1968
1900
|
height: size,
|
|
@@ -1971,16 +1903,16 @@ const WarningOther = /*#__PURE__*/React.forwardRef(function WarningOther(_ref80,
|
|
|
1971
1903
|
viewBox: "0 0 32 32",
|
|
1972
1904
|
fill: "currentColor",
|
|
1973
1905
|
...rest
|
|
1974
|
-
},
|
|
1975
|
-
d: "
|
|
1976
|
-
})),
|
|
1977
|
-
d: "
|
|
1906
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1907
|
+
d: "M23.4141,22,10,8.5859V2H2v8H8.5859L22,23.4141V30h8V22ZM8,8H4V4H8ZM28,28H24V24h4Z"
|
|
1908
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1909
|
+
d: "M30 6a3.9915 3.9915 0 00-7.8579-1H13V7h9.1421A3.9945 3.9945 0 0025 9.8579V19h2V9.8579A3.9962 3.9962 0 0030 6zM26 8a2 2 0 112-2A2.0023 2.0023 0 0126 8zM19 25H9.8579A3.9945 3.9945 0 007 22.1421V13H5v9.1421A3.9915 3.9915 0 109.8579 27H19zM6 28a2 2 0 112-2A2.0023 2.0023 0 016 28z"
|
|
1978
1910
|
})), children);
|
|
1979
1911
|
});
|
|
1980
1912
|
if (process.env.NODE_ENV !== "production") {
|
|
1981
|
-
|
|
1913
|
+
VirtualPrivateCloudAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1982
1914
|
}
|
|
1983
|
-
const
|
|
1915
|
+
const VisualRecognition = /*#__PURE__*/React.forwardRef(function VisualRecognition(_ref81, ref) {
|
|
1984
1916
|
let {
|
|
1985
1917
|
children,
|
|
1986
1918
|
size = 16,
|
|
@@ -1994,16 +1926,18 @@ const WarningSquare = /*#__PURE__*/React.forwardRef(function WarningSquare(_ref8
|
|
|
1994
1926
|
viewBox: "0 0 32 32",
|
|
1995
1927
|
fill: "currentColor",
|
|
1996
1928
|
...rest
|
|
1997
|
-
},
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
1929
|
+
}, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
1930
|
+
cx: "23",
|
|
1931
|
+
cy: "12",
|
|
1932
|
+
r: "2"
|
|
1933
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1934
|
+
d: "M28,5H16.24A8,8,0,1,0,6,16.92V27a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V7A2,2,0,0,0,28,5ZM4,10A6,6,0,0,1,15.19,7H8V9h7.91A6.64,6.64,0,0,1,16,10a6.64,6.64,0,0,1-.09,1H10v2h5.19A6,6,0,0,1,4,10ZM28,27H8l5-5,1.59,1.59a2,2,0,0,0,2.82,0L23,18l5,5Zm0-6.83-3.59-3.59a2,2,0,0,0-2.82,0L16,22.17l-1.59-1.59a2,2,0,0,0-2.82,0L8,24.17V17.74A8.24,8.24,0,0,0,10,18a8,8,0,0,0,8-8,7.9,7.9,0,0,0-.59-3H28Z"
|
|
2001
1935
|
})), children);
|
|
2002
1936
|
});
|
|
2003
1937
|
if (process.env.NODE_ENV !== "production") {
|
|
2004
|
-
|
|
1938
|
+
VisualRecognition.propTypes = iconPropTypes4cbeb95d.i;
|
|
2005
1939
|
}
|
|
2006
|
-
const
|
|
1940
|
+
const Vlan = /*#__PURE__*/React.forwardRef(function Vlan(_ref82, ref) {
|
|
2007
1941
|
let {
|
|
2008
1942
|
children,
|
|
2009
1943
|
size = 16,
|
|
@@ -2017,18 +1951,14 @@ const WarningSquareFilled = /*#__PURE__*/React.forwardRef(function WarningSquare
|
|
|
2017
1951
|
viewBox: "0 0 32 32",
|
|
2018
1952
|
fill: "currentColor",
|
|
2019
1953
|
...rest
|
|
2020
|
-
},
|
|
2021
|
-
d: "
|
|
2022
|
-
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2023
|
-
fill: "none",
|
|
2024
|
-
d: "M14.8751,8h2.25V18h-2.25ZM16,24a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,24Z",
|
|
2025
|
-
"data-icon-path": "inner-path"
|
|
1954
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1955
|
+
d: "M30,17V15H17V11h2a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H13a2.0023,2.0023,0,0,0-2,2V9a2.0023,2.0023,0,0,0,2,2h2v4H2v2H8v4H6a2.0023,2.0023,0,0,0-2,2v5a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V23a2.0023,2.0023,0,0,0-2-2H10V17H22v4H20a2.0023,2.0023,0,0,0-2,2v5a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V23a2.0023,2.0023,0,0,0-2-2H24V17ZM13,4h6V9H13ZM12,28H6V23h6Zm14,0H20V23h6Z"
|
|
2026
1956
|
})), children);
|
|
2027
1957
|
});
|
|
2028
1958
|
if (process.env.NODE_ENV !== "production") {
|
|
2029
|
-
|
|
1959
|
+
Vlan.propTypes = iconPropTypes4cbeb95d.i;
|
|
2030
1960
|
}
|
|
2031
|
-
const
|
|
1961
|
+
const VlanIbm = /*#__PURE__*/React.forwardRef(function VlanIbm(_ref83, ref) {
|
|
2032
1962
|
let {
|
|
2033
1963
|
children,
|
|
2034
1964
|
size = 16,
|
|
@@ -2042,25 +1972,23 @@ const Watch = /*#__PURE__*/React.forwardRef(function Watch(_ref83, ref) {
|
|
|
2042
1972
|
viewBox: "0 0 32 32",
|
|
2043
1973
|
fill: "currentColor",
|
|
2044
1974
|
...rest
|
|
2045
|
-
},
|
|
2046
|
-
d: "
|
|
1975
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1976
|
+
d: "M16 22a4 4 0 104 4A4.0045 4.0045 0 0016 22zm0 6a2 2 0 112-2A2.002 2.002 0 0116 28zM30 5a3 3 0 10-4 2.8154V15H17V9H15v6H6V7.8159a3.0007 3.0007 0 10-2 0V15a2.002 2.002 0 002 2h9v3h2V17h9a2.002 2.002 0 002-2V7.8159A2.9958 2.9958 0 0030 5zM5 4A1 1 0 114 5 1.0013 1.0013 0 015 4zM27 6a1 1 0 111-1A1.0013 1.0013 0 0127 6z"
|
|
1977
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
1978
|
+
cx: "16",
|
|
1979
|
+
cy: "5",
|
|
1980
|
+
r: "2"
|
|
2047
1981
|
})), children);
|
|
2048
1982
|
});
|
|
2049
1983
|
if (process.env.NODE_ENV !== "production") {
|
|
2050
|
-
|
|
1984
|
+
VlanIbm.propTypes = iconPropTypes4cbeb95d.i;
|
|
2051
1985
|
}
|
|
2052
|
-
const
|
|
1986
|
+
const VmdkDisk = /*#__PURE__*/React.forwardRef(function VmdkDisk(_ref84, ref) {
|
|
2053
1987
|
let {
|
|
2054
1988
|
children,
|
|
2055
1989
|
size = 16,
|
|
2056
1990
|
...rest
|
|
2057
1991
|
} = _ref84;
|
|
2058
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2059
|
-
if (!didWarnAboutDeprecation["Watson"]) {
|
|
2060
|
-
didWarnAboutDeprecation["Watson"] = true;
|
|
2061
|
-
console.warn("Icon represents the old avatar for the Watson brand, which is retired since the watsonx brand launch. Replaced by the icon watsonx. As a result, the Watson component will be removed in the next major version of @carbon/icons-react.");
|
|
2062
|
-
}
|
|
2063
|
-
}
|
|
2064
1992
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2065
1993
|
width: size,
|
|
2066
1994
|
height: size,
|
|
@@ -2069,25 +1997,32 @@ const Watson = /*#__PURE__*/React.forwardRef(function Watson(_ref84, ref) {
|
|
|
2069
1997
|
viewBox: "0 0 32 32",
|
|
2070
1998
|
fill: "currentColor",
|
|
2071
1999
|
...rest
|
|
2072
|
-
},
|
|
2073
|
-
|
|
2000
|
+
}, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
2001
|
+
cx: "10.5",
|
|
2002
|
+
cy: "24.5",
|
|
2003
|
+
r: "1.5"
|
|
2004
|
+
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2005
|
+
d: "M19.5 14.964H21.5V20.035H19.5z",
|
|
2006
|
+
transform: "rotate(-45 20.5 17.5)"
|
|
2007
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
2008
|
+
cx: "16",
|
|
2009
|
+
cy: "13",
|
|
2010
|
+
r: "2"
|
|
2011
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2012
|
+
d: "M16,6a7,7,0,0,0,0,14V18a5,5,0,1,1,5-5h2A7,7,0,0,0,16,6Z"
|
|
2013
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2014
|
+
d: "M26,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V4A2,2,0,0,0,26,2Zm0,26H6V4H26Z"
|
|
2074
2015
|
})), children);
|
|
2075
2016
|
});
|
|
2076
2017
|
if (process.env.NODE_ENV !== "production") {
|
|
2077
|
-
|
|
2018
|
+
VmdkDisk.propTypes = iconPropTypes4cbeb95d.i;
|
|
2078
2019
|
}
|
|
2079
|
-
const
|
|
2020
|
+
const VoiceActivate = /*#__PURE__*/React.forwardRef(function VoiceActivate(_ref85, ref) {
|
|
2080
2021
|
let {
|
|
2081
2022
|
children,
|
|
2082
2023
|
size = 16,
|
|
2083
2024
|
...rest
|
|
2084
2025
|
} = _ref85;
|
|
2085
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2086
|
-
if (!didWarnAboutDeprecation["WatsonMachineLearning"]) {
|
|
2087
|
-
didWarnAboutDeprecation["WatsonMachineLearning"] = true;
|
|
2088
|
-
console.warn("Icon design is defunct, replaced with the existing icon ibm-watson--machine-learning. As a result, the WatsonMachineLearning component will be removed in the next major version of @carbon/icons-react.");
|
|
2089
|
-
}
|
|
2090
|
-
}
|
|
2091
2026
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2092
2027
|
width: size,
|
|
2093
2028
|
height: size,
|
|
@@ -2096,14 +2031,18 @@ const WatsonMachineLearning = /*#__PURE__*/React.forwardRef(function WatsonMachi
|
|
|
2096
2031
|
viewBox: "0 0 32 32",
|
|
2097
2032
|
fill: "currentColor",
|
|
2098
2033
|
...rest
|
|
2099
|
-
},
|
|
2100
|
-
d: "
|
|
2034
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2035
|
+
d: "M26,30H24V27H20a5.0055,5.0055,0,0,1-5-5V20.7207l-2.3162-.772a1,1,0,0,1-.5412-1.4631L15,13.7229V11a9.01,9.01,0,0,1,9-9h5V4H24a7.0078,7.0078,0,0,0-7,7v3a.9991.9991,0,0,1-.1426.5144l-2.3586,3.9312,1.8174.6057A1,1,0,0,1,17,20v2a3.0033,3.0033,0,0,0,3,3h5a1,1,0,0,1,1,1Z"
|
|
2036
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2037
|
+
d: "M19 12H23V14H19zM9.3325 25.2168a7.0007 7.0007 0 010-10.4341l1.334 1.49a5 5 0 000 7.4537z"
|
|
2038
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2039
|
+
d: "M6.3994,28.8008a11.0019,11.0019,0,0,1,0-17.6006L7.6,12.8a9.0009,9.0009,0,0,0,0,14.4014Z"
|
|
2101
2040
|
})), children);
|
|
2102
2041
|
});
|
|
2103
2042
|
if (process.env.NODE_ENV !== "production") {
|
|
2104
|
-
|
|
2043
|
+
VoiceActivate.propTypes = iconPropTypes4cbeb95d.i;
|
|
2105
2044
|
}
|
|
2106
|
-
const
|
|
2045
|
+
const Voicemail = /*#__PURE__*/React.forwardRef(function Voicemail(_ref86, ref) {
|
|
2107
2046
|
let {
|
|
2108
2047
|
children,
|
|
2109
2048
|
size = 16,
|
|
@@ -2117,15 +2056,14 @@ const Watsonx = /*#__PURE__*/React.forwardRef(function Watsonx(_ref86, ref) {
|
|
|
2117
2056
|
viewBox: "0 0 32 32",
|
|
2118
2057
|
fill: "currentColor",
|
|
2119
2058
|
...rest
|
|
2120
|
-
},
|
|
2121
|
-
|
|
2122
|
-
d: "m29.312,22.9189c1.1042-2.1201,1.688-4.5127,1.688-6.9189C31,7.729,24.271,1,16,1c-3.3738,0-6.5815,1.1191-9.2046,3.1665-.2441-.106-.5125-.1665-.7954-.1665-1.1045,0-2,.8955-2,2s.8955,2,2,2,2-.8955,2-2c0-.0762-.0142-.1489-.0225-.2227,2.2812-1.7964,5.0793-2.7773,8.0225-2.7773.9727,0,1.9172.1157,2.8293.3193-3.3938.9258-5.8994,4.0273-5.8994,7.7109,0,.7891.1167,1.5503.332,2.27-.6985-.2021-1.4285-.3306-2.1919-.3306-3.7039,0-6.8191,2.5342-7.7256,5.957-.218-.9424-.3445-1.9189-.3445-2.9268,0-2.1162.4919-4.1328,1.4619-5.9951l-1.7739-.9238c-1.1042,2.1201-1.688,4.5127-1.688,6.9189,0,8.271,6.729,15,15,15,3.3738,0,6.5815-1.1191,9.2046-3.1665.2441.106.5125.1665.7954.1665,1.1045,0,2-.8955,2-2s-.8955-2-2-2-2,.8955-2,2c0,.0762.0142.1489.0225.2231-1.0796.8496-2.2776,1.5098-3.5493,1.9771.3315-.6641.5269-1.4072.5269-2.2002,0-1.6304-.7959-3.0669-2.0068-3.9805.0457-.3472.0769-.6978.0769-1.0498,0-.7856-.1257-1.54-.3381-2.2573.6995.2012,1.4346.3179,2.198.3179,3.7039,0,6.8191-2.5342,7.7256-5.957.218.9424.3445,1.9189.3445,2.9268,0,2.1162-.4919,4.1328-1.4619,5.9951l1.7739.9238Zm-17.7935,5.2646c-1.8389-.6807-3.49-1.7529-4.8325-3.1338-1.0366-1.1143-1.616-2.5527-1.616-4.0801,0-3.3081,2.6917-6,6-6s6,2.6919,6,6c0,.0498-.0125.0977-.0134.1475-.3413-.0737-.6936-.1172-1.0566-.1172-2.7571,0-5,2.2432-5,5,0,.7861.1924,1.5234.5186,2.1836Zm7.4814-2.1836c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3,3,1.3457,3,3Zm1.9299-8.9697c-3.3083,0-6-2.6919-6-6s2.6917-6,6-6c1.4294,0,2.7422.5039,3.7742,1.3418.3027.2739.5918.561.8677.8618.8479,1.0352,1.3582,2.3569,1.3582,3.7964,0,3.3081-2.6917,6-6,6Z"
|
|
2059
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2060
|
+
d: "M24,10a6,6,0,0,0-4.46,10H12.46A6,6,0,1,0,8,22H24a6,6,0,0,0,0-12ZM4,16a4,4,0,1,1,4,4A4,4,0,0,1,4,16Zm20,4a4,4,0,1,1,4-4A4,4,0,0,1,24,20Z"
|
|
2123
2061
|
})), children);
|
|
2124
2062
|
});
|
|
2125
2063
|
if (process.env.NODE_ENV !== "production") {
|
|
2126
|
-
|
|
2064
|
+
Voicemail.propTypes = iconPropTypes4cbeb95d.i;
|
|
2127
2065
|
}
|
|
2128
|
-
const
|
|
2066
|
+
const VolumeBlockStorage = /*#__PURE__*/React.forwardRef(function VolumeBlockStorage(_ref87, ref) {
|
|
2129
2067
|
let {
|
|
2130
2068
|
children,
|
|
2131
2069
|
size = 16,
|
|
@@ -2139,22 +2077,16 @@ const WatsonxAi = /*#__PURE__*/React.forwardRef(function WatsonxAi(_ref87, ref)
|
|
|
2139
2077
|
viewBox: "0 0 32 32",
|
|
2140
2078
|
fill: "currentColor",
|
|
2141
2079
|
...rest
|
|
2142
|
-
},
|
|
2143
|
-
d: "
|
|
2144
|
-
})),
|
|
2145
|
-
d: "
|
|
2146
|
-
transform: "rotate(90 12 21)"
|
|
2147
|
-
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2148
|
-
d: "M19 10H21V12H19z",
|
|
2149
|
-
transform: "rotate(90 20 11)"
|
|
2150
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2151
|
-
d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,4.2617,0,8,3.9722,8,8.5,0,4.687-3.813,8.5-8.5,8.5h-.5v2h.5c5.7896,0,10.5-4.7104,10.5-10.5,0-1.8853-.5322-3.6917-1.4401-5.2593,2.715,2.3843,4.4401,5.8704,4.4401,9.7593,0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z"
|
|
2080
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2081
|
+
d: "M17 21H10V14h7zm-5-2h3V16H12zM17 30H10V23h7zm-5-2h3V25H12zM26 21H19V14h7zm-5-2h3V16H21zM26 30H19V23h7zm-5-2h3V25H21z"
|
|
2082
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2083
|
+
d: "M8,28H4a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,4,4h7.5857A1.9865,1.9865,0,0,1,13,4.5859L16.4143,8H28a2.0023,2.0023,0,0,1,2,2v8H28V10H15.5857l-4-4H4V26H8Z"
|
|
2152
2084
|
})), children);
|
|
2153
2085
|
});
|
|
2154
2086
|
if (process.env.NODE_ENV !== "production") {
|
|
2155
|
-
|
|
2087
|
+
VolumeBlockStorage.propTypes = iconPropTypes4cbeb95d.i;
|
|
2156
2088
|
}
|
|
2157
|
-
const
|
|
2089
|
+
const VolumeDown = /*#__PURE__*/React.forwardRef(function VolumeDown(_ref88, ref) {
|
|
2158
2090
|
let {
|
|
2159
2091
|
children,
|
|
2160
2092
|
size = 16,
|
|
@@ -2168,25 +2100,14 @@ const WatsonxData = /*#__PURE__*/React.forwardRef(function WatsonxData(_ref88, r
|
|
|
2168
2100
|
viewBox: "0 0 32 32",
|
|
2169
2101
|
fill: "currentColor",
|
|
2170
2102
|
...rest
|
|
2171
|
-
},
|
|
2172
|
-
d: "
|
|
2173
|
-
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2174
|
-
d: "M21 21H23V23H21z",
|
|
2175
|
-
transform: "rotate(90 22 22)"
|
|
2176
|
-
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2177
|
-
d: "M15 15H17V17H15z",
|
|
2178
|
-
transform: "rotate(90 16 16)"
|
|
2179
|
-
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2180
|
-
d: "M9 9H11V11H9z",
|
|
2181
|
-
transform: "rotate(-90 10 10)"
|
|
2182
|
-
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2183
|
-
d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,2.7708,0,5.3363.8784,7.4481,2.3613-.249-.0242-.5005-.038-.7547-.038-4.2329,0-7.6768,3.4438-7.6768,7.6768h2c0-3.1304,2.5464-5.6768,5.6768-5.6768,2.0554,0,3.9068,1.0953,4.9186,2.8651.2153.4283.4053.8701.5729,1.3237-.6615-.3234-1.4005-.5121-2.1849-.5121-2.7568,0-5,2.2432-5,5v2h2v-2c0-1.6543,1.3457-3,3-3s3,1.3457,3,3c0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z"
|
|
2103
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2104
|
+
d: "M25.1 10.66L23.58 12a6 6 0 01-.18 7.94l1.47 1.36a8 8 0 00.23-10.59zM20 30a1 1 0 01-.71-.3L11.67 22H5a1 1 0 01-1-1H4V11a1 1 0 011-1h6.67l7.62-7.7a1 1 0 011.41 0A1 1 0 0121 3V29A1 1 0 0120 30zM6 20h6a1.17 1.17 0 01.79.3L19 26.57V5.43L12.79 11.7A1.17 1.17 0 0112 12H6z"
|
|
2184
2105
|
})), children);
|
|
2185
2106
|
});
|
|
2186
2107
|
if (process.env.NODE_ENV !== "production") {
|
|
2187
|
-
|
|
2108
|
+
VolumeDown.propTypes = iconPropTypes4cbeb95d.i;
|
|
2188
2109
|
}
|
|
2189
|
-
const
|
|
2110
|
+
const VolumeDownAlt = /*#__PURE__*/React.forwardRef(function VolumeDownAlt(_ref89, ref) {
|
|
2190
2111
|
let {
|
|
2191
2112
|
children,
|
|
2192
2113
|
size = 16,
|
|
@@ -2200,25 +2121,14 @@ const WatsonxGovernance = /*#__PURE__*/React.forwardRef(function WatsonxGovernan
|
|
|
2200
2121
|
viewBox: "0 0 32 32",
|
|
2201
2122
|
fill: "currentColor",
|
|
2202
2123
|
...rest
|
|
2203
|
-
},
|
|
2204
|
-
d: "
|
|
2205
|
-
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2206
|
-
d: "M11 23H13V25H11z",
|
|
2207
|
-
transform: "rotate(90 12 24)"
|
|
2208
|
-
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2209
|
-
d: "M11 9H13V11H11z",
|
|
2210
|
-
transform: "rotate(90 12 10)"
|
|
2211
|
-
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2212
|
-
d: "M11 16H13V18H11z",
|
|
2213
|
-
transform: "rotate(90 12 17)"
|
|
2214
|
-
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2215
|
-
d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,1.6543,0,3,1.3457,3,3s-1.3457,3-3,3h-1v2h1c2.7568,0,5-2.2432,5-5,0-.2399-.0203-.4748-.0531-.7057.9663,1.1348,1.5531,2.6021,1.5531,4.2057,0,3.584-2.916,6.5-6.5,6.5h-1v2h1c4.687,0,8.5-3.813,8.5-8.5,0-.7654-.1111-1.5036-.3017-2.2096,1.1321,1.6206,1.8017,3.587,1.8017,5.7096,0,5.5142-4.4858,10-10,10h-1v2h1c6.6167,0,12-5.3833,12-12,0-.8995-.1058-1.774-.2944-2.6176.8207,1.7031,1.2944,3.6038,1.2944,5.6176,0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z"
|
|
2124
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2125
|
+
d: "M22 15H32V17H22zM18 30a.997.997 0 01-.7109-.2969L9.666 22H3a.9993.9993 0 01-1-.9988V11a.9993.9993 0 01.9988-1H9.666l7.623-7.7031A1 1 0 0119 3V29A1.0007 1.0007 0 0118 30zM4 20h6a1.2008 1.2008 0 01.7939.2969L17 26.5684V5.4316l-6.2061 6.2715A1.2013 1.2013 0 0110 12H4z"
|
|
2216
2126
|
})), children);
|
|
2217
2127
|
});
|
|
2218
2128
|
if (process.env.NODE_ENV !== "production") {
|
|
2219
|
-
|
|
2129
|
+
VolumeDownAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
2220
2130
|
}
|
|
2221
|
-
const
|
|
2131
|
+
const VolumeDownFilled = /*#__PURE__*/React.forwardRef(function VolumeDownFilled(_ref90, ref) {
|
|
2222
2132
|
let {
|
|
2223
2133
|
children,
|
|
2224
2134
|
size = 16,
|
|
@@ -2232,22 +2142,14 @@ const WaveDirection = /*#__PURE__*/React.forwardRef(function WaveDirection(_ref9
|
|
|
2232
2142
|
viewBox: "0 0 32 32",
|
|
2233
2143
|
fill: "currentColor",
|
|
2234
2144
|
...rest
|
|
2235
|
-
},
|
|
2236
|
-
d: "
|
|
2237
|
-
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2238
|
-
d: "M18,24V22a8,8,0,1,0-8-8H8A10,10,0,1,1,18,24Z"
|
|
2239
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
2240
|
-
cx: "18",
|
|
2241
|
-
cy: "8",
|
|
2242
|
-
r: "1"
|
|
2243
|
-
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2244
|
-
d: "M23,17.5859l-2.3-2.3007A2.9665,2.9665,0,0,0,21,14a3.0033,3.0033,0,0,0-3-3,2.9609,2.9609,0,0,0-1.2854.3008L14.4141,9,13,10.4141l2.3,2.3007A2.9665,2.9665,0,0,0,15,14a3.0033,3.0033,0,0,0,3,3,2.9609,2.9609,0,0,0,1.2854-.3008L21.5859,19ZM17,14a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,17,14Z"
|
|
2145
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2146
|
+
d: "M25.1 10.66L23.58 12a6 6 0 01-.18 7.94l1.47 1.36a8 8 0 00.23-10.59zM20 30a1 1 0 01-.71-.3L11.67 22H5a1 1 0 01-1-1H4V11a1 1 0 011-1h6.67l7.62-7.7a1 1 0 011.41 0A1 1 0 0121 3V29A1 1 0 0120 30z"
|
|
2245
2147
|
})), children);
|
|
2246
2148
|
});
|
|
2247
2149
|
if (process.env.NODE_ENV !== "production") {
|
|
2248
|
-
|
|
2150
|
+
VolumeDownFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2249
2151
|
}
|
|
2250
|
-
const
|
|
2152
|
+
const VolumeDownFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeDownFilledAlt(_ref91, ref) {
|
|
2251
2153
|
let {
|
|
2252
2154
|
children,
|
|
2253
2155
|
size = 16,
|
|
@@ -2261,16 +2163,14 @@ const WaveHeight = /*#__PURE__*/React.forwardRef(function WaveHeight(_ref91, ref
|
|
|
2261
2163
|
viewBox: "0 0 32 32",
|
|
2262
2164
|
fill: "currentColor",
|
|
2263
2165
|
...rest
|
|
2264
|
-
},
|
|
2265
|
-
d: "
|
|
2266
|
-
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2267
|
-
d: "M30,28H24a10.0349,10.0349,0,0,1-6.9268-17.2622A11.9629,11.9629,0,0,0,12.9937,10a6.9027,6.9027,0,0,0-6.0308,3.42C4.9966,16.4348,4,21.34,4,28H2c0-7.0542,1.106-12.3274,3.2871-15.6726A8.906,8.906,0,0,1,12.9937,8h.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,26h6Z"
|
|
2166
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2167
|
+
d: "M22 15H32V17H22zM18 30a.997.997 0 01-.7109-.2969L9.666 22H3a.9993.9993 0 01-1-.9988V11a.9993.9993 0 01.9988-1H9.666l7.623-7.7031A1 1 0 0119 3V29A1.0007 1.0007 0 0118 30z"
|
|
2268
2168
|
})), children);
|
|
2269
2169
|
});
|
|
2270
2170
|
if (process.env.NODE_ENV !== "production") {
|
|
2271
|
-
|
|
2171
|
+
VolumeDownFilledAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
2272
2172
|
}
|
|
2273
|
-
const
|
|
2173
|
+
const VolumeFileStorage = /*#__PURE__*/React.forwardRef(function VolumeFileStorage(_ref92, ref) {
|
|
2274
2174
|
let {
|
|
2275
2175
|
children,
|
|
2276
2176
|
size = 16,
|
|
@@ -2284,16 +2184,16 @@ const WavePeriod = /*#__PURE__*/React.forwardRef(function WavePeriod(_ref92, ref
|
|
|
2284
2184
|
viewBox: "0 0 32 32",
|
|
2285
2185
|
fill: "currentColor",
|
|
2286
2186
|
...rest
|
|
2287
|
-
},
|
|
2288
|
-
d: "
|
|
2289
|
-
})),
|
|
2290
|
-
d: "
|
|
2187
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2188
|
+
d: "M25.707,17.293l-5-5A1,1,0,0,0,20,12H14a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V18A1,1,0,0,0,25.707,17.293ZM23.5857,18H20V14.4141ZM14,28V14h4v4a2,2,0,0,0,2,2h4v8Z"
|
|
2189
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2190
|
+
d: "M8,27H4a2.0023,2.0023,0,0,1-2-2V5A2.0023,2.0023,0,0,1,4,3h7.5857A1.9865,1.9865,0,0,1,13,3.5859L16.4143,7H28a2.0023,2.0023,0,0,1,2,2v8H28V9H15.5857l-4-4H4V25H8Z"
|
|
2291
2191
|
})), children);
|
|
2292
2192
|
});
|
|
2293
2193
|
if (process.env.NODE_ENV !== "production") {
|
|
2294
|
-
|
|
2194
|
+
VolumeFileStorage.propTypes = iconPropTypes4cbeb95d.i;
|
|
2295
2195
|
}
|
|
2296
|
-
const
|
|
2196
|
+
const VolumeMute = /*#__PURE__*/React.forwardRef(function VolumeMute(_ref93, ref) {
|
|
2297
2197
|
let {
|
|
2298
2198
|
children,
|
|
2299
2199
|
size = 16,
|
|
@@ -2307,14 +2207,14 @@ const WeatherFrontCold = /*#__PURE__*/React.forwardRef(function WeatherFrontCold
|
|
|
2307
2207
|
viewBox: "0 0 32 32",
|
|
2308
2208
|
fill: "currentColor",
|
|
2309
2209
|
...rest
|
|
2310
|
-
},
|
|
2311
|
-
d: "
|
|
2210
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2211
|
+
d: "M31 12.41L29.59 11 26 14.59 22.41 11 21 12.41 24.59 16 21 19.59 22.41 21 26 17.41 29.59 21 31 19.59 27.41 16 31 12.41zM18 30a1 1 0 01-.71-.3L9.67 22H3a1 1 0 01-1-1H2V11a1 1 0 011-1H9.67l7.62-7.7a1 1 0 011.41 0A1 1 0 0119 3V29A1 1 0 0118 30zM4 20h6a1.17 1.17 0 01.79.3L17 26.57V5.43L10.79 11.7A1.17 1.17 0 0110 12H4z"
|
|
2312
2212
|
})), children);
|
|
2313
2213
|
});
|
|
2314
2214
|
if (process.env.NODE_ENV !== "production") {
|
|
2315
|
-
|
|
2215
|
+
VolumeMute.propTypes = iconPropTypes4cbeb95d.i;
|
|
2316
2216
|
}
|
|
2317
|
-
const
|
|
2217
|
+
const VolumeMuteFilled = /*#__PURE__*/React.forwardRef(function VolumeMuteFilled(_ref94, ref) {
|
|
2318
2218
|
let {
|
|
2319
2219
|
children,
|
|
2320
2220
|
size = 16,
|
|
@@ -2328,14 +2228,14 @@ const WeatherFrontStationary = /*#__PURE__*/React.forwardRef(function WeatherFro
|
|
|
2328
2228
|
viewBox: "0 0 32 32",
|
|
2329
2229
|
fill: "currentColor",
|
|
2330
2230
|
...rest
|
|
2331
|
-
},
|
|
2332
|
-
d: "
|
|
2231
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2232
|
+
d: "M31 12.41L29.59 11 26 14.59 22.41 11 21 12.41 24.59 16 21 19.59 22.41 21 26 17.41 29.59 21 31 19.59 27.41 16 31 12.41zM18 30a1 1 0 01-.71-.3L9.67 22H3a1 1 0 01-1-1H2V11a1 1 0 011-1H9.67l7.62-7.7a1 1 0 011.41 0A1 1 0 0119 3V29A1 1 0 0118 30z"
|
|
2333
2233
|
})), children);
|
|
2334
2234
|
});
|
|
2335
2235
|
if (process.env.NODE_ENV !== "production") {
|
|
2336
|
-
|
|
2236
|
+
VolumeMuteFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2337
2237
|
}
|
|
2338
|
-
const
|
|
2238
|
+
const VolumeObjectStorage = /*#__PURE__*/React.forwardRef(function VolumeObjectStorage(_ref95, ref) {
|
|
2339
2239
|
let {
|
|
2340
2240
|
children,
|
|
2341
2241
|
size = 16,
|
|
@@ -2349,14 +2249,16 @@ const WeatherFrontWarm = /*#__PURE__*/React.forwardRef(function WeatherFrontWarm
|
|
|
2349
2249
|
viewBox: "0 0 32 32",
|
|
2350
2250
|
fill: "currentColor",
|
|
2351
2251
|
...rest
|
|
2352
|
-
},
|
|
2353
|
-
d: "
|
|
2252
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2253
|
+
d: "M23,24a2.98,2.98,0,0,0-2.0376.8115l-4.0037-2.4023a2.0478,2.0478,0,0,0,0-.8184l4.0037-2.4023a3.2463,3.2463,0,1,0-.9211-1.7793l-4.0037,2.4023a3,3,0,1,0,0,4.377l4.0037,2.4023A2.9729,2.9729,0,0,0,20,27a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0008,1.0008,0,0,1,23,16Zm-9,7a1,1,0,1,1,1-1A1.0008,1.0008,0,0,1,14,23Zm9,5a1,1,0,1,1,1-1A1.0008,1.0008,0,0,1,23,28Z"
|
|
2254
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2255
|
+
d: "M8,28H4a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,4,4h7.5857A1.9865,1.9865,0,0,1,13,4.5859L16.4143,8H28a2.0023,2.0023,0,0,1,2,2v8H28V10H15.5857l-4-4H4V26H8Z"
|
|
2354
2256
|
})), children);
|
|
2355
2257
|
});
|
|
2356
2258
|
if (process.env.NODE_ENV !== "production") {
|
|
2357
|
-
|
|
2259
|
+
VolumeObjectStorage.propTypes = iconPropTypes4cbeb95d.i;
|
|
2358
2260
|
}
|
|
2359
|
-
const
|
|
2261
|
+
const VolumeUp = /*#__PURE__*/React.forwardRef(function VolumeUp(_ref96, ref) {
|
|
2360
2262
|
let {
|
|
2361
2263
|
children,
|
|
2362
2264
|
size = 16,
|
|
@@ -2370,18 +2272,16 @@ const WeatherStation = /*#__PURE__*/React.forwardRef(function WeatherStation(_re
|
|
|
2370
2272
|
viewBox: "0 0 32 32",
|
|
2371
2273
|
fill: "currentColor",
|
|
2372
2274
|
...rest
|
|
2373
|
-
},
|
|
2374
|
-
d: "
|
|
2375
|
-
})),
|
|
2376
|
-
d: "
|
|
2377
|
-
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2378
|
-
d: "M6.3994 21.8008a11.0019 11.0019 0 010-17.6006L7.6 5.8a9.0009 9.0009 0 000 14.4014zM25.6006 21.8008l-1.2012-1.6a9.001 9.001 0 000-14.4019l1.2012-1.6a11.002 11.002 0 010 17.6011z"
|
|
2275
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2276
|
+
d: "M27.16,8.08,25.63,9.37a10,10,0,0,1-.29,13.23L26.81,24a12,12,0,0,0,.35-15.88Z"
|
|
2277
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2278
|
+
d: "M21.58 12a6 6 0 01-.18 7.94l1.47 1.36a8 8 0 00.23-10.59zM18 30a1 1 0 01-.71-.3L9.67 22H3a1 1 0 01-1-1H2V11a1 1 0 011-1H9.67l7.62-7.7a1 1 0 011.41 0A1 1 0 0119 3V29A1 1 0 0118 30zM4 20h6.08a1 1 0 01.71.3L17 26.57V5.43L10.79 11.7a1 1 0 01-.71.3H4z"
|
|
2379
2279
|
})), children);
|
|
2380
2280
|
});
|
|
2381
2281
|
if (process.env.NODE_ENV !== "production") {
|
|
2382
|
-
|
|
2282
|
+
VolumeUp.propTypes = iconPropTypes4cbeb95d.i;
|
|
2383
2283
|
}
|
|
2384
|
-
const
|
|
2284
|
+
const VolumeUpAlt = /*#__PURE__*/React.forwardRef(function VolumeUpAlt(_ref97, ref) {
|
|
2385
2285
|
let {
|
|
2386
2286
|
children,
|
|
2387
2287
|
size = 16,
|
|
@@ -2395,16 +2295,14 @@ const WebServicesCluster = /*#__PURE__*/React.forwardRef(function WebServicesClu
|
|
|
2395
2295
|
viewBox: "0 0 32 32",
|
|
2396
2296
|
fill: "currentColor",
|
|
2397
2297
|
...rest
|
|
2398
|
-
},
|
|
2399
|
-
d: "
|
|
2400
|
-
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2401
|
-
d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z"
|
|
2298
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2299
|
+
d: "M32 15L28 15 28 11 26 11 26 15 22 15 22 17 26 17 26 21 28 21 28 17 32 17 32 15zM18 30a.997.997 0 01-.7109-.2969L9.666 22H3a.9993.9993 0 01-1-.9988V11a.9993.9993 0 01.9988-1H9.666l7.623-7.7031A1 1 0 0119 3V29A1.0007 1.0007 0 0118 30zM4 20h6a1.2008 1.2008 0 01.7939.2969L17 26.5684V5.4316l-6.2061 6.2715A1.2013 1.2013 0 0110 12H4z"
|
|
2402
2300
|
})), children);
|
|
2403
2301
|
});
|
|
2404
2302
|
if (process.env.NODE_ENV !== "production") {
|
|
2405
|
-
|
|
2303
|
+
VolumeUpAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
2406
2304
|
}
|
|
2407
|
-
const
|
|
2305
|
+
const VolumeUpFilled = /*#__PURE__*/React.forwardRef(function VolumeUpFilled(_ref98, ref) {
|
|
2408
2306
|
let {
|
|
2409
2307
|
children,
|
|
2410
2308
|
size = 16,
|
|
@@ -2418,16 +2316,16 @@ const WebServicesContainer = /*#__PURE__*/React.forwardRef(function WebServicesC
|
|
|
2418
2316
|
viewBox: "0 0 32 32",
|
|
2419
2317
|
fill: "currentColor",
|
|
2420
2318
|
...rest
|
|
2421
|
-
},
|
|
2422
|
-
d: "
|
|
2423
|
-
})),
|
|
2424
|
-
d: "
|
|
2319
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2320
|
+
d: "M27.16,8.08,25.63,9.37a10,10,0,0,1-.29,13.23L26.81,24a12,12,0,0,0,.35-15.88Z"
|
|
2321
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2322
|
+
d: "M21.58 12a6 6 0 01-.18 7.94l1.47 1.36a8 8 0 00.23-10.59zM18 30a1 1 0 01-.71-.3L9.67 22H3a1 1 0 01-1-1H2V11a1 1 0 011-1H9.67l7.62-7.7a1 1 0 011.41 0A1 1 0 0119 3V29A1 1 0 0118 30z"
|
|
2425
2323
|
})), children);
|
|
2426
2324
|
});
|
|
2427
2325
|
if (process.env.NODE_ENV !== "production") {
|
|
2428
|
-
|
|
2326
|
+
VolumeUpFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2429
2327
|
}
|
|
2430
|
-
const
|
|
2328
|
+
const VolumeUpFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeUpFilledAlt(_ref99, ref) {
|
|
2431
2329
|
let {
|
|
2432
2330
|
children,
|
|
2433
2331
|
size = 16,
|
|
@@ -2441,18 +2339,14 @@ const WebServicesDefinition = /*#__PURE__*/React.forwardRef(function WebServices
|
|
|
2441
2339
|
viewBox: "0 0 32 32",
|
|
2442
2340
|
fill: "currentColor",
|
|
2443
2341
|
...rest
|
|
2444
|
-
},
|
|
2445
|
-
d: "
|
|
2446
|
-
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2447
|
-
d: "m21,23h-10c-.5522,0-1-.4478-1-1v-12c0-.5522.4478-1,1-1h10c.5522,0,1,.4478,1,1v12c0,.5522-.4478,1-1,1Zm-9-2h8v-10h-8v10Z"
|
|
2448
|
-
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2449
|
-
d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z"
|
|
2342
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2343
|
+
d: "M32 15L28 15 28 11 26 11 26 15 22 15 22 17 26 17 26 21 28 21 28 17 32 17 32 15zM18 30a.997.997 0 01-.7109-.2969L9.666 22H3a.9993.9993 0 01-1-.9988V11a.9993.9993 0 01.9988-1H9.666l7.623-7.7031A1 1 0 0119 3V29A1.0007 1.0007 0 0118 30z"
|
|
2450
2344
|
})), children);
|
|
2451
2345
|
});
|
|
2452
2346
|
if (process.env.NODE_ENV !== "production") {
|
|
2453
|
-
|
|
2347
|
+
VolumeUpFilledAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
2454
2348
|
}
|
|
2455
|
-
const
|
|
2349
|
+
const Vpn = /*#__PURE__*/React.forwardRef(function Vpn(_ref100, ref) {
|
|
2456
2350
|
let {
|
|
2457
2351
|
children,
|
|
2458
2352
|
size = 16,
|
|
@@ -2466,18 +2360,14 @@ const WebServicesService = /*#__PURE__*/React.forwardRef(function WebServicesSer
|
|
|
2466
2360
|
viewBox: "0 0 32 32",
|
|
2467
2361
|
fill: "currentColor",
|
|
2468
2362
|
...rest
|
|
2469
|
-
},
|
|
2470
|
-
d: "
|
|
2471
|
-
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2472
|
-
d: "m18,23h-8c-.5522,0-1-.4478-1-1v-8c0-.5522.4478-1,1-1h8c.5522,0,1,.4478,1,1v8c0,.5522-.4478,1-1,1Zm-7-2h6v-6h-6v6Z"
|
|
2473
|
-
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2474
|
-
d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z"
|
|
2363
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2364
|
+
d: "M14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM28 19L24.32 9 22 9 22 23 24 23 24 13 27.68 23 30 23 30 9 28 9 28 19zM8 9L6 22 4 9 2 9 4.52 23 7.48 23 10 9 8 9z"
|
|
2475
2365
|
})), children);
|
|
2476
2366
|
});
|
|
2477
2367
|
if (process.env.NODE_ENV !== "production") {
|
|
2478
|
-
|
|
2368
|
+
Vpn.propTypes = iconPropTypes4cbeb95d.i;
|
|
2479
2369
|
}
|
|
2480
|
-
const
|
|
2370
|
+
const VpnConnection = /*#__PURE__*/React.forwardRef(function VpnConnection(_ref101, ref) {
|
|
2481
2371
|
let {
|
|
2482
2372
|
children,
|
|
2483
2373
|
size = 16,
|
|
@@ -2491,18 +2381,14 @@ const WebServicesTask = /*#__PURE__*/React.forwardRef(function WebServicesTask(_
|
|
|
2491
2381
|
viewBox: "0 0 32 32",
|
|
2492
2382
|
fill: "currentColor",
|
|
2493
2383
|
...rest
|
|
2494
|
-
},
|
|
2495
|
-
d: "
|
|
2496
|
-
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2497
|
-
d: "m15,23h-4c-.5522,0-1-.4478-1-1v-12c0-.5522.4478-1,1-1h10c.5522,0,1,.4478,1,1v6h-2v-5h-8v10h3v2Z"
|
|
2498
|
-
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2499
|
-
d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z"
|
|
2384
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2385
|
+
d: "M28,7a1.9919,1.9919,0,0,0-1.7227,1H22A6,6,0,0,0,10,8H5.7227a2,2,0,1,0,0,2H10v4H8a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V16a2,2,0,0,0-2-2H22V10h4.2773A1.9966,1.9966,0,1,0,28,7ZM12,8a4,4,0,0,1,8,0v6H12V10h5V8Zm12,8V28H8V16Z"
|
|
2500
2386
|
})), children);
|
|
2501
2387
|
});
|
|
2502
2388
|
if (process.env.NODE_ENV !== "production") {
|
|
2503
|
-
|
|
2389
|
+
VpnConnection.propTypes = iconPropTypes4cbeb95d.i;
|
|
2504
2390
|
}
|
|
2505
|
-
const
|
|
2391
|
+
const VpnPolicy = /*#__PURE__*/React.forwardRef(function VpnPolicy(_ref102, ref) {
|
|
2506
2392
|
let {
|
|
2507
2393
|
children,
|
|
2508
2394
|
size = 16,
|
|
@@ -2516,18 +2402,16 @@ const WebServicesTaskDefinitionVersion = /*#__PURE__*/React.forwardRef(function
|
|
|
2516
2402
|
viewBox: "0 0 32 32",
|
|
2517
2403
|
fill: "currentColor",
|
|
2518
2404
|
...rest
|
|
2519
|
-
},
|
|
2520
|
-
d: "
|
|
2521
|
-
})),
|
|
2522
|
-
d: "
|
|
2523
|
-
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2524
|
-
d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z"
|
|
2405
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2406
|
+
d: "M30,15A6,6,0,1,0,20,19.46V29l4-1.8838L28,29V19.46A5.98,5.98,0,0,0,30,15ZM26,25.8477l-2-.9415-2,.9415V20.65a5.8877,5.8877,0,0,0,4,0ZM24,19a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,24,19Z"
|
|
2407
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2408
|
+
d: "M14,2A6.0066,6.0066,0,0,0,8,8v6H6a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H17V28H6V16h9V14H10V8a4,4,0,0,1,7.92-.8008l1.96-.3984A6.0167,6.0167,0,0,0,14,2Z"
|
|
2525
2409
|
})), children);
|
|
2526
2410
|
});
|
|
2527
2411
|
if (process.env.NODE_ENV !== "production") {
|
|
2528
|
-
|
|
2412
|
+
VpnPolicy.propTypes = iconPropTypes4cbeb95d.i;
|
|
2529
2413
|
}
|
|
2530
|
-
const
|
|
2414
|
+
const Wallet = /*#__PURE__*/React.forwardRef(function Wallet(_ref103, ref) {
|
|
2531
2415
|
let {
|
|
2532
2416
|
children,
|
|
2533
2417
|
size = 16,
|
|
@@ -2541,23 +2425,36 @@ const Webhook = /*#__PURE__*/React.forwardRef(function Webhook(_ref103, ref) {
|
|
|
2541
2425
|
viewBox: "0 0 32 32",
|
|
2542
2426
|
fill: "currentColor",
|
|
2543
2427
|
...rest
|
|
2544
|
-
},
|
|
2545
|
-
d: "
|
|
2546
|
-
})),
|
|
2547
|
-
d: "
|
|
2548
|
-
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2549
|
-
d: "M8.532,20.0537a3.03,3.03,0,1,0,1.7326.9985C11.74,18.47,13.86,14.7607,13.89,14.708l.4976-.8682-.8677-.497a5,5,0,1,1,6.812-1.8438l1.7315,1.002a7.0008,7.0008,0,1,0-10.3462,2.0356c-.457.7427-1.1021,1.8716-2.0737,3.5728Z"
|
|
2428
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2429
|
+
d: "M22 17H24V19H22z"
|
|
2430
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2431
|
+
d: "M28,8H4V5H26V3H4A2,2,0,0,0,2,5V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10A2,2,0,0,0,28,8ZM4,26V10H28v3H20a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h8v3ZM28,15v6H20V15Z"
|
|
2550
2432
|
})), children);
|
|
2551
2433
|
});
|
|
2552
2434
|
if (process.env.NODE_ENV !== "production") {
|
|
2553
|
-
|
|
2435
|
+
Wallet.propTypes = iconPropTypes4cbeb95d.i;
|
|
2554
2436
|
}
|
|
2555
|
-
const
|
|
2437
|
+
const Warning = /*#__PURE__*/React.forwardRef(function Warning(_ref104, ref) {
|
|
2556
2438
|
let {
|
|
2557
2439
|
children,
|
|
2558
2440
|
size = 16,
|
|
2559
2441
|
...rest
|
|
2560
2442
|
} = _ref104;
|
|
2443
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
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 16 16",
|
|
2450
|
+
fill: "currentColor",
|
|
2451
|
+
...rest
|
|
2452
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2453
|
+
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"
|
|
2454
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2455
|
+
d: "M7.5 4H8.5V9H7.5zM8 10.2c-.4 0-.8.3-.8.8s.3.8.8.8c.4 0 .8-.3.8-.8S8.4 10.2 8 10.2z"
|
|
2456
|
+
})), children);
|
|
2457
|
+
}
|
|
2561
2458
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2562
2459
|
width: size,
|
|
2563
2460
|
height: size,
|
|
@@ -2566,25 +2463,36 @@ const Websheet = /*#__PURE__*/React.forwardRef(function Websheet(_ref104, ref) {
|
|
|
2566
2463
|
viewBox: "0 0 32 32",
|
|
2567
2464
|
fill: "currentColor",
|
|
2568
2465
|
...rest
|
|
2569
|
-
},
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2574
|
-
d: "M24,30a6,6,0,1,1,6-6A6.0069,6.0069,0,0,1,24,30Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,24,20Z"
|
|
2575
|
-
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2576
|
-
d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
|
|
2466
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2467
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
|
|
2468
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2469
|
+
d: "M15 8H17V19H15zM16 22a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 22z"
|
|
2577
2470
|
})), children);
|
|
2578
2471
|
});
|
|
2579
2472
|
if (process.env.NODE_ENV !== "production") {
|
|
2580
|
-
|
|
2473
|
+
Warning.propTypes = iconPropTypes4cbeb95d.i;
|
|
2581
2474
|
}
|
|
2582
|
-
const
|
|
2475
|
+
const WarningAlt = /*#__PURE__*/React.forwardRef(function WarningAlt(_ref105, ref) {
|
|
2583
2476
|
let {
|
|
2584
2477
|
children,
|
|
2585
2478
|
size = 16,
|
|
2586
2479
|
...rest
|
|
2587
2480
|
} = _ref105;
|
|
2481
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2482
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2483
|
+
width: size,
|
|
2484
|
+
height: size,
|
|
2485
|
+
ref: ref,
|
|
2486
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2487
|
+
viewBox: "0 0 16 16",
|
|
2488
|
+
fill: "currentColor",
|
|
2489
|
+
...rest
|
|
2490
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2491
|
+
d: "M14.5,14h-13c-0.2,0-0.3-0.1-0.4-0.2c-0.1-0.2-0.1-0.3,0-0.5l6.5-12C7.7,1,8,0.9,8.2,1.1c0.1,0,0.2,0.1,0.2,0.2l6.5,12 c0.1,0.2,0.1,0.3,0,0.5C14.9,13.9,14.7,14,14.5,14z M2.3,13h11.3L8,2.5L2.3,13z"
|
|
2492
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2493
|
+
d: "M7.5 6H8.5V9.5H7.5zM8 10.8c-.4 0-.8.3-.8.8s.3.8.8.8c.4 0 .8-.3.8-.8S8.4 10.8 8 10.8z"
|
|
2494
|
+
})), children);
|
|
2495
|
+
}
|
|
2588
2496
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2589
2497
|
width: size,
|
|
2590
2498
|
height: size,
|
|
@@ -2593,14 +2501,16 @@ const Wheat = /*#__PURE__*/React.forwardRef(function Wheat(_ref105, ref) {
|
|
|
2593
2501
|
viewBox: "0 0 32 32",
|
|
2594
2502
|
fill: "currentColor",
|
|
2595
2503
|
...rest
|
|
2596
|
-
},
|
|
2597
|
-
d: "
|
|
2504
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2505
|
+
d: "M16 23a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 23zM15 12H17V21H15z"
|
|
2506
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2507
|
+
d: "M29,30H3a1,1,0,0,1-.8872-1.4614l13-25a1,1,0,0,1,1.7744,0l13,25A1,1,0,0,1,29,30ZM4.6507,28H27.3493l.002-.0033L16.002,6.1714h-.004L4.6487,27.9967Z"
|
|
2598
2508
|
})), children);
|
|
2599
2509
|
});
|
|
2600
2510
|
if (process.env.NODE_ENV !== "production") {
|
|
2601
|
-
|
|
2511
|
+
WarningAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
2602
2512
|
}
|
|
2603
|
-
const
|
|
2513
|
+
const WarningAltFilled = /*#__PURE__*/React.forwardRef(function WarningAltFilled(_ref106, ref) {
|
|
2604
2514
|
let {
|
|
2605
2515
|
children,
|
|
2606
2516
|
size = 16,
|
|
@@ -2614,16 +2524,20 @@ const WhitePaper = /*#__PURE__*/React.forwardRef(function WhitePaper(_ref106, re
|
|
|
2614
2524
|
viewBox: "0 0 32 32",
|
|
2615
2525
|
fill: "currentColor",
|
|
2616
2526
|
...rest
|
|
2617
|
-
},
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2527
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2528
|
+
fill: "none",
|
|
2529
|
+
d: "M16,26a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,26Zm-1.125-5h2.25V12h-2.25Z",
|
|
2530
|
+
"data-icon-path": "inner-path"
|
|
2531
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2532
|
+
d: "M16.002,6.1714h-.004L4.6487,27.9966,4.6506,28H27.3494l.0019-.0034ZM14.875,12h2.25v9h-2.25ZM16,26a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,26Z"
|
|
2533
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2534
|
+
d: "M29,30H3a1,1,0,0,1-.8872-1.4614l13-25a1,1,0,0,1,1.7744,0l13,25A1,1,0,0,1,29,30ZM4.6507,28H27.3493l.002-.0033L16.002,6.1714h-.004L4.6487,27.9967Z"
|
|
2621
2535
|
})), children);
|
|
2622
2536
|
});
|
|
2623
2537
|
if (process.env.NODE_ENV !== "production") {
|
|
2624
|
-
|
|
2538
|
+
WarningAltFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2625
2539
|
}
|
|
2626
|
-
const
|
|
2540
|
+
const WarningAltInverted = /*#__PURE__*/React.forwardRef(function WarningAltInverted(_ref107, ref) {
|
|
2627
2541
|
let {
|
|
2628
2542
|
children,
|
|
2629
2543
|
size = 16,
|
|
@@ -2637,22 +2551,16 @@ const Wifi = /*#__PURE__*/React.forwardRef(function Wifi(_ref107, ref) {
|
|
|
2637
2551
|
viewBox: "0 0 32 32",
|
|
2638
2552
|
fill: "currentColor",
|
|
2639
2553
|
...rest
|
|
2640
|
-
},
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
})), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2645
|
-
d: "M10.47,19.2334l1.4136,1.4131a5.9688,5.9688,0,0,1,8.2229-.0093L21.52,19.2236a7.9629,7.9629,0,0,0-11.05.01Z"
|
|
2646
|
-
})), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2647
|
-
d: "M6.229,14.9927l1.4136,1.4135a11.955,11.955,0,0,1,16.7041-.01L25.76,14.9829a13.9514,13.9514,0,0,0-19.5313.01Z"
|
|
2648
|
-
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2649
|
-
d: "M30,10.7412a19.94,19.94,0,0,0-28,0v.0225L3.4043,12.168a17.9336,17.9336,0,0,1,25.1811-.01L30,10.7432Z"
|
|
2554
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2555
|
+
d: "M16 17a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 17zM15 6H17V15H15z"
|
|
2556
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2557
|
+
d: "M29.855,2.481a1.001,1.001,0,0,1,.0322.98l-13,25a1,1,0,0,1-1.7744,0l-13-25A1,1,0,0,1,3,2H29A1.0007,1.0007,0,0,1,29.855,2.481ZM4.6487,4.0033,15.998,25.8286h.004L27.3513,4.0033,27.3493,4H4.6507Z"
|
|
2650
2558
|
})), children);
|
|
2651
2559
|
});
|
|
2652
2560
|
if (process.env.NODE_ENV !== "production") {
|
|
2653
|
-
|
|
2561
|
+
WarningAltInverted.propTypes = iconPropTypes4cbeb95d.i;
|
|
2654
2562
|
}
|
|
2655
|
-
const
|
|
2563
|
+
const WarningAltInvertedFilled = /*#__PURE__*/React.forwardRef(function WarningAltInvertedFilled(_ref108, ref) {
|
|
2656
2564
|
let {
|
|
2657
2565
|
children,
|
|
2658
2566
|
size = 16,
|
|
@@ -2666,26 +2574,20 @@ const WifiController = /*#__PURE__*/React.forwardRef(function WifiController(_re
|
|
|
2666
2574
|
viewBox: "0 0 32 32",
|
|
2667
2575
|
fill: "currentColor",
|
|
2668
2576
|
...rest
|
|
2669
|
-
},
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
})),
|
|
2676
|
-
|
|
2677
|
-
cy: "14.5",
|
|
2678
|
-
r: "1.5"
|
|
2679
|
-
})), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2680
|
-
d: "M10.7832,10.3325a7.0007,7.0007,0,0,1,10.4341,0l-1.49,1.334a5,5,0,0,0-7.4537,0Z"
|
|
2681
|
-
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
2682
|
-
d: "M7.1992,7.3994a11.0019,11.0019,0,0,1,17.6006,0L23.2,8.6a9.0009,9.0009,0,0,0-14.4014.0005Z"
|
|
2577
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2578
|
+
fill: "none",
|
|
2579
|
+
d: "M16,20a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,20Zm-1.125-5h2.25V6h-2.25Z",
|
|
2580
|
+
"data-icon-path": "inner-path"
|
|
2581
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2582
|
+
d: "M27.3494,4H4.6506l-.0019.0034L15.998,25.8286h.004L27.3513,4.0034ZM14.875,6h2.25v9h-2.25ZM16,20a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,20Z"
|
|
2583
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2584
|
+
d: "M29.855,2.481a1.001,1.001,0,0,1,.0322.98l-13,25a1,1,0,0,1-1.7744,0l-13-25A1,1,0,0,1,3,2H29A1.0007,1.0007,0,0,1,29.855,2.481ZM4.6487,4.0033,15.998,25.8286h.004L27.3513,4.0033,27.3493,4H4.6507Z"
|
|
2683
2585
|
})), children);
|
|
2684
2586
|
});
|
|
2685
2587
|
if (process.env.NODE_ENV !== "production") {
|
|
2686
|
-
|
|
2588
|
+
WarningAltInvertedFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2687
2589
|
}
|
|
2688
|
-
const
|
|
2590
|
+
const WarningDiamond = /*#__PURE__*/React.forwardRef(function WarningDiamond(_ref109, ref) {
|
|
2689
2591
|
let {
|
|
2690
2592
|
children,
|
|
2691
2593
|
size = 16,
|
|
@@ -2699,21 +2601,73 @@ const WifiNotSecure = /*#__PURE__*/React.forwardRef(function WifiNotSecure(_ref1
|
|
|
2699
2601
|
viewBox: "0 0 32 32",
|
|
2700
2602
|
fill: "currentColor",
|
|
2701
2603
|
...rest
|
|
2702
|
-
},
|
|
2703
|
-
d: "
|
|
2704
|
-
})),
|
|
2705
|
-
d: "
|
|
2604
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2605
|
+
d: "M16 20c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 9H17V18H15z"
|
|
2606
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2607
|
+
d: "m16,30c-.5335,0-1.0672-.2031-1.4732-.6094L2.6094,17.4732c-.8126-.8123-.8126-2.1342,0-2.9465L14.5268,2.6094c.8121-.8126,2.1344-.8126,2.9465,0l11.9173,11.9173c.8126.8123.8126,2.1342,0,2.9465l-11.9173,11.9173c-.406.4063-.9398.6094-1.4732.6094Zm0-26.0008c-.0215,0-.0427.0083-.0591.0244L4.0236,15.9409c-.0325.0327-.0325.0855,0,.1182l11.9173,11.9173c.0327.0322.0855.0322.1182,0l11.9173-11.9173c.0325-.0327.0325-.0855,0-.1182l-11.9173-11.9173c-.0164-.0161-.0376-.0244-.0591-.0244Z"
|
|
2706
2608
|
})), children);
|
|
2707
2609
|
});
|
|
2708
2610
|
if (process.env.NODE_ENV !== "production") {
|
|
2709
|
-
|
|
2611
|
+
WarningDiamond.propTypes = iconPropTypes4cbeb95d.i;
|
|
2710
2612
|
}
|
|
2711
|
-
const
|
|
2613
|
+
const WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref110, ref) {
|
|
2712
2614
|
let {
|
|
2713
2615
|
children,
|
|
2714
2616
|
size = 16,
|
|
2715
2617
|
...rest
|
|
2716
2618
|
} = _ref110;
|
|
2619
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2620
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2621
|
+
width: size,
|
|
2622
|
+
height: size,
|
|
2623
|
+
ref: ref,
|
|
2624
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2625
|
+
viewBox: "0 0 16 16",
|
|
2626
|
+
fill: "currentColor",
|
|
2627
|
+
...rest
|
|
2628
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2629
|
+
d: "M8,1C4.2,1,1,4.2,1,8s3.2,7,7,7s7-3.1,7-7S11.9,1,8,1z M7.5,4h1v5h-1C7.5,9,7.5,4,7.5,4z M8,12.2 c-0.4,0-0.8-0.4-0.8-0.8s0.3-0.8,0.8-0.8c0.4,0,0.8,0.4,0.8,0.8S8.4,12.2,8,12.2z"
|
|
2630
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2631
|
+
d: "M7.5,4h1v5h-1C7.5,9,7.5,4,7.5,4z M8,12.2c-0.4,0-0.8-0.4-0.8-0.8s0.3-0.8,0.8-0.8 c0.4,0,0.8,0.4,0.8,0.8S8.4,12.2,8,12.2z",
|
|
2632
|
+
"data-icon-path": "inner-path",
|
|
2633
|
+
opacity: "0"
|
|
2634
|
+
})), children);
|
|
2635
|
+
}
|
|
2636
|
+
if (size === 20 || size === "20" || size === "20px") {
|
|
2637
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2638
|
+
width: size,
|
|
2639
|
+
height: size,
|
|
2640
|
+
ref: ref,
|
|
2641
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2642
|
+
viewBox: "0 0 20 20",
|
|
2643
|
+
fill: "currentColor",
|
|
2644
|
+
...rest
|
|
2645
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2646
|
+
d: "M10,1c-5,0-9,4-9,9s4,9,9,9s9-4,9-9S15,1,10,1z M9.2,5h1.5v7H9.2V5z M10,16c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S10.6,16,10,16z"
|
|
2647
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2648
|
+
d: "M9.2,5h1.5v7H9.2V5z M10,16c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S10.6,16,10,16z",
|
|
2649
|
+
"data-icon-path": "inner-path",
|
|
2650
|
+
opacity: "0"
|
|
2651
|
+
})), children);
|
|
2652
|
+
}
|
|
2653
|
+
if (size === 24 || size === "24" || size === "24px") {
|
|
2654
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2655
|
+
width: size,
|
|
2656
|
+
height: size,
|
|
2657
|
+
ref: ref,
|
|
2658
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2659
|
+
viewBox: "0 0 24 24",
|
|
2660
|
+
fill: "currentColor",
|
|
2661
|
+
...rest
|
|
2662
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2663
|
+
d: "M12,1C5.9,1,1,5.9,1,12s4.9,11,11,11s11-4.9,11-11C23,5.9,18.1,1,12,1z M11.1,6h1.8v8h-1.8V6z M12,19.2 c-0.7,0-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2s1.2,0.6,1.2,1.2S12.7,19.2,12,19.2z"
|
|
2664
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2665
|
+
fill: "none",
|
|
2666
|
+
d: "M13.2,18c0,0.7-0.6,1.2-1.2,1.2s-1.2-0.6-1.2-1.2s0.6-1.2,1.2-1.2S13.2,17.3,13.2,18z M12.9,6 h-1.8v8h1.8V6z",
|
|
2667
|
+
"data-icon-path": "inner-path",
|
|
2668
|
+
opacity: "0"
|
|
2669
|
+
})), children);
|
|
2670
|
+
}
|
|
2717
2671
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2718
2672
|
width: size,
|
|
2719
2673
|
height: size,
|
|
@@ -2722,18 +2676,19 @@ const WifiOff = /*#__PURE__*/React.forwardRef(function WifiOff(_ref110, ref) {
|
|
|
2722
2676
|
viewBox: "0 0 32 32",
|
|
2723
2677
|
fill: "currentColor",
|
|
2724
2678
|
...rest
|
|
2725
|
-
},
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2679
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2680
|
+
d: "M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14C30,8.3,23.7,2,16,2z M14.9,8h2.2v11h-2.2V8z M16,25 c-0.8,0-1.5-0.7-1.5-1.5S15.2,22,16,22c0.8,0,1.5,0.7,1.5,1.5S16.8,25,16,25z"
|
|
2681
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2682
|
+
fill: "none",
|
|
2683
|
+
d: "M17.5,23.5c0,0.8-0.7,1.5-1.5,1.5c-0.8,0-1.5-0.7-1.5-1.5S15.2,22,16,22 C16.8,22,17.5,22.7,17.5,23.5z M17.1,8h-2.2v11h2.2V8z",
|
|
2684
|
+
"data-icon-path": "inner-path",
|
|
2685
|
+
opacity: "0"
|
|
2731
2686
|
})), children);
|
|
2732
2687
|
});
|
|
2733
2688
|
if (process.env.NODE_ENV !== "production") {
|
|
2734
|
-
|
|
2689
|
+
WarningFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2735
2690
|
}
|
|
2736
|
-
const
|
|
2691
|
+
const WarningHex = /*#__PURE__*/React.forwardRef(function WarningHex(_ref111, ref) {
|
|
2737
2692
|
let {
|
|
2738
2693
|
children,
|
|
2739
2694
|
size = 16,
|
|
@@ -2747,16 +2702,16 @@ const WifiSecure = /*#__PURE__*/React.forwardRef(function WifiSecure(_ref111, re
|
|
|
2747
2702
|
viewBox: "0 0 32 32",
|
|
2748
2703
|
fill: "currentColor",
|
|
2749
2704
|
...rest
|
|
2750
|
-
},
|
|
2751
|
-
d: "
|
|
2752
|
-
})),
|
|
2753
|
-
d: "
|
|
2705
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2706
|
+
d: "M16 21a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 21zM15 8H17V18H15z"
|
|
2707
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2708
|
+
d: "M23,29H9a1,1,0,0,1-.8638-.4961l-7-12a1,1,0,0,1,0-1.0078l7-12A1,1,0,0,1,9,3H23a1,1,0,0,1,.8638.4961l7,12a1,1,0,0,1,0,1.0078l-7,12A1,1,0,0,1,23,29ZM9.5742,27H22.4258l6.4165-11L22.4258,5H9.5742L3.1577,16Z"
|
|
2754
2709
|
})), children);
|
|
2755
2710
|
});
|
|
2756
2711
|
if (process.env.NODE_ENV !== "production") {
|
|
2757
|
-
|
|
2712
|
+
WarningHex.propTypes = iconPropTypes4cbeb95d.i;
|
|
2758
2713
|
}
|
|
2759
|
-
const
|
|
2714
|
+
const WarningHexFilled = /*#__PURE__*/React.forwardRef(function WarningHexFilled(_ref112, ref) {
|
|
2760
2715
|
let {
|
|
2761
2716
|
children,
|
|
2762
2717
|
size = 16,
|
|
@@ -2770,18 +2725,18 @@ const WifiBridge = /*#__PURE__*/React.forwardRef(function WifiBridge(_ref112, re
|
|
|
2770
2725
|
viewBox: "0 0 32 32",
|
|
2771
2726
|
fill: "currentColor",
|
|
2772
2727
|
...rest
|
|
2773
|
-
},
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
})),
|
|
2778
|
-
d: "
|
|
2728
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2729
|
+
fill: "none",
|
|
2730
|
+
d: "M14.875,8h2.25V19h-2.25ZM16,25a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,25Z",
|
|
2731
|
+
"data-icon-path": "inner-path"
|
|
2732
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2733
|
+
d: "M30.8508,15.4487,23.8867,3.5322A1.0687,1.0687,0,0,0,22.9643,3H9.0357a1.0687,1.0687,0,0,0-.9224.5322L1.1492,15.4487a1.0933,1.0933,0,0,0,0,1.1026L8.1133,28.4678A1.0687,1.0687,0,0,0,9.0357,29H22.9643a1.0687,1.0687,0,0,0,.9224-.5322l6.9641-11.9165A1.0933,1.0933,0,0,0,30.8508,15.4487ZM14.875,8h2.25V19h-2.25ZM16,25a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,25Z"
|
|
2779
2734
|
})), children);
|
|
2780
2735
|
});
|
|
2781
2736
|
if (process.env.NODE_ENV !== "production") {
|
|
2782
|
-
|
|
2737
|
+
WarningHexFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2783
2738
|
}
|
|
2784
|
-
const
|
|
2739
|
+
const WarningMultiple = /*#__PURE__*/React.forwardRef(function WarningMultiple(_ref113, ref) {
|
|
2785
2740
|
let {
|
|
2786
2741
|
children,
|
|
2787
2742
|
size = 16,
|
|
@@ -2795,18 +2750,22 @@ const WifiBridgeAlt = /*#__PURE__*/React.forwardRef(function WifiBridgeAlt(_ref1
|
|
|
2795
2750
|
viewBox: "0 0 32 32",
|
|
2796
2751
|
fill: "currentColor",
|
|
2797
2752
|
...rest
|
|
2798
|
-
},
|
|
2799
|
-
d: "
|
|
2800
|
-
})),
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2753
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2754
|
+
d: "m29,23h-4v-2h2.3821l-7.8821-15.7639-1.1055,2.2112-1.7891-.8945,2-4c.1694-.3387.532-.5527.8945-.5527s.7251.214.8945.5527l9.5,19c.1548.3101.1384.6782-.0439.973-.1821.2948-.5039.4742-.8506.4742Z"
|
|
2755
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
2756
|
+
cx: "14",
|
|
2757
|
+
cy: "25",
|
|
2758
|
+
r: "1.25"
|
|
2759
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2760
|
+
d: "M13 15H15V22H13z"
|
|
2761
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2762
|
+
d: "m25,30H3c-.3499,0-.6743-.1829-.8555-.4823s-.1926-.6718-.0303-.9817L13.1143,7.536c.1726-.3296.5292-.536.8857-.536s.7131.2064.8857.536l11,21c.1624.3099.1509.6823-.0303.9817s-.5056.4823-.8555.4823Zm-20.3474-2h18.6948L14,10.1552,4.6526,28Z"
|
|
2804
2763
|
})), children);
|
|
2805
2764
|
});
|
|
2806
2765
|
if (process.env.NODE_ENV !== "production") {
|
|
2807
|
-
|
|
2766
|
+
WarningMultiple.propTypes = iconPropTypes4cbeb95d.i;
|
|
2808
2767
|
}
|
|
2809
|
-
const
|
|
2768
|
+
const WarningOther = /*#__PURE__*/React.forwardRef(function WarningOther(_ref114, ref) {
|
|
2810
2769
|
let {
|
|
2811
2770
|
children,
|
|
2812
2771
|
size = 16,
|
|
@@ -2820,14 +2779,16 @@ const Wikis = /*#__PURE__*/React.forwardRef(function Wikis(_ref114, ref) {
|
|
|
2820
2779
|
viewBox: "0 0 32 32",
|
|
2821
2780
|
fill: "currentColor",
|
|
2822
2781
|
...rest
|
|
2823
|
-
},
|
|
2824
|
-
d: "
|
|
2782
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2783
|
+
d: "M18 20H30V22H18zM18 24H30V26H18zM18 28H30V30H18zM14 18a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0014 18zM13 7H15V16H13z"
|
|
2784
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2785
|
+
d: "M14,4A10.0111,10.0111,0,0,1,24,14h2A12,12,0,1,0,14,26V24A10,10,0,0,1,14,4Z"
|
|
2825
2786
|
})), children);
|
|
2826
2787
|
});
|
|
2827
2788
|
if (process.env.NODE_ENV !== "production") {
|
|
2828
|
-
|
|
2789
|
+
WarningOther.propTypes = iconPropTypes4cbeb95d.i;
|
|
2829
2790
|
}
|
|
2830
|
-
const
|
|
2791
|
+
const WarningSquare = /*#__PURE__*/React.forwardRef(function WarningSquare(_ref115, ref) {
|
|
2831
2792
|
let {
|
|
2832
2793
|
children,
|
|
2833
2794
|
size = 16,
|
|
@@ -2841,18 +2802,16 @@ const WindGusts = /*#__PURE__*/React.forwardRef(function WindGusts(_ref115, ref)
|
|
|
2841
2802
|
viewBox: "0 0 32 32",
|
|
2842
2803
|
fill: "currentColor",
|
|
2843
2804
|
...rest
|
|
2844
|
-
},
|
|
2845
|
-
d: "
|
|
2846
|
-
})),
|
|
2847
|
-
d: "
|
|
2848
|
-
})), _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
|
|
2849
|
-
d: "M26,22a4.0045,4.0045,0,0,0-4,4h2a2,2,0,1,1,2,2H12v2H26a4,4,0,0,0,0-8Z"
|
|
2805
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2806
|
+
d: "M16 20a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 20zM15 9H17V18H15z"
|
|
2807
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2808
|
+
d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26.0012L26,6Z"
|
|
2850
2809
|
})), children);
|
|
2851
2810
|
});
|
|
2852
2811
|
if (process.env.NODE_ENV !== "production") {
|
|
2853
|
-
|
|
2812
|
+
WarningSquare.propTypes = iconPropTypes4cbeb95d.i;
|
|
2854
2813
|
}
|
|
2855
|
-
const
|
|
2814
|
+
const WarningSquareFilled = /*#__PURE__*/React.forwardRef(function WarningSquareFilled(_ref116, ref) {
|
|
2856
2815
|
let {
|
|
2857
2816
|
children,
|
|
2858
2817
|
size = 16,
|
|
@@ -2866,14 +2825,18 @@ const WindPower = /*#__PURE__*/React.forwardRef(function WindPower(_ref116, ref)
|
|
|
2866
2825
|
viewBox: "0 0 32 32",
|
|
2867
2826
|
fill: "currentColor",
|
|
2868
2827
|
...rest
|
|
2869
|
-
},
|
|
2870
|
-
d: "
|
|
2828
|
+
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2829
|
+
d: "M26.0022,4H5.998A1.998,1.998,0,0,0,4,5.998V26.002A1.998,1.998,0,0,0,5.998,28H26.0022A1.9979,1.9979,0,0,0,28,26.002V5.998A1.9979,1.9979,0,0,0,26.0022,4ZM14.8752,8h2.25V18h-2.25ZM16,24a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,24Z"
|
|
2830
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2831
|
+
fill: "none",
|
|
2832
|
+
d: "M14.8751,8h2.25V18h-2.25ZM16,24a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,24Z",
|
|
2833
|
+
"data-icon-path": "inner-path"
|
|
2871
2834
|
})), children);
|
|
2872
2835
|
});
|
|
2873
2836
|
if (process.env.NODE_ENV !== "production") {
|
|
2874
|
-
|
|
2837
|
+
WarningSquareFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2875
2838
|
}
|
|
2876
|
-
const
|
|
2839
|
+
const Watch = /*#__PURE__*/React.forwardRef(function Watch(_ref117, ref) {
|
|
2877
2840
|
let {
|
|
2878
2841
|
children,
|
|
2879
2842
|
size = 16,
|
|
@@ -2887,23 +2850,25 @@ const WindStream = /*#__PURE__*/React.forwardRef(function WindStream(_ref117, re
|
|
|
2887
2850
|
viewBox: "0 0 32 32",
|
|
2888
2851
|
fill: "currentColor",
|
|
2889
2852
|
...rest
|
|
2890
|
-
},
|
|
2891
|
-
d: "
|
|
2892
|
-
})), _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
|
|
2893
|
-
d: "M21,11l-1.4141,1.4141L22.1719,15H18.9014a16.9422,16.9422,0,0,0-5.9693,1.0825l-2.5664.9624A14.9456,14.9456,0,0,1,5.0986,18H2v2H5.0986a16.9422,16.9422,0,0,0,5.9693-1.0825l2.5664-.9624A14.9456,14.9456,0,0,1,18.9014,17h3.2705l-2.586,2.5859L21,21l5-5Z"
|
|
2894
|
-
})), _path237 || (_path237 = /*#__PURE__*/React.createElement("path", {
|
|
2895
|
-
d: "M17,20l-1.4141,1.4141L18.1719,24H16.5967a16.9879,16.9879,0,0,0-5.3765.8721l-1.0727.3584A14.9852,14.9852,0,0,1,5.4033,26H2v2H5.4033a16.9879,16.9879,0,0,0,5.3765-.8721l1.0727-.3584A14.9852,14.9852,0,0,1,16.5967,26h1.5752l-2.586,2.5859L17,30l5-5Z"
|
|
2853
|
+
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2854
|
+
d: "M22 8H21V2H19V8H13V2H11V8H10a2 2 0 00-2 2V22a2 2 0 002 2h1v6h2V24h6v6h2V24h1a2 2 0 002-2V10A2 2 0 0022 8zM10 22V10H22V22zM25 14H27V18H25z"
|
|
2896
2855
|
})), children);
|
|
2897
2856
|
});
|
|
2898
2857
|
if (process.env.NODE_ENV !== "production") {
|
|
2899
|
-
|
|
2858
|
+
Watch.propTypes = iconPropTypes4cbeb95d.i;
|
|
2900
2859
|
}
|
|
2901
|
-
const
|
|
2860
|
+
const Watson = /*#__PURE__*/React.forwardRef(function Watson(_ref118, ref) {
|
|
2902
2861
|
let {
|
|
2903
2862
|
children,
|
|
2904
2863
|
size = 16,
|
|
2905
2864
|
...rest
|
|
2906
2865
|
} = _ref118;
|
|
2866
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2867
|
+
if (!didWarnAboutDeprecation["Watson"]) {
|
|
2868
|
+
didWarnAboutDeprecation["Watson"] = true;
|
|
2869
|
+
console.warn("Icon represents the old avatar for the Watson brand, which is retired since the watsonx brand launch. Replaced by the icon watsonx. As a result, the Watson component will be removed in the next major version of @carbon/icons-react.");
|
|
2870
|
+
}
|
|
2871
|
+
}
|
|
2907
2872
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2908
2873
|
width: size,
|
|
2909
2874
|
height: size,
|
|
@@ -2912,33 +2877,25 @@ const WatsonHealthWindowAuto = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
2912
2877
|
viewBox: "0 0 32 32",
|
|
2913
2878
|
fill: "currentColor",
|
|
2914
2879
|
...rest
|
|
2915
|
-
},
|
|
2916
|
-
d: "
|
|
2917
|
-
})), _path239 || (_path239 = /*#__PURE__*/React.createElement("path", {
|
|
2918
|
-
d: "M7.55 7.04H9.55V10.04H7.55z",
|
|
2919
|
-
transform: "rotate(-45 8.55 8.548)"
|
|
2920
|
-
})), _path240 || (_path240 = /*#__PURE__*/React.createElement("path", {
|
|
2921
|
-
d: "M21.96 7.55H24.96V9.55H21.96z",
|
|
2922
|
-
transform: "rotate(-45 23.454 8.555)"
|
|
2923
|
-
})), _path241 || (_path241 = /*#__PURE__*/React.createElement("path", {
|
|
2924
|
-
d: "M22.45 21.95H24.45V24.95H22.45z",
|
|
2925
|
-
transform: "rotate(-45 23.452 23.446)"
|
|
2926
|
-
})), _path242 || (_path242 = /*#__PURE__*/React.createElement("path", {
|
|
2927
|
-
d: "M7.05 22.45H10.05V24.45H7.05z",
|
|
2928
|
-
transform: "rotate(-45 8.544 23.451)"
|
|
2929
|
-
})), _path243 || (_path243 = /*#__PURE__*/React.createElement("path", {
|
|
2930
|
-
d: "M4 30H28V32H4zM4 0H28V2H4zM16 10a6 6 0 106 6A6 6 0 0016 10zm-4 6a4 4 0 014-4v8A4 4 0 0112 16z"
|
|
2880
|
+
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2881
|
+
d: "M21.74 9.49h0A11.41 11.41 0 0016 8h0a.76.76 0 100 1.51 10.15 10.15 0 011.91.21c-2.26 1.08-4.76 3.58-6.73 7a22.48 22.48 0 00-2 4.44A9.58 9.58 0 017 17.22a3.43 3.43 0 01.28-2.66v0h0c.79-1.37 2.44-2.15 4.63-2.2a.76.76 0 00.74-.78.75.75 0 00-.78-.74C9.19 10.88 7.1 11.92 6 13.74H6v0s0 0 0 0a4.84 4.84 0 00-.44 3.79 12 12 0 003.2 5.22A11.36 11.36 0 008.52 26a10 10 0 01-2-3.48A.75.75 0 005.57 22a.76.76 0 00-.49 1 11.45 11.45 0 005.18 6.38h0A11.42 11.42 0 0016 30.92a11.74 11.74 0 003-.39 11.48 11.48 0 002.77-21zM18.58 29.06a9.9 9.9 0 01-7.56-1h0c-.86-.49-1.21-2-.94-4a18.85 18.85 0 002.48 1.72 13.92 13.92 0 006.93 2 11 11 0 002.42-.28A9.78 9.78 0 0118.58 29.06zm6.06-4.66c-2 2-6.66 2.74-11.32.05a17.36 17.36 0 01-2.89-2.12 21.08 21.08 0 012.08-4.91c2.94-5.08 6.83-7.57 8.47-6.62h0A10 10 0 0124.64 24.4zM4.16 11.72L1.14 10a.76.76 0 10-.76 1.31L3.4 13a.86.86 0 00.38.1.77.77 0 00.66-.38A.76.76 0 004.16 11.72zM8.29 7.59A.74.74 0 008.94 8a.75.75 0 00.38-.1.76.76 0 00.28-1l-1.74-3a.76.76 0 00-1-.27.75.75 0 00-.28 1zM16 6.08a.76.76 0 00.76-.76V1.83a.76.76 0 00-1.52 0V5.32A.76.76 0 0016 6.08zM22.68 7.87a.75.75 0 001-.28l1.75-3a.75.75 0 00-.28-1 .76.76 0 00-1 .27l-1.74 3A.76.76 0 0022.68 7.87zM31.9 10.25a.76.76 0 00-1-.27l-3 1.74a.76.76 0 00-.28 1 .77.77 0 00.66.38.86.86 0 00.38-.1l3-1.75A.76.76 0 0031.9 10.25z"
|
|
2931
2882
|
})), children);
|
|
2932
2883
|
});
|
|
2933
2884
|
if (process.env.NODE_ENV !== "production") {
|
|
2934
|
-
|
|
2885
|
+
Watson.propTypes = iconPropTypes4cbeb95d.i;
|
|
2935
2886
|
}
|
|
2936
|
-
const
|
|
2887
|
+
const WatsonMachineLearning = /*#__PURE__*/React.forwardRef(function WatsonMachineLearning(_ref119, ref) {
|
|
2937
2888
|
let {
|
|
2938
2889
|
children,
|
|
2939
2890
|
size = 16,
|
|
2940
2891
|
...rest
|
|
2941
2892
|
} = _ref119;
|
|
2893
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2894
|
+
if (!didWarnAboutDeprecation["WatsonMachineLearning"]) {
|
|
2895
|
+
didWarnAboutDeprecation["WatsonMachineLearning"] = true;
|
|
2896
|
+
console.warn("Icon design is defunct, replaced with the existing icon ibm-watson--machine-learning. As a result, the WatsonMachineLearning component will be removed in the next major version of @carbon/icons-react.");
|
|
2897
|
+
}
|
|
2898
|
+
}
|
|
2942
2899
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2943
2900
|
width: size,
|
|
2944
2901
|
height: size,
|
|
@@ -2947,28 +2904,14 @@ const WatsonHealthWindowBase = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
2947
2904
|
viewBox: "0 0 32 32",
|
|
2948
2905
|
fill: "currentColor",
|
|
2949
2906
|
...rest
|
|
2950
|
-
},
|
|
2951
|
-
d: "
|
|
2952
|
-
})), _path245 || (_path245 = /*#__PURE__*/React.createElement("path", {
|
|
2953
|
-
d: "M7.55 5.03H9.55V8.030000000000001H7.55z",
|
|
2954
|
-
transform: "rotate(-45 8.56 6.544)"
|
|
2955
|
-
})), _path246 || (_path246 = /*#__PURE__*/React.createElement("path", {
|
|
2956
|
-
d: "M21.96 5.54H24.96V7.54H21.96z",
|
|
2957
|
-
transform: "rotate(-45 23.469 6.539)"
|
|
2958
|
-
})), _path247 || (_path247 = /*#__PURE__*/React.createElement("path", {
|
|
2959
|
-
d: "M22.46 19.94H24.46V22.94H22.46z",
|
|
2960
|
-
transform: "rotate(-45 23.462 21.442)"
|
|
2961
|
-
})), _path248 || (_path248 = /*#__PURE__*/React.createElement("path", {
|
|
2962
|
-
d: "M7.04 20.45H10.04V22.45H7.04z",
|
|
2963
|
-
transform: "rotate(-45 8.554 21.447)"
|
|
2964
|
-
})), _path249 || (_path249 = /*#__PURE__*/React.createElement("path", {
|
|
2965
|
-
d: "M4 28H28V30H4zM16 20a6 6 0 10-6-6A6 6 0 0016 20zm0-10v8a4 4 0 010-8z"
|
|
2907
|
+
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2908
|
+
d: "M22 26H20V17.76l-3.23 3.88a1 1 0 01-1.54 0L12 17.76V26H10V15a1 1 0 01.66-.94 1 1 0 011.11.3L16 19.44l4.23-5.08a1 1 0 011.11-.3A1 1 0 0122 15zM4.16 14.65l-3-1.75a.76.76 0 10-.76 1.32L3.4 16a.76.76 0 10.76-1.31zM8.29 10.52a.73.73 0 001 .27.75.75 0 00.28-1l-1.74-3a.76.76 0 10-1.32.76zM16 9a.76.76 0 00.76-.76V4.76a.76.76 0 10-1.52 0V8.25A.76.76 0 0016 9zM22.68 10.79a.75.75 0 00.37.11.76.76 0 00.66-.38l1.75-3a.76.76 0 00-1.32-.76l-1.74 3A.75.75 0 0022.68 10.79zM31.9 13.18a.76.76 0 00-1-.28l-3 1.75A.76.76 0 0028.6 16l3-1.74A.77.77 0 0031.9 13.18z"
|
|
2966
2909
|
})), children);
|
|
2967
2910
|
});
|
|
2968
2911
|
if (process.env.NODE_ENV !== "production") {
|
|
2969
|
-
|
|
2912
|
+
WatsonMachineLearning.propTypes = iconPropTypes4cbeb95d.i;
|
|
2970
2913
|
}
|
|
2971
|
-
const
|
|
2914
|
+
const Watsonx = /*#__PURE__*/React.forwardRef(function Watsonx(_ref120, ref) {
|
|
2972
2915
|
let {
|
|
2973
2916
|
children,
|
|
2974
2917
|
size = 16,
|
|
@@ -2982,27 +2925,15 @@ const WatsonHealthWindowBlackSaturation = /*#__PURE__*/React.forwardRef(function
|
|
|
2982
2925
|
viewBox: "0 0 32 32",
|
|
2983
2926
|
fill: "currentColor",
|
|
2984
2927
|
...rest
|
|
2985
|
-
},
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
d: "M6.225 5.729H8.228V8.732H6.225z",
|
|
2989
|
-
transform: "rotate(-45 7.227 7.23)"
|
|
2990
|
-
})), _path252 || (_path252 = /*#__PURE__*/React.createElement("path", {
|
|
2991
|
-
d: "M23.267 6.227H26.267V8.227H23.267z",
|
|
2992
|
-
transform: "rotate(-45 24.767 7.227)"
|
|
2993
|
-
})), _path253 || (_path253 = /*#__PURE__*/React.createElement("path", {
|
|
2994
|
-
d: "M23.769 23.269H25.770999999999997V26.270999999999997H23.769z",
|
|
2995
|
-
transform: "rotate(-44.999 24.77 24.77)"
|
|
2996
|
-
})), _path254 || (_path254 = /*#__PURE__*/React.createElement("path", {
|
|
2997
|
-
d: "M5.47 25.126L7.591 23 9 24.419 6.884 26.54 5.47 25.126zM15 13H17V15H15zM19 13H21V15H19zM17 11H19V13H17zM17 15H19V17H17zM17 19H19V21H17zM15 17H17V19H15zM19 17H21V19H19z"
|
|
2998
|
-
})), _path255 || (_path255 = /*#__PURE__*/React.createElement("path", {
|
|
2999
|
-
d: "M16,7a9,9,0,1,0,9,9A9.01,9.01,0,0,0,16,7ZM9,16a7.004,7.004,0,0,1,6-6.92V11h2V9.08a6.9231,6.9231,0,0,1,2,.605V11h1.89c.0374.0366.074.0732.11.11V13h1.3149a6.931,6.931,0,0,1,.6053,2H21v2h1.92a6.931,6.931,0,0,1-.6053,2H21v1.89c-.0364.0372-.073.0738-.11.11H19v1.3149a6.9231,6.9231,0,0,1-2,.605V21H15v1.92A7.004,7.004,0,0,1,9,16Z"
|
|
2928
|
+
}, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2929
|
+
strokeWidth: "0",
|
|
2930
|
+
d: "m29.312,22.9189c1.1042-2.1201,1.688-4.5127,1.688-6.9189C31,7.729,24.271,1,16,1c-3.3738,0-6.5815,1.1191-9.2046,3.1665-.2441-.106-.5125-.1665-.7954-.1665-1.1045,0-2,.8955-2,2s.8955,2,2,2,2-.8955,2-2c0-.0762-.0142-.1489-.0225-.2227,2.2812-1.7964,5.0793-2.7773,8.0225-2.7773.9727,0,1.9172.1157,2.8293.3193-3.3938.9258-5.8994,4.0273-5.8994,7.7109,0,.7891.1167,1.5503.332,2.27-.6985-.2021-1.4285-.3306-2.1919-.3306-3.7039,0-6.8191,2.5342-7.7256,5.957-.218-.9424-.3445-1.9189-.3445-2.9268,0-2.1162.4919-4.1328,1.4619-5.9951l-1.7739-.9238c-1.1042,2.1201-1.688,4.5127-1.688,6.9189,0,8.271,6.729,15,15,15,3.3738,0,6.5815-1.1191,9.2046-3.1665.2441.106.5125.1665.7954.1665,1.1045,0,2-.8955,2-2s-.8955-2-2-2-2,.8955-2,2c0,.0762.0142.1489.0225.2231-1.0796.8496-2.2776,1.5098-3.5493,1.9771.3315-.6641.5269-1.4072.5269-2.2002,0-1.6304-.7959-3.0669-2.0068-3.9805.0457-.3472.0769-.6978.0769-1.0498,0-.7856-.1257-1.54-.3381-2.2573.6995.2012,1.4346.3179,2.198.3179,3.7039,0,6.8191-2.5342,7.7256-5.957.218.9424.3445,1.9189.3445,2.9268,0,2.1162-.4919,4.1328-1.4619,5.9951l1.7739.9238Zm-17.7935,5.2646c-1.8389-.6807-3.49-1.7529-4.8325-3.1338-1.0366-1.1143-1.616-2.5527-1.616-4.0801,0-3.3081,2.6917-6,6-6s6,2.6919,6,6c0,.0498-.0125.0977-.0134.1475-.3413-.0737-.6936-.1172-1.0566-.1172-2.7571,0-5,2.2432-5,5,0,.7861.1924,1.5234.5186,2.1836Zm7.4814-2.1836c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3,3,1.3457,3,3Zm1.9299-8.9697c-3.3083,0-6-2.6919-6-6s2.6917-6,6-6c1.4294,0,2.7422.5039,3.7742,1.3418.3027.2739.5918.561.8677.8618.8479,1.0352,1.3582,2.3569,1.3582,3.7964,0,3.3081-2.6917,6-6,6Z"
|
|
3000
2931
|
})), children);
|
|
3001
2932
|
});
|
|
3002
2933
|
if (process.env.NODE_ENV !== "production") {
|
|
3003
|
-
|
|
2934
|
+
Watsonx.propTypes = iconPropTypes4cbeb95d.i;
|
|
3004
2935
|
}
|
|
3005
|
-
const
|
|
2936
|
+
const WatsonxAi = /*#__PURE__*/React.forwardRef(function WatsonxAi(_ref121, ref) {
|
|
3006
2937
|
let {
|
|
3007
2938
|
children,
|
|
3008
2939
|
size = 16,
|
|
@@ -3016,28 +2947,22 @@ const WatsonHealthWindowOverlay = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
3016
2947
|
viewBox: "0 0 32 32",
|
|
3017
2948
|
fill: "currentColor",
|
|
3018
2949
|
...rest
|
|
3019
|
-
},
|
|
3020
|
-
d: "
|
|
3021
|
-
})),
|
|
3022
|
-
d: "
|
|
3023
|
-
transform: "rotate(
|
|
3024
|
-
})),
|
|
3025
|
-
d: "
|
|
3026
|
-
transform: "rotate(
|
|
3027
|
-
})),
|
|
3028
|
-
d: "
|
|
3029
|
-
transform: "rotate(-45 23.459 25.443)"
|
|
3030
|
-
})), _path260 || (_path260 = /*#__PURE__*/React.createElement("path", {
|
|
3031
|
-
d: "M7.04 24.45H10.04V26.45H7.04z",
|
|
3032
|
-
transform: "rotate(-45 8.55 25.448)"
|
|
3033
|
-
})), _path261 || (_path261 = /*#__PURE__*/React.createElement("path", {
|
|
3034
|
-
d: "M4 2H28V4H4zM16 24a6 6 0 10-6-6A6 6 0 0016 24zm0-10v8a4 4 0 010-8z"
|
|
2950
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2951
|
+
d: "m26,24c-1.1046,0-2,.8954-2,2,0,.0764.0142.1488.0225.2229-2.2808,1.7963-5.0792,2.7771-8.0225,2.7771-4.2617,0-8-3.9722-8-8.5,0-4.687,3.813-8.5,8.5-8.5h.5v-2h-.5c-5.7896,0-10.5,4.7104-10.5,10.5,0,1.8839.5304,3.6896,1.4371,5.2565-2.7133-2.3843-4.4371-5.869-4.4371-9.7565,0-2.1152.4917-4.1328,1.4619-5.9956l-1.7744-.9238c-1.104,2.1211-1.6875,4.5137-1.6875,6.9194,0,8.271,6.729,15,15,15,3.3744,0,6.5818-1.1193,9.2048-3.1662.244.106.5123.1662.7952.1662,1.1046,0,2-.8954,2-2s-.8954-2-2-2Z"
|
|
2952
|
+
})), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2953
|
+
d: "M11 20H13V22H11z",
|
|
2954
|
+
transform: "rotate(90 12 21)"
|
|
2955
|
+
})), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2956
|
+
d: "M19 10H21V12H19z",
|
|
2957
|
+
transform: "rotate(90 20 11)"
|
|
2958
|
+
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2959
|
+
d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,4.2617,0,8,3.9722,8,8.5,0,4.687-3.813,8.5-8.5,8.5h-.5v2h.5c5.7896,0,10.5-4.7104,10.5-10.5,0-1.8853-.5322-3.6917-1.4401-5.2593,2.715,2.3843,4.4401,5.8704,4.4401,9.7593,0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z"
|
|
3035
2960
|
})), children);
|
|
3036
2961
|
});
|
|
3037
2962
|
if (process.env.NODE_ENV !== "production") {
|
|
3038
|
-
|
|
2963
|
+
WatsonxAi.propTypes = iconPropTypes4cbeb95d.i;
|
|
3039
2964
|
}
|
|
3040
|
-
const
|
|
2965
|
+
const WatsonxData = /*#__PURE__*/React.forwardRef(function WatsonxData(_ref122, ref) {
|
|
3041
2966
|
let {
|
|
3042
2967
|
children,
|
|
3043
2968
|
size = 16,
|
|
@@ -3051,30 +2976,25 @@ const WatsonHealthWindowPreset = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
3051
2976
|
viewBox: "0 0 32 32",
|
|
3052
2977
|
fill: "currentColor",
|
|
3053
2978
|
...rest
|
|
3054
|
-
},
|
|
3055
|
-
d: "
|
|
3056
|
-
})),
|
|
3057
|
-
d: "
|
|
3058
|
-
transform: "rotate(
|
|
3059
|
-
})),
|
|
3060
|
-
d: "
|
|
3061
|
-
transform: "rotate(
|
|
3062
|
-
})),
|
|
3063
|
-
d: "
|
|
3064
|
-
transform: "rotate(-
|
|
3065
|
-
})),
|
|
3066
|
-
d: "
|
|
3067
|
-
transform: "rotate(-45 9.586 22.414)"
|
|
3068
|
-
})), _path267 || (_path267 = /*#__PURE__*/React.createElement("path", {
|
|
3069
|
-
d: "M16,22a6,6,0,1,0-6-6A6,6,0,0,0,16,22Zm0-10v8a4,4,0,0,1,0-8Z"
|
|
3070
|
-
})), _path268 || (_path268 = /*#__PURE__*/React.createElement("path", {
|
|
3071
|
-
d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
|
|
2979
|
+
}, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
2980
|
+
d: "m26,24c-1.1046,0-2,.8954-2,2,0,.0764.0142.1488.0225.2229-2.2808,1.7963-5.0792,2.7771-8.0225,2.7771-2.7746,0-5.3432-.881-7.4566-2.3676.2576.0261.517.0444.7798.0444,4.2329,0,7.6768-3.4438,7.6768-7.6768h-2c0,3.1304-2.5464,5.6768-5.6768,5.6768-2.2111,0-4.1977-1.2816-5.1318-3.2725-.1365-.2972-.2595-.6007-.3738-.9094.6602.322,1.3998.5051,2.1824.5051,2.7568,0,5-2.2432,5-5v-2h-2v2c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-2.1152.4917-4.1328,1.4619-5.9956l-1.7744-.9238c-1.104,2.1211-1.6875,4.5137-1.6875,6.9194,0,8.271,6.729,15,15,15,3.3744,0,6.5818-1.1193,9.2048-3.1662.244.106.5123.1662.7952.1662,1.1046,0,2-.8954,2-2s-.8954-2-2-2Z"
|
|
2981
|
+
})), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2982
|
+
d: "M21 21H23V23H21z",
|
|
2983
|
+
transform: "rotate(90 22 22)"
|
|
2984
|
+
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
2985
|
+
d: "M15 15H17V17H15z",
|
|
2986
|
+
transform: "rotate(90 16 16)"
|
|
2987
|
+
})), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
2988
|
+
d: "M9 9H11V11H9z",
|
|
2989
|
+
transform: "rotate(-90 10 10)"
|
|
2990
|
+
})), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
2991
|
+
d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,2.7708,0,5.3363.8784,7.4481,2.3613-.249-.0242-.5005-.038-.7547-.038-4.2329,0-7.6768,3.4438-7.6768,7.6768h2c0-3.1304,2.5464-5.6768,5.6768-5.6768,2.0554,0,3.9068,1.0953,4.9186,2.8651.2153.4283.4053.8701.5729,1.3237-.6615-.3234-1.4005-.5121-2.1849-.5121-2.7568,0-5,2.2432-5,5v2h2v-2c0-1.6543,1.3457-3,3-3s3,1.3457,3,3c0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z"
|
|
3072
2992
|
})), children);
|
|
3073
2993
|
});
|
|
3074
2994
|
if (process.env.NODE_ENV !== "production") {
|
|
3075
|
-
|
|
2995
|
+
WatsonxData.propTypes = iconPropTypes4cbeb95d.i;
|
|
3076
2996
|
}
|
|
3077
|
-
const
|
|
2997
|
+
const WatsonxGovernance = /*#__PURE__*/React.forwardRef(function WatsonxGovernance(_ref123, ref) {
|
|
3078
2998
|
let {
|
|
3079
2999
|
children,
|
|
3080
3000
|
size = 16,
|
|
@@ -3088,14 +3008,25 @@ const Windy = /*#__PURE__*/React.forwardRef(function Windy(_ref123, ref) {
|
|
|
3088
3008
|
viewBox: "0 0 32 32",
|
|
3089
3009
|
fill: "currentColor",
|
|
3090
3010
|
...rest
|
|
3091
|
-
},
|
|
3092
|
-
d: "
|
|
3011
|
+
}, _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
3012
|
+
d: "m26,24c-1.1046,0-2,.8954-2,2,0,.0764.0142.1488.0225.2229-2.2808,1.7963-5.0792,2.7771-8.0225,2.7771-7.1685,0-13-5.8315-13-13,0-2.1152.4917-4.1328,1.4619-5.9956l-1.7744-.9238c-1.104,2.1211-1.6875,4.5137-1.6875,6.9194,0,8.271,6.729,15,15,15,3.3744,0,6.5818-1.1193,9.2048-3.1662.244.106.5123.1662.7952.1662,1.1046,0,2-.8954,2-2s-.8954-2-2-2Z"
|
|
3013
|
+
})), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
3014
|
+
d: "M11 23H13V25H11z",
|
|
3015
|
+
transform: "rotate(90 12 24)"
|
|
3016
|
+
})), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
|
3017
|
+
d: "M11 9H13V11H11z",
|
|
3018
|
+
transform: "rotate(90 12 10)"
|
|
3019
|
+
})), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
|
3020
|
+
d: "M11 16H13V18H11z",
|
|
3021
|
+
transform: "rotate(90 12 17)"
|
|
3022
|
+
})), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
|
3023
|
+
d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,1.6543,0,3,1.3457,3,3s-1.3457,3-3,3h-1v2h1c2.7568,0,5-2.2432,5-5,0-.2399-.0203-.4748-.0531-.7057.9663,1.1348,1.5531,2.6021,1.5531,4.2057,0,3.584-2.916,6.5-6.5,6.5h-1v2h1c4.687,0,8.5-3.813,8.5-8.5,0-.7654-.1111-1.5036-.3017-2.2096,1.1321,1.6206,1.8017,3.587,1.8017,5.7096,0,5.5142-4.4858,10-10,10h-1v2h1c6.6167,0,12-5.3833,12-12,0-.8995-.1058-1.774-.2944-2.6176.8207,1.7031,1.2944,3.6038,1.2944,5.6176,0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z"
|
|
3093
3024
|
})), children);
|
|
3094
3025
|
});
|
|
3095
3026
|
if (process.env.NODE_ENV !== "production") {
|
|
3096
|
-
|
|
3027
|
+
WatsonxGovernance.propTypes = iconPropTypes4cbeb95d.i;
|
|
3097
3028
|
}
|
|
3098
|
-
const
|
|
3029
|
+
const WaveDirection = /*#__PURE__*/React.forwardRef(function WaveDirection(_ref124, ref) {
|
|
3099
3030
|
let {
|
|
3100
3031
|
children,
|
|
3101
3032
|
size = 16,
|
|
@@ -3109,14 +3040,22 @@ const WindyDust = /*#__PURE__*/React.forwardRef(function WindyDust(_ref124, ref)
|
|
|
3109
3040
|
viewBox: "0 0 32 32",
|
|
3110
3041
|
fill: "currentColor",
|
|
3111
3042
|
...rest
|
|
3112
|
-
},
|
|
3113
|
-
d: "
|
|
3043
|
+
}, _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
|
|
3044
|
+
d: "M22,30H17a7.0078,7.0078,0,0,1-7-7,6.6832,6.6832,0,0,1,2.0244-4.6967A6.7126,6.7126,0,0,0,10.0093,18C5.0425,18.0466,4,24.5513,4,30H2C2,18.4907,6.3452,16.0342,9.9907,16a10.0962,10.0962,0,0,1,4.4785,1.117,1,1,0,0,1,.0616,1.73A4.8773,4.8773,0,0,0,17,28h5Z"
|
|
3045
|
+
})), _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
|
|
3046
|
+
d: "M18,24V22a8,8,0,1,0-8-8H8A10,10,0,1,1,18,24Z"
|
|
3047
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
3048
|
+
cx: "18",
|
|
3049
|
+
cy: "8",
|
|
3050
|
+
r: "1"
|
|
3051
|
+
})), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
|
|
3052
|
+
d: "M23,17.5859l-2.3-2.3007A2.9665,2.9665,0,0,0,21,14a3.0033,3.0033,0,0,0-3-3,2.9609,2.9609,0,0,0-1.2854.3008L14.4141,9,13,10.4141l2.3,2.3007A2.9665,2.9665,0,0,0,15,14a3.0033,3.0033,0,0,0,3,3,2.9609,2.9609,0,0,0,1.2854-.3008L21.5859,19ZM17,14a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,17,14Z"
|
|
3114
3053
|
})), children);
|
|
3115
3054
|
});
|
|
3116
3055
|
if (process.env.NODE_ENV !== "production") {
|
|
3117
|
-
|
|
3056
|
+
WaveDirection.propTypes = iconPropTypes4cbeb95d.i;
|
|
3118
3057
|
}
|
|
3119
|
-
const
|
|
3058
|
+
const WaveHeight = /*#__PURE__*/React.forwardRef(function WaveHeight(_ref125, ref) {
|
|
3120
3059
|
let {
|
|
3121
3060
|
children,
|
|
3122
3061
|
size = 16,
|
|
@@ -3130,16 +3069,50 @@ const WindySnow = /*#__PURE__*/React.forwardRef(function WindySnow(_ref125, ref)
|
|
|
3130
3069
|
viewBox: "0 0 32 32",
|
|
3131
3070
|
fill: "currentColor",
|
|
3132
3071
|
...rest
|
|
3133
|
-
},
|
|
3134
|
-
d: "
|
|
3135
|
-
})),
|
|
3136
|
-
d: "
|
|
3072
|
+
}, _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
|
|
3073
|
+
d: "M24 2H30V4H24zM24 8H28V10H24zM24 14H30V16H24zM24 20H28V22H24z"
|
|
3074
|
+
})), _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
|
|
3075
|
+
d: "M30,28H24a10.0349,10.0349,0,0,1-6.9268-17.2622A11.9629,11.9629,0,0,0,12.9937,10a6.9027,6.9027,0,0,0-6.0308,3.42C4.9966,16.4348,4,21.34,4,28H2c0-7.0542,1.106-12.3274,3.2871-15.6726A8.906,8.906,0,0,1,12.9937,8h.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,26h6Z"
|
|
3137
3076
|
})), children);
|
|
3138
3077
|
});
|
|
3139
3078
|
if (process.env.NODE_ENV !== "production") {
|
|
3140
|
-
|
|
3079
|
+
WaveHeight.propTypes = iconPropTypes4cbeb95d.i;
|
|
3141
3080
|
}
|
|
3142
3081
|
|
|
3082
|
+
exports.Unlocked = Unlocked;
|
|
3083
|
+
exports.Unsaved = Unsaved;
|
|
3084
|
+
exports.UpToTop = UpToTop;
|
|
3085
|
+
exports.UpdateNow = UpdateNow;
|
|
3086
|
+
exports.Upgrade = Upgrade;
|
|
3087
|
+
exports.Upload = Upload;
|
|
3088
|
+
exports.Upstream = Upstream;
|
|
3089
|
+
exports.Url = Url;
|
|
3090
|
+
exports.UsageIncludedUseCase = UsageIncludedUseCase;
|
|
3091
|
+
exports.Usb = Usb;
|
|
3092
|
+
exports.UseCaseDefinition = UseCaseDefinition;
|
|
3093
|
+
exports.UseCaseUsage = UseCaseUsage;
|
|
3094
|
+
exports.User = User;
|
|
3095
|
+
exports.UserAccess = UserAccess;
|
|
3096
|
+
exports.UserAccessLocked = UserAccessLocked;
|
|
3097
|
+
exports.UserAccessUnlocked = UserAccessUnlocked;
|
|
3098
|
+
exports.UserActivity = UserActivity;
|
|
3099
|
+
exports.UserAdmin = UserAdmin;
|
|
3100
|
+
exports.UserAvatar = UserAvatar;
|
|
3101
|
+
exports.UserAvatarFilled = UserAvatarFilled;
|
|
3102
|
+
exports.UserAvatarFilledAlt = UserAvatarFilledAlt;
|
|
3103
|
+
exports.UserCertification = UserCertification;
|
|
3104
|
+
exports.UserData = UserData;
|
|
3105
|
+
exports.UserFavorite = UserFavorite;
|
|
3106
|
+
exports.UserFavoriteAlt = UserFavoriteAlt;
|
|
3107
|
+
exports.UserFavoriteAltFilled = UserFavoriteAltFilled;
|
|
3108
|
+
exports.UserFeedback = UserFeedback;
|
|
3109
|
+
exports.UserFilled = UserFilled;
|
|
3110
|
+
exports.UserFollow = UserFollow;
|
|
3111
|
+
exports.UserIdentification = UserIdentification;
|
|
3112
|
+
exports.UserMilitary = UserMilitary;
|
|
3113
|
+
exports.UserMultiple = UserMultiple;
|
|
3114
|
+
exports.UserOnline = UserOnline;
|
|
3115
|
+
exports.UserProfile = UserProfile;
|
|
3143
3116
|
exports.UserProfileAlt = UserProfileAlt;
|
|
3144
3117
|
exports.UserRole = UserRole;
|
|
3145
3118
|
exports.UserService = UserService;
|
|
@@ -3224,11 +3197,6 @@ exports.WarningSquare = WarningSquare;
|
|
|
3224
3197
|
exports.WarningSquareFilled = WarningSquareFilled;
|
|
3225
3198
|
exports.Watch = Watch;
|
|
3226
3199
|
exports.Watson = Watson;
|
|
3227
|
-
exports.WatsonHealthWindowAuto = WatsonHealthWindowAuto;
|
|
3228
|
-
exports.WatsonHealthWindowBase = WatsonHealthWindowBase;
|
|
3229
|
-
exports.WatsonHealthWindowBlackSaturation = WatsonHealthWindowBlackSaturation;
|
|
3230
|
-
exports.WatsonHealthWindowOverlay = WatsonHealthWindowOverlay;
|
|
3231
|
-
exports.WatsonHealthWindowPreset = WatsonHealthWindowPreset;
|
|
3232
3200
|
exports.WatsonMachineLearning = WatsonMachineLearning;
|
|
3233
3201
|
exports.Watsonx = Watsonx;
|
|
3234
3202
|
exports.WatsonxAi = WatsonxAi;
|
|
@@ -3236,32 +3204,3 @@ exports.WatsonxData = WatsonxData;
|
|
|
3236
3204
|
exports.WatsonxGovernance = WatsonxGovernance;
|
|
3237
3205
|
exports.WaveDirection = WaveDirection;
|
|
3238
3206
|
exports.WaveHeight = WaveHeight;
|
|
3239
|
-
exports.WavePeriod = WavePeriod;
|
|
3240
|
-
exports.WeatherFrontCold = WeatherFrontCold;
|
|
3241
|
-
exports.WeatherFrontStationary = WeatherFrontStationary;
|
|
3242
|
-
exports.WeatherFrontWarm = WeatherFrontWarm;
|
|
3243
|
-
exports.WeatherStation = WeatherStation;
|
|
3244
|
-
exports.WebServicesCluster = WebServicesCluster;
|
|
3245
|
-
exports.WebServicesContainer = WebServicesContainer;
|
|
3246
|
-
exports.WebServicesDefinition = WebServicesDefinition;
|
|
3247
|
-
exports.WebServicesService = WebServicesService;
|
|
3248
|
-
exports.WebServicesTask = WebServicesTask;
|
|
3249
|
-
exports.WebServicesTaskDefinitionVersion = WebServicesTaskDefinitionVersion;
|
|
3250
|
-
exports.Webhook = Webhook;
|
|
3251
|
-
exports.Websheet = Websheet;
|
|
3252
|
-
exports.Wheat = Wheat;
|
|
3253
|
-
exports.WhitePaper = WhitePaper;
|
|
3254
|
-
exports.Wifi = Wifi;
|
|
3255
|
-
exports.WifiBridge = WifiBridge;
|
|
3256
|
-
exports.WifiBridgeAlt = WifiBridgeAlt;
|
|
3257
|
-
exports.WifiController = WifiController;
|
|
3258
|
-
exports.WifiNotSecure = WifiNotSecure;
|
|
3259
|
-
exports.WifiOff = WifiOff;
|
|
3260
|
-
exports.WifiSecure = WifiSecure;
|
|
3261
|
-
exports.Wikis = Wikis;
|
|
3262
|
-
exports.WindGusts = WindGusts;
|
|
3263
|
-
exports.WindPower = WindPower;
|
|
3264
|
-
exports.WindStream = WindStream;
|
|
3265
|
-
exports.Windy = Windy;
|
|
3266
|
-
exports.WindyDust = WindyDust;
|
|
3267
|
-
exports.WindySnow = WindySnow;
|