@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
|
@@ -10,14 +10,27 @@ import Icon from '../Icon.js';
|
|
|
10
10
|
import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
11
11
|
import 'prop-types';
|
|
12
12
|
|
|
13
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26,
|
|
13
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _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;
|
|
14
14
|
const didWarnAboutDeprecation = {};
|
|
15
|
-
const
|
|
15
|
+
const Unlocked = /*#__PURE__*/React.forwardRef(function Unlocked(_ref, ref) {
|
|
16
16
|
let {
|
|
17
17
|
children,
|
|
18
18
|
size = 16,
|
|
19
19
|
...rest
|
|
20
20
|
} = _ref;
|
|
21
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
23
|
+
width: size,
|
|
24
|
+
height: size,
|
|
25
|
+
ref: ref,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 16 16",
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
...rest
|
|
30
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
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"
|
|
32
|
+
})), children);
|
|
33
|
+
}
|
|
21
34
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
22
35
|
width: size,
|
|
23
36
|
height: size,
|
|
@@ -26,14 +39,14 @@ const UserRole = /*#__PURE__*/React.forwardRef(function UserRole(_ref, ref) {
|
|
|
26
39
|
viewBox: "0 0 32 32",
|
|
27
40
|
fill: "currentColor",
|
|
28
41
|
...rest
|
|
29
|
-
},
|
|
30
|
-
d: "
|
|
42
|
+
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
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"
|
|
31
44
|
})), children);
|
|
32
45
|
});
|
|
33
46
|
if (process.env.NODE_ENV !== "production") {
|
|
34
|
-
|
|
47
|
+
Unlocked.propTypes = iconPropTypes;
|
|
35
48
|
}
|
|
36
|
-
const
|
|
49
|
+
const Unsaved = /*#__PURE__*/React.forwardRef(function Unsaved(_ref2, ref) {
|
|
37
50
|
let {
|
|
38
51
|
children,
|
|
39
52
|
size = 16,
|
|
@@ -47,15 +60,16 @@ const UserService = /*#__PURE__*/React.forwardRef(function UserService(_ref2, re
|
|
|
47
60
|
viewBox: "0 0 32 32",
|
|
48
61
|
fill: "currentColor",
|
|
49
62
|
...rest
|
|
50
|
-
},
|
|
51
|
-
|
|
52
|
-
|
|
63
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
64
|
+
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"
|
|
65
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
66
|
+
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"
|
|
53
67
|
})), children);
|
|
54
68
|
});
|
|
55
69
|
if (process.env.NODE_ENV !== "production") {
|
|
56
|
-
|
|
70
|
+
Unsaved.propTypes = iconPropTypes;
|
|
57
71
|
}
|
|
58
|
-
const
|
|
72
|
+
const UpToTop = /*#__PURE__*/React.forwardRef(function UpToTop(_ref3, ref) {
|
|
59
73
|
let {
|
|
60
74
|
children,
|
|
61
75
|
size = 16,
|
|
@@ -69,14 +83,14 @@ const UserServiceDesk = /*#__PURE__*/React.forwardRef(function UserServiceDesk(_
|
|
|
69
83
|
viewBox: "0 0 32 32",
|
|
70
84
|
fill: "currentColor",
|
|
71
85
|
...rest
|
|
72
|
-
},
|
|
73
|
-
d: "
|
|
86
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
87
|
+
d: "M16 14L6 24 7.4 25.4 16 16.8 24.6 25.4 26 24zM4 8H28V10H4z"
|
|
74
88
|
})), children);
|
|
75
89
|
});
|
|
76
90
|
if (process.env.NODE_ENV !== "production") {
|
|
77
|
-
|
|
91
|
+
UpToTop.propTypes = iconPropTypes;
|
|
78
92
|
}
|
|
79
|
-
const
|
|
93
|
+
const UpdateNow = /*#__PURE__*/React.forwardRef(function UpdateNow(_ref4, ref) {
|
|
80
94
|
let {
|
|
81
95
|
children,
|
|
82
96
|
size = 16,
|
|
@@ -90,14 +104,16 @@ const UserSettings = /*#__PURE__*/React.forwardRef(function UserSettings(_ref4,
|
|
|
90
104
|
viewBox: "0 0 32 32",
|
|
91
105
|
fill: "currentColor",
|
|
92
106
|
...rest
|
|
93
|
-
},
|
|
94
|
-
d: "
|
|
107
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
108
|
+
d: "M27 25.586L25 23.586 25 21 23 21 23 24.414 25.586 27 27 25.586z"
|
|
109
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
110
|
+
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"
|
|
95
111
|
})), children);
|
|
96
112
|
});
|
|
97
113
|
if (process.env.NODE_ENV !== "production") {
|
|
98
|
-
|
|
114
|
+
UpdateNow.propTypes = iconPropTypes;
|
|
99
115
|
}
|
|
100
|
-
const
|
|
116
|
+
const Upgrade = /*#__PURE__*/React.forwardRef(function Upgrade(_ref5, ref) {
|
|
101
117
|
let {
|
|
102
118
|
children,
|
|
103
119
|
size = 16,
|
|
@@ -111,35 +127,32 @@ const UserSimulation = /*#__PURE__*/React.forwardRef(function UserSimulation(_re
|
|
|
111
127
|
viewBox: "0 0 32 32",
|
|
112
128
|
fill: "currentColor",
|
|
113
129
|
...rest
|
|
114
|
-
},
|
|
115
|
-
d: "
|
|
116
|
-
transform: "rotate(30 27.232 13.866)"
|
|
117
|
-
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
118
|
-
d: "M26 8H30V10H26z"
|
|
119
|
-
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
120
|
-
d: "M2.768 12.866H6.768V14.866H2.768z",
|
|
121
|
-
transform: "rotate(150 4.768 13.866)"
|
|
122
|
-
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
123
|
-
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"
|
|
124
|
-
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
125
|
-
d: "M25.232 3.134H29.232V5.134H25.232z",
|
|
126
|
-
transform: "rotate(-30 27.232 4.134)"
|
|
127
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
128
|
-
d: "M2 8H6V10H2z"
|
|
129
|
-
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
130
|
-
d: "M2.768 3.134H6.768V5.134H2.768z",
|
|
131
|
-
transform: "rotate(-150 4.768 4.134)"
|
|
130
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
131
|
+
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"
|
|
132
132
|
})), children);
|
|
133
133
|
});
|
|
134
134
|
if (process.env.NODE_ENV !== "production") {
|
|
135
|
-
|
|
135
|
+
Upgrade.propTypes = iconPropTypes;
|
|
136
136
|
}
|
|
137
|
-
const
|
|
137
|
+
const Upload = /*#__PURE__*/React.forwardRef(function Upload(_ref6, ref) {
|
|
138
138
|
let {
|
|
139
139
|
children,
|
|
140
140
|
size = 16,
|
|
141
141
|
...rest
|
|
142
142
|
} = _ref6;
|
|
143
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
144
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
145
|
+
width: size,
|
|
146
|
+
height: size,
|
|
147
|
+
ref: ref,
|
|
148
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
149
|
+
viewBox: "0 0 16 16",
|
|
150
|
+
fill: "currentColor",
|
|
151
|
+
...rest
|
|
152
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
153
|
+
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"
|
|
154
|
+
})), children);
|
|
155
|
+
}
|
|
143
156
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
144
157
|
width: size,
|
|
145
158
|
height: size,
|
|
@@ -148,16 +161,14 @@ const UserSpeaker = /*#__PURE__*/React.forwardRef(function UserSpeaker(_ref6, re
|
|
|
148
161
|
viewBox: "0 0 32 32",
|
|
149
162
|
fill: "currentColor",
|
|
150
163
|
...rest
|
|
151
|
-
},
|
|
152
|
-
d: "
|
|
153
|
-
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
154
|
-
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"
|
|
164
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
165
|
+
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"
|
|
155
166
|
})), children);
|
|
156
167
|
});
|
|
157
168
|
if (process.env.NODE_ENV !== "production") {
|
|
158
|
-
|
|
169
|
+
Upload.propTypes = iconPropTypes;
|
|
159
170
|
}
|
|
160
|
-
const
|
|
171
|
+
const Upstream = /*#__PURE__*/React.forwardRef(function Upstream(_ref7, ref) {
|
|
161
172
|
let {
|
|
162
173
|
children,
|
|
163
174
|
size = 16,
|
|
@@ -171,14 +182,14 @@ const UserSponsor = /*#__PURE__*/React.forwardRef(function UserSponsor(_ref7, re
|
|
|
171
182
|
viewBox: "0 0 32 32",
|
|
172
183
|
fill: "currentColor",
|
|
173
184
|
...rest
|
|
174
|
-
},
|
|
175
|
-
d: "
|
|
185
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
186
|
+
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"
|
|
176
187
|
})), children);
|
|
177
188
|
});
|
|
178
189
|
if (process.env.NODE_ENV !== "production") {
|
|
179
|
-
|
|
190
|
+
Upstream.propTypes = iconPropTypes;
|
|
180
191
|
}
|
|
181
|
-
const
|
|
192
|
+
const Url = /*#__PURE__*/React.forwardRef(function Url(_ref8, ref) {
|
|
182
193
|
let {
|
|
183
194
|
children,
|
|
184
195
|
size = 16,
|
|
@@ -192,17 +203,15 @@ const UserXRay = /*#__PURE__*/React.forwardRef(function UserXRay(_ref8, ref) {
|
|
|
192
203
|
viewBox: "0 0 32 32",
|
|
193
204
|
fill: "currentColor",
|
|
194
205
|
...rest
|
|
195
|
-
},
|
|
196
|
-
|
|
197
|
-
d: "
|
|
198
|
-
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
199
|
-
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"
|
|
206
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
207
|
+
strokeWidth: "0",
|
|
208
|
+
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"
|
|
200
209
|
})), children);
|
|
201
210
|
});
|
|
202
211
|
if (process.env.NODE_ENV !== "production") {
|
|
203
|
-
|
|
212
|
+
Url.propTypes = iconPropTypes;
|
|
204
213
|
}
|
|
205
|
-
const
|
|
214
|
+
const UsageIncludedUseCase = /*#__PURE__*/React.forwardRef(function UsageIncludedUseCase(_ref9, ref) {
|
|
206
215
|
let {
|
|
207
216
|
children,
|
|
208
217
|
size = 16,
|
|
@@ -216,14 +225,15 @@ const UserProfileAlt = /*#__PURE__*/React.forwardRef(function UserProfileAlt(_re
|
|
|
216
225
|
viewBox: "0 0 32 32",
|
|
217
226
|
fill: "currentColor",
|
|
218
227
|
...rest
|
|
219
|
-
},
|
|
220
|
-
|
|
228
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
229
|
+
strokeWidth: "0",
|
|
230
|
+
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"
|
|
221
231
|
})), children);
|
|
222
232
|
});
|
|
223
233
|
if (process.env.NODE_ENV !== "production") {
|
|
224
|
-
|
|
234
|
+
UsageIncludedUseCase.propTypes = iconPropTypes;
|
|
225
235
|
}
|
|
226
|
-
const
|
|
236
|
+
const Usb = /*#__PURE__*/React.forwardRef(function Usb(_ref10, ref) {
|
|
227
237
|
let {
|
|
228
238
|
children,
|
|
229
239
|
size = 16,
|
|
@@ -237,14 +247,16 @@ const UvIndex = /*#__PURE__*/React.forwardRef(function UvIndex(_ref10, ref) {
|
|
|
237
247
|
viewBox: "0 0 32 32",
|
|
238
248
|
fill: "currentColor",
|
|
239
249
|
...rest
|
|
240
|
-
},
|
|
241
|
-
d: "
|
|
250
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
251
|
+
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"
|
|
252
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
253
|
+
d: "M12 10H15V12H12zM17 10H20V12H17z"
|
|
242
254
|
})), children);
|
|
243
255
|
});
|
|
244
256
|
if (process.env.NODE_ENV !== "production") {
|
|
245
|
-
|
|
257
|
+
Usb.propTypes = iconPropTypes;
|
|
246
258
|
}
|
|
247
|
-
const
|
|
259
|
+
const UseCaseDefinition = /*#__PURE__*/React.forwardRef(function UseCaseDefinition(_ref11, ref) {
|
|
248
260
|
let {
|
|
249
261
|
children,
|
|
250
262
|
size = 16,
|
|
@@ -258,24 +270,18 @@ const UvIndexAlt = /*#__PURE__*/React.forwardRef(function UvIndexAlt(_ref11, ref
|
|
|
258
270
|
viewBox: "0 0 32 32",
|
|
259
271
|
fill: "currentColor",
|
|
260
272
|
...rest
|
|
261
|
-
},
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
d: "M25 15H30V17H25zM2 15H7V17H2z"
|
|
268
|
-
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
269
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
270
|
-
transform: "rotate(-45 7.854 7.853)"
|
|
271
|
-
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
272
|
-
d: "M22,17H20V16a4,4,0,0,0-8,0v1H10V16a6,6,0,0,1,12,0Z"
|
|
273
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
274
|
+
strokeWidth: "0",
|
|
275
|
+
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"
|
|
276
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
277
|
+
strokeWidth: "0",
|
|
278
|
+
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"
|
|
273
279
|
})), children);
|
|
274
280
|
});
|
|
275
281
|
if (process.env.NODE_ENV !== "production") {
|
|
276
|
-
|
|
282
|
+
UseCaseDefinition.propTypes = iconPropTypes;
|
|
277
283
|
}
|
|
278
|
-
const
|
|
284
|
+
const UseCaseUsage = /*#__PURE__*/React.forwardRef(function UseCaseUsage(_ref12, ref) {
|
|
279
285
|
let {
|
|
280
286
|
children,
|
|
281
287
|
size = 16,
|
|
@@ -289,19 +295,36 @@ const UvIndexFilled = /*#__PURE__*/React.forwardRef(function UvIndexFilled(_ref1
|
|
|
289
295
|
viewBox: "0 0 32 32",
|
|
290
296
|
fill: "currentColor",
|
|
291
297
|
...rest
|
|
292
|
-
},
|
|
293
|
-
|
|
298
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
299
|
+
strokeWidth: "0",
|
|
300
|
+
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"
|
|
301
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
302
|
+
strokeWidth: "0",
|
|
303
|
+
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"
|
|
294
304
|
})), children);
|
|
295
305
|
});
|
|
296
306
|
if (process.env.NODE_ENV !== "production") {
|
|
297
|
-
|
|
307
|
+
UseCaseUsage.propTypes = iconPropTypes;
|
|
298
308
|
}
|
|
299
|
-
const
|
|
309
|
+
const User = /*#__PURE__*/React.forwardRef(function User(_ref13, ref) {
|
|
300
310
|
let {
|
|
301
311
|
children,
|
|
302
312
|
size = 16,
|
|
303
313
|
...rest
|
|
304
314
|
} = _ref13;
|
|
315
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
316
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
317
|
+
width: size,
|
|
318
|
+
height: size,
|
|
319
|
+
ref: ref,
|
|
320
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
321
|
+
viewBox: "0 0 16 16",
|
|
322
|
+
fill: "currentColor",
|
|
323
|
+
...rest
|
|
324
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
325
|
+
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"
|
|
326
|
+
})), children);
|
|
327
|
+
}
|
|
305
328
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
306
329
|
width: size,
|
|
307
330
|
height: size,
|
|
@@ -310,14 +333,14 @@ const ValueVariable = /*#__PURE__*/React.forwardRef(function ValueVariable(_ref1
|
|
|
310
333
|
viewBox: "0 0 32 32",
|
|
311
334
|
fill: "currentColor",
|
|
312
335
|
...rest
|
|
313
|
-
},
|
|
314
|
-
d: "
|
|
336
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
337
|
+
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"
|
|
315
338
|
})), children);
|
|
316
339
|
});
|
|
317
340
|
if (process.env.NODE_ENV !== "production") {
|
|
318
|
-
|
|
341
|
+
User.propTypes = iconPropTypes;
|
|
319
342
|
}
|
|
320
|
-
const
|
|
343
|
+
const UserAccess = /*#__PURE__*/React.forwardRef(function UserAccess(_ref14, ref) {
|
|
321
344
|
let {
|
|
322
345
|
children,
|
|
323
346
|
size = 16,
|
|
@@ -331,14 +354,14 @@ const Van = /*#__PURE__*/React.forwardRef(function Van(_ref14, ref) {
|
|
|
331
354
|
viewBox: "0 0 32 32",
|
|
332
355
|
fill: "currentColor",
|
|
333
356
|
...rest
|
|
334
|
-
},
|
|
335
|
-
d: "
|
|
357
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
358
|
+
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"
|
|
336
359
|
})), children);
|
|
337
360
|
});
|
|
338
361
|
if (process.env.NODE_ENV !== "production") {
|
|
339
|
-
|
|
362
|
+
UserAccess.propTypes = iconPropTypes;
|
|
340
363
|
}
|
|
341
|
-
const
|
|
364
|
+
const UserAccessLocked = /*#__PURE__*/React.forwardRef(function UserAccessLocked(_ref15, ref) {
|
|
342
365
|
let {
|
|
343
366
|
children,
|
|
344
367
|
size = 16,
|
|
@@ -352,20 +375,15 @@ const VegetationAsset = /*#__PURE__*/React.forwardRef(function VegetationAsset(_
|
|
|
352
375
|
viewBox: "0 0 32 32",
|
|
353
376
|
fill: "currentColor",
|
|
354
377
|
...rest
|
|
355
|
-
},
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
r: "1.5"
|
|
359
|
-
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
360
|
-
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"
|
|
361
|
-
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
362
|
-
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"
|
|
378
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
379
|
+
strokeWidth: "0",
|
|
380
|
+
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"
|
|
363
381
|
})), children);
|
|
364
382
|
});
|
|
365
383
|
if (process.env.NODE_ENV !== "production") {
|
|
366
|
-
|
|
384
|
+
UserAccessLocked.propTypes = iconPropTypes;
|
|
367
385
|
}
|
|
368
|
-
const
|
|
386
|
+
const UserAccessUnlocked = /*#__PURE__*/React.forwardRef(function UserAccessUnlocked(_ref16, ref) {
|
|
369
387
|
let {
|
|
370
388
|
children,
|
|
371
389
|
size = 16,
|
|
@@ -379,16 +397,15 @@ const VegetationEncroachment = /*#__PURE__*/React.forwardRef(function Vegetation
|
|
|
379
397
|
viewBox: "0 0 32 32",
|
|
380
398
|
fill: "currentColor",
|
|
381
399
|
...rest
|
|
382
|
-
},
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
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"
|
|
400
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
401
|
+
strokeWidth: "0",
|
|
402
|
+
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"
|
|
386
403
|
})), children);
|
|
387
404
|
});
|
|
388
405
|
if (process.env.NODE_ENV !== "production") {
|
|
389
|
-
|
|
406
|
+
UserAccessUnlocked.propTypes = iconPropTypes;
|
|
390
407
|
}
|
|
391
|
-
const
|
|
408
|
+
const UserActivity = /*#__PURE__*/React.forwardRef(function UserActivity(_ref17, ref) {
|
|
392
409
|
let {
|
|
393
410
|
children,
|
|
394
411
|
size = 16,
|
|
@@ -402,16 +419,14 @@ const VegetationHeight = /*#__PURE__*/React.forwardRef(function VegetationHeight
|
|
|
402
419
|
viewBox: "0 0 32 32",
|
|
403
420
|
fill: "currentColor",
|
|
404
421
|
...rest
|
|
405
|
-
},
|
|
406
|
-
d: "
|
|
407
|
-
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
408
|
-
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"
|
|
422
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
423
|
+
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"
|
|
409
424
|
})), children);
|
|
410
425
|
});
|
|
411
426
|
if (process.env.NODE_ENV !== "production") {
|
|
412
|
-
|
|
427
|
+
UserActivity.propTypes = iconPropTypes;
|
|
413
428
|
}
|
|
414
|
-
const
|
|
429
|
+
const UserAdmin = /*#__PURE__*/React.forwardRef(function UserAdmin(_ref18, ref) {
|
|
415
430
|
let {
|
|
416
431
|
children,
|
|
417
432
|
size = 16,
|
|
@@ -425,19 +440,34 @@ const VehicleApi = /*#__PURE__*/React.forwardRef(function VehicleApi(_ref18, ref
|
|
|
425
440
|
viewBox: "0 0 32 32",
|
|
426
441
|
fill: "currentColor",
|
|
427
442
|
...rest
|
|
428
|
-
},
|
|
429
|
-
d: "
|
|
443
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
444
|
+
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"
|
|
430
445
|
})), children);
|
|
431
446
|
});
|
|
432
447
|
if (process.env.NODE_ENV !== "production") {
|
|
433
|
-
|
|
448
|
+
UserAdmin.propTypes = iconPropTypes;
|
|
434
449
|
}
|
|
435
|
-
const
|
|
450
|
+
const UserAvatar = /*#__PURE__*/React.forwardRef(function UserAvatar(_ref19, ref) {
|
|
436
451
|
let {
|
|
437
452
|
children,
|
|
438
453
|
size = 16,
|
|
439
454
|
...rest
|
|
440
455
|
} = _ref19;
|
|
456
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
457
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
458
|
+
width: size,
|
|
459
|
+
height: size,
|
|
460
|
+
ref: ref,
|
|
461
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
462
|
+
viewBox: "0 0 16 16",
|
|
463
|
+
fill: "currentColor",
|
|
464
|
+
...rest
|
|
465
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
466
|
+
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"
|
|
467
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
468
|
+
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"
|
|
469
|
+
})), children);
|
|
470
|
+
}
|
|
441
471
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
442
472
|
width: size,
|
|
443
473
|
height: size,
|
|
@@ -446,16 +476,16 @@ const VehicleConnected = /*#__PURE__*/React.forwardRef(function VehicleConnected
|
|
|
446
476
|
viewBox: "0 0 32 32",
|
|
447
477
|
fill: "currentColor",
|
|
448
478
|
...rest
|
|
449
|
-
},
|
|
450
|
-
d: "
|
|
451
|
-
})),
|
|
452
|
-
d: "
|
|
479
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
480
|
+
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"
|
|
481
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
482
|
+
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"
|
|
453
483
|
})), children);
|
|
454
484
|
});
|
|
455
485
|
if (process.env.NODE_ENV !== "production") {
|
|
456
|
-
|
|
486
|
+
UserAvatar.propTypes = iconPropTypes;
|
|
457
487
|
}
|
|
458
|
-
const
|
|
488
|
+
const UserAvatarFilled = /*#__PURE__*/React.forwardRef(function UserAvatarFilled(_ref20, ref) {
|
|
459
489
|
let {
|
|
460
490
|
children,
|
|
461
491
|
size = 16,
|
|
@@ -469,14 +499,17 @@ const VehicleInsights = /*#__PURE__*/React.forwardRef(function VehicleInsights(_
|
|
|
469
499
|
viewBox: "0 0 32 32",
|
|
470
500
|
fill: "currentColor",
|
|
471
501
|
...rest
|
|
472
|
-
},
|
|
473
|
-
|
|
502
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
503
|
+
fill: "none",
|
|
504
|
+
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"
|
|
505
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
506
|
+
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"
|
|
474
507
|
})), children);
|
|
475
508
|
});
|
|
476
509
|
if (process.env.NODE_ENV !== "production") {
|
|
477
|
-
|
|
510
|
+
UserAvatarFilled.propTypes = iconPropTypes;
|
|
478
511
|
}
|
|
479
|
-
const
|
|
512
|
+
const UserAvatarFilledAlt = /*#__PURE__*/React.forwardRef(function UserAvatarFilledAlt(_ref21, ref) {
|
|
480
513
|
let {
|
|
481
514
|
children,
|
|
482
515
|
size = 16,
|
|
@@ -490,14 +523,16 @@ const VehicleServices = /*#__PURE__*/React.forwardRef(function VehicleServices(_
|
|
|
490
523
|
viewBox: "0 0 32 32",
|
|
491
524
|
fill: "currentColor",
|
|
492
525
|
...rest
|
|
493
|
-
},
|
|
494
|
-
d: "
|
|
526
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
527
|
+
d: "M16,8a5,5,0,1,0,5,5A5,5,0,0,0,16,8Z"
|
|
528
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
529
|
+
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"
|
|
495
530
|
})), children);
|
|
496
531
|
});
|
|
497
532
|
if (process.env.NODE_ENV !== "production") {
|
|
498
|
-
|
|
533
|
+
UserAvatarFilledAlt.propTypes = iconPropTypes;
|
|
499
534
|
}
|
|
500
|
-
const
|
|
535
|
+
const UserCertification = /*#__PURE__*/React.forwardRef(function UserCertification(_ref22, ref) {
|
|
501
536
|
let {
|
|
502
537
|
children,
|
|
503
538
|
size = 16,
|
|
@@ -511,18 +546,14 @@ const Version = /*#__PURE__*/React.forwardRef(function Version(_ref22, ref) {
|
|
|
511
546
|
viewBox: "0 0 32 32",
|
|
512
547
|
fill: "currentColor",
|
|
513
548
|
...rest
|
|
514
|
-
},
|
|
515
|
-
d: "
|
|
516
|
-
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
517
|
-
d: "M11,7V9H21V24h2V9a2.0023,2.0023,0,0,0-2-2Z"
|
|
518
|
-
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
519
|
-
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"
|
|
549
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
550
|
+
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"
|
|
520
551
|
})), children);
|
|
521
552
|
});
|
|
522
553
|
if (process.env.NODE_ENV !== "production") {
|
|
523
|
-
|
|
554
|
+
UserCertification.propTypes = iconPropTypes;
|
|
524
555
|
}
|
|
525
|
-
const
|
|
556
|
+
const UserData = /*#__PURE__*/React.forwardRef(function UserData(_ref23, ref) {
|
|
526
557
|
let {
|
|
527
558
|
children,
|
|
528
559
|
size = 16,
|
|
@@ -536,16 +567,14 @@ const VersionMajor = /*#__PURE__*/React.forwardRef(function VersionMajor(_ref23,
|
|
|
536
567
|
viewBox: "0 0 32 32",
|
|
537
568
|
fill: "currentColor",
|
|
538
569
|
...rest
|
|
539
|
-
},
|
|
540
|
-
d: "
|
|
541
|
-
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
542
|
-
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"
|
|
570
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
571
|
+
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"
|
|
543
572
|
})), children);
|
|
544
573
|
});
|
|
545
574
|
if (process.env.NODE_ENV !== "production") {
|
|
546
|
-
|
|
575
|
+
UserData.propTypes = iconPropTypes;
|
|
547
576
|
}
|
|
548
|
-
const
|
|
577
|
+
const UserFavorite = /*#__PURE__*/React.forwardRef(function UserFavorite(_ref24, ref) {
|
|
549
578
|
let {
|
|
550
579
|
children,
|
|
551
580
|
size = 16,
|
|
@@ -559,16 +588,14 @@ const VersionMinor = /*#__PURE__*/React.forwardRef(function VersionMinor(_ref24,
|
|
|
559
588
|
viewBox: "0 0 32 32",
|
|
560
589
|
fill: "currentColor",
|
|
561
590
|
...rest
|
|
562
|
-
},
|
|
563
|
-
d: "
|
|
564
|
-
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
565
|
-
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"
|
|
591
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
592
|
+
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"
|
|
566
593
|
})), children);
|
|
567
594
|
});
|
|
568
595
|
if (process.env.NODE_ENV !== "production") {
|
|
569
|
-
|
|
596
|
+
UserFavorite.propTypes = iconPropTypes;
|
|
570
597
|
}
|
|
571
|
-
const
|
|
598
|
+
const UserFavoriteAlt = /*#__PURE__*/React.forwardRef(function UserFavoriteAlt(_ref25, ref) {
|
|
572
599
|
let {
|
|
573
600
|
children,
|
|
574
601
|
size = 16,
|
|
@@ -582,16 +609,14 @@ const VersionPatch = /*#__PURE__*/React.forwardRef(function VersionPatch(_ref25,
|
|
|
582
609
|
viewBox: "0 0 32 32",
|
|
583
610
|
fill: "currentColor",
|
|
584
611
|
...rest
|
|
585
|
-
},
|
|
586
|
-
d: "
|
|
587
|
-
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
588
|
-
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"
|
|
612
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
613
|
+
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"
|
|
589
614
|
})), children);
|
|
590
615
|
});
|
|
591
616
|
if (process.env.NODE_ENV !== "production") {
|
|
592
|
-
|
|
617
|
+
UserFavoriteAlt.propTypes = iconPropTypes;
|
|
593
618
|
}
|
|
594
|
-
const
|
|
619
|
+
const UserFavoriteAltFilled = /*#__PURE__*/React.forwardRef(function UserFavoriteAltFilled(_ref26, ref) {
|
|
595
620
|
let {
|
|
596
621
|
children,
|
|
597
622
|
size = 16,
|
|
@@ -605,14 +630,14 @@ const VerticalView = /*#__PURE__*/React.forwardRef(function VerticalView(_ref26,
|
|
|
605
630
|
viewBox: "0 0 32 32",
|
|
606
631
|
fill: "currentColor",
|
|
607
632
|
...rest
|
|
608
|
-
},
|
|
609
|
-
d: "
|
|
633
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
634
|
+
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"
|
|
610
635
|
})), children);
|
|
611
636
|
});
|
|
612
637
|
if (process.env.NODE_ENV !== "production") {
|
|
613
|
-
|
|
638
|
+
UserFavoriteAltFilled.propTypes = iconPropTypes;
|
|
614
639
|
}
|
|
615
|
-
const
|
|
640
|
+
const UserFeedback = /*#__PURE__*/React.forwardRef(function UserFeedback(_ref27, ref) {
|
|
616
641
|
let {
|
|
617
642
|
children,
|
|
618
643
|
size = 16,
|
|
@@ -626,14 +651,15 @@ const Video = /*#__PURE__*/React.forwardRef(function Video(_ref27, ref) {
|
|
|
626
651
|
viewBox: "0 0 32 32",
|
|
627
652
|
fill: "currentColor",
|
|
628
653
|
...rest
|
|
629
|
-
},
|
|
630
|
-
|
|
654
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
655
|
+
strokeWidth: "0",
|
|
656
|
+
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"
|
|
631
657
|
})), children);
|
|
632
658
|
});
|
|
633
659
|
if (process.env.NODE_ENV !== "production") {
|
|
634
|
-
|
|
660
|
+
UserFeedback.propTypes = iconPropTypes;
|
|
635
661
|
}
|
|
636
|
-
const
|
|
662
|
+
const UserFilled = /*#__PURE__*/React.forwardRef(function UserFilled(_ref28, ref) {
|
|
637
663
|
let {
|
|
638
664
|
children,
|
|
639
665
|
size = 16,
|
|
@@ -647,16 +673,14 @@ const VideoAdd = /*#__PURE__*/React.forwardRef(function VideoAdd(_ref28, ref) {
|
|
|
647
673
|
viewBox: "0 0 32 32",
|
|
648
674
|
fill: "currentColor",
|
|
649
675
|
...rest
|
|
650
|
-
},
|
|
651
|
-
d: "
|
|
652
|
-
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
653
|
-
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"
|
|
676
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
677
|
+
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"
|
|
654
678
|
})), children);
|
|
655
679
|
});
|
|
656
680
|
if (process.env.NODE_ENV !== "production") {
|
|
657
|
-
|
|
681
|
+
UserFilled.propTypes = iconPropTypes;
|
|
658
682
|
}
|
|
659
|
-
const
|
|
683
|
+
const UserFollow = /*#__PURE__*/React.forwardRef(function UserFollow(_ref29, ref) {
|
|
660
684
|
let {
|
|
661
685
|
children,
|
|
662
686
|
size = 16,
|
|
@@ -670,16 +694,14 @@ const VideoChat = /*#__PURE__*/React.forwardRef(function VideoChat(_ref29, ref)
|
|
|
670
694
|
viewBox: "0 0 32 32",
|
|
671
695
|
fill: "currentColor",
|
|
672
696
|
...rest
|
|
673
|
-
},
|
|
674
|
-
d: "
|
|
675
|
-
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
676
|
-
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"
|
|
697
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
698
|
+
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"
|
|
677
699
|
})), children);
|
|
678
700
|
});
|
|
679
701
|
if (process.env.NODE_ENV !== "production") {
|
|
680
|
-
|
|
702
|
+
UserFollow.propTypes = iconPropTypes;
|
|
681
703
|
}
|
|
682
|
-
const
|
|
704
|
+
const UserIdentification = /*#__PURE__*/React.forwardRef(function UserIdentification(_ref30, ref) {
|
|
683
705
|
let {
|
|
684
706
|
children,
|
|
685
707
|
size = 16,
|
|
@@ -693,14 +715,20 @@ const VideoFilled = /*#__PURE__*/React.forwardRef(function VideoFilled(_ref30, r
|
|
|
693
715
|
viewBox: "0 0 32 32",
|
|
694
716
|
fill: "currentColor",
|
|
695
717
|
...rest
|
|
696
|
-
},
|
|
697
|
-
d: "
|
|
718
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
719
|
+
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"
|
|
720
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
721
|
+
cx: "24",
|
|
722
|
+
cy: "8",
|
|
723
|
+
r: "2"
|
|
724
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
725
|
+
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"
|
|
698
726
|
})), children);
|
|
699
727
|
});
|
|
700
728
|
if (process.env.NODE_ENV !== "production") {
|
|
701
|
-
|
|
729
|
+
UserIdentification.propTypes = iconPropTypes;
|
|
702
730
|
}
|
|
703
|
-
const
|
|
731
|
+
const UserMilitary = /*#__PURE__*/React.forwardRef(function UserMilitary(_ref31, ref) {
|
|
704
732
|
let {
|
|
705
733
|
children,
|
|
706
734
|
size = 16,
|
|
@@ -714,14 +742,18 @@ const VideoOff = /*#__PURE__*/React.forwardRef(function VideoOff(_ref31, ref) {
|
|
|
714
742
|
viewBox: "0 0 32 32",
|
|
715
743
|
fill: "currentColor",
|
|
716
744
|
...rest
|
|
717
|
-
},
|
|
718
|
-
d: "
|
|
745
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
746
|
+
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"
|
|
747
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
748
|
+
d: "M21.414 13.414L25 9.834 25 9.834 28.587 13.416 30 12 25 7 20 12 21.414 13.414z"
|
|
749
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
750
|
+
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"
|
|
719
751
|
})), children);
|
|
720
752
|
});
|
|
721
753
|
if (process.env.NODE_ENV !== "production") {
|
|
722
|
-
|
|
754
|
+
UserMilitary.propTypes = iconPropTypes;
|
|
723
755
|
}
|
|
724
|
-
const
|
|
756
|
+
const UserMultiple = /*#__PURE__*/React.forwardRef(function UserMultiple(_ref32, ref) {
|
|
725
757
|
let {
|
|
726
758
|
children,
|
|
727
759
|
size = 16,
|
|
@@ -735,14 +767,14 @@ const VideoOffFilled = /*#__PURE__*/React.forwardRef(function VideoOffFilled(_re
|
|
|
735
767
|
viewBox: "0 0 32 32",
|
|
736
768
|
fill: "currentColor",
|
|
737
769
|
...rest
|
|
738
|
-
},
|
|
739
|
-
d: "
|
|
770
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
771
|
+
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"
|
|
740
772
|
})), children);
|
|
741
773
|
});
|
|
742
774
|
if (process.env.NODE_ENV !== "production") {
|
|
743
|
-
|
|
775
|
+
UserMultiple.propTypes = iconPropTypes;
|
|
744
776
|
}
|
|
745
|
-
const
|
|
777
|
+
const UserOnline = /*#__PURE__*/React.forwardRef(function UserOnline(_ref33, ref) {
|
|
746
778
|
let {
|
|
747
779
|
children,
|
|
748
780
|
size = 16,
|
|
@@ -756,36 +788,23 @@ const VideoPlayer = /*#__PURE__*/React.forwardRef(function VideoPlayer(_ref33, r
|
|
|
756
788
|
viewBox: "0 0 32 32",
|
|
757
789
|
fill: "currentColor",
|
|
758
790
|
...rest
|
|
759
|
-
},
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
791
|
+
}, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
792
|
+
cx: "26",
|
|
793
|
+
cy: "16",
|
|
794
|
+
r: "4"
|
|
795
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
796
|
+
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"
|
|
763
797
|
})), children);
|
|
764
798
|
});
|
|
765
799
|
if (process.env.NODE_ENV !== "production") {
|
|
766
|
-
|
|
800
|
+
UserOnline.propTypes = iconPropTypes;
|
|
767
801
|
}
|
|
768
|
-
const
|
|
802
|
+
const UserProfile = /*#__PURE__*/React.forwardRef(function UserProfile(_ref34, ref) {
|
|
769
803
|
let {
|
|
770
804
|
children,
|
|
771
805
|
size = 16,
|
|
772
806
|
...rest
|
|
773
807
|
} = _ref34;
|
|
774
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
775
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
776
|
-
width: size,
|
|
777
|
-
height: size,
|
|
778
|
-
ref: ref,
|
|
779
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
780
|
-
viewBox: "0 0 16 16",
|
|
781
|
-
fill: "currentColor",
|
|
782
|
-
...rest
|
|
783
|
-
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
784
|
-
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"
|
|
785
|
-
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
786
|
-
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"
|
|
787
|
-
})), children);
|
|
788
|
-
}
|
|
789
808
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
790
809
|
width: size,
|
|
791
810
|
height: size,
|
|
@@ -794,16 +813,14 @@ const View = /*#__PURE__*/React.forwardRef(function View(_ref34, ref) {
|
|
|
794
813
|
viewBox: "0 0 32 32",
|
|
795
814
|
fill: "currentColor",
|
|
796
815
|
...rest
|
|
797
|
-
},
|
|
798
|
-
d: "
|
|
799
|
-
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
800
|
-
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"
|
|
816
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
817
|
+
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"
|
|
801
818
|
})), children);
|
|
802
819
|
});
|
|
803
820
|
if (process.env.NODE_ENV !== "production") {
|
|
804
|
-
|
|
821
|
+
UserProfile.propTypes = iconPropTypes;
|
|
805
822
|
}
|
|
806
|
-
const
|
|
823
|
+
const UserRole = /*#__PURE__*/React.forwardRef(function UserRole(_ref35, ref) {
|
|
807
824
|
let {
|
|
808
825
|
children,
|
|
809
826
|
size = 16,
|
|
@@ -817,18 +834,14 @@ const ViewFilled = /*#__PURE__*/React.forwardRef(function ViewFilled(_ref35, ref
|
|
|
817
834
|
viewBox: "0 0 32 32",
|
|
818
835
|
fill: "currentColor",
|
|
819
836
|
...rest
|
|
820
|
-
},
|
|
821
|
-
|
|
822
|
-
cy: "16",
|
|
823
|
-
r: "4"
|
|
824
|
-
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
825
|
-
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"
|
|
837
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
838
|
+
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"
|
|
826
839
|
})), children);
|
|
827
840
|
});
|
|
828
841
|
if (process.env.NODE_ENV !== "production") {
|
|
829
|
-
|
|
842
|
+
UserRole.propTypes = iconPropTypes;
|
|
830
843
|
}
|
|
831
|
-
const
|
|
844
|
+
const UserService = /*#__PURE__*/React.forwardRef(function UserService(_ref36, ref) {
|
|
832
845
|
let {
|
|
833
846
|
children,
|
|
834
847
|
size = 16,
|
|
@@ -842,14 +855,15 @@ const ViewMode_1 = /*#__PURE__*/React.forwardRef(function ViewMode_1(_ref36, ref
|
|
|
842
855
|
viewBox: "0 0 32 32",
|
|
843
856
|
fill: "currentColor",
|
|
844
857
|
...rest
|
|
845
|
-
},
|
|
846
|
-
|
|
858
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
859
|
+
strokeWidth: "0",
|
|
860
|
+
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"
|
|
847
861
|
})), children);
|
|
848
862
|
});
|
|
849
863
|
if (process.env.NODE_ENV !== "production") {
|
|
850
|
-
|
|
864
|
+
UserService.propTypes = iconPropTypes;
|
|
851
865
|
}
|
|
852
|
-
const
|
|
866
|
+
const UserServiceDesk = /*#__PURE__*/React.forwardRef(function UserServiceDesk(_ref37, ref) {
|
|
853
867
|
let {
|
|
854
868
|
children,
|
|
855
869
|
size = 16,
|
|
@@ -863,34 +877,19 @@ const ViewMode_2 = /*#__PURE__*/React.forwardRef(function ViewMode_2(_ref37, ref
|
|
|
863
877
|
viewBox: "0 0 32 32",
|
|
864
878
|
fill: "currentColor",
|
|
865
879
|
...rest
|
|
866
|
-
},
|
|
867
|
-
d: "
|
|
880
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
881
|
+
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"
|
|
868
882
|
})), children);
|
|
869
883
|
});
|
|
870
884
|
if (process.env.NODE_ENV !== "production") {
|
|
871
|
-
|
|
885
|
+
UserServiceDesk.propTypes = iconPropTypes;
|
|
872
886
|
}
|
|
873
|
-
const
|
|
887
|
+
const UserSettings = /*#__PURE__*/React.forwardRef(function UserSettings(_ref38, ref) {
|
|
874
888
|
let {
|
|
875
889
|
children,
|
|
876
890
|
size = 16,
|
|
877
891
|
...rest
|
|
878
892
|
} = _ref38;
|
|
879
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
880
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
881
|
-
width: size,
|
|
882
|
-
height: size,
|
|
883
|
-
ref: ref,
|
|
884
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
885
|
-
viewBox: "0 0 16 16",
|
|
886
|
-
fill: "currentColor",
|
|
887
|
-
...rest
|
|
888
|
-
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
889
|
-
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"
|
|
890
|
-
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
891
|
-
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"
|
|
892
|
-
})), children);
|
|
893
|
-
}
|
|
894
893
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
895
894
|
width: size,
|
|
896
895
|
height: size,
|
|
@@ -899,16 +898,14 @@ const ViewOff = /*#__PURE__*/React.forwardRef(function ViewOff(_ref38, ref) {
|
|
|
899
898
|
viewBox: "0 0 32 32",
|
|
900
899
|
fill: "currentColor",
|
|
901
900
|
...rest
|
|
902
|
-
},
|
|
903
|
-
d: "
|
|
904
|
-
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
905
|
-
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"
|
|
901
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
902
|
+
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"
|
|
906
903
|
})), children);
|
|
907
904
|
});
|
|
908
905
|
if (process.env.NODE_ENV !== "production") {
|
|
909
|
-
|
|
906
|
+
UserSettings.propTypes = iconPropTypes;
|
|
910
907
|
}
|
|
911
|
-
const
|
|
908
|
+
const UserSimulation = /*#__PURE__*/React.forwardRef(function UserSimulation(_ref39, ref) {
|
|
912
909
|
let {
|
|
913
910
|
children,
|
|
914
911
|
size = 16,
|
|
@@ -922,14 +919,30 @@ const ViewOffFilled = /*#__PURE__*/React.forwardRef(function ViewOffFilled(_ref3
|
|
|
922
919
|
viewBox: "0 0 32 32",
|
|
923
920
|
fill: "currentColor",
|
|
924
921
|
...rest
|
|
925
|
-
},
|
|
926
|
-
d: "
|
|
922
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
923
|
+
d: "M25.232 12.866H29.232V14.866H25.232z",
|
|
924
|
+
transform: "rotate(30 27.232 13.866)"
|
|
925
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
926
|
+
d: "M26 8H30V10H26z"
|
|
927
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
928
|
+
d: "M2.768 12.866H6.768V14.866H2.768z",
|
|
929
|
+
transform: "rotate(150 4.768 13.866)"
|
|
930
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
931
|
+
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"
|
|
932
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
933
|
+
d: "M25.232 3.134H29.232V5.134H25.232z",
|
|
934
|
+
transform: "rotate(-30 27.232 4.134)"
|
|
935
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
936
|
+
d: "M2 8H6V10H2z"
|
|
937
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
938
|
+
d: "M2.768 3.134H6.768V5.134H2.768z",
|
|
939
|
+
transform: "rotate(-150 4.768 4.134)"
|
|
927
940
|
})), children);
|
|
928
941
|
});
|
|
929
942
|
if (process.env.NODE_ENV !== "production") {
|
|
930
|
-
|
|
943
|
+
UserSimulation.propTypes = iconPropTypes;
|
|
931
944
|
}
|
|
932
|
-
const
|
|
945
|
+
const UserSpeaker = /*#__PURE__*/React.forwardRef(function UserSpeaker(_ref40, ref) {
|
|
933
946
|
let {
|
|
934
947
|
children,
|
|
935
948
|
size = 16,
|
|
@@ -943,16 +956,16 @@ const ViewNext = /*#__PURE__*/React.forwardRef(function ViewNext(_ref40, ref) {
|
|
|
943
956
|
viewBox: "0 0 32 32",
|
|
944
957
|
fill: "currentColor",
|
|
945
958
|
...rest
|
|
946
|
-
},
|
|
947
|
-
d: "
|
|
948
|
-
})),
|
|
949
|
-
d: "
|
|
959
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
960
|
+
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"
|
|
961
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
962
|
+
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"
|
|
950
963
|
})), children);
|
|
951
964
|
});
|
|
952
965
|
if (process.env.NODE_ENV !== "production") {
|
|
953
|
-
|
|
966
|
+
UserSpeaker.propTypes = iconPropTypes;
|
|
954
967
|
}
|
|
955
|
-
const
|
|
968
|
+
const UserSponsor = /*#__PURE__*/React.forwardRef(function UserSponsor(_ref41, ref) {
|
|
956
969
|
let {
|
|
957
970
|
children,
|
|
958
971
|
size = 16,
|
|
@@ -966,18 +979,14 @@ const VirtualColumn = /*#__PURE__*/React.forwardRef(function VirtualColumn(_ref4
|
|
|
966
979
|
viewBox: "0 0 32 32",
|
|
967
980
|
fill: "currentColor",
|
|
968
981
|
...rest
|
|
969
|
-
},
|
|
970
|
-
d: "
|
|
971
|
-
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
972
|
-
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"
|
|
973
|
-
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
974
|
-
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"
|
|
982
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
983
|
+
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"
|
|
975
984
|
})), children);
|
|
976
985
|
});
|
|
977
986
|
if (process.env.NODE_ENV !== "production") {
|
|
978
|
-
|
|
987
|
+
UserSponsor.propTypes = iconPropTypes;
|
|
979
988
|
}
|
|
980
|
-
const
|
|
989
|
+
const UserXRay = /*#__PURE__*/React.forwardRef(function UserXRay(_ref42, ref) {
|
|
981
990
|
let {
|
|
982
991
|
children,
|
|
983
992
|
size = 16,
|
|
@@ -991,20 +1000,17 @@ const VirtualColumnKey = /*#__PURE__*/React.forwardRef(function VirtualColumnKey
|
|
|
991
1000
|
viewBox: "0 0 32 32",
|
|
992
1001
|
fill: "currentColor",
|
|
993
1002
|
...rest
|
|
994
|
-
},
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
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"
|
|
1000
|
-
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1001
|
-
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"
|
|
1003
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1004
|
+
fill: "none",
|
|
1005
|
+
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"
|
|
1006
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1007
|
+
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"
|
|
1002
1008
|
})), children);
|
|
1003
1009
|
});
|
|
1004
1010
|
if (process.env.NODE_ENV !== "production") {
|
|
1005
|
-
|
|
1011
|
+
UserXRay.propTypes = iconPropTypes;
|
|
1006
1012
|
}
|
|
1007
|
-
const
|
|
1013
|
+
const UserProfileAlt = /*#__PURE__*/React.forwardRef(function UserProfileAlt(_ref43, ref) {
|
|
1008
1014
|
let {
|
|
1009
1015
|
children,
|
|
1010
1016
|
size = 16,
|
|
@@ -1018,16 +1024,14 @@ const VirtualDesktop = /*#__PURE__*/React.forwardRef(function VirtualDesktop(_re
|
|
|
1018
1024
|
viewBox: "0 0 32 32",
|
|
1019
1025
|
fill: "currentColor",
|
|
1020
1026
|
...rest
|
|
1021
|
-
},
|
|
1022
|
-
d: "
|
|
1023
|
-
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1024
|
-
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"
|
|
1027
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1028
|
+
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"
|
|
1025
1029
|
})), children);
|
|
1026
1030
|
});
|
|
1027
1031
|
if (process.env.NODE_ENV !== "production") {
|
|
1028
|
-
|
|
1032
|
+
UserProfileAlt.propTypes = iconPropTypes;
|
|
1029
1033
|
}
|
|
1030
|
-
const
|
|
1034
|
+
const UvIndex = /*#__PURE__*/React.forwardRef(function UvIndex(_ref44, ref) {
|
|
1031
1035
|
let {
|
|
1032
1036
|
children,
|
|
1033
1037
|
size = 16,
|
|
@@ -1041,16 +1045,14 @@ const VirtualMachine = /*#__PURE__*/React.forwardRef(function VirtualMachine(_re
|
|
|
1041
1045
|
viewBox: "0 0 32 32",
|
|
1042
1046
|
fill: "currentColor",
|
|
1043
1047
|
...rest
|
|
1044
|
-
},
|
|
1045
|
-
d: "
|
|
1046
|
-
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1047
|
-
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"
|
|
1048
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1049
|
+
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"
|
|
1048
1050
|
})), children);
|
|
1049
1051
|
});
|
|
1050
1052
|
if (process.env.NODE_ENV !== "production") {
|
|
1051
|
-
|
|
1053
|
+
UvIndex.propTypes = iconPropTypes;
|
|
1052
1054
|
}
|
|
1053
|
-
const
|
|
1055
|
+
const UvIndexAlt = /*#__PURE__*/React.forwardRef(function UvIndexAlt(_ref45, ref) {
|
|
1054
1056
|
let {
|
|
1055
1057
|
children,
|
|
1056
1058
|
size = 16,
|
|
@@ -1064,27 +1066,29 @@ const VirtualPrivateCloud = /*#__PURE__*/React.forwardRef(function VirtualPrivat
|
|
|
1064
1066
|
viewBox: "0 0 32 32",
|
|
1065
1067
|
fill: "currentColor",
|
|
1066
1068
|
...rest
|
|
1067
|
-
},
|
|
1068
|
-
d: "
|
|
1069
|
-
})),
|
|
1070
|
-
d: "
|
|
1069
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1070
|
+
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"
|
|
1071
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1072
|
+
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
1073
|
+
transform: "rotate(-45 24.147 7.853)"
|
|
1074
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1075
|
+
d: "M25 15H30V17H25zM2 15H7V17H2z"
|
|
1076
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1077
|
+
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
1078
|
+
transform: "rotate(-45 7.854 7.853)"
|
|
1079
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1080
|
+
d: "M22,17H20V16a4,4,0,0,0-8,0v1H10V16a6,6,0,0,1,12,0Z"
|
|
1071
1081
|
})), children);
|
|
1072
1082
|
});
|
|
1073
1083
|
if (process.env.NODE_ENV !== "production") {
|
|
1074
|
-
|
|
1084
|
+
UvIndexAlt.propTypes = iconPropTypes;
|
|
1075
1085
|
}
|
|
1076
|
-
const
|
|
1086
|
+
const UvIndexFilled = /*#__PURE__*/React.forwardRef(function UvIndexFilled(_ref46, ref) {
|
|
1077
1087
|
let {
|
|
1078
1088
|
children,
|
|
1079
1089
|
size = 16,
|
|
1080
1090
|
...rest
|
|
1081
1091
|
} = _ref46;
|
|
1082
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1083
|
-
if (!didWarnAboutDeprecation["VirtualPrivateCloudAlt"]) {
|
|
1084
|
-
didWarnAboutDeprecation["VirtualPrivateCloudAlt"] = true;
|
|
1085
|
-
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.");
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
1092
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1089
1093
|
width: size,
|
|
1090
1094
|
height: size,
|
|
@@ -1093,16 +1097,14 @@ const VirtualPrivateCloudAlt = /*#__PURE__*/React.forwardRef(function VirtualPri
|
|
|
1093
1097
|
viewBox: "0 0 32 32",
|
|
1094
1098
|
fill: "currentColor",
|
|
1095
1099
|
...rest
|
|
1096
|
-
},
|
|
1097
|
-
d: "
|
|
1098
|
-
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1099
|
-
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"
|
|
1100
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1101
|
+
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"
|
|
1100
1102
|
})), children);
|
|
1101
1103
|
});
|
|
1102
1104
|
if (process.env.NODE_ENV !== "production") {
|
|
1103
|
-
|
|
1105
|
+
UvIndexFilled.propTypes = iconPropTypes;
|
|
1104
1106
|
}
|
|
1105
|
-
const
|
|
1107
|
+
const ValueVariable = /*#__PURE__*/React.forwardRef(function ValueVariable(_ref47, ref) {
|
|
1106
1108
|
let {
|
|
1107
1109
|
children,
|
|
1108
1110
|
size = 16,
|
|
@@ -1116,18 +1118,14 @@ const VisualRecognition = /*#__PURE__*/React.forwardRef(function VisualRecogniti
|
|
|
1116
1118
|
viewBox: "0 0 32 32",
|
|
1117
1119
|
fill: "currentColor",
|
|
1118
1120
|
...rest
|
|
1119
|
-
},
|
|
1120
|
-
|
|
1121
|
-
cy: "12",
|
|
1122
|
-
r: "2"
|
|
1123
|
-
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1124
|
-
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"
|
|
1121
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1122
|
+
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"
|
|
1125
1123
|
})), children);
|
|
1126
1124
|
});
|
|
1127
1125
|
if (process.env.NODE_ENV !== "production") {
|
|
1128
|
-
|
|
1126
|
+
ValueVariable.propTypes = iconPropTypes;
|
|
1129
1127
|
}
|
|
1130
|
-
const
|
|
1128
|
+
const Van = /*#__PURE__*/React.forwardRef(function Van(_ref48, ref) {
|
|
1131
1129
|
let {
|
|
1132
1130
|
children,
|
|
1133
1131
|
size = 16,
|
|
@@ -1141,14 +1139,14 @@ const Vlan = /*#__PURE__*/React.forwardRef(function Vlan(_ref48, ref) {
|
|
|
1141
1139
|
viewBox: "0 0 32 32",
|
|
1142
1140
|
fill: "currentColor",
|
|
1143
1141
|
...rest
|
|
1144
|
-
},
|
|
1145
|
-
d: "
|
|
1142
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1143
|
+
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"
|
|
1146
1144
|
})), children);
|
|
1147
1145
|
});
|
|
1148
1146
|
if (process.env.NODE_ENV !== "production") {
|
|
1149
|
-
|
|
1147
|
+
Van.propTypes = iconPropTypes;
|
|
1150
1148
|
}
|
|
1151
|
-
const
|
|
1149
|
+
const VegetationAsset = /*#__PURE__*/React.forwardRef(function VegetationAsset(_ref49, ref) {
|
|
1152
1150
|
let {
|
|
1153
1151
|
children,
|
|
1154
1152
|
size = 16,
|
|
@@ -1162,18 +1160,20 @@ const VlanIbm = /*#__PURE__*/React.forwardRef(function VlanIbm(_ref49, ref) {
|
|
|
1162
1160
|
viewBox: "0 0 32 32",
|
|
1163
1161
|
fill: "currentColor",
|
|
1164
1162
|
...rest
|
|
1165
|
-
},
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1163
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
1164
|
+
cx: "21.5",
|
|
1165
|
+
cy: "10.5",
|
|
1166
|
+
r: "1.5"
|
|
1167
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1168
|
+
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"
|
|
1169
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1170
|
+
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"
|
|
1171
1171
|
})), children);
|
|
1172
1172
|
});
|
|
1173
1173
|
if (process.env.NODE_ENV !== "production") {
|
|
1174
|
-
|
|
1174
|
+
VegetationAsset.propTypes = iconPropTypes;
|
|
1175
1175
|
}
|
|
1176
|
-
const
|
|
1176
|
+
const VegetationEncroachment = /*#__PURE__*/React.forwardRef(function VegetationEncroachment(_ref50, ref) {
|
|
1177
1177
|
let {
|
|
1178
1178
|
children,
|
|
1179
1179
|
size = 16,
|
|
@@ -1187,27 +1187,16 @@ const VmdkDisk = /*#__PURE__*/React.forwardRef(function VmdkDisk(_ref50, ref) {
|
|
|
1187
1187
|
viewBox: "0 0 32 32",
|
|
1188
1188
|
fill: "currentColor",
|
|
1189
1189
|
...rest
|
|
1190
|
-
},
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1195
|
-
d: "M19.5 14.964H21.5V20.035H19.5z",
|
|
1196
|
-
transform: "rotate(-45 20.5 17.5)"
|
|
1197
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
1198
|
-
cx: "16",
|
|
1199
|
-
cy: "13",
|
|
1200
|
-
r: "2"
|
|
1201
|
-
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1202
|
-
d: "M16,6a7,7,0,0,0,0,14V18a5,5,0,1,1,5-5h2A7,7,0,0,0,16,6Z"
|
|
1203
|
-
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1204
|
-
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"
|
|
1190
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1191
|
+
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"
|
|
1192
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1193
|
+
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"
|
|
1205
1194
|
})), children);
|
|
1206
1195
|
});
|
|
1207
1196
|
if (process.env.NODE_ENV !== "production") {
|
|
1208
|
-
|
|
1197
|
+
VegetationEncroachment.propTypes = iconPropTypes;
|
|
1209
1198
|
}
|
|
1210
|
-
const
|
|
1199
|
+
const VegetationHeight = /*#__PURE__*/React.forwardRef(function VegetationHeight(_ref51, ref) {
|
|
1211
1200
|
let {
|
|
1212
1201
|
children,
|
|
1213
1202
|
size = 16,
|
|
@@ -1221,18 +1210,16 @@ const VoiceActivate = /*#__PURE__*/React.forwardRef(function VoiceActivate(_ref5
|
|
|
1221
1210
|
viewBox: "0 0 32 32",
|
|
1222
1211
|
fill: "currentColor",
|
|
1223
1212
|
...rest
|
|
1224
|
-
},
|
|
1225
|
-
d: "
|
|
1226
|
-
})),
|
|
1227
|
-
d: "
|
|
1228
|
-
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1229
|
-
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"
|
|
1213
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1214
|
+
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"
|
|
1215
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1216
|
+
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"
|
|
1230
1217
|
})), children);
|
|
1231
1218
|
});
|
|
1232
1219
|
if (process.env.NODE_ENV !== "production") {
|
|
1233
|
-
|
|
1220
|
+
VegetationHeight.propTypes = iconPropTypes;
|
|
1234
1221
|
}
|
|
1235
|
-
const
|
|
1222
|
+
const VehicleApi = /*#__PURE__*/React.forwardRef(function VehicleApi(_ref52, ref) {
|
|
1236
1223
|
let {
|
|
1237
1224
|
children,
|
|
1238
1225
|
size = 16,
|
|
@@ -1246,14 +1233,14 @@ const Voicemail = /*#__PURE__*/React.forwardRef(function Voicemail(_ref52, ref)
|
|
|
1246
1233
|
viewBox: "0 0 32 32",
|
|
1247
1234
|
fill: "currentColor",
|
|
1248
1235
|
...rest
|
|
1249
|
-
},
|
|
1250
|
-
d: "
|
|
1236
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1237
|
+
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"
|
|
1251
1238
|
})), children);
|
|
1252
1239
|
});
|
|
1253
1240
|
if (process.env.NODE_ENV !== "production") {
|
|
1254
|
-
|
|
1241
|
+
VehicleApi.propTypes = iconPropTypes;
|
|
1255
1242
|
}
|
|
1256
|
-
const
|
|
1243
|
+
const VehicleConnected = /*#__PURE__*/React.forwardRef(function VehicleConnected(_ref53, ref) {
|
|
1257
1244
|
let {
|
|
1258
1245
|
children,
|
|
1259
1246
|
size = 16,
|
|
@@ -1267,16 +1254,16 @@ const VolumeBlockStorage = /*#__PURE__*/React.forwardRef(function VolumeBlockSto
|
|
|
1267
1254
|
viewBox: "0 0 32 32",
|
|
1268
1255
|
fill: "currentColor",
|
|
1269
1256
|
...rest
|
|
1270
|
-
},
|
|
1271
|
-
d: "
|
|
1272
|
-
})),
|
|
1273
|
-
d: "
|
|
1257
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1258
|
+
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"
|
|
1259
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1260
|
+
d: "M29,11H27a6.0067,6.0067,0,0,0-6-6V3A8.0092,8.0092,0,0,1,29,11Z"
|
|
1274
1261
|
})), children);
|
|
1275
1262
|
});
|
|
1276
1263
|
if (process.env.NODE_ENV !== "production") {
|
|
1277
|
-
|
|
1264
|
+
VehicleConnected.propTypes = iconPropTypes;
|
|
1278
1265
|
}
|
|
1279
|
-
const
|
|
1266
|
+
const VehicleInsights = /*#__PURE__*/React.forwardRef(function VehicleInsights(_ref54, ref) {
|
|
1280
1267
|
let {
|
|
1281
1268
|
children,
|
|
1282
1269
|
size = 16,
|
|
@@ -1290,14 +1277,14 @@ const VolumeDown = /*#__PURE__*/React.forwardRef(function VolumeDown(_ref54, ref
|
|
|
1290
1277
|
viewBox: "0 0 32 32",
|
|
1291
1278
|
fill: "currentColor",
|
|
1292
1279
|
...rest
|
|
1293
|
-
},
|
|
1294
|
-
d: "
|
|
1280
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1281
|
+
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"
|
|
1295
1282
|
})), children);
|
|
1296
1283
|
});
|
|
1297
1284
|
if (process.env.NODE_ENV !== "production") {
|
|
1298
|
-
|
|
1285
|
+
VehicleInsights.propTypes = iconPropTypes;
|
|
1299
1286
|
}
|
|
1300
|
-
const
|
|
1287
|
+
const VehicleServices = /*#__PURE__*/React.forwardRef(function VehicleServices(_ref55, ref) {
|
|
1301
1288
|
let {
|
|
1302
1289
|
children,
|
|
1303
1290
|
size = 16,
|
|
@@ -1311,14 +1298,14 @@ const VolumeDownAlt = /*#__PURE__*/React.forwardRef(function VolumeDownAlt(_ref5
|
|
|
1311
1298
|
viewBox: "0 0 32 32",
|
|
1312
1299
|
fill: "currentColor",
|
|
1313
1300
|
...rest
|
|
1314
|
-
},
|
|
1315
|
-
d: "
|
|
1301
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1302
|
+
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"
|
|
1316
1303
|
})), children);
|
|
1317
1304
|
});
|
|
1318
1305
|
if (process.env.NODE_ENV !== "production") {
|
|
1319
|
-
|
|
1306
|
+
VehicleServices.propTypes = iconPropTypes;
|
|
1320
1307
|
}
|
|
1321
|
-
const
|
|
1308
|
+
const Version = /*#__PURE__*/React.forwardRef(function Version(_ref56, ref) {
|
|
1322
1309
|
let {
|
|
1323
1310
|
children,
|
|
1324
1311
|
size = 16,
|
|
@@ -1332,14 +1319,18 @@ const VolumeDownFilled = /*#__PURE__*/React.forwardRef(function VolumeDownFilled
|
|
|
1332
1319
|
viewBox: "0 0 32 32",
|
|
1333
1320
|
fill: "currentColor",
|
|
1334
1321
|
...rest
|
|
1335
|
-
},
|
|
1336
|
-
d: "
|
|
1322
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1323
|
+
d: "M16,2V4H26V19h2V4a2.0023,2.0023,0,0,0-2-2Z"
|
|
1324
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1325
|
+
d: "M11,7V9H21V24h2V9a2.0023,2.0023,0,0,0-2-2Z"
|
|
1326
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1327
|
+
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"
|
|
1337
1328
|
})), children);
|
|
1338
1329
|
});
|
|
1339
1330
|
if (process.env.NODE_ENV !== "production") {
|
|
1340
|
-
|
|
1331
|
+
Version.propTypes = iconPropTypes;
|
|
1341
1332
|
}
|
|
1342
|
-
const
|
|
1333
|
+
const VersionMajor = /*#__PURE__*/React.forwardRef(function VersionMajor(_ref57, ref) {
|
|
1343
1334
|
let {
|
|
1344
1335
|
children,
|
|
1345
1336
|
size = 16,
|
|
@@ -1353,14 +1344,16 @@ const VolumeDownFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeDownFil
|
|
|
1353
1344
|
viewBox: "0 0 32 32",
|
|
1354
1345
|
fill: "currentColor",
|
|
1355
1346
|
...rest
|
|
1356
|
-
},
|
|
1357
|
-
d: "
|
|
1347
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1348
|
+
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"
|
|
1349
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1350
|
+
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"
|
|
1358
1351
|
})), children);
|
|
1359
1352
|
});
|
|
1360
1353
|
if (process.env.NODE_ENV !== "production") {
|
|
1361
|
-
|
|
1354
|
+
VersionMajor.propTypes = iconPropTypes;
|
|
1362
1355
|
}
|
|
1363
|
-
const
|
|
1356
|
+
const VersionMinor = /*#__PURE__*/React.forwardRef(function VersionMinor(_ref58, ref) {
|
|
1364
1357
|
let {
|
|
1365
1358
|
children,
|
|
1366
1359
|
size = 16,
|
|
@@ -1374,16 +1367,16 @@ const VolumeFileStorage = /*#__PURE__*/React.forwardRef(function VolumeFileStora
|
|
|
1374
1367
|
viewBox: "0 0 32 32",
|
|
1375
1368
|
fill: "currentColor",
|
|
1376
1369
|
...rest
|
|
1377
|
-
},
|
|
1378
|
-
d: "
|
|
1379
|
-
})),
|
|
1380
|
-
d: "
|
|
1370
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1371
|
+
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"
|
|
1372
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1373
|
+
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"
|
|
1381
1374
|
})), children);
|
|
1382
1375
|
});
|
|
1383
1376
|
if (process.env.NODE_ENV !== "production") {
|
|
1384
|
-
|
|
1377
|
+
VersionMinor.propTypes = iconPropTypes;
|
|
1385
1378
|
}
|
|
1386
|
-
const
|
|
1379
|
+
const VersionPatch = /*#__PURE__*/React.forwardRef(function VersionPatch(_ref59, ref) {
|
|
1387
1380
|
let {
|
|
1388
1381
|
children,
|
|
1389
1382
|
size = 16,
|
|
@@ -1397,14 +1390,16 @@ const VolumeMute = /*#__PURE__*/React.forwardRef(function VolumeMute(_ref59, ref
|
|
|
1397
1390
|
viewBox: "0 0 32 32",
|
|
1398
1391
|
fill: "currentColor",
|
|
1399
1392
|
...rest
|
|
1400
|
-
},
|
|
1401
|
-
d: "
|
|
1393
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1394
|
+
d: "M18.5859 18.4141L16 15.8345 16 15.8345 13.4125 18.4156 12 17 16 13 20 17 18.5859 18.4141z"
|
|
1395
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1396
|
+
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"
|
|
1402
1397
|
})), children);
|
|
1403
1398
|
});
|
|
1404
1399
|
if (process.env.NODE_ENV !== "production") {
|
|
1405
|
-
|
|
1400
|
+
VersionPatch.propTypes = iconPropTypes;
|
|
1406
1401
|
}
|
|
1407
|
-
const
|
|
1402
|
+
const VerticalView = /*#__PURE__*/React.forwardRef(function VerticalView(_ref60, ref) {
|
|
1408
1403
|
let {
|
|
1409
1404
|
children,
|
|
1410
1405
|
size = 16,
|
|
@@ -1418,14 +1413,14 @@ const VolumeMuteFilled = /*#__PURE__*/React.forwardRef(function VolumeMuteFilled
|
|
|
1418
1413
|
viewBox: "0 0 32 32",
|
|
1419
1414
|
fill: "currentColor",
|
|
1420
1415
|
...rest
|
|
1421
|
-
},
|
|
1422
|
-
d: "
|
|
1416
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1417
|
+
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"
|
|
1423
1418
|
})), children);
|
|
1424
1419
|
});
|
|
1425
1420
|
if (process.env.NODE_ENV !== "production") {
|
|
1426
|
-
|
|
1421
|
+
VerticalView.propTypes = iconPropTypes;
|
|
1427
1422
|
}
|
|
1428
|
-
const
|
|
1423
|
+
const Video = /*#__PURE__*/React.forwardRef(function Video(_ref61, ref) {
|
|
1429
1424
|
let {
|
|
1430
1425
|
children,
|
|
1431
1426
|
size = 16,
|
|
@@ -1439,16 +1434,14 @@ const VolumeObjectStorage = /*#__PURE__*/React.forwardRef(function VolumeObjectS
|
|
|
1439
1434
|
viewBox: "0 0 32 32",
|
|
1440
1435
|
fill: "currentColor",
|
|
1441
1436
|
...rest
|
|
1442
|
-
},
|
|
1443
|
-
d: "
|
|
1444
|
-
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1445
|
-
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"
|
|
1437
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1438
|
+
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"
|
|
1446
1439
|
})), children);
|
|
1447
1440
|
});
|
|
1448
1441
|
if (process.env.NODE_ENV !== "production") {
|
|
1449
|
-
|
|
1442
|
+
Video.propTypes = iconPropTypes;
|
|
1450
1443
|
}
|
|
1451
|
-
const
|
|
1444
|
+
const VideoAdd = /*#__PURE__*/React.forwardRef(function VideoAdd(_ref62, ref) {
|
|
1452
1445
|
let {
|
|
1453
1446
|
children,
|
|
1454
1447
|
size = 16,
|
|
@@ -1462,16 +1455,16 @@ const VolumeUp = /*#__PURE__*/React.forwardRef(function VolumeUp(_ref62, ref) {
|
|
|
1462
1455
|
viewBox: "0 0 32 32",
|
|
1463
1456
|
fill: "currentColor",
|
|
1464
1457
|
...rest
|
|
1465
|
-
},
|
|
1466
|
-
d: "
|
|
1467
|
-
})),
|
|
1468
|
-
d: "M21.
|
|
1458
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1459
|
+
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"
|
|
1460
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1461
|
+
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"
|
|
1469
1462
|
})), children);
|
|
1470
1463
|
});
|
|
1471
1464
|
if (process.env.NODE_ENV !== "production") {
|
|
1472
|
-
|
|
1465
|
+
VideoAdd.propTypes = iconPropTypes;
|
|
1473
1466
|
}
|
|
1474
|
-
const
|
|
1467
|
+
const VideoChat = /*#__PURE__*/React.forwardRef(function VideoChat(_ref63, ref) {
|
|
1475
1468
|
let {
|
|
1476
1469
|
children,
|
|
1477
1470
|
size = 16,
|
|
@@ -1485,14 +1478,16 @@ const VolumeUpAlt = /*#__PURE__*/React.forwardRef(function VolumeUpAlt(_ref63, r
|
|
|
1485
1478
|
viewBox: "0 0 32 32",
|
|
1486
1479
|
fill: "currentColor",
|
|
1487
1480
|
...rest
|
|
1488
|
-
},
|
|
1489
|
-
d: "
|
|
1481
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1482
|
+
d: "M8 12H17V14H8zM8 17H13V19H8z"
|
|
1483
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1484
|
+
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"
|
|
1490
1485
|
})), children);
|
|
1491
1486
|
});
|
|
1492
1487
|
if (process.env.NODE_ENV !== "production") {
|
|
1493
|
-
|
|
1488
|
+
VideoChat.propTypes = iconPropTypes;
|
|
1494
1489
|
}
|
|
1495
|
-
const
|
|
1490
|
+
const VideoFilled = /*#__PURE__*/React.forwardRef(function VideoFilled(_ref64, ref) {
|
|
1496
1491
|
let {
|
|
1497
1492
|
children,
|
|
1498
1493
|
size = 16,
|
|
@@ -1506,16 +1501,14 @@ const VolumeUpFilled = /*#__PURE__*/React.forwardRef(function VolumeUpFilled(_re
|
|
|
1506
1501
|
viewBox: "0 0 32 32",
|
|
1507
1502
|
fill: "currentColor",
|
|
1508
1503
|
...rest
|
|
1509
|
-
},
|
|
1510
|
-
d: "
|
|
1511
|
-
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1512
|
-
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"
|
|
1504
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1505
|
+
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"
|
|
1513
1506
|
})), children);
|
|
1514
1507
|
});
|
|
1515
1508
|
if (process.env.NODE_ENV !== "production") {
|
|
1516
|
-
|
|
1509
|
+
VideoFilled.propTypes = iconPropTypes;
|
|
1517
1510
|
}
|
|
1518
|
-
const
|
|
1511
|
+
const VideoOff = /*#__PURE__*/React.forwardRef(function VideoOff(_ref65, ref) {
|
|
1519
1512
|
let {
|
|
1520
1513
|
children,
|
|
1521
1514
|
size = 16,
|
|
@@ -1529,14 +1522,14 @@ const VolumeUpFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeUpFilledA
|
|
|
1529
1522
|
viewBox: "0 0 32 32",
|
|
1530
1523
|
fill: "currentColor",
|
|
1531
1524
|
...rest
|
|
1532
|
-
},
|
|
1533
|
-
d: "
|
|
1525
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1526
|
+
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"
|
|
1534
1527
|
})), children);
|
|
1535
1528
|
});
|
|
1536
1529
|
if (process.env.NODE_ENV !== "production") {
|
|
1537
|
-
|
|
1530
|
+
VideoOff.propTypes = iconPropTypes;
|
|
1538
1531
|
}
|
|
1539
|
-
const
|
|
1532
|
+
const VideoOffFilled = /*#__PURE__*/React.forwardRef(function VideoOffFilled(_ref66, ref) {
|
|
1540
1533
|
let {
|
|
1541
1534
|
children,
|
|
1542
1535
|
size = 16,
|
|
@@ -1550,14 +1543,14 @@ const Vpn = /*#__PURE__*/React.forwardRef(function Vpn(_ref66, ref) {
|
|
|
1550
1543
|
viewBox: "0 0 32 32",
|
|
1551
1544
|
fill: "currentColor",
|
|
1552
1545
|
...rest
|
|
1553
|
-
},
|
|
1554
|
-
d: "
|
|
1546
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1547
|
+
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"
|
|
1555
1548
|
})), children);
|
|
1556
1549
|
});
|
|
1557
1550
|
if (process.env.NODE_ENV !== "production") {
|
|
1558
|
-
|
|
1551
|
+
VideoOffFilled.propTypes = iconPropTypes;
|
|
1559
1552
|
}
|
|
1560
|
-
const
|
|
1553
|
+
const VideoPlayer = /*#__PURE__*/React.forwardRef(function VideoPlayer(_ref67, ref) {
|
|
1561
1554
|
let {
|
|
1562
1555
|
children,
|
|
1563
1556
|
size = 16,
|
|
@@ -1571,19 +1564,36 @@ const VpnConnection = /*#__PURE__*/React.forwardRef(function VpnConnection(_ref6
|
|
|
1571
1564
|
viewBox: "0 0 32 32",
|
|
1572
1565
|
fill: "currentColor",
|
|
1573
1566
|
...rest
|
|
1574
|
-
},
|
|
1575
|
-
d: "
|
|
1567
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1568
|
+
d: "M13 11L13 21 21 16 13 11z"
|
|
1569
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1570
|
+
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"
|
|
1576
1571
|
})), children);
|
|
1577
1572
|
});
|
|
1578
1573
|
if (process.env.NODE_ENV !== "production") {
|
|
1579
|
-
|
|
1574
|
+
VideoPlayer.propTypes = iconPropTypes;
|
|
1580
1575
|
}
|
|
1581
|
-
const
|
|
1576
|
+
const View = /*#__PURE__*/React.forwardRef(function View(_ref68, ref) {
|
|
1582
1577
|
let {
|
|
1583
1578
|
children,
|
|
1584
1579
|
size = 16,
|
|
1585
1580
|
...rest
|
|
1586
1581
|
} = _ref68;
|
|
1582
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1583
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1584
|
+
width: size,
|
|
1585
|
+
height: size,
|
|
1586
|
+
ref: ref,
|
|
1587
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1588
|
+
viewBox: "0 0 16 16",
|
|
1589
|
+
fill: "currentColor",
|
|
1590
|
+
...rest
|
|
1591
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1592
|
+
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"
|
|
1593
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1594
|
+
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"
|
|
1595
|
+
})), children);
|
|
1596
|
+
}
|
|
1587
1597
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1588
1598
|
width: size,
|
|
1589
1599
|
height: size,
|
|
@@ -1592,16 +1602,16 @@ const VpnPolicy = /*#__PURE__*/React.forwardRef(function VpnPolicy(_ref68, ref)
|
|
|
1592
1602
|
viewBox: "0 0 32 32",
|
|
1593
1603
|
fill: "currentColor",
|
|
1594
1604
|
...rest
|
|
1595
|
-
},
|
|
1596
|
-
d: "M30,
|
|
1597
|
-
})),
|
|
1598
|
-
d: "
|
|
1605
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1606
|
+
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"
|
|
1607
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1608
|
+
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"
|
|
1599
1609
|
})), children);
|
|
1600
1610
|
});
|
|
1601
1611
|
if (process.env.NODE_ENV !== "production") {
|
|
1602
|
-
|
|
1612
|
+
View.propTypes = iconPropTypes;
|
|
1603
1613
|
}
|
|
1604
|
-
const
|
|
1614
|
+
const ViewFilled = /*#__PURE__*/React.forwardRef(function ViewFilled(_ref69, ref) {
|
|
1605
1615
|
let {
|
|
1606
1616
|
children,
|
|
1607
1617
|
size = 16,
|
|
@@ -1615,36 +1625,23 @@ const Wallet = /*#__PURE__*/React.forwardRef(function Wallet(_ref69, ref) {
|
|
|
1615
1625
|
viewBox: "0 0 32 32",
|
|
1616
1626
|
fill: "currentColor",
|
|
1617
1627
|
...rest
|
|
1618
|
-
},
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1628
|
+
}, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
1629
|
+
cx: "16",
|
|
1630
|
+
cy: "16",
|
|
1631
|
+
r: "4"
|
|
1632
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1633
|
+
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"
|
|
1622
1634
|
})), children);
|
|
1623
1635
|
});
|
|
1624
1636
|
if (process.env.NODE_ENV !== "production") {
|
|
1625
|
-
|
|
1637
|
+
ViewFilled.propTypes = iconPropTypes;
|
|
1626
1638
|
}
|
|
1627
|
-
const
|
|
1639
|
+
const ViewMode_1 = /*#__PURE__*/React.forwardRef(function ViewMode_1(_ref70, ref) {
|
|
1628
1640
|
let {
|
|
1629
1641
|
children,
|
|
1630
1642
|
size = 16,
|
|
1631
1643
|
...rest
|
|
1632
1644
|
} = _ref70;
|
|
1633
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1634
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1635
|
-
width: size,
|
|
1636
|
-
height: size,
|
|
1637
|
-
ref: ref,
|
|
1638
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1639
|
-
viewBox: "0 0 16 16",
|
|
1640
|
-
fill: "currentColor",
|
|
1641
|
-
...rest
|
|
1642
|
-
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1643
|
-
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"
|
|
1644
|
-
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1645
|
-
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"
|
|
1646
|
-
})), children);
|
|
1647
|
-
}
|
|
1648
1645
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1649
1646
|
width: size,
|
|
1650
1647
|
height: size,
|
|
@@ -1653,36 +1650,19 @@ const Warning = /*#__PURE__*/React.forwardRef(function Warning(_ref70, ref) {
|
|
|
1653
1650
|
viewBox: "0 0 32 32",
|
|
1654
1651
|
fill: "currentColor",
|
|
1655
1652
|
...rest
|
|
1656
|
-
},
|
|
1657
|
-
d: "
|
|
1658
|
-
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1659
|
-
d: "M15 8H17V19H15zM16 22a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 22z"
|
|
1653
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1654
|
+
d: "M4 26H28V28H4zM4 19H28V21H4zM26 6v6H6V6H26m0-2H6A2 2 0 004 6v6a2 2 0 002 2H26a2 2 0 002-2V6a2 2 0 00-2-2z"
|
|
1660
1655
|
})), children);
|
|
1661
1656
|
});
|
|
1662
1657
|
if (process.env.NODE_ENV !== "production") {
|
|
1663
|
-
|
|
1658
|
+
ViewMode_1.propTypes = iconPropTypes;
|
|
1664
1659
|
}
|
|
1665
|
-
const
|
|
1660
|
+
const ViewMode_2 = /*#__PURE__*/React.forwardRef(function ViewMode_2(_ref71, ref) {
|
|
1666
1661
|
let {
|
|
1667
1662
|
children,
|
|
1668
1663
|
size = 16,
|
|
1669
1664
|
...rest
|
|
1670
1665
|
} = _ref71;
|
|
1671
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1672
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1673
|
-
width: size,
|
|
1674
|
-
height: size,
|
|
1675
|
-
ref: ref,
|
|
1676
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1677
|
-
viewBox: "0 0 16 16",
|
|
1678
|
-
fill: "currentColor",
|
|
1679
|
-
...rest
|
|
1680
|
-
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1681
|
-
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"
|
|
1682
|
-
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1683
|
-
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"
|
|
1684
|
-
})), children);
|
|
1685
|
-
}
|
|
1686
1666
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1687
1667
|
width: size,
|
|
1688
1668
|
height: size,
|
|
@@ -1691,21 +1671,34 @@ const WarningAlt = /*#__PURE__*/React.forwardRef(function WarningAlt(_ref71, ref
|
|
|
1691
1671
|
viewBox: "0 0 32 32",
|
|
1692
1672
|
fill: "currentColor",
|
|
1693
1673
|
...rest
|
|
1694
|
-
},
|
|
1695
|
-
d: "
|
|
1696
|
-
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1697
|
-
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"
|
|
1674
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1675
|
+
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"
|
|
1698
1676
|
})), children);
|
|
1699
1677
|
});
|
|
1700
1678
|
if (process.env.NODE_ENV !== "production") {
|
|
1701
|
-
|
|
1679
|
+
ViewMode_2.propTypes = iconPropTypes;
|
|
1702
1680
|
}
|
|
1703
|
-
const
|
|
1681
|
+
const ViewOff = /*#__PURE__*/React.forwardRef(function ViewOff(_ref72, ref) {
|
|
1704
1682
|
let {
|
|
1705
1683
|
children,
|
|
1706
1684
|
size = 16,
|
|
1707
1685
|
...rest
|
|
1708
1686
|
} = _ref72;
|
|
1687
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1688
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1689
|
+
width: size,
|
|
1690
|
+
height: size,
|
|
1691
|
+
ref: ref,
|
|
1692
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1693
|
+
viewBox: "0 0 16 16",
|
|
1694
|
+
fill: "currentColor",
|
|
1695
|
+
...rest
|
|
1696
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1697
|
+
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"
|
|
1698
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1699
|
+
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"
|
|
1700
|
+
})), children);
|
|
1701
|
+
}
|
|
1709
1702
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1710
1703
|
width: size,
|
|
1711
1704
|
height: size,
|
|
@@ -1714,20 +1707,16 @@ const WarningAltFilled = /*#__PURE__*/React.forwardRef(function WarningAltFilled
|
|
|
1714
1707
|
viewBox: "0 0 32 32",
|
|
1715
1708
|
fill: "currentColor",
|
|
1716
1709
|
...rest
|
|
1717
|
-
},
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
"
|
|
1721
|
-
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1722
|
-
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"
|
|
1723
|
-
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1724
|
-
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"
|
|
1710
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1711
|
+
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"
|
|
1712
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1713
|
+
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"
|
|
1725
1714
|
})), children);
|
|
1726
1715
|
});
|
|
1727
1716
|
if (process.env.NODE_ENV !== "production") {
|
|
1728
|
-
|
|
1717
|
+
ViewOff.propTypes = iconPropTypes;
|
|
1729
1718
|
}
|
|
1730
|
-
const
|
|
1719
|
+
const ViewOffFilled = /*#__PURE__*/React.forwardRef(function ViewOffFilled(_ref73, ref) {
|
|
1731
1720
|
let {
|
|
1732
1721
|
children,
|
|
1733
1722
|
size = 16,
|
|
@@ -1741,16 +1730,14 @@ const WarningAltInverted = /*#__PURE__*/React.forwardRef(function WarningAltInve
|
|
|
1741
1730
|
viewBox: "0 0 32 32",
|
|
1742
1731
|
fill: "currentColor",
|
|
1743
1732
|
...rest
|
|
1744
|
-
},
|
|
1745
|
-
d: "
|
|
1746
|
-
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1747
|
-
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"
|
|
1733
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1734
|
+
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"
|
|
1748
1735
|
})), children);
|
|
1749
1736
|
});
|
|
1750
1737
|
if (process.env.NODE_ENV !== "production") {
|
|
1751
|
-
|
|
1738
|
+
ViewOffFilled.propTypes = iconPropTypes;
|
|
1752
1739
|
}
|
|
1753
|
-
const
|
|
1740
|
+
const ViewNext = /*#__PURE__*/React.forwardRef(function ViewNext(_ref74, ref) {
|
|
1754
1741
|
let {
|
|
1755
1742
|
children,
|
|
1756
1743
|
size = 16,
|
|
@@ -1764,20 +1751,16 @@ const WarningAltInvertedFilled = /*#__PURE__*/React.forwardRef(function WarningA
|
|
|
1764
1751
|
viewBox: "0 0 32 32",
|
|
1765
1752
|
fill: "currentColor",
|
|
1766
1753
|
...rest
|
|
1767
|
-
},
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1772
|
-
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"
|
|
1773
|
-
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1774
|
-
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"
|
|
1754
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1755
|
+
d: "M20.587 22L15 16.41 15 7 16.998 7 16.998 15.582 22 20.587 20.587 22z"
|
|
1756
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1757
|
+
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"
|
|
1775
1758
|
})), children);
|
|
1776
1759
|
});
|
|
1777
1760
|
if (process.env.NODE_ENV !== "production") {
|
|
1778
|
-
|
|
1761
|
+
ViewNext.propTypes = iconPropTypes;
|
|
1779
1762
|
}
|
|
1780
|
-
const
|
|
1763
|
+
const VirtualColumn = /*#__PURE__*/React.forwardRef(function VirtualColumn(_ref75, ref) {
|
|
1781
1764
|
let {
|
|
1782
1765
|
children,
|
|
1783
1766
|
size = 16,
|
|
@@ -1791,73 +1774,23 @@ const WarningDiamond = /*#__PURE__*/React.forwardRef(function WarningDiamond(_re
|
|
|
1791
1774
|
viewBox: "0 0 32 32",
|
|
1792
1775
|
fill: "currentColor",
|
|
1793
1776
|
...rest
|
|
1794
|
-
},
|
|
1795
|
-
d: "
|
|
1796
|
-
})),
|
|
1797
|
-
d: "
|
|
1777
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1778
|
+
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"
|
|
1779
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1780
|
+
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"
|
|
1781
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1782
|
+
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"
|
|
1798
1783
|
})), children);
|
|
1799
1784
|
});
|
|
1800
1785
|
if (process.env.NODE_ENV !== "production") {
|
|
1801
|
-
|
|
1786
|
+
VirtualColumn.propTypes = iconPropTypes;
|
|
1802
1787
|
}
|
|
1803
|
-
const
|
|
1788
|
+
const VirtualColumnKey = /*#__PURE__*/React.forwardRef(function VirtualColumnKey(_ref76, ref) {
|
|
1804
1789
|
let {
|
|
1805
1790
|
children,
|
|
1806
1791
|
size = 16,
|
|
1807
1792
|
...rest
|
|
1808
1793
|
} = _ref76;
|
|
1809
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1810
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1811
|
-
width: size,
|
|
1812
|
-
height: size,
|
|
1813
|
-
ref: ref,
|
|
1814
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1815
|
-
viewBox: "0 0 16 16",
|
|
1816
|
-
fill: "currentColor",
|
|
1817
|
-
...rest
|
|
1818
|
-
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1819
|
-
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"
|
|
1820
|
-
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1821
|
-
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",
|
|
1822
|
-
"data-icon-path": "inner-path",
|
|
1823
|
-
opacity: "0"
|
|
1824
|
-
})), children);
|
|
1825
|
-
}
|
|
1826
|
-
if (size === 20 || size === "20" || size === "20px") {
|
|
1827
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1828
|
-
width: size,
|
|
1829
|
-
height: size,
|
|
1830
|
-
ref: ref,
|
|
1831
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1832
|
-
viewBox: "0 0 20 20",
|
|
1833
|
-
fill: "currentColor",
|
|
1834
|
-
...rest
|
|
1835
|
-
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1836
|
-
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"
|
|
1837
|
-
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1838
|
-
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",
|
|
1839
|
-
"data-icon-path": "inner-path",
|
|
1840
|
-
opacity: "0"
|
|
1841
|
-
})), children);
|
|
1842
|
-
}
|
|
1843
|
-
if (size === 24 || size === "24" || size === "24px") {
|
|
1844
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1845
|
-
width: size,
|
|
1846
|
-
height: size,
|
|
1847
|
-
ref: ref,
|
|
1848
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1849
|
-
viewBox: "0 0 24 24",
|
|
1850
|
-
fill: "currentColor",
|
|
1851
|
-
...rest
|
|
1852
|
-
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1853
|
-
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"
|
|
1854
|
-
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1855
|
-
fill: "none",
|
|
1856
|
-
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",
|
|
1857
|
-
"data-icon-path": "inner-path",
|
|
1858
|
-
opacity: "0"
|
|
1859
|
-
})), children);
|
|
1860
|
-
}
|
|
1861
1794
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1862
1795
|
width: size,
|
|
1863
1796
|
height: size,
|
|
@@ -1866,19 +1799,20 @@ const WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref7
|
|
|
1866
1799
|
viewBox: "0 0 32 32",
|
|
1867
1800
|
fill: "currentColor",
|
|
1868
1801
|
...rest
|
|
1869
|
-
},
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1802
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
1803
|
+
cx: "24.5",
|
|
1804
|
+
cy: "9.5",
|
|
1805
|
+
r: "1.5"
|
|
1806
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1807
|
+
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"
|
|
1808
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1809
|
+
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"
|
|
1876
1810
|
})), children);
|
|
1877
1811
|
});
|
|
1878
1812
|
if (process.env.NODE_ENV !== "production") {
|
|
1879
|
-
|
|
1813
|
+
VirtualColumnKey.propTypes = iconPropTypes;
|
|
1880
1814
|
}
|
|
1881
|
-
const
|
|
1815
|
+
const VirtualDesktop = /*#__PURE__*/React.forwardRef(function VirtualDesktop(_ref77, ref) {
|
|
1882
1816
|
let {
|
|
1883
1817
|
children,
|
|
1884
1818
|
size = 16,
|
|
@@ -1892,16 +1826,16 @@ const WarningHex = /*#__PURE__*/React.forwardRef(function WarningHex(_ref77, ref
|
|
|
1892
1826
|
viewBox: "0 0 32 32",
|
|
1893
1827
|
fill: "currentColor",
|
|
1894
1828
|
...rest
|
|
1895
|
-
},
|
|
1896
|
-
d: "
|
|
1897
|
-
})),
|
|
1898
|
-
d: "
|
|
1829
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1830
|
+
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"
|
|
1831
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1832
|
+
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"
|
|
1899
1833
|
})), children);
|
|
1900
1834
|
});
|
|
1901
1835
|
if (process.env.NODE_ENV !== "production") {
|
|
1902
|
-
|
|
1836
|
+
VirtualDesktop.propTypes = iconPropTypes;
|
|
1903
1837
|
}
|
|
1904
|
-
const
|
|
1838
|
+
const VirtualMachine = /*#__PURE__*/React.forwardRef(function VirtualMachine(_ref78, ref) {
|
|
1905
1839
|
let {
|
|
1906
1840
|
children,
|
|
1907
1841
|
size = 16,
|
|
@@ -1915,18 +1849,16 @@ const WarningHexFilled = /*#__PURE__*/React.forwardRef(function WarningHexFilled
|
|
|
1915
1849
|
viewBox: "0 0 32 32",
|
|
1916
1850
|
fill: "currentColor",
|
|
1917
1851
|
...rest
|
|
1918
|
-
},
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1923
|
-
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"
|
|
1852
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1853
|
+
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"
|
|
1854
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1855
|
+
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"
|
|
1924
1856
|
})), children);
|
|
1925
1857
|
});
|
|
1926
1858
|
if (process.env.NODE_ENV !== "production") {
|
|
1927
|
-
|
|
1859
|
+
VirtualMachine.propTypes = iconPropTypes;
|
|
1928
1860
|
}
|
|
1929
|
-
const
|
|
1861
|
+
const VirtualPrivateCloud = /*#__PURE__*/React.forwardRef(function VirtualPrivateCloud(_ref79, ref) {
|
|
1930
1862
|
let {
|
|
1931
1863
|
children,
|
|
1932
1864
|
size = 16,
|
|
@@ -1940,27 +1872,27 @@ const WarningMultiple = /*#__PURE__*/React.forwardRef(function WarningMultiple(_
|
|
|
1940
1872
|
viewBox: "0 0 32 32",
|
|
1941
1873
|
fill: "currentColor",
|
|
1942
1874
|
...rest
|
|
1943
|
-
},
|
|
1944
|
-
d: "
|
|
1945
|
-
})),
|
|
1946
|
-
|
|
1947
|
-
cy: "25",
|
|
1948
|
-
r: "1.25"
|
|
1949
|
-
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
1950
|
-
d: "M13 15H15V22H13z"
|
|
1951
|
-
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
1952
|
-
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"
|
|
1875
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1876
|
+
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"
|
|
1877
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1878
|
+
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"
|
|
1953
1879
|
})), children);
|
|
1954
1880
|
});
|
|
1955
1881
|
if (process.env.NODE_ENV !== "production") {
|
|
1956
|
-
|
|
1882
|
+
VirtualPrivateCloud.propTypes = iconPropTypes;
|
|
1957
1883
|
}
|
|
1958
|
-
const
|
|
1884
|
+
const VirtualPrivateCloudAlt = /*#__PURE__*/React.forwardRef(function VirtualPrivateCloudAlt(_ref80, ref) {
|
|
1959
1885
|
let {
|
|
1960
1886
|
children,
|
|
1961
1887
|
size = 16,
|
|
1962
1888
|
...rest
|
|
1963
1889
|
} = _ref80;
|
|
1890
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1891
|
+
if (!didWarnAboutDeprecation["VirtualPrivateCloudAlt"]) {
|
|
1892
|
+
didWarnAboutDeprecation["VirtualPrivateCloudAlt"] = true;
|
|
1893
|
+
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.");
|
|
1894
|
+
}
|
|
1895
|
+
}
|
|
1964
1896
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1965
1897
|
width: size,
|
|
1966
1898
|
height: size,
|
|
@@ -1969,16 +1901,16 @@ const WarningOther = /*#__PURE__*/React.forwardRef(function WarningOther(_ref80,
|
|
|
1969
1901
|
viewBox: "0 0 32 32",
|
|
1970
1902
|
fill: "currentColor",
|
|
1971
1903
|
...rest
|
|
1972
|
-
},
|
|
1973
|
-
d: "
|
|
1974
|
-
})),
|
|
1975
|
-
d: "
|
|
1904
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1905
|
+
d: "M23.4141,22,10,8.5859V2H2v8H8.5859L22,23.4141V30h8V22ZM8,8H4V4H8ZM28,28H24V24h4Z"
|
|
1906
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1907
|
+
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"
|
|
1976
1908
|
})), children);
|
|
1977
1909
|
});
|
|
1978
1910
|
if (process.env.NODE_ENV !== "production") {
|
|
1979
|
-
|
|
1911
|
+
VirtualPrivateCloudAlt.propTypes = iconPropTypes;
|
|
1980
1912
|
}
|
|
1981
|
-
const
|
|
1913
|
+
const VisualRecognition = /*#__PURE__*/React.forwardRef(function VisualRecognition(_ref81, ref) {
|
|
1982
1914
|
let {
|
|
1983
1915
|
children,
|
|
1984
1916
|
size = 16,
|
|
@@ -1992,16 +1924,18 @@ const WarningSquare = /*#__PURE__*/React.forwardRef(function WarningSquare(_ref8
|
|
|
1992
1924
|
viewBox: "0 0 32 32",
|
|
1993
1925
|
fill: "currentColor",
|
|
1994
1926
|
...rest
|
|
1995
|
-
},
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1927
|
+
}, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
1928
|
+
cx: "23",
|
|
1929
|
+
cy: "12",
|
|
1930
|
+
r: "2"
|
|
1931
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1932
|
+
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"
|
|
1999
1933
|
})), children);
|
|
2000
1934
|
});
|
|
2001
1935
|
if (process.env.NODE_ENV !== "production") {
|
|
2002
|
-
|
|
1936
|
+
VisualRecognition.propTypes = iconPropTypes;
|
|
2003
1937
|
}
|
|
2004
|
-
const
|
|
1938
|
+
const Vlan = /*#__PURE__*/React.forwardRef(function Vlan(_ref82, ref) {
|
|
2005
1939
|
let {
|
|
2006
1940
|
children,
|
|
2007
1941
|
size = 16,
|
|
@@ -2015,18 +1949,14 @@ const WarningSquareFilled = /*#__PURE__*/React.forwardRef(function WarningSquare
|
|
|
2015
1949
|
viewBox: "0 0 32 32",
|
|
2016
1950
|
fill: "currentColor",
|
|
2017
1951
|
...rest
|
|
2018
|
-
},
|
|
2019
|
-
d: "
|
|
2020
|
-
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2021
|
-
fill: "none",
|
|
2022
|
-
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",
|
|
2023
|
-
"data-icon-path": "inner-path"
|
|
1952
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1953
|
+
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"
|
|
2024
1954
|
})), children);
|
|
2025
1955
|
});
|
|
2026
1956
|
if (process.env.NODE_ENV !== "production") {
|
|
2027
|
-
|
|
1957
|
+
Vlan.propTypes = iconPropTypes;
|
|
2028
1958
|
}
|
|
2029
|
-
const
|
|
1959
|
+
const VlanIbm = /*#__PURE__*/React.forwardRef(function VlanIbm(_ref83, ref) {
|
|
2030
1960
|
let {
|
|
2031
1961
|
children,
|
|
2032
1962
|
size = 16,
|
|
@@ -2040,25 +1970,23 @@ const Watch = /*#__PURE__*/React.forwardRef(function Watch(_ref83, ref) {
|
|
|
2040
1970
|
viewBox: "0 0 32 32",
|
|
2041
1971
|
fill: "currentColor",
|
|
2042
1972
|
...rest
|
|
2043
|
-
},
|
|
2044
|
-
d: "
|
|
1973
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1974
|
+
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"
|
|
1975
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
1976
|
+
cx: "16",
|
|
1977
|
+
cy: "5",
|
|
1978
|
+
r: "2"
|
|
2045
1979
|
})), children);
|
|
2046
1980
|
});
|
|
2047
1981
|
if (process.env.NODE_ENV !== "production") {
|
|
2048
|
-
|
|
1982
|
+
VlanIbm.propTypes = iconPropTypes;
|
|
2049
1983
|
}
|
|
2050
|
-
const
|
|
1984
|
+
const VmdkDisk = /*#__PURE__*/React.forwardRef(function VmdkDisk(_ref84, ref) {
|
|
2051
1985
|
let {
|
|
2052
1986
|
children,
|
|
2053
1987
|
size = 16,
|
|
2054
1988
|
...rest
|
|
2055
1989
|
} = _ref84;
|
|
2056
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2057
|
-
if (!didWarnAboutDeprecation["Watson"]) {
|
|
2058
|
-
didWarnAboutDeprecation["Watson"] = true;
|
|
2059
|
-
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.");
|
|
2060
|
-
}
|
|
2061
|
-
}
|
|
2062
1990
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2063
1991
|
width: size,
|
|
2064
1992
|
height: size,
|
|
@@ -2067,25 +1995,32 @@ const Watson = /*#__PURE__*/React.forwardRef(function Watson(_ref84, ref) {
|
|
|
2067
1995
|
viewBox: "0 0 32 32",
|
|
2068
1996
|
fill: "currentColor",
|
|
2069
1997
|
...rest
|
|
2070
|
-
},
|
|
2071
|
-
|
|
1998
|
+
}, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
1999
|
+
cx: "10.5",
|
|
2000
|
+
cy: "24.5",
|
|
2001
|
+
r: "1.5"
|
|
2002
|
+
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2003
|
+
d: "M19.5 14.964H21.5V20.035H19.5z",
|
|
2004
|
+
transform: "rotate(-45 20.5 17.5)"
|
|
2005
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
2006
|
+
cx: "16",
|
|
2007
|
+
cy: "13",
|
|
2008
|
+
r: "2"
|
|
2009
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2010
|
+
d: "M16,6a7,7,0,0,0,0,14V18a5,5,0,1,1,5-5h2A7,7,0,0,0,16,6Z"
|
|
2011
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2012
|
+
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"
|
|
2072
2013
|
})), children);
|
|
2073
2014
|
});
|
|
2074
2015
|
if (process.env.NODE_ENV !== "production") {
|
|
2075
|
-
|
|
2016
|
+
VmdkDisk.propTypes = iconPropTypes;
|
|
2076
2017
|
}
|
|
2077
|
-
const
|
|
2018
|
+
const VoiceActivate = /*#__PURE__*/React.forwardRef(function VoiceActivate(_ref85, ref) {
|
|
2078
2019
|
let {
|
|
2079
2020
|
children,
|
|
2080
2021
|
size = 16,
|
|
2081
2022
|
...rest
|
|
2082
2023
|
} = _ref85;
|
|
2083
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2084
|
-
if (!didWarnAboutDeprecation["WatsonMachineLearning"]) {
|
|
2085
|
-
didWarnAboutDeprecation["WatsonMachineLearning"] = true;
|
|
2086
|
-
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.");
|
|
2087
|
-
}
|
|
2088
|
-
}
|
|
2089
2024
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2090
2025
|
width: size,
|
|
2091
2026
|
height: size,
|
|
@@ -2094,14 +2029,18 @@ const WatsonMachineLearning = /*#__PURE__*/React.forwardRef(function WatsonMachi
|
|
|
2094
2029
|
viewBox: "0 0 32 32",
|
|
2095
2030
|
fill: "currentColor",
|
|
2096
2031
|
...rest
|
|
2097
|
-
},
|
|
2098
|
-
d: "
|
|
2032
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2033
|
+
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"
|
|
2034
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2035
|
+
d: "M19 12H23V14H19zM9.3325 25.2168a7.0007 7.0007 0 010-10.4341l1.334 1.49a5 5 0 000 7.4537z"
|
|
2036
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2037
|
+
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"
|
|
2099
2038
|
})), children);
|
|
2100
2039
|
});
|
|
2101
2040
|
if (process.env.NODE_ENV !== "production") {
|
|
2102
|
-
|
|
2041
|
+
VoiceActivate.propTypes = iconPropTypes;
|
|
2103
2042
|
}
|
|
2104
|
-
const
|
|
2043
|
+
const Voicemail = /*#__PURE__*/React.forwardRef(function Voicemail(_ref86, ref) {
|
|
2105
2044
|
let {
|
|
2106
2045
|
children,
|
|
2107
2046
|
size = 16,
|
|
@@ -2115,15 +2054,14 @@ const Watsonx = /*#__PURE__*/React.forwardRef(function Watsonx(_ref86, ref) {
|
|
|
2115
2054
|
viewBox: "0 0 32 32",
|
|
2116
2055
|
fill: "currentColor",
|
|
2117
2056
|
...rest
|
|
2118
|
-
},
|
|
2119
|
-
|
|
2120
|
-
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"
|
|
2057
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2058
|
+
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"
|
|
2121
2059
|
})), children);
|
|
2122
2060
|
});
|
|
2123
2061
|
if (process.env.NODE_ENV !== "production") {
|
|
2124
|
-
|
|
2062
|
+
Voicemail.propTypes = iconPropTypes;
|
|
2125
2063
|
}
|
|
2126
|
-
const
|
|
2064
|
+
const VolumeBlockStorage = /*#__PURE__*/React.forwardRef(function VolumeBlockStorage(_ref87, ref) {
|
|
2127
2065
|
let {
|
|
2128
2066
|
children,
|
|
2129
2067
|
size = 16,
|
|
@@ -2137,22 +2075,16 @@ const WatsonxAi = /*#__PURE__*/React.forwardRef(function WatsonxAi(_ref87, ref)
|
|
|
2137
2075
|
viewBox: "0 0 32 32",
|
|
2138
2076
|
fill: "currentColor",
|
|
2139
2077
|
...rest
|
|
2140
|
-
},
|
|
2141
|
-
d: "
|
|
2142
|
-
})),
|
|
2143
|
-
d: "
|
|
2144
|
-
transform: "rotate(90 12 21)"
|
|
2145
|
-
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2146
|
-
d: "M19 10H21V12H19z",
|
|
2147
|
-
transform: "rotate(90 20 11)"
|
|
2148
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2149
|
-
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"
|
|
2078
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2079
|
+
d: "M17 21H10V14h7zm-5-2h3V16H12zM17 30H10V23h7zm-5-2h3V25H12zM26 21H19V14h7zm-5-2h3V16H21zM26 30H19V23h7zm-5-2h3V25H21z"
|
|
2080
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2081
|
+
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"
|
|
2150
2082
|
})), children);
|
|
2151
2083
|
});
|
|
2152
2084
|
if (process.env.NODE_ENV !== "production") {
|
|
2153
|
-
|
|
2085
|
+
VolumeBlockStorage.propTypes = iconPropTypes;
|
|
2154
2086
|
}
|
|
2155
|
-
const
|
|
2087
|
+
const VolumeDown = /*#__PURE__*/React.forwardRef(function VolumeDown(_ref88, ref) {
|
|
2156
2088
|
let {
|
|
2157
2089
|
children,
|
|
2158
2090
|
size = 16,
|
|
@@ -2166,25 +2098,14 @@ const WatsonxData = /*#__PURE__*/React.forwardRef(function WatsonxData(_ref88, r
|
|
|
2166
2098
|
viewBox: "0 0 32 32",
|
|
2167
2099
|
fill: "currentColor",
|
|
2168
2100
|
...rest
|
|
2169
|
-
},
|
|
2170
|
-
d: "
|
|
2171
|
-
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2172
|
-
d: "M21 21H23V23H21z",
|
|
2173
|
-
transform: "rotate(90 22 22)"
|
|
2174
|
-
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2175
|
-
d: "M15 15H17V17H15z",
|
|
2176
|
-
transform: "rotate(90 16 16)"
|
|
2177
|
-
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2178
|
-
d: "M9 9H11V11H9z",
|
|
2179
|
-
transform: "rotate(-90 10 10)"
|
|
2180
|
-
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2181
|
-
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"
|
|
2101
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2102
|
+
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"
|
|
2182
2103
|
})), children);
|
|
2183
2104
|
});
|
|
2184
2105
|
if (process.env.NODE_ENV !== "production") {
|
|
2185
|
-
|
|
2106
|
+
VolumeDown.propTypes = iconPropTypes;
|
|
2186
2107
|
}
|
|
2187
|
-
const
|
|
2108
|
+
const VolumeDownAlt = /*#__PURE__*/React.forwardRef(function VolumeDownAlt(_ref89, ref) {
|
|
2188
2109
|
let {
|
|
2189
2110
|
children,
|
|
2190
2111
|
size = 16,
|
|
@@ -2198,25 +2119,14 @@ const WatsonxGovernance = /*#__PURE__*/React.forwardRef(function WatsonxGovernan
|
|
|
2198
2119
|
viewBox: "0 0 32 32",
|
|
2199
2120
|
fill: "currentColor",
|
|
2200
2121
|
...rest
|
|
2201
|
-
},
|
|
2202
|
-
d: "
|
|
2203
|
-
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2204
|
-
d: "M11 23H13V25H11z",
|
|
2205
|
-
transform: "rotate(90 12 24)"
|
|
2206
|
-
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2207
|
-
d: "M11 9H13V11H11z",
|
|
2208
|
-
transform: "rotate(90 12 10)"
|
|
2209
|
-
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2210
|
-
d: "M11 16H13V18H11z",
|
|
2211
|
-
transform: "rotate(90 12 17)"
|
|
2212
|
-
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2213
|
-
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"
|
|
2122
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2123
|
+
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"
|
|
2214
2124
|
})), children);
|
|
2215
2125
|
});
|
|
2216
2126
|
if (process.env.NODE_ENV !== "production") {
|
|
2217
|
-
|
|
2127
|
+
VolumeDownAlt.propTypes = iconPropTypes;
|
|
2218
2128
|
}
|
|
2219
|
-
const
|
|
2129
|
+
const VolumeDownFilled = /*#__PURE__*/React.forwardRef(function VolumeDownFilled(_ref90, ref) {
|
|
2220
2130
|
let {
|
|
2221
2131
|
children,
|
|
2222
2132
|
size = 16,
|
|
@@ -2230,22 +2140,14 @@ const WaveDirection = /*#__PURE__*/React.forwardRef(function WaveDirection(_ref9
|
|
|
2230
2140
|
viewBox: "0 0 32 32",
|
|
2231
2141
|
fill: "currentColor",
|
|
2232
2142
|
...rest
|
|
2233
|
-
},
|
|
2234
|
-
d: "
|
|
2235
|
-
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2236
|
-
d: "M18,24V22a8,8,0,1,0-8-8H8A10,10,0,1,1,18,24Z"
|
|
2237
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
2238
|
-
cx: "18",
|
|
2239
|
-
cy: "8",
|
|
2240
|
-
r: "1"
|
|
2241
|
-
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2242
|
-
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"
|
|
2143
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2144
|
+
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"
|
|
2243
2145
|
})), children);
|
|
2244
2146
|
});
|
|
2245
2147
|
if (process.env.NODE_ENV !== "production") {
|
|
2246
|
-
|
|
2148
|
+
VolumeDownFilled.propTypes = iconPropTypes;
|
|
2247
2149
|
}
|
|
2248
|
-
const
|
|
2150
|
+
const VolumeDownFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeDownFilledAlt(_ref91, ref) {
|
|
2249
2151
|
let {
|
|
2250
2152
|
children,
|
|
2251
2153
|
size = 16,
|
|
@@ -2259,16 +2161,14 @@ const WaveHeight = /*#__PURE__*/React.forwardRef(function WaveHeight(_ref91, ref
|
|
|
2259
2161
|
viewBox: "0 0 32 32",
|
|
2260
2162
|
fill: "currentColor",
|
|
2261
2163
|
...rest
|
|
2262
|
-
},
|
|
2263
|
-
d: "
|
|
2264
|
-
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2265
|
-
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"
|
|
2164
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2165
|
+
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"
|
|
2266
2166
|
})), children);
|
|
2267
2167
|
});
|
|
2268
2168
|
if (process.env.NODE_ENV !== "production") {
|
|
2269
|
-
|
|
2169
|
+
VolumeDownFilledAlt.propTypes = iconPropTypes;
|
|
2270
2170
|
}
|
|
2271
|
-
const
|
|
2171
|
+
const VolumeFileStorage = /*#__PURE__*/React.forwardRef(function VolumeFileStorage(_ref92, ref) {
|
|
2272
2172
|
let {
|
|
2273
2173
|
children,
|
|
2274
2174
|
size = 16,
|
|
@@ -2282,16 +2182,16 @@ const WavePeriod = /*#__PURE__*/React.forwardRef(function WavePeriod(_ref92, ref
|
|
|
2282
2182
|
viewBox: "0 0 32 32",
|
|
2283
2183
|
fill: "currentColor",
|
|
2284
2184
|
...rest
|
|
2285
|
-
},
|
|
2286
|
-
d: "
|
|
2287
|
-
})),
|
|
2288
|
-
d: "
|
|
2185
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2186
|
+
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"
|
|
2187
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2188
|
+
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"
|
|
2289
2189
|
})), children);
|
|
2290
2190
|
});
|
|
2291
2191
|
if (process.env.NODE_ENV !== "production") {
|
|
2292
|
-
|
|
2192
|
+
VolumeFileStorage.propTypes = iconPropTypes;
|
|
2293
2193
|
}
|
|
2294
|
-
const
|
|
2194
|
+
const VolumeMute = /*#__PURE__*/React.forwardRef(function VolumeMute(_ref93, ref) {
|
|
2295
2195
|
let {
|
|
2296
2196
|
children,
|
|
2297
2197
|
size = 16,
|
|
@@ -2305,14 +2205,14 @@ const WeatherFrontCold = /*#__PURE__*/React.forwardRef(function WeatherFrontCold
|
|
|
2305
2205
|
viewBox: "0 0 32 32",
|
|
2306
2206
|
fill: "currentColor",
|
|
2307
2207
|
...rest
|
|
2308
|
-
},
|
|
2309
|
-
d: "
|
|
2208
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2209
|
+
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"
|
|
2310
2210
|
})), children);
|
|
2311
2211
|
});
|
|
2312
2212
|
if (process.env.NODE_ENV !== "production") {
|
|
2313
|
-
|
|
2213
|
+
VolumeMute.propTypes = iconPropTypes;
|
|
2314
2214
|
}
|
|
2315
|
-
const
|
|
2215
|
+
const VolumeMuteFilled = /*#__PURE__*/React.forwardRef(function VolumeMuteFilled(_ref94, ref) {
|
|
2316
2216
|
let {
|
|
2317
2217
|
children,
|
|
2318
2218
|
size = 16,
|
|
@@ -2326,14 +2226,14 @@ const WeatherFrontStationary = /*#__PURE__*/React.forwardRef(function WeatherFro
|
|
|
2326
2226
|
viewBox: "0 0 32 32",
|
|
2327
2227
|
fill: "currentColor",
|
|
2328
2228
|
...rest
|
|
2329
|
-
},
|
|
2330
|
-
d: "
|
|
2229
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2230
|
+
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"
|
|
2331
2231
|
})), children);
|
|
2332
2232
|
});
|
|
2333
2233
|
if (process.env.NODE_ENV !== "production") {
|
|
2334
|
-
|
|
2234
|
+
VolumeMuteFilled.propTypes = iconPropTypes;
|
|
2335
2235
|
}
|
|
2336
|
-
const
|
|
2236
|
+
const VolumeObjectStorage = /*#__PURE__*/React.forwardRef(function VolumeObjectStorage(_ref95, ref) {
|
|
2337
2237
|
let {
|
|
2338
2238
|
children,
|
|
2339
2239
|
size = 16,
|
|
@@ -2347,14 +2247,16 @@ const WeatherFrontWarm = /*#__PURE__*/React.forwardRef(function WeatherFrontWarm
|
|
|
2347
2247
|
viewBox: "0 0 32 32",
|
|
2348
2248
|
fill: "currentColor",
|
|
2349
2249
|
...rest
|
|
2350
|
-
},
|
|
2351
|
-
d: "
|
|
2250
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2251
|
+
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"
|
|
2252
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2253
|
+
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"
|
|
2352
2254
|
})), children);
|
|
2353
2255
|
});
|
|
2354
2256
|
if (process.env.NODE_ENV !== "production") {
|
|
2355
|
-
|
|
2257
|
+
VolumeObjectStorage.propTypes = iconPropTypes;
|
|
2356
2258
|
}
|
|
2357
|
-
const
|
|
2259
|
+
const VolumeUp = /*#__PURE__*/React.forwardRef(function VolumeUp(_ref96, ref) {
|
|
2358
2260
|
let {
|
|
2359
2261
|
children,
|
|
2360
2262
|
size = 16,
|
|
@@ -2368,18 +2270,16 @@ const WeatherStation = /*#__PURE__*/React.forwardRef(function WeatherStation(_re
|
|
|
2368
2270
|
viewBox: "0 0 32 32",
|
|
2369
2271
|
fill: "currentColor",
|
|
2370
2272
|
...rest
|
|
2371
|
-
},
|
|
2372
|
-
d: "
|
|
2373
|
-
})),
|
|
2374
|
-
d: "
|
|
2375
|
-
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2376
|
-
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"
|
|
2273
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2274
|
+
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"
|
|
2275
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2276
|
+
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"
|
|
2377
2277
|
})), children);
|
|
2378
2278
|
});
|
|
2379
2279
|
if (process.env.NODE_ENV !== "production") {
|
|
2380
|
-
|
|
2280
|
+
VolumeUp.propTypes = iconPropTypes;
|
|
2381
2281
|
}
|
|
2382
|
-
const
|
|
2282
|
+
const VolumeUpAlt = /*#__PURE__*/React.forwardRef(function VolumeUpAlt(_ref97, ref) {
|
|
2383
2283
|
let {
|
|
2384
2284
|
children,
|
|
2385
2285
|
size = 16,
|
|
@@ -2393,16 +2293,14 @@ const WebServicesCluster = /*#__PURE__*/React.forwardRef(function WebServicesClu
|
|
|
2393
2293
|
viewBox: "0 0 32 32",
|
|
2394
2294
|
fill: "currentColor",
|
|
2395
2295
|
...rest
|
|
2396
|
-
},
|
|
2397
|
-
d: "
|
|
2398
|
-
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2399
|
-
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"
|
|
2296
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2297
|
+
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"
|
|
2400
2298
|
})), children);
|
|
2401
2299
|
});
|
|
2402
2300
|
if (process.env.NODE_ENV !== "production") {
|
|
2403
|
-
|
|
2301
|
+
VolumeUpAlt.propTypes = iconPropTypes;
|
|
2404
2302
|
}
|
|
2405
|
-
const
|
|
2303
|
+
const VolumeUpFilled = /*#__PURE__*/React.forwardRef(function VolumeUpFilled(_ref98, ref) {
|
|
2406
2304
|
let {
|
|
2407
2305
|
children,
|
|
2408
2306
|
size = 16,
|
|
@@ -2416,16 +2314,16 @@ const WebServicesContainer = /*#__PURE__*/React.forwardRef(function WebServicesC
|
|
|
2416
2314
|
viewBox: "0 0 32 32",
|
|
2417
2315
|
fill: "currentColor",
|
|
2418
2316
|
...rest
|
|
2419
|
-
},
|
|
2420
|
-
d: "
|
|
2421
|
-
})),
|
|
2422
|
-
d: "
|
|
2317
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2318
|
+
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"
|
|
2319
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2320
|
+
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"
|
|
2423
2321
|
})), children);
|
|
2424
2322
|
});
|
|
2425
2323
|
if (process.env.NODE_ENV !== "production") {
|
|
2426
|
-
|
|
2324
|
+
VolumeUpFilled.propTypes = iconPropTypes;
|
|
2427
2325
|
}
|
|
2428
|
-
const
|
|
2326
|
+
const VolumeUpFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeUpFilledAlt(_ref99, ref) {
|
|
2429
2327
|
let {
|
|
2430
2328
|
children,
|
|
2431
2329
|
size = 16,
|
|
@@ -2439,18 +2337,14 @@ const WebServicesDefinition = /*#__PURE__*/React.forwardRef(function WebServices
|
|
|
2439
2337
|
viewBox: "0 0 32 32",
|
|
2440
2338
|
fill: "currentColor",
|
|
2441
2339
|
...rest
|
|
2442
|
-
},
|
|
2443
|
-
d: "
|
|
2444
|
-
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2445
|
-
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"
|
|
2446
|
-
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2447
|
-
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"
|
|
2340
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2341
|
+
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"
|
|
2448
2342
|
})), children);
|
|
2449
2343
|
});
|
|
2450
2344
|
if (process.env.NODE_ENV !== "production") {
|
|
2451
|
-
|
|
2345
|
+
VolumeUpFilledAlt.propTypes = iconPropTypes;
|
|
2452
2346
|
}
|
|
2453
|
-
const
|
|
2347
|
+
const Vpn = /*#__PURE__*/React.forwardRef(function Vpn(_ref100, ref) {
|
|
2454
2348
|
let {
|
|
2455
2349
|
children,
|
|
2456
2350
|
size = 16,
|
|
@@ -2464,18 +2358,14 @@ const WebServicesService = /*#__PURE__*/React.forwardRef(function WebServicesSer
|
|
|
2464
2358
|
viewBox: "0 0 32 32",
|
|
2465
2359
|
fill: "currentColor",
|
|
2466
2360
|
...rest
|
|
2467
|
-
},
|
|
2468
|
-
d: "
|
|
2469
|
-
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2470
|
-
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"
|
|
2471
|
-
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2472
|
-
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"
|
|
2361
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2362
|
+
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"
|
|
2473
2363
|
})), children);
|
|
2474
2364
|
});
|
|
2475
2365
|
if (process.env.NODE_ENV !== "production") {
|
|
2476
|
-
|
|
2366
|
+
Vpn.propTypes = iconPropTypes;
|
|
2477
2367
|
}
|
|
2478
|
-
const
|
|
2368
|
+
const VpnConnection = /*#__PURE__*/React.forwardRef(function VpnConnection(_ref101, ref) {
|
|
2479
2369
|
let {
|
|
2480
2370
|
children,
|
|
2481
2371
|
size = 16,
|
|
@@ -2489,18 +2379,14 @@ const WebServicesTask = /*#__PURE__*/React.forwardRef(function WebServicesTask(_
|
|
|
2489
2379
|
viewBox: "0 0 32 32",
|
|
2490
2380
|
fill: "currentColor",
|
|
2491
2381
|
...rest
|
|
2492
|
-
},
|
|
2493
|
-
d: "
|
|
2494
|
-
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2495
|
-
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"
|
|
2496
|
-
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2497
|
-
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"
|
|
2382
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2383
|
+
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"
|
|
2498
2384
|
})), children);
|
|
2499
2385
|
});
|
|
2500
2386
|
if (process.env.NODE_ENV !== "production") {
|
|
2501
|
-
|
|
2387
|
+
VpnConnection.propTypes = iconPropTypes;
|
|
2502
2388
|
}
|
|
2503
|
-
const
|
|
2389
|
+
const VpnPolicy = /*#__PURE__*/React.forwardRef(function VpnPolicy(_ref102, ref) {
|
|
2504
2390
|
let {
|
|
2505
2391
|
children,
|
|
2506
2392
|
size = 16,
|
|
@@ -2514,18 +2400,16 @@ const WebServicesTaskDefinitionVersion = /*#__PURE__*/React.forwardRef(function
|
|
|
2514
2400
|
viewBox: "0 0 32 32",
|
|
2515
2401
|
fill: "currentColor",
|
|
2516
2402
|
...rest
|
|
2517
|
-
},
|
|
2518
|
-
d: "
|
|
2519
|
-
})),
|
|
2520
|
-
d: "
|
|
2521
|
-
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2522
|
-
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"
|
|
2403
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2404
|
+
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"
|
|
2405
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2406
|
+
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"
|
|
2523
2407
|
})), children);
|
|
2524
2408
|
});
|
|
2525
2409
|
if (process.env.NODE_ENV !== "production") {
|
|
2526
|
-
|
|
2410
|
+
VpnPolicy.propTypes = iconPropTypes;
|
|
2527
2411
|
}
|
|
2528
|
-
const
|
|
2412
|
+
const Wallet = /*#__PURE__*/React.forwardRef(function Wallet(_ref103, ref) {
|
|
2529
2413
|
let {
|
|
2530
2414
|
children,
|
|
2531
2415
|
size = 16,
|
|
@@ -2539,23 +2423,36 @@ const Webhook = /*#__PURE__*/React.forwardRef(function Webhook(_ref103, ref) {
|
|
|
2539
2423
|
viewBox: "0 0 32 32",
|
|
2540
2424
|
fill: "currentColor",
|
|
2541
2425
|
...rest
|
|
2542
|
-
},
|
|
2543
|
-
d: "
|
|
2544
|
-
})),
|
|
2545
|
-
d: "
|
|
2546
|
-
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2547
|
-
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"
|
|
2426
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2427
|
+
d: "M22 17H24V19H22z"
|
|
2428
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2429
|
+
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"
|
|
2548
2430
|
})), children);
|
|
2549
2431
|
});
|
|
2550
2432
|
if (process.env.NODE_ENV !== "production") {
|
|
2551
|
-
|
|
2433
|
+
Wallet.propTypes = iconPropTypes;
|
|
2552
2434
|
}
|
|
2553
|
-
const
|
|
2435
|
+
const Warning = /*#__PURE__*/React.forwardRef(function Warning(_ref104, ref) {
|
|
2554
2436
|
let {
|
|
2555
2437
|
children,
|
|
2556
2438
|
size = 16,
|
|
2557
2439
|
...rest
|
|
2558
2440
|
} = _ref104;
|
|
2441
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2442
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2443
|
+
width: size,
|
|
2444
|
+
height: size,
|
|
2445
|
+
ref: ref,
|
|
2446
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2447
|
+
viewBox: "0 0 16 16",
|
|
2448
|
+
fill: "currentColor",
|
|
2449
|
+
...rest
|
|
2450
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2451
|
+
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"
|
|
2452
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2453
|
+
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"
|
|
2454
|
+
})), children);
|
|
2455
|
+
}
|
|
2559
2456
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2560
2457
|
width: size,
|
|
2561
2458
|
height: size,
|
|
@@ -2564,25 +2461,36 @@ const Websheet = /*#__PURE__*/React.forwardRef(function Websheet(_ref104, ref) {
|
|
|
2564
2461
|
viewBox: "0 0 32 32",
|
|
2565
2462
|
fill: "currentColor",
|
|
2566
2463
|
...rest
|
|
2567
|
-
},
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2572
|
-
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"
|
|
2573
|
-
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2574
|
-
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"
|
|
2464
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2465
|
+
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"
|
|
2466
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2467
|
+
d: "M15 8H17V19H15zM16 22a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 22z"
|
|
2575
2468
|
})), children);
|
|
2576
2469
|
});
|
|
2577
2470
|
if (process.env.NODE_ENV !== "production") {
|
|
2578
|
-
|
|
2471
|
+
Warning.propTypes = iconPropTypes;
|
|
2579
2472
|
}
|
|
2580
|
-
const
|
|
2473
|
+
const WarningAlt = /*#__PURE__*/React.forwardRef(function WarningAlt(_ref105, ref) {
|
|
2581
2474
|
let {
|
|
2582
2475
|
children,
|
|
2583
2476
|
size = 16,
|
|
2584
2477
|
...rest
|
|
2585
2478
|
} = _ref105;
|
|
2479
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2480
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2481
|
+
width: size,
|
|
2482
|
+
height: size,
|
|
2483
|
+
ref: ref,
|
|
2484
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2485
|
+
viewBox: "0 0 16 16",
|
|
2486
|
+
fill: "currentColor",
|
|
2487
|
+
...rest
|
|
2488
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2489
|
+
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"
|
|
2490
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2491
|
+
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"
|
|
2492
|
+
})), children);
|
|
2493
|
+
}
|
|
2586
2494
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2587
2495
|
width: size,
|
|
2588
2496
|
height: size,
|
|
@@ -2591,14 +2499,16 @@ const Wheat = /*#__PURE__*/React.forwardRef(function Wheat(_ref105, ref) {
|
|
|
2591
2499
|
viewBox: "0 0 32 32",
|
|
2592
2500
|
fill: "currentColor",
|
|
2593
2501
|
...rest
|
|
2594
|
-
},
|
|
2595
|
-
d: "
|
|
2502
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2503
|
+
d: "M16 23a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 23zM15 12H17V21H15z"
|
|
2504
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2505
|
+
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"
|
|
2596
2506
|
})), children);
|
|
2597
2507
|
});
|
|
2598
2508
|
if (process.env.NODE_ENV !== "production") {
|
|
2599
|
-
|
|
2509
|
+
WarningAlt.propTypes = iconPropTypes;
|
|
2600
2510
|
}
|
|
2601
|
-
const
|
|
2511
|
+
const WarningAltFilled = /*#__PURE__*/React.forwardRef(function WarningAltFilled(_ref106, ref) {
|
|
2602
2512
|
let {
|
|
2603
2513
|
children,
|
|
2604
2514
|
size = 16,
|
|
@@ -2612,16 +2522,20 @@ const WhitePaper = /*#__PURE__*/React.forwardRef(function WhitePaper(_ref106, re
|
|
|
2612
2522
|
viewBox: "0 0 32 32",
|
|
2613
2523
|
fill: "currentColor",
|
|
2614
2524
|
...rest
|
|
2615
|
-
},
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2525
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2526
|
+
fill: "none",
|
|
2527
|
+
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",
|
|
2528
|
+
"data-icon-path": "inner-path"
|
|
2529
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2530
|
+
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"
|
|
2531
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2532
|
+
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"
|
|
2619
2533
|
})), children);
|
|
2620
2534
|
});
|
|
2621
2535
|
if (process.env.NODE_ENV !== "production") {
|
|
2622
|
-
|
|
2536
|
+
WarningAltFilled.propTypes = iconPropTypes;
|
|
2623
2537
|
}
|
|
2624
|
-
const
|
|
2538
|
+
const WarningAltInverted = /*#__PURE__*/React.forwardRef(function WarningAltInverted(_ref107, ref) {
|
|
2625
2539
|
let {
|
|
2626
2540
|
children,
|
|
2627
2541
|
size = 16,
|
|
@@ -2635,22 +2549,16 @@ const Wifi = /*#__PURE__*/React.forwardRef(function Wifi(_ref107, ref) {
|
|
|
2635
2549
|
viewBox: "0 0 32 32",
|
|
2636
2550
|
fill: "currentColor",
|
|
2637
2551
|
...rest
|
|
2638
|
-
},
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
})), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2643
|
-
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"
|
|
2644
|
-
})), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2645
|
-
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"
|
|
2646
|
-
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2647
|
-
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"
|
|
2552
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2553
|
+
d: "M16 17a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 17zM15 6H17V15H15z"
|
|
2554
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2555
|
+
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"
|
|
2648
2556
|
})), children);
|
|
2649
2557
|
});
|
|
2650
2558
|
if (process.env.NODE_ENV !== "production") {
|
|
2651
|
-
|
|
2559
|
+
WarningAltInverted.propTypes = iconPropTypes;
|
|
2652
2560
|
}
|
|
2653
|
-
const
|
|
2561
|
+
const WarningAltInvertedFilled = /*#__PURE__*/React.forwardRef(function WarningAltInvertedFilled(_ref108, ref) {
|
|
2654
2562
|
let {
|
|
2655
2563
|
children,
|
|
2656
2564
|
size = 16,
|
|
@@ -2664,26 +2572,20 @@ const WifiController = /*#__PURE__*/React.forwardRef(function WifiController(_re
|
|
|
2664
2572
|
viewBox: "0 0 32 32",
|
|
2665
2573
|
fill: "currentColor",
|
|
2666
2574
|
...rest
|
|
2667
|
-
},
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
})),
|
|
2674
|
-
|
|
2675
|
-
cy: "14.5",
|
|
2676
|
-
r: "1.5"
|
|
2677
|
-
})), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2678
|
-
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"
|
|
2679
|
-
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
2680
|
-
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"
|
|
2575
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2576
|
+
fill: "none",
|
|
2577
|
+
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",
|
|
2578
|
+
"data-icon-path": "inner-path"
|
|
2579
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2580
|
+
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"
|
|
2581
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2582
|
+
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"
|
|
2681
2583
|
})), children);
|
|
2682
2584
|
});
|
|
2683
2585
|
if (process.env.NODE_ENV !== "production") {
|
|
2684
|
-
|
|
2586
|
+
WarningAltInvertedFilled.propTypes = iconPropTypes;
|
|
2685
2587
|
}
|
|
2686
|
-
const
|
|
2588
|
+
const WarningDiamond = /*#__PURE__*/React.forwardRef(function WarningDiamond(_ref109, ref) {
|
|
2687
2589
|
let {
|
|
2688
2590
|
children,
|
|
2689
2591
|
size = 16,
|
|
@@ -2697,21 +2599,73 @@ const WifiNotSecure = /*#__PURE__*/React.forwardRef(function WifiNotSecure(_ref1
|
|
|
2697
2599
|
viewBox: "0 0 32 32",
|
|
2698
2600
|
fill: "currentColor",
|
|
2699
2601
|
...rest
|
|
2700
|
-
},
|
|
2701
|
-
d: "
|
|
2702
|
-
})),
|
|
2703
|
-
d: "
|
|
2602
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2603
|
+
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"
|
|
2604
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2605
|
+
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"
|
|
2704
2606
|
})), children);
|
|
2705
2607
|
});
|
|
2706
2608
|
if (process.env.NODE_ENV !== "production") {
|
|
2707
|
-
|
|
2609
|
+
WarningDiamond.propTypes = iconPropTypes;
|
|
2708
2610
|
}
|
|
2709
|
-
const
|
|
2611
|
+
const WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref110, ref) {
|
|
2710
2612
|
let {
|
|
2711
2613
|
children,
|
|
2712
2614
|
size = 16,
|
|
2713
2615
|
...rest
|
|
2714
2616
|
} = _ref110;
|
|
2617
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2618
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2619
|
+
width: size,
|
|
2620
|
+
height: size,
|
|
2621
|
+
ref: ref,
|
|
2622
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2623
|
+
viewBox: "0 0 16 16",
|
|
2624
|
+
fill: "currentColor",
|
|
2625
|
+
...rest
|
|
2626
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2627
|
+
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"
|
|
2628
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2629
|
+
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",
|
|
2630
|
+
"data-icon-path": "inner-path",
|
|
2631
|
+
opacity: "0"
|
|
2632
|
+
})), children);
|
|
2633
|
+
}
|
|
2634
|
+
if (size === 20 || size === "20" || size === "20px") {
|
|
2635
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2636
|
+
width: size,
|
|
2637
|
+
height: size,
|
|
2638
|
+
ref: ref,
|
|
2639
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2640
|
+
viewBox: "0 0 20 20",
|
|
2641
|
+
fill: "currentColor",
|
|
2642
|
+
...rest
|
|
2643
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2644
|
+
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"
|
|
2645
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2646
|
+
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",
|
|
2647
|
+
"data-icon-path": "inner-path",
|
|
2648
|
+
opacity: "0"
|
|
2649
|
+
})), children);
|
|
2650
|
+
}
|
|
2651
|
+
if (size === 24 || size === "24" || size === "24px") {
|
|
2652
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2653
|
+
width: size,
|
|
2654
|
+
height: size,
|
|
2655
|
+
ref: ref,
|
|
2656
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2657
|
+
viewBox: "0 0 24 24",
|
|
2658
|
+
fill: "currentColor",
|
|
2659
|
+
...rest
|
|
2660
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2661
|
+
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"
|
|
2662
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2663
|
+
fill: "none",
|
|
2664
|
+
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",
|
|
2665
|
+
"data-icon-path": "inner-path",
|
|
2666
|
+
opacity: "0"
|
|
2667
|
+
})), children);
|
|
2668
|
+
}
|
|
2715
2669
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2716
2670
|
width: size,
|
|
2717
2671
|
height: size,
|
|
@@ -2720,18 +2674,19 @@ const WifiOff = /*#__PURE__*/React.forwardRef(function WifiOff(_ref110, ref) {
|
|
|
2720
2674
|
viewBox: "0 0 32 32",
|
|
2721
2675
|
fill: "currentColor",
|
|
2722
2676
|
...rest
|
|
2723
|
-
},
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2677
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2678
|
+
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"
|
|
2679
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2680
|
+
fill: "none",
|
|
2681
|
+
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",
|
|
2682
|
+
"data-icon-path": "inner-path",
|
|
2683
|
+
opacity: "0"
|
|
2729
2684
|
})), children);
|
|
2730
2685
|
});
|
|
2731
2686
|
if (process.env.NODE_ENV !== "production") {
|
|
2732
|
-
|
|
2687
|
+
WarningFilled.propTypes = iconPropTypes;
|
|
2733
2688
|
}
|
|
2734
|
-
const
|
|
2689
|
+
const WarningHex = /*#__PURE__*/React.forwardRef(function WarningHex(_ref111, ref) {
|
|
2735
2690
|
let {
|
|
2736
2691
|
children,
|
|
2737
2692
|
size = 16,
|
|
@@ -2745,16 +2700,16 @@ const WifiSecure = /*#__PURE__*/React.forwardRef(function WifiSecure(_ref111, re
|
|
|
2745
2700
|
viewBox: "0 0 32 32",
|
|
2746
2701
|
fill: "currentColor",
|
|
2747
2702
|
...rest
|
|
2748
|
-
},
|
|
2749
|
-
d: "
|
|
2750
|
-
})),
|
|
2751
|
-
d: "
|
|
2703
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2704
|
+
d: "M16 21a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 21zM15 8H17V18H15z"
|
|
2705
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2706
|
+
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"
|
|
2752
2707
|
})), children);
|
|
2753
2708
|
});
|
|
2754
2709
|
if (process.env.NODE_ENV !== "production") {
|
|
2755
|
-
|
|
2710
|
+
WarningHex.propTypes = iconPropTypes;
|
|
2756
2711
|
}
|
|
2757
|
-
const
|
|
2712
|
+
const WarningHexFilled = /*#__PURE__*/React.forwardRef(function WarningHexFilled(_ref112, ref) {
|
|
2758
2713
|
let {
|
|
2759
2714
|
children,
|
|
2760
2715
|
size = 16,
|
|
@@ -2768,18 +2723,18 @@ const WifiBridge = /*#__PURE__*/React.forwardRef(function WifiBridge(_ref112, re
|
|
|
2768
2723
|
viewBox: "0 0 32 32",
|
|
2769
2724
|
fill: "currentColor",
|
|
2770
2725
|
...rest
|
|
2771
|
-
},
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
})),
|
|
2776
|
-
d: "
|
|
2726
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2727
|
+
fill: "none",
|
|
2728
|
+
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",
|
|
2729
|
+
"data-icon-path": "inner-path"
|
|
2730
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2731
|
+
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"
|
|
2777
2732
|
})), children);
|
|
2778
2733
|
});
|
|
2779
2734
|
if (process.env.NODE_ENV !== "production") {
|
|
2780
|
-
|
|
2735
|
+
WarningHexFilled.propTypes = iconPropTypes;
|
|
2781
2736
|
}
|
|
2782
|
-
const
|
|
2737
|
+
const WarningMultiple = /*#__PURE__*/React.forwardRef(function WarningMultiple(_ref113, ref) {
|
|
2783
2738
|
let {
|
|
2784
2739
|
children,
|
|
2785
2740
|
size = 16,
|
|
@@ -2793,18 +2748,22 @@ const WifiBridgeAlt = /*#__PURE__*/React.forwardRef(function WifiBridgeAlt(_ref1
|
|
|
2793
2748
|
viewBox: "0 0 32 32",
|
|
2794
2749
|
fill: "currentColor",
|
|
2795
2750
|
...rest
|
|
2796
|
-
},
|
|
2797
|
-
d: "
|
|
2798
|
-
})),
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2751
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2752
|
+
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"
|
|
2753
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
2754
|
+
cx: "14",
|
|
2755
|
+
cy: "25",
|
|
2756
|
+
r: "1.25"
|
|
2757
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2758
|
+
d: "M13 15H15V22H13z"
|
|
2759
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2760
|
+
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"
|
|
2802
2761
|
})), children);
|
|
2803
2762
|
});
|
|
2804
2763
|
if (process.env.NODE_ENV !== "production") {
|
|
2805
|
-
|
|
2764
|
+
WarningMultiple.propTypes = iconPropTypes;
|
|
2806
2765
|
}
|
|
2807
|
-
const
|
|
2766
|
+
const WarningOther = /*#__PURE__*/React.forwardRef(function WarningOther(_ref114, ref) {
|
|
2808
2767
|
let {
|
|
2809
2768
|
children,
|
|
2810
2769
|
size = 16,
|
|
@@ -2818,14 +2777,16 @@ const Wikis = /*#__PURE__*/React.forwardRef(function Wikis(_ref114, ref) {
|
|
|
2818
2777
|
viewBox: "0 0 32 32",
|
|
2819
2778
|
fill: "currentColor",
|
|
2820
2779
|
...rest
|
|
2821
|
-
},
|
|
2822
|
-
d: "
|
|
2780
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2781
|
+
d: "M18 20H30V22H18zM18 24H30V26H18zM18 28H30V30H18zM14 18a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0014 18zM13 7H15V16H13z"
|
|
2782
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2783
|
+
d: "M14,4A10.0111,10.0111,0,0,1,24,14h2A12,12,0,1,0,14,26V24A10,10,0,0,1,14,4Z"
|
|
2823
2784
|
})), children);
|
|
2824
2785
|
});
|
|
2825
2786
|
if (process.env.NODE_ENV !== "production") {
|
|
2826
|
-
|
|
2787
|
+
WarningOther.propTypes = iconPropTypes;
|
|
2827
2788
|
}
|
|
2828
|
-
const
|
|
2789
|
+
const WarningSquare = /*#__PURE__*/React.forwardRef(function WarningSquare(_ref115, ref) {
|
|
2829
2790
|
let {
|
|
2830
2791
|
children,
|
|
2831
2792
|
size = 16,
|
|
@@ -2839,18 +2800,16 @@ const WindGusts = /*#__PURE__*/React.forwardRef(function WindGusts(_ref115, ref)
|
|
|
2839
2800
|
viewBox: "0 0 32 32",
|
|
2840
2801
|
fill: "currentColor",
|
|
2841
2802
|
...rest
|
|
2842
|
-
},
|
|
2843
|
-
d: "
|
|
2844
|
-
})),
|
|
2845
|
-
d: "
|
|
2846
|
-
})), _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
|
|
2847
|
-
d: "M26,22a4.0045,4.0045,0,0,0-4,4h2a2,2,0,1,1,2,2H12v2H26a4,4,0,0,0,0-8Z"
|
|
2803
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2804
|
+
d: "M16 20a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 20zM15 9H17V18H15z"
|
|
2805
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2806
|
+
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"
|
|
2848
2807
|
})), children);
|
|
2849
2808
|
});
|
|
2850
2809
|
if (process.env.NODE_ENV !== "production") {
|
|
2851
|
-
|
|
2810
|
+
WarningSquare.propTypes = iconPropTypes;
|
|
2852
2811
|
}
|
|
2853
|
-
const
|
|
2812
|
+
const WarningSquareFilled = /*#__PURE__*/React.forwardRef(function WarningSquareFilled(_ref116, ref) {
|
|
2854
2813
|
let {
|
|
2855
2814
|
children,
|
|
2856
2815
|
size = 16,
|
|
@@ -2864,14 +2823,18 @@ const WindPower = /*#__PURE__*/React.forwardRef(function WindPower(_ref116, ref)
|
|
|
2864
2823
|
viewBox: "0 0 32 32",
|
|
2865
2824
|
fill: "currentColor",
|
|
2866
2825
|
...rest
|
|
2867
|
-
},
|
|
2868
|
-
d: "
|
|
2826
|
+
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2827
|
+
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"
|
|
2828
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2829
|
+
fill: "none",
|
|
2830
|
+
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",
|
|
2831
|
+
"data-icon-path": "inner-path"
|
|
2869
2832
|
})), children);
|
|
2870
2833
|
});
|
|
2871
2834
|
if (process.env.NODE_ENV !== "production") {
|
|
2872
|
-
|
|
2835
|
+
WarningSquareFilled.propTypes = iconPropTypes;
|
|
2873
2836
|
}
|
|
2874
|
-
const
|
|
2837
|
+
const Watch = /*#__PURE__*/React.forwardRef(function Watch(_ref117, ref) {
|
|
2875
2838
|
let {
|
|
2876
2839
|
children,
|
|
2877
2840
|
size = 16,
|
|
@@ -2885,23 +2848,25 @@ const WindStream = /*#__PURE__*/React.forwardRef(function WindStream(_ref117, re
|
|
|
2885
2848
|
viewBox: "0 0 32 32",
|
|
2886
2849
|
fill: "currentColor",
|
|
2887
2850
|
...rest
|
|
2888
|
-
},
|
|
2889
|
-
d: "
|
|
2890
|
-
})), _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
|
|
2891
|
-
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"
|
|
2892
|
-
})), _path237 || (_path237 = /*#__PURE__*/React.createElement("path", {
|
|
2893
|
-
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"
|
|
2851
|
+
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2852
|
+
d: "M22 8H21V2H19V8H13V2H11V8H10a2 2 0 00-2 2V22a2 2 0 002 2h1v6h2V24h6v6h2V24h1a2 2 0 002-2V10A2 2 0 0022 8zM10 22V10H22V22zM25 14H27V18H25z"
|
|
2894
2853
|
})), children);
|
|
2895
2854
|
});
|
|
2896
2855
|
if (process.env.NODE_ENV !== "production") {
|
|
2897
|
-
|
|
2856
|
+
Watch.propTypes = iconPropTypes;
|
|
2898
2857
|
}
|
|
2899
|
-
const
|
|
2858
|
+
const Watson = /*#__PURE__*/React.forwardRef(function Watson(_ref118, ref) {
|
|
2900
2859
|
let {
|
|
2901
2860
|
children,
|
|
2902
2861
|
size = 16,
|
|
2903
2862
|
...rest
|
|
2904
2863
|
} = _ref118;
|
|
2864
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2865
|
+
if (!didWarnAboutDeprecation["Watson"]) {
|
|
2866
|
+
didWarnAboutDeprecation["Watson"] = true;
|
|
2867
|
+
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.");
|
|
2868
|
+
}
|
|
2869
|
+
}
|
|
2905
2870
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2906
2871
|
width: size,
|
|
2907
2872
|
height: size,
|
|
@@ -2910,33 +2875,25 @@ const WatsonHealthWindowAuto = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
2910
2875
|
viewBox: "0 0 32 32",
|
|
2911
2876
|
fill: "currentColor",
|
|
2912
2877
|
...rest
|
|
2913
|
-
},
|
|
2914
|
-
d: "
|
|
2915
|
-
})), _path239 || (_path239 = /*#__PURE__*/React.createElement("path", {
|
|
2916
|
-
d: "M7.55 7.04H9.55V10.04H7.55z",
|
|
2917
|
-
transform: "rotate(-45 8.55 8.548)"
|
|
2918
|
-
})), _path240 || (_path240 = /*#__PURE__*/React.createElement("path", {
|
|
2919
|
-
d: "M21.96 7.55H24.96V9.55H21.96z",
|
|
2920
|
-
transform: "rotate(-45 23.454 8.555)"
|
|
2921
|
-
})), _path241 || (_path241 = /*#__PURE__*/React.createElement("path", {
|
|
2922
|
-
d: "M22.45 21.95H24.45V24.95H22.45z",
|
|
2923
|
-
transform: "rotate(-45 23.452 23.446)"
|
|
2924
|
-
})), _path242 || (_path242 = /*#__PURE__*/React.createElement("path", {
|
|
2925
|
-
d: "M7.05 22.45H10.05V24.45H7.05z",
|
|
2926
|
-
transform: "rotate(-45 8.544 23.451)"
|
|
2927
|
-
})), _path243 || (_path243 = /*#__PURE__*/React.createElement("path", {
|
|
2928
|
-
d: "M4 30H28V32H4zM4 0H28V2H4zM16 10a6 6 0 106 6A6 6 0 0016 10zm-4 6a4 4 0 014-4v8A4 4 0 0112 16z"
|
|
2878
|
+
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2879
|
+
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"
|
|
2929
2880
|
})), children);
|
|
2930
2881
|
});
|
|
2931
2882
|
if (process.env.NODE_ENV !== "production") {
|
|
2932
|
-
|
|
2883
|
+
Watson.propTypes = iconPropTypes;
|
|
2933
2884
|
}
|
|
2934
|
-
const
|
|
2885
|
+
const WatsonMachineLearning = /*#__PURE__*/React.forwardRef(function WatsonMachineLearning(_ref119, ref) {
|
|
2935
2886
|
let {
|
|
2936
2887
|
children,
|
|
2937
2888
|
size = 16,
|
|
2938
2889
|
...rest
|
|
2939
2890
|
} = _ref119;
|
|
2891
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2892
|
+
if (!didWarnAboutDeprecation["WatsonMachineLearning"]) {
|
|
2893
|
+
didWarnAboutDeprecation["WatsonMachineLearning"] = true;
|
|
2894
|
+
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.");
|
|
2895
|
+
}
|
|
2896
|
+
}
|
|
2940
2897
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2941
2898
|
width: size,
|
|
2942
2899
|
height: size,
|
|
@@ -2945,28 +2902,14 @@ const WatsonHealthWindowBase = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
2945
2902
|
viewBox: "0 0 32 32",
|
|
2946
2903
|
fill: "currentColor",
|
|
2947
2904
|
...rest
|
|
2948
|
-
},
|
|
2949
|
-
d: "
|
|
2950
|
-
})), _path245 || (_path245 = /*#__PURE__*/React.createElement("path", {
|
|
2951
|
-
d: "M7.55 5.03H9.55V8.030000000000001H7.55z",
|
|
2952
|
-
transform: "rotate(-45 8.56 6.544)"
|
|
2953
|
-
})), _path246 || (_path246 = /*#__PURE__*/React.createElement("path", {
|
|
2954
|
-
d: "M21.96 5.54H24.96V7.54H21.96z",
|
|
2955
|
-
transform: "rotate(-45 23.469 6.539)"
|
|
2956
|
-
})), _path247 || (_path247 = /*#__PURE__*/React.createElement("path", {
|
|
2957
|
-
d: "M22.46 19.94H24.46V22.94H22.46z",
|
|
2958
|
-
transform: "rotate(-45 23.462 21.442)"
|
|
2959
|
-
})), _path248 || (_path248 = /*#__PURE__*/React.createElement("path", {
|
|
2960
|
-
d: "M7.04 20.45H10.04V22.45H7.04z",
|
|
2961
|
-
transform: "rotate(-45 8.554 21.447)"
|
|
2962
|
-
})), _path249 || (_path249 = /*#__PURE__*/React.createElement("path", {
|
|
2963
|
-
d: "M4 28H28V30H4zM16 20a6 6 0 10-6-6A6 6 0 0016 20zm0-10v8a4 4 0 010-8z"
|
|
2905
|
+
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2906
|
+
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"
|
|
2964
2907
|
})), children);
|
|
2965
2908
|
});
|
|
2966
2909
|
if (process.env.NODE_ENV !== "production") {
|
|
2967
|
-
|
|
2910
|
+
WatsonMachineLearning.propTypes = iconPropTypes;
|
|
2968
2911
|
}
|
|
2969
|
-
const
|
|
2912
|
+
const Watsonx = /*#__PURE__*/React.forwardRef(function Watsonx(_ref120, ref) {
|
|
2970
2913
|
let {
|
|
2971
2914
|
children,
|
|
2972
2915
|
size = 16,
|
|
@@ -2980,27 +2923,15 @@ const WatsonHealthWindowBlackSaturation = /*#__PURE__*/React.forwardRef(function
|
|
|
2980
2923
|
viewBox: "0 0 32 32",
|
|
2981
2924
|
fill: "currentColor",
|
|
2982
2925
|
...rest
|
|
2983
|
-
},
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
d: "M6.225 5.729H8.228V8.732H6.225z",
|
|
2987
|
-
transform: "rotate(-45 7.227 7.23)"
|
|
2988
|
-
})), _path252 || (_path252 = /*#__PURE__*/React.createElement("path", {
|
|
2989
|
-
d: "M23.267 6.227H26.267V8.227H23.267z",
|
|
2990
|
-
transform: "rotate(-45 24.767 7.227)"
|
|
2991
|
-
})), _path253 || (_path253 = /*#__PURE__*/React.createElement("path", {
|
|
2992
|
-
d: "M23.769 23.269H25.770999999999997V26.270999999999997H23.769z",
|
|
2993
|
-
transform: "rotate(-44.999 24.77 24.77)"
|
|
2994
|
-
})), _path254 || (_path254 = /*#__PURE__*/React.createElement("path", {
|
|
2995
|
-
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"
|
|
2996
|
-
})), _path255 || (_path255 = /*#__PURE__*/React.createElement("path", {
|
|
2997
|
-
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"
|
|
2926
|
+
}, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2927
|
+
strokeWidth: "0",
|
|
2928
|
+
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"
|
|
2998
2929
|
})), children);
|
|
2999
2930
|
});
|
|
3000
2931
|
if (process.env.NODE_ENV !== "production") {
|
|
3001
|
-
|
|
2932
|
+
Watsonx.propTypes = iconPropTypes;
|
|
3002
2933
|
}
|
|
3003
|
-
const
|
|
2934
|
+
const WatsonxAi = /*#__PURE__*/React.forwardRef(function WatsonxAi(_ref121, ref) {
|
|
3004
2935
|
let {
|
|
3005
2936
|
children,
|
|
3006
2937
|
size = 16,
|
|
@@ -3014,28 +2945,22 @@ const WatsonHealthWindowOverlay = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
3014
2945
|
viewBox: "0 0 32 32",
|
|
3015
2946
|
fill: "currentColor",
|
|
3016
2947
|
...rest
|
|
3017
|
-
},
|
|
3018
|
-
d: "
|
|
3019
|
-
})),
|
|
3020
|
-
d: "
|
|
3021
|
-
transform: "rotate(
|
|
3022
|
-
})),
|
|
3023
|
-
d: "
|
|
3024
|
-
transform: "rotate(
|
|
3025
|
-
})),
|
|
3026
|
-
d: "
|
|
3027
|
-
transform: "rotate(-45 23.459 25.443)"
|
|
3028
|
-
})), _path260 || (_path260 = /*#__PURE__*/React.createElement("path", {
|
|
3029
|
-
d: "M7.04 24.45H10.04V26.45H7.04z",
|
|
3030
|
-
transform: "rotate(-45 8.55 25.448)"
|
|
3031
|
-
})), _path261 || (_path261 = /*#__PURE__*/React.createElement("path", {
|
|
3032
|
-
d: "M4 2H28V4H4zM16 24a6 6 0 10-6-6A6 6 0 0016 24zm0-10v8a4 4 0 010-8z"
|
|
2948
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2949
|
+
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"
|
|
2950
|
+
})), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2951
|
+
d: "M11 20H13V22H11z",
|
|
2952
|
+
transform: "rotate(90 12 21)"
|
|
2953
|
+
})), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2954
|
+
d: "M19 10H21V12H19z",
|
|
2955
|
+
transform: "rotate(90 20 11)"
|
|
2956
|
+
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2957
|
+
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"
|
|
3033
2958
|
})), children);
|
|
3034
2959
|
});
|
|
3035
2960
|
if (process.env.NODE_ENV !== "production") {
|
|
3036
|
-
|
|
2961
|
+
WatsonxAi.propTypes = iconPropTypes;
|
|
3037
2962
|
}
|
|
3038
|
-
const
|
|
2963
|
+
const WatsonxData = /*#__PURE__*/React.forwardRef(function WatsonxData(_ref122, ref) {
|
|
3039
2964
|
let {
|
|
3040
2965
|
children,
|
|
3041
2966
|
size = 16,
|
|
@@ -3049,30 +2974,25 @@ const WatsonHealthWindowPreset = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
3049
2974
|
viewBox: "0 0 32 32",
|
|
3050
2975
|
fill: "currentColor",
|
|
3051
2976
|
...rest
|
|
3052
|
-
},
|
|
3053
|
-
d: "
|
|
3054
|
-
})),
|
|
3055
|
-
d: "
|
|
3056
|
-
transform: "rotate(
|
|
3057
|
-
})),
|
|
3058
|
-
d: "
|
|
3059
|
-
transform: "rotate(
|
|
3060
|
-
})),
|
|
3061
|
-
d: "
|
|
3062
|
-
transform: "rotate(-
|
|
3063
|
-
})),
|
|
3064
|
-
d: "
|
|
3065
|
-
transform: "rotate(-45 9.586 22.414)"
|
|
3066
|
-
})), _path267 || (_path267 = /*#__PURE__*/React.createElement("path", {
|
|
3067
|
-
d: "M16,22a6,6,0,1,0-6-6A6,6,0,0,0,16,22Zm0-10v8a4,4,0,0,1,0-8Z"
|
|
3068
|
-
})), _path268 || (_path268 = /*#__PURE__*/React.createElement("path", {
|
|
3069
|
-
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"
|
|
2977
|
+
}, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
2978
|
+
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"
|
|
2979
|
+
})), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2980
|
+
d: "M21 21H23V23H21z",
|
|
2981
|
+
transform: "rotate(90 22 22)"
|
|
2982
|
+
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
2983
|
+
d: "M15 15H17V17H15z",
|
|
2984
|
+
transform: "rotate(90 16 16)"
|
|
2985
|
+
})), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
2986
|
+
d: "M9 9H11V11H9z",
|
|
2987
|
+
transform: "rotate(-90 10 10)"
|
|
2988
|
+
})), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
2989
|
+
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"
|
|
3070
2990
|
})), children);
|
|
3071
2991
|
});
|
|
3072
2992
|
if (process.env.NODE_ENV !== "production") {
|
|
3073
|
-
|
|
2993
|
+
WatsonxData.propTypes = iconPropTypes;
|
|
3074
2994
|
}
|
|
3075
|
-
const
|
|
2995
|
+
const WatsonxGovernance = /*#__PURE__*/React.forwardRef(function WatsonxGovernance(_ref123, ref) {
|
|
3076
2996
|
let {
|
|
3077
2997
|
children,
|
|
3078
2998
|
size = 16,
|
|
@@ -3086,14 +3006,25 @@ const Windy = /*#__PURE__*/React.forwardRef(function Windy(_ref123, ref) {
|
|
|
3086
3006
|
viewBox: "0 0 32 32",
|
|
3087
3007
|
fill: "currentColor",
|
|
3088
3008
|
...rest
|
|
3089
|
-
},
|
|
3090
|
-
d: "
|
|
3009
|
+
}, _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
3010
|
+
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"
|
|
3011
|
+
})), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
3012
|
+
d: "M11 23H13V25H11z",
|
|
3013
|
+
transform: "rotate(90 12 24)"
|
|
3014
|
+
})), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
|
3015
|
+
d: "M11 9H13V11H11z",
|
|
3016
|
+
transform: "rotate(90 12 10)"
|
|
3017
|
+
})), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
|
3018
|
+
d: "M11 16H13V18H11z",
|
|
3019
|
+
transform: "rotate(90 12 17)"
|
|
3020
|
+
})), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
|
3021
|
+
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"
|
|
3091
3022
|
})), children);
|
|
3092
3023
|
});
|
|
3093
3024
|
if (process.env.NODE_ENV !== "production") {
|
|
3094
|
-
|
|
3025
|
+
WatsonxGovernance.propTypes = iconPropTypes;
|
|
3095
3026
|
}
|
|
3096
|
-
const
|
|
3027
|
+
const WaveDirection = /*#__PURE__*/React.forwardRef(function WaveDirection(_ref124, ref) {
|
|
3097
3028
|
let {
|
|
3098
3029
|
children,
|
|
3099
3030
|
size = 16,
|
|
@@ -3107,14 +3038,22 @@ const WindyDust = /*#__PURE__*/React.forwardRef(function WindyDust(_ref124, ref)
|
|
|
3107
3038
|
viewBox: "0 0 32 32",
|
|
3108
3039
|
fill: "currentColor",
|
|
3109
3040
|
...rest
|
|
3110
|
-
},
|
|
3111
|
-
d: "
|
|
3041
|
+
}, _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
|
|
3042
|
+
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"
|
|
3043
|
+
})), _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
|
|
3044
|
+
d: "M18,24V22a8,8,0,1,0-8-8H8A10,10,0,1,1,18,24Z"
|
|
3045
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
3046
|
+
cx: "18",
|
|
3047
|
+
cy: "8",
|
|
3048
|
+
r: "1"
|
|
3049
|
+
})), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
|
|
3050
|
+
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"
|
|
3112
3051
|
})), children);
|
|
3113
3052
|
});
|
|
3114
3053
|
if (process.env.NODE_ENV !== "production") {
|
|
3115
|
-
|
|
3054
|
+
WaveDirection.propTypes = iconPropTypes;
|
|
3116
3055
|
}
|
|
3117
|
-
const
|
|
3056
|
+
const WaveHeight = /*#__PURE__*/React.forwardRef(function WaveHeight(_ref125, ref) {
|
|
3118
3057
|
let {
|
|
3119
3058
|
children,
|
|
3120
3059
|
size = 16,
|
|
@@ -3128,14 +3067,14 @@ const WindySnow = /*#__PURE__*/React.forwardRef(function WindySnow(_ref125, ref)
|
|
|
3128
3067
|
viewBox: "0 0 32 32",
|
|
3129
3068
|
fill: "currentColor",
|
|
3130
3069
|
...rest
|
|
3131
|
-
},
|
|
3132
|
-
d: "
|
|
3133
|
-
})),
|
|
3134
|
-
d: "
|
|
3070
|
+
}, _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
|
|
3071
|
+
d: "M24 2H30V4H24zM24 8H28V10H24zM24 14H30V16H24zM24 20H28V22H24z"
|
|
3072
|
+
})), _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
|
|
3073
|
+
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"
|
|
3135
3074
|
})), children);
|
|
3136
3075
|
});
|
|
3137
3076
|
if (process.env.NODE_ENV !== "production") {
|
|
3138
|
-
|
|
3077
|
+
WaveHeight.propTypes = iconPropTypes;
|
|
3139
3078
|
}
|
|
3140
3079
|
|
|
3141
|
-
export { UserProfileAlt, UserRole, UserService, UserServiceDesk, UserSettings, UserSimulation, UserSpeaker, UserSponsor, UserXRay, UvIndex, UvIndexAlt, UvIndexFilled, ValueVariable, Van, VegetationAsset, VegetationEncroachment, VegetationHeight, VehicleApi, VehicleConnected, VehicleInsights, VehicleServices, Version, VersionMajor, VersionMinor, VersionPatch, VerticalView, Video, VideoAdd, VideoChat, VideoFilled, VideoOff, VideoOffFilled, VideoPlayer, View, ViewFilled, ViewMode_1, ViewMode_2, ViewNext, ViewOff, ViewOffFilled, VirtualColumn, VirtualColumnKey, VirtualDesktop, VirtualMachine, VirtualPrivateCloud, VirtualPrivateCloudAlt, VisualRecognition, Vlan, VlanIbm, VmdkDisk, VoiceActivate, Voicemail, VolumeBlockStorage, VolumeDown, VolumeDownAlt, VolumeDownFilled, VolumeDownFilledAlt, VolumeFileStorage, VolumeMute, VolumeMuteFilled, VolumeObjectStorage, VolumeUp, VolumeUpAlt, VolumeUpFilled, VolumeUpFilledAlt, Vpn, VpnConnection, VpnPolicy, Wallet, Warning, WarningAlt, WarningAltFilled, WarningAltInverted, WarningAltInvertedFilled, WarningDiamond, WarningFilled, WarningHex, WarningHexFilled, WarningMultiple, WarningOther, WarningSquare, WarningSquareFilled, Watch, Watson,
|
|
3080
|
+
export { Unlocked, Unsaved, UpToTop, UpdateNow, Upgrade, Upload, Upstream, Url, UsageIncludedUseCase, Usb, UseCaseDefinition, UseCaseUsage, User, UserAccess, UserAccessLocked, UserAccessUnlocked, UserActivity, UserAdmin, UserAvatar, UserAvatarFilled, UserAvatarFilledAlt, UserCertification, UserData, UserFavorite, UserFavoriteAlt, UserFavoriteAltFilled, UserFeedback, UserFilled, UserFollow, UserIdentification, UserMilitary, UserMultiple, UserOnline, UserProfile, UserProfileAlt, UserRole, UserService, UserServiceDesk, UserSettings, UserSimulation, UserSpeaker, UserSponsor, UserXRay, UvIndex, UvIndexAlt, UvIndexFilled, ValueVariable, Van, VegetationAsset, VegetationEncroachment, VegetationHeight, VehicleApi, VehicleConnected, VehicleInsights, VehicleServices, Version, VersionMajor, VersionMinor, VersionPatch, VerticalView, Video, VideoAdd, VideoChat, VideoFilled, VideoOff, VideoOffFilled, VideoPlayer, View, ViewFilled, ViewMode_1, ViewMode_2, ViewNext, ViewOff, ViewOffFilled, VirtualColumn, VirtualColumnKey, VirtualDesktop, VirtualMachine, VirtualPrivateCloud, VirtualPrivateCloudAlt, VisualRecognition, Vlan, VlanIbm, VmdkDisk, VoiceActivate, Voicemail, VolumeBlockStorage, VolumeDown, VolumeDownAlt, VolumeDownFilled, VolumeDownFilledAlt, VolumeFileStorage, VolumeMute, VolumeMuteFilled, VolumeObjectStorage, VolumeUp, VolumeUpAlt, VolumeUpFilled, VolumeUpFilledAlt, Vpn, VpnConnection, VpnPolicy, Wallet, Warning, WarningAlt, WarningAltFilled, WarningAltInverted, WarningAltInvertedFilled, WarningDiamond, WarningFilled, WarningHex, WarningHexFilled, WarningMultiple, WarningOther, WarningSquare, WarningSquareFilled, Watch, Watson, WatsonMachineLearning, Watsonx, WatsonxAi, WatsonxData, WatsonxGovernance, WaveDirection, WaveHeight };
|