@carbon/icons-react 11.11.0 → 11.12.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/DiamondFill.js +56 -0
- package/es/Undefined.js +3 -18
- package/es/generated/bucket-10.js +739 -743
- package/es/generated/bucket-11.js +681 -679
- package/es/generated/bucket-12.js +737 -735
- package/es/generated/bucket-13.js +706 -706
- package/es/generated/bucket-14.js +713 -728
- package/es/generated/bucket-15.js +784 -786
- package/es/generated/bucket-16.js +32 -8
- package/es/generated/bucket-4.js +484 -467
- package/es/generated/bucket-5.js +697 -703
- package/es/generated/bucket-6.js +755 -751
- package/es/generated/bucket-7.js +781 -779
- package/es/generated/bucket-8.js +651 -651
- package/es/generated/bucket-9.js +704 -704
- package/es/index.js +13 -13
- package/lib/DiamondFill.js +62 -0
- package/lib/Undefined.js +3 -18
- package/lib/generated/bucket-10.js +739 -743
- package/lib/generated/bucket-11.js +681 -679
- package/lib/generated/bucket-12.js +737 -735
- package/lib/generated/bucket-13.js +706 -706
- package/lib/generated/bucket-14.js +713 -728
- package/lib/generated/bucket-15.js +784 -786
- package/lib/generated/bucket-16.js +32 -7
- package/lib/generated/bucket-4.js +484 -467
- package/lib/generated/bucket-5.js +697 -703
- package/lib/generated/bucket-6.js +755 -751
- package/lib/generated/bucket-7.js +781 -779
- package/lib/generated/bucket-8.js +651 -651
- package/lib/generated/bucket-9.js +704 -704
- package/lib/index.js +13 -12
- package/package.json +5 -5
|
@@ -11,7 +11,7 @@ import React from 'react';
|
|
|
11
11
|
import '@carbon/icon-helpers';
|
|
12
12
|
import 'prop-types';
|
|
13
13
|
|
|
14
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8,
|
|
14
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _circle, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _circle2, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _circle3, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _circle4, _path56, _path57, _path58, _circle5, _circle6, _path59, _circle7, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _circle8, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _circle9, _path143, _path144, _path145, _circle10, _path146, _path147, _path148, _path149, _circle11, _circle12, _path150, _path151, _path152, _path153, _circle13, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _switch, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229, _path230, _path231, _path232, _path233, _path234, _path235, _path236, _path237, _path238, _path239, _path240, _path241, _path242, _path243, _path244, _path245, _path246, _path247, _path248, _path249, _path250;
|
|
15
15
|
|
|
16
16
|
var _excluded = ["children", "size"],
|
|
17
17
|
_excluded2 = ["children", "size"],
|
|
@@ -138,7 +138,7 @@ var _excluded = ["children", "size"],
|
|
|
138
138
|
_excluded123 = ["children", "size"],
|
|
139
139
|
_excluded124 = ["children", "size"],
|
|
140
140
|
_excluded125 = ["children", "size"];
|
|
141
|
-
var
|
|
141
|
+
var UvIndex = /*#__PURE__*/React.forwardRef(function UvIndex(_ref, ref) {
|
|
142
142
|
var children = _ref.children,
|
|
143
143
|
_ref$size = _ref.size,
|
|
144
144
|
size = _ref$size === void 0 ? 16 : _ref$size,
|
|
@@ -152,24 +152,14 @@ var UvIndexAlt = /*#__PURE__*/React.forwardRef(function UvIndexAlt(_ref, ref) {
|
|
|
152
152
|
viewBox: "0 0 32 32",
|
|
153
153
|
fill: "currentColor"
|
|
154
154
|
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
155
|
-
d: "
|
|
156
|
-
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
157
|
-
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
158
|
-
transform: "rotate(-45 24.147 7.853)"
|
|
159
|
-
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
160
|
-
d: "M25 15H30V17H25zM2 15H7V17H2z"
|
|
161
|
-
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
162
|
-
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
163
|
-
transform: "rotate(-45 7.854 7.853)"
|
|
164
|
-
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
165
|
-
d: "M22,17H20V16a4,4,0,0,0-8,0v1H10V16a6,6,0,0,1,12,0Z"
|
|
155
|
+
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"
|
|
166
156
|
})), children);
|
|
167
157
|
});
|
|
168
158
|
|
|
169
159
|
if (process.env.NODE_ENV !== "production") {
|
|
170
|
-
|
|
160
|
+
UvIndex.propTypes = iconPropTypes;
|
|
171
161
|
}
|
|
172
|
-
var
|
|
162
|
+
var UvIndexAlt = /*#__PURE__*/React.forwardRef(function UvIndexAlt(_ref2, ref) {
|
|
173
163
|
var children = _ref2.children,
|
|
174
164
|
_ref2$size = _ref2.size,
|
|
175
165
|
size = _ref2$size === void 0 ? 16 : _ref2$size,
|
|
@@ -182,15 +172,25 @@ var UvIndexFilled = /*#__PURE__*/React.forwardRef(function UvIndexFilled(_ref2,
|
|
|
182
172
|
xmlns: "http://www.w3.org/2000/svg",
|
|
183
173
|
viewBox: "0 0 32 32",
|
|
184
174
|
fill: "currentColor"
|
|
185
|
-
}, rest),
|
|
186
|
-
d: "
|
|
175
|
+
}, rest), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
176
|
+
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"
|
|
177
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
178
|
+
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
179
|
+
transform: "rotate(-45 24.147 7.853)"
|
|
180
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
181
|
+
d: "M25 15H30V17H25zM2 15H7V17H2z"
|
|
182
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
183
|
+
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
184
|
+
transform: "rotate(-45 7.854 7.853)"
|
|
185
|
+
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
186
|
+
d: "M22,17H20V16a4,4,0,0,0-8,0v1H10V16a6,6,0,0,1,12,0Z"
|
|
187
187
|
})), children);
|
|
188
188
|
});
|
|
189
189
|
|
|
190
190
|
if (process.env.NODE_ENV !== "production") {
|
|
191
|
-
|
|
191
|
+
UvIndexAlt.propTypes = iconPropTypes;
|
|
192
192
|
}
|
|
193
|
-
var
|
|
193
|
+
var UvIndexFilled = /*#__PURE__*/React.forwardRef(function UvIndexFilled(_ref3, ref) {
|
|
194
194
|
var children = _ref3.children,
|
|
195
195
|
_ref3$size = _ref3.size,
|
|
196
196
|
size = _ref3$size === void 0 ? 16 : _ref3$size,
|
|
@@ -204,14 +204,14 @@ var ValueVariable = /*#__PURE__*/React.forwardRef(function ValueVariable(_ref3,
|
|
|
204
204
|
viewBox: "0 0 32 32",
|
|
205
205
|
fill: "currentColor"
|
|
206
206
|
}, rest), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
207
|
-
d: "
|
|
207
|
+
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"
|
|
208
208
|
})), children);
|
|
209
209
|
});
|
|
210
210
|
|
|
211
211
|
if (process.env.NODE_ENV !== "production") {
|
|
212
|
-
|
|
212
|
+
UvIndexFilled.propTypes = iconPropTypes;
|
|
213
213
|
}
|
|
214
|
-
var
|
|
214
|
+
var ValueVariable = /*#__PURE__*/React.forwardRef(function ValueVariable(_ref4, ref) {
|
|
215
215
|
var children = _ref4.children,
|
|
216
216
|
_ref4$size = _ref4.size,
|
|
217
217
|
size = _ref4$size === void 0 ? 16 : _ref4$size,
|
|
@@ -225,14 +225,14 @@ var Van = /*#__PURE__*/React.forwardRef(function Van(_ref4, ref) {
|
|
|
225
225
|
viewBox: "0 0 32 32",
|
|
226
226
|
fill: "currentColor"
|
|
227
227
|
}, rest), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
228
|
-
d: "
|
|
228
|
+
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"
|
|
229
229
|
})), children);
|
|
230
230
|
});
|
|
231
231
|
|
|
232
232
|
if (process.env.NODE_ENV !== "production") {
|
|
233
|
-
|
|
233
|
+
ValueVariable.propTypes = iconPropTypes;
|
|
234
234
|
}
|
|
235
|
-
var
|
|
235
|
+
var Van = /*#__PURE__*/React.forwardRef(function Van(_ref5, ref) {
|
|
236
236
|
var children = _ref5.children,
|
|
237
237
|
_ref5$size = _ref5.size,
|
|
238
238
|
size = _ref5$size === void 0 ? 16 : _ref5$size,
|
|
@@ -245,21 +245,15 @@ var VegetationAsset = /*#__PURE__*/React.forwardRef(function VegetationAsset(_re
|
|
|
245
245
|
xmlns: "http://www.w3.org/2000/svg",
|
|
246
246
|
viewBox: "0 0 32 32",
|
|
247
247
|
fill: "currentColor"
|
|
248
|
-
}, rest),
|
|
249
|
-
|
|
250
|
-
cy: "10.5",
|
|
251
|
-
r: "1.5"
|
|
252
|
-
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
253
|
-
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"
|
|
254
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
255
|
-
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"
|
|
248
|
+
}, rest), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
249
|
+
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"
|
|
256
250
|
})), children);
|
|
257
251
|
});
|
|
258
252
|
|
|
259
253
|
if (process.env.NODE_ENV !== "production") {
|
|
260
|
-
|
|
254
|
+
Van.propTypes = iconPropTypes;
|
|
261
255
|
}
|
|
262
|
-
var
|
|
256
|
+
var VegetationAsset = /*#__PURE__*/React.forwardRef(function VegetationAsset(_ref6, ref) {
|
|
263
257
|
var children = _ref6.children,
|
|
264
258
|
_ref6$size = _ref6.size,
|
|
265
259
|
size = _ref6$size === void 0 ? 16 : _ref6$size,
|
|
@@ -272,15 +266,21 @@ var VehicleApi = /*#__PURE__*/React.forwardRef(function VehicleApi(_ref6, ref) {
|
|
|
272
266
|
xmlns: "http://www.w3.org/2000/svg",
|
|
273
267
|
viewBox: "0 0 32 32",
|
|
274
268
|
fill: "currentColor"
|
|
275
|
-
}, rest),
|
|
276
|
-
|
|
269
|
+
}, rest), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
270
|
+
cx: "21.5",
|
|
271
|
+
cy: "10.5",
|
|
272
|
+
r: "1.5"
|
|
273
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
274
|
+
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"
|
|
275
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
276
|
+
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"
|
|
277
277
|
})), children);
|
|
278
278
|
});
|
|
279
279
|
|
|
280
280
|
if (process.env.NODE_ENV !== "production") {
|
|
281
|
-
|
|
281
|
+
VegetationAsset.propTypes = iconPropTypes;
|
|
282
282
|
}
|
|
283
|
-
var
|
|
283
|
+
var VehicleApi = /*#__PURE__*/React.forwardRef(function VehicleApi(_ref7, ref) {
|
|
284
284
|
var children = _ref7.children,
|
|
285
285
|
_ref7$size = _ref7.size,
|
|
286
286
|
size = _ref7$size === void 0 ? 16 : _ref7$size,
|
|
@@ -294,16 +294,14 @@ var VehicleConnected = /*#__PURE__*/React.forwardRef(function VehicleConnected(_
|
|
|
294
294
|
viewBox: "0 0 32 32",
|
|
295
295
|
fill: "currentColor"
|
|
296
296
|
}, rest), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
297
|
-
d: "
|
|
298
|
-
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
299
|
-
d: "M29,11H27a6.0067,6.0067,0,0,0-6-6V3A8.0092,8.0092,0,0,1,29,11Z"
|
|
297
|
+
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"
|
|
300
298
|
})), children);
|
|
301
299
|
});
|
|
302
300
|
|
|
303
301
|
if (process.env.NODE_ENV !== "production") {
|
|
304
|
-
|
|
302
|
+
VehicleApi.propTypes = iconPropTypes;
|
|
305
303
|
}
|
|
306
|
-
var
|
|
304
|
+
var VehicleConnected = /*#__PURE__*/React.forwardRef(function VehicleConnected(_ref8, ref) {
|
|
307
305
|
var children = _ref8.children,
|
|
308
306
|
_ref8$size = _ref8.size,
|
|
309
307
|
size = _ref8$size === void 0 ? 16 : _ref8$size,
|
|
@@ -316,15 +314,17 @@ var VehicleInsights = /*#__PURE__*/React.forwardRef(function VehicleInsights(_re
|
|
|
316
314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
317
315
|
viewBox: "0 0 32 32",
|
|
318
316
|
fill: "currentColor"
|
|
319
|
-
}, rest),
|
|
320
|
-
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.
|
|
317
|
+
}, rest), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
318
|
+
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"
|
|
319
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
320
|
+
d: "M29,11H27a6.0067,6.0067,0,0,0-6-6V3A8.0092,8.0092,0,0,1,29,11Z"
|
|
321
321
|
})), children);
|
|
322
322
|
});
|
|
323
323
|
|
|
324
324
|
if (process.env.NODE_ENV !== "production") {
|
|
325
|
-
|
|
325
|
+
VehicleConnected.propTypes = iconPropTypes;
|
|
326
326
|
}
|
|
327
|
-
var
|
|
327
|
+
var VehicleInsights = /*#__PURE__*/React.forwardRef(function VehicleInsights(_ref9, ref) {
|
|
328
328
|
var children = _ref9.children,
|
|
329
329
|
_ref9$size = _ref9.size,
|
|
330
330
|
size = _ref9$size === void 0 ? 16 : _ref9$size,
|
|
@@ -338,14 +338,14 @@ var VehicleServices = /*#__PURE__*/React.forwardRef(function VehicleServices(_re
|
|
|
338
338
|
viewBox: "0 0 32 32",
|
|
339
339
|
fill: "currentColor"
|
|
340
340
|
}, rest), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
341
|
-
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.
|
|
341
|
+
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"
|
|
342
342
|
})), children);
|
|
343
343
|
});
|
|
344
344
|
|
|
345
345
|
if (process.env.NODE_ENV !== "production") {
|
|
346
|
-
|
|
346
|
+
VehicleInsights.propTypes = iconPropTypes;
|
|
347
347
|
}
|
|
348
|
-
var
|
|
348
|
+
var VehicleServices = /*#__PURE__*/React.forwardRef(function VehicleServices(_ref10, ref) {
|
|
349
349
|
var children = _ref10.children,
|
|
350
350
|
_ref10$size = _ref10.size,
|
|
351
351
|
size = _ref10$size === void 0 ? 16 : _ref10$size,
|
|
@@ -359,18 +359,14 @@ var Version = /*#__PURE__*/React.forwardRef(function Version(_ref10, ref) {
|
|
|
359
359
|
viewBox: "0 0 32 32",
|
|
360
360
|
fill: "currentColor"
|
|
361
361
|
}, rest), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
362
|
-
d: "
|
|
363
|
-
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
364
|
-
d: "M11,7V9H21V24h2V9a2.0023,2.0023,0,0,0-2-2Z"
|
|
365
|
-
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
366
|
-
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"
|
|
362
|
+
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"
|
|
367
363
|
})), children);
|
|
368
364
|
});
|
|
369
365
|
|
|
370
366
|
if (process.env.NODE_ENV !== "production") {
|
|
371
|
-
|
|
367
|
+
VehicleServices.propTypes = iconPropTypes;
|
|
372
368
|
}
|
|
373
|
-
var
|
|
369
|
+
var Version = /*#__PURE__*/React.forwardRef(function Version(_ref11, ref) {
|
|
374
370
|
var children = _ref11.children,
|
|
375
371
|
_ref11$size = _ref11.size,
|
|
376
372
|
size = _ref11$size === void 0 ? 16 : _ref11$size,
|
|
@@ -383,15 +379,19 @@ var VerticalView = /*#__PURE__*/React.forwardRef(function VerticalView(_ref11, r
|
|
|
383
379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
384
380
|
viewBox: "0 0 32 32",
|
|
385
381
|
fill: "currentColor"
|
|
386
|
-
}, rest),
|
|
387
|
-
d: "
|
|
382
|
+
}, rest), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
383
|
+
d: "M16,2V4H26V19h2V4a2.0023,2.0023,0,0,0-2-2Z"
|
|
384
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
385
|
+
d: "M11,7V9H21V24h2V9a2.0023,2.0023,0,0,0-2-2Z"
|
|
386
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
387
|
+
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"
|
|
388
388
|
})), children);
|
|
389
389
|
});
|
|
390
390
|
|
|
391
391
|
if (process.env.NODE_ENV !== "production") {
|
|
392
|
-
|
|
392
|
+
Version.propTypes = iconPropTypes;
|
|
393
393
|
}
|
|
394
|
-
var
|
|
394
|
+
var VerticalView = /*#__PURE__*/React.forwardRef(function VerticalView(_ref12, ref) {
|
|
395
395
|
var children = _ref12.children,
|
|
396
396
|
_ref12$size = _ref12.size,
|
|
397
397
|
size = _ref12$size === void 0 ? 16 : _ref12$size,
|
|
@@ -405,14 +405,14 @@ var Video = /*#__PURE__*/React.forwardRef(function Video(_ref12, ref) {
|
|
|
405
405
|
viewBox: "0 0 32 32",
|
|
406
406
|
fill: "currentColor"
|
|
407
407
|
}, rest), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
408
|
-
d: "
|
|
408
|
+
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"
|
|
409
409
|
})), children);
|
|
410
410
|
});
|
|
411
411
|
|
|
412
412
|
if (process.env.NODE_ENV !== "production") {
|
|
413
|
-
|
|
413
|
+
VerticalView.propTypes = iconPropTypes;
|
|
414
414
|
}
|
|
415
|
-
var
|
|
415
|
+
var Video = /*#__PURE__*/React.forwardRef(function Video(_ref13, ref) {
|
|
416
416
|
var children = _ref13.children,
|
|
417
417
|
_ref13$size = _ref13.size,
|
|
418
418
|
size = _ref13$size === void 0 ? 16 : _ref13$size,
|
|
@@ -426,16 +426,14 @@ var VideoAdd = /*#__PURE__*/React.forwardRef(function VideoAdd(_ref13, ref) {
|
|
|
426
426
|
viewBox: "0 0 32 32",
|
|
427
427
|
fill: "currentColor"
|
|
428
428
|
}, rest), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
429
|
-
d: "
|
|
430
|
-
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
431
|
-
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"
|
|
429
|
+
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"
|
|
432
430
|
})), children);
|
|
433
431
|
});
|
|
434
432
|
|
|
435
433
|
if (process.env.NODE_ENV !== "production") {
|
|
436
|
-
|
|
434
|
+
Video.propTypes = iconPropTypes;
|
|
437
435
|
}
|
|
438
|
-
var
|
|
436
|
+
var VideoAdd = /*#__PURE__*/React.forwardRef(function VideoAdd(_ref14, ref) {
|
|
439
437
|
var children = _ref14.children,
|
|
440
438
|
_ref14$size = _ref14.size,
|
|
441
439
|
size = _ref14$size === void 0 ? 16 : _ref14$size,
|
|
@@ -448,17 +446,17 @@ var VideoChat = /*#__PURE__*/React.forwardRef(function VideoChat(_ref14, ref) {
|
|
|
448
446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
449
447
|
viewBox: "0 0 32 32",
|
|
450
448
|
fill: "currentColor"
|
|
451
|
-
}, rest),
|
|
452
|
-
d: "
|
|
453
|
-
})),
|
|
449
|
+
}, rest), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
450
|
+
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"
|
|
451
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
454
452
|
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"
|
|
455
453
|
})), children);
|
|
456
454
|
});
|
|
457
455
|
|
|
458
456
|
if (process.env.NODE_ENV !== "production") {
|
|
459
|
-
|
|
457
|
+
VideoAdd.propTypes = iconPropTypes;
|
|
460
458
|
}
|
|
461
|
-
var
|
|
459
|
+
var VideoChat = /*#__PURE__*/React.forwardRef(function VideoChat(_ref15, ref) {
|
|
462
460
|
var children = _ref15.children,
|
|
463
461
|
_ref15$size = _ref15.size,
|
|
464
462
|
size = _ref15$size === void 0 ? 16 : _ref15$size,
|
|
@@ -471,15 +469,17 @@ var VideoFilled = /*#__PURE__*/React.forwardRef(function VideoFilled(_ref15, ref
|
|
|
471
469
|
xmlns: "http://www.w3.org/2000/svg",
|
|
472
470
|
viewBox: "0 0 32 32",
|
|
473
471
|
fill: "currentColor"
|
|
474
|
-
}, rest),
|
|
475
|
-
d: "
|
|
472
|
+
}, rest), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
473
|
+
d: "M8 12H17V14H8zM8 17H13V19H8z"
|
|
474
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
475
|
+
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"
|
|
476
476
|
})), children);
|
|
477
477
|
});
|
|
478
478
|
|
|
479
479
|
if (process.env.NODE_ENV !== "production") {
|
|
480
|
-
|
|
480
|
+
VideoChat.propTypes = iconPropTypes;
|
|
481
481
|
}
|
|
482
|
-
var
|
|
482
|
+
var VideoFilled = /*#__PURE__*/React.forwardRef(function VideoFilled(_ref16, ref) {
|
|
483
483
|
var children = _ref16.children,
|
|
484
484
|
_ref16$size = _ref16.size,
|
|
485
485
|
size = _ref16$size === void 0 ? 16 : _ref16$size,
|
|
@@ -493,14 +493,14 @@ var VideoOff = /*#__PURE__*/React.forwardRef(function VideoOff(_ref16, ref) {
|
|
|
493
493
|
viewBox: "0 0 32 32",
|
|
494
494
|
fill: "currentColor"
|
|
495
495
|
}, rest), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
496
|
-
d: "
|
|
496
|
+
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"
|
|
497
497
|
})), children);
|
|
498
498
|
});
|
|
499
499
|
|
|
500
500
|
if (process.env.NODE_ENV !== "production") {
|
|
501
|
-
|
|
501
|
+
VideoFilled.propTypes = iconPropTypes;
|
|
502
502
|
}
|
|
503
|
-
var
|
|
503
|
+
var VideoOff = /*#__PURE__*/React.forwardRef(function VideoOff(_ref17, ref) {
|
|
504
504
|
var children = _ref17.children,
|
|
505
505
|
_ref17$size = _ref17.size,
|
|
506
506
|
size = _ref17$size === void 0 ? 16 : _ref17$size,
|
|
@@ -514,19 +514,40 @@ var VideoOffFilled = /*#__PURE__*/React.forwardRef(function VideoOffFilled(_ref1
|
|
|
514
514
|
viewBox: "0 0 32 32",
|
|
515
515
|
fill: "currentColor"
|
|
516
516
|
}, rest), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
517
|
-
d: "
|
|
517
|
+
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"
|
|
518
518
|
})), children);
|
|
519
519
|
});
|
|
520
520
|
|
|
521
521
|
if (process.env.NODE_ENV !== "production") {
|
|
522
|
-
|
|
522
|
+
VideoOff.propTypes = iconPropTypes;
|
|
523
523
|
}
|
|
524
|
-
var
|
|
524
|
+
var VideoOffFilled = /*#__PURE__*/React.forwardRef(function VideoOffFilled(_ref18, ref) {
|
|
525
525
|
var children = _ref18.children,
|
|
526
526
|
_ref18$size = _ref18.size,
|
|
527
527
|
size = _ref18$size === void 0 ? 16 : _ref18$size,
|
|
528
528
|
rest = _objectWithoutProperties(_ref18, _excluded18);
|
|
529
529
|
|
|
530
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
531
|
+
width: size,
|
|
532
|
+
height: size,
|
|
533
|
+
ref: ref,
|
|
534
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
535
|
+
viewBox: "0 0 32 32",
|
|
536
|
+
fill: "currentColor"
|
|
537
|
+
}, rest), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
538
|
+
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"
|
|
539
|
+
})), children);
|
|
540
|
+
});
|
|
541
|
+
|
|
542
|
+
if (process.env.NODE_ENV !== "production") {
|
|
543
|
+
VideoOffFilled.propTypes = iconPropTypes;
|
|
544
|
+
}
|
|
545
|
+
var View = /*#__PURE__*/React.forwardRef(function View(_ref19, ref) {
|
|
546
|
+
var children = _ref19.children,
|
|
547
|
+
_ref19$size = _ref19.size,
|
|
548
|
+
size = _ref19$size === void 0 ? 16 : _ref19$size,
|
|
549
|
+
rest = _objectWithoutProperties(_ref19, _excluded19);
|
|
550
|
+
|
|
530
551
|
if (size === 16 || size === "16" || size === "16px") {
|
|
531
552
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
532
553
|
width: size,
|
|
@@ -535,9 +556,9 @@ var View = /*#__PURE__*/React.forwardRef(function View(_ref18, ref) {
|
|
|
535
556
|
xmlns: "http://www.w3.org/2000/svg",
|
|
536
557
|
viewBox: "0 0 16 16",
|
|
537
558
|
fill: "currentColor"
|
|
538
|
-
}, rest),
|
|
559
|
+
}, rest), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
539
560
|
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"
|
|
540
|
-
})),
|
|
561
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
541
562
|
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"
|
|
542
563
|
})), children);
|
|
543
564
|
}
|
|
@@ -549,9 +570,9 @@ var View = /*#__PURE__*/React.forwardRef(function View(_ref18, ref) {
|
|
|
549
570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
550
571
|
viewBox: "0 0 32 32",
|
|
551
572
|
fill: "currentColor"
|
|
552
|
-
}, rest),
|
|
573
|
+
}, rest), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
553
574
|
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"
|
|
554
|
-
})),
|
|
575
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
555
576
|
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"
|
|
556
577
|
})), children);
|
|
557
578
|
});
|
|
@@ -559,11 +580,11 @@ var View = /*#__PURE__*/React.forwardRef(function View(_ref18, ref) {
|
|
|
559
580
|
if (process.env.NODE_ENV !== "production") {
|
|
560
581
|
View.propTypes = iconPropTypes;
|
|
561
582
|
}
|
|
562
|
-
var ViewFilled = /*#__PURE__*/React.forwardRef(function ViewFilled(
|
|
563
|
-
var children =
|
|
564
|
-
|
|
565
|
-
size =
|
|
566
|
-
rest = _objectWithoutProperties(
|
|
583
|
+
var ViewFilled = /*#__PURE__*/React.forwardRef(function ViewFilled(_ref20, ref) {
|
|
584
|
+
var children = _ref20.children,
|
|
585
|
+
_ref20$size = _ref20.size,
|
|
586
|
+
size = _ref20$size === void 0 ? 16 : _ref20$size,
|
|
587
|
+
rest = _objectWithoutProperties(_ref20, _excluded20);
|
|
567
588
|
|
|
568
589
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
569
590
|
width: size,
|
|
@@ -576,7 +597,7 @@ var ViewFilled = /*#__PURE__*/React.forwardRef(function ViewFilled(_ref19, ref)
|
|
|
576
597
|
cx: "16",
|
|
577
598
|
cy: "16",
|
|
578
599
|
r: "4"
|
|
579
|
-
})),
|
|
600
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
580
601
|
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"
|
|
581
602
|
})), children);
|
|
582
603
|
});
|
|
@@ -584,11 +605,11 @@ var ViewFilled = /*#__PURE__*/React.forwardRef(function ViewFilled(_ref19, ref)
|
|
|
584
605
|
if (process.env.NODE_ENV !== "production") {
|
|
585
606
|
ViewFilled.propTypes = iconPropTypes;
|
|
586
607
|
}
|
|
587
|
-
var ViewMode_1 = /*#__PURE__*/React.forwardRef(function ViewMode_1(
|
|
588
|
-
var children =
|
|
589
|
-
|
|
590
|
-
size =
|
|
591
|
-
rest = _objectWithoutProperties(
|
|
608
|
+
var ViewMode_1 = /*#__PURE__*/React.forwardRef(function ViewMode_1(_ref21, ref) {
|
|
609
|
+
var children = _ref21.children,
|
|
610
|
+
_ref21$size = _ref21.size,
|
|
611
|
+
size = _ref21$size === void 0 ? 16 : _ref21$size,
|
|
612
|
+
rest = _objectWithoutProperties(_ref21, _excluded21);
|
|
592
613
|
|
|
593
614
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
594
615
|
width: size,
|
|
@@ -597,7 +618,7 @@ var ViewMode_1 = /*#__PURE__*/React.forwardRef(function ViewMode_1(_ref20, ref)
|
|
|
597
618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
598
619
|
viewBox: "0 0 32 32",
|
|
599
620
|
fill: "currentColor"
|
|
600
|
-
}, rest),
|
|
621
|
+
}, rest), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
601
622
|
d: "M4 26H28V28H4zM4 19H28V21H4zM26 6v6H6V6H26m0-2H6A2 2 0 004 6v6a2 2 0 002 2H26a2 2 0 002-2V6a2 2 0 00-2-2z"
|
|
602
623
|
})), children);
|
|
603
624
|
});
|
|
@@ -605,11 +626,11 @@ var ViewMode_1 = /*#__PURE__*/React.forwardRef(function ViewMode_1(_ref20, ref)
|
|
|
605
626
|
if (process.env.NODE_ENV !== "production") {
|
|
606
627
|
ViewMode_1.propTypes = iconPropTypes;
|
|
607
628
|
}
|
|
608
|
-
var ViewMode_2 = /*#__PURE__*/React.forwardRef(function ViewMode_2(
|
|
609
|
-
var children =
|
|
610
|
-
|
|
611
|
-
size =
|
|
612
|
-
rest = _objectWithoutProperties(
|
|
629
|
+
var ViewMode_2 = /*#__PURE__*/React.forwardRef(function ViewMode_2(_ref22, ref) {
|
|
630
|
+
var children = _ref22.children,
|
|
631
|
+
_ref22$size = _ref22.size,
|
|
632
|
+
size = _ref22$size === void 0 ? 16 : _ref22$size,
|
|
633
|
+
rest = _objectWithoutProperties(_ref22, _excluded22);
|
|
613
634
|
|
|
614
635
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
615
636
|
width: size,
|
|
@@ -618,7 +639,7 @@ var ViewMode_2 = /*#__PURE__*/React.forwardRef(function ViewMode_2(_ref21, ref)
|
|
|
618
639
|
xmlns: "http://www.w3.org/2000/svg",
|
|
619
640
|
viewBox: "0 0 32 32",
|
|
620
641
|
fill: "currentColor"
|
|
621
|
-
}, rest),
|
|
642
|
+
}, rest), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
622
643
|
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"
|
|
623
644
|
})), children);
|
|
624
645
|
});
|
|
@@ -626,11 +647,11 @@ var ViewMode_2 = /*#__PURE__*/React.forwardRef(function ViewMode_2(_ref21, ref)
|
|
|
626
647
|
if (process.env.NODE_ENV !== "production") {
|
|
627
648
|
ViewMode_2.propTypes = iconPropTypes;
|
|
628
649
|
}
|
|
629
|
-
var ViewOff = /*#__PURE__*/React.forwardRef(function ViewOff(
|
|
630
|
-
var children =
|
|
631
|
-
|
|
632
|
-
size =
|
|
633
|
-
rest = _objectWithoutProperties(
|
|
650
|
+
var ViewOff = /*#__PURE__*/React.forwardRef(function ViewOff(_ref23, ref) {
|
|
651
|
+
var children = _ref23.children,
|
|
652
|
+
_ref23$size = _ref23.size,
|
|
653
|
+
size = _ref23$size === void 0 ? 16 : _ref23$size,
|
|
654
|
+
rest = _objectWithoutProperties(_ref23, _excluded23);
|
|
634
655
|
|
|
635
656
|
if (size === 16 || size === "16" || size === "16px") {
|
|
636
657
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
@@ -640,9 +661,9 @@ var ViewOff = /*#__PURE__*/React.forwardRef(function ViewOff(_ref22, ref) {
|
|
|
640
661
|
xmlns: "http://www.w3.org/2000/svg",
|
|
641
662
|
viewBox: "0 0 16 16",
|
|
642
663
|
fill: "currentColor"
|
|
643
|
-
}, rest),
|
|
664
|
+
}, rest), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
644
665
|
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"
|
|
645
|
-
})),
|
|
666
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
646
667
|
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"
|
|
647
668
|
})), children);
|
|
648
669
|
}
|
|
@@ -654,9 +675,9 @@ var ViewOff = /*#__PURE__*/React.forwardRef(function ViewOff(_ref22, ref) {
|
|
|
654
675
|
xmlns: "http://www.w3.org/2000/svg",
|
|
655
676
|
viewBox: "0 0 32 32",
|
|
656
677
|
fill: "currentColor"
|
|
657
|
-
}, rest),
|
|
678
|
+
}, rest), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
658
679
|
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"
|
|
659
|
-
})),
|
|
680
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
660
681
|
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"
|
|
661
682
|
})), children);
|
|
662
683
|
});
|
|
@@ -664,28 +685,7 @@ var ViewOff = /*#__PURE__*/React.forwardRef(function ViewOff(_ref22, ref) {
|
|
|
664
685
|
if (process.env.NODE_ENV !== "production") {
|
|
665
686
|
ViewOff.propTypes = iconPropTypes;
|
|
666
687
|
}
|
|
667
|
-
var ViewOffFilled = /*#__PURE__*/React.forwardRef(function ViewOffFilled(
|
|
668
|
-
var children = _ref23.children,
|
|
669
|
-
_ref23$size = _ref23.size,
|
|
670
|
-
size = _ref23$size === void 0 ? 16 : _ref23$size,
|
|
671
|
-
rest = _objectWithoutProperties(_ref23, _excluded23);
|
|
672
|
-
|
|
673
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
674
|
-
width: size,
|
|
675
|
-
height: size,
|
|
676
|
-
ref: ref,
|
|
677
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
678
|
-
viewBox: "0 0 32 32",
|
|
679
|
-
fill: "currentColor"
|
|
680
|
-
}, rest), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
681
|
-
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"
|
|
682
|
-
})), children);
|
|
683
|
-
});
|
|
684
|
-
|
|
685
|
-
if (process.env.NODE_ENV !== "production") {
|
|
686
|
-
ViewOffFilled.propTypes = iconPropTypes;
|
|
687
|
-
}
|
|
688
|
-
var ViewNext = /*#__PURE__*/React.forwardRef(function ViewNext(_ref24, ref) {
|
|
688
|
+
var ViewOffFilled = /*#__PURE__*/React.forwardRef(function ViewOffFilled(_ref24, ref) {
|
|
689
689
|
var children = _ref24.children,
|
|
690
690
|
_ref24$size = _ref24.size,
|
|
691
691
|
size = _ref24$size === void 0 ? 16 : _ref24$size,
|
|
@@ -699,16 +699,14 @@ var ViewNext = /*#__PURE__*/React.forwardRef(function ViewNext(_ref24, ref) {
|
|
|
699
699
|
viewBox: "0 0 32 32",
|
|
700
700
|
fill: "currentColor"
|
|
701
701
|
}, rest), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
702
|
-
d: "
|
|
703
|
-
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
704
|
-
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"
|
|
702
|
+
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"
|
|
705
703
|
})), children);
|
|
706
704
|
});
|
|
707
705
|
|
|
708
706
|
if (process.env.NODE_ENV !== "production") {
|
|
709
|
-
|
|
707
|
+
ViewOffFilled.propTypes = iconPropTypes;
|
|
710
708
|
}
|
|
711
|
-
var
|
|
709
|
+
var ViewNext = /*#__PURE__*/React.forwardRef(function ViewNext(_ref25, ref) {
|
|
712
710
|
var children = _ref25.children,
|
|
713
711
|
_ref25$size = _ref25.size,
|
|
714
712
|
size = _ref25$size === void 0 ? 16 : _ref25$size,
|
|
@@ -721,19 +719,17 @@ var VirtualColumn = /*#__PURE__*/React.forwardRef(function VirtualColumn(_ref25,
|
|
|
721
719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
722
720
|
viewBox: "0 0 32 32",
|
|
723
721
|
fill: "currentColor"
|
|
724
|
-
}, rest),
|
|
725
|
-
d: "
|
|
726
|
-
})),
|
|
727
|
-
d: "
|
|
728
|
-
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
729
|
-
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"
|
|
722
|
+
}, rest), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
723
|
+
d: "M20.587 22L15 16.41 15 7 16.998 7 16.998 15.582 22 20.587 20.587 22z"
|
|
724
|
+
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
725
|
+
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"
|
|
730
726
|
})), children);
|
|
731
727
|
});
|
|
732
728
|
|
|
733
729
|
if (process.env.NODE_ENV !== "production") {
|
|
734
|
-
|
|
730
|
+
ViewNext.propTypes = iconPropTypes;
|
|
735
731
|
}
|
|
736
|
-
var
|
|
732
|
+
var VirtualColumn = /*#__PURE__*/React.forwardRef(function VirtualColumn(_ref26, ref) {
|
|
737
733
|
var children = _ref26.children,
|
|
738
734
|
_ref26$size = _ref26.size,
|
|
739
735
|
size = _ref26$size === void 0 ? 16 : _ref26$size,
|
|
@@ -746,21 +742,19 @@ var VirtualColumnKey = /*#__PURE__*/React.forwardRef(function VirtualColumnKey(_
|
|
|
746
742
|
xmlns: "http://www.w3.org/2000/svg",
|
|
747
743
|
viewBox: "0 0 32 32",
|
|
748
744
|
fill: "currentColor"
|
|
749
|
-
}, rest),
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
745
|
+
}, rest), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
746
|
+
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"
|
|
747
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
748
|
+
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"
|
|
753
749
|
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
754
|
-
d: "
|
|
755
|
-
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
756
|
-
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"
|
|
750
|
+
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"
|
|
757
751
|
})), children);
|
|
758
752
|
});
|
|
759
753
|
|
|
760
754
|
if (process.env.NODE_ENV !== "production") {
|
|
761
|
-
|
|
755
|
+
VirtualColumn.propTypes = iconPropTypes;
|
|
762
756
|
}
|
|
763
|
-
var
|
|
757
|
+
var VirtualColumnKey = /*#__PURE__*/React.forwardRef(function VirtualColumnKey(_ref27, ref) {
|
|
764
758
|
var children = _ref27.children,
|
|
765
759
|
_ref27$size = _ref27.size,
|
|
766
760
|
size = _ref27$size === void 0 ? 16 : _ref27$size,
|
|
@@ -773,17 +767,21 @@ var VirtualDesktop = /*#__PURE__*/React.forwardRef(function VirtualDesktop(_ref2
|
|
|
773
767
|
xmlns: "http://www.w3.org/2000/svg",
|
|
774
768
|
viewBox: "0 0 32 32",
|
|
775
769
|
fill: "currentColor"
|
|
776
|
-
}, rest),
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
770
|
+
}, rest), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
771
|
+
cx: "24.5",
|
|
772
|
+
cy: "9.5",
|
|
773
|
+
r: "1.5"
|
|
774
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
775
|
+
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"
|
|
776
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
777
|
+
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"
|
|
780
778
|
})), children);
|
|
781
779
|
});
|
|
782
780
|
|
|
783
781
|
if (process.env.NODE_ENV !== "production") {
|
|
784
|
-
|
|
782
|
+
VirtualColumnKey.propTypes = iconPropTypes;
|
|
785
783
|
}
|
|
786
|
-
var
|
|
784
|
+
var VirtualDesktop = /*#__PURE__*/React.forwardRef(function VirtualDesktop(_ref28, ref) {
|
|
787
785
|
var children = _ref28.children,
|
|
788
786
|
_ref28$size = _ref28.size,
|
|
789
787
|
size = _ref28$size === void 0 ? 16 : _ref28$size,
|
|
@@ -796,17 +794,17 @@ var VirtualMachine = /*#__PURE__*/React.forwardRef(function VirtualMachine(_ref2
|
|
|
796
794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
797
795
|
viewBox: "0 0 32 32",
|
|
798
796
|
fill: "currentColor"
|
|
799
|
-
}, rest),
|
|
800
|
-
d: "
|
|
801
|
-
})),
|
|
802
|
-
d: "M25.
|
|
797
|
+
}, rest), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
798
|
+
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"
|
|
799
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
800
|
+
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"
|
|
803
801
|
})), children);
|
|
804
802
|
});
|
|
805
803
|
|
|
806
804
|
if (process.env.NODE_ENV !== "production") {
|
|
807
|
-
|
|
805
|
+
VirtualDesktop.propTypes = iconPropTypes;
|
|
808
806
|
}
|
|
809
|
-
var
|
|
807
|
+
var VirtualMachine = /*#__PURE__*/React.forwardRef(function VirtualMachine(_ref29, ref) {
|
|
810
808
|
var children = _ref29.children,
|
|
811
809
|
_ref29$size = _ref29.size,
|
|
812
810
|
size = _ref29$size === void 0 ? 16 : _ref29$size,
|
|
@@ -819,17 +817,17 @@ var VirtualPrivateCloud = /*#__PURE__*/React.forwardRef(function VirtualPrivateC
|
|
|
819
817
|
xmlns: "http://www.w3.org/2000/svg",
|
|
820
818
|
viewBox: "0 0 32 32",
|
|
821
819
|
fill: "currentColor"
|
|
822
|
-
}, rest),
|
|
823
|
-
d: "M20,
|
|
824
|
-
})),
|
|
825
|
-
d: "M25.
|
|
820
|
+
}, rest), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
821
|
+
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"
|
|
822
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
823
|
+
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"
|
|
826
824
|
})), children);
|
|
827
825
|
});
|
|
828
826
|
|
|
829
827
|
if (process.env.NODE_ENV !== "production") {
|
|
830
|
-
|
|
828
|
+
VirtualMachine.propTypes = iconPropTypes;
|
|
831
829
|
}
|
|
832
|
-
var
|
|
830
|
+
var VirtualPrivateCloud = /*#__PURE__*/React.forwardRef(function VirtualPrivateCloud(_ref30, ref) {
|
|
833
831
|
var children = _ref30.children,
|
|
834
832
|
_ref30$size = _ref30.size,
|
|
835
833
|
size = _ref30$size === void 0 ? 16 : _ref30$size,
|
|
@@ -842,17 +840,17 @@ var VirtualPrivateCloudAlt = /*#__PURE__*/React.forwardRef(function VirtualPriva
|
|
|
842
840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
843
841
|
viewBox: "0 0 32 32",
|
|
844
842
|
fill: "currentColor"
|
|
845
|
-
}, rest),
|
|
846
|
-
d: "
|
|
847
|
-
})),
|
|
848
|
-
d: "
|
|
843
|
+
}, rest), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
844
|
+
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"
|
|
845
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
846
|
+
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"
|
|
849
847
|
})), children);
|
|
850
848
|
});
|
|
851
849
|
|
|
852
850
|
if (process.env.NODE_ENV !== "production") {
|
|
853
|
-
|
|
851
|
+
VirtualPrivateCloud.propTypes = iconPropTypes;
|
|
854
852
|
}
|
|
855
|
-
var
|
|
853
|
+
var VirtualPrivateCloudAlt = /*#__PURE__*/React.forwardRef(function VirtualPrivateCloudAlt(_ref31, ref) {
|
|
856
854
|
var children = _ref31.children,
|
|
857
855
|
_ref31$size = _ref31.size,
|
|
858
856
|
size = _ref31$size === void 0 ? 16 : _ref31$size,
|
|
@@ -865,19 +863,17 @@ var VisualRecognition = /*#__PURE__*/React.forwardRef(function VisualRecognition
|
|
|
865
863
|
xmlns: "http://www.w3.org/2000/svg",
|
|
866
864
|
viewBox: "0 0 32 32",
|
|
867
865
|
fill: "currentColor"
|
|
868
|
-
}, rest),
|
|
869
|
-
|
|
870
|
-
cy: "12",
|
|
871
|
-
r: "2"
|
|
866
|
+
}, rest), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
867
|
+
d: "M23.4141,22,10,8.5859V2H2v8H8.5859L22,23.4141V30h8V22ZM8,8H4V4H8ZM28,28H24V24h4Z"
|
|
872
868
|
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
873
|
-
d: "
|
|
869
|
+
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"
|
|
874
870
|
})), children);
|
|
875
871
|
});
|
|
876
872
|
|
|
877
873
|
if (process.env.NODE_ENV !== "production") {
|
|
878
|
-
|
|
874
|
+
VirtualPrivateCloudAlt.propTypes = iconPropTypes;
|
|
879
875
|
}
|
|
880
|
-
var
|
|
876
|
+
var VisualRecognition = /*#__PURE__*/React.forwardRef(function VisualRecognition(_ref32, ref) {
|
|
881
877
|
var children = _ref32.children,
|
|
882
878
|
_ref32$size = _ref32.size,
|
|
883
879
|
size = _ref32$size === void 0 ? 16 : _ref32$size,
|
|
@@ -890,15 +886,19 @@ var Vlan = /*#__PURE__*/React.forwardRef(function Vlan(_ref32, ref) {
|
|
|
890
886
|
xmlns: "http://www.w3.org/2000/svg",
|
|
891
887
|
viewBox: "0 0 32 32",
|
|
892
888
|
fill: "currentColor"
|
|
893
|
-
}, rest),
|
|
894
|
-
|
|
889
|
+
}, rest), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
890
|
+
cx: "23",
|
|
891
|
+
cy: "12",
|
|
892
|
+
r: "2"
|
|
893
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
894
|
+
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"
|
|
895
895
|
})), children);
|
|
896
896
|
});
|
|
897
897
|
|
|
898
898
|
if (process.env.NODE_ENV !== "production") {
|
|
899
|
-
|
|
899
|
+
VisualRecognition.propTypes = iconPropTypes;
|
|
900
900
|
}
|
|
901
|
-
var
|
|
901
|
+
var Vlan = /*#__PURE__*/React.forwardRef(function Vlan(_ref33, ref) {
|
|
902
902
|
var children = _ref33.children,
|
|
903
903
|
_ref33$size = _ref33.size,
|
|
904
904
|
size = _ref33$size === void 0 ? 16 : _ref33$size,
|
|
@@ -912,18 +912,14 @@ var VlanIbm = /*#__PURE__*/React.forwardRef(function VlanIbm(_ref33, ref) {
|
|
|
912
912
|
viewBox: "0 0 32 32",
|
|
913
913
|
fill: "currentColor"
|
|
914
914
|
}, rest), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
915
|
-
d: "
|
|
916
|
-
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
917
|
-
cx: "16",
|
|
918
|
-
cy: "5",
|
|
919
|
-
r: "2"
|
|
915
|
+
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"
|
|
920
916
|
})), children);
|
|
921
917
|
});
|
|
922
918
|
|
|
923
919
|
if (process.env.NODE_ENV !== "production") {
|
|
924
|
-
|
|
920
|
+
Vlan.propTypes = iconPropTypes;
|
|
925
921
|
}
|
|
926
|
-
var
|
|
922
|
+
var VlanIbm = /*#__PURE__*/React.forwardRef(function VlanIbm(_ref34, ref) {
|
|
927
923
|
var children = _ref34.children,
|
|
928
924
|
_ref34$size = _ref34.size,
|
|
929
925
|
size = _ref34$size === void 0 ? 16 : _ref34$size,
|
|
@@ -936,28 +932,19 @@ var VmdkDisk = /*#__PURE__*/React.forwardRef(function VmdkDisk(_ref34, ref) {
|
|
|
936
932
|
xmlns: "http://www.w3.org/2000/svg",
|
|
937
933
|
viewBox: "0 0 32 32",
|
|
938
934
|
fill: "currentColor"
|
|
939
|
-
}, rest),
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
r: "1.5"
|
|
943
|
-
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
944
|
-
d: "M19.5 14.964H21.5V20.035H19.5z",
|
|
945
|
-
transform: "rotate(-45 20.5 17.5)"
|
|
946
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
935
|
+
}, rest), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
936
|
+
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"
|
|
937
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
947
938
|
cx: "16",
|
|
948
|
-
cy: "
|
|
939
|
+
cy: "5",
|
|
949
940
|
r: "2"
|
|
950
|
-
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
951
|
-
d: "M16,6a7,7,0,0,0,0,14V18a5,5,0,1,1,5-5h2A7,7,0,0,0,16,6Z"
|
|
952
|
-
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
953
|
-
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"
|
|
954
941
|
})), children);
|
|
955
942
|
});
|
|
956
943
|
|
|
957
944
|
if (process.env.NODE_ENV !== "production") {
|
|
958
|
-
|
|
945
|
+
VlanIbm.propTypes = iconPropTypes;
|
|
959
946
|
}
|
|
960
|
-
var
|
|
947
|
+
var VmdkDisk = /*#__PURE__*/React.forwardRef(function VmdkDisk(_ref35, ref) {
|
|
961
948
|
var children = _ref35.children,
|
|
962
949
|
_ref35$size = _ref35.size,
|
|
963
950
|
size = _ref35$size === void 0 ? 16 : _ref35$size,
|
|
@@ -970,19 +957,28 @@ var VoiceActivate = /*#__PURE__*/React.forwardRef(function VoiceActivate(_ref35,
|
|
|
970
957
|
xmlns: "http://www.w3.org/2000/svg",
|
|
971
958
|
viewBox: "0 0 32 32",
|
|
972
959
|
fill: "currentColor"
|
|
973
|
-
}, rest),
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
})),
|
|
978
|
-
d: "
|
|
960
|
+
}, rest), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
961
|
+
cx: "10.5",
|
|
962
|
+
cy: "24.5",
|
|
963
|
+
r: "1.5"
|
|
964
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
965
|
+
d: "M19.5 14.964H21.5V20.035H19.5z",
|
|
966
|
+
transform: "rotate(-45 20.5 17.5)"
|
|
967
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
968
|
+
cx: "16",
|
|
969
|
+
cy: "13",
|
|
970
|
+
r: "2"
|
|
971
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
972
|
+
d: "M16,6a7,7,0,0,0,0,14V18a5,5,0,1,1,5-5h2A7,7,0,0,0,16,6Z"
|
|
973
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
974
|
+
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"
|
|
979
975
|
})), children);
|
|
980
976
|
});
|
|
981
977
|
|
|
982
978
|
if (process.env.NODE_ENV !== "production") {
|
|
983
|
-
|
|
979
|
+
VmdkDisk.propTypes = iconPropTypes;
|
|
984
980
|
}
|
|
985
|
-
var
|
|
981
|
+
var VoiceActivate = /*#__PURE__*/React.forwardRef(function VoiceActivate(_ref36, ref) {
|
|
986
982
|
var children = _ref36.children,
|
|
987
983
|
_ref36$size = _ref36.size,
|
|
988
984
|
size = _ref36$size === void 0 ? 16 : _ref36$size,
|
|
@@ -995,15 +991,19 @@ var Voicemail = /*#__PURE__*/React.forwardRef(function Voicemail(_ref36, ref) {
|
|
|
995
991
|
xmlns: "http://www.w3.org/2000/svg",
|
|
996
992
|
viewBox: "0 0 32 32",
|
|
997
993
|
fill: "currentColor"
|
|
998
|
-
}, rest),
|
|
999
|
-
d: "
|
|
994
|
+
}, rest), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
995
|
+
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"
|
|
996
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
997
|
+
d: "M19 12H23V14H19zM9.3325 25.2168a7.0007 7.0007 0 010-10.4341l1.334 1.49a5 5 0 000 7.4537z"
|
|
998
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
999
|
+
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"
|
|
1000
1000
|
})), children);
|
|
1001
1001
|
});
|
|
1002
1002
|
|
|
1003
1003
|
if (process.env.NODE_ENV !== "production") {
|
|
1004
|
-
|
|
1004
|
+
VoiceActivate.propTypes = iconPropTypes;
|
|
1005
1005
|
}
|
|
1006
|
-
var
|
|
1006
|
+
var Voicemail = /*#__PURE__*/React.forwardRef(function Voicemail(_ref37, ref) {
|
|
1007
1007
|
var children = _ref37.children,
|
|
1008
1008
|
_ref37$size = _ref37.size,
|
|
1009
1009
|
size = _ref37$size === void 0 ? 16 : _ref37$size,
|
|
@@ -1017,16 +1017,14 @@ var VolumeBlockStorage = /*#__PURE__*/React.forwardRef(function VolumeBlockStora
|
|
|
1017
1017
|
viewBox: "0 0 32 32",
|
|
1018
1018
|
fill: "currentColor"
|
|
1019
1019
|
}, rest), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1020
|
-
d: "
|
|
1021
|
-
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1022
|
-
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"
|
|
1020
|
+
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"
|
|
1023
1021
|
})), children);
|
|
1024
1022
|
});
|
|
1025
1023
|
|
|
1026
1024
|
if (process.env.NODE_ENV !== "production") {
|
|
1027
|
-
|
|
1025
|
+
Voicemail.propTypes = iconPropTypes;
|
|
1028
1026
|
}
|
|
1029
|
-
var
|
|
1027
|
+
var VolumeBlockStorage = /*#__PURE__*/React.forwardRef(function VolumeBlockStorage(_ref38, ref) {
|
|
1030
1028
|
var children = _ref38.children,
|
|
1031
1029
|
_ref38$size = _ref38.size,
|
|
1032
1030
|
size = _ref38$size === void 0 ? 16 : _ref38$size,
|
|
@@ -1039,15 +1037,17 @@ var VolumeDown = /*#__PURE__*/React.forwardRef(function VolumeDown(_ref38, ref)
|
|
|
1039
1037
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1040
1038
|
viewBox: "0 0 32 32",
|
|
1041
1039
|
fill: "currentColor"
|
|
1042
|
-
}, rest),
|
|
1043
|
-
d: "
|
|
1040
|
+
}, rest), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1041
|
+
d: "M17 21H10V14h7zm-5-2h3V16H12zM17 30H10V23h7zm-5-2h3V25H12zM26 21H19V14h7zm-5-2h3V16H21zM26 30H19V23h7zm-5-2h3V25H21z"
|
|
1042
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1043
|
+
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"
|
|
1044
1044
|
})), children);
|
|
1045
1045
|
});
|
|
1046
1046
|
|
|
1047
1047
|
if (process.env.NODE_ENV !== "production") {
|
|
1048
|
-
|
|
1048
|
+
VolumeBlockStorage.propTypes = iconPropTypes;
|
|
1049
1049
|
}
|
|
1050
|
-
var
|
|
1050
|
+
var VolumeDown = /*#__PURE__*/React.forwardRef(function VolumeDown(_ref39, ref) {
|
|
1051
1051
|
var children = _ref39.children,
|
|
1052
1052
|
_ref39$size = _ref39.size,
|
|
1053
1053
|
size = _ref39$size === void 0 ? 16 : _ref39$size,
|
|
@@ -1061,14 +1061,14 @@ var VolumeDownAlt = /*#__PURE__*/React.forwardRef(function VolumeDownAlt(_ref39,
|
|
|
1061
1061
|
viewBox: "0 0 32 32",
|
|
1062
1062
|
fill: "currentColor"
|
|
1063
1063
|
}, rest), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1064
|
-
d: "
|
|
1064
|
+
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"
|
|
1065
1065
|
})), children);
|
|
1066
1066
|
});
|
|
1067
1067
|
|
|
1068
1068
|
if (process.env.NODE_ENV !== "production") {
|
|
1069
|
-
|
|
1069
|
+
VolumeDown.propTypes = iconPropTypes;
|
|
1070
1070
|
}
|
|
1071
|
-
var
|
|
1071
|
+
var VolumeDownAlt = /*#__PURE__*/React.forwardRef(function VolumeDownAlt(_ref40, ref) {
|
|
1072
1072
|
var children = _ref40.children,
|
|
1073
1073
|
_ref40$size = _ref40.size,
|
|
1074
1074
|
size = _ref40$size === void 0 ? 16 : _ref40$size,
|
|
@@ -1082,14 +1082,14 @@ var VolumeDownFilled = /*#__PURE__*/React.forwardRef(function VolumeDownFilled(_
|
|
|
1082
1082
|
viewBox: "0 0 32 32",
|
|
1083
1083
|
fill: "currentColor"
|
|
1084
1084
|
}, rest), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1085
|
-
d: "
|
|
1085
|
+
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"
|
|
1086
1086
|
})), children);
|
|
1087
1087
|
});
|
|
1088
1088
|
|
|
1089
1089
|
if (process.env.NODE_ENV !== "production") {
|
|
1090
|
-
|
|
1090
|
+
VolumeDownAlt.propTypes = iconPropTypes;
|
|
1091
1091
|
}
|
|
1092
|
-
var
|
|
1092
|
+
var VolumeDownFilled = /*#__PURE__*/React.forwardRef(function VolumeDownFilled(_ref41, ref) {
|
|
1093
1093
|
var children = _ref41.children,
|
|
1094
1094
|
_ref41$size = _ref41.size,
|
|
1095
1095
|
size = _ref41$size === void 0 ? 16 : _ref41$size,
|
|
@@ -1103,14 +1103,14 @@ var VolumeDownFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeDownFille
|
|
|
1103
1103
|
viewBox: "0 0 32 32",
|
|
1104
1104
|
fill: "currentColor"
|
|
1105
1105
|
}, rest), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1106
|
-
d: "
|
|
1106
|
+
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"
|
|
1107
1107
|
})), children);
|
|
1108
1108
|
});
|
|
1109
1109
|
|
|
1110
1110
|
if (process.env.NODE_ENV !== "production") {
|
|
1111
|
-
|
|
1111
|
+
VolumeDownFilled.propTypes = iconPropTypes;
|
|
1112
1112
|
}
|
|
1113
|
-
var
|
|
1113
|
+
var VolumeDownFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeDownFilledAlt(_ref42, ref) {
|
|
1114
1114
|
var children = _ref42.children,
|
|
1115
1115
|
_ref42$size = _ref42.size,
|
|
1116
1116
|
size = _ref42$size === void 0 ? 16 : _ref42$size,
|
|
@@ -1124,16 +1124,14 @@ var VolumeFileStorage = /*#__PURE__*/React.forwardRef(function VolumeFileStorage
|
|
|
1124
1124
|
viewBox: "0 0 32 32",
|
|
1125
1125
|
fill: "currentColor"
|
|
1126
1126
|
}, rest), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1127
|
-
d: "
|
|
1128
|
-
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1129
|
-
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"
|
|
1127
|
+
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"
|
|
1130
1128
|
})), children);
|
|
1131
1129
|
});
|
|
1132
1130
|
|
|
1133
1131
|
if (process.env.NODE_ENV !== "production") {
|
|
1134
|
-
|
|
1132
|
+
VolumeDownFilledAlt.propTypes = iconPropTypes;
|
|
1135
1133
|
}
|
|
1136
|
-
var
|
|
1134
|
+
var VolumeFileStorage = /*#__PURE__*/React.forwardRef(function VolumeFileStorage(_ref43, ref) {
|
|
1137
1135
|
var children = _ref43.children,
|
|
1138
1136
|
_ref43$size = _ref43.size,
|
|
1139
1137
|
size = _ref43$size === void 0 ? 16 : _ref43$size,
|
|
@@ -1146,15 +1144,17 @@ var VolumeMute = /*#__PURE__*/React.forwardRef(function VolumeMute(_ref43, ref)
|
|
|
1146
1144
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1147
1145
|
viewBox: "0 0 32 32",
|
|
1148
1146
|
fill: "currentColor"
|
|
1149
|
-
}, rest),
|
|
1150
|
-
d: "
|
|
1147
|
+
}, rest), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1148
|
+
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"
|
|
1149
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1150
|
+
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"
|
|
1151
1151
|
})), children);
|
|
1152
1152
|
});
|
|
1153
1153
|
|
|
1154
1154
|
if (process.env.NODE_ENV !== "production") {
|
|
1155
|
-
|
|
1155
|
+
VolumeFileStorage.propTypes = iconPropTypes;
|
|
1156
1156
|
}
|
|
1157
|
-
var
|
|
1157
|
+
var VolumeMute = /*#__PURE__*/React.forwardRef(function VolumeMute(_ref44, ref) {
|
|
1158
1158
|
var children = _ref44.children,
|
|
1159
1159
|
_ref44$size = _ref44.size,
|
|
1160
1160
|
size = _ref44$size === void 0 ? 16 : _ref44$size,
|
|
@@ -1168,14 +1168,14 @@ var VolumeMuteFilled = /*#__PURE__*/React.forwardRef(function VolumeMuteFilled(_
|
|
|
1168
1168
|
viewBox: "0 0 32 32",
|
|
1169
1169
|
fill: "currentColor"
|
|
1170
1170
|
}, rest), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1171
|
-
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
|
|
1171
|
+
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"
|
|
1172
1172
|
})), children);
|
|
1173
1173
|
});
|
|
1174
1174
|
|
|
1175
1175
|
if (process.env.NODE_ENV !== "production") {
|
|
1176
|
-
|
|
1176
|
+
VolumeMute.propTypes = iconPropTypes;
|
|
1177
1177
|
}
|
|
1178
|
-
var
|
|
1178
|
+
var VolumeMuteFilled = /*#__PURE__*/React.forwardRef(function VolumeMuteFilled(_ref45, ref) {
|
|
1179
1179
|
var children = _ref45.children,
|
|
1180
1180
|
_ref45$size = _ref45.size,
|
|
1181
1181
|
size = _ref45$size === void 0 ? 16 : _ref45$size,
|
|
@@ -1189,16 +1189,14 @@ var VolumeObjectStorage = /*#__PURE__*/React.forwardRef(function VolumeObjectSto
|
|
|
1189
1189
|
viewBox: "0 0 32 32",
|
|
1190
1190
|
fill: "currentColor"
|
|
1191
1191
|
}, rest), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1192
|
-
d: "
|
|
1193
|
-
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1194
|
-
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"
|
|
1192
|
+
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"
|
|
1195
1193
|
})), children);
|
|
1196
1194
|
});
|
|
1197
1195
|
|
|
1198
1196
|
if (process.env.NODE_ENV !== "production") {
|
|
1199
|
-
|
|
1197
|
+
VolumeMuteFilled.propTypes = iconPropTypes;
|
|
1200
1198
|
}
|
|
1201
|
-
var
|
|
1199
|
+
var VolumeObjectStorage = /*#__PURE__*/React.forwardRef(function VolumeObjectStorage(_ref46, ref) {
|
|
1202
1200
|
var children = _ref46.children,
|
|
1203
1201
|
_ref46$size = _ref46.size,
|
|
1204
1202
|
size = _ref46$size === void 0 ? 16 : _ref46$size,
|
|
@@ -1211,17 +1209,17 @@ var VolumeUp = /*#__PURE__*/React.forwardRef(function VolumeUp(_ref46, ref) {
|
|
|
1211
1209
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1212
1210
|
viewBox: "0 0 32 32",
|
|
1213
1211
|
fill: "currentColor"
|
|
1214
|
-
}, rest),
|
|
1215
|
-
d: "
|
|
1216
|
-
})),
|
|
1217
|
-
d: "
|
|
1212
|
+
}, rest), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1213
|
+
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"
|
|
1214
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1215
|
+
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"
|
|
1218
1216
|
})), children);
|
|
1219
1217
|
});
|
|
1220
1218
|
|
|
1221
1219
|
if (process.env.NODE_ENV !== "production") {
|
|
1222
|
-
|
|
1220
|
+
VolumeObjectStorage.propTypes = iconPropTypes;
|
|
1223
1221
|
}
|
|
1224
|
-
var
|
|
1222
|
+
var VolumeUp = /*#__PURE__*/React.forwardRef(function VolumeUp(_ref47, ref) {
|
|
1225
1223
|
var children = _ref47.children,
|
|
1226
1224
|
_ref47$size = _ref47.size,
|
|
1227
1225
|
size = _ref47$size === void 0 ? 16 : _ref47$size,
|
|
@@ -1234,15 +1232,17 @@ var VolumeUpAlt = /*#__PURE__*/React.forwardRef(function VolumeUpAlt(_ref47, ref
|
|
|
1234
1232
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1235
1233
|
viewBox: "0 0 32 32",
|
|
1236
1234
|
fill: "currentColor"
|
|
1237
|
-
}, rest),
|
|
1238
|
-
d: "
|
|
1235
|
+
}, rest), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1236
|
+
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"
|
|
1237
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1238
|
+
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"
|
|
1239
1239
|
})), children);
|
|
1240
1240
|
});
|
|
1241
1241
|
|
|
1242
1242
|
if (process.env.NODE_ENV !== "production") {
|
|
1243
|
-
|
|
1243
|
+
VolumeUp.propTypes = iconPropTypes;
|
|
1244
1244
|
}
|
|
1245
|
-
var
|
|
1245
|
+
var VolumeUpAlt = /*#__PURE__*/React.forwardRef(function VolumeUpAlt(_ref48, ref) {
|
|
1246
1246
|
var children = _ref48.children,
|
|
1247
1247
|
_ref48$size = _ref48.size,
|
|
1248
1248
|
size = _ref48$size === void 0 ? 16 : _ref48$size,
|
|
@@ -1256,16 +1256,14 @@ var VolumeUpFilled = /*#__PURE__*/React.forwardRef(function VolumeUpFilled(_ref4
|
|
|
1256
1256
|
viewBox: "0 0 32 32",
|
|
1257
1257
|
fill: "currentColor"
|
|
1258
1258
|
}, rest), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1259
|
-
d: "
|
|
1260
|
-
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1261
|
-
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"
|
|
1259
|
+
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"
|
|
1262
1260
|
})), children);
|
|
1263
1261
|
});
|
|
1264
1262
|
|
|
1265
1263
|
if (process.env.NODE_ENV !== "production") {
|
|
1266
|
-
|
|
1264
|
+
VolumeUpAlt.propTypes = iconPropTypes;
|
|
1267
1265
|
}
|
|
1268
|
-
var
|
|
1266
|
+
var VolumeUpFilled = /*#__PURE__*/React.forwardRef(function VolumeUpFilled(_ref49, ref) {
|
|
1269
1267
|
var children = _ref49.children,
|
|
1270
1268
|
_ref49$size = _ref49.size,
|
|
1271
1269
|
size = _ref49$size === void 0 ? 16 : _ref49$size,
|
|
@@ -1278,15 +1276,17 @@ var VolumeUpFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeUpFilledAlt
|
|
|
1278
1276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1279
1277
|
viewBox: "0 0 32 32",
|
|
1280
1278
|
fill: "currentColor"
|
|
1281
|
-
}, rest),
|
|
1282
|
-
d: "
|
|
1279
|
+
}, rest), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1280
|
+
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"
|
|
1281
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1282
|
+
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"
|
|
1283
1283
|
})), children);
|
|
1284
1284
|
});
|
|
1285
1285
|
|
|
1286
1286
|
if (process.env.NODE_ENV !== "production") {
|
|
1287
|
-
|
|
1287
|
+
VolumeUpFilled.propTypes = iconPropTypes;
|
|
1288
1288
|
}
|
|
1289
|
-
var
|
|
1289
|
+
var VolumeUpFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeUpFilledAlt(_ref50, ref) {
|
|
1290
1290
|
var children = _ref50.children,
|
|
1291
1291
|
_ref50$size = _ref50.size,
|
|
1292
1292
|
size = _ref50$size === void 0 ? 16 : _ref50$size,
|
|
@@ -1300,14 +1300,14 @@ var Vpn = /*#__PURE__*/React.forwardRef(function Vpn(_ref50, ref) {
|
|
|
1300
1300
|
viewBox: "0 0 32 32",
|
|
1301
1301
|
fill: "currentColor"
|
|
1302
1302
|
}, rest), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1303
|
-
d: "
|
|
1303
|
+
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"
|
|
1304
1304
|
})), children);
|
|
1305
1305
|
});
|
|
1306
1306
|
|
|
1307
1307
|
if (process.env.NODE_ENV !== "production") {
|
|
1308
|
-
|
|
1308
|
+
VolumeUpFilledAlt.propTypes = iconPropTypes;
|
|
1309
1309
|
}
|
|
1310
|
-
var
|
|
1310
|
+
var Vpn = /*#__PURE__*/React.forwardRef(function Vpn(_ref51, ref) {
|
|
1311
1311
|
var children = _ref51.children,
|
|
1312
1312
|
_ref51$size = _ref51.size,
|
|
1313
1313
|
size = _ref51$size === void 0 ? 16 : _ref51$size,
|
|
@@ -1321,14 +1321,14 @@ var VpnConnection = /*#__PURE__*/React.forwardRef(function VpnConnection(_ref51,
|
|
|
1321
1321
|
viewBox: "0 0 32 32",
|
|
1322
1322
|
fill: "currentColor"
|
|
1323
1323
|
}, rest), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1324
|
-
d: "
|
|
1324
|
+
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"
|
|
1325
1325
|
})), children);
|
|
1326
1326
|
});
|
|
1327
1327
|
|
|
1328
1328
|
if (process.env.NODE_ENV !== "production") {
|
|
1329
|
-
|
|
1329
|
+
Vpn.propTypes = iconPropTypes;
|
|
1330
1330
|
}
|
|
1331
|
-
var
|
|
1331
|
+
var VpnConnection = /*#__PURE__*/React.forwardRef(function VpnConnection(_ref52, ref) {
|
|
1332
1332
|
var children = _ref52.children,
|
|
1333
1333
|
_ref52$size = _ref52.size,
|
|
1334
1334
|
size = _ref52$size === void 0 ? 16 : _ref52$size,
|
|
@@ -1342,16 +1342,14 @@ var VpnPolicy = /*#__PURE__*/React.forwardRef(function VpnPolicy(_ref52, ref) {
|
|
|
1342
1342
|
viewBox: "0 0 32 32",
|
|
1343
1343
|
fill: "currentColor"
|
|
1344
1344
|
}, rest), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1345
|
-
d: "
|
|
1346
|
-
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1347
|
-
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"
|
|
1345
|
+
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"
|
|
1348
1346
|
})), children);
|
|
1349
1347
|
});
|
|
1350
1348
|
|
|
1351
1349
|
if (process.env.NODE_ENV !== "production") {
|
|
1352
|
-
|
|
1350
|
+
VpnConnection.propTypes = iconPropTypes;
|
|
1353
1351
|
}
|
|
1354
|
-
var
|
|
1352
|
+
var VpnPolicy = /*#__PURE__*/React.forwardRef(function VpnPolicy(_ref53, ref) {
|
|
1355
1353
|
var children = _ref53.children,
|
|
1356
1354
|
_ref53$size = _ref53.size,
|
|
1357
1355
|
size = _ref53$size === void 0 ? 16 : _ref53$size,
|
|
@@ -1364,22 +1362,45 @@ var Wallet = /*#__PURE__*/React.forwardRef(function Wallet(_ref53, ref) {
|
|
|
1364
1362
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1365
1363
|
viewBox: "0 0 32 32",
|
|
1366
1364
|
fill: "currentColor"
|
|
1367
|
-
}, rest),
|
|
1368
|
-
d: "
|
|
1369
|
-
})),
|
|
1370
|
-
d: "
|
|
1365
|
+
}, rest), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1366
|
+
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"
|
|
1367
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1368
|
+
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"
|
|
1371
1369
|
})), children);
|
|
1372
1370
|
});
|
|
1373
1371
|
|
|
1374
1372
|
if (process.env.NODE_ENV !== "production") {
|
|
1375
|
-
|
|
1373
|
+
VpnPolicy.propTypes = iconPropTypes;
|
|
1376
1374
|
}
|
|
1377
|
-
var
|
|
1375
|
+
var Wallet = /*#__PURE__*/React.forwardRef(function Wallet(_ref54, ref) {
|
|
1378
1376
|
var children = _ref54.children,
|
|
1379
1377
|
_ref54$size = _ref54.size,
|
|
1380
1378
|
size = _ref54$size === void 0 ? 16 : _ref54$size,
|
|
1381
1379
|
rest = _objectWithoutProperties(_ref54, _excluded54);
|
|
1382
1380
|
|
|
1381
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1382
|
+
width: size,
|
|
1383
|
+
height: size,
|
|
1384
|
+
ref: ref,
|
|
1385
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1386
|
+
viewBox: "0 0 32 32",
|
|
1387
|
+
fill: "currentColor"
|
|
1388
|
+
}, rest), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1389
|
+
d: "M22 17H24V19H22z"
|
|
1390
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1391
|
+
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"
|
|
1392
|
+
})), children);
|
|
1393
|
+
});
|
|
1394
|
+
|
|
1395
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1396
|
+
Wallet.propTypes = iconPropTypes;
|
|
1397
|
+
}
|
|
1398
|
+
var Warning = /*#__PURE__*/React.forwardRef(function Warning(_ref55, ref) {
|
|
1399
|
+
var children = _ref55.children,
|
|
1400
|
+
_ref55$size = _ref55.size,
|
|
1401
|
+
size = _ref55$size === void 0 ? 16 : _ref55$size,
|
|
1402
|
+
rest = _objectWithoutProperties(_ref55, _excluded55);
|
|
1403
|
+
|
|
1383
1404
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1384
1405
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1385
1406
|
width: size,
|
|
@@ -1388,9 +1409,9 @@ var Warning = /*#__PURE__*/React.forwardRef(function Warning(_ref54, ref) {
|
|
|
1388
1409
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1389
1410
|
viewBox: "0 0 16 16",
|
|
1390
1411
|
fill: "currentColor"
|
|
1391
|
-
}, rest),
|
|
1412
|
+
}, rest), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1392
1413
|
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"
|
|
1393
|
-
})),
|
|
1414
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1394
1415
|
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"
|
|
1395
1416
|
})), children);
|
|
1396
1417
|
}
|
|
@@ -1402,9 +1423,9 @@ var Warning = /*#__PURE__*/React.forwardRef(function Warning(_ref54, ref) {
|
|
|
1402
1423
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1403
1424
|
viewBox: "0 0 32 32",
|
|
1404
1425
|
fill: "currentColor"
|
|
1405
|
-
}, rest),
|
|
1426
|
+
}, rest), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1406
1427
|
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"
|
|
1407
|
-
})),
|
|
1428
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1408
1429
|
d: "M15 8H17V19H15zM16 22a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 22z"
|
|
1409
1430
|
})), children);
|
|
1410
1431
|
});
|
|
@@ -1412,11 +1433,11 @@ var Warning = /*#__PURE__*/React.forwardRef(function Warning(_ref54, ref) {
|
|
|
1412
1433
|
if (process.env.NODE_ENV !== "production") {
|
|
1413
1434
|
Warning.propTypes = iconPropTypes;
|
|
1414
1435
|
}
|
|
1415
|
-
var WarningAlt = /*#__PURE__*/React.forwardRef(function WarningAlt(
|
|
1416
|
-
var children =
|
|
1417
|
-
|
|
1418
|
-
size =
|
|
1419
|
-
rest = _objectWithoutProperties(
|
|
1436
|
+
var WarningAlt = /*#__PURE__*/React.forwardRef(function WarningAlt(_ref56, ref) {
|
|
1437
|
+
var children = _ref56.children,
|
|
1438
|
+
_ref56$size = _ref56.size,
|
|
1439
|
+
size = _ref56$size === void 0 ? 16 : _ref56$size,
|
|
1440
|
+
rest = _objectWithoutProperties(_ref56, _excluded56);
|
|
1420
1441
|
|
|
1421
1442
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1422
1443
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
@@ -1426,9 +1447,9 @@ var WarningAlt = /*#__PURE__*/React.forwardRef(function WarningAlt(_ref55, ref)
|
|
|
1426
1447
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1427
1448
|
viewBox: "0 0 16 16",
|
|
1428
1449
|
fill: "currentColor"
|
|
1429
|
-
}, rest),
|
|
1450
|
+
}, rest), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1430
1451
|
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"
|
|
1431
|
-
})),
|
|
1452
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1432
1453
|
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"
|
|
1433
1454
|
})), children);
|
|
1434
1455
|
}
|
|
@@ -1440,9 +1461,9 @@ var WarningAlt = /*#__PURE__*/React.forwardRef(function WarningAlt(_ref55, ref)
|
|
|
1440
1461
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1441
1462
|
viewBox: "0 0 32 32",
|
|
1442
1463
|
fill: "currentColor"
|
|
1443
|
-
}, rest),
|
|
1464
|
+
}, rest), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1444
1465
|
d: "M16 23a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 23zM15 12H17V21H15z"
|
|
1445
|
-
})),
|
|
1466
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1446
1467
|
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"
|
|
1447
1468
|
})), children);
|
|
1448
1469
|
});
|
|
@@ -1450,11 +1471,11 @@ var WarningAlt = /*#__PURE__*/React.forwardRef(function WarningAlt(_ref55, ref)
|
|
|
1450
1471
|
if (process.env.NODE_ENV !== "production") {
|
|
1451
1472
|
WarningAlt.propTypes = iconPropTypes;
|
|
1452
1473
|
}
|
|
1453
|
-
var WarningAltFilled = /*#__PURE__*/React.forwardRef(function WarningAltFilled(
|
|
1454
|
-
var children =
|
|
1455
|
-
|
|
1456
|
-
size =
|
|
1457
|
-
rest = _objectWithoutProperties(
|
|
1474
|
+
var WarningAltFilled = /*#__PURE__*/React.forwardRef(function WarningAltFilled(_ref57, ref) {
|
|
1475
|
+
var children = _ref57.children,
|
|
1476
|
+
_ref57$size = _ref57.size,
|
|
1477
|
+
size = _ref57$size === void 0 ? 16 : _ref57$size,
|
|
1478
|
+
rest = _objectWithoutProperties(_ref57, _excluded57);
|
|
1458
1479
|
|
|
1459
1480
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1460
1481
|
width: size,
|
|
@@ -1463,13 +1484,13 @@ var WarningAltFilled = /*#__PURE__*/React.forwardRef(function WarningAltFilled(_
|
|
|
1463
1484
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1464
1485
|
viewBox: "0 0 32 32",
|
|
1465
1486
|
fill: "currentColor"
|
|
1466
|
-
}, rest),
|
|
1487
|
+
}, rest), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1467
1488
|
fill: "none",
|
|
1468
1489
|
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",
|
|
1469
1490
|
"data-icon-path": "inner-path"
|
|
1470
|
-
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1471
|
-
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"
|
|
1472
1491
|
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1492
|
+
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"
|
|
1493
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1473
1494
|
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"
|
|
1474
1495
|
})), children);
|
|
1475
1496
|
});
|
|
@@ -1477,11 +1498,11 @@ var WarningAltFilled = /*#__PURE__*/React.forwardRef(function WarningAltFilled(_
|
|
|
1477
1498
|
if (process.env.NODE_ENV !== "production") {
|
|
1478
1499
|
WarningAltFilled.propTypes = iconPropTypes;
|
|
1479
1500
|
}
|
|
1480
|
-
var WarningAltInverted = /*#__PURE__*/React.forwardRef(function WarningAltInverted(
|
|
1481
|
-
var children =
|
|
1482
|
-
|
|
1483
|
-
size =
|
|
1484
|
-
rest = _objectWithoutProperties(
|
|
1501
|
+
var WarningAltInverted = /*#__PURE__*/React.forwardRef(function WarningAltInverted(_ref58, ref) {
|
|
1502
|
+
var children = _ref58.children,
|
|
1503
|
+
_ref58$size = _ref58.size,
|
|
1504
|
+
size = _ref58$size === void 0 ? 16 : _ref58$size,
|
|
1505
|
+
rest = _objectWithoutProperties(_ref58, _excluded58);
|
|
1485
1506
|
|
|
1486
1507
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1487
1508
|
width: size,
|
|
@@ -1490,9 +1511,9 @@ var WarningAltInverted = /*#__PURE__*/React.forwardRef(function WarningAltInvert
|
|
|
1490
1511
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1491
1512
|
viewBox: "0 0 32 32",
|
|
1492
1513
|
fill: "currentColor"
|
|
1493
|
-
}, rest),
|
|
1514
|
+
}, rest), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1494
1515
|
d: "M16 17a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 17zM15 6H17V15H15z"
|
|
1495
|
-
})),
|
|
1516
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1496
1517
|
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"
|
|
1497
1518
|
})), children);
|
|
1498
1519
|
});
|
|
@@ -1500,11 +1521,11 @@ var WarningAltInverted = /*#__PURE__*/React.forwardRef(function WarningAltInvert
|
|
|
1500
1521
|
if (process.env.NODE_ENV !== "production") {
|
|
1501
1522
|
WarningAltInverted.propTypes = iconPropTypes;
|
|
1502
1523
|
}
|
|
1503
|
-
var WarningAltInvertedFilled = /*#__PURE__*/React.forwardRef(function WarningAltInvertedFilled(
|
|
1504
|
-
var children =
|
|
1505
|
-
|
|
1506
|
-
size =
|
|
1507
|
-
rest = _objectWithoutProperties(
|
|
1524
|
+
var WarningAltInvertedFilled = /*#__PURE__*/React.forwardRef(function WarningAltInvertedFilled(_ref59, ref) {
|
|
1525
|
+
var children = _ref59.children,
|
|
1526
|
+
_ref59$size = _ref59.size,
|
|
1527
|
+
size = _ref59$size === void 0 ? 16 : _ref59$size,
|
|
1528
|
+
rest = _objectWithoutProperties(_ref59, _excluded59);
|
|
1508
1529
|
|
|
1509
1530
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1510
1531
|
width: size,
|
|
@@ -1513,13 +1534,13 @@ var WarningAltInvertedFilled = /*#__PURE__*/React.forwardRef(function WarningAlt
|
|
|
1513
1534
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1514
1535
|
viewBox: "0 0 32 32",
|
|
1515
1536
|
fill: "currentColor"
|
|
1516
|
-
}, rest),
|
|
1537
|
+
}, rest), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1517
1538
|
fill: "none",
|
|
1518
1539
|
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",
|
|
1519
1540
|
"data-icon-path": "inner-path"
|
|
1520
|
-
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1521
|
-
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"
|
|
1522
1541
|
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1542
|
+
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"
|
|
1543
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1523
1544
|
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"
|
|
1524
1545
|
})), children);
|
|
1525
1546
|
});
|
|
@@ -1527,11 +1548,11 @@ var WarningAltInvertedFilled = /*#__PURE__*/React.forwardRef(function WarningAlt
|
|
|
1527
1548
|
if (process.env.NODE_ENV !== "production") {
|
|
1528
1549
|
WarningAltInvertedFilled.propTypes = iconPropTypes;
|
|
1529
1550
|
}
|
|
1530
|
-
var WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(
|
|
1531
|
-
var children =
|
|
1532
|
-
|
|
1533
|
-
size =
|
|
1534
|
-
rest = _objectWithoutProperties(
|
|
1551
|
+
var WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref60, ref) {
|
|
1552
|
+
var children = _ref60.children,
|
|
1553
|
+
_ref60$size = _ref60.size,
|
|
1554
|
+
size = _ref60$size === void 0 ? 16 : _ref60$size,
|
|
1555
|
+
rest = _objectWithoutProperties(_ref60, _excluded60);
|
|
1535
1556
|
|
|
1536
1557
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1537
1558
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
@@ -1541,9 +1562,9 @@ var WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref59,
|
|
|
1541
1562
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1542
1563
|
viewBox: "0 0 16 16",
|
|
1543
1564
|
fill: "currentColor"
|
|
1544
|
-
}, rest),
|
|
1565
|
+
}, rest), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1545
1566
|
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"
|
|
1546
|
-
})),
|
|
1567
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1547
1568
|
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",
|
|
1548
1569
|
"data-icon-path": "inner-path",
|
|
1549
1570
|
opacity: "0"
|
|
@@ -1558,9 +1579,9 @@ var WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref59,
|
|
|
1558
1579
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1559
1580
|
viewBox: "0 0 20 20",
|
|
1560
1581
|
fill: "currentColor"
|
|
1561
|
-
}, rest),
|
|
1582
|
+
}, rest), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1562
1583
|
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"
|
|
1563
|
-
})),
|
|
1584
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1564
1585
|
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",
|
|
1565
1586
|
"data-icon-path": "inner-path",
|
|
1566
1587
|
opacity: "0"
|
|
@@ -1575,9 +1596,9 @@ var WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref59,
|
|
|
1575
1596
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1576
1597
|
viewBox: "0 0 24 24",
|
|
1577
1598
|
fill: "currentColor"
|
|
1578
|
-
}, rest),
|
|
1599
|
+
}, rest), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1579
1600
|
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"
|
|
1580
|
-
})),
|
|
1601
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1581
1602
|
fill: "none",
|
|
1582
1603
|
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",
|
|
1583
1604
|
"data-icon-path": "inner-path",
|
|
@@ -1592,9 +1613,9 @@ var WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref59,
|
|
|
1592
1613
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1593
1614
|
viewBox: "0 0 32 32",
|
|
1594
1615
|
fill: "currentColor"
|
|
1595
|
-
}, rest),
|
|
1616
|
+
}, rest), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1596
1617
|
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"
|
|
1597
|
-
})),
|
|
1618
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1598
1619
|
fill: "none",
|
|
1599
1620
|
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",
|
|
1600
1621
|
"data-icon-path": "inner-path",
|
|
@@ -1605,30 +1626,7 @@ var WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref59,
|
|
|
1605
1626
|
if (process.env.NODE_ENV !== "production") {
|
|
1606
1627
|
WarningFilled.propTypes = iconPropTypes;
|
|
1607
1628
|
}
|
|
1608
|
-
var WarningHex = /*#__PURE__*/React.forwardRef(function WarningHex(
|
|
1609
|
-
var children = _ref60.children,
|
|
1610
|
-
_ref60$size = _ref60.size,
|
|
1611
|
-
size = _ref60$size === void 0 ? 16 : _ref60$size,
|
|
1612
|
-
rest = _objectWithoutProperties(_ref60, _excluded60);
|
|
1613
|
-
|
|
1614
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
1615
|
-
width: size,
|
|
1616
|
-
height: size,
|
|
1617
|
-
ref: ref,
|
|
1618
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1619
|
-
viewBox: "0 0 32 32",
|
|
1620
|
-
fill: "currentColor"
|
|
1621
|
-
}, rest), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1622
|
-
d: "M16 21a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 21zM15 8H17V18H15z"
|
|
1623
|
-
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1624
|
-
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"
|
|
1625
|
-
})), children);
|
|
1626
|
-
});
|
|
1627
|
-
|
|
1628
|
-
if (process.env.NODE_ENV !== "production") {
|
|
1629
|
-
WarningHex.propTypes = iconPropTypes;
|
|
1630
|
-
}
|
|
1631
|
-
var WarningHexFilled = /*#__PURE__*/React.forwardRef(function WarningHexFilled(_ref61, ref) {
|
|
1629
|
+
var WarningHex = /*#__PURE__*/React.forwardRef(function WarningHex(_ref61, ref) {
|
|
1632
1630
|
var children = _ref61.children,
|
|
1633
1631
|
_ref61$size = _ref61.size,
|
|
1634
1632
|
size = _ref61$size === void 0 ? 16 : _ref61$size,
|
|
@@ -1641,19 +1639,17 @@ var WarningHexFilled = /*#__PURE__*/React.forwardRef(function WarningHexFilled(_
|
|
|
1641
1639
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1642
1640
|
viewBox: "0 0 32 32",
|
|
1643
1641
|
fill: "currentColor"
|
|
1644
|
-
}, rest),
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1649
|
-
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"
|
|
1642
|
+
}, rest), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1643
|
+
d: "M16 21a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 21zM15 8H17V18H15z"
|
|
1644
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1645
|
+
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"
|
|
1650
1646
|
})), children);
|
|
1651
1647
|
});
|
|
1652
1648
|
|
|
1653
1649
|
if (process.env.NODE_ENV !== "production") {
|
|
1654
|
-
|
|
1650
|
+
WarningHex.propTypes = iconPropTypes;
|
|
1655
1651
|
}
|
|
1656
|
-
var
|
|
1652
|
+
var WarningHexFilled = /*#__PURE__*/React.forwardRef(function WarningHexFilled(_ref62, ref) {
|
|
1657
1653
|
var children = _ref62.children,
|
|
1658
1654
|
_ref62$size = _ref62.size,
|
|
1659
1655
|
size = _ref62$size === void 0 ? 16 : _ref62$size,
|
|
@@ -1666,17 +1662,19 @@ var WarningOther = /*#__PURE__*/React.forwardRef(function WarningOther(_ref62, r
|
|
|
1666
1662
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1667
1663
|
viewBox: "0 0 32 32",
|
|
1668
1664
|
fill: "currentColor"
|
|
1669
|
-
}, rest),
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1665
|
+
}, rest), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1666
|
+
fill: "none",
|
|
1667
|
+
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",
|
|
1668
|
+
"data-icon-path": "inner-path"
|
|
1669
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1670
|
+
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"
|
|
1673
1671
|
})), children);
|
|
1674
1672
|
});
|
|
1675
1673
|
|
|
1676
1674
|
if (process.env.NODE_ENV !== "production") {
|
|
1677
|
-
|
|
1675
|
+
WarningHexFilled.propTypes = iconPropTypes;
|
|
1678
1676
|
}
|
|
1679
|
-
var
|
|
1677
|
+
var WarningOther = /*#__PURE__*/React.forwardRef(function WarningOther(_ref63, ref) {
|
|
1680
1678
|
var children = _ref63.children,
|
|
1681
1679
|
_ref63$size = _ref63.size,
|
|
1682
1680
|
size = _ref63$size === void 0 ? 16 : _ref63$size,
|
|
@@ -1689,17 +1687,17 @@ var WarningSquare = /*#__PURE__*/React.forwardRef(function WarningSquare(_ref63,
|
|
|
1689
1687
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1690
1688
|
viewBox: "0 0 32 32",
|
|
1691
1689
|
fill: "currentColor"
|
|
1692
|
-
}, rest),
|
|
1693
|
-
d: "
|
|
1694
|
-
})),
|
|
1695
|
-
d: "
|
|
1690
|
+
}, rest), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1691
|
+
d: "M18 20H30V22H18zM18 24H30V26H18zM18 28H30V30H18zM14 18a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0014 18zM13 7H15V16H13z"
|
|
1692
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1693
|
+
d: "M14,4A10.0111,10.0111,0,0,1,24,14h2A12,12,0,1,0,14,26V24A10,10,0,0,1,14,4Z"
|
|
1696
1694
|
})), children);
|
|
1697
1695
|
});
|
|
1698
1696
|
|
|
1699
1697
|
if (process.env.NODE_ENV !== "production") {
|
|
1700
|
-
|
|
1698
|
+
WarningOther.propTypes = iconPropTypes;
|
|
1701
1699
|
}
|
|
1702
|
-
var
|
|
1700
|
+
var WarningSquare = /*#__PURE__*/React.forwardRef(function WarningSquare(_ref64, ref) {
|
|
1703
1701
|
var children = _ref64.children,
|
|
1704
1702
|
_ref64$size = _ref64.size,
|
|
1705
1703
|
size = _ref64$size === void 0 ? 16 : _ref64$size,
|
|
@@ -1712,19 +1710,17 @@ var WarningSquareFilled = /*#__PURE__*/React.forwardRef(function WarningSquareFi
|
|
|
1712
1710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1713
1711
|
viewBox: "0 0 32 32",
|
|
1714
1712
|
fill: "currentColor"
|
|
1715
|
-
}, rest),
|
|
1716
|
-
d: "
|
|
1717
|
-
})),
|
|
1718
|
-
|
|
1719
|
-
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",
|
|
1720
|
-
"data-icon-path": "inner-path"
|
|
1713
|
+
}, rest), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1714
|
+
d: "M16 20a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 20zM15 9H17V18H15z"
|
|
1715
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1716
|
+
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"
|
|
1721
1717
|
})), children);
|
|
1722
1718
|
});
|
|
1723
1719
|
|
|
1724
1720
|
if (process.env.NODE_ENV !== "production") {
|
|
1725
|
-
|
|
1721
|
+
WarningSquare.propTypes = iconPropTypes;
|
|
1726
1722
|
}
|
|
1727
|
-
var
|
|
1723
|
+
var WarningSquareFilled = /*#__PURE__*/React.forwardRef(function WarningSquareFilled(_ref65, ref) {
|
|
1728
1724
|
var children = _ref65.children,
|
|
1729
1725
|
_ref65$size = _ref65.size,
|
|
1730
1726
|
size = _ref65$size === void 0 ? 16 : _ref65$size,
|
|
@@ -1737,15 +1733,19 @@ var Watch = /*#__PURE__*/React.forwardRef(function Watch(_ref65, ref) {
|
|
|
1737
1733
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1738
1734
|
viewBox: "0 0 32 32",
|
|
1739
1735
|
fill: "currentColor"
|
|
1740
|
-
}, rest),
|
|
1741
|
-
d: "
|
|
1736
|
+
}, rest), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1737
|
+
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"
|
|
1738
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1739
|
+
fill: "none",
|
|
1740
|
+
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",
|
|
1741
|
+
"data-icon-path": "inner-path"
|
|
1742
1742
|
})), children);
|
|
1743
1743
|
});
|
|
1744
1744
|
|
|
1745
1745
|
if (process.env.NODE_ENV !== "production") {
|
|
1746
|
-
|
|
1746
|
+
WarningSquareFilled.propTypes = iconPropTypes;
|
|
1747
1747
|
}
|
|
1748
|
-
var
|
|
1748
|
+
var Watch = /*#__PURE__*/React.forwardRef(function Watch(_ref66, ref) {
|
|
1749
1749
|
var children = _ref66.children,
|
|
1750
1750
|
_ref66$size = _ref66.size,
|
|
1751
1751
|
size = _ref66$size === void 0 ? 16 : _ref66$size,
|
|
@@ -1759,14 +1759,14 @@ var Watson = /*#__PURE__*/React.forwardRef(function Watson(_ref66, ref) {
|
|
|
1759
1759
|
viewBox: "0 0 32 32",
|
|
1760
1760
|
fill: "currentColor"
|
|
1761
1761
|
}, rest), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1762
|
-
d: "
|
|
1762
|
+
d: "M22 8H21V2H19V8H13V2H11V8H10a2 2 0 00-2 2V22a2 2 0 002 2h1v6h2V24h6v6h2V24h1a2 2 0 002-2V10A2 2 0 0022 8zM10 22V10H22V22zM25 14H27V18H25z"
|
|
1763
1763
|
})), children);
|
|
1764
1764
|
});
|
|
1765
1765
|
|
|
1766
1766
|
if (process.env.NODE_ENV !== "production") {
|
|
1767
|
-
|
|
1767
|
+
Watch.propTypes = iconPropTypes;
|
|
1768
1768
|
}
|
|
1769
|
-
var
|
|
1769
|
+
var Watson = /*#__PURE__*/React.forwardRef(function Watson(_ref67, ref) {
|
|
1770
1770
|
var children = _ref67.children,
|
|
1771
1771
|
_ref67$size = _ref67.size,
|
|
1772
1772
|
size = _ref67$size === void 0 ? 16 : _ref67$size,
|
|
@@ -1780,14 +1780,14 @@ var WatsonMachineLearning = /*#__PURE__*/React.forwardRef(function WatsonMachine
|
|
|
1780
1780
|
viewBox: "0 0 32 32",
|
|
1781
1781
|
fill: "currentColor"
|
|
1782
1782
|
}, rest), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1783
|
-
d: "
|
|
1783
|
+
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"
|
|
1784
1784
|
})), children);
|
|
1785
1785
|
});
|
|
1786
1786
|
|
|
1787
1787
|
if (process.env.NODE_ENV !== "production") {
|
|
1788
|
-
|
|
1788
|
+
Watson.propTypes = iconPropTypes;
|
|
1789
1789
|
}
|
|
1790
|
-
var
|
|
1790
|
+
var WatsonMachineLearning = /*#__PURE__*/React.forwardRef(function WatsonMachineLearning(_ref68, ref) {
|
|
1791
1791
|
var children = _ref68.children,
|
|
1792
1792
|
_ref68$size = _ref68.size,
|
|
1793
1793
|
size = _ref68$size === void 0 ? 16 : _ref68$size,
|
|
@@ -1801,22 +1801,14 @@ var WaveDirection = /*#__PURE__*/React.forwardRef(function WaveDirection(_ref68,
|
|
|
1801
1801
|
viewBox: "0 0 32 32",
|
|
1802
1802
|
fill: "currentColor"
|
|
1803
1803
|
}, rest), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1804
|
-
d: "M22
|
|
1805
|
-
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1806
|
-
d: "M18,24V22a8,8,0,1,0-8-8H8A10,10,0,1,1,18,24Z"
|
|
1807
|
-
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
1808
|
-
cx: "18",
|
|
1809
|
-
cy: "8",
|
|
1810
|
-
r: "1"
|
|
1811
|
-
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1812
|
-
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"
|
|
1804
|
+
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"
|
|
1813
1805
|
})), children);
|
|
1814
1806
|
});
|
|
1815
1807
|
|
|
1816
1808
|
if (process.env.NODE_ENV !== "production") {
|
|
1817
|
-
|
|
1809
|
+
WatsonMachineLearning.propTypes = iconPropTypes;
|
|
1818
1810
|
}
|
|
1819
|
-
var
|
|
1811
|
+
var WaveDirection = /*#__PURE__*/React.forwardRef(function WaveDirection(_ref69, ref) {
|
|
1820
1812
|
var children = _ref69.children,
|
|
1821
1813
|
_ref69$size = _ref69.size,
|
|
1822
1814
|
size = _ref69$size === void 0 ? 16 : _ref69$size,
|
|
@@ -1829,17 +1821,23 @@ var WaveHeight = /*#__PURE__*/React.forwardRef(function WaveHeight(_ref69, ref)
|
|
|
1829
1821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1830
1822
|
viewBox: "0 0 32 32",
|
|
1831
1823
|
fill: "currentColor"
|
|
1832
|
-
}, rest),
|
|
1833
|
-
d: "
|
|
1834
|
-
})),
|
|
1835
|
-
d: "
|
|
1824
|
+
}, rest), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1825
|
+
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"
|
|
1826
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1827
|
+
d: "M18,24V22a8,8,0,1,0-8-8H8A10,10,0,1,1,18,24Z"
|
|
1828
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
1829
|
+
cx: "18",
|
|
1830
|
+
cy: "8",
|
|
1831
|
+
r: "1"
|
|
1832
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1833
|
+
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"
|
|
1836
1834
|
})), children);
|
|
1837
1835
|
});
|
|
1838
1836
|
|
|
1839
1837
|
if (process.env.NODE_ENV !== "production") {
|
|
1840
|
-
|
|
1838
|
+
WaveDirection.propTypes = iconPropTypes;
|
|
1841
1839
|
}
|
|
1842
|
-
var
|
|
1840
|
+
var WaveHeight = /*#__PURE__*/React.forwardRef(function WaveHeight(_ref70, ref) {
|
|
1843
1841
|
var children = _ref70.children,
|
|
1844
1842
|
_ref70$size = _ref70.size,
|
|
1845
1843
|
size = _ref70$size === void 0 ? 16 : _ref70$size,
|
|
@@ -1852,17 +1850,17 @@ var WavePeriod = /*#__PURE__*/React.forwardRef(function WavePeriod(_ref70, ref)
|
|
|
1852
1850
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1853
1851
|
viewBox: "0 0 32 32",
|
|
1854
1852
|
fill: "currentColor"
|
|
1855
|
-
}, rest),
|
|
1856
|
-
d: "
|
|
1857
|
-
})),
|
|
1858
|
-
d: "
|
|
1853
|
+
}, rest), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1854
|
+
d: "M24 2H30V4H24zM24 8H28V10H24zM24 14H30V16H24zM24 20H28V22H24z"
|
|
1855
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1856
|
+
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"
|
|
1859
1857
|
})), children);
|
|
1860
1858
|
});
|
|
1861
1859
|
|
|
1862
1860
|
if (process.env.NODE_ENV !== "production") {
|
|
1863
|
-
|
|
1861
|
+
WaveHeight.propTypes = iconPropTypes;
|
|
1864
1862
|
}
|
|
1865
|
-
var
|
|
1863
|
+
var WavePeriod = /*#__PURE__*/React.forwardRef(function WavePeriod(_ref71, ref) {
|
|
1866
1864
|
var children = _ref71.children,
|
|
1867
1865
|
_ref71$size = _ref71.size,
|
|
1868
1866
|
size = _ref71$size === void 0 ? 16 : _ref71$size,
|
|
@@ -1875,15 +1873,17 @@ var WeatherFrontCold = /*#__PURE__*/React.forwardRef(function WeatherFrontCold(_
|
|
|
1875
1873
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1876
1874
|
viewBox: "0 0 32 32",
|
|
1877
1875
|
fill: "currentColor"
|
|
1878
|
-
}, rest),
|
|
1879
|
-
d: "
|
|
1876
|
+
}, rest), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1877
|
+
d: "M22 30H17a7.0078 7.0078 0 01-7-7 6.6832 6.6832 0 012.0244-4.6967A6.7935 6.7935 0 0010.0093 18C5.0425 18.0466 4 24.5513 4 30H2C2 18.4907 6.3452 16.0342 9.9907 16a10.0717 10.0717 0 014.4785 1.117 1 1 0 01.0616 1.73A4.8773 4.8773 0 0017 28h5zM17 8H19V16H17z"
|
|
1878
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1879
|
+
d: "M28,5.4141,26.5859,4,24.3242,6.2617A9.95,9.95,0,0,0,19,4.0508V2H17V4.0508A10.0132,10.0132,0,0,0,8,14h2a8,8,0,1,1,8,8v2A9.9928,9.9928,0,0,0,25.7383,7.6758Z"
|
|
1880
1880
|
})), children);
|
|
1881
1881
|
});
|
|
1882
1882
|
|
|
1883
1883
|
if (process.env.NODE_ENV !== "production") {
|
|
1884
|
-
|
|
1884
|
+
WavePeriod.propTypes = iconPropTypes;
|
|
1885
1885
|
}
|
|
1886
|
-
var
|
|
1886
|
+
var WeatherFrontCold = /*#__PURE__*/React.forwardRef(function WeatherFrontCold(_ref72, ref) {
|
|
1887
1887
|
var children = _ref72.children,
|
|
1888
1888
|
_ref72$size = _ref72.size,
|
|
1889
1889
|
size = _ref72$size === void 0 ? 16 : _ref72$size,
|
|
@@ -1897,14 +1897,14 @@ var WeatherFrontStationary = /*#__PURE__*/React.forwardRef(function WeatherFront
|
|
|
1897
1897
|
viewBox: "0 0 32 32",
|
|
1898
1898
|
fill: "currentColor"
|
|
1899
1899
|
}, rest), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1900
|
-
d: "M28.1655
|
|
1900
|
+
d: "M28.1655 2a13.0289 13.0289 0 00-12.542 9.5791l-1.1767 4.3154A11.0237 11.0237 0 013.8345 24H2v2H3.8345c.2975 0 .5918-.0171.8853-.0371l7.9291 2.9736A1 1 0 0014 28V21.0923a12.9311 12.9311 0 00.9121-1.313l6.3628-1.8179a1 1 0 00.5059-1.5864L17.7843 11.38a10.9268 10.9268 0 011.1516-2.3472l5.7477 1.916A1 1 0 0026 10V4.2251A10.8956 10.8956 0 0128.1655 4H30V2zM8.3354 25.1826A13.047 13.047 0 0012 23.0943v3.4624zm7.74-7.8154c.1107-.3105.2136-.625.3013-.9463l.732-2.6846L19.28 16.4512zM24 8.6123l-3.7411-1.247A11.0712 11.0712 0 0124 4.8306zM10 4L10 8.586 3.414 2 2 3.414 8.586 10 4 10 4 12 12 12 12 4 10 4z"
|
|
1901
1901
|
})), children);
|
|
1902
1902
|
});
|
|
1903
1903
|
|
|
1904
1904
|
if (process.env.NODE_ENV !== "production") {
|
|
1905
|
-
|
|
1905
|
+
WeatherFrontCold.propTypes = iconPropTypes;
|
|
1906
1906
|
}
|
|
1907
|
-
var
|
|
1907
|
+
var WeatherFrontStationary = /*#__PURE__*/React.forwardRef(function WeatherFrontStationary(_ref73, ref) {
|
|
1908
1908
|
var children = _ref73.children,
|
|
1909
1909
|
_ref73$size = _ref73.size,
|
|
1910
1910
|
size = _ref73$size === void 0 ? 16 : _ref73$size,
|
|
@@ -1918,14 +1918,14 @@ var WeatherFrontWarm = /*#__PURE__*/React.forwardRef(function WeatherFrontWarm(_
|
|
|
1918
1918
|
viewBox: "0 0 32 32",
|
|
1919
1919
|
fill: "currentColor"
|
|
1920
1920
|
}, rest), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1921
|
-
d: "M28.1655
|
|
1921
|
+
d: "M28.1655 2a12.9848 12.9848 0 00-8.4074 3.1065A3.9947 3.9947 0 1015.583 11.728l-1.1362 4.1665c-.0725.2657-.1579.5254-.2489.7818a3.9864 3.9864 0 00-5.1547 6.0054A10.9541 10.9541 0 013.8345 24H2v2H3.8345c.2975 0 .5918-.0171.8853-.0371l7.9291 2.9736A1 1 0 0014 28V21.0923a12.9311 12.9311 0 00.9121-1.313l6.3628-1.8179a1 1 0 00.5059-1.5864L17.7843 11.38a10.9268 10.9268 0 011.1516-2.3472l5.7477 1.916A1 1 0 0026 10V4.2251A10.8956 10.8956 0 0128.1655 4H30V2zM17 6a1.98 1.98 0 011.3237.53A12.9413 12.9413 0 0016.24 9.8482 1.9988 1.9988 0 0117 6zM10 20a1.9879 1.9879 0 013.3374-1.4717 11.0157 11.0157 0 01-2.5959 3.0147A1.9975 1.9975 0 0110 20zM8.3354 25.1826A13.047 13.047 0 0012 23.0943v3.4624zm7.74-7.8154c.1107-.3105.2136-.625.3013-.9463l.732-2.6846L19.28 16.4512zM24 8.6123l-3.7411-1.247A11.0712 11.0712 0 0124 4.8306zM22 22L22 24 26.586 24 22 28.586 23.414 30 28 25.414 28 30 30 30 30 22 22 22zM2 2L2 4 6.586 4 2 8.586 3.414 10 8 5.414 8 10 10 10 10 2 2 2z"
|
|
1922
1922
|
})), children);
|
|
1923
1923
|
});
|
|
1924
1924
|
|
|
1925
1925
|
if (process.env.NODE_ENV !== "production") {
|
|
1926
|
-
|
|
1926
|
+
WeatherFrontStationary.propTypes = iconPropTypes;
|
|
1927
1927
|
}
|
|
1928
|
-
var
|
|
1928
|
+
var WeatherFrontWarm = /*#__PURE__*/React.forwardRef(function WeatherFrontWarm(_ref74, ref) {
|
|
1929
1929
|
var children = _ref74.children,
|
|
1930
1930
|
_ref74$size = _ref74.size,
|
|
1931
1931
|
size = _ref74$size === void 0 ? 16 : _ref74$size,
|
|
@@ -1939,18 +1939,14 @@ var WeatherStation = /*#__PURE__*/React.forwardRef(function WeatherStation(_ref7
|
|
|
1939
1939
|
viewBox: "0 0 32 32",
|
|
1940
1940
|
fill: "currentColor"
|
|
1941
1941
|
}, rest), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1942
|
-
d: "
|
|
1943
|
-
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1944
|
-
d: "M9.3325 18.2168a7.0007 7.0007 0 010-10.4341l1.334 1.49a5 5 0 000 7.4537zM22.667 18.2168l-1.334-1.49a4.9995 4.9995 0 000-7.4537l1.334-1.49a7 7 0 010 10.4341z"
|
|
1945
|
-
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1946
|
-
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"
|
|
1942
|
+
d: "M28.1655 2a13.0289 13.0289 0 00-12.542 9.5791l-1.1767 4.3154A11.0237 11.0237 0 013.8345 24H2v2H3.8345a12.9139 12.9139 0 003.4687-.4819 3.9979 3.9979 0 106.5818-4.2866 12.9671 12.9671 0 001.6209-2.5269 3.9944 3.9944 0 102.3772-7.5991 10.95 10.95 0 011.7253-3.01 3.9825 3.9825 0 006.9058-3.9648A10.9435 10.9435 0 0128.1655 4H30V2zM11 26a1.9983 1.9983 0 01-1.8118-1.1655 13.0811 13.0811 0 003.2969-2.1426A1.9773 1.9773 0 0111 26zm8-11a1.9926 1.9926 0 01-2.759 1.8467c.0442-.1426.0959-.2813.1355-.4258L17.301 13.03A1.9976 1.9976 0 0119 15zm6-9a1.9942 1.9942 0 01-3.9011.5894 11.0511 11.0511 0 013.3623-1.9385A1.995 1.995 0 0125 6zM10 4L10 8.586 3.414 2 2 3.414 8.586 10 4 10 4 12 12 12 12 4 10 4z"
|
|
1947
1943
|
})), children);
|
|
1948
1944
|
});
|
|
1949
1945
|
|
|
1950
1946
|
if (process.env.NODE_ENV !== "production") {
|
|
1951
|
-
|
|
1947
|
+
WeatherFrontWarm.propTypes = iconPropTypes;
|
|
1952
1948
|
}
|
|
1953
|
-
var
|
|
1949
|
+
var WeatherStation = /*#__PURE__*/React.forwardRef(function WeatherStation(_ref75, ref) {
|
|
1954
1950
|
var children = _ref75.children,
|
|
1955
1951
|
_ref75$size = _ref75.size,
|
|
1956
1952
|
size = _ref75$size === void 0 ? 16 : _ref75$size,
|
|
@@ -1963,19 +1959,19 @@ var Webhook = /*#__PURE__*/React.forwardRef(function Webhook(_ref75, ref) {
|
|
|
1963
1959
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1964
1960
|
viewBox: "0 0 32 32",
|
|
1965
1961
|
fill: "currentColor"
|
|
1966
|
-
}, rest),
|
|
1967
|
-
d: "
|
|
1968
|
-
})),
|
|
1969
|
-
d: "
|
|
1970
|
-
})),
|
|
1971
|
-
d: "
|
|
1962
|
+
}, rest), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1963
|
+
d: "M17,28V17h1a2.0023,2.0023,0,0,0,2-2V11a2.0023,2.0023,0,0,0-2-2H14a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h1V28H2v2H30V28ZM14,11h4l.0015,4H14Z"
|
|
1964
|
+
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1965
|
+
d: "M9.3325 18.2168a7.0007 7.0007 0 010-10.4341l1.334 1.49a5 5 0 000 7.4537zM22.667 18.2168l-1.334-1.49a4.9995 4.9995 0 000-7.4537l1.334-1.49a7 7 0 010 10.4341z"
|
|
1966
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1967
|
+
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"
|
|
1972
1968
|
})), children);
|
|
1973
1969
|
});
|
|
1974
1970
|
|
|
1975
1971
|
if (process.env.NODE_ENV !== "production") {
|
|
1976
|
-
|
|
1972
|
+
WeatherStation.propTypes = iconPropTypes;
|
|
1977
1973
|
}
|
|
1978
|
-
var
|
|
1974
|
+
var Webhook = /*#__PURE__*/React.forwardRef(function Webhook(_ref76, ref) {
|
|
1979
1975
|
var children = _ref76.children,
|
|
1980
1976
|
_ref76$size = _ref76.size,
|
|
1981
1977
|
size = _ref76$size === void 0 ? 16 : _ref76$size,
|
|
@@ -1988,21 +1984,19 @@ var Websheet = /*#__PURE__*/React.forwardRef(function Websheet(_ref76, ref) {
|
|
|
1988
1984
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1989
1985
|
viewBox: "0 0 32 32",
|
|
1990
1986
|
fill: "currentColor"
|
|
1991
|
-
}, rest),
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1987
|
+
}, rest), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1988
|
+
d: "M24,26a3,3,0,1,0-2.8164-4H13v1a5,5,0,1,1-5-5V16a7,7,0,1,0,6.9287,8h6.2549A2.9914,2.9914,0,0,0,24,26Z"
|
|
1989
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1990
|
+
d: "M24,16a7.024,7.024,0,0,0-2.57.4873l-3.1656-5.5395a3.0469,3.0469,0,1,0-1.7326.9985l4.1189,7.2085.8686-.4976a5.0006,5.0006,0,1,1-1.851,6.8418L17.937,26.501A7.0005,7.0005,0,1,0,24,16Z"
|
|
1995
1991
|
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1996
|
-
d: "
|
|
1997
|
-
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1998
|
-
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"
|
|
1992
|
+
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"
|
|
1999
1993
|
})), children);
|
|
2000
1994
|
});
|
|
2001
1995
|
|
|
2002
1996
|
if (process.env.NODE_ENV !== "production") {
|
|
2003
|
-
|
|
1997
|
+
Webhook.propTypes = iconPropTypes;
|
|
2004
1998
|
}
|
|
2005
|
-
var
|
|
1999
|
+
var Websheet = /*#__PURE__*/React.forwardRef(function Websheet(_ref77, ref) {
|
|
2006
2000
|
var children = _ref77.children,
|
|
2007
2001
|
_ref77$size = _ref77.size,
|
|
2008
2002
|
size = _ref77$size === void 0 ? 16 : _ref77$size,
|
|
@@ -2015,20 +2009,47 @@ var Wheat = /*#__PURE__*/React.forwardRef(function Wheat(_ref77, ref) {
|
|
|
2015
2009
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2016
2010
|
viewBox: "0 0 32 32",
|
|
2017
2011
|
fill: "currentColor"
|
|
2018
|
-
}, rest),
|
|
2019
|
-
|
|
2012
|
+
}, rest), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
2013
|
+
cx: "24",
|
|
2014
|
+
cy: "24",
|
|
2015
|
+
r: "2"
|
|
2016
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2017
|
+
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"
|
|
2018
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2019
|
+
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"
|
|
2020
2020
|
})), children);
|
|
2021
2021
|
});
|
|
2022
2022
|
|
|
2023
2023
|
if (process.env.NODE_ENV !== "production") {
|
|
2024
|
-
|
|
2024
|
+
Websheet.propTypes = iconPropTypes;
|
|
2025
2025
|
}
|
|
2026
|
-
var
|
|
2026
|
+
var Wheat = /*#__PURE__*/React.forwardRef(function Wheat(_ref78, ref) {
|
|
2027
2027
|
var children = _ref78.children,
|
|
2028
2028
|
_ref78$size = _ref78.size,
|
|
2029
2029
|
size = _ref78$size === void 0 ? 16 : _ref78$size,
|
|
2030
2030
|
rest = _objectWithoutProperties(_ref78, _excluded78);
|
|
2031
2031
|
|
|
2032
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2033
|
+
width: size,
|
|
2034
|
+
height: size,
|
|
2035
|
+
ref: ref,
|
|
2036
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2037
|
+
viewBox: "0 0 32 32",
|
|
2038
|
+
fill: "currentColor"
|
|
2039
|
+
}, rest), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2040
|
+
d: "M21,3V5.5857l-4,4V1H15V9.5857l-4-4V3H9V19a7.004,7.004,0,0,0,6,6.92V30h2V25.92A7.004,7.004,0,0,0,23,19V3ZM15,23.8987A5.008,5.008,0,0,1,11,19v-2.586l4,4Zm0-6.313-4-4V8.4138l4,4Zm2-5.1719,4-4v5.1719l-4,4Zm0,11.4849V20.4138l4-4V19A5.008,5.008,0,0,1,17,23.8987Z"
|
|
2041
|
+
})), children);
|
|
2042
|
+
});
|
|
2043
|
+
|
|
2044
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2045
|
+
Wheat.propTypes = iconPropTypes;
|
|
2046
|
+
}
|
|
2047
|
+
var Wifi = /*#__PURE__*/React.forwardRef(function Wifi(_ref79, ref) {
|
|
2048
|
+
var children = _ref79.children,
|
|
2049
|
+
_ref79$size = _ref79.size,
|
|
2050
|
+
size = _ref79$size === void 0 ? 16 : _ref79$size,
|
|
2051
|
+
rest = _objectWithoutProperties(_ref79, _excluded79);
|
|
2052
|
+
|
|
2032
2053
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2033
2054
|
width: size,
|
|
2034
2055
|
height: size,
|
|
@@ -2040,11 +2061,11 @@ var Wifi = /*#__PURE__*/React.forwardRef(function Wifi(_ref78, ref) {
|
|
|
2040
2061
|
cx: "16",
|
|
2041
2062
|
cy: "25",
|
|
2042
2063
|
r: "2"
|
|
2043
|
-
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2044
|
-
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"
|
|
2045
2064
|
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2046
|
-
d: "
|
|
2065
|
+
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"
|
|
2047
2066
|
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2067
|
+
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"
|
|
2068
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2048
2069
|
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"
|
|
2049
2070
|
})), children);
|
|
2050
2071
|
});
|
|
@@ -2052,11 +2073,11 @@ var Wifi = /*#__PURE__*/React.forwardRef(function Wifi(_ref78, ref) {
|
|
|
2052
2073
|
if (process.env.NODE_ENV !== "production") {
|
|
2053
2074
|
Wifi.propTypes = iconPropTypes;
|
|
2054
2075
|
}
|
|
2055
|
-
var WifiController = /*#__PURE__*/React.forwardRef(function WifiController(
|
|
2056
|
-
var children =
|
|
2057
|
-
|
|
2058
|
-
size =
|
|
2059
|
-
rest = _objectWithoutProperties(
|
|
2076
|
+
var WifiController = /*#__PURE__*/React.forwardRef(function WifiController(_ref80, ref) {
|
|
2077
|
+
var children = _ref80.children,
|
|
2078
|
+
_ref80$size = _ref80.size,
|
|
2079
|
+
size = _ref80$size === void 0 ? 16 : _ref80$size,
|
|
2080
|
+
rest = _objectWithoutProperties(_ref80, _excluded80);
|
|
2060
2081
|
|
|
2061
2082
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2062
2083
|
width: size,
|
|
@@ -2065,7 +2086,7 @@ var WifiController = /*#__PURE__*/React.forwardRef(function WifiController(_ref7
|
|
|
2065
2086
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2066
2087
|
viewBox: "0 0 32 32",
|
|
2067
2088
|
fill: "currentColor"
|
|
2068
|
-
}, rest),
|
|
2089
|
+
}, rest), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2069
2090
|
d: "M6,30H26a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v6A2,2,0,0,0,6,30Zm0-8H26v6H6Z"
|
|
2070
2091
|
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
2071
2092
|
cx: "9",
|
|
@@ -2075,9 +2096,9 @@ var WifiController = /*#__PURE__*/React.forwardRef(function WifiController(_ref7
|
|
|
2075
2096
|
cx: "16",
|
|
2076
2097
|
cy: "14.5",
|
|
2077
2098
|
r: "1.5"
|
|
2078
|
-
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2079
|
-
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"
|
|
2080
2099
|
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2100
|
+
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"
|
|
2101
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2081
2102
|
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"
|
|
2082
2103
|
})), children);
|
|
2083
2104
|
});
|
|
@@ -2085,11 +2106,11 @@ var WifiController = /*#__PURE__*/React.forwardRef(function WifiController(_ref7
|
|
|
2085
2106
|
if (process.env.NODE_ENV !== "production") {
|
|
2086
2107
|
WifiController.propTypes = iconPropTypes;
|
|
2087
2108
|
}
|
|
2088
|
-
var WifiNotSecure = /*#__PURE__*/React.forwardRef(function WifiNotSecure(
|
|
2089
|
-
var children =
|
|
2090
|
-
|
|
2091
|
-
size =
|
|
2092
|
-
rest = _objectWithoutProperties(
|
|
2109
|
+
var WifiNotSecure = /*#__PURE__*/React.forwardRef(function WifiNotSecure(_ref81, ref) {
|
|
2110
|
+
var children = _ref81.children,
|
|
2111
|
+
_ref81$size = _ref81.size,
|
|
2112
|
+
size = _ref81$size === void 0 ? 16 : _ref81$size,
|
|
2113
|
+
rest = _objectWithoutProperties(_ref81, _excluded81);
|
|
2093
2114
|
|
|
2094
2115
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2095
2116
|
width: size,
|
|
@@ -2098,9 +2119,9 @@ var WifiNotSecure = /*#__PURE__*/React.forwardRef(function WifiNotSecure(_ref80,
|
|
|
2098
2119
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2099
2120
|
viewBox: "0 0 32 32",
|
|
2100
2121
|
fill: "currentColor"
|
|
2101
|
-
}, rest),
|
|
2122
|
+
}, rest), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2102
2123
|
d: "M20 20H14V17a2 2 0 014 0h2a4 4 0 00-8 0v3a2.0025 2.0025 0 00-2 2v6a2.0025 2.0025 0 002 2h8a2.0025 2.0025 0 002-2V22A2.0025 2.0025 0 0020 20zm0 8H12V22h8zM16 8a8.9709 8.9709 0 00-6.3608 2.6392l1.4133 1.4135a6.9887 6.9887 0 019.895 0l1.4135-1.4135A8.9717 8.9717 0 0016 8z"
|
|
2103
|
-
})),
|
|
2124
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2104
2125
|
d: "M6.105,7.105,7.5188,8.5186a11.9808,11.9808,0,0,1,16.9624,0L25.8949,7.105a13.9782,13.9782,0,0,0-19.79,0Z"
|
|
2105
2126
|
})), children);
|
|
2106
2127
|
});
|
|
@@ -2108,11 +2129,11 @@ var WifiNotSecure = /*#__PURE__*/React.forwardRef(function WifiNotSecure(_ref80,
|
|
|
2108
2129
|
if (process.env.NODE_ENV !== "production") {
|
|
2109
2130
|
WifiNotSecure.propTypes = iconPropTypes;
|
|
2110
2131
|
}
|
|
2111
|
-
var WifiOff = /*#__PURE__*/React.forwardRef(function WifiOff(
|
|
2112
|
-
var children =
|
|
2113
|
-
|
|
2114
|
-
size =
|
|
2115
|
-
rest = _objectWithoutProperties(
|
|
2132
|
+
var WifiOff = /*#__PURE__*/React.forwardRef(function WifiOff(_ref82, ref) {
|
|
2133
|
+
var children = _ref82.children,
|
|
2134
|
+
_ref82$size = _ref82.size,
|
|
2135
|
+
size = _ref82$size === void 0 ? 16 : _ref82$size,
|
|
2136
|
+
rest = _objectWithoutProperties(_ref82, _excluded82);
|
|
2116
2137
|
|
|
2117
2138
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2118
2139
|
width: size,
|
|
@@ -2125,7 +2146,7 @@ var WifiOff = /*#__PURE__*/React.forwardRef(function WifiOff(_ref81, ref) {
|
|
|
2125
2146
|
cx: "16",
|
|
2126
2147
|
cy: "25",
|
|
2127
2148
|
r: "2"
|
|
2128
|
-
})),
|
|
2149
|
+
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2129
2150
|
d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30 14.0962 19.3179a5.9359 5.9359 0 016.01 1.3193L21.52 19.2236a7.9669 7.9669 0 00-5.125-2.2041l3.3875-3.3877a11.9908 11.9908 0 014.5647 2.7647L25.76 14.9829A13.975 13.975 0 0021.334 12.08L24.3308 9.083a17.9364 17.9364 0 014.2546 3.0747L30 10.7432v-.002a20.02 20.02 0 00-4.1895-3.1377zM14.68 13.0776l2.0415-2.0415C16.481 11.0234 16.2437 11 16 11a13.9447 13.9447 0 00-9.771 3.9927l1.4136 1.4136A11.97 11.97 0 0114.68 13.0776zM16 7a17.87 17.87 0 014.2324.5254L21.875 5.8828A19.9537 19.9537 0 002 10.7412v.0225L3.4043 12.168A17.9193 17.9193 0 0116 7z"
|
|
2130
2151
|
})), children);
|
|
2131
2152
|
});
|
|
@@ -2133,11 +2154,11 @@ var WifiOff = /*#__PURE__*/React.forwardRef(function WifiOff(_ref81, ref) {
|
|
|
2133
2154
|
if (process.env.NODE_ENV !== "production") {
|
|
2134
2155
|
WifiOff.propTypes = iconPropTypes;
|
|
2135
2156
|
}
|
|
2136
|
-
var WifiSecure = /*#__PURE__*/React.forwardRef(function WifiSecure(
|
|
2137
|
-
var children =
|
|
2138
|
-
|
|
2139
|
-
size =
|
|
2140
|
-
rest = _objectWithoutProperties(
|
|
2157
|
+
var WifiSecure = /*#__PURE__*/React.forwardRef(function WifiSecure(_ref83, ref) {
|
|
2158
|
+
var children = _ref83.children,
|
|
2159
|
+
_ref83$size = _ref83.size,
|
|
2160
|
+
size = _ref83$size === void 0 ? 16 : _ref83$size,
|
|
2161
|
+
rest = _objectWithoutProperties(_ref83, _excluded83);
|
|
2141
2162
|
|
|
2142
2163
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2143
2164
|
width: size,
|
|
@@ -2146,9 +2167,9 @@ var WifiSecure = /*#__PURE__*/React.forwardRef(function WifiSecure(_ref82, ref)
|
|
|
2146
2167
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2147
2168
|
viewBox: "0 0 32 32",
|
|
2148
2169
|
fill: "currentColor"
|
|
2149
|
-
}, rest),
|
|
2170
|
+
}, rest), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2150
2171
|
d: "M20 20V17a4 4 0 00-8 0v3a2.0025 2.0025 0 00-2 2v6a2.0025 2.0025 0 002 2h8a2.0025 2.0025 0 002-2V22A2.0025 2.0025 0 0020 20zm-6-3a2 2 0 014 0v3H14zM12 28V22h8v6zM6.105 7.105L7.5188 8.5186a11.9808 11.9808 0 0116.9624 0L25.8949 7.105a13.9782 13.9782 0 00-19.79 0z"
|
|
2151
|
-
})),
|
|
2172
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2152
2173
|
d: "M16,8a8.9709,8.9709,0,0,0-6.3608,2.6392l1.4133,1.4135a6.9887,6.9887,0,0,1,9.895,0l1.4135-1.4135A8.9717,8.9717,0,0,0,16,8Z"
|
|
2153
2174
|
})), children);
|
|
2154
2175
|
});
|
|
@@ -2156,11 +2177,11 @@ var WifiSecure = /*#__PURE__*/React.forwardRef(function WifiSecure(_ref82, ref)
|
|
|
2156
2177
|
if (process.env.NODE_ENV !== "production") {
|
|
2157
2178
|
WifiSecure.propTypes = iconPropTypes;
|
|
2158
2179
|
}
|
|
2159
|
-
var WifiBridge = /*#__PURE__*/React.forwardRef(function WifiBridge(
|
|
2160
|
-
var children =
|
|
2161
|
-
|
|
2162
|
-
size =
|
|
2163
|
-
rest = _objectWithoutProperties(
|
|
2180
|
+
var WifiBridge = /*#__PURE__*/React.forwardRef(function WifiBridge(_ref84, ref) {
|
|
2181
|
+
var children = _ref84.children,
|
|
2182
|
+
_ref84$size = _ref84.size,
|
|
2183
|
+
size = _ref84$size === void 0 ? 16 : _ref84$size,
|
|
2184
|
+
rest = _objectWithoutProperties(_ref84, _excluded84);
|
|
2164
2185
|
|
|
2165
2186
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2166
2187
|
width: size,
|
|
@@ -2169,11 +2190,11 @@ var WifiBridge = /*#__PURE__*/React.forwardRef(function WifiBridge(_ref83, ref)
|
|
|
2169
2190
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2170
2191
|
viewBox: "0 0 32 32",
|
|
2171
2192
|
fill: "currentColor"
|
|
2172
|
-
}, rest),
|
|
2193
|
+
}, rest), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2173
2194
|
d: "M6.9492,20.95l-1.414-1.4141a5,5,0,0,0,0-7.0715L6.9492,11.05a7,7,0,0,1,0,9.9Z"
|
|
2174
|
-
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2175
|
-
d: "M10.4854 24.4854L9.0713 23.0713a10.0011 10.0011 0 000-14.1426l1.4141-1.4141a12.0006 12.0006 0 010 16.9708zM25.0508 20.95a7 7 0 010-9.9l1.414 1.4146a5 5 0 000 7.0715z"
|
|
2176
2195
|
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2196
|
+
d: "M10.4854 24.4854L9.0713 23.0713a10.0011 10.0011 0 000-14.1426l1.4141-1.4141a12.0006 12.0006 0 010 16.9708zM25.0508 20.95a7 7 0 010-9.9l1.414 1.4146a5 5 0 000 7.0715z"
|
|
2197
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2177
2198
|
d: "M21.5146 24.4854a12.0006 12.0006 0 010-16.9708l1.4141 1.4141a10.0011 10.0011 0 000 14.1426zM3 15H2V4H0V28H2V17H3a1 1 0 000-2zM30 4V15H29a1 1 0 000 2h1V28h2V4z"
|
|
2178
2199
|
})), children);
|
|
2179
2200
|
});
|
|
@@ -2181,11 +2202,11 @@ var WifiBridge = /*#__PURE__*/React.forwardRef(function WifiBridge(_ref83, ref)
|
|
|
2181
2202
|
if (process.env.NODE_ENV !== "production") {
|
|
2182
2203
|
WifiBridge.propTypes = iconPropTypes;
|
|
2183
2204
|
}
|
|
2184
|
-
var WifiBridgeAlt = /*#__PURE__*/React.forwardRef(function WifiBridgeAlt(
|
|
2185
|
-
var children =
|
|
2186
|
-
|
|
2187
|
-
size =
|
|
2188
|
-
rest = _objectWithoutProperties(
|
|
2205
|
+
var WifiBridgeAlt = /*#__PURE__*/React.forwardRef(function WifiBridgeAlt(_ref85, ref) {
|
|
2206
|
+
var children = _ref85.children,
|
|
2207
|
+
_ref85$size = _ref85.size,
|
|
2208
|
+
size = _ref85$size === void 0 ? 16 : _ref85$size,
|
|
2209
|
+
rest = _objectWithoutProperties(_ref85, _excluded85);
|
|
2189
2210
|
|
|
2190
2211
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2191
2212
|
width: size,
|
|
@@ -2194,11 +2215,11 @@ var WifiBridgeAlt = /*#__PURE__*/React.forwardRef(function WifiBridgeAlt(_ref84,
|
|
|
2194
2215
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2195
2216
|
viewBox: "0 0 32 32",
|
|
2196
2217
|
fill: "currentColor"
|
|
2197
|
-
}, rest),
|
|
2218
|
+
}, rest), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2198
2219
|
d: "M13,26H11a5.0057,5.0057,0,0,0-5-5V19A7.0078,7.0078,0,0,1,13,26Z"
|
|
2199
|
-
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2200
|
-
d: "M18 26H16A10.0113 10.0113 0 006 16V14A12.0137 12.0137 0 0118 26zM26 13a7.0078 7.0078 0 01-7-7h2a5.0057 5.0057 0 005 5z"
|
|
2201
2220
|
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2221
|
+
d: "M18 26H16A10.0113 10.0113 0 006 16V14A12.0137 12.0137 0 0118 26zM26 13a7.0078 7.0078 0 01-7-7h2a5.0057 5.0057 0 005 5z"
|
|
2222
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2202
2223
|
d: "M26 18A12.0137 12.0137 0 0114 6h2A10.0113 10.0113 0 0026 16zM7.707 24.293a.9994.9994 0 00-1.414 0L2 28.5859 3.4143 30 7.707 25.707A.9994.9994 0 007.707 24.293zM28.5859 2L24.293 6.293a1 1 0 001.414 1.414L30 3.4141z"
|
|
2203
2224
|
})), children);
|
|
2204
2225
|
});
|
|
@@ -2206,11 +2227,11 @@ var WifiBridgeAlt = /*#__PURE__*/React.forwardRef(function WifiBridgeAlt(_ref84,
|
|
|
2206
2227
|
if (process.env.NODE_ENV !== "production") {
|
|
2207
2228
|
WifiBridgeAlt.propTypes = iconPropTypes;
|
|
2208
2229
|
}
|
|
2209
|
-
var Wikis = /*#__PURE__*/React.forwardRef(function Wikis(
|
|
2210
|
-
var children =
|
|
2211
|
-
|
|
2212
|
-
size =
|
|
2213
|
-
rest = _objectWithoutProperties(
|
|
2230
|
+
var Wikis = /*#__PURE__*/React.forwardRef(function Wikis(_ref86, ref) {
|
|
2231
|
+
var children = _ref86.children,
|
|
2232
|
+
_ref86$size = _ref86.size,
|
|
2233
|
+
size = _ref86$size === void 0 ? 16 : _ref86$size,
|
|
2234
|
+
rest = _objectWithoutProperties(_ref86, _excluded86);
|
|
2214
2235
|
|
|
2215
2236
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2216
2237
|
width: size,
|
|
@@ -2219,7 +2240,7 @@ var Wikis = /*#__PURE__*/React.forwardRef(function Wikis(_ref85, ref) {
|
|
|
2219
2240
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2220
2241
|
viewBox: "0 0 32 32",
|
|
2221
2242
|
fill: "currentColor"
|
|
2222
|
-
}, rest),
|
|
2243
|
+
}, rest), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2223
2244
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM28,15H22A24.26,24.26,0,0,0,19.21,4.45,12,12,0,0,1,28,15ZM16,28a5,5,0,0,1-.67,0A21.85,21.85,0,0,1,12,17H20a21.85,21.85,0,0,1-3.3,11A5,5,0,0,1,16,28ZM12,15a21.85,21.85,0,0,1,3.3-11,6,6,0,0,1,1.34,0A21.85,21.85,0,0,1,20,15Zm.76-10.55A24.26,24.26,0,0,0,10,15h-6A12,12,0,0,1,12.79,4.45ZM4.05,17h6a24.26,24.26,0,0,0,2.75,10.55A12,12,0,0,1,4.05,17ZM19.21,27.55A24.26,24.26,0,0,0,22,17h6A12,12,0,0,1,19.21,27.55Z"
|
|
2224
2245
|
})), children);
|
|
2225
2246
|
});
|
|
@@ -2227,11 +2248,11 @@ var Wikis = /*#__PURE__*/React.forwardRef(function Wikis(_ref85, ref) {
|
|
|
2227
2248
|
if (process.env.NODE_ENV !== "production") {
|
|
2228
2249
|
Wikis.propTypes = iconPropTypes;
|
|
2229
2250
|
}
|
|
2230
|
-
var WindGusts = /*#__PURE__*/React.forwardRef(function WindGusts(
|
|
2231
|
-
var children =
|
|
2232
|
-
|
|
2233
|
-
size =
|
|
2234
|
-
rest = _objectWithoutProperties(
|
|
2251
|
+
var WindGusts = /*#__PURE__*/React.forwardRef(function WindGusts(_ref87, ref) {
|
|
2252
|
+
var children = _ref87.children,
|
|
2253
|
+
_ref87$size = _ref87.size,
|
|
2254
|
+
size = _ref87$size === void 0 ? 16 : _ref87$size,
|
|
2255
|
+
rest = _objectWithoutProperties(_ref87, _excluded87);
|
|
2235
2256
|
|
|
2236
2257
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2237
2258
|
width: size,
|
|
@@ -2240,11 +2261,11 @@ var WindGusts = /*#__PURE__*/React.forwardRef(function WindGusts(_ref86, ref) {
|
|
|
2240
2261
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2241
2262
|
viewBox: "0 0 32 32",
|
|
2242
2263
|
fill: "currentColor"
|
|
2243
|
-
}, rest),
|
|
2264
|
+
}, rest), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2244
2265
|
d: "M29.3164,8.0513l-18-6A1,1,0,0,0,10.4,2.2L4,7V2H2V30H4V11l6.4,4.8a1,1,0,0,0,.9165.1489l18-6a1,1,0,0,0,0-1.8974ZM10,13,4.6665,9,10,5Zm4-.0542-2,.667V4.3872l2,.667Zm4-1.333-2,.6665V5.7207l2,.6665Zm2-.667V7.0542L25.8379,9Z"
|
|
2245
|
-
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2246
|
-
d: "M20,22a4,4,0,0,0-8,0h2a2,2,0,1,1,2,2H8v2h8A4.0045,4.0045,0,0,0,20,22Z"
|
|
2247
2266
|
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2267
|
+
d: "M20,22a4,4,0,0,0-8,0h2a2,2,0,1,1,2,2H8v2h8A4.0045,4.0045,0,0,0,20,22Z"
|
|
2268
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2248
2269
|
d: "M26,22a4.0045,4.0045,0,0,0-4,4h2a2,2,0,1,1,2,2H12v2H26a4,4,0,0,0,0-8Z"
|
|
2249
2270
|
})), children);
|
|
2250
2271
|
});
|
|
@@ -2252,11 +2273,11 @@ var WindGusts = /*#__PURE__*/React.forwardRef(function WindGusts(_ref86, ref) {
|
|
|
2252
2273
|
if (process.env.NODE_ENV !== "production") {
|
|
2253
2274
|
WindGusts.propTypes = iconPropTypes;
|
|
2254
2275
|
}
|
|
2255
|
-
var WindPower = /*#__PURE__*/React.forwardRef(function WindPower(
|
|
2256
|
-
var children =
|
|
2257
|
-
|
|
2258
|
-
size =
|
|
2259
|
-
rest = _objectWithoutProperties(
|
|
2276
|
+
var WindPower = /*#__PURE__*/React.forwardRef(function WindPower(_ref88, ref) {
|
|
2277
|
+
var children = _ref88.children,
|
|
2278
|
+
_ref88$size = _ref88.size,
|
|
2279
|
+
size = _ref88$size === void 0 ? 16 : _ref88$size,
|
|
2280
|
+
rest = _objectWithoutProperties(_ref88, _excluded88);
|
|
2260
2281
|
|
|
2261
2282
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2262
2283
|
width: size,
|
|
@@ -2265,7 +2286,7 @@ var WindPower = /*#__PURE__*/React.forwardRef(function WindPower(_ref87, ref) {
|
|
|
2265
2286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2266
2287
|
viewBox: "0 0 32 32",
|
|
2267
2288
|
fill: "currentColor"
|
|
2268
|
-
}, rest),
|
|
2289
|
+
}, rest), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2269
2290
|
d: "M17,28V15.8159a3.0059,3.0059,0,0,0,1.47-1.1186L27.063,17l.5176-1.9321-8.6045-2.3052a2.985,2.985,0,0,0-2.63-2.7275L14.1938,2l-1.9316.5186,2.1318,7.956a2.9588,2.9588,0,0,0-1.093,3.8115L7,20.5859,8.415,22l6.3-6.3A2.8938,2.8938,0,0,0,15,15.8154V28H2v2H30V28Zm0-15a1,1,0,1,1-1-1A1.0008,1.0008,0,0,1,17,13Z"
|
|
2270
2291
|
})), children);
|
|
2271
2292
|
});
|
|
@@ -2273,11 +2294,11 @@ var WindPower = /*#__PURE__*/React.forwardRef(function WindPower(_ref87, ref) {
|
|
|
2273
2294
|
if (process.env.NODE_ENV !== "production") {
|
|
2274
2295
|
WindPower.propTypes = iconPropTypes;
|
|
2275
2296
|
}
|
|
2276
|
-
var WindStream = /*#__PURE__*/React.forwardRef(function WindStream(
|
|
2277
|
-
var children =
|
|
2278
|
-
|
|
2279
|
-
size =
|
|
2280
|
-
rest = _objectWithoutProperties(
|
|
2297
|
+
var WindStream = /*#__PURE__*/React.forwardRef(function WindStream(_ref89, ref) {
|
|
2298
|
+
var children = _ref89.children,
|
|
2299
|
+
_ref89$size = _ref89.size,
|
|
2300
|
+
size = _ref89$size === void 0 ? 16 : _ref89$size,
|
|
2301
|
+
rest = _objectWithoutProperties(_ref89, _excluded89);
|
|
2281
2302
|
|
|
2282
2303
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2283
2304
|
width: size,
|
|
@@ -2286,11 +2307,11 @@ var WindStream = /*#__PURE__*/React.forwardRef(function WindStream(_ref88, ref)
|
|
|
2286
2307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2287
2308
|
viewBox: "0 0 32 32",
|
|
2288
2309
|
fill: "currentColor"
|
|
2289
|
-
}, rest),
|
|
2310
|
+
}, rest), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2290
2311
|
d: "M25,2,23.5859,3.4141,26.1719,6h-5.09a16.93,16.93,0,0,0-6.3139,1.2158L10.4893,8.9272A14.93,14.93,0,0,1,4.9185,10H2v2H4.9185a16.93,16.93,0,0,0,6.3139-1.2158l4.2783-1.7114A14.93,14.93,0,0,1,21.0815,8h5.09l-2.586,2.5859L25,12l5-5Z"
|
|
2291
|
-
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2292
|
-
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"
|
|
2293
2312
|
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2313
|
+
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"
|
|
2314
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2294
2315
|
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"
|
|
2295
2316
|
})), children);
|
|
2296
2317
|
});
|
|
@@ -2298,11 +2319,11 @@ var WindStream = /*#__PURE__*/React.forwardRef(function WindStream(_ref88, ref)
|
|
|
2298
2319
|
if (process.env.NODE_ENV !== "production") {
|
|
2299
2320
|
WindStream.propTypes = iconPropTypes;
|
|
2300
2321
|
}
|
|
2301
|
-
var WatsonHealthWindowAuto = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowAuto(
|
|
2302
|
-
var children =
|
|
2303
|
-
|
|
2304
|
-
size =
|
|
2305
|
-
rest = _objectWithoutProperties(
|
|
2322
|
+
var WatsonHealthWindowAuto = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowAuto(_ref90, ref) {
|
|
2323
|
+
var children = _ref90.children,
|
|
2324
|
+
_ref90$size = _ref90.size,
|
|
2325
|
+
size = _ref90$size === void 0 ? 16 : _ref90$size,
|
|
2326
|
+
rest = _objectWithoutProperties(_ref90, _excluded90);
|
|
2306
2327
|
|
|
2307
2328
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2308
2329
|
width: size,
|
|
@@ -2311,21 +2332,21 @@ var WatsonHealthWindowAuto = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
2311
2332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2312
2333
|
viewBox: "0 0 32 32",
|
|
2313
2334
|
fill: "currentColor"
|
|
2314
|
-
}, rest),
|
|
2335
|
+
}, rest), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2315
2336
|
d: "M15 4H17V7H15zM25 15H28V17H25zM15 25H17V28H15zM4 15H7V17H4z"
|
|
2316
|
-
})),
|
|
2337
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2317
2338
|
d: "M7.55 7.04H9.55V10.04H7.55z",
|
|
2318
2339
|
transform: "rotate(-45 8.55 8.548)"
|
|
2319
|
-
})),
|
|
2340
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2320
2341
|
d: "M21.96 7.55H24.96V9.55H21.96z",
|
|
2321
2342
|
transform: "rotate(-45 23.454 8.555)"
|
|
2322
|
-
})),
|
|
2343
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2323
2344
|
d: "M22.45 21.95H24.45V24.95H22.45z",
|
|
2324
2345
|
transform: "rotate(-45 23.452 23.446)"
|
|
2325
|
-
})),
|
|
2346
|
+
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2326
2347
|
d: "M7.05 22.45H10.05V24.45H7.05z",
|
|
2327
2348
|
transform: "rotate(-45 8.544 23.451)"
|
|
2328
|
-
})),
|
|
2349
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2329
2350
|
d: "M4 30H28V32H4zM4 0H28V2H4zM16 10a6 6 0 106 6A6 6 0 0016 10zm-4 6a4 4 0 014-4v8A4 4 0 0112 16z"
|
|
2330
2351
|
})), children);
|
|
2331
2352
|
});
|
|
@@ -2333,11 +2354,11 @@ var WatsonHealthWindowAuto = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
2333
2354
|
if (process.env.NODE_ENV !== "production") {
|
|
2334
2355
|
WatsonHealthWindowAuto.propTypes = iconPropTypes;
|
|
2335
2356
|
}
|
|
2336
|
-
var WatsonHealthWindowBase = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowBase(
|
|
2337
|
-
var children =
|
|
2338
|
-
|
|
2339
|
-
size =
|
|
2340
|
-
rest = _objectWithoutProperties(
|
|
2357
|
+
var WatsonHealthWindowBase = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowBase(_ref91, ref) {
|
|
2358
|
+
var children = _ref91.children,
|
|
2359
|
+
_ref91$size = _ref91.size,
|
|
2360
|
+
size = _ref91$size === void 0 ? 16 : _ref91$size,
|
|
2361
|
+
rest = _objectWithoutProperties(_ref91, _excluded91);
|
|
2341
2362
|
|
|
2342
2363
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2343
2364
|
width: size,
|
|
@@ -2346,21 +2367,21 @@ var WatsonHealthWindowBase = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
2346
2367
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2347
2368
|
viewBox: "0 0 32 32",
|
|
2348
2369
|
fill: "currentColor"
|
|
2349
|
-
}, rest),
|
|
2370
|
+
}, rest), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2350
2371
|
d: "M15 2H17V5H15zM25 13H28V15H25zM15 23H17V26H15zM4 13H7V15H4z"
|
|
2351
|
-
})),
|
|
2372
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2352
2373
|
d: "M7.55 5.03H9.55V8.030000000000001H7.55z",
|
|
2353
2374
|
transform: "rotate(-45 8.56 6.544)"
|
|
2354
|
-
})),
|
|
2375
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2355
2376
|
d: "M21.96 5.54H24.96V7.54H21.96z",
|
|
2356
2377
|
transform: "rotate(-45 23.469 6.539)"
|
|
2357
|
-
})),
|
|
2378
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2358
2379
|
d: "M22.46 19.94H24.46V22.94H22.46z",
|
|
2359
2380
|
transform: "rotate(-45 23.462 21.442)"
|
|
2360
|
-
})),
|
|
2381
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2361
2382
|
d: "M7.04 20.45H10.04V22.45H7.04z",
|
|
2362
2383
|
transform: "rotate(-45 8.554 21.447)"
|
|
2363
|
-
})),
|
|
2384
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2364
2385
|
d: "M4 28H28V30H4zM16 20a6 6 0 10-6-6A6 6 0 0016 20zm0-10v8a4 4 0 010-8z"
|
|
2365
2386
|
})), children);
|
|
2366
2387
|
});
|
|
@@ -2368,11 +2389,11 @@ var WatsonHealthWindowBase = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
2368
2389
|
if (process.env.NODE_ENV !== "production") {
|
|
2369
2390
|
WatsonHealthWindowBase.propTypes = iconPropTypes;
|
|
2370
2391
|
}
|
|
2371
|
-
var WatsonHealthWindowBlackSaturation = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowBlackSaturation(
|
|
2372
|
-
var children =
|
|
2373
|
-
|
|
2374
|
-
size =
|
|
2375
|
-
rest = _objectWithoutProperties(
|
|
2392
|
+
var WatsonHealthWindowBlackSaturation = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowBlackSaturation(_ref92, ref) {
|
|
2393
|
+
var children = _ref92.children,
|
|
2394
|
+
_ref92$size = _ref92.size,
|
|
2395
|
+
size = _ref92$size === void 0 ? 16 : _ref92$size,
|
|
2396
|
+
rest = _objectWithoutProperties(_ref92, _excluded92);
|
|
2376
2397
|
|
|
2377
2398
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2378
2399
|
width: size,
|
|
@@ -2381,20 +2402,20 @@ var WatsonHealthWindowBlackSaturation = /*#__PURE__*/React.forwardRef(function W
|
|
|
2381
2402
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2382
2403
|
viewBox: "0 0 32 32",
|
|
2383
2404
|
fill: "currentColor"
|
|
2384
|
-
}, rest),
|
|
2405
|
+
}, rest), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2385
2406
|
d: "M15 2H17V5H15zM27 15H30V17H27zM15 27H17V30H15zM2 15H5V17H2z"
|
|
2386
|
-
})),
|
|
2407
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2387
2408
|
d: "M6.225 5.729H8.228V8.732H6.225z",
|
|
2388
2409
|
transform: "rotate(-45 7.227 7.23)"
|
|
2389
|
-
})),
|
|
2410
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2390
2411
|
d: "M23.267 6.227H26.267V8.227H23.267z",
|
|
2391
2412
|
transform: "rotate(-45 24.767 7.227)"
|
|
2392
|
-
})),
|
|
2413
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2393
2414
|
d: "M23.769 23.269H25.770999999999997V26.270999999999997H23.769z",
|
|
2394
2415
|
transform: "rotate(-44.999 24.77 24.77)"
|
|
2395
|
-
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2396
|
-
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"
|
|
2397
2416
|
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2417
|
+
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"
|
|
2418
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2398
2419
|
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"
|
|
2399
2420
|
})), children);
|
|
2400
2421
|
});
|
|
@@ -2402,11 +2423,11 @@ var WatsonHealthWindowBlackSaturation = /*#__PURE__*/React.forwardRef(function W
|
|
|
2402
2423
|
if (process.env.NODE_ENV !== "production") {
|
|
2403
2424
|
WatsonHealthWindowBlackSaturation.propTypes = iconPropTypes;
|
|
2404
2425
|
}
|
|
2405
|
-
var WatsonHealthWindowOverlay = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowOverlay(
|
|
2406
|
-
var children =
|
|
2407
|
-
|
|
2408
|
-
size =
|
|
2409
|
-
rest = _objectWithoutProperties(
|
|
2426
|
+
var WatsonHealthWindowOverlay = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowOverlay(_ref93, ref) {
|
|
2427
|
+
var children = _ref93.children,
|
|
2428
|
+
_ref93$size = _ref93.size,
|
|
2429
|
+
size = _ref93$size === void 0 ? 16 : _ref93$size,
|
|
2430
|
+
rest = _objectWithoutProperties(_ref93, _excluded93);
|
|
2410
2431
|
|
|
2411
2432
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2412
2433
|
width: size,
|
|
@@ -2415,21 +2436,21 @@ var WatsonHealthWindowOverlay = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
2415
2436
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2416
2437
|
viewBox: "0 0 32 32",
|
|
2417
2438
|
fill: "currentColor"
|
|
2418
|
-
}, rest),
|
|
2439
|
+
}, rest), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2419
2440
|
d: "M15 6H17V9H15zM25 17H28V19H25zM15 27H17V30H15zM4 17H7V19H4z"
|
|
2420
|
-
})),
|
|
2441
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2421
2442
|
d: "M7.55 9.03H9.55V12.03H7.55z",
|
|
2422
2443
|
transform: "rotate(-45 8.558 10.545)"
|
|
2423
|
-
})),
|
|
2444
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2424
2445
|
d: "M21.96 9.54H24.96V11.54H21.96z",
|
|
2425
2446
|
transform: "rotate(-45 23.466 10.54)"
|
|
2426
|
-
})),
|
|
2447
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2427
2448
|
d: "M22.46 23.94H24.46V26.94H22.46z",
|
|
2428
2449
|
transform: "rotate(-45 23.459 25.443)"
|
|
2429
|
-
})),
|
|
2450
|
+
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2430
2451
|
d: "M7.04 24.45H10.04V26.45H7.04z",
|
|
2431
2452
|
transform: "rotate(-45 8.55 25.448)"
|
|
2432
|
-
})),
|
|
2453
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2433
2454
|
d: "M4 2H28V4H4zM16 24a6 6 0 10-6-6A6 6 0 0016 24zm0-10v8a4 4 0 010-8z"
|
|
2434
2455
|
})), children);
|
|
2435
2456
|
});
|
|
@@ -2437,11 +2458,11 @@ var WatsonHealthWindowOverlay = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
2437
2458
|
if (process.env.NODE_ENV !== "production") {
|
|
2438
2459
|
WatsonHealthWindowOverlay.propTypes = iconPropTypes;
|
|
2439
2460
|
}
|
|
2440
|
-
var WatsonHealthWindowPreset = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowPreset(
|
|
2441
|
-
var children =
|
|
2442
|
-
|
|
2443
|
-
size =
|
|
2444
|
-
rest = _objectWithoutProperties(
|
|
2461
|
+
var WatsonHealthWindowPreset = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowPreset(_ref94, ref) {
|
|
2462
|
+
var children = _ref94.children,
|
|
2463
|
+
_ref94$size = _ref94.size,
|
|
2464
|
+
size = _ref94$size === void 0 ? 16 : _ref94$size,
|
|
2465
|
+
rest = _objectWithoutProperties(_ref94, _excluded94);
|
|
2445
2466
|
|
|
2446
2467
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2447
2468
|
width: size,
|
|
@@ -2450,23 +2471,23 @@ var WatsonHealthWindowPreset = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
2450
2471
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2451
2472
|
viewBox: "0 0 32 32",
|
|
2452
2473
|
fill: "currentColor"
|
|
2453
|
-
}, rest),
|
|
2474
|
+
}, rest), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2454
2475
|
d: "M15 6H17V8H15zM24 15H26V17H24zM15 24H17V26H15zM6 15H8V17H6z"
|
|
2455
|
-
})),
|
|
2476
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2456
2477
|
d: "M8.586 8.586H10.586V10.586H8.586z",
|
|
2457
2478
|
transform: "rotate(-45 9.586 9.586)"
|
|
2458
|
-
})),
|
|
2479
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2459
2480
|
d: "M21.414 8.586H23.414V10.586H21.414z",
|
|
2460
2481
|
transform: "rotate(-45 22.414 9.586)"
|
|
2461
|
-
})),
|
|
2482
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2462
2483
|
d: "M21.414 21.414H23.414V23.414H21.414z",
|
|
2463
2484
|
transform: "rotate(-45 22.414 22.414)"
|
|
2464
|
-
})),
|
|
2485
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2465
2486
|
d: "M8.586 21.414H10.586V23.414H8.586z",
|
|
2466
2487
|
transform: "rotate(-45 9.586 22.414)"
|
|
2467
|
-
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2468
|
-
d: "M16,22a6,6,0,1,0-6-6A6,6,0,0,0,16,22Zm0-10v8a4,4,0,0,1,0-8Z"
|
|
2469
2488
|
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2489
|
+
d: "M16,22a6,6,0,1,0-6-6A6,6,0,0,0,16,22Zm0-10v8a4,4,0,0,1,0-8Z"
|
|
2490
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2470
2491
|
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"
|
|
2471
2492
|
})), children);
|
|
2472
2493
|
});
|
|
@@ -2474,28 +2495,7 @@ var WatsonHealthWindowPreset = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
2474
2495
|
if (process.env.NODE_ENV !== "production") {
|
|
2475
2496
|
WatsonHealthWindowPreset.propTypes = iconPropTypes;
|
|
2476
2497
|
}
|
|
2477
|
-
var Windy = /*#__PURE__*/React.forwardRef(function Windy(
|
|
2478
|
-
var children = _ref94.children,
|
|
2479
|
-
_ref94$size = _ref94.size,
|
|
2480
|
-
size = _ref94$size === void 0 ? 16 : _ref94$size,
|
|
2481
|
-
rest = _objectWithoutProperties(_ref94, _excluded94);
|
|
2482
|
-
|
|
2483
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
2484
|
-
width: size,
|
|
2485
|
-
height: size,
|
|
2486
|
-
ref: ref,
|
|
2487
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2488
|
-
viewBox: "0 0 32 32",
|
|
2489
|
-
fill: "currentColor"
|
|
2490
|
-
}, rest), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2491
|
-
d: "M21 15H8V13H21a3 3 0 10-3-3H16a5 5 0 115 5zM23 28a5.0057 5.0057 0 01-5-5h2a3 3 0 103-3H4V18H23a5 5 0 010 10z"
|
|
2492
|
-
})), children);
|
|
2493
|
-
});
|
|
2494
|
-
|
|
2495
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2496
|
-
Windy.propTypes = iconPropTypes;
|
|
2497
|
-
}
|
|
2498
|
-
var WindyDust = /*#__PURE__*/React.forwardRef(function WindyDust(_ref95, ref) {
|
|
2498
|
+
var Windy = /*#__PURE__*/React.forwardRef(function Windy(_ref95, ref) {
|
|
2499
2499
|
var children = _ref95.children,
|
|
2500
2500
|
_ref95$size = _ref95.size,
|
|
2501
2501
|
size = _ref95$size === void 0 ? 16 : _ref95$size,
|
|
@@ -2509,14 +2509,14 @@ var WindyDust = /*#__PURE__*/React.forwardRef(function WindyDust(_ref95, ref) {
|
|
|
2509
2509
|
viewBox: "0 0 32 32",
|
|
2510
2510
|
fill: "currentColor"
|
|
2511
2511
|
}, rest), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2512
|
-
d: "
|
|
2512
|
+
d: "M21 15H8V13H21a3 3 0 10-3-3H16a5 5 0 115 5zM23 28a5.0057 5.0057 0 01-5-5h2a3 3 0 103-3H4V18H23a5 5 0 010 10z"
|
|
2513
2513
|
})), children);
|
|
2514
2514
|
});
|
|
2515
2515
|
|
|
2516
2516
|
if (process.env.NODE_ENV !== "production") {
|
|
2517
|
-
|
|
2517
|
+
Windy.propTypes = iconPropTypes;
|
|
2518
2518
|
}
|
|
2519
|
-
var
|
|
2519
|
+
var WindyDust = /*#__PURE__*/React.forwardRef(function WindyDust(_ref96, ref) {
|
|
2520
2520
|
var children = _ref96.children,
|
|
2521
2521
|
_ref96$size = _ref96.size,
|
|
2522
2522
|
size = _ref96$size === void 0 ? 16 : _ref96$size,
|
|
@@ -2530,16 +2530,14 @@ var WindySnow = /*#__PURE__*/React.forwardRef(function WindySnow(_ref96, ref) {
|
|
|
2530
2530
|
viewBox: "0 0 32 32",
|
|
2531
2531
|
fill: "currentColor"
|
|
2532
2532
|
}, rest), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2533
|
-
d: "
|
|
2534
|
-
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2535
|
-
d: "M11 23H13V25H11zM13 25H15V27H13zM15 27H17V29H15zM15 23H17V25H15zM11 27H13V29H11zM6 4H8V6H6zM8 6H10V8H8zM10 8H12V10H10zM10 4H12V6H10zM6 8H8V10H6zM2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2z"
|
|
2533
|
+
d: "M23 28a5.0057 5.0057 0 01-5-5h2a3 3 0 103-3H22V18h1a5 5 0 010 10zM16 18H20V20H16zM10 18H14V20H10zM4 18H8V20H4zM21 15H20V13h1a3 3 0 10-3-3H16a5 5 0 115 5zM14 13H18V15H14zM8 13H12V15H8z"
|
|
2536
2534
|
})), children);
|
|
2537
2535
|
});
|
|
2538
2536
|
|
|
2539
2537
|
if (process.env.NODE_ENV !== "production") {
|
|
2540
|
-
|
|
2538
|
+
WindyDust.propTypes = iconPropTypes;
|
|
2541
2539
|
}
|
|
2542
|
-
var
|
|
2540
|
+
var WindySnow = /*#__PURE__*/React.forwardRef(function WindySnow(_ref97, ref) {
|
|
2543
2541
|
var children = _ref97.children,
|
|
2544
2542
|
_ref97$size = _ref97.size,
|
|
2545
2543
|
size = _ref97$size === void 0 ? 16 : _ref97$size,
|
|
@@ -2552,17 +2550,17 @@ var WindyStrong = /*#__PURE__*/React.forwardRef(function WindyStrong(_ref97, ref
|
|
|
2552
2550
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2553
2551
|
viewBox: "0 0 32 32",
|
|
2554
2552
|
fill: "currentColor"
|
|
2555
|
-
}, rest),
|
|
2556
|
-
d: "
|
|
2557
|
-
})),
|
|
2558
|
-
d: "
|
|
2553
|
+
}, rest), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2554
|
+
d: "M25 28a5.0057 5.0057 0 01-5-5h2a3 3 0 103-3H6V18H25a5 5 0 010 10zM23 15H10V13H23a3 3 0 10-3-3H18a5 5 0 115 5z"
|
|
2555
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2556
|
+
d: "M11 23H13V25H11zM13 25H15V27H13zM15 27H17V29H15zM15 23H17V25H15zM11 27H13V29H11zM6 4H8V6H6zM8 6H10V8H8zM10 8H12V10H10zM10 4H12V6H10zM6 8H8V10H6zM2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2z"
|
|
2559
2557
|
})), children);
|
|
2560
2558
|
});
|
|
2561
2559
|
|
|
2562
2560
|
if (process.env.NODE_ENV !== "production") {
|
|
2563
|
-
|
|
2561
|
+
WindySnow.propTypes = iconPropTypes;
|
|
2564
2562
|
}
|
|
2565
|
-
var
|
|
2563
|
+
var WindyStrong = /*#__PURE__*/React.forwardRef(function WindyStrong(_ref98, ref) {
|
|
2566
2564
|
var children = _ref98.children,
|
|
2567
2565
|
_ref98$size = _ref98.size,
|
|
2568
2566
|
size = _ref98$size === void 0 ? 16 : _ref98$size,
|
|
@@ -2575,20 +2573,17 @@ var WinterWarning = /*#__PURE__*/React.forwardRef(function WinterWarning(_ref98,
|
|
|
2575
2573
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2576
2574
|
viewBox: "0 0 32 32",
|
|
2577
2575
|
fill: "currentColor"
|
|
2578
|
-
}, rest),
|
|
2579
|
-
d: "
|
|
2580
|
-
})),
|
|
2581
|
-
|
|
2582
|
-
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
2583
|
-
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2584
|
-
d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z"
|
|
2576
|
+
}, rest), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2577
|
+
d: "M13,30a5.0057,5.0057,0,0,1-5-5h2a3,3,0,1,0,3-3H4V20h9a5,5,0,0,1,0,10Z"
|
|
2578
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2579
|
+
d: "M25 25a5.0057 5.0057 0 01-5-5h2a3 3 0 103-3H2V15H25a5 5 0 010 10zM21 12H6V10H21a3 3 0 10-3-3H16a5 5 0 115 5z"
|
|
2585
2580
|
})), children);
|
|
2586
2581
|
});
|
|
2587
2582
|
|
|
2588
2583
|
if (process.env.NODE_ENV !== "production") {
|
|
2589
|
-
|
|
2584
|
+
WindyStrong.propTypes = iconPropTypes;
|
|
2590
2585
|
}
|
|
2591
|
-
var
|
|
2586
|
+
var WinterWarning = /*#__PURE__*/React.forwardRef(function WinterWarning(_ref99, ref) {
|
|
2592
2587
|
var children = _ref99.children,
|
|
2593
2588
|
_ref99$size = _ref99.size,
|
|
2594
2589
|
size = _ref99$size === void 0 ? 16 : _ref99$size,
|
|
@@ -2601,17 +2596,20 @@ var WintryMix = /*#__PURE__*/React.forwardRef(function WintryMix(_ref99, ref) {
|
|
|
2601
2596
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2602
2597
|
viewBox: "0 0 32 32",
|
|
2603
2598
|
fill: "currentColor"
|
|
2604
|
-
}, rest),
|
|
2605
|
-
d: "
|
|
2606
|
-
})),
|
|
2607
|
-
|
|
2599
|
+
}, rest), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2600
|
+
d: "M21.684 19.051L19.167 19.891 13 15.486 13 7.369 15.555 5.665 14.445 4.001 12 5.631 9.555 4.001 8.445 5.665 11 7.369 11 14.057 6 10.486 6 8 4 8 4 10.279 1.684 11.051 2.316 12.949 4.833 12.11 10.28 16.001 4.833 19.891 2.316 19.051 1.684 20.949 4 21.721 4 24 6 24 6 21.515 11 17.944 11 24.631 8.445 26.335 9.555 27.999 12 26.368 14.445 27.999 15.555 26.335 13 24.631 13 17.943 18 21.515 18 24 20 24 20 21.721 22.316 20.949 21.684 19.051z"
|
|
2601
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2602
|
+
fill: "none",
|
|
2603
|
+
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
2604
|
+
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2605
|
+
d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z"
|
|
2608
2606
|
})), children);
|
|
2609
2607
|
});
|
|
2610
2608
|
|
|
2611
2609
|
if (process.env.NODE_ENV !== "production") {
|
|
2612
|
-
|
|
2610
|
+
WinterWarning.propTypes = iconPropTypes;
|
|
2613
2611
|
}
|
|
2614
|
-
var
|
|
2612
|
+
var WintryMix = /*#__PURE__*/React.forwardRef(function WintryMix(_ref100, ref) {
|
|
2615
2613
|
var children = _ref100.children,
|
|
2616
2614
|
_ref100$size = _ref100.size,
|
|
2617
2615
|
size = _ref100$size === void 0 ? 16 : _ref100$size,
|
|
@@ -2624,19 +2622,17 @@ var WirelessCheckout = /*#__PURE__*/React.forwardRef(function WirelessCheckout(_
|
|
|
2624
2622
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2625
2623
|
viewBox: "0 0 32 32",
|
|
2626
2624
|
fill: "currentColor"
|
|
2627
|
-
}, rest),
|
|
2628
|
-
d: "
|
|
2629
|
-
})),
|
|
2630
|
-
d: "
|
|
2631
|
-
})), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2632
|
-
d: "M27,11H21V7a3,3,0,0,0-3-3H12A3,3,0,0,0,9,7v4H3a1,1,0,0,0-1,1.15L3.88,24.3a2,2,0,0,0,2,1.7H15V24H5.86L4.17,13H27ZM11,7a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v4H11Z"
|
|
2625
|
+
}, rest), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2626
|
+
d: "M15 26H17V28H15zM17 28H19V30H17zM19 30H21V32H19zM19 26H21V28H19zM15 30H17V32H15zM13 16H15V18H13zM15 18H17V20H15zM17 20H19V22H17zM17 16H19V18H17zM13 20H15V22H13zM10 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0110 30z"
|
|
2627
|
+
})), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2628
|
+
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.5321,6.5321,0,0,0,2,15.5V22l1,2,1-2V20.18a6.4891,6.4891,0,0,0,3.4294,1.7246L6.106,24.5527a1,1,0,1,0,1.7885.8946l2-4a1,1,0,0,0-.447-1.3418.977.977,0,0,0-.489-.0894V20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20h-.542v.0083A.9955.9955,0,0,0,22,21v3l1,2,1-2V21.9746a6.4473,6.4473,0,0,0,2-.4761V26l1,2,1-2V20.18A6.4876,6.4876,0,0,0,24.8008,9.1362Z"
|
|
2633
2629
|
})), children);
|
|
2634
2630
|
});
|
|
2635
2631
|
|
|
2636
2632
|
if (process.env.NODE_ENV !== "production") {
|
|
2637
|
-
|
|
2633
|
+
WintryMix.propTypes = iconPropTypes;
|
|
2638
2634
|
}
|
|
2639
|
-
var
|
|
2635
|
+
var WirelessCheckout = /*#__PURE__*/React.forwardRef(function WirelessCheckout(_ref101, ref) {
|
|
2640
2636
|
var children = _ref101.children,
|
|
2641
2637
|
_ref101$size = _ref101.size,
|
|
2642
2638
|
size = _ref101$size === void 0 ? 16 : _ref101$size,
|
|
@@ -2649,15 +2645,19 @@ var Wmv = /*#__PURE__*/React.forwardRef(function Wmv(_ref101, ref) {
|
|
|
2649
2645
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2650
2646
|
viewBox: "0 0 32 32",
|
|
2651
2647
|
fill: "currentColor"
|
|
2652
|
-
}, rest),
|
|
2653
|
-
d: "
|
|
2648
|
+
}, rest), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2649
|
+
d: "M18,28V26A10,10,0,0,0,28,16h2A12,12,0,0,1,18,28Z"
|
|
2650
|
+
})), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2651
|
+
d: "M18,23V21a5,5,0,0,0,5-5h2A7,7,0,0,1,18,23Z"
|
|
2652
|
+
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2653
|
+
d: "M27,11H21V7a3,3,0,0,0-3-3H12A3,3,0,0,0,9,7v4H3a1,1,0,0,0-1,1.15L3.88,24.3a2,2,0,0,0,2,1.7H15V24H5.86L4.17,13H27ZM11,7a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v4H11Z"
|
|
2654
2654
|
})), children);
|
|
2655
2655
|
});
|
|
2656
2656
|
|
|
2657
2657
|
if (process.env.NODE_ENV !== "production") {
|
|
2658
|
-
|
|
2658
|
+
WirelessCheckout.propTypes = iconPropTypes;
|
|
2659
2659
|
}
|
|
2660
|
-
var
|
|
2660
|
+
var Wmv = /*#__PURE__*/React.forwardRef(function Wmv(_ref102, ref) {
|
|
2661
2661
|
var children = _ref102.children,
|
|
2662
2662
|
_ref102$size = _ref102.size,
|
|
2663
2663
|
size = _ref102$size === void 0 ? 16 : _ref102$size,
|
|
@@ -2671,16 +2671,14 @@ var WordCloud = /*#__PURE__*/React.forwardRef(function WordCloud(_ref102, ref) {
|
|
|
2671
2671
|
viewBox: "0 0 32 32",
|
|
2672
2672
|
fill: "currentColor"
|
|
2673
2673
|
}, rest), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
2674
|
-
d: "
|
|
2675
|
-
})), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2676
|
-
d: "M16,7h0a8.0233,8.0233,0,0,1,7.8649,6.4935l.2591,1.346,1.3488.244A5.5019,5.5019,0,0,1,24.5076,26H7.4954a5.5019,5.5019,0,0,1-.9695-10.9165l1.3488-.244.2591-1.346A8.0256,8.0256,0,0,1,16,7m0-2a10.0244,10.0244,0,0,0-9.83,8.1155A7.5019,7.5019,0,0,0,7.4911,28H24.5076a7.5019,7.5019,0,0,0,1.3213-14.8845A10.0229,10.0229,0,0,0,15.9883,5Z"
|
|
2674
|
+
d: "M29 9L27 22 25 9 23 9 25.52 23 28.48 23 31 9 29 9zM19 9L17.48 14 17 15.98 16.54 14 15 9 13 9 13 23 15 23 15 15 14.84 13 15.42 15 17 19.63 18.58 15 19.16 13 19 15 19 23 21 23 21 9 19 9zM9.2 9L8.86 17 8.6 21.54 8.19 18 7.51 12.54 5.49 12.54 4.81 18 4.4 21.54 4.14 17 3.8 9 2 9 3 23 5.27 23 6.03 18.07 6.49 14 6.5 13.97 6.51 14 6.97 18.07 7.73 23 10 23 11 9 9.2 9z"
|
|
2677
2675
|
})), children);
|
|
2678
2676
|
});
|
|
2679
2677
|
|
|
2680
2678
|
if (process.env.NODE_ENV !== "production") {
|
|
2681
|
-
|
|
2679
|
+
Wmv.propTypes = iconPropTypes;
|
|
2682
2680
|
}
|
|
2683
|
-
var
|
|
2681
|
+
var WordCloud = /*#__PURE__*/React.forwardRef(function WordCloud(_ref103, ref) {
|
|
2684
2682
|
var children = _ref103.children,
|
|
2685
2683
|
_ref103$size = _ref103.size,
|
|
2686
2684
|
size = _ref103$size === void 0 ? 16 : _ref103$size,
|
|
@@ -2693,15 +2691,17 @@ var WorkflowAutomation = /*#__PURE__*/React.forwardRef(function WorkflowAutomati
|
|
|
2693
2691
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2694
2692
|
viewBox: "0 0 32 32",
|
|
2695
2693
|
fill: "currentColor"
|
|
2696
|
-
}, rest),
|
|
2697
|
-
d: "
|
|
2698
|
-
}))
|
|
2694
|
+
}, rest), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2695
|
+
d: "M10 16H22V18H10zM10 20H18V22H10z"
|
|
2696
|
+
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
2697
|
+
d: "M16,7h0a8.0233,8.0233,0,0,1,7.8649,6.4935l.2591,1.346,1.3488.244A5.5019,5.5019,0,0,1,24.5076,26H7.4954a5.5019,5.5019,0,0,1-.9695-10.9165l1.3488-.244.2591-1.346A8.0256,8.0256,0,0,1,16,7m0-2a10.0244,10.0244,0,0,0-9.83,8.1155A7.5019,7.5019,0,0,0,7.4911,28H24.5076a7.5019,7.5019,0,0,0,1.3213-14.8845A10.0229,10.0229,0,0,0,15.9883,5Z"
|
|
2698
|
+
})), children);
|
|
2699
2699
|
});
|
|
2700
2700
|
|
|
2701
2701
|
if (process.env.NODE_ENV !== "production") {
|
|
2702
|
-
|
|
2702
|
+
WordCloud.propTypes = iconPropTypes;
|
|
2703
2703
|
}
|
|
2704
|
-
var
|
|
2704
|
+
var WorkflowAutomation = /*#__PURE__*/React.forwardRef(function WorkflowAutomation(_ref104, ref) {
|
|
2705
2705
|
var children = _ref104.children,
|
|
2706
2706
|
_ref104$size = _ref104.size,
|
|
2707
2707
|
size = _ref104$size === void 0 ? 16 : _ref104$size,
|
|
@@ -2714,15 +2714,15 @@ var Workspace = /*#__PURE__*/React.forwardRef(function Workspace(_ref104, ref) {
|
|
|
2714
2714
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2715
2715
|
viewBox: "0 0 32 32",
|
|
2716
2716
|
fill: "currentColor"
|
|
2717
|
-
}, rest),
|
|
2718
|
-
d: "M16
|
|
2719
|
-
})), children);
|
|
2717
|
+
}, rest), _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
2718
|
+
d: "M16 27c-3.6 0-7.1-1.8-9.2-5H12v-2H4v8h2v-3.7c2.5 3 6.1 4.7 10 4.7V27zM31 23v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V15h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H17v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V29h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H31zM24 25c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S25.7 25 24 25zM20 10h5.2C21.9 4.9 15.1 3.5 10 6.8c-3.1 2-5 5.5-5 9.2H3C3 8.8 8.8 3 16 3c3.9 0 7.5 1.7 10 4.7V4h2v8h-8V10z"
|
|
2719
|
+
})))), children);
|
|
2720
2720
|
});
|
|
2721
2721
|
|
|
2722
2722
|
if (process.env.NODE_ENV !== "production") {
|
|
2723
|
-
|
|
2723
|
+
WorkflowAutomation.propTypes = iconPropTypes;
|
|
2724
2724
|
}
|
|
2725
|
-
var
|
|
2725
|
+
var Workspace = /*#__PURE__*/React.forwardRef(function Workspace(_ref105, ref) {
|
|
2726
2726
|
var children = _ref105.children,
|
|
2727
2727
|
_ref105$size = _ref105.size,
|
|
2728
2728
|
size = _ref105$size === void 0 ? 16 : _ref105$size,
|
|
@@ -2736,14 +2736,14 @@ var WorkspaceImport = /*#__PURE__*/React.forwardRef(function WorkspaceImport(_re
|
|
|
2736
2736
|
viewBox: "0 0 32 32",
|
|
2737
2737
|
fill: "currentColor"
|
|
2738
2738
|
}, rest), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
2739
|
-
d: "
|
|
2739
|
+
d: "M16 17v8H6V17H16m0-2H6a2 2 0 00-2 2v8a2 2 0 002 2H16a2 2 0 002-2V17a2 2 0 00-2-2zM27 6v5H17V6H27m0-2H17a2 2 0 00-2 2v5a2 2 0 002 2H27a2 2 0 002-2V6a2 2 0 00-2-2zM27 17v5H22V17h5m0-2H22a2 2 0 00-2 2v5a2 2 0 002 2h5a2 2 0 002-2V17a2 2 0 00-2-2zM11 6v5H6V6h5m0-2H6A2 2 0 004 6v5a2 2 0 002 2h5a2 2 0 002-2V6a2 2 0 00-2-2z"
|
|
2740
2740
|
})), children);
|
|
2741
2741
|
});
|
|
2742
2742
|
|
|
2743
2743
|
if (process.env.NODE_ENV !== "production") {
|
|
2744
|
-
|
|
2744
|
+
Workspace.propTypes = iconPropTypes;
|
|
2745
2745
|
}
|
|
2746
|
-
var
|
|
2746
|
+
var WorkspaceImport = /*#__PURE__*/React.forwardRef(function WorkspaceImport(_ref106, ref) {
|
|
2747
2747
|
var children = _ref106.children,
|
|
2748
2748
|
_ref106$size = _ref106.size,
|
|
2749
2749
|
size = _ref106$size === void 0 ? 16 : _ref106$size,
|
|
@@ -2757,18 +2757,14 @@ var Worship = /*#__PURE__*/React.forwardRef(function Worship(_ref106, ref) {
|
|
|
2757
2757
|
viewBox: "0 0 32 32",
|
|
2758
2758
|
fill: "currentColor"
|
|
2759
2759
|
}, rest), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
2760
|
-
d: "
|
|
2761
|
-
})), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
2762
|
-
d: "M21.5,17A3.5,3.5,0,1,1,25,13.5,3.5042,3.5042,0,0,1,21.5,17Zm0-5A1.5,1.5,0,1,0,23,13.5,1.5017,1.5017,0,0,0,21.5,12Z"
|
|
2763
|
-
})), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
2764
|
-
d: "M4,10.5977l12-6.462,12.5264,6.7452.9472-1.7618-13-7a1.0045,1.0045,0,0,0-.9472,0l-13,7A1,1,0,0,0,2,10V30H4Z"
|
|
2760
|
+
d: "M27 6v5H17V6H27m0-2H17a2 2 0 00-2 2v5a2 2 0 002 2H27a2 2 0 002-2V6a2 2 0 00-2-2zM12 25H6V17h6V15H6a2 2 0 00-2 2v8a2 2 0 002 2h6zM30 20L16.828 20 19.414 17.414 18 16 13 21 18 26 19.414 24.586 16.828 22 30 22 30 20zM11 6v5H6V6h5m0-2H6A2 2 0 004 6v5a2 2 0 002 2h5a2 2 0 002-2V6a2 2 0 00-2-2z"
|
|
2765
2761
|
})), children);
|
|
2766
2762
|
});
|
|
2767
2763
|
|
|
2768
2764
|
if (process.env.NODE_ENV !== "production") {
|
|
2769
|
-
|
|
2765
|
+
WorkspaceImport.propTypes = iconPropTypes;
|
|
2770
2766
|
}
|
|
2771
|
-
var
|
|
2767
|
+
var Worship = /*#__PURE__*/React.forwardRef(function Worship(_ref107, ref) {
|
|
2772
2768
|
var children = _ref107.children,
|
|
2773
2769
|
_ref107$size = _ref107.size,
|
|
2774
2770
|
size = _ref107$size === void 0 ? 16 : _ref107$size,
|
|
@@ -2781,15 +2777,19 @@ var WorshipChristian = /*#__PURE__*/React.forwardRef(function WorshipChristian(_
|
|
|
2781
2777
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2782
2778
|
viewBox: "0 0 32 32",
|
|
2783
2779
|
fill: "currentColor"
|
|
2784
|
-
}, rest),
|
|
2785
|
-
d: "
|
|
2780
|
+
}, rest), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
2781
|
+
d: "M26.5859,17,22,21.5859v0h0l-5-5a2.002,2.002,0,0,0-2.8286,0L9.585,21.1709A2.0031,2.0031,0,0,0,9.585,24l4.0009,4H6v2H16a1,1,0,0,0,.707-1.707L11,22.585,15.5852,18l5.7078,5.707a.9995.9995,0,0,0,1.414,0L28,18.4141Z"
|
|
2782
|
+
})), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
2783
|
+
d: "M21.5,17A3.5,3.5,0,1,1,25,13.5,3.5042,3.5042,0,0,1,21.5,17Zm0-5A1.5,1.5,0,1,0,23,13.5,1.5017,1.5017,0,0,0,21.5,12Z"
|
|
2784
|
+
})), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
|
2785
|
+
d: "M4,10.5977l12-6.462,12.5264,6.7452.9472-1.7618-13-7a1.0045,1.0045,0,0,0-.9472,0l-13,7A1,1,0,0,0,2,10V30H4Z"
|
|
2786
2786
|
})), children);
|
|
2787
2787
|
});
|
|
2788
2788
|
|
|
2789
2789
|
if (process.env.NODE_ENV !== "production") {
|
|
2790
|
-
|
|
2790
|
+
Worship.propTypes = iconPropTypes;
|
|
2791
2791
|
}
|
|
2792
|
-
var
|
|
2792
|
+
var WorshipChristian = /*#__PURE__*/React.forwardRef(function WorshipChristian(_ref108, ref) {
|
|
2793
2793
|
var children = _ref108.children,
|
|
2794
2794
|
_ref108$size = _ref108.size,
|
|
2795
2795
|
size = _ref108$size === void 0 ? 16 : _ref108$size,
|
|
@@ -2803,14 +2803,14 @@ var WorshipJewish = /*#__PURE__*/React.forwardRef(function WorshipJewish(_ref108
|
|
|
2803
2803
|
viewBox: "0 0 32 32",
|
|
2804
2804
|
fill: "currentColor"
|
|
2805
2805
|
}, rest), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
|
2806
|
-
d: "
|
|
2806
|
+
d: "M17,30H15a2.0021,2.0021,0,0,1-2-2V14H8a2.0021,2.0021,0,0,1-2-2V10A2.0021,2.0021,0,0,1,8,8h5V4a2.0021,2.0021,0,0,1,2-2h2a2.0021,2.0021,0,0,1,2,2V8h5a2.0021,2.0021,0,0,1,2,2v2a2.0021,2.0021,0,0,1-2,2H19V28A2.0021,2.0021,0,0,1,17,30ZM8,10v2h7V28h2V12h7V10H17V4H15v6Z"
|
|
2807
2807
|
})), children);
|
|
2808
2808
|
});
|
|
2809
2809
|
|
|
2810
2810
|
if (process.env.NODE_ENV !== "production") {
|
|
2811
|
-
|
|
2811
|
+
WorshipChristian.propTypes = iconPropTypes;
|
|
2812
2812
|
}
|
|
2813
|
-
var
|
|
2813
|
+
var WorshipJewish = /*#__PURE__*/React.forwardRef(function WorshipJewish(_ref109, ref) {
|
|
2814
2814
|
var children = _ref109.children,
|
|
2815
2815
|
_ref109$size = _ref109.size,
|
|
2816
2816
|
size = _ref109$size === void 0 ? 16 : _ref109$size,
|
|
@@ -2824,16 +2824,14 @@ var WorshipMuslim = /*#__PURE__*/React.forwardRef(function WorshipMuslim(_ref109
|
|
|
2824
2824
|
viewBox: "0 0 32 32",
|
|
2825
2825
|
fill: "currentColor"
|
|
2826
2826
|
}, rest), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
|
2827
|
-
d: "
|
|
2828
|
-
})), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
|
|
2829
|
-
d: "M15.8169,30A13.8137,13.8137,0,0,1,9.0752,4.1277a1,1,0,0,1,1.3613,1.3611A11.8091,11.8091,0,0,0,26.5107,21.5635a1,1,0,0,1,1.3619,1.3611A13.8411,13.8411,0,0,1,15.8169,30ZM7.3271,7.9727a11.81,11.81,0,0,0,16.7,16.7,13.8086,13.8086,0,0,1-16.7-16.7Z"
|
|
2827
|
+
d: "M24.291,16l3.585-6.5181A1,1,0,0,0,27,8H19.8911L16.876,2.5181a1,1,0,0,0-1.752,0L12.1089,8H5a1,1,0,0,0-.876,1.4819L7.709,16,4.124,22.5181A1,1,0,0,0,5,24h7.1089l3.0151,5.4819a1,1,0,0,0,1.752,0L19.8911,24H27a1,1,0,0,0,.876-1.4819Zm-5.5823,6L16,26.9248,13.2913,22h-6.6l3.3-6-3.3-6h6.6L16,5.0752,18.7087,10h6.6l-3.3,6,3.3,6Z"
|
|
2830
2828
|
})), children);
|
|
2831
2829
|
});
|
|
2832
2830
|
|
|
2833
2831
|
if (process.env.NODE_ENV !== "production") {
|
|
2834
|
-
|
|
2832
|
+
WorshipJewish.propTypes = iconPropTypes;
|
|
2835
2833
|
}
|
|
2836
|
-
var
|
|
2834
|
+
var WorshipMuslim = /*#__PURE__*/React.forwardRef(function WorshipMuslim(_ref110, ref) {
|
|
2837
2835
|
var children = _ref110.children,
|
|
2838
2836
|
_ref110$size = _ref110.size,
|
|
2839
2837
|
size = _ref110$size === void 0 ? 16 : _ref110$size,
|
|
@@ -2846,15 +2844,17 @@ var QX = /*#__PURE__*/React.forwardRef(function QX(_ref110, ref) {
|
|
|
2846
2844
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2847
2845
|
viewBox: "0 0 32 32",
|
|
2848
2846
|
fill: "currentColor"
|
|
2849
|
-
}, rest),
|
|
2850
|
-
d: "
|
|
2847
|
+
}, rest), _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
|
|
2848
|
+
d: "M27,18a.9986.9986,0,0,1-.5415-.1594L22,14.9688l-4.4585,2.8718a1,1,0,0,1-1.5088-1.095l1.35-5.1318L14.3105,8.69a1,1,0,0,1,.5508-1.7146l4.3745-.6128,1.8663-3.8032A1.0008,1.0008,0,0,1,21.9878,2a1.0171,1.0171,0,0,1,.8989.5378L24.88,6.3625l4.2622.6133A1,1,0,0,1,29.69,8.69l-3.0723,2.9239,1.35,5.1318A1,1,0,0,1,27,18Zm-5-5.2207a.999.999,0,0,1,.5415.1594l2.8369,1.8272-.8457-3.2149a1.0006,1.0006,0,0,1,.2778-.9787l2.0074-1.91-2.73-.3929a.9994.9994,0,0,1-.7441-.5275L22.0269,5.2151,20.7979,7.72a1.0008,1.0008,0,0,1-.7593.55L17.19,8.6687l2,1.9036a1.0006,1.0006,0,0,1,.2778.9787l-.8457,3.2149,2.8369-1.8272A.999.999,0,0,1,22,12.7793Z"
|
|
2849
|
+
})), _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
|
|
2850
|
+
d: "M15.8169,30A13.8137,13.8137,0,0,1,9.0752,4.1277a1,1,0,0,1,1.3613,1.3611A11.8091,11.8091,0,0,0,26.5107,21.5635a1,1,0,0,1,1.3619,1.3611A13.8411,13.8411,0,0,1,15.8169,30ZM7.3271,7.9727a11.81,11.81,0,0,0,16.7,16.7,13.8086,13.8086,0,0,1-16.7-16.7Z"
|
|
2851
2851
|
})), children);
|
|
2852
2852
|
});
|
|
2853
2853
|
|
|
2854
2854
|
if (process.env.NODE_ENV !== "production") {
|
|
2855
|
-
|
|
2855
|
+
WorshipMuslim.propTypes = iconPropTypes;
|
|
2856
2856
|
}
|
|
2857
|
-
var
|
|
2857
|
+
var QX = /*#__PURE__*/React.forwardRef(function QX(_ref111, ref) {
|
|
2858
2858
|
var children = _ref111.children,
|
|
2859
2859
|
_ref111$size = _ref111.size,
|
|
2860
2860
|
size = _ref111$size === void 0 ? 16 : _ref111$size,
|
|
@@ -2868,14 +2868,14 @@ var XAxis = /*#__PURE__*/React.forwardRef(function XAxis(_ref111, ref) {
|
|
|
2868
2868
|
viewBox: "0 0 32 32",
|
|
2869
2869
|
fill: "currentColor"
|
|
2870
2870
|
}, rest), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
|
|
2871
|
-
d: "
|
|
2871
|
+
d: "M20 9L18 9 16 15 14 9 12 9 14.75 16 12 23 14 23 16 17 18 23 20 23 17.25 16 20 9z"
|
|
2872
2872
|
})), children);
|
|
2873
2873
|
});
|
|
2874
2874
|
|
|
2875
2875
|
if (process.env.NODE_ENV !== "production") {
|
|
2876
|
-
|
|
2876
|
+
QX.propTypes = iconPropTypes;
|
|
2877
2877
|
}
|
|
2878
|
-
var
|
|
2878
|
+
var XAxis = /*#__PURE__*/React.forwardRef(function XAxis(_ref112, ref) {
|
|
2879
2879
|
var children = _ref112.children,
|
|
2880
2880
|
_ref112$size = _ref112.size,
|
|
2881
2881
|
size = _ref112$size === void 0 ? 16 : _ref112$size,
|
|
@@ -2889,14 +2889,14 @@ var Xls = /*#__PURE__*/React.forwardRef(function Xls(_ref112, ref) {
|
|
|
2889
2889
|
viewBox: "0 0 32 32",
|
|
2890
2890
|
fill: "currentColor"
|
|
2891
2891
|
}, rest), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
|
|
2892
|
-
d: "
|
|
2892
|
+
d: "M23,20l-1.4141,1.4141L24.1719,24H6V4H4V24a2.0023,2.0023,0,0,0,2,2H24.1719l-2.586,2.5859L23,30l5-5Z"
|
|
2893
2893
|
})), children);
|
|
2894
2894
|
});
|
|
2895
2895
|
|
|
2896
2896
|
if (process.env.NODE_ENV !== "production") {
|
|
2897
|
-
|
|
2897
|
+
XAxis.propTypes = iconPropTypes;
|
|
2898
2898
|
}
|
|
2899
|
-
var
|
|
2899
|
+
var Xls = /*#__PURE__*/React.forwardRef(function Xls(_ref113, ref) {
|
|
2900
2900
|
var children = _ref113.children,
|
|
2901
2901
|
_ref113$size = _ref113.size,
|
|
2902
2902
|
size = _ref113$size === void 0 ? 16 : _ref113$size,
|
|
@@ -2910,14 +2910,14 @@ var Xml = /*#__PURE__*/React.forwardRef(function Xml(_ref113, ref) {
|
|
|
2910
2910
|
viewBox: "0 0 32 32",
|
|
2911
2911
|
fill: "currentColor"
|
|
2912
2912
|
}, rest), _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
|
|
2913
|
-
d: "
|
|
2913
|
+
d: "M28 23H22V21h6V17H24a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2H24v4h4a2.002 2.002 0 012 2v4A2.0023 2.0023 0 0128 23zM14 21L14 9 12 9 12 23 20 23 20 21 14 21zM10 9L8 9 6 15 4 9 2 9 4.752 16 2 23 4 23 6 17 8 23 10 23 7.245 16 10 9z"
|
|
2914
2914
|
})), children);
|
|
2915
2915
|
});
|
|
2916
2916
|
|
|
2917
2917
|
if (process.env.NODE_ENV !== "production") {
|
|
2918
|
-
|
|
2918
|
+
Xls.propTypes = iconPropTypes;
|
|
2919
2919
|
}
|
|
2920
|
-
var
|
|
2920
|
+
var Xml = /*#__PURE__*/React.forwardRef(function Xml(_ref114, ref) {
|
|
2921
2921
|
var children = _ref114.children,
|
|
2922
2922
|
_ref114$size = _ref114.size,
|
|
2923
2923
|
size = _ref114$size === void 0 ? 16 : _ref114$size,
|
|
@@ -2931,14 +2931,14 @@ var QY = /*#__PURE__*/React.forwardRef(function QY(_ref114, ref) {
|
|
|
2931
2931
|
viewBox: "0 0 32 32",
|
|
2932
2932
|
fill: "currentColor"
|
|
2933
2933
|
}, rest), _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
|
|
2934
|
-
d: "
|
|
2934
|
+
d: "M24 21L24 9 22 9 22 23 30 23 30 21 24 21zM18 9L16.48 14 16 15.98 15.54 14 14 9 12 9 12 23 14 23 14 15 13.84 13 14.42 15 16 19.63 17.58 15 18.16 13 18 15 18 23 20 23 20 9 18 9zM10 9L8 9 6 15 4 9 2 9 4.75 16 2 23 4 23 6 17 8 23 10 23 7.25 16 10 9z"
|
|
2935
2935
|
})), children);
|
|
2936
2936
|
});
|
|
2937
2937
|
|
|
2938
2938
|
if (process.env.NODE_ENV !== "production") {
|
|
2939
|
-
|
|
2939
|
+
Xml.propTypes = iconPropTypes;
|
|
2940
2940
|
}
|
|
2941
|
-
var
|
|
2941
|
+
var QY = /*#__PURE__*/React.forwardRef(function QY(_ref115, ref) {
|
|
2942
2942
|
var children = _ref115.children,
|
|
2943
2943
|
_ref115$size = _ref115.size,
|
|
2944
2944
|
size = _ref115$size === void 0 ? 16 : _ref115$size,
|
|
@@ -2952,14 +2952,14 @@ var YAxis = /*#__PURE__*/React.forwardRef(function YAxis(_ref115, ref) {
|
|
|
2952
2952
|
viewBox: "0 0 32 32",
|
|
2953
2953
|
fill: "currentColor"
|
|
2954
2954
|
}, rest), _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
|
|
2955
|
-
d: "
|
|
2955
|
+
d: "M20 9L18 9 16 16 14 9 12 9 15 18 15 23 17 23 17 18 20 9z"
|
|
2956
2956
|
})), children);
|
|
2957
2957
|
});
|
|
2958
2958
|
|
|
2959
2959
|
if (process.env.NODE_ENV !== "production") {
|
|
2960
|
-
|
|
2960
|
+
QY.propTypes = iconPropTypes;
|
|
2961
2961
|
}
|
|
2962
|
-
var
|
|
2962
|
+
var YAxis = /*#__PURE__*/React.forwardRef(function YAxis(_ref116, ref) {
|
|
2963
2963
|
var children = _ref116.children,
|
|
2964
2964
|
_ref116$size = _ref116.size,
|
|
2965
2965
|
size = _ref116$size === void 0 ? 16 : _ref116$size,
|
|
@@ -2973,14 +2973,14 @@ var QZ = /*#__PURE__*/React.forwardRef(function QZ(_ref116, ref) {
|
|
|
2973
2973
|
viewBox: "0 0 32 32",
|
|
2974
2974
|
fill: "currentColor"
|
|
2975
2975
|
}, rest), _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
|
|
2976
|
-
d: "
|
|
2976
|
+
d: "M8,26V7.8281l2.5859,2.586L12,9,7,4,2,9l1.4141,1.4141L6,7.8281V26a2.0023,2.0023,0,0,0,2,2H28V26Z"
|
|
2977
2977
|
})), children);
|
|
2978
2978
|
});
|
|
2979
2979
|
|
|
2980
2980
|
if (process.env.NODE_ENV !== "production") {
|
|
2981
|
-
|
|
2981
|
+
YAxis.propTypes = iconPropTypes;
|
|
2982
2982
|
}
|
|
2983
|
-
var
|
|
2983
|
+
var QZ = /*#__PURE__*/React.forwardRef(function QZ(_ref117, ref) {
|
|
2984
2984
|
var children = _ref117.children,
|
|
2985
2985
|
_ref117$size = _ref117.size,
|
|
2986
2986
|
size = _ref117$size === void 0 ? 16 : _ref117$size,
|
|
@@ -2994,14 +2994,14 @@ var ZAxis = /*#__PURE__*/React.forwardRef(function ZAxis(_ref117, ref) {
|
|
|
2994
2994
|
viewBox: "0 0 32 32",
|
|
2995
2995
|
fill: "currentColor"
|
|
2996
2996
|
}, rest), _path234 || (_path234 = /*#__PURE__*/React.createElement("path", {
|
|
2997
|
-
d: "
|
|
2997
|
+
d: "M20 9L12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z"
|
|
2998
2998
|
})), children);
|
|
2999
2999
|
});
|
|
3000
3000
|
|
|
3001
3001
|
if (process.env.NODE_ENV !== "production") {
|
|
3002
|
-
|
|
3002
|
+
QZ.propTypes = iconPropTypes;
|
|
3003
3003
|
}
|
|
3004
|
-
var
|
|
3004
|
+
var ZAxis = /*#__PURE__*/React.forwardRef(function ZAxis(_ref118, ref) {
|
|
3005
3005
|
var children = _ref118.children,
|
|
3006
3006
|
_ref118$size = _ref118.size,
|
|
3007
3007
|
size = _ref118$size === void 0 ? 16 : _ref118$size,
|
|
@@ -3015,14 +3015,14 @@ var Zip = /*#__PURE__*/React.forwardRef(function Zip(_ref118, ref) {
|
|
|
3015
3015
|
viewBox: "0 0 32 32",
|
|
3016
3016
|
fill: "currentColor"
|
|
3017
3017
|
}, rest), _path235 || (_path235 = /*#__PURE__*/React.createElement("path", {
|
|
3018
|
-
d: "
|
|
3018
|
+
d: "M26 22L26 25.586 17 16.586 17 10 17 6 17 5.828 19.586 8.414 21 7 16 2 11 7 12.414 8.414 15 5.828 15 6 15 10 15 16.586 6 25.586 6 22 4 22 4 29 11 29 11 27 7.414 27 16 18.414 24.586 27 21 27 21 29 28 29 28 22 26 22z"
|
|
3019
3019
|
})), children);
|
|
3020
3020
|
});
|
|
3021
3021
|
|
|
3022
3022
|
if (process.env.NODE_ENV !== "production") {
|
|
3023
|
-
|
|
3023
|
+
ZAxis.propTypes = iconPropTypes;
|
|
3024
3024
|
}
|
|
3025
|
-
var
|
|
3025
|
+
var Zip = /*#__PURE__*/React.forwardRef(function Zip(_ref119, ref) {
|
|
3026
3026
|
var children = _ref119.children,
|
|
3027
3027
|
_ref119$size = _ref119.size,
|
|
3028
3028
|
size = _ref119$size === void 0 ? 16 : _ref119$size,
|
|
@@ -3036,14 +3036,14 @@ var ZipReference = /*#__PURE__*/React.forwardRef(function ZipReference(_ref119,
|
|
|
3036
3036
|
viewBox: "0 0 32 32",
|
|
3037
3037
|
fill: "currentColor"
|
|
3038
3038
|
}, rest), _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
|
|
3039
|
-
d: "
|
|
3039
|
+
d: "M28 9H22V23h2V18h4a2 2 0 002-2V11A2 2 0 0028 9zm0 7H24V11h4zM12 9L12 11 15 11 15 21 12 21 12 23 20 23 20 21 17 21 17 11 20 11 20 9 12 9zM10 9L2 9 2 11 8 11 2 21 2 23 10 23 10 21 4 21 10 11 10 9z"
|
|
3040
3040
|
})), children);
|
|
3041
3041
|
});
|
|
3042
3042
|
|
|
3043
3043
|
if (process.env.NODE_ENV !== "production") {
|
|
3044
|
-
|
|
3044
|
+
Zip.propTypes = iconPropTypes;
|
|
3045
3045
|
}
|
|
3046
|
-
var
|
|
3046
|
+
var ZipReference = /*#__PURE__*/React.forwardRef(function ZipReference(_ref120, ref) {
|
|
3047
3047
|
var children = _ref120.children,
|
|
3048
3048
|
_ref120$size = _ref120.size,
|
|
3049
3049
|
size = _ref120$size === void 0 ? 16 : _ref120$size,
|
|
@@ -3057,14 +3057,14 @@ var ZoomArea = /*#__PURE__*/React.forwardRef(function ZoomArea(_ref120, ref) {
|
|
|
3057
3057
|
viewBox: "0 0 32 32",
|
|
3058
3058
|
fill: "currentColor"
|
|
3059
3059
|
}, rest), _path237 || (_path237 = /*#__PURE__*/React.createElement("path", {
|
|
3060
|
-
d: "
|
|
3060
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM28 2H22V16h2V11h4a2 2 0 002-2V4A2 2 0 0028 2zm0 7H24V4h4zM12 4L15 4 15 14 12 14 12 16 20 16 20 14 17 14 17 4 20 4 20 2 12 2 12 4zM2 4L8 4 2 14 2 16 10 16 10 14 4 14 10 4 10 2 2 2 2 4z"
|
|
3061
3061
|
})), children);
|
|
3062
3062
|
});
|
|
3063
3063
|
|
|
3064
3064
|
if (process.env.NODE_ENV !== "production") {
|
|
3065
|
-
|
|
3065
|
+
ZipReference.propTypes = iconPropTypes;
|
|
3066
3066
|
}
|
|
3067
|
-
var
|
|
3067
|
+
var ZoomArea = /*#__PURE__*/React.forwardRef(function ZoomArea(_ref121, ref) {
|
|
3068
3068
|
var children = _ref121.children,
|
|
3069
3069
|
_ref121$size = _ref121.size,
|
|
3070
3070
|
size = _ref121$size === void 0 ? 16 : _ref121$size,
|
|
@@ -3078,21 +3078,42 @@ var ZoomFit = /*#__PURE__*/React.forwardRef(function ZoomFit(_ref121, ref) {
|
|
|
3078
3078
|
viewBox: "0 0 32 32",
|
|
3079
3079
|
fill: "currentColor"
|
|
3080
3080
|
}, rest), _path238 || (_path238 = /*#__PURE__*/React.createElement("path", {
|
|
3081
|
-
d: "
|
|
3082
|
-
})), _path239 || (_path239 = /*#__PURE__*/React.createElement("path", {
|
|
3083
|
-
d: "M10 12H8V10a2.0023 2.0023 0 012-2h2v2H10zM18 12H16V10H14V8h2a2.0023 2.0023 0 012 2zM12 18H10a2.0023 2.0023 0 01-2-2V14h2v2h2zM16 18H14V16h2V14h2v2A2.0023 2.0023 0 0116 18z"
|
|
3081
|
+
d: "M31 29.5859l-4.6885-4.6884a8.028 8.028 0 10-1.414 1.414L29.5859 31zM20 26a6 6 0 116-6A6.0066 6.0066 0 0120 26zM8 26H4a2.0021 2.0021 0 01-2-2V20H4v4H8zM2 12H4V16H2zM26 8H24V4H20V2h4a2.0021 2.0021 0 012 2zM12 2H16V4H12zM4 8H2V4A2.0021 2.0021 0 014 2H8V4H4z"
|
|
3084
3082
|
})), children);
|
|
3085
3083
|
});
|
|
3086
3084
|
|
|
3087
3085
|
if (process.env.NODE_ENV !== "production") {
|
|
3088
|
-
|
|
3086
|
+
ZoomArea.propTypes = iconPropTypes;
|
|
3089
3087
|
}
|
|
3090
|
-
var
|
|
3088
|
+
var ZoomFit = /*#__PURE__*/React.forwardRef(function ZoomFit(_ref122, ref) {
|
|
3091
3089
|
var children = _ref122.children,
|
|
3092
3090
|
_ref122$size = _ref122.size,
|
|
3093
3091
|
size = _ref122$size === void 0 ? 16 : _ref122$size,
|
|
3094
3092
|
rest = _objectWithoutProperties(_ref122, _excluded122);
|
|
3095
3093
|
|
|
3094
|
+
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
3095
|
+
width: size,
|
|
3096
|
+
height: size,
|
|
3097
|
+
ref: ref,
|
|
3098
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3099
|
+
viewBox: "0 0 32 32",
|
|
3100
|
+
fill: "currentColor"
|
|
3101
|
+
}, rest), _path239 || (_path239 = /*#__PURE__*/React.createElement("path", {
|
|
3102
|
+
d: "M21.4479,20A10.856,10.856,0,0,0,24,13,11,11,0,1,0,13,24a10.856,10.856,0,0,0,7-2.5521L27.5859,29,29,27.5859ZM13,22a9,9,0,1,1,9-9A9.01,9.01,0,0,1,13,22Z"
|
|
3103
|
+
})), _path240 || (_path240 = /*#__PURE__*/React.createElement("path", {
|
|
3104
|
+
d: "M10 12H8V10a2.0023 2.0023 0 012-2h2v2H10zM18 12H16V10H14V8h2a2.0023 2.0023 0 012 2zM12 18H10a2.0023 2.0023 0 01-2-2V14h2v2h2zM16 18H14V16h2V14h2v2A2.0023 2.0023 0 0116 18z"
|
|
3105
|
+
})), children);
|
|
3106
|
+
});
|
|
3107
|
+
|
|
3108
|
+
if (process.env.NODE_ENV !== "production") {
|
|
3109
|
+
ZoomFit.propTypes = iconPropTypes;
|
|
3110
|
+
}
|
|
3111
|
+
var ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(_ref123, ref) {
|
|
3112
|
+
var children = _ref123.children,
|
|
3113
|
+
_ref123$size = _ref123.size,
|
|
3114
|
+
size = _ref123$size === void 0 ? 16 : _ref123$size,
|
|
3115
|
+
rest = _objectWithoutProperties(_ref123, _excluded123);
|
|
3116
|
+
|
|
3096
3117
|
if (size === 16 || size === "16" || size === "16px") {
|
|
3097
3118
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
3098
3119
|
width: size,
|
|
@@ -3101,9 +3122,9 @@ var ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(_ref122, ref) {
|
|
|
3101
3122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3102
3123
|
viewBox: "0 0 16 16",
|
|
3103
3124
|
fill: "currentColor"
|
|
3104
|
-
}, rest),
|
|
3125
|
+
}, rest), _path241 || (_path241 = /*#__PURE__*/React.createElement("path", {
|
|
3105
3126
|
d: "M9 6L7 6 7 4 6 4 6 6 4 6 4 7 6 7 6 9 7 9 7 7 9 7z"
|
|
3106
|
-
})),
|
|
3127
|
+
})), _path242 || (_path242 = /*#__PURE__*/React.createElement("path", {
|
|
3107
3128
|
d: "M10.7,10C11.5,9,12,7.8,12,6.5C12,3.5,9.5,1,6.5,1S1,3.5,1,6.5S3.5,12,6.5,12c1.3,0,2.5-0.5,3.5-1.3l3.8,3.8l0.7-0.7 L10.7,10z M6.5,11C4,11,2,9,2,6.5S4,2,6.5,2S11,4,11,6.5S9,11,6.5,11L6.5,11z"
|
|
3108
3129
|
})), children);
|
|
3109
3130
|
}
|
|
@@ -3115,9 +3136,9 @@ var ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(_ref122, ref) {
|
|
|
3115
3136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3116
3137
|
viewBox: "0 0 32 32",
|
|
3117
3138
|
fill: "currentColor"
|
|
3118
|
-
}, rest),
|
|
3139
|
+
}, rest), _path243 || (_path243 = /*#__PURE__*/React.createElement("path", {
|
|
3119
3140
|
d: "M18 12L14 12 14 8 12 8 12 12 8 12 8 14 12 14 12 18 14 18 14 14 18 14 18 12z"
|
|
3120
|
-
})),
|
|
3141
|
+
})), _path244 || (_path244 = /*#__PURE__*/React.createElement("path", {
|
|
3121
3142
|
d: "M21.4479,20A10.856,10.856,0,0,0,24,13,11,11,0,1,0,13,24a10.856,10.856,0,0,0,7-2.5521L27.5859,29,29,27.5859ZM13,22a9,9,0,1,1,9-9A9.01,9.01,0,0,1,13,22Z"
|
|
3122
3143
|
})), children);
|
|
3123
3144
|
});
|
|
@@ -3125,11 +3146,11 @@ var ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(_ref122, ref) {
|
|
|
3125
3146
|
if (process.env.NODE_ENV !== "production") {
|
|
3126
3147
|
ZoomIn.propTypes = iconPropTypes;
|
|
3127
3148
|
}
|
|
3128
|
-
var ZoomInArea = /*#__PURE__*/React.forwardRef(function ZoomInArea(
|
|
3129
|
-
var children =
|
|
3130
|
-
|
|
3131
|
-
size =
|
|
3132
|
-
rest = _objectWithoutProperties(
|
|
3149
|
+
var ZoomInArea = /*#__PURE__*/React.forwardRef(function ZoomInArea(_ref124, ref) {
|
|
3150
|
+
var children = _ref124.children,
|
|
3151
|
+
_ref124$size = _ref124.size,
|
|
3152
|
+
size = _ref124$size === void 0 ? 16 : _ref124$size,
|
|
3153
|
+
rest = _objectWithoutProperties(_ref124, _excluded124);
|
|
3133
3154
|
|
|
3134
3155
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
3135
3156
|
width: size,
|
|
@@ -3138,9 +3159,9 @@ var ZoomInArea = /*#__PURE__*/React.forwardRef(function ZoomInArea(_ref123, ref)
|
|
|
3138
3159
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3139
3160
|
viewBox: "0 0 32 32",
|
|
3140
3161
|
fill: "currentColor"
|
|
3141
|
-
}, rest),
|
|
3162
|
+
}, rest), _path245 || (_path245 = /*#__PURE__*/React.createElement("path", {
|
|
3142
3163
|
d: "M24 19L21 19 21 16 19 16 19 19 16 19 16 21 19 21 19 24 21 24 21 21 24 21 24 19z"
|
|
3143
|
-
})),
|
|
3164
|
+
})), _path246 || (_path246 = /*#__PURE__*/React.createElement("path", {
|
|
3144
3165
|
d: "M31 29.5859l-4.6885-4.6884a8.028 8.028 0 10-1.414 1.414L29.5859 31zM20 26a6 6 0 116-6A6.0066 6.0066 0 0120 26zM4 8H2V4A2.0021 2.0021 0 014 2H8V4H4zM26 8H24V4H20V2h4a2.0021 2.0021 0 012 2zM12 2H16V4H12zM8 26H4a2.0021 2.0021 0 01-2-2V20H4v4H8zM2 12H4V16H2z"
|
|
3145
3166
|
})), children);
|
|
3146
3167
|
});
|
|
@@ -3148,11 +3169,11 @@ var ZoomInArea = /*#__PURE__*/React.forwardRef(function ZoomInArea(_ref123, ref)
|
|
|
3148
3169
|
if (process.env.NODE_ENV !== "production") {
|
|
3149
3170
|
ZoomInArea.propTypes = iconPropTypes;
|
|
3150
3171
|
}
|
|
3151
|
-
var ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(
|
|
3152
|
-
var children =
|
|
3153
|
-
|
|
3154
|
-
size =
|
|
3155
|
-
rest = _objectWithoutProperties(
|
|
3172
|
+
var ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(_ref125, ref) {
|
|
3173
|
+
var children = _ref125.children,
|
|
3174
|
+
_ref125$size = _ref125.size,
|
|
3175
|
+
size = _ref125$size === void 0 ? 16 : _ref125$size,
|
|
3176
|
+
rest = _objectWithoutProperties(_ref125, _excluded125);
|
|
3156
3177
|
|
|
3157
3178
|
if (size === 16 || size === "16" || size === "16px") {
|
|
3158
3179
|
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
@@ -3162,9 +3183,9 @@ var ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(_ref124, ref) {
|
|
|
3162
3183
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3163
3184
|
viewBox: "0 0 16 16",
|
|
3164
3185
|
fill: "currentColor"
|
|
3165
|
-
}, rest),
|
|
3186
|
+
}, rest), _path247 || (_path247 = /*#__PURE__*/React.createElement("path", {
|
|
3166
3187
|
d: "M4 6H9V7H4z"
|
|
3167
|
-
})),
|
|
3188
|
+
})), _path248 || (_path248 = /*#__PURE__*/React.createElement("path", {
|
|
3168
3189
|
d: "M10.7,10C11.5,9,12,7.8,12,6.5C12,3.5,9.5,1,6.5,1S1,3.5,1,6.5S3.5,12,6.5,12c1.3,0,2.5-0.5,3.5-1.3l3.8,3.8l0.7-0.7 L10.7,10z M6.5,11C4,11,2,9,2,6.5S4,2,6.5,2S11,4,11,6.5S9,11,6.5,11L6.5,11z"
|
|
3169
3190
|
})), children);
|
|
3170
3191
|
}
|
|
@@ -3176,9 +3197,9 @@ var ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(_ref124, ref) {
|
|
|
3176
3197
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3177
3198
|
viewBox: "0 0 32 32",
|
|
3178
3199
|
fill: "currentColor"
|
|
3179
|
-
}, rest),
|
|
3200
|
+
}, rest), _path249 || (_path249 = /*#__PURE__*/React.createElement("path", {
|
|
3180
3201
|
d: "M8 12H18V14H8z"
|
|
3181
|
-
})),
|
|
3202
|
+
})), _path250 || (_path250 = /*#__PURE__*/React.createElement("path", {
|
|
3182
3203
|
d: "M21.4479,20A10.856,10.856,0,0,0,24,13,11,11,0,1,0,13,24a10.856,10.856,0,0,0,7-2.5521L27.5859,29,29,27.5859ZM13,22a9,9,0,1,1,9-9A9.01,9.01,0,0,1,13,22Z"
|
|
3183
3204
|
})), children);
|
|
3184
3205
|
});
|
|
@@ -3186,28 +3207,5 @@ var ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(_ref124, ref) {
|
|
|
3186
3207
|
if (process.env.NODE_ENV !== "production") {
|
|
3187
3208
|
ZoomOut.propTypes = iconPropTypes;
|
|
3188
3209
|
}
|
|
3189
|
-
var ZoomOutArea = /*#__PURE__*/React.forwardRef(function ZoomOutArea(_ref125, ref) {
|
|
3190
|
-
var children = _ref125.children,
|
|
3191
|
-
_ref125$size = _ref125.size,
|
|
3192
|
-
size = _ref125$size === void 0 ? 16 : _ref125$size,
|
|
3193
|
-
rest = _objectWithoutProperties(_ref125, _excluded125);
|
|
3194
|
-
|
|
3195
|
-
return /*#__PURE__*/React.createElement(Icon, _objectSpread2({
|
|
3196
|
-
width: size,
|
|
3197
|
-
height: size,
|
|
3198
|
-
ref: ref,
|
|
3199
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3200
|
-
viewBox: "0 0 32 32",
|
|
3201
|
-
fill: "currentColor"
|
|
3202
|
-
}, rest), _path250 || (_path250 = /*#__PURE__*/React.createElement("path", {
|
|
3203
|
-
d: "M16 19H24V21H16z"
|
|
3204
|
-
})), _path251 || (_path251 = /*#__PURE__*/React.createElement("path", {
|
|
3205
|
-
d: "M31 29.5859l-4.6885-4.6884a8.028 8.028 0 10-1.414 1.414L29.5859 31zM20 26a6 6 0 116-6A6.0066 6.0066 0 0120 26zM4 8H2V4A2.0021 2.0021 0 014 2H8V4H4zM26 8H24V4H20V2h4a2.0021 2.0021 0 012 2zM12 2H16V4H12zM8 26H4a2.0021 2.0021 0 01-2-2V20H4v4H8zM2 12H4V16H2z"
|
|
3206
|
-
})), children);
|
|
3207
|
-
});
|
|
3208
|
-
|
|
3209
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3210
|
-
ZoomOutArea.propTypes = iconPropTypes;
|
|
3211
|
-
}
|
|
3212
3210
|
|
|
3213
|
-
export { QX, QY, QZ, UvIndexAlt, UvIndexFilled, ValueVariable, Van, VegetationAsset, VehicleApi, VehicleConnected, VehicleInsights, VehicleServices, Version, VerticalView, Video, VideoAdd, VideoChat, VideoFilled, VideoOff, VideoOffFilled, 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, WarningFilled, WarningHex, WarningHexFilled, WarningOther, WarningSquare, WarningSquareFilled, Watch, Watson, WatsonHealthWindowAuto, WatsonHealthWindowBase, WatsonHealthWindowBlackSaturation, WatsonHealthWindowOverlay, WatsonHealthWindowPreset, WatsonMachineLearning, WaveDirection, WaveHeight, WavePeriod, WeatherFrontCold, WeatherFrontStationary, WeatherFrontWarm, WeatherStation, Webhook, Websheet, Wheat, Wifi, WifiBridge, WifiBridgeAlt, WifiController, WifiNotSecure, WifiOff, WifiSecure, Wikis, WindGusts, WindPower, WindStream, Windy, WindyDust, WindySnow, WindyStrong, WinterWarning, WintryMix, WirelessCheckout, Wmv, WordCloud, WorkflowAutomation, Workspace, WorkspaceImport, Worship, WorshipChristian, WorshipJewish, WorshipMuslim, XAxis, Xls, Xml, YAxis, ZAxis, Zip, ZipReference, ZoomArea, ZoomFit, ZoomIn, ZoomInArea, ZoomOut
|
|
3211
|
+
export { QX, QY, QZ, UvIndex, UvIndexAlt, UvIndexFilled, ValueVariable, Van, VegetationAsset, VehicleApi, VehicleConnected, VehicleInsights, VehicleServices, Version, VerticalView, Video, VideoAdd, VideoChat, VideoFilled, VideoOff, VideoOffFilled, 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, WarningFilled, WarningHex, WarningHexFilled, WarningOther, WarningSquare, WarningSquareFilled, Watch, Watson, WatsonHealthWindowAuto, WatsonHealthWindowBase, WatsonHealthWindowBlackSaturation, WatsonHealthWindowOverlay, WatsonHealthWindowPreset, WatsonMachineLearning, WaveDirection, WaveHeight, WavePeriod, WeatherFrontCold, WeatherFrontStationary, WeatherFrontWarm, WeatherStation, Webhook, Websheet, Wheat, Wifi, WifiBridge, WifiBridgeAlt, WifiController, WifiNotSecure, WifiOff, WifiSecure, Wikis, WindGusts, WindPower, WindStream, Windy, WindyDust, WindySnow, WindyStrong, WinterWarning, WintryMix, WirelessCheckout, Wmv, WordCloud, WorkflowAutomation, Workspace, WorkspaceImport, Worship, WorshipChristian, WorshipJewish, WorshipMuslim, XAxis, Xls, Xml, YAxis, ZAxis, Zip, ZipReference, ZoomArea, ZoomFit, ZoomIn, ZoomInArea, ZoomOut };
|