@carbon/icons-react 11.40.0-rc.0 → 11.40.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/CircleOutline.d.ts +11 -0
- package/es/CircleOutline.js +39 -0
- package/es/DiamondOutline.d.ts +11 -0
- package/es/DiamondOutline.js +39 -0
- package/es/DiamondSolid.d.ts +11 -0
- package/es/DiamondSolid.js +39 -0
- package/es/HexagonOutline.d.ts +11 -0
- package/es/HexagonOutline.js +39 -0
- package/es/HexagonSolid.d.ts +11 -0
- package/es/HexagonSolid.js +39 -0
- package/es/HexagonVerticalOutline.d.ts +11 -0
- package/es/HexagonVerticalOutline.js +39 -0
- package/es/HexagonVerticalSolid.d.ts +11 -0
- package/es/HexagonVerticalSolid.js +39 -0
- package/es/PentagonDownOutline.d.ts +11 -0
- package/es/PentagonDownOutline.js +39 -0
- package/es/PentagonDownSolid.d.ts +11 -0
- package/es/PentagonDownSolid.js +39 -0
- package/es/PentagonLeftOutline.d.ts +11 -0
- package/es/PentagonLeftOutline.js +39 -0
- package/es/PentagonLeftSolid.d.ts +11 -0
- package/es/PentagonLeftSolid.js +39 -0
- package/es/PentagonOutline.d.ts +11 -0
- package/es/PentagonOutline.js +39 -0
- package/es/PentagonRightOutline.d.ts +11 -0
- package/es/PentagonRightOutline.js +39 -0
- package/es/PentagonRightSolid.d.ts +11 -0
- package/es/PentagonRightSolid.js +39 -0
- package/es/PentagonSolid.d.ts +11 -0
- package/es/PentagonSolid.js +39 -0
- package/es/SquareOutline.d.ts +11 -0
- package/es/SquareOutline.js +39 -0
- package/es/SquareSolid.d.ts +11 -0
- package/es/SquareSolid.js +35 -0
- package/es/TriangleDownOutline.d.ts +11 -0
- package/es/TriangleDownOutline.js +39 -0
- package/es/TriangleDownSolid.d.ts +11 -0
- package/es/TriangleDownSolid.js +39 -0
- package/es/TriangleLeftOutline.d.ts +11 -0
- package/es/TriangleLeftOutline.js +39 -0
- package/es/TriangleLeftSolid.d.ts +11 -0
- package/es/TriangleLeftSolid.js +39 -0
- package/es/TriangleOutline.d.ts +11 -0
- package/es/TriangleOutline.js +39 -0
- package/es/TriangleRightOutline.d.ts +11 -0
- package/es/TriangleRightOutline.js +39 -0
- package/es/TriangleRightSolid.d.ts +11 -0
- package/es/TriangleRightSolid.js +39 -0
- package/es/TriangleSolid.d.ts +11 -0
- package/es/TriangleSolid.js +39 -0
- package/es/generated/bucket-10.d.ts +8 -8
- package/es/generated/bucket-10.js +608 -595
- package/es/generated/bucket-11.d.ts +16 -16
- package/es/generated/bucket-11.js +642 -648
- package/es/generated/bucket-12.d.ts +16 -16
- package/es/generated/bucket-12.js +857 -850
- package/es/generated/bucket-13.d.ts +16 -16
- package/es/generated/bucket-13.js +799 -798
- package/es/generated/bucket-14.d.ts +18 -18
- package/es/generated/bucket-14.js +923 -937
- package/es/generated/bucket-15.d.ts +18 -18
- package/es/generated/bucket-15.js +733 -738
- package/es/generated/bucket-16.d.ts +26 -26
- package/es/generated/bucket-16.js +762 -799
- package/es/generated/bucket-17.d.ts +26 -2
- package/es/generated/bucket-17.js +1030 -450
- package/es/generated/bucket-18.d.ts +11 -0
- package/es/generated/bucket-18.js +38 -0
- package/es/generated/bucket-3.d.ts +2 -2
- package/es/generated/bucket-3.js +438 -437
- package/es/generated/bucket-4.d.ts +4 -4
- package/es/generated/bucket-4.js +495 -501
- package/es/generated/bucket-5.d.ts +4 -4
- package/es/generated/bucket-5.js +527 -519
- package/es/generated/bucket-6.d.ts +4 -4
- package/es/generated/bucket-6.js +512 -538
- package/es/generated/bucket-7.d.ts +8 -8
- package/es/generated/bucket-7.js +697 -694
- package/es/generated/bucket-8.d.ts +8 -8
- package/es/generated/bucket-8.js +685 -682
- package/es/generated/bucket-9.d.ts +8 -8
- package/es/generated/bucket-9.js +593 -590
- package/es/index.d.ts +1 -0
- package/es/index.js +16 -15
- package/lib/CircleOutline.d.ts +11 -0
- package/lib/CircleOutline.js +45 -0
- package/lib/DiamondOutline.d.ts +11 -0
- package/lib/DiamondOutline.js +45 -0
- package/lib/DiamondSolid.d.ts +11 -0
- package/lib/DiamondSolid.js +45 -0
- package/lib/HexagonOutline.d.ts +11 -0
- package/lib/HexagonOutline.js +45 -0
- package/lib/HexagonSolid.d.ts +11 -0
- package/lib/HexagonSolid.js +45 -0
- package/lib/HexagonVerticalOutline.d.ts +11 -0
- package/lib/HexagonVerticalOutline.js +45 -0
- package/lib/HexagonVerticalSolid.d.ts +11 -0
- package/lib/HexagonVerticalSolid.js +45 -0
- package/lib/PentagonDownOutline.d.ts +11 -0
- package/lib/PentagonDownOutline.js +45 -0
- package/lib/PentagonDownSolid.d.ts +11 -0
- package/lib/PentagonDownSolid.js +45 -0
- package/lib/PentagonLeftOutline.d.ts +11 -0
- package/lib/PentagonLeftOutline.js +45 -0
- package/lib/PentagonLeftSolid.d.ts +11 -0
- package/lib/PentagonLeftSolid.js +45 -0
- package/lib/PentagonOutline.d.ts +11 -0
- package/lib/PentagonOutline.js +45 -0
- package/lib/PentagonRightOutline.d.ts +11 -0
- package/lib/PentagonRightOutline.js +45 -0
- package/lib/PentagonRightSolid.d.ts +11 -0
- package/lib/PentagonRightSolid.js +45 -0
- package/lib/PentagonSolid.d.ts +11 -0
- package/lib/PentagonSolid.js +45 -0
- package/lib/SquareOutline.d.ts +11 -0
- package/lib/SquareOutline.js +45 -0
- package/lib/SquareSolid.d.ts +11 -0
- package/lib/SquareSolid.js +41 -0
- package/lib/TriangleDownOutline.d.ts +11 -0
- package/lib/TriangleDownOutline.js +45 -0
- package/lib/TriangleDownSolid.d.ts +11 -0
- package/lib/TriangleDownSolid.js +45 -0
- package/lib/TriangleLeftOutline.d.ts +11 -0
- package/lib/TriangleLeftOutline.js +45 -0
- package/lib/TriangleLeftSolid.d.ts +11 -0
- package/lib/TriangleLeftSolid.js +45 -0
- package/lib/TriangleOutline.d.ts +11 -0
- package/lib/TriangleOutline.js +45 -0
- package/lib/TriangleRightOutline.d.ts +11 -0
- package/lib/TriangleRightOutline.js +45 -0
- package/lib/TriangleRightSolid.d.ts +11 -0
- package/lib/TriangleRightSolid.js +45 -0
- package/lib/TriangleSolid.d.ts +11 -0
- package/lib/TriangleSolid.js +45 -0
- package/lib/generated/bucket-10.d.ts +8 -8
- package/lib/generated/bucket-10.js +614 -601
- package/lib/generated/bucket-11.d.ts +16 -16
- package/lib/generated/bucket-11.js +656 -662
- package/lib/generated/bucket-12.d.ts +16 -16
- package/lib/generated/bucket-12.js +871 -864
- package/lib/generated/bucket-13.d.ts +16 -16
- package/lib/generated/bucket-13.js +813 -812
- package/lib/generated/bucket-14.d.ts +18 -18
- package/lib/generated/bucket-14.js +939 -953
- package/lib/generated/bucket-15.d.ts +18 -18
- package/lib/generated/bucket-15.js +749 -754
- package/lib/generated/bucket-16.d.ts +26 -26
- package/lib/generated/bucket-16.js +786 -823
- package/lib/generated/bucket-17.d.ts +26 -2
- package/lib/generated/bucket-17.js +1054 -450
- package/lib/generated/bucket-18.d.ts +11 -0
- package/lib/generated/bucket-18.js +46 -0
- package/lib/generated/bucket-3.d.ts +2 -2
- package/lib/generated/bucket-3.js +438 -437
- package/lib/generated/bucket-4.d.ts +4 -4
- package/lib/generated/bucket-4.js +497 -503
- package/lib/generated/bucket-5.d.ts +4 -4
- package/lib/generated/bucket-5.js +529 -521
- package/lib/generated/bucket-6.d.ts +4 -4
- package/lib/generated/bucket-6.js +514 -540
- package/lib/generated/bucket-7.d.ts +8 -8
- package/lib/generated/bucket-7.js +703 -700
- package/lib/generated/bucket-8.d.ts +8 -8
- package/lib/generated/bucket-8.js +691 -688
- package/lib/generated/bucket-9.d.ts +8 -8
- package/lib/generated/bucket-9.js +599 -596
- package/lib/index.d.ts +1 -0
- package/lib/index.js +169 -143
- package/package.json +4 -4
|
@@ -12,9 +12,9 @@ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
|
12
12
|
import '@carbon/icon-helpers';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
|
15
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46,
|
|
15
|
+
var _circle, _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _circle2, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _circle3, _path24, _path25, _path26, _circle4, _circle5, _path27, _circle6, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _circle7, _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, _circle8, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _circle9, _path147, _path148, _path149, _path150, _path151, _circle10, _path152, _path153, _path154, _path155, _circle11, _circle12, _path156, _path157, _path158, _path159, _circle13, _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, _path219, _path220, _path221, _path222, _path223, _path224, _switch, _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, _path251, _path252, _path253, _path254, _path255, _path256, _path257, _path258, _path259, _path260, _path261, _path262, _path263;
|
|
16
16
|
const didWarnAboutDeprecation = {};
|
|
17
|
-
const
|
|
17
|
+
const ViewFilled = /*#__PURE__*/React.forwardRef(function ViewFilled(_ref, ref) {
|
|
18
18
|
let {
|
|
19
19
|
children,
|
|
20
20
|
size = 16,
|
|
@@ -28,19 +28,620 @@ const VolumeMuteFilled = /*#__PURE__*/React.forwardRef(function VolumeMuteFilled
|
|
|
28
28
|
viewBox: "0 0 32 32",
|
|
29
29
|
fill: "currentColor",
|
|
30
30
|
...rest
|
|
31
|
-
},
|
|
31
|
+
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
32
|
+
cx: "16",
|
|
33
|
+
cy: "16",
|
|
34
|
+
r: "4"
|
|
35
|
+
})), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
36
|
+
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"
|
|
37
|
+
})), children);
|
|
38
|
+
});
|
|
39
|
+
if (process.env.NODE_ENV !== "production") {
|
|
40
|
+
ViewFilled.propTypes = iconPropTypes;
|
|
41
|
+
}
|
|
42
|
+
const ViewMode_1 = /*#__PURE__*/React.forwardRef(function ViewMode_1(_ref2, ref) {
|
|
43
|
+
let {
|
|
44
|
+
children,
|
|
45
|
+
size = 16,
|
|
46
|
+
...rest
|
|
47
|
+
} = _ref2;
|
|
48
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
49
|
+
width: size,
|
|
50
|
+
height: size,
|
|
51
|
+
ref: ref,
|
|
52
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
53
|
+
viewBox: "0 0 32 32",
|
|
54
|
+
fill: "currentColor",
|
|
55
|
+
...rest
|
|
56
|
+
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
57
|
+
d: "M4 26H28V28H4zM4 19H28V21H4zM26 6v6H6V6H26m0-2H6A2 2 0 004 6v6a2 2 0 002 2H26a2 2 0 002-2V6a2 2 0 00-2-2z"
|
|
58
|
+
})), children);
|
|
59
|
+
});
|
|
60
|
+
if (process.env.NODE_ENV !== "production") {
|
|
61
|
+
ViewMode_1.propTypes = iconPropTypes;
|
|
62
|
+
}
|
|
63
|
+
const ViewMode_2 = /*#__PURE__*/React.forwardRef(function ViewMode_2(_ref3, ref) {
|
|
64
|
+
let {
|
|
65
|
+
children,
|
|
66
|
+
size = 16,
|
|
67
|
+
...rest
|
|
68
|
+
} = _ref3;
|
|
69
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
70
|
+
width: size,
|
|
71
|
+
height: size,
|
|
72
|
+
ref: ref,
|
|
73
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
74
|
+
viewBox: "0 0 32 32",
|
|
75
|
+
fill: "currentColor",
|
|
76
|
+
...rest
|
|
77
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
78
|
+
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"
|
|
79
|
+
})), children);
|
|
80
|
+
});
|
|
81
|
+
if (process.env.NODE_ENV !== "production") {
|
|
82
|
+
ViewMode_2.propTypes = iconPropTypes;
|
|
83
|
+
}
|
|
84
|
+
const ViewOff = /*#__PURE__*/React.forwardRef(function ViewOff(_ref4, ref) {
|
|
85
|
+
let {
|
|
86
|
+
children,
|
|
87
|
+
size = 16,
|
|
88
|
+
...rest
|
|
89
|
+
} = _ref4;
|
|
90
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
91
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
92
|
+
width: size,
|
|
93
|
+
height: size,
|
|
94
|
+
ref: ref,
|
|
95
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
96
|
+
viewBox: "0 0 16 16",
|
|
97
|
+
fill: "currentColor",
|
|
98
|
+
...rest
|
|
99
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
100
|
+
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"
|
|
101
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
102
|
+
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"
|
|
103
|
+
})), children);
|
|
104
|
+
}
|
|
105
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
106
|
+
width: size,
|
|
107
|
+
height: size,
|
|
108
|
+
ref: ref,
|
|
109
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
110
|
+
viewBox: "0 0 32 32",
|
|
111
|
+
fill: "currentColor",
|
|
112
|
+
...rest
|
|
113
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
114
|
+
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"
|
|
115
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
116
|
+
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"
|
|
117
|
+
})), children);
|
|
118
|
+
});
|
|
119
|
+
if (process.env.NODE_ENV !== "production") {
|
|
120
|
+
ViewOff.propTypes = iconPropTypes;
|
|
121
|
+
}
|
|
122
|
+
const ViewOffFilled = /*#__PURE__*/React.forwardRef(function ViewOffFilled(_ref5, ref) {
|
|
123
|
+
let {
|
|
124
|
+
children,
|
|
125
|
+
size = 16,
|
|
126
|
+
...rest
|
|
127
|
+
} = _ref5;
|
|
128
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
129
|
+
width: size,
|
|
130
|
+
height: size,
|
|
131
|
+
ref: ref,
|
|
132
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
133
|
+
viewBox: "0 0 32 32",
|
|
134
|
+
fill: "currentColor",
|
|
135
|
+
...rest
|
|
136
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
137
|
+
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"
|
|
138
|
+
})), children);
|
|
139
|
+
});
|
|
140
|
+
if (process.env.NODE_ENV !== "production") {
|
|
141
|
+
ViewOffFilled.propTypes = iconPropTypes;
|
|
142
|
+
}
|
|
143
|
+
const ViewNext = /*#__PURE__*/React.forwardRef(function ViewNext(_ref6, ref) {
|
|
144
|
+
let {
|
|
145
|
+
children,
|
|
146
|
+
size = 16,
|
|
147
|
+
...rest
|
|
148
|
+
} = _ref6;
|
|
149
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
150
|
+
width: size,
|
|
151
|
+
height: size,
|
|
152
|
+
ref: ref,
|
|
153
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
154
|
+
viewBox: "0 0 32 32",
|
|
155
|
+
fill: "currentColor",
|
|
156
|
+
...rest
|
|
157
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
158
|
+
d: "M20.587 22L15 16.41 15 7 16.998 7 16.998 15.582 22 20.587 20.587 22z"
|
|
159
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
160
|
+
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"
|
|
161
|
+
})), children);
|
|
162
|
+
});
|
|
163
|
+
if (process.env.NODE_ENV !== "production") {
|
|
164
|
+
ViewNext.propTypes = iconPropTypes;
|
|
165
|
+
}
|
|
166
|
+
const VirtualColumn = /*#__PURE__*/React.forwardRef(function VirtualColumn(_ref7, ref) {
|
|
167
|
+
let {
|
|
168
|
+
children,
|
|
169
|
+
size = 16,
|
|
170
|
+
...rest
|
|
171
|
+
} = _ref7;
|
|
172
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
173
|
+
width: size,
|
|
174
|
+
height: size,
|
|
175
|
+
ref: ref,
|
|
176
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
177
|
+
viewBox: "0 0 32 32",
|
|
178
|
+
fill: "currentColor",
|
|
179
|
+
...rest
|
|
180
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
181
|
+
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"
|
|
182
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
183
|
+
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"
|
|
184
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
185
|
+
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"
|
|
186
|
+
})), children);
|
|
187
|
+
});
|
|
188
|
+
if (process.env.NODE_ENV !== "production") {
|
|
189
|
+
VirtualColumn.propTypes = iconPropTypes;
|
|
190
|
+
}
|
|
191
|
+
const VirtualColumnKey = /*#__PURE__*/React.forwardRef(function VirtualColumnKey(_ref8, ref) {
|
|
192
|
+
let {
|
|
193
|
+
children,
|
|
194
|
+
size = 16,
|
|
195
|
+
...rest
|
|
196
|
+
} = _ref8;
|
|
197
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
198
|
+
width: size,
|
|
199
|
+
height: size,
|
|
200
|
+
ref: ref,
|
|
201
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
202
|
+
viewBox: "0 0 32 32",
|
|
203
|
+
fill: "currentColor",
|
|
204
|
+
...rest
|
|
205
|
+
}, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
206
|
+
cx: "24.5",
|
|
207
|
+
cy: "9.5",
|
|
208
|
+
r: "1.5"
|
|
209
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
210
|
+
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"
|
|
211
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
212
|
+
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"
|
|
213
|
+
})), children);
|
|
214
|
+
});
|
|
215
|
+
if (process.env.NODE_ENV !== "production") {
|
|
216
|
+
VirtualColumnKey.propTypes = iconPropTypes;
|
|
217
|
+
}
|
|
218
|
+
const VirtualDesktop = /*#__PURE__*/React.forwardRef(function VirtualDesktop(_ref9, ref) {
|
|
219
|
+
let {
|
|
220
|
+
children,
|
|
221
|
+
size = 16,
|
|
222
|
+
...rest
|
|
223
|
+
} = _ref9;
|
|
224
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
225
|
+
width: size,
|
|
226
|
+
height: size,
|
|
227
|
+
ref: ref,
|
|
228
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
229
|
+
viewBox: "0 0 32 32",
|
|
230
|
+
fill: "currentColor",
|
|
231
|
+
...rest
|
|
232
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
233
|
+
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"
|
|
234
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
235
|
+
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"
|
|
236
|
+
})), children);
|
|
237
|
+
});
|
|
238
|
+
if (process.env.NODE_ENV !== "production") {
|
|
239
|
+
VirtualDesktop.propTypes = iconPropTypes;
|
|
240
|
+
}
|
|
241
|
+
const VirtualMachine = /*#__PURE__*/React.forwardRef(function VirtualMachine(_ref10, ref) {
|
|
242
|
+
let {
|
|
243
|
+
children,
|
|
244
|
+
size = 16,
|
|
245
|
+
...rest
|
|
246
|
+
} = _ref10;
|
|
247
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
248
|
+
width: size,
|
|
249
|
+
height: size,
|
|
250
|
+
ref: ref,
|
|
251
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
252
|
+
viewBox: "0 0 32 32",
|
|
253
|
+
fill: "currentColor",
|
|
254
|
+
...rest
|
|
255
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
256
|
+
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"
|
|
257
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
258
|
+
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"
|
|
259
|
+
})), children);
|
|
260
|
+
});
|
|
261
|
+
if (process.env.NODE_ENV !== "production") {
|
|
262
|
+
VirtualMachine.propTypes = iconPropTypes;
|
|
263
|
+
}
|
|
264
|
+
const VirtualPrivateCloud = /*#__PURE__*/React.forwardRef(function VirtualPrivateCloud(_ref11, ref) {
|
|
265
|
+
let {
|
|
266
|
+
children,
|
|
267
|
+
size = 16,
|
|
268
|
+
...rest
|
|
269
|
+
} = _ref11;
|
|
270
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
271
|
+
width: size,
|
|
272
|
+
height: size,
|
|
273
|
+
ref: ref,
|
|
274
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
275
|
+
viewBox: "0 0 32 32",
|
|
276
|
+
fill: "currentColor",
|
|
277
|
+
...rest
|
|
278
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
279
|
+
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"
|
|
280
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
281
|
+
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"
|
|
282
|
+
})), children);
|
|
283
|
+
});
|
|
284
|
+
if (process.env.NODE_ENV !== "production") {
|
|
285
|
+
VirtualPrivateCloud.propTypes = iconPropTypes;
|
|
286
|
+
}
|
|
287
|
+
const VirtualPrivateCloudAlt = /*#__PURE__*/React.forwardRef(function VirtualPrivateCloudAlt(_ref12, ref) {
|
|
288
|
+
let {
|
|
289
|
+
children,
|
|
290
|
+
size = 16,
|
|
291
|
+
...rest
|
|
292
|
+
} = _ref12;
|
|
293
|
+
if (process.env.NODE_ENV !== "production") {
|
|
294
|
+
if (!didWarnAboutDeprecation["VirtualPrivateCloudAlt"]) {
|
|
295
|
+
didWarnAboutDeprecation["VirtualPrivateCloudAlt"] = true;
|
|
296
|
+
console.warn("Icon name was requested by the product team to be renamed to and replaced by ibm-cloud--vpc. As a result, the VirtualPrivateCloudAlt component will be removed in the next major version of @carbon/icons-react.");
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
300
|
+
width: size,
|
|
301
|
+
height: size,
|
|
302
|
+
ref: ref,
|
|
303
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
304
|
+
viewBox: "0 0 32 32",
|
|
305
|
+
fill: "currentColor",
|
|
306
|
+
...rest
|
|
307
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
308
|
+
d: "M23.4141,22,10,8.5859V2H2v8H8.5859L22,23.4141V30h8V22ZM8,8H4V4H8ZM28,28H24V24h4Z"
|
|
309
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
310
|
+
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"
|
|
311
|
+
})), children);
|
|
312
|
+
});
|
|
313
|
+
if (process.env.NODE_ENV !== "production") {
|
|
314
|
+
VirtualPrivateCloudAlt.propTypes = iconPropTypes;
|
|
315
|
+
}
|
|
316
|
+
const VisualRecognition = /*#__PURE__*/React.forwardRef(function VisualRecognition(_ref13, ref) {
|
|
317
|
+
let {
|
|
318
|
+
children,
|
|
319
|
+
size = 16,
|
|
320
|
+
...rest
|
|
321
|
+
} = _ref13;
|
|
322
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
323
|
+
width: size,
|
|
324
|
+
height: size,
|
|
325
|
+
ref: ref,
|
|
326
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
327
|
+
viewBox: "0 0 32 32",
|
|
328
|
+
fill: "currentColor",
|
|
329
|
+
...rest
|
|
330
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
331
|
+
cx: "23",
|
|
332
|
+
cy: "12",
|
|
333
|
+
r: "2"
|
|
334
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
335
|
+
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"
|
|
336
|
+
})), children);
|
|
337
|
+
});
|
|
338
|
+
if (process.env.NODE_ENV !== "production") {
|
|
339
|
+
VisualRecognition.propTypes = iconPropTypes;
|
|
340
|
+
}
|
|
341
|
+
const Vlan = /*#__PURE__*/React.forwardRef(function Vlan(_ref14, ref) {
|
|
342
|
+
let {
|
|
343
|
+
children,
|
|
344
|
+
size = 16,
|
|
345
|
+
...rest
|
|
346
|
+
} = _ref14;
|
|
347
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
348
|
+
width: size,
|
|
349
|
+
height: size,
|
|
350
|
+
ref: ref,
|
|
351
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
352
|
+
viewBox: "0 0 32 32",
|
|
353
|
+
fill: "currentColor",
|
|
354
|
+
...rest
|
|
355
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
356
|
+
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"
|
|
357
|
+
})), children);
|
|
358
|
+
});
|
|
359
|
+
if (process.env.NODE_ENV !== "production") {
|
|
360
|
+
Vlan.propTypes = iconPropTypes;
|
|
361
|
+
}
|
|
362
|
+
const VlanIbm = /*#__PURE__*/React.forwardRef(function VlanIbm(_ref15, ref) {
|
|
363
|
+
let {
|
|
364
|
+
children,
|
|
365
|
+
size = 16,
|
|
366
|
+
...rest
|
|
367
|
+
} = _ref15;
|
|
368
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
369
|
+
width: size,
|
|
370
|
+
height: size,
|
|
371
|
+
ref: ref,
|
|
372
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
373
|
+
viewBox: "0 0 32 32",
|
|
374
|
+
fill: "currentColor",
|
|
375
|
+
...rest
|
|
376
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
377
|
+
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"
|
|
378
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
379
|
+
cx: "16",
|
|
380
|
+
cy: "5",
|
|
381
|
+
r: "2"
|
|
382
|
+
})), children);
|
|
383
|
+
});
|
|
384
|
+
if (process.env.NODE_ENV !== "production") {
|
|
385
|
+
VlanIbm.propTypes = iconPropTypes;
|
|
386
|
+
}
|
|
387
|
+
const VmdkDisk = /*#__PURE__*/React.forwardRef(function VmdkDisk(_ref16, ref) {
|
|
388
|
+
let {
|
|
389
|
+
children,
|
|
390
|
+
size = 16,
|
|
391
|
+
...rest
|
|
392
|
+
} = _ref16;
|
|
393
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
394
|
+
width: size,
|
|
395
|
+
height: size,
|
|
396
|
+
ref: ref,
|
|
397
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
398
|
+
viewBox: "0 0 32 32",
|
|
399
|
+
fill: "currentColor",
|
|
400
|
+
...rest
|
|
401
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
402
|
+
cx: "10.5",
|
|
403
|
+
cy: "24.5",
|
|
404
|
+
r: "1.5"
|
|
405
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
406
|
+
d: "M19.5 14.964H21.5V20.035H19.5z",
|
|
407
|
+
transform: "rotate(-45 20.5 17.5)"
|
|
408
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
409
|
+
cx: "16",
|
|
410
|
+
cy: "13",
|
|
411
|
+
r: "2"
|
|
412
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
413
|
+
d: "M16,6a7,7,0,0,0,0,14V18a5,5,0,1,1,5-5h2A7,7,0,0,0,16,6Z"
|
|
414
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
415
|
+
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"
|
|
416
|
+
})), children);
|
|
417
|
+
});
|
|
418
|
+
if (process.env.NODE_ENV !== "production") {
|
|
419
|
+
VmdkDisk.propTypes = iconPropTypes;
|
|
420
|
+
}
|
|
421
|
+
const VoiceActivate = /*#__PURE__*/React.forwardRef(function VoiceActivate(_ref17, ref) {
|
|
422
|
+
let {
|
|
423
|
+
children,
|
|
424
|
+
size = 16,
|
|
425
|
+
...rest
|
|
426
|
+
} = _ref17;
|
|
427
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
428
|
+
width: size,
|
|
429
|
+
height: size,
|
|
430
|
+
ref: ref,
|
|
431
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
432
|
+
viewBox: "0 0 32 32",
|
|
433
|
+
fill: "currentColor",
|
|
434
|
+
...rest
|
|
435
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
436
|
+
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"
|
|
437
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
438
|
+
d: "M19 12H23V14H19zM9.3325 25.2168a7.0007 7.0007 0 010-10.4341l1.334 1.49a5 5 0 000 7.4537z"
|
|
439
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
440
|
+
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"
|
|
441
|
+
})), children);
|
|
442
|
+
});
|
|
443
|
+
if (process.env.NODE_ENV !== "production") {
|
|
444
|
+
VoiceActivate.propTypes = iconPropTypes;
|
|
445
|
+
}
|
|
446
|
+
const Voicemail = /*#__PURE__*/React.forwardRef(function Voicemail(_ref18, ref) {
|
|
447
|
+
let {
|
|
448
|
+
children,
|
|
449
|
+
size = 16,
|
|
450
|
+
...rest
|
|
451
|
+
} = _ref18;
|
|
452
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
453
|
+
width: size,
|
|
454
|
+
height: size,
|
|
455
|
+
ref: ref,
|
|
456
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
457
|
+
viewBox: "0 0 32 32",
|
|
458
|
+
fill: "currentColor",
|
|
459
|
+
...rest
|
|
460
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
461
|
+
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"
|
|
462
|
+
})), children);
|
|
463
|
+
});
|
|
464
|
+
if (process.env.NODE_ENV !== "production") {
|
|
465
|
+
Voicemail.propTypes = iconPropTypes;
|
|
466
|
+
}
|
|
467
|
+
const VolumeBlockStorage = /*#__PURE__*/React.forwardRef(function VolumeBlockStorage(_ref19, ref) {
|
|
468
|
+
let {
|
|
469
|
+
children,
|
|
470
|
+
size = 16,
|
|
471
|
+
...rest
|
|
472
|
+
} = _ref19;
|
|
473
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
474
|
+
width: size,
|
|
475
|
+
height: size,
|
|
476
|
+
ref: ref,
|
|
477
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
478
|
+
viewBox: "0 0 32 32",
|
|
479
|
+
fill: "currentColor",
|
|
480
|
+
...rest
|
|
481
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
482
|
+
d: "M17 21H10V14h7zm-5-2h3V16H12zM17 30H10V23h7zm-5-2h3V25H12zM26 21H19V14h7zm-5-2h3V16H21zM26 30H19V23h7zm-5-2h3V25H21z"
|
|
483
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
484
|
+
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"
|
|
485
|
+
})), children);
|
|
486
|
+
});
|
|
487
|
+
if (process.env.NODE_ENV !== "production") {
|
|
488
|
+
VolumeBlockStorage.propTypes = iconPropTypes;
|
|
489
|
+
}
|
|
490
|
+
const VolumeDown = /*#__PURE__*/React.forwardRef(function VolumeDown(_ref20, ref) {
|
|
491
|
+
let {
|
|
492
|
+
children,
|
|
493
|
+
size = 16,
|
|
494
|
+
...rest
|
|
495
|
+
} = _ref20;
|
|
496
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
497
|
+
width: size,
|
|
498
|
+
height: size,
|
|
499
|
+
ref: ref,
|
|
500
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
501
|
+
viewBox: "0 0 32 32",
|
|
502
|
+
fill: "currentColor",
|
|
503
|
+
...rest
|
|
504
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
505
|
+
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"
|
|
506
|
+
})), children);
|
|
507
|
+
});
|
|
508
|
+
if (process.env.NODE_ENV !== "production") {
|
|
509
|
+
VolumeDown.propTypes = iconPropTypes;
|
|
510
|
+
}
|
|
511
|
+
const VolumeDownAlt = /*#__PURE__*/React.forwardRef(function VolumeDownAlt(_ref21, ref) {
|
|
512
|
+
let {
|
|
513
|
+
children,
|
|
514
|
+
size = 16,
|
|
515
|
+
...rest
|
|
516
|
+
} = _ref21;
|
|
517
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
518
|
+
width: size,
|
|
519
|
+
height: size,
|
|
520
|
+
ref: ref,
|
|
521
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
522
|
+
viewBox: "0 0 32 32",
|
|
523
|
+
fill: "currentColor",
|
|
524
|
+
...rest
|
|
525
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
526
|
+
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"
|
|
527
|
+
})), children);
|
|
528
|
+
});
|
|
529
|
+
if (process.env.NODE_ENV !== "production") {
|
|
530
|
+
VolumeDownAlt.propTypes = iconPropTypes;
|
|
531
|
+
}
|
|
532
|
+
const VolumeDownFilled = /*#__PURE__*/React.forwardRef(function VolumeDownFilled(_ref22, ref) {
|
|
533
|
+
let {
|
|
534
|
+
children,
|
|
535
|
+
size = 16,
|
|
536
|
+
...rest
|
|
537
|
+
} = _ref22;
|
|
538
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
539
|
+
width: size,
|
|
540
|
+
height: size,
|
|
541
|
+
ref: ref,
|
|
542
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
543
|
+
viewBox: "0 0 32 32",
|
|
544
|
+
fill: "currentColor",
|
|
545
|
+
...rest
|
|
546
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
547
|
+
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"
|
|
548
|
+
})), children);
|
|
549
|
+
});
|
|
550
|
+
if (process.env.NODE_ENV !== "production") {
|
|
551
|
+
VolumeDownFilled.propTypes = iconPropTypes;
|
|
552
|
+
}
|
|
553
|
+
const VolumeDownFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeDownFilledAlt(_ref23, ref) {
|
|
554
|
+
let {
|
|
555
|
+
children,
|
|
556
|
+
size = 16,
|
|
557
|
+
...rest
|
|
558
|
+
} = _ref23;
|
|
559
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
560
|
+
width: size,
|
|
561
|
+
height: size,
|
|
562
|
+
ref: ref,
|
|
563
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
564
|
+
viewBox: "0 0 32 32",
|
|
565
|
+
fill: "currentColor",
|
|
566
|
+
...rest
|
|
567
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
568
|
+
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"
|
|
569
|
+
})), children);
|
|
570
|
+
});
|
|
571
|
+
if (process.env.NODE_ENV !== "production") {
|
|
572
|
+
VolumeDownFilledAlt.propTypes = iconPropTypes;
|
|
573
|
+
}
|
|
574
|
+
const VolumeFileStorage = /*#__PURE__*/React.forwardRef(function VolumeFileStorage(_ref24, ref) {
|
|
575
|
+
let {
|
|
576
|
+
children,
|
|
577
|
+
size = 16,
|
|
578
|
+
...rest
|
|
579
|
+
} = _ref24;
|
|
580
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
581
|
+
width: size,
|
|
582
|
+
height: size,
|
|
583
|
+
ref: ref,
|
|
584
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
585
|
+
viewBox: "0 0 32 32",
|
|
586
|
+
fill: "currentColor",
|
|
587
|
+
...rest
|
|
588
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
589
|
+
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"
|
|
590
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
591
|
+
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"
|
|
592
|
+
})), children);
|
|
593
|
+
});
|
|
594
|
+
if (process.env.NODE_ENV !== "production") {
|
|
595
|
+
VolumeFileStorage.propTypes = iconPropTypes;
|
|
596
|
+
}
|
|
597
|
+
const VolumeMute = /*#__PURE__*/React.forwardRef(function VolumeMute(_ref25, ref) {
|
|
598
|
+
let {
|
|
599
|
+
children,
|
|
600
|
+
size = 16,
|
|
601
|
+
...rest
|
|
602
|
+
} = _ref25;
|
|
603
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
604
|
+
width: size,
|
|
605
|
+
height: size,
|
|
606
|
+
ref: ref,
|
|
607
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
608
|
+
viewBox: "0 0 32 32",
|
|
609
|
+
fill: "currentColor",
|
|
610
|
+
...rest
|
|
611
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
612
|
+
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"
|
|
613
|
+
})), children);
|
|
614
|
+
});
|
|
615
|
+
if (process.env.NODE_ENV !== "production") {
|
|
616
|
+
VolumeMute.propTypes = iconPropTypes;
|
|
617
|
+
}
|
|
618
|
+
const VolumeMuteFilled = /*#__PURE__*/React.forwardRef(function VolumeMuteFilled(_ref26, ref) {
|
|
619
|
+
let {
|
|
620
|
+
children,
|
|
621
|
+
size = 16,
|
|
622
|
+
...rest
|
|
623
|
+
} = _ref26;
|
|
624
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
625
|
+
width: size,
|
|
626
|
+
height: size,
|
|
627
|
+
ref: ref,
|
|
628
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
629
|
+
viewBox: "0 0 32 32",
|
|
630
|
+
fill: "currentColor",
|
|
631
|
+
...rest
|
|
632
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
32
633
|
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"
|
|
33
634
|
})), children);
|
|
34
635
|
});
|
|
35
636
|
if (process.env.NODE_ENV !== "production") {
|
|
36
637
|
VolumeMuteFilled.propTypes = iconPropTypes;
|
|
37
638
|
}
|
|
38
|
-
const VolumeObjectStorage = /*#__PURE__*/React.forwardRef(function VolumeObjectStorage(
|
|
639
|
+
const VolumeObjectStorage = /*#__PURE__*/React.forwardRef(function VolumeObjectStorage(_ref27, ref) {
|
|
39
640
|
let {
|
|
40
641
|
children,
|
|
41
642
|
size = 16,
|
|
42
643
|
...rest
|
|
43
|
-
} =
|
|
644
|
+
} = _ref27;
|
|
44
645
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
45
646
|
width: size,
|
|
46
647
|
height: size,
|
|
@@ -49,21 +650,21 @@ const VolumeObjectStorage = /*#__PURE__*/React.forwardRef(function VolumeObjectS
|
|
|
49
650
|
viewBox: "0 0 32 32",
|
|
50
651
|
fill: "currentColor",
|
|
51
652
|
...rest
|
|
52
|
-
},
|
|
653
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
53
654
|
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"
|
|
54
|
-
})),
|
|
655
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
55
656
|
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"
|
|
56
657
|
})), children);
|
|
57
658
|
});
|
|
58
659
|
if (process.env.NODE_ENV !== "production") {
|
|
59
660
|
VolumeObjectStorage.propTypes = iconPropTypes;
|
|
60
661
|
}
|
|
61
|
-
const VolumeUp = /*#__PURE__*/React.forwardRef(function VolumeUp(
|
|
662
|
+
const VolumeUp = /*#__PURE__*/React.forwardRef(function VolumeUp(_ref28, ref) {
|
|
62
663
|
let {
|
|
63
664
|
children,
|
|
64
665
|
size = 16,
|
|
65
666
|
...rest
|
|
66
|
-
} =
|
|
667
|
+
} = _ref28;
|
|
67
668
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
68
669
|
width: size,
|
|
69
670
|
height: size,
|
|
@@ -72,21 +673,21 @@ const VolumeUp = /*#__PURE__*/React.forwardRef(function VolumeUp(_ref3, ref) {
|
|
|
72
673
|
viewBox: "0 0 32 32",
|
|
73
674
|
fill: "currentColor",
|
|
74
675
|
...rest
|
|
75
|
-
},
|
|
676
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
76
677
|
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"
|
|
77
|
-
})),
|
|
678
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
78
679
|
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"
|
|
79
680
|
})), children);
|
|
80
681
|
});
|
|
81
682
|
if (process.env.NODE_ENV !== "production") {
|
|
82
683
|
VolumeUp.propTypes = iconPropTypes;
|
|
83
684
|
}
|
|
84
|
-
const VolumeUpAlt = /*#__PURE__*/React.forwardRef(function VolumeUpAlt(
|
|
685
|
+
const VolumeUpAlt = /*#__PURE__*/React.forwardRef(function VolumeUpAlt(_ref29, ref) {
|
|
85
686
|
let {
|
|
86
687
|
children,
|
|
87
688
|
size = 16,
|
|
88
689
|
...rest
|
|
89
|
-
} =
|
|
690
|
+
} = _ref29;
|
|
90
691
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
91
692
|
width: size,
|
|
92
693
|
height: size,
|
|
@@ -95,19 +696,19 @@ const VolumeUpAlt = /*#__PURE__*/React.forwardRef(function VolumeUpAlt(_ref4, re
|
|
|
95
696
|
viewBox: "0 0 32 32",
|
|
96
697
|
fill: "currentColor",
|
|
97
698
|
...rest
|
|
98
|
-
},
|
|
699
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
99
700
|
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"
|
|
100
701
|
})), children);
|
|
101
702
|
});
|
|
102
703
|
if (process.env.NODE_ENV !== "production") {
|
|
103
704
|
VolumeUpAlt.propTypes = iconPropTypes;
|
|
104
705
|
}
|
|
105
|
-
const VolumeUpFilled = /*#__PURE__*/React.forwardRef(function VolumeUpFilled(
|
|
706
|
+
const VolumeUpFilled = /*#__PURE__*/React.forwardRef(function VolumeUpFilled(_ref30, ref) {
|
|
106
707
|
let {
|
|
107
708
|
children,
|
|
108
709
|
size = 16,
|
|
109
710
|
...rest
|
|
110
|
-
} =
|
|
711
|
+
} = _ref30;
|
|
111
712
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
112
713
|
width: size,
|
|
113
714
|
height: size,
|
|
@@ -116,21 +717,21 @@ const VolumeUpFilled = /*#__PURE__*/React.forwardRef(function VolumeUpFilled(_re
|
|
|
116
717
|
viewBox: "0 0 32 32",
|
|
117
718
|
fill: "currentColor",
|
|
118
719
|
...rest
|
|
119
|
-
},
|
|
720
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
120
721
|
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"
|
|
121
|
-
})),
|
|
722
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
122
723
|
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"
|
|
123
724
|
})), children);
|
|
124
725
|
});
|
|
125
726
|
if (process.env.NODE_ENV !== "production") {
|
|
126
727
|
VolumeUpFilled.propTypes = iconPropTypes;
|
|
127
728
|
}
|
|
128
|
-
const VolumeUpFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeUpFilledAlt(
|
|
729
|
+
const VolumeUpFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeUpFilledAlt(_ref31, ref) {
|
|
129
730
|
let {
|
|
130
731
|
children,
|
|
131
732
|
size = 16,
|
|
132
733
|
...rest
|
|
133
|
-
} =
|
|
734
|
+
} = _ref31;
|
|
134
735
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
135
736
|
width: size,
|
|
136
737
|
height: size,
|
|
@@ -139,19 +740,19 @@ const VolumeUpFilledAlt = /*#__PURE__*/React.forwardRef(function VolumeUpFilledA
|
|
|
139
740
|
viewBox: "0 0 32 32",
|
|
140
741
|
fill: "currentColor",
|
|
141
742
|
...rest
|
|
142
|
-
},
|
|
743
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
143
744
|
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"
|
|
144
745
|
})), children);
|
|
145
746
|
});
|
|
146
747
|
if (process.env.NODE_ENV !== "production") {
|
|
147
748
|
VolumeUpFilledAlt.propTypes = iconPropTypes;
|
|
148
749
|
}
|
|
149
|
-
const Vpn = /*#__PURE__*/React.forwardRef(function Vpn(
|
|
750
|
+
const Vpn = /*#__PURE__*/React.forwardRef(function Vpn(_ref32, ref) {
|
|
150
751
|
let {
|
|
151
752
|
children,
|
|
152
753
|
size = 16,
|
|
153
754
|
...rest
|
|
154
|
-
} =
|
|
755
|
+
} = _ref32;
|
|
155
756
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
156
757
|
width: size,
|
|
157
758
|
height: size,
|
|
@@ -160,19 +761,19 @@ const Vpn = /*#__PURE__*/React.forwardRef(function Vpn(_ref7, ref) {
|
|
|
160
761
|
viewBox: "0 0 32 32",
|
|
161
762
|
fill: "currentColor",
|
|
162
763
|
...rest
|
|
163
|
-
},
|
|
764
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
164
765
|
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"
|
|
165
766
|
})), children);
|
|
166
767
|
});
|
|
167
768
|
if (process.env.NODE_ENV !== "production") {
|
|
168
769
|
Vpn.propTypes = iconPropTypes;
|
|
169
770
|
}
|
|
170
|
-
const VpnConnection = /*#__PURE__*/React.forwardRef(function VpnConnection(
|
|
771
|
+
const VpnConnection = /*#__PURE__*/React.forwardRef(function VpnConnection(_ref33, ref) {
|
|
171
772
|
let {
|
|
172
773
|
children,
|
|
173
774
|
size = 16,
|
|
174
775
|
...rest
|
|
175
|
-
} =
|
|
776
|
+
} = _ref33;
|
|
176
777
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
177
778
|
width: size,
|
|
178
779
|
height: size,
|
|
@@ -181,19 +782,19 @@ const VpnConnection = /*#__PURE__*/React.forwardRef(function VpnConnection(_ref8
|
|
|
181
782
|
viewBox: "0 0 32 32",
|
|
182
783
|
fill: "currentColor",
|
|
183
784
|
...rest
|
|
184
|
-
},
|
|
785
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
185
786
|
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"
|
|
186
787
|
})), children);
|
|
187
788
|
});
|
|
188
789
|
if (process.env.NODE_ENV !== "production") {
|
|
189
790
|
VpnConnection.propTypes = iconPropTypes;
|
|
190
791
|
}
|
|
191
|
-
const VpnPolicy = /*#__PURE__*/React.forwardRef(function VpnPolicy(
|
|
792
|
+
const VpnPolicy = /*#__PURE__*/React.forwardRef(function VpnPolicy(_ref34, ref) {
|
|
192
793
|
let {
|
|
193
794
|
children,
|
|
194
795
|
size = 16,
|
|
195
796
|
...rest
|
|
196
|
-
} =
|
|
797
|
+
} = _ref34;
|
|
197
798
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
198
799
|
width: size,
|
|
199
800
|
height: size,
|
|
@@ -202,21 +803,21 @@ const VpnPolicy = /*#__PURE__*/React.forwardRef(function VpnPolicy(_ref9, ref) {
|
|
|
202
803
|
viewBox: "0 0 32 32",
|
|
203
804
|
fill: "currentColor",
|
|
204
805
|
...rest
|
|
205
|
-
},
|
|
806
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
206
807
|
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"
|
|
207
|
-
})),
|
|
808
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
208
809
|
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"
|
|
209
810
|
})), children);
|
|
210
811
|
});
|
|
211
812
|
if (process.env.NODE_ENV !== "production") {
|
|
212
813
|
VpnPolicy.propTypes = iconPropTypes;
|
|
213
814
|
}
|
|
214
|
-
const Wallet = /*#__PURE__*/React.forwardRef(function Wallet(
|
|
815
|
+
const Wallet = /*#__PURE__*/React.forwardRef(function Wallet(_ref35, ref) {
|
|
215
816
|
let {
|
|
216
817
|
children,
|
|
217
818
|
size = 16,
|
|
218
819
|
...rest
|
|
219
|
-
} =
|
|
820
|
+
} = _ref35;
|
|
220
821
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
221
822
|
width: size,
|
|
222
823
|
height: size,
|
|
@@ -225,21 +826,21 @@ const Wallet = /*#__PURE__*/React.forwardRef(function Wallet(_ref10, ref) {
|
|
|
225
826
|
viewBox: "0 0 32 32",
|
|
226
827
|
fill: "currentColor",
|
|
227
828
|
...rest
|
|
228
|
-
},
|
|
829
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
229
830
|
d: "M22 17H24V19H22z"
|
|
230
|
-
})),
|
|
831
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
231
832
|
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"
|
|
232
833
|
})), children);
|
|
233
834
|
});
|
|
234
835
|
if (process.env.NODE_ENV !== "production") {
|
|
235
836
|
Wallet.propTypes = iconPropTypes;
|
|
236
837
|
}
|
|
237
|
-
const Warning = /*#__PURE__*/React.forwardRef(function Warning(
|
|
838
|
+
const Warning = /*#__PURE__*/React.forwardRef(function Warning(_ref36, ref) {
|
|
238
839
|
let {
|
|
239
840
|
children,
|
|
240
841
|
size = 16,
|
|
241
842
|
...rest
|
|
242
|
-
} =
|
|
843
|
+
} = _ref36;
|
|
243
844
|
if (size === 16 || size === "16" || size === "16px") {
|
|
244
845
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
245
846
|
width: size,
|
|
@@ -249,9 +850,9 @@ const Warning = /*#__PURE__*/React.forwardRef(function Warning(_ref11, ref) {
|
|
|
249
850
|
viewBox: "0 0 16 16",
|
|
250
851
|
fill: "currentColor",
|
|
251
852
|
...rest
|
|
252
|
-
},
|
|
853
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
253
854
|
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"
|
|
254
|
-
})),
|
|
855
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
255
856
|
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"
|
|
256
857
|
})), children);
|
|
257
858
|
}
|
|
@@ -263,21 +864,21 @@ const Warning = /*#__PURE__*/React.forwardRef(function Warning(_ref11, ref) {
|
|
|
263
864
|
viewBox: "0 0 32 32",
|
|
264
865
|
fill: "currentColor",
|
|
265
866
|
...rest
|
|
266
|
-
},
|
|
867
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
267
868
|
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"
|
|
268
|
-
})),
|
|
869
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
269
870
|
d: "M15 8H17V19H15zM16 22a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 22z"
|
|
270
871
|
})), children);
|
|
271
872
|
});
|
|
272
873
|
if (process.env.NODE_ENV !== "production") {
|
|
273
874
|
Warning.propTypes = iconPropTypes;
|
|
274
875
|
}
|
|
275
|
-
const WarningAlt = /*#__PURE__*/React.forwardRef(function WarningAlt(
|
|
876
|
+
const WarningAlt = /*#__PURE__*/React.forwardRef(function WarningAlt(_ref37, ref) {
|
|
276
877
|
let {
|
|
277
878
|
children,
|
|
278
879
|
size = 16,
|
|
279
880
|
...rest
|
|
280
|
-
} =
|
|
881
|
+
} = _ref37;
|
|
281
882
|
if (size === 16 || size === "16" || size === "16px") {
|
|
282
883
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
283
884
|
width: size,
|
|
@@ -287,9 +888,9 @@ const WarningAlt = /*#__PURE__*/React.forwardRef(function WarningAlt(_ref12, ref
|
|
|
287
888
|
viewBox: "0 0 16 16",
|
|
288
889
|
fill: "currentColor",
|
|
289
890
|
...rest
|
|
290
|
-
},
|
|
891
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
291
892
|
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"
|
|
292
|
-
})),
|
|
893
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
293
894
|
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"
|
|
294
895
|
})), children);
|
|
295
896
|
}
|
|
@@ -301,21 +902,21 @@ const WarningAlt = /*#__PURE__*/React.forwardRef(function WarningAlt(_ref12, ref
|
|
|
301
902
|
viewBox: "0 0 32 32",
|
|
302
903
|
fill: "currentColor",
|
|
303
904
|
...rest
|
|
304
|
-
},
|
|
905
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
305
906
|
d: "M16 23a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 23zM15 12H17V21H15z"
|
|
306
|
-
})),
|
|
907
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
307
908
|
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"
|
|
308
909
|
})), children);
|
|
309
910
|
});
|
|
310
911
|
if (process.env.NODE_ENV !== "production") {
|
|
311
912
|
WarningAlt.propTypes = iconPropTypes;
|
|
312
913
|
}
|
|
313
|
-
const WarningAltFilled = /*#__PURE__*/React.forwardRef(function WarningAltFilled(
|
|
914
|
+
const WarningAltFilled = /*#__PURE__*/React.forwardRef(function WarningAltFilled(_ref38, ref) {
|
|
314
915
|
let {
|
|
315
916
|
children,
|
|
316
917
|
size = 16,
|
|
317
918
|
...rest
|
|
318
|
-
} =
|
|
919
|
+
} = _ref38;
|
|
319
920
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
320
921
|
width: size,
|
|
321
922
|
height: size,
|
|
@@ -324,25 +925,25 @@ const WarningAltFilled = /*#__PURE__*/React.forwardRef(function WarningAltFilled
|
|
|
324
925
|
viewBox: "0 0 32 32",
|
|
325
926
|
fill: "currentColor",
|
|
326
927
|
...rest
|
|
327
|
-
},
|
|
928
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
328
929
|
fill: "none",
|
|
329
930
|
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",
|
|
330
931
|
"data-icon-path": "inner-path"
|
|
331
|
-
})),
|
|
932
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
332
933
|
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"
|
|
333
|
-
})),
|
|
934
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
334
935
|
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"
|
|
335
936
|
})), children);
|
|
336
937
|
});
|
|
337
938
|
if (process.env.NODE_ENV !== "production") {
|
|
338
939
|
WarningAltFilled.propTypes = iconPropTypes;
|
|
339
940
|
}
|
|
340
|
-
const WarningAltInverted = /*#__PURE__*/React.forwardRef(function WarningAltInverted(
|
|
941
|
+
const WarningAltInverted = /*#__PURE__*/React.forwardRef(function WarningAltInverted(_ref39, ref) {
|
|
341
942
|
let {
|
|
342
943
|
children,
|
|
343
944
|
size = 16,
|
|
344
945
|
...rest
|
|
345
|
-
} =
|
|
946
|
+
} = _ref39;
|
|
346
947
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
347
948
|
width: size,
|
|
348
949
|
height: size,
|
|
@@ -351,21 +952,21 @@ const WarningAltInverted = /*#__PURE__*/React.forwardRef(function WarningAltInve
|
|
|
351
952
|
viewBox: "0 0 32 32",
|
|
352
953
|
fill: "currentColor",
|
|
353
954
|
...rest
|
|
354
|
-
},
|
|
955
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
355
956
|
d: "M16 17a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 17zM15 6H17V15H15z"
|
|
356
|
-
})),
|
|
957
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
357
958
|
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"
|
|
358
959
|
})), children);
|
|
359
960
|
});
|
|
360
961
|
if (process.env.NODE_ENV !== "production") {
|
|
361
962
|
WarningAltInverted.propTypes = iconPropTypes;
|
|
362
963
|
}
|
|
363
|
-
const WarningAltInvertedFilled = /*#__PURE__*/React.forwardRef(function WarningAltInvertedFilled(
|
|
964
|
+
const WarningAltInvertedFilled = /*#__PURE__*/React.forwardRef(function WarningAltInvertedFilled(_ref40, ref) {
|
|
364
965
|
let {
|
|
365
966
|
children,
|
|
366
967
|
size = 16,
|
|
367
968
|
...rest
|
|
368
|
-
} =
|
|
969
|
+
} = _ref40;
|
|
369
970
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
370
971
|
width: size,
|
|
371
972
|
height: size,
|
|
@@ -374,25 +975,25 @@ const WarningAltInvertedFilled = /*#__PURE__*/React.forwardRef(function WarningA
|
|
|
374
975
|
viewBox: "0 0 32 32",
|
|
375
976
|
fill: "currentColor",
|
|
376
977
|
...rest
|
|
377
|
-
},
|
|
978
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
378
979
|
fill: "none",
|
|
379
980
|
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",
|
|
380
981
|
"data-icon-path": "inner-path"
|
|
381
|
-
})),
|
|
982
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
382
983
|
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"
|
|
383
|
-
})),
|
|
984
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
384
985
|
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"
|
|
385
986
|
})), children);
|
|
386
987
|
});
|
|
387
988
|
if (process.env.NODE_ENV !== "production") {
|
|
388
989
|
WarningAltInvertedFilled.propTypes = iconPropTypes;
|
|
389
990
|
}
|
|
390
|
-
const WarningDiamond = /*#__PURE__*/React.forwardRef(function WarningDiamond(
|
|
991
|
+
const WarningDiamond = /*#__PURE__*/React.forwardRef(function WarningDiamond(_ref41, ref) {
|
|
391
992
|
let {
|
|
392
993
|
children,
|
|
393
994
|
size = 16,
|
|
394
995
|
...rest
|
|
395
|
-
} =
|
|
996
|
+
} = _ref41;
|
|
396
997
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
397
998
|
width: size,
|
|
398
999
|
height: size,
|
|
@@ -401,21 +1002,21 @@ const WarningDiamond = /*#__PURE__*/React.forwardRef(function WarningDiamond(_re
|
|
|
401
1002
|
viewBox: "0 0 32 32",
|
|
402
1003
|
fill: "currentColor",
|
|
403
1004
|
...rest
|
|
404
|
-
},
|
|
1005
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
405
1006
|
d: "M16 20c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 9H17V18H15z"
|
|
406
|
-
})),
|
|
1007
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
407
1008
|
d: "m16,30c-.5335,0-1.0672-.2031-1.4732-.6094L2.6094,17.4732c-.8126-.8123-.8126-2.1342,0-2.9465L14.5268,2.6094c.8121-.8126,2.1344-.8126,2.9465,0l11.9173,11.9173c.8126.8123.8126,2.1342,0,2.9465l-11.9173,11.9173c-.406.4063-.9398.6094-1.4732.6094Zm0-26.0008c-.0215,0-.0427.0083-.0591.0244L4.0236,15.9409c-.0325.0327-.0325.0855,0,.1182l11.9173,11.9173c.0327.0322.0855.0322.1182,0l11.9173-11.9173c.0325-.0327.0325-.0855,0-.1182l-11.9173-11.9173c-.0164-.0161-.0376-.0244-.0591-.0244Z"
|
|
408
1009
|
})), children);
|
|
409
1010
|
});
|
|
410
1011
|
if (process.env.NODE_ENV !== "production") {
|
|
411
1012
|
WarningDiamond.propTypes = iconPropTypes;
|
|
412
1013
|
}
|
|
413
|
-
const WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(
|
|
1014
|
+
const WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref42, ref) {
|
|
414
1015
|
let {
|
|
415
1016
|
children,
|
|
416
1017
|
size = 16,
|
|
417
1018
|
...rest
|
|
418
|
-
} =
|
|
1019
|
+
} = _ref42;
|
|
419
1020
|
if (size === 16 || size === "16" || size === "16px") {
|
|
420
1021
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
421
1022
|
width: size,
|
|
@@ -425,9 +1026,9 @@ const WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref1
|
|
|
425
1026
|
viewBox: "0 0 16 16",
|
|
426
1027
|
fill: "currentColor",
|
|
427
1028
|
...rest
|
|
428
|
-
},
|
|
1029
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
429
1030
|
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"
|
|
430
|
-
})),
|
|
1031
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
431
1032
|
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",
|
|
432
1033
|
"data-icon-path": "inner-path",
|
|
433
1034
|
opacity: "0"
|
|
@@ -442,9 +1043,9 @@ const WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref1
|
|
|
442
1043
|
viewBox: "0 0 20 20",
|
|
443
1044
|
fill: "currentColor",
|
|
444
1045
|
...rest
|
|
445
|
-
},
|
|
1046
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
446
1047
|
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"
|
|
447
|
-
})),
|
|
1048
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
448
1049
|
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",
|
|
449
1050
|
"data-icon-path": "inner-path",
|
|
450
1051
|
opacity: "0"
|
|
@@ -459,9 +1060,9 @@ const WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref1
|
|
|
459
1060
|
viewBox: "0 0 24 24",
|
|
460
1061
|
fill: "currentColor",
|
|
461
1062
|
...rest
|
|
462
|
-
},
|
|
1063
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
463
1064
|
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"
|
|
464
|
-
})),
|
|
1065
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
465
1066
|
fill: "none",
|
|
466
1067
|
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",
|
|
467
1068
|
"data-icon-path": "inner-path",
|
|
@@ -476,9 +1077,9 @@ const WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref1
|
|
|
476
1077
|
viewBox: "0 0 32 32",
|
|
477
1078
|
fill: "currentColor",
|
|
478
1079
|
...rest
|
|
479
|
-
},
|
|
1080
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
480
1081
|
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"
|
|
481
|
-
})),
|
|
1082
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
482
1083
|
fill: "none",
|
|
483
1084
|
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",
|
|
484
1085
|
"data-icon-path": "inner-path",
|
|
@@ -488,12 +1089,12 @@ const WarningFilled = /*#__PURE__*/React.forwardRef(function WarningFilled(_ref1
|
|
|
488
1089
|
if (process.env.NODE_ENV !== "production") {
|
|
489
1090
|
WarningFilled.propTypes = iconPropTypes;
|
|
490
1091
|
}
|
|
491
|
-
const WarningHex = /*#__PURE__*/React.forwardRef(function WarningHex(
|
|
1092
|
+
const WarningHex = /*#__PURE__*/React.forwardRef(function WarningHex(_ref43, ref) {
|
|
492
1093
|
let {
|
|
493
1094
|
children,
|
|
494
1095
|
size = 16,
|
|
495
1096
|
...rest
|
|
496
|
-
} =
|
|
1097
|
+
} = _ref43;
|
|
497
1098
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
498
1099
|
width: size,
|
|
499
1100
|
height: size,
|
|
@@ -502,21 +1103,21 @@ const WarningHex = /*#__PURE__*/React.forwardRef(function WarningHex(_ref18, ref
|
|
|
502
1103
|
viewBox: "0 0 32 32",
|
|
503
1104
|
fill: "currentColor",
|
|
504
1105
|
...rest
|
|
505
|
-
},
|
|
1106
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
506
1107
|
d: "M16 21a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 21zM15 8H17V18H15z"
|
|
507
|
-
})),
|
|
1108
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
508
1109
|
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"
|
|
509
1110
|
})), children);
|
|
510
1111
|
});
|
|
511
1112
|
if (process.env.NODE_ENV !== "production") {
|
|
512
1113
|
WarningHex.propTypes = iconPropTypes;
|
|
513
1114
|
}
|
|
514
|
-
const WarningHexFilled = /*#__PURE__*/React.forwardRef(function WarningHexFilled(
|
|
1115
|
+
const WarningHexFilled = /*#__PURE__*/React.forwardRef(function WarningHexFilled(_ref44, ref) {
|
|
515
1116
|
let {
|
|
516
1117
|
children,
|
|
517
1118
|
size = 16,
|
|
518
1119
|
...rest
|
|
519
|
-
} =
|
|
1120
|
+
} = _ref44;
|
|
520
1121
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
521
1122
|
width: size,
|
|
522
1123
|
height: size,
|
|
@@ -525,23 +1126,23 @@ const WarningHexFilled = /*#__PURE__*/React.forwardRef(function WarningHexFilled
|
|
|
525
1126
|
viewBox: "0 0 32 32",
|
|
526
1127
|
fill: "currentColor",
|
|
527
1128
|
...rest
|
|
528
|
-
},
|
|
1129
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
529
1130
|
fill: "none",
|
|
530
1131
|
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",
|
|
531
1132
|
"data-icon-path": "inner-path"
|
|
532
|
-
})),
|
|
1133
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
533
1134
|
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"
|
|
534
1135
|
})), children);
|
|
535
1136
|
});
|
|
536
1137
|
if (process.env.NODE_ENV !== "production") {
|
|
537
1138
|
WarningHexFilled.propTypes = iconPropTypes;
|
|
538
1139
|
}
|
|
539
|
-
const WarningMultiple = /*#__PURE__*/React.forwardRef(function WarningMultiple(
|
|
1140
|
+
const WarningMultiple = /*#__PURE__*/React.forwardRef(function WarningMultiple(_ref45, ref) {
|
|
540
1141
|
let {
|
|
541
1142
|
children,
|
|
542
1143
|
size = 16,
|
|
543
1144
|
...rest
|
|
544
|
-
} =
|
|
1145
|
+
} = _ref45;
|
|
545
1146
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
546
1147
|
width: size,
|
|
547
1148
|
height: size,
|
|
@@ -550,27 +1151,27 @@ const WarningMultiple = /*#__PURE__*/React.forwardRef(function WarningMultiple(_
|
|
|
550
1151
|
viewBox: "0 0 32 32",
|
|
551
1152
|
fill: "currentColor",
|
|
552
1153
|
...rest
|
|
553
|
-
},
|
|
1154
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
554
1155
|
d: "m29,23h-4v-2h2.3821l-7.8821-15.7639-1.1055,2.2112-1.7891-.8945,2-4c.1694-.3387.532-.5527.8945-.5527s.7251.214.8945.5527l9.5,19c.1548.3101.1384.6782-.0439.973-.1821.2948-.5039.4742-.8506.4742Z"
|
|
555
|
-
})),
|
|
1156
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
556
1157
|
cx: "14",
|
|
557
1158
|
cy: "25",
|
|
558
1159
|
r: "1.25"
|
|
559
|
-
})),
|
|
1160
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
560
1161
|
d: "M13 15H15V22H13z"
|
|
561
|
-
})),
|
|
1162
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
562
1163
|
d: "m25,30H3c-.3499,0-.6743-.1829-.8555-.4823s-.1926-.6718-.0303-.9817L13.1143,7.536c.1726-.3296.5292-.536.8857-.536s.7131.2064.8857.536l11,21c.1624.3099.1509.6823-.0303.9817s-.5056.4823-.8555.4823Zm-20.3474-2h18.6948L14,10.1552,4.6526,28Z"
|
|
563
1164
|
})), children);
|
|
564
1165
|
});
|
|
565
1166
|
if (process.env.NODE_ENV !== "production") {
|
|
566
1167
|
WarningMultiple.propTypes = iconPropTypes;
|
|
567
1168
|
}
|
|
568
|
-
const WarningOther = /*#__PURE__*/React.forwardRef(function WarningOther(
|
|
1169
|
+
const WarningOther = /*#__PURE__*/React.forwardRef(function WarningOther(_ref46, ref) {
|
|
569
1170
|
let {
|
|
570
1171
|
children,
|
|
571
1172
|
size = 16,
|
|
572
1173
|
...rest
|
|
573
|
-
} =
|
|
1174
|
+
} = _ref46;
|
|
574
1175
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
575
1176
|
width: size,
|
|
576
1177
|
height: size,
|
|
@@ -579,21 +1180,21 @@ const WarningOther = /*#__PURE__*/React.forwardRef(function WarningOther(_ref21,
|
|
|
579
1180
|
viewBox: "0 0 32 32",
|
|
580
1181
|
fill: "currentColor",
|
|
581
1182
|
...rest
|
|
582
|
-
},
|
|
1183
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
583
1184
|
d: "M18 20H30V22H18zM18 24H30V26H18zM18 28H30V30H18zM14 18a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0014 18zM13 7H15V16H13z"
|
|
584
|
-
})),
|
|
1185
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
585
1186
|
d: "M14,4A10.0111,10.0111,0,0,1,24,14h2A12,12,0,1,0,14,26V24A10,10,0,0,1,14,4Z"
|
|
586
1187
|
})), children);
|
|
587
1188
|
});
|
|
588
1189
|
if (process.env.NODE_ENV !== "production") {
|
|
589
1190
|
WarningOther.propTypes = iconPropTypes;
|
|
590
1191
|
}
|
|
591
|
-
const WarningSquare = /*#__PURE__*/React.forwardRef(function WarningSquare(
|
|
1192
|
+
const WarningSquare = /*#__PURE__*/React.forwardRef(function WarningSquare(_ref47, ref) {
|
|
592
1193
|
let {
|
|
593
1194
|
children,
|
|
594
1195
|
size = 16,
|
|
595
1196
|
...rest
|
|
596
|
-
} =
|
|
1197
|
+
} = _ref47;
|
|
597
1198
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
598
1199
|
width: size,
|
|
599
1200
|
height: size,
|
|
@@ -602,21 +1203,21 @@ const WarningSquare = /*#__PURE__*/React.forwardRef(function WarningSquare(_ref2
|
|
|
602
1203
|
viewBox: "0 0 32 32",
|
|
603
1204
|
fill: "currentColor",
|
|
604
1205
|
...rest
|
|
605
|
-
},
|
|
1206
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
606
1207
|
d: "M16 20a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 20zM15 9H17V18H15z"
|
|
607
|
-
})),
|
|
1208
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
608
1209
|
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"
|
|
609
1210
|
})), children);
|
|
610
1211
|
});
|
|
611
1212
|
if (process.env.NODE_ENV !== "production") {
|
|
612
1213
|
WarningSquare.propTypes = iconPropTypes;
|
|
613
1214
|
}
|
|
614
|
-
const WarningSquareFilled = /*#__PURE__*/React.forwardRef(function WarningSquareFilled(
|
|
1215
|
+
const WarningSquareFilled = /*#__PURE__*/React.forwardRef(function WarningSquareFilled(_ref48, ref) {
|
|
615
1216
|
let {
|
|
616
1217
|
children,
|
|
617
1218
|
size = 16,
|
|
618
1219
|
...rest
|
|
619
|
-
} =
|
|
1220
|
+
} = _ref48;
|
|
620
1221
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
621
1222
|
width: size,
|
|
622
1223
|
height: size,
|
|
@@ -625,9 +1226,9 @@ const WarningSquareFilled = /*#__PURE__*/React.forwardRef(function WarningSquare
|
|
|
625
1226
|
viewBox: "0 0 32 32",
|
|
626
1227
|
fill: "currentColor",
|
|
627
1228
|
...rest
|
|
628
|
-
},
|
|
1229
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
629
1230
|
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"
|
|
630
|
-
})),
|
|
1231
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
631
1232
|
fill: "none",
|
|
632
1233
|
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",
|
|
633
1234
|
"data-icon-path": "inner-path"
|
|
@@ -636,12 +1237,12 @@ const WarningSquareFilled = /*#__PURE__*/React.forwardRef(function WarningSquare
|
|
|
636
1237
|
if (process.env.NODE_ENV !== "production") {
|
|
637
1238
|
WarningSquareFilled.propTypes = iconPropTypes;
|
|
638
1239
|
}
|
|
639
|
-
const Watch = /*#__PURE__*/React.forwardRef(function Watch(
|
|
1240
|
+
const Watch = /*#__PURE__*/React.forwardRef(function Watch(_ref49, ref) {
|
|
640
1241
|
let {
|
|
641
1242
|
children,
|
|
642
1243
|
size = 16,
|
|
643
1244
|
...rest
|
|
644
|
-
} =
|
|
1245
|
+
} = _ref49;
|
|
645
1246
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
646
1247
|
width: size,
|
|
647
1248
|
height: size,
|
|
@@ -650,19 +1251,19 @@ const Watch = /*#__PURE__*/React.forwardRef(function Watch(_ref24, ref) {
|
|
|
650
1251
|
viewBox: "0 0 32 32",
|
|
651
1252
|
fill: "currentColor",
|
|
652
1253
|
...rest
|
|
653
|
-
},
|
|
1254
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
654
1255
|
d: "M22 8H21V2H19V8H13V2H11V8H10a2 2 0 00-2 2V22a2 2 0 002 2h1v6h2V24h6v6h2V24h1a2 2 0 002-2V10A2 2 0 0022 8zM10 22V10H22V22zM25 14H27V18H25z"
|
|
655
1256
|
})), children);
|
|
656
1257
|
});
|
|
657
1258
|
if (process.env.NODE_ENV !== "production") {
|
|
658
1259
|
Watch.propTypes = iconPropTypes;
|
|
659
1260
|
}
|
|
660
|
-
const Watson = /*#__PURE__*/React.forwardRef(function Watson(
|
|
1261
|
+
const Watson = /*#__PURE__*/React.forwardRef(function Watson(_ref50, ref) {
|
|
661
1262
|
let {
|
|
662
1263
|
children,
|
|
663
1264
|
size = 16,
|
|
664
1265
|
...rest
|
|
665
|
-
} =
|
|
1266
|
+
} = _ref50;
|
|
666
1267
|
if (process.env.NODE_ENV !== "production") {
|
|
667
1268
|
if (!didWarnAboutDeprecation["Watson"]) {
|
|
668
1269
|
didWarnAboutDeprecation["Watson"] = true;
|
|
@@ -677,19 +1278,19 @@ const Watson = /*#__PURE__*/React.forwardRef(function Watson(_ref25, ref) {
|
|
|
677
1278
|
viewBox: "0 0 32 32",
|
|
678
1279
|
fill: "currentColor",
|
|
679
1280
|
...rest
|
|
680
|
-
},
|
|
1281
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
681
1282
|
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"
|
|
682
1283
|
})), children);
|
|
683
1284
|
});
|
|
684
1285
|
if (process.env.NODE_ENV !== "production") {
|
|
685
1286
|
Watson.propTypes = iconPropTypes;
|
|
686
1287
|
}
|
|
687
|
-
const WatsonMachineLearning = /*#__PURE__*/React.forwardRef(function WatsonMachineLearning(
|
|
1288
|
+
const WatsonMachineLearning = /*#__PURE__*/React.forwardRef(function WatsonMachineLearning(_ref51, ref) {
|
|
688
1289
|
let {
|
|
689
1290
|
children,
|
|
690
1291
|
size = 16,
|
|
691
1292
|
...rest
|
|
692
|
-
} =
|
|
1293
|
+
} = _ref51;
|
|
693
1294
|
if (process.env.NODE_ENV !== "production") {
|
|
694
1295
|
if (!didWarnAboutDeprecation["WatsonMachineLearning"]) {
|
|
695
1296
|
didWarnAboutDeprecation["WatsonMachineLearning"] = true;
|
|
@@ -704,19 +1305,19 @@ const WatsonMachineLearning = /*#__PURE__*/React.forwardRef(function WatsonMachi
|
|
|
704
1305
|
viewBox: "0 0 32 32",
|
|
705
1306
|
fill: "currentColor",
|
|
706
1307
|
...rest
|
|
707
|
-
},
|
|
1308
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
708
1309
|
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"
|
|
709
1310
|
})), children);
|
|
710
1311
|
});
|
|
711
1312
|
if (process.env.NODE_ENV !== "production") {
|
|
712
1313
|
WatsonMachineLearning.propTypes = iconPropTypes;
|
|
713
1314
|
}
|
|
714
|
-
const Watsonx = /*#__PURE__*/React.forwardRef(function Watsonx(
|
|
1315
|
+
const Watsonx = /*#__PURE__*/React.forwardRef(function Watsonx(_ref52, ref) {
|
|
715
1316
|
let {
|
|
716
1317
|
children,
|
|
717
1318
|
size = 16,
|
|
718
1319
|
...rest
|
|
719
|
-
} =
|
|
1320
|
+
} = _ref52;
|
|
720
1321
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
721
1322
|
width: size,
|
|
722
1323
|
height: size,
|
|
@@ -725,19 +1326,19 @@ const Watsonx = /*#__PURE__*/React.forwardRef(function Watsonx(_ref27, ref) {
|
|
|
725
1326
|
viewBox: "0 0 32 32",
|
|
726
1327
|
fill: "currentColor",
|
|
727
1328
|
...rest
|
|
728
|
-
},
|
|
1329
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
729
1330
|
d: "m27.5381,21.9951l1.7734.9238c1.1045-2.1191,1.6885-4.5117,1.6885-6.9189,0-8.271-6.7285-15-15-15-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0751-.0141-.1464-.0222-.2194,1.0764-.8479,2.2672-1.5121,3.5358-1.978-.3267.6641-.5136,1.4088-.5136,2.1974,0,1.6301.7959,3.0668,2.0069,3.9802-.0457.3471-.0767.6974-.0767,1.0496,0,.7824.1179,1.5369.3282,2.2522-.6967-.1986-1.429-.3118-2.1885-.3118-3.7028,0-6.8172,2.5322-7.7248,5.9533-.2175-.9415-.345-1.9169-.345-2.9235,0-2.1152.4917-4.1328,1.4619-5.9956l-1.7744-.9238c-1.104,2.1211-1.6875,4.5137-1.6875,6.9194,0,8.2715,6.729,15,15,15,3.3738,0,6.5814-1.1195,9.2045-3.1664.244.106.5125.1664.7955.1664,1.1046,0,2-.8954,2-2s-.8954-2-2-2-2,.8954-2,2c0,.0751.014.1464.0221.2194-1.0765.8477-2.2672,1.5118-3.5356,1.9778.3266-.6641.5135-1.4086.5135-2.1971,0-1.63-.7958-3.0665-2.0067-3.9799.0457-.3479.077-.6985.077-1.0504,0-.782-.1178-1.5361-.328-2.251.6963.1985,1.4283.3116,2.1874.3116,3.7032,0,6.8178-2.533,7.725-5.955.2177.9418.3453,1.9177.3453,2.9247,0,2.1172-.4922,4.1338-1.4619,5.9951ZM16,3c1.6543,0,3,1.3457,3,3s-1.3457,3-3,3-3-1.3457-3-3,1.3457-3,3-3Zm0,26c-1.6543,0-3-1.3457-3-3s1.3457-3,3-3,3,1.3457,3,3-1.3457,3-3,3Zm0-8c-2.7568,0-5,2.2432-5,5,0,.7863.1855,1.5291.5104,2.1917-1.851-.684-3.5008-1.7778-4.8472-3.1708-1.0212-1.1095-1.5934-2.5366-1.5934-4.0511,0-3.3086,2.6914-5.9995,6-5.9995s6.0005,2.6909,6.0005,5.9995c0,.0496-.0124.0981-.0136.1477-.3413-.0739-.6936-.1174-1.0567-.1174Zm10.9297-9.9702c0,3.3086-2.6914,6.0005-6,6.0005s-5.9995-2.6919-5.9995-6.0005c0-.0496.0123-.0976.0135-.1471.3412.0739.6934.1173,1.0563.1173,2.7568,0,5-2.2432,5-5,0-.7866-.1863-1.5293-.5114-2.1921,1.851.6838,3.5009,1.7775,4.8473,3.1703,1.0214,1.1096,1.5938,2.5363,1.5938,4.0515Z"
|
|
730
1331
|
})), children);
|
|
731
1332
|
});
|
|
732
1333
|
if (process.env.NODE_ENV !== "production") {
|
|
733
1334
|
Watsonx.propTypes = iconPropTypes;
|
|
734
1335
|
}
|
|
735
|
-
const WatsonxAi = /*#__PURE__*/React.forwardRef(function WatsonxAi(
|
|
1336
|
+
const WatsonxAi = /*#__PURE__*/React.forwardRef(function WatsonxAi(_ref53, ref) {
|
|
736
1337
|
let {
|
|
737
1338
|
children,
|
|
738
1339
|
size = 16,
|
|
739
1340
|
...rest
|
|
740
|
-
} =
|
|
1341
|
+
} = _ref53;
|
|
741
1342
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
742
1343
|
width: size,
|
|
743
1344
|
height: size,
|
|
@@ -746,27 +1347,27 @@ const WatsonxAi = /*#__PURE__*/React.forwardRef(function WatsonxAi(_ref28, ref)
|
|
|
746
1347
|
viewBox: "0 0 32 32",
|
|
747
1348
|
fill: "currentColor",
|
|
748
1349
|
...rest
|
|
749
|
-
},
|
|
1350
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
750
1351
|
d: "m26,24c-1.1046,0-2,.8954-2,2,0,.0764.0142.1488.0225.2229-2.2808,1.7963-5.0792,2.7771-8.0225,2.7771-4.2617,0-8-3.9722-8-8.5,0-4.687,3.813-8.5,8.5-8.5h.5v-2h-.5c-5.7896,0-10.5,4.7104-10.5,10.5,0,1.8839.5304,3.6896,1.4371,5.2565-2.7133-2.3843-4.4371-5.869-4.4371-9.7565,0-2.1152.4917-4.1328,1.4619-5.9956l-1.7744-.9238c-1.104,2.1211-1.6875,4.5137-1.6875,6.9194,0,8.271,6.729,15,15,15,3.3744,0,6.5818-1.1193,9.2048-3.1662.244.106.5123.1662.7952.1662,1.1046,0,2-.8954,2-2s-.8954-2-2-2Z"
|
|
751
|
-
})),
|
|
1352
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
752
1353
|
d: "M11 20H13V22H11z",
|
|
753
1354
|
transform: "rotate(90 12 21)"
|
|
754
|
-
})),
|
|
1355
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
755
1356
|
d: "M19 10H21V12H19z",
|
|
756
1357
|
transform: "rotate(90 20 11)"
|
|
757
|
-
})),
|
|
1358
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
758
1359
|
d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,4.2617,0,8,3.9722,8,8.5,0,4.687-3.813,8.5-8.5,8.5h-.5v2h.5c5.7896,0,10.5-4.7104,10.5-10.5,0-1.8853-.5322-3.6917-1.4401-5.2593,2.715,2.3843,4.4401,5.8704,4.4401,9.7593,0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z"
|
|
759
1360
|
})), children);
|
|
760
1361
|
});
|
|
761
1362
|
if (process.env.NODE_ENV !== "production") {
|
|
762
1363
|
WatsonxAi.propTypes = iconPropTypes;
|
|
763
1364
|
}
|
|
764
|
-
const WatsonxData = /*#__PURE__*/React.forwardRef(function WatsonxData(
|
|
1365
|
+
const WatsonxData = /*#__PURE__*/React.forwardRef(function WatsonxData(_ref54, ref) {
|
|
765
1366
|
let {
|
|
766
1367
|
children,
|
|
767
1368
|
size = 16,
|
|
768
1369
|
...rest
|
|
769
|
-
} =
|
|
1370
|
+
} = _ref54;
|
|
770
1371
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
771
1372
|
width: size,
|
|
772
1373
|
height: size,
|
|
@@ -775,30 +1376,30 @@ const WatsonxData = /*#__PURE__*/React.forwardRef(function WatsonxData(_ref29, r
|
|
|
775
1376
|
viewBox: "0 0 32 32",
|
|
776
1377
|
fill: "currentColor",
|
|
777
1378
|
...rest
|
|
778
|
-
},
|
|
1379
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
779
1380
|
d: "m26,24c-1.1046,0-2,.8954-2,2,0,.0764.0142.1488.0225.2229-2.2808,1.7963-5.0792,2.7771-8.0225,2.7771-2.7746,0-5.3432-.881-7.4566-2.3676.2576.0261.517.0444.7798.0444,4.2329,0,7.6768-3.4438,7.6768-7.6768h-2c0,3.1304-2.5464,5.6768-5.6768,5.6768-2.2111,0-4.1977-1.2816-5.1318-3.2725-.1365-.2972-.2595-.6007-.3738-.9094.6602.322,1.3998.5051,2.1824.5051,2.7568,0,5-2.2432,5-5v-2h-2v2c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3c0-2.1152.4917-4.1328,1.4619-5.9956l-1.7744-.9238c-1.104,2.1211-1.6875,4.5137-1.6875,6.9194,0,8.271,6.729,15,15,15,3.3744,0,6.5818-1.1193,9.2048-3.1662.244.106.5123.1662.7952.1662,1.1046,0,2-.8954,2-2s-.8954-2-2-2Z"
|
|
780
|
-
})),
|
|
1381
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
781
1382
|
d: "M21 21H23V23H21z",
|
|
782
1383
|
transform: "rotate(90 22 22)"
|
|
783
|
-
})),
|
|
1384
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
784
1385
|
d: "M15 15H17V17H15z",
|
|
785
1386
|
transform: "rotate(90 16 16)"
|
|
786
|
-
})),
|
|
1387
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
787
1388
|
d: "M9 9H11V11H9z",
|
|
788
1389
|
transform: "rotate(-90 10 10)"
|
|
789
|
-
})),
|
|
1390
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
790
1391
|
d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,2.7708,0,5.3363.8784,7.4481,2.3613-.249-.0242-.5005-.038-.7547-.038-4.2329,0-7.6768,3.4438-7.6768,7.6768h2c0-3.1304,2.5464-5.6768,5.6768-5.6768,2.0554,0,3.9068,1.0953,4.9186,2.8651.2153.4283.4053.8701.5729,1.3237-.6615-.3234-1.4005-.5121-2.1849-.5121-2.7568,0-5,2.2432-5,5v2h2v-2c0-1.6543,1.3457-3,3-3s3,1.3457,3,3c0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z"
|
|
791
1392
|
})), children);
|
|
792
1393
|
});
|
|
793
1394
|
if (process.env.NODE_ENV !== "production") {
|
|
794
1395
|
WatsonxData.propTypes = iconPropTypes;
|
|
795
1396
|
}
|
|
796
|
-
const WatsonxGovernance = /*#__PURE__*/React.forwardRef(function WatsonxGovernance(
|
|
1397
|
+
const WatsonxGovernance = /*#__PURE__*/React.forwardRef(function WatsonxGovernance(_ref55, ref) {
|
|
797
1398
|
let {
|
|
798
1399
|
children,
|
|
799
1400
|
size = 16,
|
|
800
1401
|
...rest
|
|
801
|
-
} =
|
|
1402
|
+
} = _ref55;
|
|
802
1403
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
803
1404
|
width: size,
|
|
804
1405
|
height: size,
|
|
@@ -807,30 +1408,30 @@ const WatsonxGovernance = /*#__PURE__*/React.forwardRef(function WatsonxGovernan
|
|
|
807
1408
|
viewBox: "0 0 32 32",
|
|
808
1409
|
fill: "currentColor",
|
|
809
1410
|
...rest
|
|
810
|
-
},
|
|
1411
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
811
1412
|
d: "m26,24c-1.1046,0-2,.8954-2,2,0,.0764.0142.1488.0225.2229-2.2808,1.7963-5.0792,2.7771-8.0225,2.7771-7.1685,0-13-5.8315-13-13,0-2.1152.4917-4.1328,1.4619-5.9956l-1.7744-.9238c-1.104,2.1211-1.6875,4.5137-1.6875,6.9194,0,8.271,6.729,15,15,15,3.3744,0,6.5818-1.1193,9.2048-3.1662.244.106.5123.1662.7952.1662,1.1046,0,2-.8954,2-2s-.8954-2-2-2Z"
|
|
812
|
-
})),
|
|
1413
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
813
1414
|
d: "M11 23H13V25H11z",
|
|
814
1415
|
transform: "rotate(90 12 24)"
|
|
815
|
-
})),
|
|
1416
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
816
1417
|
d: "M11 9H13V11H11z",
|
|
817
1418
|
transform: "rotate(90 12 10)"
|
|
818
|
-
})),
|
|
1419
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
819
1420
|
d: "M11 16H13V18H11z",
|
|
820
1421
|
transform: "rotate(90 12 17)"
|
|
821
|
-
})),
|
|
1422
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
822
1423
|
d: "m16,1c-3.3744,0-6.5818,1.1193-9.2048,3.1662-.244-.106-.5123-.1662-.7952-.1662-1.1046,0-2,.8954-2,2s.8954,2,2,2,2-.8954,2-2c0-.0764-.0142-.1488-.0225-.2229,2.2808-1.7963,5.0792-2.7771,8.0225-2.7771,1.6543,0,3,1.3457,3,3s-1.3457,3-3,3h-1v2h1c2.7568,0,5-2.2432,5-5,0-.2399-.0203-.4748-.0531-.7057.9663,1.1348,1.5531,2.6021,1.5531,4.2057,0,3.584-2.916,6.5-6.5,6.5h-1v2h1c4.687,0,8.5-3.813,8.5-8.5,0-.7654-.1111-1.5036-.3017-2.2096,1.1321,1.6206,1.8017,3.587,1.8017,5.7096,0,5.5142-4.4858,10-10,10h-1v2h1c6.6167,0,12-5.3833,12-12,0-.8995-.1058-1.774-.2944-2.6176.8207,1.7031,1.2944,3.6038,1.2944,5.6176,0,2.1152-.4917,4.1328-1.4619,5.9956l1.7744.9238c1.104-2.1211,1.6875-4.5137,1.6875-6.9194C31,7.729,24.271,1,16,1Z"
|
|
823
1424
|
})), children);
|
|
824
1425
|
});
|
|
825
1426
|
if (process.env.NODE_ENV !== "production") {
|
|
826
1427
|
WatsonxGovernance.propTypes = iconPropTypes;
|
|
827
1428
|
}
|
|
828
|
-
const WaveDirection = /*#__PURE__*/React.forwardRef(function WaveDirection(
|
|
1429
|
+
const WaveDirection = /*#__PURE__*/React.forwardRef(function WaveDirection(_ref56, ref) {
|
|
829
1430
|
let {
|
|
830
1431
|
children,
|
|
831
1432
|
size = 16,
|
|
832
1433
|
...rest
|
|
833
|
-
} =
|
|
1434
|
+
} = _ref56;
|
|
834
1435
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
835
1436
|
width: size,
|
|
836
1437
|
height: size,
|
|
@@ -839,27 +1440,27 @@ const WaveDirection = /*#__PURE__*/React.forwardRef(function WaveDirection(_ref3
|
|
|
839
1440
|
viewBox: "0 0 32 32",
|
|
840
1441
|
fill: "currentColor",
|
|
841
1442
|
...rest
|
|
842
|
-
},
|
|
1443
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
843
1444
|
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"
|
|
844
|
-
})),
|
|
1445
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
845
1446
|
d: "M18,24V22a8,8,0,1,0-8-8H8A10,10,0,1,1,18,24Z"
|
|
846
|
-
})),
|
|
1447
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
847
1448
|
cx: "18",
|
|
848
1449
|
cy: "8",
|
|
849
1450
|
r: "1"
|
|
850
|
-
})),
|
|
1451
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
851
1452
|
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"
|
|
852
1453
|
})), children);
|
|
853
1454
|
});
|
|
854
1455
|
if (process.env.NODE_ENV !== "production") {
|
|
855
1456
|
WaveDirection.propTypes = iconPropTypes;
|
|
856
1457
|
}
|
|
857
|
-
const WaveHeight = /*#__PURE__*/React.forwardRef(function WaveHeight(
|
|
1458
|
+
const WaveHeight = /*#__PURE__*/React.forwardRef(function WaveHeight(_ref57, ref) {
|
|
858
1459
|
let {
|
|
859
1460
|
children,
|
|
860
1461
|
size = 16,
|
|
861
1462
|
...rest
|
|
862
|
-
} =
|
|
1463
|
+
} = _ref57;
|
|
863
1464
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
864
1465
|
width: size,
|
|
865
1466
|
height: size,
|
|
@@ -868,21 +1469,21 @@ const WaveHeight = /*#__PURE__*/React.forwardRef(function WaveHeight(_ref32, ref
|
|
|
868
1469
|
viewBox: "0 0 32 32",
|
|
869
1470
|
fill: "currentColor",
|
|
870
1471
|
...rest
|
|
871
|
-
},
|
|
1472
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
872
1473
|
d: "M24 2H30V4H24zM24 8H28V10H24zM24 14H30V16H24zM24 20H28V22H24z"
|
|
873
|
-
})),
|
|
1474
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
874
1475
|
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"
|
|
875
1476
|
})), children);
|
|
876
1477
|
});
|
|
877
1478
|
if (process.env.NODE_ENV !== "production") {
|
|
878
1479
|
WaveHeight.propTypes = iconPropTypes;
|
|
879
1480
|
}
|
|
880
|
-
const WavePeriod = /*#__PURE__*/React.forwardRef(function WavePeriod(
|
|
1481
|
+
const WavePeriod = /*#__PURE__*/React.forwardRef(function WavePeriod(_ref58, ref) {
|
|
881
1482
|
let {
|
|
882
1483
|
children,
|
|
883
1484
|
size = 16,
|
|
884
1485
|
...rest
|
|
885
|
-
} =
|
|
1486
|
+
} = _ref58;
|
|
886
1487
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
887
1488
|
width: size,
|
|
888
1489
|
height: size,
|
|
@@ -891,21 +1492,21 @@ const WavePeriod = /*#__PURE__*/React.forwardRef(function WavePeriod(_ref33, ref
|
|
|
891
1492
|
viewBox: "0 0 32 32",
|
|
892
1493
|
fill: "currentColor",
|
|
893
1494
|
...rest
|
|
894
|
-
},
|
|
1495
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
895
1496
|
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"
|
|
896
|
-
})),
|
|
1497
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
897
1498
|
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"
|
|
898
1499
|
})), children);
|
|
899
1500
|
});
|
|
900
1501
|
if (process.env.NODE_ENV !== "production") {
|
|
901
1502
|
WavePeriod.propTypes = iconPropTypes;
|
|
902
1503
|
}
|
|
903
|
-
const WeatherFrontCold = /*#__PURE__*/React.forwardRef(function WeatherFrontCold(
|
|
1504
|
+
const WeatherFrontCold = /*#__PURE__*/React.forwardRef(function WeatherFrontCold(_ref59, ref) {
|
|
904
1505
|
let {
|
|
905
1506
|
children,
|
|
906
1507
|
size = 16,
|
|
907
1508
|
...rest
|
|
908
|
-
} =
|
|
1509
|
+
} = _ref59;
|
|
909
1510
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
910
1511
|
width: size,
|
|
911
1512
|
height: size,
|
|
@@ -914,19 +1515,19 @@ const WeatherFrontCold = /*#__PURE__*/React.forwardRef(function WeatherFrontCold
|
|
|
914
1515
|
viewBox: "0 0 32 32",
|
|
915
1516
|
fill: "currentColor",
|
|
916
1517
|
...rest
|
|
917
|
-
},
|
|
1518
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
918
1519
|
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"
|
|
919
1520
|
})), children);
|
|
920
1521
|
});
|
|
921
1522
|
if (process.env.NODE_ENV !== "production") {
|
|
922
1523
|
WeatherFrontCold.propTypes = iconPropTypes;
|
|
923
1524
|
}
|
|
924
|
-
const WeatherFrontStationary = /*#__PURE__*/React.forwardRef(function WeatherFrontStationary(
|
|
1525
|
+
const WeatherFrontStationary = /*#__PURE__*/React.forwardRef(function WeatherFrontStationary(_ref60, ref) {
|
|
925
1526
|
let {
|
|
926
1527
|
children,
|
|
927
1528
|
size = 16,
|
|
928
1529
|
...rest
|
|
929
|
-
} =
|
|
1530
|
+
} = _ref60;
|
|
930
1531
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
931
1532
|
width: size,
|
|
932
1533
|
height: size,
|
|
@@ -935,19 +1536,19 @@ const WeatherFrontStationary = /*#__PURE__*/React.forwardRef(function WeatherFro
|
|
|
935
1536
|
viewBox: "0 0 32 32",
|
|
936
1537
|
fill: "currentColor",
|
|
937
1538
|
...rest
|
|
938
|
-
},
|
|
1539
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
939
1540
|
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"
|
|
940
1541
|
})), children);
|
|
941
1542
|
});
|
|
942
1543
|
if (process.env.NODE_ENV !== "production") {
|
|
943
1544
|
WeatherFrontStationary.propTypes = iconPropTypes;
|
|
944
1545
|
}
|
|
945
|
-
const WeatherFrontWarm = /*#__PURE__*/React.forwardRef(function WeatherFrontWarm(
|
|
1546
|
+
const WeatherFrontWarm = /*#__PURE__*/React.forwardRef(function WeatherFrontWarm(_ref61, ref) {
|
|
946
1547
|
let {
|
|
947
1548
|
children,
|
|
948
1549
|
size = 16,
|
|
949
1550
|
...rest
|
|
950
|
-
} =
|
|
1551
|
+
} = _ref61;
|
|
951
1552
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
952
1553
|
width: size,
|
|
953
1554
|
height: size,
|
|
@@ -956,19 +1557,19 @@ const WeatherFrontWarm = /*#__PURE__*/React.forwardRef(function WeatherFrontWarm
|
|
|
956
1557
|
viewBox: "0 0 32 32",
|
|
957
1558
|
fill: "currentColor",
|
|
958
1559
|
...rest
|
|
959
|
-
},
|
|
1560
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
960
1561
|
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"
|
|
961
1562
|
})), children);
|
|
962
1563
|
});
|
|
963
1564
|
if (process.env.NODE_ENV !== "production") {
|
|
964
1565
|
WeatherFrontWarm.propTypes = iconPropTypes;
|
|
965
1566
|
}
|
|
966
|
-
const WeatherStation = /*#__PURE__*/React.forwardRef(function WeatherStation(
|
|
1567
|
+
const WeatherStation = /*#__PURE__*/React.forwardRef(function WeatherStation(_ref62, ref) {
|
|
967
1568
|
let {
|
|
968
1569
|
children,
|
|
969
1570
|
size = 16,
|
|
970
1571
|
...rest
|
|
971
|
-
} =
|
|
1572
|
+
} = _ref62;
|
|
972
1573
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
973
1574
|
width: size,
|
|
974
1575
|
height: size,
|
|
@@ -977,23 +1578,23 @@ const WeatherStation = /*#__PURE__*/React.forwardRef(function WeatherStation(_re
|
|
|
977
1578
|
viewBox: "0 0 32 32",
|
|
978
1579
|
fill: "currentColor",
|
|
979
1580
|
...rest
|
|
980
|
-
},
|
|
1581
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
981
1582
|
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"
|
|
982
|
-
})),
|
|
1583
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
983
1584
|
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"
|
|
984
|
-
})),
|
|
1585
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
985
1586
|
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"
|
|
986
1587
|
})), children);
|
|
987
1588
|
});
|
|
988
1589
|
if (process.env.NODE_ENV !== "production") {
|
|
989
1590
|
WeatherStation.propTypes = iconPropTypes;
|
|
990
1591
|
}
|
|
991
|
-
const WebServicesCluster = /*#__PURE__*/React.forwardRef(function WebServicesCluster(
|
|
1592
|
+
const WebServicesCluster = /*#__PURE__*/React.forwardRef(function WebServicesCluster(_ref63, ref) {
|
|
992
1593
|
let {
|
|
993
1594
|
children,
|
|
994
1595
|
size = 16,
|
|
995
1596
|
...rest
|
|
996
|
-
} =
|
|
1597
|
+
} = _ref63;
|
|
997
1598
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
998
1599
|
width: size,
|
|
999
1600
|
height: size,
|
|
@@ -1002,21 +1603,21 @@ const WebServicesCluster = /*#__PURE__*/React.forwardRef(function WebServicesClu
|
|
|
1002
1603
|
viewBox: "0 0 32 32",
|
|
1003
1604
|
fill: "currentColor",
|
|
1004
1605
|
...rest
|
|
1005
|
-
},
|
|
1606
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1006
1607
|
d: "M16 26c-.2559 0-.512-.0977-.707-.2928l-3-3c-.1953-.1953-.293-.4512-.293-.7071s.0977-.5118.293-.7072l3-3c.1951-.1952.451-.2928.707-.2928s.512.0977.707.2928l3 3c.1953.1953.293.4512.293.7071s-.0977.5118-.293.7072l-3 3c-.1951.1952-.4512.2928-.707.2928zm-1.5857-4l1.5857 1.5858 1.5857-1.5858-1.5857-1.5858-1.5857 1.5858zM22 20c-.2559 0-.512-.0977-.707-.2928l-3-3c-.1953-.1953-.293-.4512-.293-.7071s.0977-.5118.293-.7072l3-3c.1951-.1952.451-.2928.707-.2928s.512.0977.707.2928l3 3c.1953.1953.293.4512.293.7071s-.0977.5118-.293.7072l-3 3c-.1951.1952-.4512.2928-.707.2928zm-1.5857-4l1.5857 1.5858 1.5857-1.5858-1.5857-1.5858-1.5857 1.5858zM16 14c-.2559 0-.512-.0977-.707-.2928l-3-3c-.1953-.1953-.293-.4512-.293-.7071s.0977-.5118.293-.7072l3-3c.1951-.1952.451-.2928.707-.2928s.512.0977.707.2928l3 3c.1953.1953.293.4512.293.7071s-.0977.5118-.293.7072l-3 3c-.1951.1952-.4512.2928-.707.2928zm-1.5857-4l1.5857 1.5858 1.5857-1.5858-1.5857-1.5858-1.5857 1.5858zM10 20c-.2559 0-.512-.0977-.707-.2928l-3-3c-.1953-.1953-.293-.4512-.293-.7071s.0977-.5118.293-.7072l3-3c.1951-.1952.451-.2928.707-.2928s.512.0977.707.2928l3 3c.1953.1953.293.4512.293.7071s-.0977.5118-.293.7072l-3 3c-.1951.1952-.4512.2928-.707.2928zm-1.5857-4l1.5857 1.5858 1.5857-1.5858-1.5857-1.5858-1.5857 1.5858z"
|
|
1007
|
-
})),
|
|
1608
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1008
1609
|
d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z"
|
|
1009
1610
|
})), children);
|
|
1010
1611
|
});
|
|
1011
1612
|
if (process.env.NODE_ENV !== "production") {
|
|
1012
1613
|
WebServicesCluster.propTypes = iconPropTypes;
|
|
1013
1614
|
}
|
|
1014
|
-
const WebServicesContainer = /*#__PURE__*/React.forwardRef(function WebServicesContainer(
|
|
1615
|
+
const WebServicesContainer = /*#__PURE__*/React.forwardRef(function WebServicesContainer(_ref64, ref) {
|
|
1015
1616
|
let {
|
|
1016
1617
|
children,
|
|
1017
1618
|
size = 16,
|
|
1018
1619
|
...rest
|
|
1019
|
-
} =
|
|
1620
|
+
} = _ref64;
|
|
1020
1621
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1021
1622
|
width: size,
|
|
1022
1623
|
height: size,
|
|
@@ -1025,21 +1626,21 @@ const WebServicesContainer = /*#__PURE__*/React.forwardRef(function WebServicesC
|
|
|
1025
1626
|
viewBox: "0 0 32 32",
|
|
1026
1627
|
fill: "currentColor",
|
|
1027
1628
|
...rest
|
|
1028
|
-
},
|
|
1629
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1029
1630
|
d: "m22.5046,11.6367l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
|
|
1030
|
-
})),
|
|
1631
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1031
1632
|
d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z"
|
|
1032
1633
|
})), children);
|
|
1033
1634
|
});
|
|
1034
1635
|
if (process.env.NODE_ENV !== "production") {
|
|
1035
1636
|
WebServicesContainer.propTypes = iconPropTypes;
|
|
1036
1637
|
}
|
|
1037
|
-
const WebServicesDefinition = /*#__PURE__*/React.forwardRef(function WebServicesDefinition(
|
|
1638
|
+
const WebServicesDefinition = /*#__PURE__*/React.forwardRef(function WebServicesDefinition(_ref65, ref) {
|
|
1038
1639
|
let {
|
|
1039
1640
|
children,
|
|
1040
1641
|
size = 16,
|
|
1041
1642
|
...rest
|
|
1042
|
-
} =
|
|
1643
|
+
} = _ref65;
|
|
1043
1644
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1044
1645
|
width: size,
|
|
1045
1646
|
height: size,
|
|
@@ -1048,23 +1649,23 @@ const WebServicesDefinition = /*#__PURE__*/React.forwardRef(function WebServices
|
|
|
1048
1649
|
viewBox: "0 0 32 32",
|
|
1049
1650
|
fill: "currentColor",
|
|
1050
1651
|
...rest
|
|
1051
|
-
},
|
|
1652
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1052
1653
|
d: "M14 17H16V19H14zM14 13H18V15H14z"
|
|
1053
|
-
})),
|
|
1654
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1054
1655
|
d: "m21,23h-10c-.5522,0-1-.4478-1-1v-12c0-.5522.4478-1,1-1h10c.5522,0,1,.4478,1,1v12c0,.5522-.4478,1-1,1Zm-9-2h8v-10h-8v10Z"
|
|
1055
|
-
})),
|
|
1656
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1056
1657
|
d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z"
|
|
1057
1658
|
})), children);
|
|
1058
1659
|
});
|
|
1059
1660
|
if (process.env.NODE_ENV !== "production") {
|
|
1060
1661
|
WebServicesDefinition.propTypes = iconPropTypes;
|
|
1061
1662
|
}
|
|
1062
|
-
const WebServicesService = /*#__PURE__*/React.forwardRef(function WebServicesService(
|
|
1663
|
+
const WebServicesService = /*#__PURE__*/React.forwardRef(function WebServicesService(_ref66, ref) {
|
|
1063
1664
|
let {
|
|
1064
1665
|
children,
|
|
1065
1666
|
size = 16,
|
|
1066
1667
|
...rest
|
|
1067
|
-
} =
|
|
1668
|
+
} = _ref66;
|
|
1068
1669
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1069
1670
|
width: size,
|
|
1070
1671
|
height: size,
|
|
@@ -1073,23 +1674,23 @@ const WebServicesService = /*#__PURE__*/React.forwardRef(function WebServicesSer
|
|
|
1073
1674
|
viewBox: "0 0 32 32",
|
|
1074
1675
|
fill: "currentColor",
|
|
1075
1676
|
...rest
|
|
1076
|
-
},
|
|
1677
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1077
1678
|
d: "m23,18h-2v-7h-7v-2h8c.5522,0,1,.4478,1,1v8Z"
|
|
1078
|
-
})),
|
|
1679
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1079
1680
|
d: "m18,23h-8c-.5522,0-1-.4478-1-1v-8c0-.5522.4478-1,1-1h8c.5522,0,1,.4478,1,1v8c0,.5522-.4478,1-1,1Zm-7-2h6v-6h-6v6Z"
|
|
1080
|
-
})),
|
|
1681
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1081
1682
|
d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z"
|
|
1082
1683
|
})), children);
|
|
1083
1684
|
});
|
|
1084
1685
|
if (process.env.NODE_ENV !== "production") {
|
|
1085
1686
|
WebServicesService.propTypes = iconPropTypes;
|
|
1086
1687
|
}
|
|
1087
|
-
const WebServicesTask = /*#__PURE__*/React.forwardRef(function WebServicesTask(
|
|
1688
|
+
const WebServicesTask = /*#__PURE__*/React.forwardRef(function WebServicesTask(_ref67, ref) {
|
|
1088
1689
|
let {
|
|
1089
1690
|
children,
|
|
1090
1691
|
size = 16,
|
|
1091
1692
|
...rest
|
|
1092
|
-
} =
|
|
1693
|
+
} = _ref67;
|
|
1093
1694
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1094
1695
|
width: size,
|
|
1095
1696
|
height: size,
|
|
@@ -1098,23 +1699,23 @@ const WebServicesTask = /*#__PURE__*/React.forwardRef(function WebServicesTask(_
|
|
|
1098
1699
|
viewBox: "0 0 32 32",
|
|
1099
1700
|
fill: "currentColor",
|
|
1100
1701
|
...rest
|
|
1101
|
-
},
|
|
1702
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1102
1703
|
d: "M20 20.18L18.41 18.59 17 20 20 23 25 18 23.59 16.59 20 20.18z"
|
|
1103
|
-
})),
|
|
1704
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1104
1705
|
d: "m15,23h-4c-.5522,0-1-.4478-1-1v-12c0-.5522.4478-1,1-1h10c.5522,0,1,.4478,1,1v6h-2v-5h-8v10h3v2Z"
|
|
1105
|
-
})),
|
|
1706
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1106
1707
|
d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z"
|
|
1107
1708
|
})), children);
|
|
1108
1709
|
});
|
|
1109
1710
|
if (process.env.NODE_ENV !== "production") {
|
|
1110
1711
|
WebServicesTask.propTypes = iconPropTypes;
|
|
1111
1712
|
}
|
|
1112
|
-
const WebServicesTaskDefinitionVersion = /*#__PURE__*/React.forwardRef(function WebServicesTaskDefinitionVersion(
|
|
1713
|
+
const WebServicesTaskDefinitionVersion = /*#__PURE__*/React.forwardRef(function WebServicesTaskDefinitionVersion(_ref68, ref) {
|
|
1113
1714
|
let {
|
|
1114
1715
|
children,
|
|
1115
1716
|
size = 16,
|
|
1116
1717
|
...rest
|
|
1117
|
-
} =
|
|
1718
|
+
} = _ref68;
|
|
1118
1719
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1119
1720
|
width: size,
|
|
1120
1721
|
height: size,
|
|
@@ -1123,23 +1724,23 @@ const WebServicesTaskDefinitionVersion = /*#__PURE__*/React.forwardRef(function
|
|
|
1123
1724
|
viewBox: "0 0 32 32",
|
|
1124
1725
|
fill: "currentColor",
|
|
1125
1726
|
...rest
|
|
1126
|
-
},
|
|
1727
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1127
1728
|
d: "M24 15L22.25 15 20 22.0312 17.7917 15.0003 16 15.0003 18.5 23 21.5 23 24 15z"
|
|
1128
|
-
})),
|
|
1729
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1129
1730
|
d: "m16,23h-5c-.5522,0-1-.4478-1-1v-12c0-.5522.4478-1,1-1h10c.5522,0,1,.4478,1,1v4h-2v-3h-8v10h4v2Z"
|
|
1130
|
-
})),
|
|
1731
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1131
1732
|
d: "m16,1c-.1741,0-.3481.0454-.5039.1362L3.4961,8.1362c-.3071.1792-.4961.5081-.4961.8638v14c0,.3557.189.6846.4961.8638l12,7c.1558.0908.3298.1362.5039.1362s.3481-.0454.5039-.1362l11-6.4166-1.0078-1.7275-10.4961,6.1227-11-6.4166v-12.8513L16,3.1577l11,6.4166v7.4257h2v-8c0-.3557-.189-.6846-.4961-.8638L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362Z"
|
|
1132
1733
|
})), children);
|
|
1133
1734
|
});
|
|
1134
1735
|
if (process.env.NODE_ENV !== "production") {
|
|
1135
1736
|
WebServicesTaskDefinitionVersion.propTypes = iconPropTypes;
|
|
1136
1737
|
}
|
|
1137
|
-
const Webhook = /*#__PURE__*/React.forwardRef(function Webhook(
|
|
1738
|
+
const Webhook = /*#__PURE__*/React.forwardRef(function Webhook(_ref69, ref) {
|
|
1138
1739
|
let {
|
|
1139
1740
|
children,
|
|
1140
1741
|
size = 16,
|
|
1141
1742
|
...rest
|
|
1142
|
-
} =
|
|
1743
|
+
} = _ref69;
|
|
1143
1744
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1144
1745
|
width: size,
|
|
1145
1746
|
height: size,
|
|
@@ -1148,23 +1749,23 @@ const Webhook = /*#__PURE__*/React.forwardRef(function Webhook(_ref44, ref) {
|
|
|
1148
1749
|
viewBox: "0 0 32 32",
|
|
1149
1750
|
fill: "currentColor",
|
|
1150
1751
|
...rest
|
|
1151
|
-
},
|
|
1752
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1152
1753
|
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"
|
|
1153
|
-
})),
|
|
1754
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1154
1755
|
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"
|
|
1155
|
-
})),
|
|
1756
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1156
1757
|
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"
|
|
1157
1758
|
})), children);
|
|
1158
1759
|
});
|
|
1159
1760
|
if (process.env.NODE_ENV !== "production") {
|
|
1160
1761
|
Webhook.propTypes = iconPropTypes;
|
|
1161
1762
|
}
|
|
1162
|
-
const Websheet = /*#__PURE__*/React.forwardRef(function Websheet(
|
|
1763
|
+
const Websheet = /*#__PURE__*/React.forwardRef(function Websheet(_ref70, ref) {
|
|
1163
1764
|
let {
|
|
1164
1765
|
children,
|
|
1165
1766
|
size = 16,
|
|
1166
1767
|
...rest
|
|
1167
|
-
} =
|
|
1768
|
+
} = _ref70;
|
|
1168
1769
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1169
1770
|
width: size,
|
|
1170
1771
|
height: size,
|
|
@@ -1173,25 +1774,25 @@ const Websheet = /*#__PURE__*/React.forwardRef(function Websheet(_ref45, ref) {
|
|
|
1173
1774
|
viewBox: "0 0 32 32",
|
|
1174
1775
|
fill: "currentColor",
|
|
1175
1776
|
...rest
|
|
1176
|
-
},
|
|
1777
|
+
}, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
1177
1778
|
cx: "24",
|
|
1178
1779
|
cy: "24",
|
|
1179
1780
|
r: "2"
|
|
1180
|
-
})),
|
|
1781
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1181
1782
|
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"
|
|
1182
|
-
})),
|
|
1783
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1183
1784
|
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"
|
|
1184
1785
|
})), children);
|
|
1185
1786
|
});
|
|
1186
1787
|
if (process.env.NODE_ENV !== "production") {
|
|
1187
1788
|
Websheet.propTypes = iconPropTypes;
|
|
1188
1789
|
}
|
|
1189
|
-
const Wheat = /*#__PURE__*/React.forwardRef(function Wheat(
|
|
1790
|
+
const Wheat = /*#__PURE__*/React.forwardRef(function Wheat(_ref71, ref) {
|
|
1190
1791
|
let {
|
|
1191
1792
|
children,
|
|
1192
1793
|
size = 16,
|
|
1193
1794
|
...rest
|
|
1194
|
-
} =
|
|
1795
|
+
} = _ref71;
|
|
1195
1796
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1196
1797
|
width: size,
|
|
1197
1798
|
height: size,
|
|
@@ -1200,19 +1801,19 @@ const Wheat = /*#__PURE__*/React.forwardRef(function Wheat(_ref46, ref) {
|
|
|
1200
1801
|
viewBox: "0 0 32 32",
|
|
1201
1802
|
fill: "currentColor",
|
|
1202
1803
|
...rest
|
|
1203
|
-
},
|
|
1804
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
1204
1805
|
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"
|
|
1205
1806
|
})), children);
|
|
1206
1807
|
});
|
|
1207
1808
|
if (process.env.NODE_ENV !== "production") {
|
|
1208
1809
|
Wheat.propTypes = iconPropTypes;
|
|
1209
1810
|
}
|
|
1210
|
-
const WhitePaper = /*#__PURE__*/React.forwardRef(function WhitePaper(
|
|
1811
|
+
const WhitePaper = /*#__PURE__*/React.forwardRef(function WhitePaper(_ref72, ref) {
|
|
1211
1812
|
let {
|
|
1212
1813
|
children,
|
|
1213
1814
|
size = 16,
|
|
1214
1815
|
...rest
|
|
1215
|
-
} =
|
|
1816
|
+
} = _ref72;
|
|
1216
1817
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1217
1818
|
width: size,
|
|
1218
1819
|
height: size,
|
|
@@ -1221,21 +1822,21 @@ const WhitePaper = /*#__PURE__*/React.forwardRef(function WhitePaper(_ref47, ref
|
|
|
1221
1822
|
viewBox: "0 0 32 32",
|
|
1222
1823
|
fill: "currentColor",
|
|
1223
1824
|
...rest
|
|
1224
|
-
},
|
|
1825
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
1225
1826
|
d: "M22 27.1798L19.41 24.5899 18 26 22 30 30 22 28.5899 20.59 22 27.1798zM9 17H16V19H9zM9 12H21V14H9zM9 7H21V9H9z"
|
|
1226
|
-
})),
|
|
1827
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
1227
1828
|
d: "m16,30H6c-1.103,0-2-.8972-2-2V4c0-1.1028.897-2,2-2h18c1.103,0,2,.8972,2,2v15h-2V4H6v24h10v2Z"
|
|
1228
1829
|
})), children);
|
|
1229
1830
|
});
|
|
1230
1831
|
if (process.env.NODE_ENV !== "production") {
|
|
1231
1832
|
WhitePaper.propTypes = iconPropTypes;
|
|
1232
1833
|
}
|
|
1233
|
-
const Wifi = /*#__PURE__*/React.forwardRef(function Wifi(
|
|
1834
|
+
const Wifi = /*#__PURE__*/React.forwardRef(function Wifi(_ref73, ref) {
|
|
1234
1835
|
let {
|
|
1235
1836
|
children,
|
|
1236
1837
|
size = 16,
|
|
1237
1838
|
...rest
|
|
1238
|
-
} =
|
|
1839
|
+
} = _ref73;
|
|
1239
1840
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1240
1841
|
width: size,
|
|
1241
1842
|
height: size,
|
|
@@ -1244,27 +1845,27 @@ const Wifi = /*#__PURE__*/React.forwardRef(function Wifi(_ref48, ref) {
|
|
|
1244
1845
|
viewBox: "0 0 32 32",
|
|
1245
1846
|
fill: "currentColor",
|
|
1246
1847
|
...rest
|
|
1247
|
-
},
|
|
1848
|
+
}, _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
1248
1849
|
cx: "16",
|
|
1249
1850
|
cy: "25",
|
|
1250
1851
|
r: "2"
|
|
1251
|
-
})),
|
|
1852
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
1252
1853
|
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"
|
|
1253
|
-
})),
|
|
1854
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
1254
1855
|
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"
|
|
1255
|
-
})),
|
|
1856
|
+
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
1256
1857
|
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"
|
|
1257
1858
|
})), children);
|
|
1258
1859
|
});
|
|
1259
1860
|
if (process.env.NODE_ENV !== "production") {
|
|
1260
1861
|
Wifi.propTypes = iconPropTypes;
|
|
1261
1862
|
}
|
|
1262
|
-
const WifiController = /*#__PURE__*/React.forwardRef(function WifiController(
|
|
1863
|
+
const WifiController = /*#__PURE__*/React.forwardRef(function WifiController(_ref74, ref) {
|
|
1263
1864
|
let {
|
|
1264
1865
|
children,
|
|
1265
1866
|
size = 16,
|
|
1266
1867
|
...rest
|
|
1267
|
-
} =
|
|
1868
|
+
} = _ref74;
|
|
1268
1869
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1269
1870
|
width: size,
|
|
1270
1871
|
height: size,
|
|
@@ -1273,31 +1874,31 @@ const WifiController = /*#__PURE__*/React.forwardRef(function WifiController(_re
|
|
|
1273
1874
|
viewBox: "0 0 32 32",
|
|
1274
1875
|
fill: "currentColor",
|
|
1275
1876
|
...rest
|
|
1276
|
-
},
|
|
1877
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
1277
1878
|
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"
|
|
1278
|
-
})),
|
|
1879
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
1279
1880
|
cx: "9",
|
|
1280
1881
|
cy: "25",
|
|
1281
1882
|
r: "1"
|
|
1282
|
-
})),
|
|
1883
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
1283
1884
|
cx: "16",
|
|
1284
1885
|
cy: "14.5",
|
|
1285
1886
|
r: "1.5"
|
|
1286
|
-
})),
|
|
1887
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
1287
1888
|
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"
|
|
1288
|
-
})),
|
|
1889
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
1289
1890
|
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"
|
|
1290
1891
|
})), children);
|
|
1291
1892
|
});
|
|
1292
1893
|
if (process.env.NODE_ENV !== "production") {
|
|
1293
1894
|
WifiController.propTypes = iconPropTypes;
|
|
1294
1895
|
}
|
|
1295
|
-
const WifiNotSecure = /*#__PURE__*/React.forwardRef(function WifiNotSecure(
|
|
1896
|
+
const WifiNotSecure = /*#__PURE__*/React.forwardRef(function WifiNotSecure(_ref75, ref) {
|
|
1296
1897
|
let {
|
|
1297
1898
|
children,
|
|
1298
1899
|
size = 16,
|
|
1299
1900
|
...rest
|
|
1300
|
-
} =
|
|
1901
|
+
} = _ref75;
|
|
1301
1902
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1302
1903
|
width: size,
|
|
1303
1904
|
height: size,
|
|
@@ -1306,21 +1907,21 @@ const WifiNotSecure = /*#__PURE__*/React.forwardRef(function WifiNotSecure(_ref5
|
|
|
1306
1907
|
viewBox: "0 0 32 32",
|
|
1307
1908
|
fill: "currentColor",
|
|
1308
1909
|
...rest
|
|
1309
|
-
},
|
|
1910
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
1310
1911
|
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"
|
|
1311
|
-
})),
|
|
1912
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
1312
1913
|
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"
|
|
1313
1914
|
})), children);
|
|
1314
1915
|
});
|
|
1315
1916
|
if (process.env.NODE_ENV !== "production") {
|
|
1316
1917
|
WifiNotSecure.propTypes = iconPropTypes;
|
|
1317
1918
|
}
|
|
1318
|
-
const WifiOff = /*#__PURE__*/React.forwardRef(function WifiOff(
|
|
1919
|
+
const WifiOff = /*#__PURE__*/React.forwardRef(function WifiOff(_ref76, ref) {
|
|
1319
1920
|
let {
|
|
1320
1921
|
children,
|
|
1321
1922
|
size = 16,
|
|
1322
1923
|
...rest
|
|
1323
|
-
} =
|
|
1924
|
+
} = _ref76;
|
|
1324
1925
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1325
1926
|
width: size,
|
|
1326
1927
|
height: size,
|
|
@@ -1329,23 +1930,23 @@ const WifiOff = /*#__PURE__*/React.forwardRef(function WifiOff(_ref51, ref) {
|
|
|
1329
1930
|
viewBox: "0 0 32 32",
|
|
1330
1931
|
fill: "currentColor",
|
|
1331
1932
|
...rest
|
|
1332
|
-
},
|
|
1933
|
+
}, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
1333
1934
|
cx: "16",
|
|
1334
1935
|
cy: "25",
|
|
1335
1936
|
r: "2"
|
|
1336
|
-
})),
|
|
1937
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
1337
1938
|
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"
|
|
1338
1939
|
})), children);
|
|
1339
1940
|
});
|
|
1340
1941
|
if (process.env.NODE_ENV !== "production") {
|
|
1341
1942
|
WifiOff.propTypes = iconPropTypes;
|
|
1342
1943
|
}
|
|
1343
|
-
const WifiSecure = /*#__PURE__*/React.forwardRef(function WifiSecure(
|
|
1944
|
+
const WifiSecure = /*#__PURE__*/React.forwardRef(function WifiSecure(_ref77, ref) {
|
|
1344
1945
|
let {
|
|
1345
1946
|
children,
|
|
1346
1947
|
size = 16,
|
|
1347
1948
|
...rest
|
|
1348
|
-
} =
|
|
1949
|
+
} = _ref77;
|
|
1349
1950
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1350
1951
|
width: size,
|
|
1351
1952
|
height: size,
|
|
@@ -1354,21 +1955,21 @@ const WifiSecure = /*#__PURE__*/React.forwardRef(function WifiSecure(_ref52, ref
|
|
|
1354
1955
|
viewBox: "0 0 32 32",
|
|
1355
1956
|
fill: "currentColor",
|
|
1356
1957
|
...rest
|
|
1357
|
-
},
|
|
1958
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
1358
1959
|
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"
|
|
1359
|
-
})),
|
|
1960
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
1360
1961
|
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"
|
|
1361
1962
|
})), children);
|
|
1362
1963
|
});
|
|
1363
1964
|
if (process.env.NODE_ENV !== "production") {
|
|
1364
1965
|
WifiSecure.propTypes = iconPropTypes;
|
|
1365
1966
|
}
|
|
1366
|
-
const WifiBridge = /*#__PURE__*/React.forwardRef(function WifiBridge(
|
|
1967
|
+
const WifiBridge = /*#__PURE__*/React.forwardRef(function WifiBridge(_ref78, ref) {
|
|
1367
1968
|
let {
|
|
1368
1969
|
children,
|
|
1369
1970
|
size = 16,
|
|
1370
1971
|
...rest
|
|
1371
|
-
} =
|
|
1972
|
+
} = _ref78;
|
|
1372
1973
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1373
1974
|
width: size,
|
|
1374
1975
|
height: size,
|
|
@@ -1377,23 +1978,23 @@ const WifiBridge = /*#__PURE__*/React.forwardRef(function WifiBridge(_ref53, ref
|
|
|
1377
1978
|
viewBox: "0 0 32 32",
|
|
1378
1979
|
fill: "currentColor",
|
|
1379
1980
|
...rest
|
|
1380
|
-
},
|
|
1981
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
1381
1982
|
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"
|
|
1382
|
-
})),
|
|
1983
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
1383
1984
|
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"
|
|
1384
|
-
})),
|
|
1985
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
1385
1986
|
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"
|
|
1386
1987
|
})), children);
|
|
1387
1988
|
});
|
|
1388
1989
|
if (process.env.NODE_ENV !== "production") {
|
|
1389
1990
|
WifiBridge.propTypes = iconPropTypes;
|
|
1390
1991
|
}
|
|
1391
|
-
const WifiBridgeAlt = /*#__PURE__*/React.forwardRef(function WifiBridgeAlt(
|
|
1992
|
+
const WifiBridgeAlt = /*#__PURE__*/React.forwardRef(function WifiBridgeAlt(_ref79, ref) {
|
|
1392
1993
|
let {
|
|
1393
1994
|
children,
|
|
1394
1995
|
size = 16,
|
|
1395
1996
|
...rest
|
|
1396
|
-
} =
|
|
1997
|
+
} = _ref79;
|
|
1397
1998
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1398
1999
|
width: size,
|
|
1399
2000
|
height: size,
|
|
@@ -1402,23 +2003,23 @@ const WifiBridgeAlt = /*#__PURE__*/React.forwardRef(function WifiBridgeAlt(_ref5
|
|
|
1402
2003
|
viewBox: "0 0 32 32",
|
|
1403
2004
|
fill: "currentColor",
|
|
1404
2005
|
...rest
|
|
1405
|
-
},
|
|
2006
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
1406
2007
|
d: "M13,26H11a5.0057,5.0057,0,0,0-5-5V19A7.0078,7.0078,0,0,1,13,26Z"
|
|
1407
|
-
})),
|
|
2008
|
+
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
1408
2009
|
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"
|
|
1409
|
-
})),
|
|
2010
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
1410
2011
|
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"
|
|
1411
2012
|
})), children);
|
|
1412
2013
|
});
|
|
1413
2014
|
if (process.env.NODE_ENV !== "production") {
|
|
1414
2015
|
WifiBridgeAlt.propTypes = iconPropTypes;
|
|
1415
2016
|
}
|
|
1416
|
-
const Wikis = /*#__PURE__*/React.forwardRef(function Wikis(
|
|
2017
|
+
const Wikis = /*#__PURE__*/React.forwardRef(function Wikis(_ref80, ref) {
|
|
1417
2018
|
let {
|
|
1418
2019
|
children,
|
|
1419
2020
|
size = 16,
|
|
1420
2021
|
...rest
|
|
1421
|
-
} =
|
|
2022
|
+
} = _ref80;
|
|
1422
2023
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1423
2024
|
width: size,
|
|
1424
2025
|
height: size,
|
|
@@ -1427,19 +2028,19 @@ const Wikis = /*#__PURE__*/React.forwardRef(function Wikis(_ref55, ref) {
|
|
|
1427
2028
|
viewBox: "0 0 32 32",
|
|
1428
2029
|
fill: "currentColor",
|
|
1429
2030
|
...rest
|
|
1430
|
-
},
|
|
2031
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
1431
2032
|
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"
|
|
1432
2033
|
})), children);
|
|
1433
2034
|
});
|
|
1434
2035
|
if (process.env.NODE_ENV !== "production") {
|
|
1435
2036
|
Wikis.propTypes = iconPropTypes;
|
|
1436
2037
|
}
|
|
1437
|
-
const WindGusts = /*#__PURE__*/React.forwardRef(function WindGusts(
|
|
2038
|
+
const WindGusts = /*#__PURE__*/React.forwardRef(function WindGusts(_ref81, ref) {
|
|
1438
2039
|
let {
|
|
1439
2040
|
children,
|
|
1440
2041
|
size = 16,
|
|
1441
2042
|
...rest
|
|
1442
|
-
} =
|
|
2043
|
+
} = _ref81;
|
|
1443
2044
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1444
2045
|
width: size,
|
|
1445
2046
|
height: size,
|
|
@@ -1448,23 +2049,23 @@ const WindGusts = /*#__PURE__*/React.forwardRef(function WindGusts(_ref56, ref)
|
|
|
1448
2049
|
viewBox: "0 0 32 32",
|
|
1449
2050
|
fill: "currentColor",
|
|
1450
2051
|
...rest
|
|
1451
|
-
},
|
|
2052
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
1452
2053
|
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"
|
|
1453
|
-
})),
|
|
2054
|
+
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
1454
2055
|
d: "M20,22a4,4,0,0,0-8,0h2a2,2,0,1,1,2,2H8v2h8A4.0045,4.0045,0,0,0,20,22Z"
|
|
1455
|
-
})),
|
|
2056
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
1456
2057
|
d: "M26,22a4.0045,4.0045,0,0,0-4,4h2a2,2,0,1,1,2,2H12v2H26a4,4,0,0,0,0-8Z"
|
|
1457
2058
|
})), children);
|
|
1458
2059
|
});
|
|
1459
2060
|
if (process.env.NODE_ENV !== "production") {
|
|
1460
2061
|
WindGusts.propTypes = iconPropTypes;
|
|
1461
2062
|
}
|
|
1462
|
-
const WindPower = /*#__PURE__*/React.forwardRef(function WindPower(
|
|
2063
|
+
const WindPower = /*#__PURE__*/React.forwardRef(function WindPower(_ref82, ref) {
|
|
1463
2064
|
let {
|
|
1464
2065
|
children,
|
|
1465
2066
|
size = 16,
|
|
1466
2067
|
...rest
|
|
1467
|
-
} =
|
|
2068
|
+
} = _ref82;
|
|
1468
2069
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1469
2070
|
width: size,
|
|
1470
2071
|
height: size,
|
|
@@ -1473,19 +2074,19 @@ const WindPower = /*#__PURE__*/React.forwardRef(function WindPower(_ref57, ref)
|
|
|
1473
2074
|
viewBox: "0 0 32 32",
|
|
1474
2075
|
fill: "currentColor",
|
|
1475
2076
|
...rest
|
|
1476
|
-
},
|
|
2077
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
1477
2078
|
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"
|
|
1478
2079
|
})), children);
|
|
1479
2080
|
});
|
|
1480
2081
|
if (process.env.NODE_ENV !== "production") {
|
|
1481
2082
|
WindPower.propTypes = iconPropTypes;
|
|
1482
2083
|
}
|
|
1483
|
-
const WindStream = /*#__PURE__*/React.forwardRef(function WindStream(
|
|
2084
|
+
const WindStream = /*#__PURE__*/React.forwardRef(function WindStream(_ref83, ref) {
|
|
1484
2085
|
let {
|
|
1485
2086
|
children,
|
|
1486
2087
|
size = 16,
|
|
1487
2088
|
...rest
|
|
1488
|
-
} =
|
|
2089
|
+
} = _ref83;
|
|
1489
2090
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1490
2091
|
width: size,
|
|
1491
2092
|
height: size,
|
|
@@ -1494,23 +2095,23 @@ const WindStream = /*#__PURE__*/React.forwardRef(function WindStream(_ref58, ref
|
|
|
1494
2095
|
viewBox: "0 0 32 32",
|
|
1495
2096
|
fill: "currentColor",
|
|
1496
2097
|
...rest
|
|
1497
|
-
},
|
|
2098
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
1498
2099
|
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"
|
|
1499
|
-
})),
|
|
2100
|
+
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
1500
2101
|
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"
|
|
1501
|
-
})),
|
|
2102
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
1502
2103
|
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"
|
|
1503
2104
|
})), children);
|
|
1504
2105
|
});
|
|
1505
2106
|
if (process.env.NODE_ENV !== "production") {
|
|
1506
2107
|
WindStream.propTypes = iconPropTypes;
|
|
1507
2108
|
}
|
|
1508
|
-
const WatsonHealthWindowAuto = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowAuto(
|
|
2109
|
+
const WatsonHealthWindowAuto = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowAuto(_ref84, ref) {
|
|
1509
2110
|
let {
|
|
1510
2111
|
children,
|
|
1511
2112
|
size = 16,
|
|
1512
2113
|
...rest
|
|
1513
|
-
} =
|
|
2114
|
+
} = _ref84;
|
|
1514
2115
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1515
2116
|
width: size,
|
|
1516
2117
|
height: size,
|
|
@@ -1519,33 +2120,33 @@ const WatsonHealthWindowAuto = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
1519
2120
|
viewBox: "0 0 32 32",
|
|
1520
2121
|
fill: "currentColor",
|
|
1521
2122
|
...rest
|
|
1522
|
-
},
|
|
2123
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
1523
2124
|
d: "M15 4H17V7H15zM25 15H28V17H25zM15 25H17V28H15zM4 15H7V17H4z"
|
|
1524
|
-
})),
|
|
2125
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
1525
2126
|
d: "M7.55 7.04H9.55V10.04H7.55z",
|
|
1526
2127
|
transform: "rotate(-45 8.55 8.548)"
|
|
1527
|
-
})),
|
|
2128
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
1528
2129
|
d: "M21.96 7.55H24.96V9.55H21.96z",
|
|
1529
2130
|
transform: "rotate(-45 23.454 8.555)"
|
|
1530
|
-
})),
|
|
2131
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
1531
2132
|
d: "M22.45 21.95H24.45V24.95H22.45z",
|
|
1532
2133
|
transform: "rotate(-45 23.452 23.446)"
|
|
1533
|
-
})),
|
|
2134
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
1534
2135
|
d: "M7.05 22.45H10.05V24.45H7.05z",
|
|
1535
2136
|
transform: "rotate(-45 8.544 23.451)"
|
|
1536
|
-
})),
|
|
2137
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
1537
2138
|
d: "M4 30H28V32H4zM4 0H28V2H4zM16 10a6 6 0 106 6A6 6 0 0016 10zm-4 6a4 4 0 014-4v8A4 4 0 0112 16z"
|
|
1538
2139
|
})), children);
|
|
1539
2140
|
});
|
|
1540
2141
|
if (process.env.NODE_ENV !== "production") {
|
|
1541
2142
|
WatsonHealthWindowAuto.propTypes = iconPropTypes;
|
|
1542
2143
|
}
|
|
1543
|
-
const WatsonHealthWindowBase = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowBase(
|
|
2144
|
+
const WatsonHealthWindowBase = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowBase(_ref85, ref) {
|
|
1544
2145
|
let {
|
|
1545
2146
|
children,
|
|
1546
2147
|
size = 16,
|
|
1547
2148
|
...rest
|
|
1548
|
-
} =
|
|
2149
|
+
} = _ref85;
|
|
1549
2150
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1550
2151
|
width: size,
|
|
1551
2152
|
height: size,
|
|
@@ -1554,33 +2155,33 @@ const WatsonHealthWindowBase = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
1554
2155
|
viewBox: "0 0 32 32",
|
|
1555
2156
|
fill: "currentColor",
|
|
1556
2157
|
...rest
|
|
1557
|
-
},
|
|
2158
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
1558
2159
|
d: "M15 2H17V5H15zM25 13H28V15H25zM15 23H17V26H15zM4 13H7V15H4z"
|
|
1559
|
-
})),
|
|
2160
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
1560
2161
|
d: "M7.55 5.03H9.55V8.030000000000001H7.55z",
|
|
1561
2162
|
transform: "rotate(-45 8.56 6.544)"
|
|
1562
|
-
})),
|
|
2163
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
1563
2164
|
d: "M21.96 5.54H24.96V7.54H21.96z",
|
|
1564
2165
|
transform: "rotate(-45 23.469 6.539)"
|
|
1565
|
-
})),
|
|
2166
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
1566
2167
|
d: "M22.46 19.94H24.46V22.94H22.46z",
|
|
1567
2168
|
transform: "rotate(-45 23.462 21.442)"
|
|
1568
|
-
})),
|
|
2169
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
1569
2170
|
d: "M7.04 20.45H10.04V22.45H7.04z",
|
|
1570
2171
|
transform: "rotate(-45 8.554 21.447)"
|
|
1571
|
-
})),
|
|
2172
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
1572
2173
|
d: "M4 28H28V30H4zM16 20a6 6 0 10-6-6A6 6 0 0016 20zm0-10v8a4 4 0 010-8z"
|
|
1573
2174
|
})), children);
|
|
1574
2175
|
});
|
|
1575
2176
|
if (process.env.NODE_ENV !== "production") {
|
|
1576
2177
|
WatsonHealthWindowBase.propTypes = iconPropTypes;
|
|
1577
2178
|
}
|
|
1578
|
-
const WatsonHealthWindowBlackSaturation = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowBlackSaturation(
|
|
2179
|
+
const WatsonHealthWindowBlackSaturation = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowBlackSaturation(_ref86, ref) {
|
|
1579
2180
|
let {
|
|
1580
2181
|
children,
|
|
1581
2182
|
size = 16,
|
|
1582
2183
|
...rest
|
|
1583
|
-
} =
|
|
2184
|
+
} = _ref86;
|
|
1584
2185
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1585
2186
|
width: size,
|
|
1586
2187
|
height: size,
|
|
@@ -1589,32 +2190,32 @@ const WatsonHealthWindowBlackSaturation = /*#__PURE__*/React.forwardRef(function
|
|
|
1589
2190
|
viewBox: "0 0 32 32",
|
|
1590
2191
|
fill: "currentColor",
|
|
1591
2192
|
...rest
|
|
1592
|
-
},
|
|
2193
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
1593
2194
|
d: "M15 2H17V5H15zM27 15H30V17H27zM15 27H17V30H15zM2 15H5V17H2z"
|
|
1594
|
-
})),
|
|
2195
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
1595
2196
|
d: "M6.225 5.729H8.228V8.732H6.225z",
|
|
1596
2197
|
transform: "rotate(-45 7.227 7.23)"
|
|
1597
|
-
})),
|
|
2198
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
1598
2199
|
d: "M23.267 6.227H26.267V8.227H23.267z",
|
|
1599
2200
|
transform: "rotate(-45 24.767 7.227)"
|
|
1600
|
-
})),
|
|
2201
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
1601
2202
|
d: "M23.769 23.269H25.770999999999997V26.270999999999997H23.769z",
|
|
1602
2203
|
transform: "rotate(-44.999 24.77 24.77)"
|
|
1603
|
-
})),
|
|
2204
|
+
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
1604
2205
|
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"
|
|
1605
|
-
})),
|
|
2206
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
1606
2207
|
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"
|
|
1607
2208
|
})), children);
|
|
1608
2209
|
});
|
|
1609
2210
|
if (process.env.NODE_ENV !== "production") {
|
|
1610
2211
|
WatsonHealthWindowBlackSaturation.propTypes = iconPropTypes;
|
|
1611
2212
|
}
|
|
1612
|
-
const WatsonHealthWindowOverlay = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowOverlay(
|
|
2213
|
+
const WatsonHealthWindowOverlay = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowOverlay(_ref87, ref) {
|
|
1613
2214
|
let {
|
|
1614
2215
|
children,
|
|
1615
2216
|
size = 16,
|
|
1616
2217
|
...rest
|
|
1617
|
-
} =
|
|
2218
|
+
} = _ref87;
|
|
1618
2219
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1619
2220
|
width: size,
|
|
1620
2221
|
height: size,
|
|
@@ -1623,33 +2224,33 @@ const WatsonHealthWindowOverlay = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
1623
2224
|
viewBox: "0 0 32 32",
|
|
1624
2225
|
fill: "currentColor",
|
|
1625
2226
|
...rest
|
|
1626
|
-
},
|
|
2227
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
1627
2228
|
d: "M15 6H17V9H15zM25 17H28V19H25zM15 27H17V30H15zM4 17H7V19H4z"
|
|
1628
|
-
})),
|
|
2229
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
1629
2230
|
d: "M7.55 9.03H9.55V12.03H7.55z",
|
|
1630
2231
|
transform: "rotate(-45 8.558 10.545)"
|
|
1631
|
-
})),
|
|
2232
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
1632
2233
|
d: "M21.96 9.54H24.96V11.54H21.96z",
|
|
1633
2234
|
transform: "rotate(-45 23.466 10.54)"
|
|
1634
|
-
})),
|
|
2235
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
1635
2236
|
d: "M22.46 23.94H24.46V26.94H22.46z",
|
|
1636
2237
|
transform: "rotate(-45 23.459 25.443)"
|
|
1637
|
-
})),
|
|
2238
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
1638
2239
|
d: "M7.04 24.45H10.04V26.45H7.04z",
|
|
1639
2240
|
transform: "rotate(-45 8.55 25.448)"
|
|
1640
|
-
})),
|
|
2241
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
1641
2242
|
d: "M4 2H28V4H4zM16 24a6 6 0 10-6-6A6 6 0 0016 24zm0-10v8a4 4 0 010-8z"
|
|
1642
2243
|
})), children);
|
|
1643
2244
|
});
|
|
1644
2245
|
if (process.env.NODE_ENV !== "production") {
|
|
1645
2246
|
WatsonHealthWindowOverlay.propTypes = iconPropTypes;
|
|
1646
2247
|
}
|
|
1647
|
-
const WatsonHealthWindowPreset = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowPreset(
|
|
2248
|
+
const WatsonHealthWindowPreset = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowPreset(_ref88, ref) {
|
|
1648
2249
|
let {
|
|
1649
2250
|
children,
|
|
1650
2251
|
size = 16,
|
|
1651
2252
|
...rest
|
|
1652
|
-
} =
|
|
2253
|
+
} = _ref88;
|
|
1653
2254
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1654
2255
|
width: size,
|
|
1655
2256
|
height: size,
|
|
@@ -1658,35 +2259,35 @@ const WatsonHealthWindowPreset = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
1658
2259
|
viewBox: "0 0 32 32",
|
|
1659
2260
|
fill: "currentColor",
|
|
1660
2261
|
...rest
|
|
1661
|
-
},
|
|
2262
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
1662
2263
|
d: "M15 6H17V8H15zM24 15H26V17H24zM15 24H17V26H15zM6 15H8V17H6z"
|
|
1663
|
-
})),
|
|
2264
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
1664
2265
|
d: "M8.586 8.586H10.586V10.586H8.586z",
|
|
1665
2266
|
transform: "rotate(-45 9.586 9.586)"
|
|
1666
|
-
})),
|
|
2267
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
1667
2268
|
d: "M21.414 8.586H23.414V10.586H21.414z",
|
|
1668
2269
|
transform: "rotate(-45 22.414 9.586)"
|
|
1669
|
-
})),
|
|
2270
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
1670
2271
|
d: "M21.414 21.414H23.414V23.414H21.414z",
|
|
1671
2272
|
transform: "rotate(-45 22.414 22.414)"
|
|
1672
|
-
})),
|
|
2273
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
1673
2274
|
d: "M8.586 21.414H10.586V23.414H8.586z",
|
|
1674
2275
|
transform: "rotate(-45 9.586 22.414)"
|
|
1675
|
-
})),
|
|
2276
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
1676
2277
|
d: "M16,22a6,6,0,1,0-6-6A6,6,0,0,0,16,22Zm0-10v8a4,4,0,0,1,0-8Z"
|
|
1677
|
-
})),
|
|
2278
|
+
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
1678
2279
|
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"
|
|
1679
2280
|
})), children);
|
|
1680
2281
|
});
|
|
1681
2282
|
if (process.env.NODE_ENV !== "production") {
|
|
1682
2283
|
WatsonHealthWindowPreset.propTypes = iconPropTypes;
|
|
1683
2284
|
}
|
|
1684
|
-
const Windy = /*#__PURE__*/React.forwardRef(function Windy(
|
|
2285
|
+
const Windy = /*#__PURE__*/React.forwardRef(function Windy(_ref89, ref) {
|
|
1685
2286
|
let {
|
|
1686
2287
|
children,
|
|
1687
2288
|
size = 16,
|
|
1688
2289
|
...rest
|
|
1689
|
-
} =
|
|
2290
|
+
} = _ref89;
|
|
1690
2291
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1691
2292
|
width: size,
|
|
1692
2293
|
height: size,
|
|
@@ -1695,19 +2296,19 @@ const Windy = /*#__PURE__*/React.forwardRef(function Windy(_ref64, ref) {
|
|
|
1695
2296
|
viewBox: "0 0 32 32",
|
|
1696
2297
|
fill: "currentColor",
|
|
1697
2298
|
...rest
|
|
1698
|
-
},
|
|
2299
|
+
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
1699
2300
|
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"
|
|
1700
2301
|
})), children);
|
|
1701
2302
|
});
|
|
1702
2303
|
if (process.env.NODE_ENV !== "production") {
|
|
1703
2304
|
Windy.propTypes = iconPropTypes;
|
|
1704
2305
|
}
|
|
1705
|
-
const WindyDust = /*#__PURE__*/React.forwardRef(function WindyDust(
|
|
2306
|
+
const WindyDust = /*#__PURE__*/React.forwardRef(function WindyDust(_ref90, ref) {
|
|
1706
2307
|
let {
|
|
1707
2308
|
children,
|
|
1708
2309
|
size = 16,
|
|
1709
2310
|
...rest
|
|
1710
|
-
} =
|
|
2311
|
+
} = _ref90;
|
|
1711
2312
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1712
2313
|
width: size,
|
|
1713
2314
|
height: size,
|
|
@@ -1716,19 +2317,19 @@ const WindyDust = /*#__PURE__*/React.forwardRef(function WindyDust(_ref65, ref)
|
|
|
1716
2317
|
viewBox: "0 0 32 32",
|
|
1717
2318
|
fill: "currentColor",
|
|
1718
2319
|
...rest
|
|
1719
|
-
},
|
|
2320
|
+
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
1720
2321
|
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"
|
|
1721
2322
|
})), children);
|
|
1722
2323
|
});
|
|
1723
2324
|
if (process.env.NODE_ENV !== "production") {
|
|
1724
2325
|
WindyDust.propTypes = iconPropTypes;
|
|
1725
2326
|
}
|
|
1726
|
-
const WindySnow = /*#__PURE__*/React.forwardRef(function WindySnow(
|
|
2327
|
+
const WindySnow = /*#__PURE__*/React.forwardRef(function WindySnow(_ref91, ref) {
|
|
1727
2328
|
let {
|
|
1728
2329
|
children,
|
|
1729
2330
|
size = 16,
|
|
1730
2331
|
...rest
|
|
1731
|
-
} =
|
|
2332
|
+
} = _ref91;
|
|
1732
2333
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1733
2334
|
width: size,
|
|
1734
2335
|
height: size,
|
|
@@ -1737,21 +2338,21 @@ const WindySnow = /*#__PURE__*/React.forwardRef(function WindySnow(_ref66, ref)
|
|
|
1737
2338
|
viewBox: "0 0 32 32",
|
|
1738
2339
|
fill: "currentColor",
|
|
1739
2340
|
...rest
|
|
1740
|
-
},
|
|
2341
|
+
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
1741
2342
|
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"
|
|
1742
|
-
})),
|
|
2343
|
+
})), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
1743
2344
|
d: "M11 23H13V25H11zM13 25H15V27H13zM15 27H17V29H15zM15 23H17V25H15zM11 27H13V29H11zM6 4H8V6H6zM8 6H10V8H8zM10 8H12V10H10zM10 4H12V6H10zM6 8H8V10H6zM2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2z"
|
|
1744
2345
|
})), children);
|
|
1745
2346
|
});
|
|
1746
2347
|
if (process.env.NODE_ENV !== "production") {
|
|
1747
2348
|
WindySnow.propTypes = iconPropTypes;
|
|
1748
2349
|
}
|
|
1749
|
-
const WindyStrong = /*#__PURE__*/React.forwardRef(function WindyStrong(
|
|
2350
|
+
const WindyStrong = /*#__PURE__*/React.forwardRef(function WindyStrong(_ref92, ref) {
|
|
1750
2351
|
let {
|
|
1751
2352
|
children,
|
|
1752
2353
|
size = 16,
|
|
1753
2354
|
...rest
|
|
1754
|
-
} =
|
|
2355
|
+
} = _ref92;
|
|
1755
2356
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1756
2357
|
width: size,
|
|
1757
2358
|
height: size,
|
|
@@ -1760,21 +2361,21 @@ const WindyStrong = /*#__PURE__*/React.forwardRef(function WindyStrong(_ref67, r
|
|
|
1760
2361
|
viewBox: "0 0 32 32",
|
|
1761
2362
|
fill: "currentColor",
|
|
1762
2363
|
...rest
|
|
1763
|
-
},
|
|
2364
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
1764
2365
|
d: "M13,30a5.0057,5.0057,0,0,1-5-5h2a3,3,0,1,0,3-3H4V20h9a5,5,0,0,1,0,10Z"
|
|
1765
|
-
})),
|
|
2366
|
+
})), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
1766
2367
|
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"
|
|
1767
2368
|
})), children);
|
|
1768
2369
|
});
|
|
1769
2370
|
if (process.env.NODE_ENV !== "production") {
|
|
1770
2371
|
WindyStrong.propTypes = iconPropTypes;
|
|
1771
2372
|
}
|
|
1772
|
-
const WinterWarning = /*#__PURE__*/React.forwardRef(function WinterWarning(
|
|
2373
|
+
const WinterWarning = /*#__PURE__*/React.forwardRef(function WinterWarning(_ref93, ref) {
|
|
1773
2374
|
let {
|
|
1774
2375
|
children,
|
|
1775
2376
|
size = 16,
|
|
1776
2377
|
...rest
|
|
1777
|
-
} =
|
|
2378
|
+
} = _ref93;
|
|
1778
2379
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1779
2380
|
width: size,
|
|
1780
2381
|
height: size,
|
|
@@ -1783,24 +2384,24 @@ const WinterWarning = /*#__PURE__*/React.forwardRef(function WinterWarning(_ref6
|
|
|
1783
2384
|
viewBox: "0 0 32 32",
|
|
1784
2385
|
fill: "currentColor",
|
|
1785
2386
|
...rest
|
|
1786
|
-
},
|
|
2387
|
+
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
1787
2388
|
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"
|
|
1788
|
-
})),
|
|
2389
|
+
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
1789
2390
|
fill: "none",
|
|
1790
2391
|
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
1791
|
-
})),
|
|
2392
|
+
})), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
1792
2393
|
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"
|
|
1793
2394
|
})), children);
|
|
1794
2395
|
});
|
|
1795
2396
|
if (process.env.NODE_ENV !== "production") {
|
|
1796
2397
|
WinterWarning.propTypes = iconPropTypes;
|
|
1797
2398
|
}
|
|
1798
|
-
const WintryMix = /*#__PURE__*/React.forwardRef(function WintryMix(
|
|
2399
|
+
const WintryMix = /*#__PURE__*/React.forwardRef(function WintryMix(_ref94, ref) {
|
|
1799
2400
|
let {
|
|
1800
2401
|
children,
|
|
1801
2402
|
size = 16,
|
|
1802
2403
|
...rest
|
|
1803
|
-
} =
|
|
2404
|
+
} = _ref94;
|
|
1804
2405
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1805
2406
|
width: size,
|
|
1806
2407
|
height: size,
|
|
@@ -1809,21 +2410,21 @@ const WintryMix = /*#__PURE__*/React.forwardRef(function WintryMix(_ref69, ref)
|
|
|
1809
2410
|
viewBox: "0 0 32 32",
|
|
1810
2411
|
fill: "currentColor",
|
|
1811
2412
|
...rest
|
|
1812
|
-
},
|
|
2413
|
+
}, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
1813
2414
|
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"
|
|
1814
|
-
})),
|
|
2415
|
+
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
1815
2416
|
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"
|
|
1816
2417
|
})), children);
|
|
1817
2418
|
});
|
|
1818
2419
|
if (process.env.NODE_ENV !== "production") {
|
|
1819
2420
|
WintryMix.propTypes = iconPropTypes;
|
|
1820
2421
|
}
|
|
1821
|
-
const WirelessCheckout = /*#__PURE__*/React.forwardRef(function WirelessCheckout(
|
|
2422
|
+
const WirelessCheckout = /*#__PURE__*/React.forwardRef(function WirelessCheckout(_ref95, ref) {
|
|
1822
2423
|
let {
|
|
1823
2424
|
children,
|
|
1824
2425
|
size = 16,
|
|
1825
2426
|
...rest
|
|
1826
|
-
} =
|
|
2427
|
+
} = _ref95;
|
|
1827
2428
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1828
2429
|
width: size,
|
|
1829
2430
|
height: size,
|
|
@@ -1832,23 +2433,23 @@ const WirelessCheckout = /*#__PURE__*/React.forwardRef(function WirelessCheckout
|
|
|
1832
2433
|
viewBox: "0 0 32 32",
|
|
1833
2434
|
fill: "currentColor",
|
|
1834
2435
|
...rest
|
|
1835
|
-
},
|
|
2436
|
+
}, _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
1836
2437
|
d: "M18,28V26A10,10,0,0,0,28,16h2A12,12,0,0,1,18,28Z"
|
|
1837
|
-
})),
|
|
2438
|
+
})), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
1838
2439
|
d: "M18,23V21a5,5,0,0,0,5-5h2A7,7,0,0,1,18,23Z"
|
|
1839
|
-
})),
|
|
2440
|
+
})), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
1840
2441
|
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"
|
|
1841
2442
|
})), children);
|
|
1842
2443
|
});
|
|
1843
2444
|
if (process.env.NODE_ENV !== "production") {
|
|
1844
2445
|
WirelessCheckout.propTypes = iconPropTypes;
|
|
1845
2446
|
}
|
|
1846
|
-
const Wmv = /*#__PURE__*/React.forwardRef(function Wmv(
|
|
2447
|
+
const Wmv = /*#__PURE__*/React.forwardRef(function Wmv(_ref96, ref) {
|
|
1847
2448
|
let {
|
|
1848
2449
|
children,
|
|
1849
2450
|
size = 16,
|
|
1850
2451
|
...rest
|
|
1851
|
-
} =
|
|
2452
|
+
} = _ref96;
|
|
1852
2453
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1853
2454
|
width: size,
|
|
1854
2455
|
height: size,
|
|
@@ -1857,19 +2458,19 @@ const Wmv = /*#__PURE__*/React.forwardRef(function Wmv(_ref71, ref) {
|
|
|
1857
2458
|
viewBox: "0 0 32 32",
|
|
1858
2459
|
fill: "currentColor",
|
|
1859
2460
|
...rest
|
|
1860
|
-
},
|
|
2461
|
+
}, _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
1861
2462
|
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"
|
|
1862
2463
|
})), children);
|
|
1863
2464
|
});
|
|
1864
2465
|
if (process.env.NODE_ENV !== "production") {
|
|
1865
2466
|
Wmv.propTypes = iconPropTypes;
|
|
1866
2467
|
}
|
|
1867
|
-
const WordCloud = /*#__PURE__*/React.forwardRef(function WordCloud(
|
|
2468
|
+
const WordCloud = /*#__PURE__*/React.forwardRef(function WordCloud(_ref97, ref) {
|
|
1868
2469
|
let {
|
|
1869
2470
|
children,
|
|
1870
2471
|
size = 16,
|
|
1871
2472
|
...rest
|
|
1872
|
-
} =
|
|
2473
|
+
} = _ref97;
|
|
1873
2474
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1874
2475
|
width: size,
|
|
1875
2476
|
height: size,
|
|
@@ -1878,21 +2479,21 @@ const WordCloud = /*#__PURE__*/React.forwardRef(function WordCloud(_ref72, ref)
|
|
|
1878
2479
|
viewBox: "0 0 32 32",
|
|
1879
2480
|
fill: "currentColor",
|
|
1880
2481
|
...rest
|
|
1881
|
-
},
|
|
2482
|
+
}, _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
|
1882
2483
|
d: "M10 16H22V18H10zM10 20H18V22H10z"
|
|
1883
|
-
})),
|
|
2484
|
+
})), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
|
1884
2485
|
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"
|
|
1885
2486
|
})), children);
|
|
1886
2487
|
});
|
|
1887
2488
|
if (process.env.NODE_ENV !== "production") {
|
|
1888
2489
|
WordCloud.propTypes = iconPropTypes;
|
|
1889
2490
|
}
|
|
1890
|
-
const WorkflowAutomation = /*#__PURE__*/React.forwardRef(function WorkflowAutomation(
|
|
2491
|
+
const WorkflowAutomation = /*#__PURE__*/React.forwardRef(function WorkflowAutomation(_ref98, ref) {
|
|
1891
2492
|
let {
|
|
1892
2493
|
children,
|
|
1893
2494
|
size = 16,
|
|
1894
2495
|
...rest
|
|
1895
|
-
} =
|
|
2496
|
+
} = _ref98;
|
|
1896
2497
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1897
2498
|
width: size,
|
|
1898
2499
|
height: size,
|
|
@@ -1908,12 +2509,12 @@ const WorkflowAutomation = /*#__PURE__*/React.forwardRef(function WorkflowAutoma
|
|
|
1908
2509
|
if (process.env.NODE_ENV !== "production") {
|
|
1909
2510
|
WorkflowAutomation.propTypes = iconPropTypes;
|
|
1910
2511
|
}
|
|
1911
|
-
const Workspace = /*#__PURE__*/React.forwardRef(function Workspace(
|
|
2512
|
+
const Workspace = /*#__PURE__*/React.forwardRef(function Workspace(_ref99, ref) {
|
|
1912
2513
|
let {
|
|
1913
2514
|
children,
|
|
1914
2515
|
size = 16,
|
|
1915
2516
|
...rest
|
|
1916
|
-
} =
|
|
2517
|
+
} = _ref99;
|
|
1917
2518
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1918
2519
|
width: size,
|
|
1919
2520
|
height: size,
|
|
@@ -1922,19 +2523,19 @@ const Workspace = /*#__PURE__*/React.forwardRef(function Workspace(_ref74, ref)
|
|
|
1922
2523
|
viewBox: "0 0 32 32",
|
|
1923
2524
|
fill: "currentColor",
|
|
1924
2525
|
...rest
|
|
1925
|
-
},
|
|
2526
|
+
}, _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
|
1926
2527
|
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"
|
|
1927
2528
|
})), children);
|
|
1928
2529
|
});
|
|
1929
2530
|
if (process.env.NODE_ENV !== "production") {
|
|
1930
2531
|
Workspace.propTypes = iconPropTypes;
|
|
1931
2532
|
}
|
|
1932
|
-
const WorkspaceImport = /*#__PURE__*/React.forwardRef(function WorkspaceImport(
|
|
2533
|
+
const WorkspaceImport = /*#__PURE__*/React.forwardRef(function WorkspaceImport(_ref100, ref) {
|
|
1933
2534
|
let {
|
|
1934
2535
|
children,
|
|
1935
2536
|
size = 16,
|
|
1936
2537
|
...rest
|
|
1937
|
-
} =
|
|
2538
|
+
} = _ref100;
|
|
1938
2539
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1939
2540
|
width: size,
|
|
1940
2541
|
height: size,
|
|
@@ -1943,19 +2544,19 @@ const WorkspaceImport = /*#__PURE__*/React.forwardRef(function WorkspaceImport(_
|
|
|
1943
2544
|
viewBox: "0 0 32 32",
|
|
1944
2545
|
fill: "currentColor",
|
|
1945
2546
|
...rest
|
|
1946
|
-
},
|
|
2547
|
+
}, _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
|
|
1947
2548
|
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"
|
|
1948
2549
|
})), children);
|
|
1949
2550
|
});
|
|
1950
2551
|
if (process.env.NODE_ENV !== "production") {
|
|
1951
2552
|
WorkspaceImport.propTypes = iconPropTypes;
|
|
1952
2553
|
}
|
|
1953
|
-
const Worship = /*#__PURE__*/React.forwardRef(function Worship(
|
|
2554
|
+
const Worship = /*#__PURE__*/React.forwardRef(function Worship(_ref101, ref) {
|
|
1954
2555
|
let {
|
|
1955
2556
|
children,
|
|
1956
2557
|
size = 16,
|
|
1957
2558
|
...rest
|
|
1958
|
-
} =
|
|
2559
|
+
} = _ref101;
|
|
1959
2560
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1960
2561
|
width: size,
|
|
1961
2562
|
height: size,
|
|
@@ -1964,23 +2565,23 @@ const Worship = /*#__PURE__*/React.forwardRef(function Worship(_ref76, ref) {
|
|
|
1964
2565
|
viewBox: "0 0 32 32",
|
|
1965
2566
|
fill: "currentColor",
|
|
1966
2567
|
...rest
|
|
1967
|
-
},
|
|
2568
|
+
}, _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
|
|
1968
2569
|
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"
|
|
1969
|
-
})),
|
|
2570
|
+
})), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
|
|
1970
2571
|
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"
|
|
1971
|
-
})),
|
|
2572
|
+
})), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
|
|
1972
2573
|
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"
|
|
1973
2574
|
})), children);
|
|
1974
2575
|
});
|
|
1975
2576
|
if (process.env.NODE_ENV !== "production") {
|
|
1976
2577
|
Worship.propTypes = iconPropTypes;
|
|
1977
2578
|
}
|
|
1978
|
-
const WorshipChristian = /*#__PURE__*/React.forwardRef(function WorshipChristian(
|
|
2579
|
+
const WorshipChristian = /*#__PURE__*/React.forwardRef(function WorshipChristian(_ref102, ref) {
|
|
1979
2580
|
let {
|
|
1980
2581
|
children,
|
|
1981
2582
|
size = 16,
|
|
1982
2583
|
...rest
|
|
1983
|
-
} =
|
|
2584
|
+
} = _ref102;
|
|
1984
2585
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1985
2586
|
width: size,
|
|
1986
2587
|
height: size,
|
|
@@ -1989,19 +2590,19 @@ const WorshipChristian = /*#__PURE__*/React.forwardRef(function WorshipChristian
|
|
|
1989
2590
|
viewBox: "0 0 32 32",
|
|
1990
2591
|
fill: "currentColor",
|
|
1991
2592
|
...rest
|
|
1992
|
-
},
|
|
2593
|
+
}, _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
|
|
1993
2594
|
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"
|
|
1994
2595
|
})), children);
|
|
1995
2596
|
});
|
|
1996
2597
|
if (process.env.NODE_ENV !== "production") {
|
|
1997
2598
|
WorshipChristian.propTypes = iconPropTypes;
|
|
1998
2599
|
}
|
|
1999
|
-
const WorshipJewish = /*#__PURE__*/React.forwardRef(function WorshipJewish(
|
|
2600
|
+
const WorshipJewish = /*#__PURE__*/React.forwardRef(function WorshipJewish(_ref103, ref) {
|
|
2000
2601
|
let {
|
|
2001
2602
|
children,
|
|
2002
2603
|
size = 16,
|
|
2003
2604
|
...rest
|
|
2004
|
-
} =
|
|
2605
|
+
} = _ref103;
|
|
2005
2606
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2006
2607
|
width: size,
|
|
2007
2608
|
height: size,
|
|
@@ -2010,19 +2611,19 @@ const WorshipJewish = /*#__PURE__*/React.forwardRef(function WorshipJewish(_ref7
|
|
|
2010
2611
|
viewBox: "0 0 32 32",
|
|
2011
2612
|
fill: "currentColor",
|
|
2012
2613
|
...rest
|
|
2013
|
-
},
|
|
2614
|
+
}, _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
|
|
2014
2615
|
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"
|
|
2015
2616
|
})), children);
|
|
2016
2617
|
});
|
|
2017
2618
|
if (process.env.NODE_ENV !== "production") {
|
|
2018
2619
|
WorshipJewish.propTypes = iconPropTypes;
|
|
2019
2620
|
}
|
|
2020
|
-
const WorshipMuslim = /*#__PURE__*/React.forwardRef(function WorshipMuslim(
|
|
2621
|
+
const WorshipMuslim = /*#__PURE__*/React.forwardRef(function WorshipMuslim(_ref104, ref) {
|
|
2021
2622
|
let {
|
|
2022
2623
|
children,
|
|
2023
2624
|
size = 16,
|
|
2024
2625
|
...rest
|
|
2025
|
-
} =
|
|
2626
|
+
} = _ref104;
|
|
2026
2627
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2027
2628
|
width: size,
|
|
2028
2629
|
height: size,
|
|
@@ -2031,21 +2632,21 @@ const WorshipMuslim = /*#__PURE__*/React.forwardRef(function WorshipMuslim(_ref7
|
|
|
2031
2632
|
viewBox: "0 0 32 32",
|
|
2032
2633
|
fill: "currentColor",
|
|
2033
2634
|
...rest
|
|
2034
|
-
},
|
|
2635
|
+
}, _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
|
|
2035
2636
|
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"
|
|
2036
|
-
})),
|
|
2637
|
+
})), _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
|
|
2037
2638
|
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"
|
|
2038
2639
|
})), children);
|
|
2039
2640
|
});
|
|
2040
2641
|
if (process.env.NODE_ENV !== "production") {
|
|
2041
2642
|
WorshipMuslim.propTypes = iconPropTypes;
|
|
2042
2643
|
}
|
|
2043
|
-
const QX = /*#__PURE__*/React.forwardRef(function QX(
|
|
2644
|
+
const QX = /*#__PURE__*/React.forwardRef(function QX(_ref105, ref) {
|
|
2044
2645
|
let {
|
|
2045
2646
|
children,
|
|
2046
2647
|
size = 16,
|
|
2047
2648
|
...rest
|
|
2048
|
-
} =
|
|
2649
|
+
} = _ref105;
|
|
2049
2650
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2050
2651
|
width: size,
|
|
2051
2652
|
height: size,
|
|
@@ -2054,19 +2655,19 @@ const QX = /*#__PURE__*/React.forwardRef(function QX(_ref80, ref) {
|
|
|
2054
2655
|
viewBox: "0 0 32 32",
|
|
2055
2656
|
fill: "currentColor",
|
|
2056
2657
|
...rest
|
|
2057
|
-
},
|
|
2658
|
+
}, _path234 || (_path234 = /*#__PURE__*/React.createElement("path", {
|
|
2058
2659
|
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"
|
|
2059
2660
|
})), children);
|
|
2060
2661
|
});
|
|
2061
2662
|
if (process.env.NODE_ENV !== "production") {
|
|
2062
2663
|
QX.propTypes = iconPropTypes;
|
|
2063
2664
|
}
|
|
2064
|
-
const XAxis = /*#__PURE__*/React.forwardRef(function XAxis(
|
|
2665
|
+
const XAxis = /*#__PURE__*/React.forwardRef(function XAxis(_ref106, ref) {
|
|
2065
2666
|
let {
|
|
2066
2667
|
children,
|
|
2067
2668
|
size = 16,
|
|
2068
2669
|
...rest
|
|
2069
|
-
} =
|
|
2670
|
+
} = _ref106;
|
|
2070
2671
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2071
2672
|
width: size,
|
|
2072
2673
|
height: size,
|
|
@@ -2075,19 +2676,19 @@ const XAxis = /*#__PURE__*/React.forwardRef(function XAxis(_ref81, ref) {
|
|
|
2075
2676
|
viewBox: "0 0 32 32",
|
|
2076
2677
|
fill: "currentColor",
|
|
2077
2678
|
...rest
|
|
2078
|
-
},
|
|
2679
|
+
}, _path235 || (_path235 = /*#__PURE__*/React.createElement("path", {
|
|
2079
2680
|
d: "M23,20l-1.4141,1.4141L24.1719,24H6V4H4V24a2.0023,2.0023,0,0,0,2,2H24.1719l-2.586,2.5859L23,30l5-5Z"
|
|
2080
2681
|
})), children);
|
|
2081
2682
|
});
|
|
2082
2683
|
if (process.env.NODE_ENV !== "production") {
|
|
2083
2684
|
XAxis.propTypes = iconPropTypes;
|
|
2084
2685
|
}
|
|
2085
|
-
const Xls = /*#__PURE__*/React.forwardRef(function Xls(
|
|
2686
|
+
const Xls = /*#__PURE__*/React.forwardRef(function Xls(_ref107, ref) {
|
|
2086
2687
|
let {
|
|
2087
2688
|
children,
|
|
2088
2689
|
size = 16,
|
|
2089
2690
|
...rest
|
|
2090
|
-
} =
|
|
2691
|
+
} = _ref107;
|
|
2091
2692
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2092
2693
|
width: size,
|
|
2093
2694
|
height: size,
|
|
@@ -2096,19 +2697,19 @@ const Xls = /*#__PURE__*/React.forwardRef(function Xls(_ref82, ref) {
|
|
|
2096
2697
|
viewBox: "0 0 32 32",
|
|
2097
2698
|
fill: "currentColor",
|
|
2098
2699
|
...rest
|
|
2099
|
-
},
|
|
2700
|
+
}, _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
|
|
2100
2701
|
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"
|
|
2101
2702
|
})), children);
|
|
2102
2703
|
});
|
|
2103
2704
|
if (process.env.NODE_ENV !== "production") {
|
|
2104
2705
|
Xls.propTypes = iconPropTypes;
|
|
2105
2706
|
}
|
|
2106
|
-
const Xml = /*#__PURE__*/React.forwardRef(function Xml(
|
|
2707
|
+
const Xml = /*#__PURE__*/React.forwardRef(function Xml(_ref108, ref) {
|
|
2107
2708
|
let {
|
|
2108
2709
|
children,
|
|
2109
2710
|
size = 16,
|
|
2110
2711
|
...rest
|
|
2111
|
-
} =
|
|
2712
|
+
} = _ref108;
|
|
2112
2713
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2113
2714
|
width: size,
|
|
2114
2715
|
height: size,
|
|
@@ -2117,19 +2718,19 @@ const Xml = /*#__PURE__*/React.forwardRef(function Xml(_ref83, ref) {
|
|
|
2117
2718
|
viewBox: "0 0 32 32",
|
|
2118
2719
|
fill: "currentColor",
|
|
2119
2720
|
...rest
|
|
2120
|
-
},
|
|
2721
|
+
}, _path237 || (_path237 = /*#__PURE__*/React.createElement("path", {
|
|
2121
2722
|
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"
|
|
2122
2723
|
})), children);
|
|
2123
2724
|
});
|
|
2124
2725
|
if (process.env.NODE_ENV !== "production") {
|
|
2125
2726
|
Xml.propTypes = iconPropTypes;
|
|
2126
2727
|
}
|
|
2127
|
-
const QY = /*#__PURE__*/React.forwardRef(function QY(
|
|
2728
|
+
const QY = /*#__PURE__*/React.forwardRef(function QY(_ref109, ref) {
|
|
2128
2729
|
let {
|
|
2129
2730
|
children,
|
|
2130
2731
|
size = 16,
|
|
2131
2732
|
...rest
|
|
2132
|
-
} =
|
|
2733
|
+
} = _ref109;
|
|
2133
2734
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2134
2735
|
width: size,
|
|
2135
2736
|
height: size,
|
|
@@ -2138,19 +2739,19 @@ const QY = /*#__PURE__*/React.forwardRef(function QY(_ref84, ref) {
|
|
|
2138
2739
|
viewBox: "0 0 32 32",
|
|
2139
2740
|
fill: "currentColor",
|
|
2140
2741
|
...rest
|
|
2141
|
-
},
|
|
2742
|
+
}, _path238 || (_path238 = /*#__PURE__*/React.createElement("path", {
|
|
2142
2743
|
d: "M20 9L18 9 16 16 14 9 12 9 15 18 15 23 17 23 17 18 20 9z"
|
|
2143
2744
|
})), children);
|
|
2144
2745
|
});
|
|
2145
2746
|
if (process.env.NODE_ENV !== "production") {
|
|
2146
2747
|
QY.propTypes = iconPropTypes;
|
|
2147
2748
|
}
|
|
2148
|
-
const YAxis = /*#__PURE__*/React.forwardRef(function YAxis(
|
|
2749
|
+
const YAxis = /*#__PURE__*/React.forwardRef(function YAxis(_ref110, ref) {
|
|
2149
2750
|
let {
|
|
2150
2751
|
children,
|
|
2151
2752
|
size = 16,
|
|
2152
2753
|
...rest
|
|
2153
|
-
} =
|
|
2754
|
+
} = _ref110;
|
|
2154
2755
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2155
2756
|
width: size,
|
|
2156
2757
|
height: size,
|
|
@@ -2159,19 +2760,19 @@ const YAxis = /*#__PURE__*/React.forwardRef(function YAxis(_ref85, ref) {
|
|
|
2159
2760
|
viewBox: "0 0 32 32",
|
|
2160
2761
|
fill: "currentColor",
|
|
2161
2762
|
...rest
|
|
2162
|
-
},
|
|
2763
|
+
}, _path239 || (_path239 = /*#__PURE__*/React.createElement("path", {
|
|
2163
2764
|
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"
|
|
2164
2765
|
})), children);
|
|
2165
2766
|
});
|
|
2166
2767
|
if (process.env.NODE_ENV !== "production") {
|
|
2167
2768
|
YAxis.propTypes = iconPropTypes;
|
|
2168
2769
|
}
|
|
2169
|
-
const QZ = /*#__PURE__*/React.forwardRef(function QZ(
|
|
2770
|
+
const QZ = /*#__PURE__*/React.forwardRef(function QZ(_ref111, ref) {
|
|
2170
2771
|
let {
|
|
2171
2772
|
children,
|
|
2172
2773
|
size = 16,
|
|
2173
2774
|
...rest
|
|
2174
|
-
} =
|
|
2775
|
+
} = _ref111;
|
|
2175
2776
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2176
2777
|
width: size,
|
|
2177
2778
|
height: size,
|
|
@@ -2180,19 +2781,19 @@ const QZ = /*#__PURE__*/React.forwardRef(function QZ(_ref86, ref) {
|
|
|
2180
2781
|
viewBox: "0 0 32 32",
|
|
2181
2782
|
fill: "currentColor",
|
|
2182
2783
|
...rest
|
|
2183
|
-
},
|
|
2784
|
+
}, _path240 || (_path240 = /*#__PURE__*/React.createElement("path", {
|
|
2184
2785
|
d: "M20 9L12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z"
|
|
2185
2786
|
})), children);
|
|
2186
2787
|
});
|
|
2187
2788
|
if (process.env.NODE_ENV !== "production") {
|
|
2188
2789
|
QZ.propTypes = iconPropTypes;
|
|
2189
2790
|
}
|
|
2190
|
-
const ZLpar = /*#__PURE__*/React.forwardRef(function ZLpar(
|
|
2791
|
+
const ZLpar = /*#__PURE__*/React.forwardRef(function ZLpar(_ref112, ref) {
|
|
2191
2792
|
let {
|
|
2192
2793
|
children,
|
|
2193
2794
|
size = 16,
|
|
2194
2795
|
...rest
|
|
2195
|
-
} =
|
|
2796
|
+
} = _ref112;
|
|
2196
2797
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2197
2798
|
width: size,
|
|
2198
2799
|
height: size,
|
|
@@ -2201,19 +2802,19 @@ const ZLpar = /*#__PURE__*/React.forwardRef(function ZLpar(_ref87, ref) {
|
|
|
2201
2802
|
viewBox: "0 0 32 32",
|
|
2202
2803
|
fill: "currentColor",
|
|
2203
2804
|
...rest
|
|
2204
|
-
},
|
|
2805
|
+
}, _path241 || (_path241 = /*#__PURE__*/React.createElement("path", {
|
|
2205
2806
|
d: "M24,10h4c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2h-4c-1.1046,0-2,.8954-2,2v1h-3c-1.1046,0-2,.8954-2,2V15h-3V5c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2V27c0,1.1046,.8954,2,2,2H12c1.1046,0,2-.8954,2-2v-10h3v8c0,1.1046,.8954,2,2,2h3v1c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-4c-1.1046,0-2,.8954-2,2v1h-3v-8h3v1c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-4c-1.1046,0-2,.8954-2,2v1h-3V7h3v1c0,1.1046,.8954,2,2,2Zm0-6h4v4s-4,0-4,0V4ZM11.3992,12l-7.3992,5.9194V6.0806l7.3992,5.9194Zm.6013,2.0801l.0007,11.8403-7.4004-5.9204,7.3997-5.9199Zm-.0002-4.1606L5.8508,5h6.1492l.0002,4.9194ZM4,22.0806l6.1492,4.9194H4v-4.9194Zm20,1.9194h4v4h-4v-4Zm0-10h4v4h-4v-4Z"
|
|
2206
2807
|
})), children);
|
|
2207
2808
|
});
|
|
2208
2809
|
if (process.env.NODE_ENV !== "production") {
|
|
2209
2810
|
ZLpar.propTypes = iconPropTypes;
|
|
2210
2811
|
}
|
|
2211
|
-
const ZSystems = /*#__PURE__*/React.forwardRef(function ZSystems(
|
|
2812
|
+
const ZSystems = /*#__PURE__*/React.forwardRef(function ZSystems(_ref113, ref) {
|
|
2212
2813
|
let {
|
|
2213
2814
|
children,
|
|
2214
2815
|
size = 16,
|
|
2215
2816
|
...rest
|
|
2216
|
-
} =
|
|
2817
|
+
} = _ref113;
|
|
2217
2818
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2218
2819
|
width: size,
|
|
2219
2820
|
height: size,
|
|
@@ -2222,19 +2823,19 @@ const ZSystems = /*#__PURE__*/React.forwardRef(function ZSystems(_ref88, ref) {
|
|
|
2222
2823
|
viewBox: "0 0 32 32",
|
|
2223
2824
|
fill: "currentColor",
|
|
2224
2825
|
...rest
|
|
2225
|
-
},
|
|
2826
|
+
}, _path242 || (_path242 = /*#__PURE__*/React.createElement("path", {
|
|
2226
2827
|
d: "M27 3h-8c-1.1028 0-2 .8975-2 2V27c0 1.1025.8972 2 2 2h8c1.1028 0 2-.8975 2-2V5c0-1.1025-.8972-2-2-2zm.0002 6.9194l-6.1494-4.9194h6.1492l.0002 4.9194zm-.6011 2.0806l-7.3992 5.9194V6.0806l7.3992 5.9194zm.6013 2.0801l.0007 11.8403-7.4004-5.9204 7.3997-5.9199zm-8.0005 8.0005l6.1492 4.9194h-6.1492v-4.9194zM13 3H5c-1.1028 0-2 .8975-2 2V27c0 1.1025.8972 2 2 2H13c1.1028 0 2-.8975 2-2V5c0-1.1025-.8972-2-2-2zm.0002 6.9194L6.8508 5h6.1492l.0002 4.9194zm-.6011 2.0806l-7.3992 5.9194V6.0806l7.3992 5.9194zm.6013 2.0801l.0007 11.8403-7.4004-5.9204 7.3997-5.9199zM5 22.0806l6.1492 4.9194H5v-4.9194z"
|
|
2227
2828
|
})), children);
|
|
2228
2829
|
});
|
|
2229
2830
|
if (process.env.NODE_ENV !== "production") {
|
|
2230
2831
|
ZSystems.propTypes = iconPropTypes;
|
|
2231
2832
|
}
|
|
2232
|
-
const ZAxis = /*#__PURE__*/React.forwardRef(function ZAxis(
|
|
2833
|
+
const ZAxis = /*#__PURE__*/React.forwardRef(function ZAxis(_ref114, ref) {
|
|
2233
2834
|
let {
|
|
2234
2835
|
children,
|
|
2235
2836
|
size = 16,
|
|
2236
2837
|
...rest
|
|
2237
|
-
} =
|
|
2838
|
+
} = _ref114;
|
|
2238
2839
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2239
2840
|
width: size,
|
|
2240
2841
|
height: size,
|
|
@@ -2243,19 +2844,19 @@ const ZAxis = /*#__PURE__*/React.forwardRef(function ZAxis(_ref89, ref) {
|
|
|
2243
2844
|
viewBox: "0 0 32 32",
|
|
2244
2845
|
fill: "currentColor",
|
|
2245
2846
|
...rest
|
|
2246
|
-
},
|
|
2847
|
+
}, _path243 || (_path243 = /*#__PURE__*/React.createElement("path", {
|
|
2247
2848
|
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"
|
|
2248
2849
|
})), children);
|
|
2249
2850
|
});
|
|
2250
2851
|
if (process.env.NODE_ENV !== "production") {
|
|
2251
2852
|
ZAxis.propTypes = iconPropTypes;
|
|
2252
2853
|
}
|
|
2253
|
-
const Zip = /*#__PURE__*/React.forwardRef(function Zip(
|
|
2854
|
+
const Zip = /*#__PURE__*/React.forwardRef(function Zip(_ref115, ref) {
|
|
2254
2855
|
let {
|
|
2255
2856
|
children,
|
|
2256
2857
|
size = 16,
|
|
2257
2858
|
...rest
|
|
2258
|
-
} =
|
|
2859
|
+
} = _ref115;
|
|
2259
2860
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2260
2861
|
width: size,
|
|
2261
2862
|
height: size,
|
|
@@ -2264,19 +2865,19 @@ const Zip = /*#__PURE__*/React.forwardRef(function Zip(_ref90, ref) {
|
|
|
2264
2865
|
viewBox: "0 0 32 32",
|
|
2265
2866
|
fill: "currentColor",
|
|
2266
2867
|
...rest
|
|
2267
|
-
},
|
|
2868
|
+
}, _path244 || (_path244 = /*#__PURE__*/React.createElement("path", {
|
|
2268
2869
|
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"
|
|
2269
2870
|
})), children);
|
|
2270
2871
|
});
|
|
2271
2872
|
if (process.env.NODE_ENV !== "production") {
|
|
2272
2873
|
Zip.propTypes = iconPropTypes;
|
|
2273
2874
|
}
|
|
2274
|
-
const ZipReference = /*#__PURE__*/React.forwardRef(function ZipReference(
|
|
2875
|
+
const ZipReference = /*#__PURE__*/React.forwardRef(function ZipReference(_ref116, ref) {
|
|
2275
2876
|
let {
|
|
2276
2877
|
children,
|
|
2277
2878
|
size = 16,
|
|
2278
2879
|
...rest
|
|
2279
|
-
} =
|
|
2880
|
+
} = _ref116;
|
|
2280
2881
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2281
2882
|
width: size,
|
|
2282
2883
|
height: size,
|
|
@@ -2285,19 +2886,19 @@ const ZipReference = /*#__PURE__*/React.forwardRef(function ZipReference(_ref91,
|
|
|
2285
2886
|
viewBox: "0 0 32 32",
|
|
2286
2887
|
fill: "currentColor",
|
|
2287
2888
|
...rest
|
|
2288
|
-
},
|
|
2889
|
+
}, _path245 || (_path245 = /*#__PURE__*/React.createElement("path", {
|
|
2289
2890
|
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"
|
|
2290
2891
|
})), children);
|
|
2291
2892
|
});
|
|
2292
2893
|
if (process.env.NODE_ENV !== "production") {
|
|
2293
2894
|
ZipReference.propTypes = iconPropTypes;
|
|
2294
2895
|
}
|
|
2295
|
-
const ZoomArea = /*#__PURE__*/React.forwardRef(function ZoomArea(
|
|
2896
|
+
const ZoomArea = /*#__PURE__*/React.forwardRef(function ZoomArea(_ref117, ref) {
|
|
2296
2897
|
let {
|
|
2297
2898
|
children,
|
|
2298
2899
|
size = 16,
|
|
2299
2900
|
...rest
|
|
2300
|
-
} =
|
|
2901
|
+
} = _ref117;
|
|
2301
2902
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2302
2903
|
width: size,
|
|
2303
2904
|
height: size,
|
|
@@ -2306,19 +2907,19 @@ const ZoomArea = /*#__PURE__*/React.forwardRef(function ZoomArea(_ref92, ref) {
|
|
|
2306
2907
|
viewBox: "0 0 32 32",
|
|
2307
2908
|
fill: "currentColor",
|
|
2308
2909
|
...rest
|
|
2309
|
-
},
|
|
2910
|
+
}, _path246 || (_path246 = /*#__PURE__*/React.createElement("path", {
|
|
2310
2911
|
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"
|
|
2311
2912
|
})), children);
|
|
2312
2913
|
});
|
|
2313
2914
|
if (process.env.NODE_ENV !== "production") {
|
|
2314
2915
|
ZoomArea.propTypes = iconPropTypes;
|
|
2315
2916
|
}
|
|
2316
|
-
const ZoomFit = /*#__PURE__*/React.forwardRef(function ZoomFit(
|
|
2917
|
+
const ZoomFit = /*#__PURE__*/React.forwardRef(function ZoomFit(_ref118, ref) {
|
|
2317
2918
|
let {
|
|
2318
2919
|
children,
|
|
2319
2920
|
size = 16,
|
|
2320
2921
|
...rest
|
|
2321
|
-
} =
|
|
2922
|
+
} = _ref118;
|
|
2322
2923
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2323
2924
|
width: size,
|
|
2324
2925
|
height: size,
|
|
@@ -2327,21 +2928,21 @@ const ZoomFit = /*#__PURE__*/React.forwardRef(function ZoomFit(_ref93, ref) {
|
|
|
2327
2928
|
viewBox: "0 0 32 32",
|
|
2328
2929
|
fill: "currentColor",
|
|
2329
2930
|
...rest
|
|
2330
|
-
},
|
|
2931
|
+
}, _path247 || (_path247 = /*#__PURE__*/React.createElement("path", {
|
|
2331
2932
|
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"
|
|
2332
|
-
})),
|
|
2933
|
+
})), _path248 || (_path248 = /*#__PURE__*/React.createElement("path", {
|
|
2333
2934
|
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"
|
|
2334
2935
|
})), children);
|
|
2335
2936
|
});
|
|
2336
2937
|
if (process.env.NODE_ENV !== "production") {
|
|
2337
2938
|
ZoomFit.propTypes = iconPropTypes;
|
|
2338
2939
|
}
|
|
2339
|
-
const ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(
|
|
2940
|
+
const ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(_ref119, ref) {
|
|
2340
2941
|
let {
|
|
2341
2942
|
children,
|
|
2342
2943
|
size = 16,
|
|
2343
2944
|
...rest
|
|
2344
|
-
} =
|
|
2945
|
+
} = _ref119;
|
|
2345
2946
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2346
2947
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2347
2948
|
width: size,
|
|
@@ -2351,9 +2952,9 @@ const ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(_ref94, ref) {
|
|
|
2351
2952
|
viewBox: "0 0 16 16",
|
|
2352
2953
|
fill: "currentColor",
|
|
2353
2954
|
...rest
|
|
2354
|
-
},
|
|
2955
|
+
}, _path249 || (_path249 = /*#__PURE__*/React.createElement("path", {
|
|
2355
2956
|
d: "M9 6L7 6 7 4 6 4 6 6 4 6 4 7 6 7 6 9 7 9 7 7 9 7z"
|
|
2356
|
-
})),
|
|
2957
|
+
})), _path250 || (_path250 = /*#__PURE__*/React.createElement("path", {
|
|
2357
2958
|
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"
|
|
2358
2959
|
})), children);
|
|
2359
2960
|
}
|
|
@@ -2365,21 +2966,21 @@ const ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(_ref94, ref) {
|
|
|
2365
2966
|
viewBox: "0 0 32 32",
|
|
2366
2967
|
fill: "currentColor",
|
|
2367
2968
|
...rest
|
|
2368
|
-
},
|
|
2969
|
+
}, _path251 || (_path251 = /*#__PURE__*/React.createElement("path", {
|
|
2369
2970
|
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"
|
|
2370
|
-
})),
|
|
2971
|
+
})), _path252 || (_path252 = /*#__PURE__*/React.createElement("path", {
|
|
2371
2972
|
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"
|
|
2372
2973
|
})), children);
|
|
2373
2974
|
});
|
|
2374
2975
|
if (process.env.NODE_ENV !== "production") {
|
|
2375
2976
|
ZoomIn.propTypes = iconPropTypes;
|
|
2376
2977
|
}
|
|
2377
|
-
const ZoomInArea = /*#__PURE__*/React.forwardRef(function ZoomInArea(
|
|
2978
|
+
const ZoomInArea = /*#__PURE__*/React.forwardRef(function ZoomInArea(_ref120, ref) {
|
|
2378
2979
|
let {
|
|
2379
2980
|
children,
|
|
2380
2981
|
size = 16,
|
|
2381
2982
|
...rest
|
|
2382
|
-
} =
|
|
2983
|
+
} = _ref120;
|
|
2383
2984
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2384
2985
|
width: size,
|
|
2385
2986
|
height: size,
|
|
@@ -2388,21 +2989,21 @@ const ZoomInArea = /*#__PURE__*/React.forwardRef(function ZoomInArea(_ref95, ref
|
|
|
2388
2989
|
viewBox: "0 0 32 32",
|
|
2389
2990
|
fill: "currentColor",
|
|
2390
2991
|
...rest
|
|
2391
|
-
},
|
|
2992
|
+
}, _path253 || (_path253 = /*#__PURE__*/React.createElement("path", {
|
|
2392
2993
|
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"
|
|
2393
|
-
})),
|
|
2994
|
+
})), _path254 || (_path254 = /*#__PURE__*/React.createElement("path", {
|
|
2394
2995
|
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"
|
|
2395
2996
|
})), children);
|
|
2396
2997
|
});
|
|
2397
2998
|
if (process.env.NODE_ENV !== "production") {
|
|
2398
2999
|
ZoomInArea.propTypes = iconPropTypes;
|
|
2399
3000
|
}
|
|
2400
|
-
const ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(
|
|
3001
|
+
const ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(_ref121, ref) {
|
|
2401
3002
|
let {
|
|
2402
3003
|
children,
|
|
2403
3004
|
size = 16,
|
|
2404
3005
|
...rest
|
|
2405
|
-
} =
|
|
3006
|
+
} = _ref121;
|
|
2406
3007
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2407
3008
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2408
3009
|
width: size,
|
|
@@ -2412,9 +3013,9 @@ const ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(_ref96, ref) {
|
|
|
2412
3013
|
viewBox: "0 0 16 16",
|
|
2413
3014
|
fill: "currentColor",
|
|
2414
3015
|
...rest
|
|
2415
|
-
},
|
|
3016
|
+
}, _path255 || (_path255 = /*#__PURE__*/React.createElement("path", {
|
|
2416
3017
|
d: "M4 6H9V7H4z"
|
|
2417
|
-
})),
|
|
3018
|
+
})), _path256 || (_path256 = /*#__PURE__*/React.createElement("path", {
|
|
2418
3019
|
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"
|
|
2419
3020
|
})), children);
|
|
2420
3021
|
}
|
|
@@ -2426,21 +3027,21 @@ const ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(_ref96, ref) {
|
|
|
2426
3027
|
viewBox: "0 0 32 32",
|
|
2427
3028
|
fill: "currentColor",
|
|
2428
3029
|
...rest
|
|
2429
|
-
},
|
|
3030
|
+
}, _path257 || (_path257 = /*#__PURE__*/React.createElement("path", {
|
|
2430
3031
|
d: "M8 12H18V14H8z"
|
|
2431
|
-
})),
|
|
3032
|
+
})), _path258 || (_path258 = /*#__PURE__*/React.createElement("path", {
|
|
2432
3033
|
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"
|
|
2433
3034
|
})), children);
|
|
2434
3035
|
});
|
|
2435
3036
|
if (process.env.NODE_ENV !== "production") {
|
|
2436
3037
|
ZoomOut.propTypes = iconPropTypes;
|
|
2437
3038
|
}
|
|
2438
|
-
const ZoomOutArea = /*#__PURE__*/React.forwardRef(function ZoomOutArea(
|
|
3039
|
+
const ZoomOutArea = /*#__PURE__*/React.forwardRef(function ZoomOutArea(_ref122, ref) {
|
|
2439
3040
|
let {
|
|
2440
3041
|
children,
|
|
2441
3042
|
size = 16,
|
|
2442
3043
|
...rest
|
|
2443
|
-
} =
|
|
3044
|
+
} = _ref122;
|
|
2444
3045
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2445
3046
|
width: size,
|
|
2446
3047
|
height: size,
|
|
@@ -2449,21 +3050,21 @@ const ZoomOutArea = /*#__PURE__*/React.forwardRef(function ZoomOutArea(_ref97, r
|
|
|
2449
3050
|
viewBox: "0 0 32 32",
|
|
2450
3051
|
fill: "currentColor",
|
|
2451
3052
|
...rest
|
|
2452
|
-
},
|
|
3053
|
+
}, _path259 || (_path259 = /*#__PURE__*/React.createElement("path", {
|
|
2453
3054
|
d: "M16 19H24V21H16z"
|
|
2454
|
-
})),
|
|
3055
|
+
})), _path260 || (_path260 = /*#__PURE__*/React.createElement("path", {
|
|
2455
3056
|
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"
|
|
2456
3057
|
})), children);
|
|
2457
3058
|
});
|
|
2458
3059
|
if (process.env.NODE_ENV !== "production") {
|
|
2459
3060
|
ZoomOutArea.propTypes = iconPropTypes;
|
|
2460
3061
|
}
|
|
2461
|
-
const ZoomReset = /*#__PURE__*/React.forwardRef(function ZoomReset(
|
|
3062
|
+
const ZoomReset = /*#__PURE__*/React.forwardRef(function ZoomReset(_ref123, ref) {
|
|
2462
3063
|
let {
|
|
2463
3064
|
children,
|
|
2464
3065
|
size = 16,
|
|
2465
3066
|
...rest
|
|
2466
|
-
} =
|
|
3067
|
+
} = _ref123;
|
|
2467
3068
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2468
3069
|
width: size,
|
|
2469
3070
|
height: size,
|
|
@@ -2472,19 +3073,19 @@ const ZoomReset = /*#__PURE__*/React.forwardRef(function ZoomReset(_ref98, ref)
|
|
|
2472
3073
|
viewBox: "0 0 32 32",
|
|
2473
3074
|
fill: "currentColor",
|
|
2474
3075
|
...rest
|
|
2475
|
-
},
|
|
3076
|
+
}, _path261 || (_path261 = /*#__PURE__*/React.createElement("path", {
|
|
2476
3077
|
d: "M22.4478,21A10.855,10.855,0,0,0,25,14,10.99,10.99,0,0,0,6,6.4658V2H4v8h8V8H7.332a8.9768,8.9768,0,1,1-2.1,8H3.1912A11.0118,11.0118,0,0,0,14,25a10.855,10.855,0,0,0,7-2.5522L28.5859,30,30,28.5859Z"
|
|
2477
3078
|
})), children);
|
|
2478
3079
|
});
|
|
2479
3080
|
if (process.env.NODE_ENV !== "production") {
|
|
2480
3081
|
ZoomReset.propTypes = iconPropTypes;
|
|
2481
3082
|
}
|
|
2482
|
-
const WatsonHealthZoomPan = /*#__PURE__*/React.forwardRef(function WatsonHealthZoomPan(
|
|
3083
|
+
const WatsonHealthZoomPan = /*#__PURE__*/React.forwardRef(function WatsonHealthZoomPan(_ref124, ref) {
|
|
2483
3084
|
let {
|
|
2484
3085
|
children,
|
|
2485
3086
|
size = 16,
|
|
2486
3087
|
...rest
|
|
2487
|
-
} =
|
|
3088
|
+
} = _ref124;
|
|
2488
3089
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2489
3090
|
width: size,
|
|
2490
3091
|
height: size,
|
|
@@ -2493,19 +3094,19 @@ const WatsonHealthZoomPan = /*#__PURE__*/React.forwardRef(function WatsonHealthZ
|
|
|
2493
3094
|
viewBox: "0 0 32 32",
|
|
2494
3095
|
fill: "currentColor",
|
|
2495
3096
|
...rest
|
|
2496
|
-
},
|
|
3097
|
+
}, _path262 || (_path262 = /*#__PURE__*/React.createElement("path", {
|
|
2497
3098
|
d: "M27.01 12L25.6 13.41 28.18 16 25.59 18.59 27.01 20 31.01 16 27.01 12zM6.41 13.42L5 12 1 16 5 20 6.42 18.59 3.83 16 6.41 13.42zM16 28.17L13.41 25.58 12 27 16 31 20 27 18.59 25.59 16 28.17zM16 3.83L18.58 6.41 20 5 16 1 12 5 13.41 6.42 16 3.83zM22 16a6 6 0 10-2.53 4.89l3.82 3.82 1.42-1.42-3.82-3.82A6 6 0 0022 16zm-6 4a4 4 0 114-4A4 4 0 0116 20z"
|
|
2498
3099
|
})), children);
|
|
2499
3100
|
});
|
|
2500
3101
|
if (process.env.NODE_ENV !== "production") {
|
|
2501
3102
|
WatsonHealthZoomPan.propTypes = iconPropTypes;
|
|
2502
3103
|
}
|
|
2503
|
-
const Zos = /*#__PURE__*/React.forwardRef(function Zos(
|
|
3104
|
+
const Zos = /*#__PURE__*/React.forwardRef(function Zos(_ref125, ref) {
|
|
2504
3105
|
let {
|
|
2505
3106
|
children,
|
|
2506
3107
|
size = 16,
|
|
2507
3108
|
...rest
|
|
2508
|
-
} =
|
|
3109
|
+
} = _ref125;
|
|
2509
3110
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2510
3111
|
width: size,
|
|
2511
3112
|
height: size,
|
|
@@ -2514,33 +3115,12 @@ const Zos = /*#__PURE__*/React.forwardRef(function Zos(_ref100, ref) {
|
|
|
2514
3115
|
viewBox: "0 0 32 32",
|
|
2515
3116
|
fill: "currentColor",
|
|
2516
3117
|
...rest
|
|
2517
|
-
},
|
|
3118
|
+
}, _path263 || (_path263 = /*#__PURE__*/React.createElement("path", {
|
|
2518
3119
|
d: "M30 22h-5v-2h5v-3h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h5v2h-5v3h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zM21 22h-3c-1.1028 0-2-.8972-2-2V12c0-1.1028.8972-2 2-2h3c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-3-10v8h3V12h-3zM11.9458 10L7.9458 22 10.0542 22 14.0542 10 11.9458 10zM6 22L0 22 0 19.6973 3.7981 14 0 14 0 12 6 12 6 14.3027 2.2019 20 6 20 6 22z"
|
|
2519
3120
|
})), children);
|
|
2520
3121
|
});
|
|
2521
3122
|
if (process.env.NODE_ENV !== "production") {
|
|
2522
3123
|
Zos.propTypes = iconPropTypes;
|
|
2523
3124
|
}
|
|
2524
|
-
const ZosSysplex = /*#__PURE__*/React.forwardRef(function ZosSysplex(_ref101, ref) {
|
|
2525
|
-
let {
|
|
2526
|
-
children,
|
|
2527
|
-
size = 16,
|
|
2528
|
-
...rest
|
|
2529
|
-
} = _ref101;
|
|
2530
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2531
|
-
width: size,
|
|
2532
|
-
height: size,
|
|
2533
|
-
ref: ref,
|
|
2534
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2535
|
-
viewBox: "0 0 32 32",
|
|
2536
|
-
fill: "currentColor",
|
|
2537
|
-
...rest
|
|
2538
|
-
}, _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
2539
|
-
d: "M20,14h8c1.1028,0,2-.8975,2-2V4c0-1.1025-.8972-2-2-2h-8c-1.1028,0-2,.8975-2,2v1H9c-1.1028,0-2,.8975-2,2v3H4c-1.1028,0-2,.8975-2,2v8c0,1.1025,.8972,2,2,2h3v3c0,1.1025,.8972,2,2,2h9v1c0,1.1025,.8972,2,2,2h8c1.1028,0,2-.8975,2-2v-8c0-1.1025-.8972-2-2-2h-8c-1.1028,0-2,.8975-2,2v5H9v-3h3c1.1028,0,2-.8975,2-2V12c0-1.1025-.8972-2-2-2h-3v-3h9v5c0,1.1025,.8972,2,2,2Zm1.4141,14l6.5862-6.5859-.0002,6.5859h-6.5859Zm5.1719-8l-6.5859,6.5859v-6.5859h6.5859ZM10.5522,12l-6.5522,6.5522v-6.5522h6.5522Zm-5.1719,8l6.6199-6.6196,.001,6.6196H5.3804ZM21.4141,12l6.5862-6.5859-.0002,6.5859h-6.5859Zm5.1719-8l-6.5859,6.5859V4h6.5859Z"
|
|
2540
|
-
})), children);
|
|
2541
|
-
});
|
|
2542
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2543
|
-
ZosSysplex.propTypes = iconPropTypes;
|
|
2544
|
-
}
|
|
2545
3125
|
|
|
2546
|
-
export { QX, QY, QZ, VolumeMuteFilled, VolumeObjectStorage, VolumeUp, VolumeUpAlt, VolumeUpFilled, VolumeUpFilledAlt, Vpn, VpnConnection, VpnPolicy, Wallet, Warning, WarningAlt, WarningAltFilled, WarningAltInverted, WarningAltInvertedFilled, WarningDiamond, WarningFilled, WarningHex, WarningHexFilled, WarningMultiple, WarningOther, WarningSquare, WarningSquareFilled, Watch, Watson, WatsonHealthWindowAuto, WatsonHealthWindowBase, WatsonHealthWindowBlackSaturation, WatsonHealthWindowOverlay, WatsonHealthWindowPreset, WatsonHealthZoomPan, WatsonMachineLearning, Watsonx, WatsonxAi, WatsonxData, WatsonxGovernance, WaveDirection, WaveHeight, WavePeriod, WeatherFrontCold, WeatherFrontStationary, WeatherFrontWarm, WeatherStation, WebServicesCluster, WebServicesContainer, WebServicesDefinition, WebServicesService, WebServicesTask, WebServicesTaskDefinitionVersion, Webhook, Websheet, Wheat, WhitePaper, 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, ZLpar, ZSystems, Zip, ZipReference, ZoomArea, ZoomFit, ZoomIn, ZoomInArea, ZoomOut, ZoomOutArea, ZoomReset, Zos
|
|
3126
|
+
export { QX, QY, QZ, ViewFilled, ViewMode_1, ViewMode_2, ViewNext, ViewOff, ViewOffFilled, VirtualColumn, VirtualColumnKey, VirtualDesktop, VirtualMachine, VirtualPrivateCloud, VirtualPrivateCloudAlt, VisualRecognition, Vlan, VlanIbm, VmdkDisk, VoiceActivate, Voicemail, VolumeBlockStorage, VolumeDown, VolumeDownAlt, VolumeDownFilled, VolumeDownFilledAlt, VolumeFileStorage, VolumeMute, VolumeMuteFilled, VolumeObjectStorage, VolumeUp, VolumeUpAlt, VolumeUpFilled, VolumeUpFilledAlt, Vpn, VpnConnection, VpnPolicy, Wallet, Warning, WarningAlt, WarningAltFilled, WarningAltInverted, WarningAltInvertedFilled, WarningDiamond, WarningFilled, WarningHex, WarningHexFilled, WarningMultiple, WarningOther, WarningSquare, WarningSquareFilled, Watch, Watson, WatsonHealthWindowAuto, WatsonHealthWindowBase, WatsonHealthWindowBlackSaturation, WatsonHealthWindowOverlay, WatsonHealthWindowPreset, WatsonHealthZoomPan, WatsonMachineLearning, Watsonx, WatsonxAi, WatsonxData, WatsonxGovernance, WaveDirection, WaveHeight, WavePeriod, WeatherFrontCold, WeatherFrontStationary, WeatherFrontWarm, WeatherStation, WebServicesCluster, WebServicesContainer, WebServicesDefinition, WebServicesService, WebServicesTask, WebServicesTaskDefinitionVersion, Webhook, Websheet, Wheat, WhitePaper, 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, ZLpar, ZSystems, Zip, ZipReference, ZoomArea, ZoomFit, ZoomIn, ZoomInArea, ZoomOut, ZoomOutArea, ZoomReset, Zos };
|