@carbon-labs/react-animated-header 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/es/__stories__/data/index.d.ts +19 -9
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/es/components/AnimatedHeader/AnimatedHeader.js +76 -65
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -8
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/es/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
- package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
- package/lib/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/lib/__stories__/data/index.d.ts +19 -9
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/lib/components/AnimatedHeader/AnimatedHeader.js +75 -64
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +11 -9
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/lib/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
- package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +31 -17
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +12 -5
- package/scss/Tiles/GlassTile/glass-tile.scss +17 -3
- /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
- /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
|
@@ -12,8 +12,8 @@ var Icon = require('../Icon.js');
|
|
|
12
12
|
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
|
13
13
|
require('prop-types');
|
|
14
14
|
|
|
15
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13,
|
|
16
|
-
const
|
|
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, _circle, _path28, _path29, _path30, _path31, _path32, _circle2, _path33, _path34, _path35, _path36, _circle3, _circle4, _path37, _path38, _path39, _path40, _circle5, _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, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _switch, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145;
|
|
16
|
+
const WavePeriod = /*#__PURE__*/React.forwardRef(function WavePeriod(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
19
19
|
size = 16,
|
|
@@ -28,20 +28,889 @@ const WindyStrong = /*#__PURE__*/React.forwardRef(function WindyStrong(_ref, ref
|
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
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"
|
|
32
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
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"
|
|
34
|
+
})), children);
|
|
35
|
+
});
|
|
36
|
+
if (process.env.NODE_ENV !== "production") {
|
|
37
|
+
WavePeriod.propTypes = iconPropTypes4cbeb95d.i;
|
|
38
|
+
}
|
|
39
|
+
const WeatherFrontCold = /*#__PURE__*/React.forwardRef(function WeatherFrontCold(_ref2, ref) {
|
|
40
|
+
let {
|
|
41
|
+
children,
|
|
42
|
+
size = 16,
|
|
43
|
+
...rest
|
|
44
|
+
} = _ref2;
|
|
45
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
46
|
+
width: size,
|
|
47
|
+
height: size,
|
|
48
|
+
ref: ref,
|
|
49
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
50
|
+
viewBox: "0 0 32 32",
|
|
51
|
+
fill: "currentColor",
|
|
52
|
+
...rest
|
|
53
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
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"
|
|
55
|
+
})), children);
|
|
56
|
+
});
|
|
57
|
+
if (process.env.NODE_ENV !== "production") {
|
|
58
|
+
WeatherFrontCold.propTypes = iconPropTypes4cbeb95d.i;
|
|
59
|
+
}
|
|
60
|
+
const WeatherFrontStationary = /*#__PURE__*/React.forwardRef(function WeatherFrontStationary(_ref3, ref) {
|
|
61
|
+
let {
|
|
62
|
+
children,
|
|
63
|
+
size = 16,
|
|
64
|
+
...rest
|
|
65
|
+
} = _ref3;
|
|
66
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
67
|
+
width: size,
|
|
68
|
+
height: size,
|
|
69
|
+
ref: ref,
|
|
70
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
71
|
+
viewBox: "0 0 32 32",
|
|
72
|
+
fill: "currentColor",
|
|
73
|
+
...rest
|
|
74
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
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"
|
|
76
|
+
})), children);
|
|
77
|
+
});
|
|
78
|
+
if (process.env.NODE_ENV !== "production") {
|
|
79
|
+
WeatherFrontStationary.propTypes = iconPropTypes4cbeb95d.i;
|
|
80
|
+
}
|
|
81
|
+
const WeatherFrontWarm = /*#__PURE__*/React.forwardRef(function WeatherFrontWarm(_ref4, ref) {
|
|
82
|
+
let {
|
|
83
|
+
children,
|
|
84
|
+
size = 16,
|
|
85
|
+
...rest
|
|
86
|
+
} = _ref4;
|
|
87
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
88
|
+
width: size,
|
|
89
|
+
height: size,
|
|
90
|
+
ref: ref,
|
|
91
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
92
|
+
viewBox: "0 0 32 32",
|
|
93
|
+
fill: "currentColor",
|
|
94
|
+
...rest
|
|
95
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
96
|
+
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"
|
|
97
|
+
})), children);
|
|
98
|
+
});
|
|
99
|
+
if (process.env.NODE_ENV !== "production") {
|
|
100
|
+
WeatherFrontWarm.propTypes = iconPropTypes4cbeb95d.i;
|
|
101
|
+
}
|
|
102
|
+
const WeatherStation = /*#__PURE__*/React.forwardRef(function WeatherStation(_ref5, ref) {
|
|
103
|
+
let {
|
|
104
|
+
children,
|
|
105
|
+
size = 16,
|
|
106
|
+
...rest
|
|
107
|
+
} = _ref5;
|
|
108
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
109
|
+
width: size,
|
|
110
|
+
height: size,
|
|
111
|
+
ref: ref,
|
|
112
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
113
|
+
viewBox: "0 0 32 32",
|
|
114
|
+
fill: "currentColor",
|
|
115
|
+
...rest
|
|
116
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
117
|
+
d: "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"
|
|
118
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
119
|
+
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"
|
|
120
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
121
|
+
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"
|
|
122
|
+
})), children);
|
|
123
|
+
});
|
|
124
|
+
if (process.env.NODE_ENV !== "production") {
|
|
125
|
+
WeatherStation.propTypes = iconPropTypes4cbeb95d.i;
|
|
126
|
+
}
|
|
127
|
+
const WebServicesCluster = /*#__PURE__*/React.forwardRef(function WebServicesCluster(_ref6, ref) {
|
|
128
|
+
let {
|
|
129
|
+
children,
|
|
130
|
+
size = 16,
|
|
131
|
+
...rest
|
|
132
|
+
} = _ref6;
|
|
133
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
134
|
+
width: size,
|
|
135
|
+
height: size,
|
|
136
|
+
ref: ref,
|
|
137
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
138
|
+
viewBox: "0 0 32 32",
|
|
139
|
+
fill: "currentColor",
|
|
140
|
+
...rest
|
|
141
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
142
|
+
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"
|
|
143
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
144
|
+
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"
|
|
145
|
+
})), children);
|
|
146
|
+
});
|
|
147
|
+
if (process.env.NODE_ENV !== "production") {
|
|
148
|
+
WebServicesCluster.propTypes = iconPropTypes4cbeb95d.i;
|
|
149
|
+
}
|
|
150
|
+
const WebServicesContainer = /*#__PURE__*/React.forwardRef(function WebServicesContainer(_ref7, ref) {
|
|
151
|
+
let {
|
|
152
|
+
children,
|
|
153
|
+
size = 16,
|
|
154
|
+
...rest
|
|
155
|
+
} = _ref7;
|
|
156
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
157
|
+
width: size,
|
|
158
|
+
height: size,
|
|
159
|
+
ref: ref,
|
|
160
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
161
|
+
viewBox: "0 0 32 32",
|
|
162
|
+
fill: "currentColor",
|
|
163
|
+
...rest
|
|
164
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
165
|
+
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"
|
|
166
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
167
|
+
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"
|
|
168
|
+
})), children);
|
|
169
|
+
});
|
|
170
|
+
if (process.env.NODE_ENV !== "production") {
|
|
171
|
+
WebServicesContainer.propTypes = iconPropTypes4cbeb95d.i;
|
|
172
|
+
}
|
|
173
|
+
const WebServicesDefinition = /*#__PURE__*/React.forwardRef(function WebServicesDefinition(_ref8, ref) {
|
|
174
|
+
let {
|
|
175
|
+
children,
|
|
176
|
+
size = 16,
|
|
177
|
+
...rest
|
|
178
|
+
} = _ref8;
|
|
179
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
180
|
+
width: size,
|
|
181
|
+
height: size,
|
|
182
|
+
ref: ref,
|
|
183
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
184
|
+
viewBox: "0 0 32 32",
|
|
185
|
+
fill: "currentColor",
|
|
186
|
+
...rest
|
|
187
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
188
|
+
d: "M14 17H16V19H14zM14 13H18V15H14z"
|
|
189
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
190
|
+
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"
|
|
191
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
192
|
+
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"
|
|
193
|
+
})), children);
|
|
194
|
+
});
|
|
195
|
+
if (process.env.NODE_ENV !== "production") {
|
|
196
|
+
WebServicesDefinition.propTypes = iconPropTypes4cbeb95d.i;
|
|
197
|
+
}
|
|
198
|
+
const WebServicesService = /*#__PURE__*/React.forwardRef(function WebServicesService(_ref9, ref) {
|
|
199
|
+
let {
|
|
200
|
+
children,
|
|
201
|
+
size = 16,
|
|
202
|
+
...rest
|
|
203
|
+
} = _ref9;
|
|
204
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
205
|
+
width: size,
|
|
206
|
+
height: size,
|
|
207
|
+
ref: ref,
|
|
208
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
209
|
+
viewBox: "0 0 32 32",
|
|
210
|
+
fill: "currentColor",
|
|
211
|
+
...rest
|
|
212
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
213
|
+
d: "m23,18h-2v-7h-7v-2h8c.5522,0,1,.4478,1,1v8Z"
|
|
214
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
215
|
+
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"
|
|
216
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
217
|
+
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"
|
|
218
|
+
})), children);
|
|
219
|
+
});
|
|
220
|
+
if (process.env.NODE_ENV !== "production") {
|
|
221
|
+
WebServicesService.propTypes = iconPropTypes4cbeb95d.i;
|
|
222
|
+
}
|
|
223
|
+
const WebServicesTask = /*#__PURE__*/React.forwardRef(function WebServicesTask(_ref10, ref) {
|
|
224
|
+
let {
|
|
225
|
+
children,
|
|
226
|
+
size = 16,
|
|
227
|
+
...rest
|
|
228
|
+
} = _ref10;
|
|
229
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
230
|
+
width: size,
|
|
231
|
+
height: size,
|
|
232
|
+
ref: ref,
|
|
233
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
234
|
+
viewBox: "0 0 32 32",
|
|
235
|
+
fill: "currentColor",
|
|
236
|
+
...rest
|
|
237
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
238
|
+
d: "M20 20.18L18.41 18.59 17 20 20 23 25 18 23.59 16.59 20 20.18z"
|
|
239
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
240
|
+
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"
|
|
241
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
242
|
+
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"
|
|
243
|
+
})), children);
|
|
244
|
+
});
|
|
245
|
+
if (process.env.NODE_ENV !== "production") {
|
|
246
|
+
WebServicesTask.propTypes = iconPropTypes4cbeb95d.i;
|
|
247
|
+
}
|
|
248
|
+
const WebServicesTaskDefinitionVersion = /*#__PURE__*/React.forwardRef(function WebServicesTaskDefinitionVersion(_ref11, ref) {
|
|
249
|
+
let {
|
|
250
|
+
children,
|
|
251
|
+
size = 16,
|
|
252
|
+
...rest
|
|
253
|
+
} = _ref11;
|
|
254
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
255
|
+
width: size,
|
|
256
|
+
height: size,
|
|
257
|
+
ref: ref,
|
|
258
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
259
|
+
viewBox: "0 0 32 32",
|
|
260
|
+
fill: "currentColor",
|
|
261
|
+
...rest
|
|
262
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
263
|
+
d: "M24 15L22.25 15 20 22.0312 17.7917 15.0003 16 15.0003 18.5 23 21.5 23 24 15z"
|
|
264
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
265
|
+
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"
|
|
266
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
267
|
+
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"
|
|
268
|
+
})), children);
|
|
269
|
+
});
|
|
270
|
+
if (process.env.NODE_ENV !== "production") {
|
|
271
|
+
WebServicesTaskDefinitionVersion.propTypes = iconPropTypes4cbeb95d.i;
|
|
272
|
+
}
|
|
273
|
+
const Webhook = /*#__PURE__*/React.forwardRef(function Webhook(_ref12, ref) {
|
|
274
|
+
let {
|
|
275
|
+
children,
|
|
276
|
+
size = 16,
|
|
277
|
+
...rest
|
|
278
|
+
} = _ref12;
|
|
279
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
280
|
+
width: size,
|
|
281
|
+
height: size,
|
|
282
|
+
ref: ref,
|
|
283
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
284
|
+
viewBox: "0 0 32 32",
|
|
285
|
+
fill: "currentColor",
|
|
286
|
+
...rest
|
|
287
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
288
|
+
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"
|
|
289
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
290
|
+
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"
|
|
291
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
292
|
+
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"
|
|
293
|
+
})), children);
|
|
294
|
+
});
|
|
295
|
+
if (process.env.NODE_ENV !== "production") {
|
|
296
|
+
Webhook.propTypes = iconPropTypes4cbeb95d.i;
|
|
297
|
+
}
|
|
298
|
+
const Websheet = /*#__PURE__*/React.forwardRef(function Websheet(_ref13, ref) {
|
|
299
|
+
let {
|
|
300
|
+
children,
|
|
301
|
+
size = 16,
|
|
302
|
+
...rest
|
|
303
|
+
} = _ref13;
|
|
304
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
305
|
+
width: size,
|
|
306
|
+
height: size,
|
|
307
|
+
ref: ref,
|
|
308
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
309
|
+
viewBox: "0 0 32 32",
|
|
310
|
+
fill: "currentColor",
|
|
311
|
+
...rest
|
|
312
|
+
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
313
|
+
cx: "24",
|
|
314
|
+
cy: "24",
|
|
315
|
+
r: "2"
|
|
316
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
317
|
+
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"
|
|
318
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
319
|
+
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"
|
|
320
|
+
})), children);
|
|
321
|
+
});
|
|
322
|
+
if (process.env.NODE_ENV !== "production") {
|
|
323
|
+
Websheet.propTypes = iconPropTypes4cbeb95d.i;
|
|
324
|
+
}
|
|
325
|
+
const Wheat = /*#__PURE__*/React.forwardRef(function Wheat(_ref14, ref) {
|
|
326
|
+
let {
|
|
327
|
+
children,
|
|
328
|
+
size = 16,
|
|
329
|
+
...rest
|
|
330
|
+
} = _ref14;
|
|
331
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
332
|
+
width: size,
|
|
333
|
+
height: size,
|
|
334
|
+
ref: ref,
|
|
335
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
336
|
+
viewBox: "0 0 32 32",
|
|
337
|
+
fill: "currentColor",
|
|
338
|
+
...rest
|
|
339
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
340
|
+
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"
|
|
341
|
+
})), children);
|
|
342
|
+
});
|
|
343
|
+
if (process.env.NODE_ENV !== "production") {
|
|
344
|
+
Wheat.propTypes = iconPropTypes4cbeb95d.i;
|
|
345
|
+
}
|
|
346
|
+
const WhitePaper = /*#__PURE__*/React.forwardRef(function WhitePaper(_ref15, ref) {
|
|
347
|
+
let {
|
|
348
|
+
children,
|
|
349
|
+
size = 16,
|
|
350
|
+
...rest
|
|
351
|
+
} = _ref15;
|
|
352
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
353
|
+
width: size,
|
|
354
|
+
height: size,
|
|
355
|
+
ref: ref,
|
|
356
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
357
|
+
viewBox: "0 0 32 32",
|
|
358
|
+
fill: "currentColor",
|
|
359
|
+
...rest
|
|
360
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
361
|
+
d: "M22 27.1798L19.41 24.5899 18 26 22 30 30 22 28.5899 20.59 22 27.1798zM9 17H16V19H9zM9 12H21V14H9zM9 7H21V9H9z"
|
|
362
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
363
|
+
d: "m16,30H6c-1.103,0-2-.8972-2-2V4c0-1.1028.897-2,2-2h18c1.103,0,2,.8972,2,2v15h-2V4H6v24h10v2Z"
|
|
364
|
+
})), children);
|
|
365
|
+
});
|
|
366
|
+
if (process.env.NODE_ENV !== "production") {
|
|
367
|
+
WhitePaper.propTypes = iconPropTypes4cbeb95d.i;
|
|
368
|
+
}
|
|
369
|
+
const Wifi = /*#__PURE__*/React.forwardRef(function Wifi(_ref16, ref) {
|
|
370
|
+
let {
|
|
371
|
+
children,
|
|
372
|
+
size = 16,
|
|
373
|
+
...rest
|
|
374
|
+
} = _ref16;
|
|
375
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
376
|
+
width: size,
|
|
377
|
+
height: size,
|
|
378
|
+
ref: ref,
|
|
379
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
380
|
+
viewBox: "0 0 32 32",
|
|
381
|
+
fill: "currentColor",
|
|
382
|
+
...rest
|
|
383
|
+
}, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
384
|
+
cx: "16",
|
|
385
|
+
cy: "25",
|
|
386
|
+
r: "2"
|
|
387
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
388
|
+
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"
|
|
389
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
390
|
+
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"
|
|
391
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
392
|
+
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"
|
|
393
|
+
})), children);
|
|
394
|
+
});
|
|
395
|
+
if (process.env.NODE_ENV !== "production") {
|
|
396
|
+
Wifi.propTypes = iconPropTypes4cbeb95d.i;
|
|
397
|
+
}
|
|
398
|
+
const WifiController = /*#__PURE__*/React.forwardRef(function WifiController(_ref17, ref) {
|
|
399
|
+
let {
|
|
400
|
+
children,
|
|
401
|
+
size = 16,
|
|
402
|
+
...rest
|
|
403
|
+
} = _ref17;
|
|
404
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
405
|
+
width: size,
|
|
406
|
+
height: size,
|
|
407
|
+
ref: ref,
|
|
408
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
409
|
+
viewBox: "0 0 32 32",
|
|
410
|
+
fill: "currentColor",
|
|
411
|
+
...rest
|
|
412
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
413
|
+
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"
|
|
414
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
415
|
+
cx: "9",
|
|
416
|
+
cy: "25",
|
|
417
|
+
r: "1"
|
|
418
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
419
|
+
cx: "16",
|
|
420
|
+
cy: "14.5",
|
|
421
|
+
r: "1.5"
|
|
422
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
423
|
+
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"
|
|
424
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
425
|
+
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"
|
|
426
|
+
})), children);
|
|
427
|
+
});
|
|
428
|
+
if (process.env.NODE_ENV !== "production") {
|
|
429
|
+
WifiController.propTypes = iconPropTypes4cbeb95d.i;
|
|
430
|
+
}
|
|
431
|
+
const WifiNotSecure = /*#__PURE__*/React.forwardRef(function WifiNotSecure(_ref18, ref) {
|
|
432
|
+
let {
|
|
433
|
+
children,
|
|
434
|
+
size = 16,
|
|
435
|
+
...rest
|
|
436
|
+
} = _ref18;
|
|
437
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
438
|
+
width: size,
|
|
439
|
+
height: size,
|
|
440
|
+
ref: ref,
|
|
441
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
442
|
+
viewBox: "0 0 32 32",
|
|
443
|
+
fill: "currentColor",
|
|
444
|
+
...rest
|
|
445
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
446
|
+
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"
|
|
447
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
448
|
+
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"
|
|
449
|
+
})), children);
|
|
450
|
+
});
|
|
451
|
+
if (process.env.NODE_ENV !== "production") {
|
|
452
|
+
WifiNotSecure.propTypes = iconPropTypes4cbeb95d.i;
|
|
453
|
+
}
|
|
454
|
+
const WifiOff = /*#__PURE__*/React.forwardRef(function WifiOff(_ref19, ref) {
|
|
455
|
+
let {
|
|
456
|
+
children,
|
|
457
|
+
size = 16,
|
|
458
|
+
...rest
|
|
459
|
+
} = _ref19;
|
|
460
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
461
|
+
width: size,
|
|
462
|
+
height: size,
|
|
463
|
+
ref: ref,
|
|
464
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
465
|
+
viewBox: "0 0 32 32",
|
|
466
|
+
fill: "currentColor",
|
|
467
|
+
...rest
|
|
468
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
469
|
+
cx: "16",
|
|
470
|
+
cy: "25",
|
|
471
|
+
r: "2"
|
|
472
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
473
|
+
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"
|
|
474
|
+
})), children);
|
|
475
|
+
});
|
|
476
|
+
if (process.env.NODE_ENV !== "production") {
|
|
477
|
+
WifiOff.propTypes = iconPropTypes4cbeb95d.i;
|
|
478
|
+
}
|
|
479
|
+
const WifiSecure = /*#__PURE__*/React.forwardRef(function WifiSecure(_ref20, ref) {
|
|
480
|
+
let {
|
|
481
|
+
children,
|
|
482
|
+
size = 16,
|
|
483
|
+
...rest
|
|
484
|
+
} = _ref20;
|
|
485
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
486
|
+
width: size,
|
|
487
|
+
height: size,
|
|
488
|
+
ref: ref,
|
|
489
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
490
|
+
viewBox: "0 0 32 32",
|
|
491
|
+
fill: "currentColor",
|
|
492
|
+
...rest
|
|
493
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
494
|
+
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"
|
|
495
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
496
|
+
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"
|
|
497
|
+
})), children);
|
|
498
|
+
});
|
|
499
|
+
if (process.env.NODE_ENV !== "production") {
|
|
500
|
+
WifiSecure.propTypes = iconPropTypes4cbeb95d.i;
|
|
501
|
+
}
|
|
502
|
+
const WifiBridge = /*#__PURE__*/React.forwardRef(function WifiBridge(_ref21, ref) {
|
|
503
|
+
let {
|
|
504
|
+
children,
|
|
505
|
+
size = 16,
|
|
506
|
+
...rest
|
|
507
|
+
} = _ref21;
|
|
508
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
509
|
+
width: size,
|
|
510
|
+
height: size,
|
|
511
|
+
ref: ref,
|
|
512
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
513
|
+
viewBox: "0 0 32 32",
|
|
514
|
+
fill: "currentColor",
|
|
515
|
+
...rest
|
|
516
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
517
|
+
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"
|
|
518
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
519
|
+
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"
|
|
520
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
521
|
+
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"
|
|
522
|
+
})), children);
|
|
523
|
+
});
|
|
524
|
+
if (process.env.NODE_ENV !== "production") {
|
|
525
|
+
WifiBridge.propTypes = iconPropTypes4cbeb95d.i;
|
|
526
|
+
}
|
|
527
|
+
const WifiBridgeAlt = /*#__PURE__*/React.forwardRef(function WifiBridgeAlt(_ref22, ref) {
|
|
528
|
+
let {
|
|
529
|
+
children,
|
|
530
|
+
size = 16,
|
|
531
|
+
...rest
|
|
532
|
+
} = _ref22;
|
|
533
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
534
|
+
width: size,
|
|
535
|
+
height: size,
|
|
536
|
+
ref: ref,
|
|
537
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
538
|
+
viewBox: "0 0 32 32",
|
|
539
|
+
fill: "currentColor",
|
|
540
|
+
...rest
|
|
541
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
542
|
+
d: "M13,26H11a5.0057,5.0057,0,0,0-5-5V19A7.0078,7.0078,0,0,1,13,26Z"
|
|
543
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
544
|
+
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"
|
|
545
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
546
|
+
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"
|
|
547
|
+
})), children);
|
|
548
|
+
});
|
|
549
|
+
if (process.env.NODE_ENV !== "production") {
|
|
550
|
+
WifiBridgeAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
551
|
+
}
|
|
552
|
+
const Wikis = /*#__PURE__*/React.forwardRef(function Wikis(_ref23, ref) {
|
|
553
|
+
let {
|
|
554
|
+
children,
|
|
555
|
+
size = 16,
|
|
556
|
+
...rest
|
|
557
|
+
} = _ref23;
|
|
558
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
559
|
+
width: size,
|
|
560
|
+
height: size,
|
|
561
|
+
ref: ref,
|
|
562
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
563
|
+
viewBox: "0 0 32 32",
|
|
564
|
+
fill: "currentColor",
|
|
565
|
+
...rest
|
|
566
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
567
|
+
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"
|
|
568
|
+
})), children);
|
|
569
|
+
});
|
|
570
|
+
if (process.env.NODE_ENV !== "production") {
|
|
571
|
+
Wikis.propTypes = iconPropTypes4cbeb95d.i;
|
|
572
|
+
}
|
|
573
|
+
const WindGusts = /*#__PURE__*/React.forwardRef(function WindGusts(_ref24, ref) {
|
|
574
|
+
let {
|
|
575
|
+
children,
|
|
576
|
+
size = 16,
|
|
577
|
+
...rest
|
|
578
|
+
} = _ref24;
|
|
579
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
580
|
+
width: size,
|
|
581
|
+
height: size,
|
|
582
|
+
ref: ref,
|
|
583
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
584
|
+
viewBox: "0 0 32 32",
|
|
585
|
+
fill: "currentColor",
|
|
586
|
+
...rest
|
|
587
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
588
|
+
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"
|
|
589
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
590
|
+
d: "M20,22a4,4,0,0,0-8,0h2a2,2,0,1,1,2,2H8v2h8A4.0045,4.0045,0,0,0,20,22Z"
|
|
591
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
592
|
+
d: "M26,22a4.0045,4.0045,0,0,0-4,4h2a2,2,0,1,1,2,2H12v2H26a4,4,0,0,0,0-8Z"
|
|
593
|
+
})), children);
|
|
594
|
+
});
|
|
595
|
+
if (process.env.NODE_ENV !== "production") {
|
|
596
|
+
WindGusts.propTypes = iconPropTypes4cbeb95d.i;
|
|
597
|
+
}
|
|
598
|
+
const WindPower = /*#__PURE__*/React.forwardRef(function WindPower(_ref25, ref) {
|
|
599
|
+
let {
|
|
600
|
+
children,
|
|
601
|
+
size = 16,
|
|
602
|
+
...rest
|
|
603
|
+
} = _ref25;
|
|
604
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
605
|
+
width: size,
|
|
606
|
+
height: size,
|
|
607
|
+
ref: ref,
|
|
608
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
609
|
+
viewBox: "0 0 32 32",
|
|
610
|
+
fill: "currentColor",
|
|
611
|
+
...rest
|
|
612
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
613
|
+
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"
|
|
614
|
+
})), children);
|
|
615
|
+
});
|
|
616
|
+
if (process.env.NODE_ENV !== "production") {
|
|
617
|
+
WindPower.propTypes = iconPropTypes4cbeb95d.i;
|
|
618
|
+
}
|
|
619
|
+
const WindStream = /*#__PURE__*/React.forwardRef(function WindStream(_ref26, ref) {
|
|
620
|
+
let {
|
|
621
|
+
children,
|
|
622
|
+
size = 16,
|
|
623
|
+
...rest
|
|
624
|
+
} = _ref26;
|
|
625
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
626
|
+
width: size,
|
|
627
|
+
height: size,
|
|
628
|
+
ref: ref,
|
|
629
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
630
|
+
viewBox: "0 0 32 32",
|
|
631
|
+
fill: "currentColor",
|
|
632
|
+
...rest
|
|
633
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
634
|
+
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"
|
|
635
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
636
|
+
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"
|
|
637
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
638
|
+
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"
|
|
639
|
+
})), children);
|
|
640
|
+
});
|
|
641
|
+
if (process.env.NODE_ENV !== "production") {
|
|
642
|
+
WindStream.propTypes = iconPropTypes4cbeb95d.i;
|
|
643
|
+
}
|
|
644
|
+
const WatsonHealthWindowAuto = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowAuto(_ref27, ref) {
|
|
645
|
+
let {
|
|
646
|
+
children,
|
|
647
|
+
size = 16,
|
|
648
|
+
...rest
|
|
649
|
+
} = _ref27;
|
|
650
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
651
|
+
width: size,
|
|
652
|
+
height: size,
|
|
653
|
+
ref: ref,
|
|
654
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
655
|
+
viewBox: "0 0 32 32",
|
|
656
|
+
fill: "currentColor",
|
|
657
|
+
...rest
|
|
658
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
659
|
+
d: "M15 4H17V7H15zM25 15H28V17H25zM15 25H17V28H15zM4 15H7V17H4z"
|
|
660
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
661
|
+
d: "M7.55 7.04H9.55V10.04H7.55z",
|
|
662
|
+
transform: "rotate(-45 8.55 8.548)"
|
|
663
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
664
|
+
d: "M21.96 7.55H24.96V9.55H21.96z",
|
|
665
|
+
transform: "rotate(-45 23.454 8.555)"
|
|
666
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
667
|
+
d: "M22.45 21.95H24.45V24.95H22.45z",
|
|
668
|
+
transform: "rotate(-45 23.452 23.446)"
|
|
669
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
670
|
+
d: "M7.05 22.45H10.05V24.45H7.05z",
|
|
671
|
+
transform: "rotate(-45 8.544 23.451)"
|
|
672
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
673
|
+
d: "M4 30H28V32H4zM4 0H28V2H4zM16 10a6 6 0 106 6A6 6 0 0016 10zm-4 6a4 4 0 014-4v8A4 4 0 0112 16z"
|
|
674
|
+
})), children);
|
|
675
|
+
});
|
|
676
|
+
if (process.env.NODE_ENV !== "production") {
|
|
677
|
+
WatsonHealthWindowAuto.propTypes = iconPropTypes4cbeb95d.i;
|
|
678
|
+
}
|
|
679
|
+
const WatsonHealthWindowBase = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowBase(_ref28, ref) {
|
|
680
|
+
let {
|
|
681
|
+
children,
|
|
682
|
+
size = 16,
|
|
683
|
+
...rest
|
|
684
|
+
} = _ref28;
|
|
685
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
686
|
+
width: size,
|
|
687
|
+
height: size,
|
|
688
|
+
ref: ref,
|
|
689
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
690
|
+
viewBox: "0 0 32 32",
|
|
691
|
+
fill: "currentColor",
|
|
692
|
+
...rest
|
|
693
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
694
|
+
d: "M15 2H17V5H15zM25 13H28V15H25zM15 23H17V26H15zM4 13H7V15H4z"
|
|
695
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
696
|
+
d: "M7.55 5.03H9.55V8.030000000000001H7.55z",
|
|
697
|
+
transform: "rotate(-45 8.56 6.544)"
|
|
698
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
699
|
+
d: "M21.96 5.54H24.96V7.54H21.96z",
|
|
700
|
+
transform: "rotate(-45 23.469 6.539)"
|
|
701
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
702
|
+
d: "M22.46 19.94H24.46V22.94H22.46z",
|
|
703
|
+
transform: "rotate(-45 23.462 21.442)"
|
|
704
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
705
|
+
d: "M7.04 20.45H10.04V22.45H7.04z",
|
|
706
|
+
transform: "rotate(-45 8.554 21.447)"
|
|
707
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
708
|
+
d: "M4 28H28V30H4zM16 20a6 6 0 10-6-6A6 6 0 0016 20zm0-10v8a4 4 0 010-8z"
|
|
709
|
+
})), children);
|
|
710
|
+
});
|
|
711
|
+
if (process.env.NODE_ENV !== "production") {
|
|
712
|
+
WatsonHealthWindowBase.propTypes = iconPropTypes4cbeb95d.i;
|
|
713
|
+
}
|
|
714
|
+
const WatsonHealthWindowBlackSaturation = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowBlackSaturation(_ref29, ref) {
|
|
715
|
+
let {
|
|
716
|
+
children,
|
|
717
|
+
size = 16,
|
|
718
|
+
...rest
|
|
719
|
+
} = _ref29;
|
|
720
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
721
|
+
width: size,
|
|
722
|
+
height: size,
|
|
723
|
+
ref: ref,
|
|
724
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
725
|
+
viewBox: "0 0 32 32",
|
|
726
|
+
fill: "currentColor",
|
|
727
|
+
...rest
|
|
728
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
729
|
+
d: "M15 2H17V5H15zM27 15H30V17H27zM15 27H17V30H15zM2 15H5V17H2z"
|
|
730
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
731
|
+
d: "M6.225 5.729H8.228V8.732H6.225z",
|
|
732
|
+
transform: "rotate(-45 7.227 7.23)"
|
|
733
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
734
|
+
d: "M23.267 6.227H26.267V8.227H23.267z",
|
|
735
|
+
transform: "rotate(-45 24.767 7.227)"
|
|
736
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
737
|
+
d: "M23.769 23.269H25.770999999999997V26.270999999999997H23.769z",
|
|
738
|
+
transform: "rotate(-44.999 24.77 24.77)"
|
|
739
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
740
|
+
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"
|
|
741
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
742
|
+
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"
|
|
743
|
+
})), children);
|
|
744
|
+
});
|
|
745
|
+
if (process.env.NODE_ENV !== "production") {
|
|
746
|
+
WatsonHealthWindowBlackSaturation.propTypes = iconPropTypes4cbeb95d.i;
|
|
747
|
+
}
|
|
748
|
+
const WatsonHealthWindowOverlay = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowOverlay(_ref30, ref) {
|
|
749
|
+
let {
|
|
750
|
+
children,
|
|
751
|
+
size = 16,
|
|
752
|
+
...rest
|
|
753
|
+
} = _ref30;
|
|
754
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
755
|
+
width: size,
|
|
756
|
+
height: size,
|
|
757
|
+
ref: ref,
|
|
758
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
759
|
+
viewBox: "0 0 32 32",
|
|
760
|
+
fill: "currentColor",
|
|
761
|
+
...rest
|
|
762
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
763
|
+
d: "M15 6H17V9H15zM25 17H28V19H25zM15 27H17V30H15zM4 17H7V19H4z"
|
|
764
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
765
|
+
d: "M7.55 9.03H9.55V12.03H7.55z",
|
|
766
|
+
transform: "rotate(-45 8.558 10.545)"
|
|
767
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
768
|
+
d: "M21.96 9.54H24.96V11.54H21.96z",
|
|
769
|
+
transform: "rotate(-45 23.466 10.54)"
|
|
770
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
771
|
+
d: "M22.46 23.94H24.46V26.94H22.46z",
|
|
772
|
+
transform: "rotate(-45 23.459 25.443)"
|
|
773
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
774
|
+
d: "M7.04 24.45H10.04V26.45H7.04z",
|
|
775
|
+
transform: "rotate(-45 8.55 25.448)"
|
|
776
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
777
|
+
d: "M4 2H28V4H4zM16 24a6 6 0 10-6-6A6 6 0 0016 24zm0-10v8a4 4 0 010-8z"
|
|
778
|
+
})), children);
|
|
779
|
+
});
|
|
780
|
+
if (process.env.NODE_ENV !== "production") {
|
|
781
|
+
WatsonHealthWindowOverlay.propTypes = iconPropTypes4cbeb95d.i;
|
|
782
|
+
}
|
|
783
|
+
const WatsonHealthWindowPreset = /*#__PURE__*/React.forwardRef(function WatsonHealthWindowPreset(_ref31, ref) {
|
|
784
|
+
let {
|
|
785
|
+
children,
|
|
786
|
+
size = 16,
|
|
787
|
+
...rest
|
|
788
|
+
} = _ref31;
|
|
789
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
790
|
+
width: size,
|
|
791
|
+
height: size,
|
|
792
|
+
ref: ref,
|
|
793
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
794
|
+
viewBox: "0 0 32 32",
|
|
795
|
+
fill: "currentColor",
|
|
796
|
+
...rest
|
|
797
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
798
|
+
d: "M15 6H17V8H15zM24 15H26V17H24zM15 24H17V26H15zM6 15H8V17H6z"
|
|
799
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
800
|
+
d: "M8.586 8.586H10.586V10.586H8.586z",
|
|
801
|
+
transform: "rotate(-45 9.586 9.586)"
|
|
802
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
803
|
+
d: "M21.414 8.586H23.414V10.586H21.414z",
|
|
804
|
+
transform: "rotate(-45 22.414 9.586)"
|
|
805
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
806
|
+
d: "M21.414 21.414H23.414V23.414H21.414z",
|
|
807
|
+
transform: "rotate(-45 22.414 22.414)"
|
|
808
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
809
|
+
d: "M8.586 21.414H10.586V23.414H8.586z",
|
|
810
|
+
transform: "rotate(-45 9.586 22.414)"
|
|
811
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
812
|
+
d: "M16,22a6,6,0,1,0-6-6A6,6,0,0,0,16,22Zm0-10v8a4,4,0,0,1,0-8Z"
|
|
813
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
814
|
+
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"
|
|
815
|
+
})), children);
|
|
816
|
+
});
|
|
817
|
+
if (process.env.NODE_ENV !== "production") {
|
|
818
|
+
WatsonHealthWindowPreset.propTypes = iconPropTypes4cbeb95d.i;
|
|
819
|
+
}
|
|
820
|
+
const Windy = /*#__PURE__*/React.forwardRef(function Windy(_ref32, ref) {
|
|
821
|
+
let {
|
|
822
|
+
children,
|
|
823
|
+
size = 16,
|
|
824
|
+
...rest
|
|
825
|
+
} = _ref32;
|
|
826
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
827
|
+
width: size,
|
|
828
|
+
height: size,
|
|
829
|
+
ref: ref,
|
|
830
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
831
|
+
viewBox: "0 0 32 32",
|
|
832
|
+
fill: "currentColor",
|
|
833
|
+
...rest
|
|
834
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
835
|
+
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"
|
|
836
|
+
})), children);
|
|
837
|
+
});
|
|
838
|
+
if (process.env.NODE_ENV !== "production") {
|
|
839
|
+
Windy.propTypes = iconPropTypes4cbeb95d.i;
|
|
840
|
+
}
|
|
841
|
+
const WindyDust = /*#__PURE__*/React.forwardRef(function WindyDust(_ref33, ref) {
|
|
842
|
+
let {
|
|
843
|
+
children,
|
|
844
|
+
size = 16,
|
|
845
|
+
...rest
|
|
846
|
+
} = _ref33;
|
|
847
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
848
|
+
width: size,
|
|
849
|
+
height: size,
|
|
850
|
+
ref: ref,
|
|
851
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
852
|
+
viewBox: "0 0 32 32",
|
|
853
|
+
fill: "currentColor",
|
|
854
|
+
...rest
|
|
855
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
856
|
+
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"
|
|
857
|
+
})), children);
|
|
858
|
+
});
|
|
859
|
+
if (process.env.NODE_ENV !== "production") {
|
|
860
|
+
WindyDust.propTypes = iconPropTypes4cbeb95d.i;
|
|
861
|
+
}
|
|
862
|
+
const WindySnow = /*#__PURE__*/React.forwardRef(function WindySnow(_ref34, ref) {
|
|
863
|
+
let {
|
|
864
|
+
children,
|
|
865
|
+
size = 16,
|
|
866
|
+
...rest
|
|
867
|
+
} = _ref34;
|
|
868
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
869
|
+
width: size,
|
|
870
|
+
height: size,
|
|
871
|
+
ref: ref,
|
|
872
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
873
|
+
viewBox: "0 0 32 32",
|
|
874
|
+
fill: "currentColor",
|
|
875
|
+
...rest
|
|
876
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
877
|
+
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"
|
|
878
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
879
|
+
d: "M11 23H13V25H11zM13 25H15V27H13zM15 27H17V29H15zM15 23H17V25H15zM11 27H13V29H11zM6 4H8V6H6zM8 6H10V8H8zM10 8H12V10H10zM10 4H12V6H10zM6 8H8V10H6zM2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2z"
|
|
880
|
+
})), children);
|
|
881
|
+
});
|
|
882
|
+
if (process.env.NODE_ENV !== "production") {
|
|
883
|
+
WindySnow.propTypes = iconPropTypes4cbeb95d.i;
|
|
884
|
+
}
|
|
885
|
+
const WindyStrong = /*#__PURE__*/React.forwardRef(function WindyStrong(_ref35, ref) {
|
|
886
|
+
let {
|
|
887
|
+
children,
|
|
888
|
+
size = 16,
|
|
889
|
+
...rest
|
|
890
|
+
} = _ref35;
|
|
891
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
892
|
+
width: size,
|
|
893
|
+
height: size,
|
|
894
|
+
ref: ref,
|
|
895
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
896
|
+
viewBox: "0 0 32 32",
|
|
897
|
+
fill: "currentColor",
|
|
898
|
+
...rest
|
|
899
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
31
900
|
d: "M13,30a5.0057,5.0057,0,0,1-5-5h2a3,3,0,1,0,3-3H4V20h9a5,5,0,0,1,0,10Z"
|
|
32
|
-
})),
|
|
901
|
+
})), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
33
902
|
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"
|
|
34
903
|
})), children);
|
|
35
904
|
});
|
|
36
905
|
if (process.env.NODE_ENV !== "production") {
|
|
37
906
|
WindyStrong.propTypes = iconPropTypes4cbeb95d.i;
|
|
38
907
|
}
|
|
39
|
-
const WinterWarning = /*#__PURE__*/React.forwardRef(function WinterWarning(
|
|
908
|
+
const WinterWarning = /*#__PURE__*/React.forwardRef(function WinterWarning(_ref36, ref) {
|
|
40
909
|
let {
|
|
41
910
|
children,
|
|
42
911
|
size = 16,
|
|
43
912
|
...rest
|
|
44
|
-
} =
|
|
913
|
+
} = _ref36;
|
|
45
914
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
46
915
|
width: size,
|
|
47
916
|
height: size,
|
|
@@ -50,24 +919,24 @@ const WinterWarning = /*#__PURE__*/React.forwardRef(function WinterWarning(_ref2
|
|
|
50
919
|
viewBox: "0 0 32 32",
|
|
51
920
|
fill: "currentColor",
|
|
52
921
|
...rest
|
|
53
|
-
},
|
|
922
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
54
923
|
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"
|
|
55
|
-
})),
|
|
924
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
56
925
|
fill: "none",
|
|
57
926
|
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
58
|
-
})),
|
|
927
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
59
928
|
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"
|
|
60
929
|
})), children);
|
|
61
930
|
});
|
|
62
931
|
if (process.env.NODE_ENV !== "production") {
|
|
63
932
|
WinterWarning.propTypes = iconPropTypes4cbeb95d.i;
|
|
64
933
|
}
|
|
65
|
-
const WintryMix = /*#__PURE__*/React.forwardRef(function WintryMix(
|
|
934
|
+
const WintryMix = /*#__PURE__*/React.forwardRef(function WintryMix(_ref37, ref) {
|
|
66
935
|
let {
|
|
67
936
|
children,
|
|
68
937
|
size = 16,
|
|
69
938
|
...rest
|
|
70
|
-
} =
|
|
939
|
+
} = _ref37;
|
|
71
940
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
72
941
|
width: size,
|
|
73
942
|
height: size,
|
|
@@ -76,21 +945,21 @@ const WintryMix = /*#__PURE__*/React.forwardRef(function WintryMix(_ref3, ref) {
|
|
|
76
945
|
viewBox: "0 0 32 32",
|
|
77
946
|
fill: "currentColor",
|
|
78
947
|
...rest
|
|
79
|
-
},
|
|
948
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
80
949
|
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"
|
|
81
|
-
})),
|
|
950
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
82
951
|
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"
|
|
83
952
|
})), children);
|
|
84
953
|
});
|
|
85
954
|
if (process.env.NODE_ENV !== "production") {
|
|
86
955
|
WintryMix.propTypes = iconPropTypes4cbeb95d.i;
|
|
87
956
|
}
|
|
88
|
-
const WirelessCheckout = /*#__PURE__*/React.forwardRef(function WirelessCheckout(
|
|
957
|
+
const WirelessCheckout = /*#__PURE__*/React.forwardRef(function WirelessCheckout(_ref38, ref) {
|
|
89
958
|
let {
|
|
90
959
|
children,
|
|
91
960
|
size = 16,
|
|
92
961
|
...rest
|
|
93
|
-
} =
|
|
962
|
+
} = _ref38;
|
|
94
963
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
95
964
|
width: size,
|
|
96
965
|
height: size,
|
|
@@ -99,23 +968,23 @@ const WirelessCheckout = /*#__PURE__*/React.forwardRef(function WirelessCheckout
|
|
|
99
968
|
viewBox: "0 0 32 32",
|
|
100
969
|
fill: "currentColor",
|
|
101
970
|
...rest
|
|
102
|
-
},
|
|
971
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
103
972
|
d: "M18,28V26A10,10,0,0,0,28,16h2A12,12,0,0,1,18,28Z"
|
|
104
|
-
})),
|
|
973
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
105
974
|
d: "M18,23V21a5,5,0,0,0,5-5h2A7,7,0,0,1,18,23Z"
|
|
106
|
-
})),
|
|
975
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
107
976
|
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"
|
|
108
977
|
})), children);
|
|
109
978
|
});
|
|
110
979
|
if (process.env.NODE_ENV !== "production") {
|
|
111
980
|
WirelessCheckout.propTypes = iconPropTypes4cbeb95d.i;
|
|
112
981
|
}
|
|
113
|
-
const Wmv = /*#__PURE__*/React.forwardRef(function Wmv(
|
|
982
|
+
const Wmv = /*#__PURE__*/React.forwardRef(function Wmv(_ref39, ref) {
|
|
114
983
|
let {
|
|
115
984
|
children,
|
|
116
985
|
size = 16,
|
|
117
986
|
...rest
|
|
118
|
-
} =
|
|
987
|
+
} = _ref39;
|
|
119
988
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
120
989
|
width: size,
|
|
121
990
|
height: size,
|
|
@@ -124,19 +993,19 @@ const Wmv = /*#__PURE__*/React.forwardRef(function Wmv(_ref5, ref) {
|
|
|
124
993
|
viewBox: "0 0 32 32",
|
|
125
994
|
fill: "currentColor",
|
|
126
995
|
...rest
|
|
127
|
-
},
|
|
996
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
128
997
|
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"
|
|
129
998
|
})), children);
|
|
130
999
|
});
|
|
131
1000
|
if (process.env.NODE_ENV !== "production") {
|
|
132
1001
|
Wmv.propTypes = iconPropTypes4cbeb95d.i;
|
|
133
1002
|
}
|
|
134
|
-
const WordCloud = /*#__PURE__*/React.forwardRef(function WordCloud(
|
|
1003
|
+
const WordCloud = /*#__PURE__*/React.forwardRef(function WordCloud(_ref40, ref) {
|
|
135
1004
|
let {
|
|
136
1005
|
children,
|
|
137
1006
|
size = 16,
|
|
138
1007
|
...rest
|
|
139
|
-
} =
|
|
1008
|
+
} = _ref40;
|
|
140
1009
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
141
1010
|
width: size,
|
|
142
1011
|
height: size,
|
|
@@ -145,21 +1014,21 @@ const WordCloud = /*#__PURE__*/React.forwardRef(function WordCloud(_ref6, ref) {
|
|
|
145
1014
|
viewBox: "0 0 32 32",
|
|
146
1015
|
fill: "currentColor",
|
|
147
1016
|
...rest
|
|
148
|
-
},
|
|
1017
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
149
1018
|
d: "M10 16H22V18H10zM10 20H18V22H10z"
|
|
150
|
-
})),
|
|
1019
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
151
1020
|
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"
|
|
152
1021
|
})), children);
|
|
153
1022
|
});
|
|
154
1023
|
if (process.env.NODE_ENV !== "production") {
|
|
155
1024
|
WordCloud.propTypes = iconPropTypes4cbeb95d.i;
|
|
156
1025
|
}
|
|
157
|
-
const WorkflowAutomation = /*#__PURE__*/React.forwardRef(function WorkflowAutomation(
|
|
1026
|
+
const WorkflowAutomation = /*#__PURE__*/React.forwardRef(function WorkflowAutomation(_ref41, ref) {
|
|
158
1027
|
let {
|
|
159
1028
|
children,
|
|
160
1029
|
size = 16,
|
|
161
1030
|
...rest
|
|
162
|
-
} =
|
|
1031
|
+
} = _ref41;
|
|
163
1032
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
164
1033
|
width: size,
|
|
165
1034
|
height: size,
|
|
@@ -175,12 +1044,12 @@ const WorkflowAutomation = /*#__PURE__*/React.forwardRef(function WorkflowAutoma
|
|
|
175
1044
|
if (process.env.NODE_ENV !== "production") {
|
|
176
1045
|
WorkflowAutomation.propTypes = iconPropTypes4cbeb95d.i;
|
|
177
1046
|
}
|
|
178
|
-
const Workspace = /*#__PURE__*/React.forwardRef(function Workspace(
|
|
1047
|
+
const Workspace = /*#__PURE__*/React.forwardRef(function Workspace(_ref42, ref) {
|
|
179
1048
|
let {
|
|
180
1049
|
children,
|
|
181
1050
|
size = 16,
|
|
182
1051
|
...rest
|
|
183
|
-
} =
|
|
1052
|
+
} = _ref42;
|
|
184
1053
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
185
1054
|
width: size,
|
|
186
1055
|
height: size,
|
|
@@ -189,19 +1058,19 @@ const Workspace = /*#__PURE__*/React.forwardRef(function Workspace(_ref8, ref) {
|
|
|
189
1058
|
viewBox: "0 0 32 32",
|
|
190
1059
|
fill: "currentColor",
|
|
191
1060
|
...rest
|
|
192
|
-
},
|
|
1061
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
193
1062
|
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"
|
|
194
1063
|
})), children);
|
|
195
1064
|
});
|
|
196
1065
|
if (process.env.NODE_ENV !== "production") {
|
|
197
1066
|
Workspace.propTypes = iconPropTypes4cbeb95d.i;
|
|
198
1067
|
}
|
|
199
|
-
const WorkspaceImport = /*#__PURE__*/React.forwardRef(function WorkspaceImport(
|
|
1068
|
+
const WorkspaceImport = /*#__PURE__*/React.forwardRef(function WorkspaceImport(_ref43, ref) {
|
|
200
1069
|
let {
|
|
201
1070
|
children,
|
|
202
1071
|
size = 16,
|
|
203
1072
|
...rest
|
|
204
|
-
} =
|
|
1073
|
+
} = _ref43;
|
|
205
1074
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
206
1075
|
width: size,
|
|
207
1076
|
height: size,
|
|
@@ -210,19 +1079,19 @@ const WorkspaceImport = /*#__PURE__*/React.forwardRef(function WorkspaceImport(_
|
|
|
210
1079
|
viewBox: "0 0 32 32",
|
|
211
1080
|
fill: "currentColor",
|
|
212
1081
|
...rest
|
|
213
|
-
},
|
|
1082
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
214
1083
|
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"
|
|
215
1084
|
})), children);
|
|
216
1085
|
});
|
|
217
1086
|
if (process.env.NODE_ENV !== "production") {
|
|
218
1087
|
WorkspaceImport.propTypes = iconPropTypes4cbeb95d.i;
|
|
219
1088
|
}
|
|
220
|
-
const Worship = /*#__PURE__*/React.forwardRef(function Worship(
|
|
1089
|
+
const Worship = /*#__PURE__*/React.forwardRef(function Worship(_ref44, ref) {
|
|
221
1090
|
let {
|
|
222
1091
|
children,
|
|
223
1092
|
size = 16,
|
|
224
1093
|
...rest
|
|
225
|
-
} =
|
|
1094
|
+
} = _ref44;
|
|
226
1095
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
227
1096
|
width: size,
|
|
228
1097
|
height: size,
|
|
@@ -231,23 +1100,23 @@ const Worship = /*#__PURE__*/React.forwardRef(function Worship(_ref10, ref) {
|
|
|
231
1100
|
viewBox: "0 0 32 32",
|
|
232
1101
|
fill: "currentColor",
|
|
233
1102
|
...rest
|
|
234
|
-
},
|
|
1103
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
235
1104
|
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"
|
|
236
|
-
})),
|
|
1105
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
237
1106
|
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"
|
|
238
|
-
})),
|
|
1107
|
+
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
239
1108
|
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"
|
|
240
1109
|
})), children);
|
|
241
1110
|
});
|
|
242
1111
|
if (process.env.NODE_ENV !== "production") {
|
|
243
1112
|
Worship.propTypes = iconPropTypes4cbeb95d.i;
|
|
244
1113
|
}
|
|
245
|
-
const WorshipChristian = /*#__PURE__*/React.forwardRef(function WorshipChristian(
|
|
1114
|
+
const WorshipChristian = /*#__PURE__*/React.forwardRef(function WorshipChristian(_ref45, ref) {
|
|
246
1115
|
let {
|
|
247
1116
|
children,
|
|
248
1117
|
size = 16,
|
|
249
1118
|
...rest
|
|
250
|
-
} =
|
|
1119
|
+
} = _ref45;
|
|
251
1120
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
252
1121
|
width: size,
|
|
253
1122
|
height: size,
|
|
@@ -256,19 +1125,19 @@ const WorshipChristian = /*#__PURE__*/React.forwardRef(function WorshipChristian
|
|
|
256
1125
|
viewBox: "0 0 32 32",
|
|
257
1126
|
fill: "currentColor",
|
|
258
1127
|
...rest
|
|
259
|
-
},
|
|
1128
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
260
1129
|
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"
|
|
261
1130
|
})), children);
|
|
262
1131
|
});
|
|
263
1132
|
if (process.env.NODE_ENV !== "production") {
|
|
264
1133
|
WorshipChristian.propTypes = iconPropTypes4cbeb95d.i;
|
|
265
1134
|
}
|
|
266
|
-
const WorshipJewish = /*#__PURE__*/React.forwardRef(function WorshipJewish(
|
|
1135
|
+
const WorshipJewish = /*#__PURE__*/React.forwardRef(function WorshipJewish(_ref46, ref) {
|
|
267
1136
|
let {
|
|
268
1137
|
children,
|
|
269
1138
|
size = 16,
|
|
270
1139
|
...rest
|
|
271
|
-
} =
|
|
1140
|
+
} = _ref46;
|
|
272
1141
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
273
1142
|
width: size,
|
|
274
1143
|
height: size,
|
|
@@ -277,19 +1146,19 @@ const WorshipJewish = /*#__PURE__*/React.forwardRef(function WorshipJewish(_ref1
|
|
|
277
1146
|
viewBox: "0 0 32 32",
|
|
278
1147
|
fill: "currentColor",
|
|
279
1148
|
...rest
|
|
280
|
-
},
|
|
1149
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
281
1150
|
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"
|
|
282
1151
|
})), children);
|
|
283
1152
|
});
|
|
284
1153
|
if (process.env.NODE_ENV !== "production") {
|
|
285
1154
|
WorshipJewish.propTypes = iconPropTypes4cbeb95d.i;
|
|
286
1155
|
}
|
|
287
|
-
const WorshipMuslim = /*#__PURE__*/React.forwardRef(function WorshipMuslim(
|
|
1156
|
+
const WorshipMuslim = /*#__PURE__*/React.forwardRef(function WorshipMuslim(_ref47, ref) {
|
|
288
1157
|
let {
|
|
289
1158
|
children,
|
|
290
1159
|
size = 16,
|
|
291
1160
|
...rest
|
|
292
|
-
} =
|
|
1161
|
+
} = _ref47;
|
|
293
1162
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
294
1163
|
width: size,
|
|
295
1164
|
height: size,
|
|
@@ -298,21 +1167,21 @@ const WorshipMuslim = /*#__PURE__*/React.forwardRef(function WorshipMuslim(_ref1
|
|
|
298
1167
|
viewBox: "0 0 32 32",
|
|
299
1168
|
fill: "currentColor",
|
|
300
1169
|
...rest
|
|
301
|
-
},
|
|
1170
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
302
1171
|
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"
|
|
303
|
-
})),
|
|
1172
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
304
1173
|
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"
|
|
305
1174
|
})), children);
|
|
306
1175
|
});
|
|
307
1176
|
if (process.env.NODE_ENV !== "production") {
|
|
308
1177
|
WorshipMuslim.propTypes = iconPropTypes4cbeb95d.i;
|
|
309
1178
|
}
|
|
310
|
-
const QX = /*#__PURE__*/React.forwardRef(function QX(
|
|
1179
|
+
const QX = /*#__PURE__*/React.forwardRef(function QX(_ref48, ref) {
|
|
311
1180
|
let {
|
|
312
1181
|
children,
|
|
313
1182
|
size = 16,
|
|
314
1183
|
...rest
|
|
315
|
-
} =
|
|
1184
|
+
} = _ref48;
|
|
316
1185
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
317
1186
|
width: size,
|
|
318
1187
|
height: size,
|
|
@@ -321,19 +1190,19 @@ const QX = /*#__PURE__*/React.forwardRef(function QX(_ref14, ref) {
|
|
|
321
1190
|
viewBox: "0 0 32 32",
|
|
322
1191
|
fill: "currentColor",
|
|
323
1192
|
...rest
|
|
324
|
-
},
|
|
1193
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
325
1194
|
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"
|
|
326
1195
|
})), children);
|
|
327
1196
|
});
|
|
328
1197
|
if (process.env.NODE_ENV !== "production") {
|
|
329
1198
|
QX.propTypes = iconPropTypes4cbeb95d.i;
|
|
330
1199
|
}
|
|
331
|
-
const XAxis = /*#__PURE__*/React.forwardRef(function XAxis(
|
|
1200
|
+
const XAxis = /*#__PURE__*/React.forwardRef(function XAxis(_ref49, ref) {
|
|
332
1201
|
let {
|
|
333
1202
|
children,
|
|
334
1203
|
size = 16,
|
|
335
1204
|
...rest
|
|
336
|
-
} =
|
|
1205
|
+
} = _ref49;
|
|
337
1206
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
338
1207
|
width: size,
|
|
339
1208
|
height: size,
|
|
@@ -342,19 +1211,19 @@ const XAxis = /*#__PURE__*/React.forwardRef(function XAxis(_ref15, ref) {
|
|
|
342
1211
|
viewBox: "0 0 32 32",
|
|
343
1212
|
fill: "currentColor",
|
|
344
1213
|
...rest
|
|
345
|
-
},
|
|
1214
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
346
1215
|
d: "M23,20l-1.4141,1.4141L24.1719,24H6V4H4V24a2.0023,2.0023,0,0,0,2,2H24.1719l-2.586,2.5859L23,30l5-5Z"
|
|
347
1216
|
})), children);
|
|
348
1217
|
});
|
|
349
1218
|
if (process.env.NODE_ENV !== "production") {
|
|
350
1219
|
XAxis.propTypes = iconPropTypes4cbeb95d.i;
|
|
351
1220
|
}
|
|
352
|
-
const Xls = /*#__PURE__*/React.forwardRef(function Xls(
|
|
1221
|
+
const Xls = /*#__PURE__*/React.forwardRef(function Xls(_ref50, ref) {
|
|
353
1222
|
let {
|
|
354
1223
|
children,
|
|
355
1224
|
size = 16,
|
|
356
1225
|
...rest
|
|
357
|
-
} =
|
|
1226
|
+
} = _ref50;
|
|
358
1227
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
359
1228
|
width: size,
|
|
360
1229
|
height: size,
|
|
@@ -363,19 +1232,19 @@ const Xls = /*#__PURE__*/React.forwardRef(function Xls(_ref16, ref) {
|
|
|
363
1232
|
viewBox: "0 0 32 32",
|
|
364
1233
|
fill: "currentColor",
|
|
365
1234
|
...rest
|
|
366
|
-
},
|
|
1235
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
367
1236
|
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"
|
|
368
1237
|
})), children);
|
|
369
1238
|
});
|
|
370
1239
|
if (process.env.NODE_ENV !== "production") {
|
|
371
1240
|
Xls.propTypes = iconPropTypes4cbeb95d.i;
|
|
372
1241
|
}
|
|
373
|
-
const Xml = /*#__PURE__*/React.forwardRef(function Xml(
|
|
1242
|
+
const Xml = /*#__PURE__*/React.forwardRef(function Xml(_ref51, ref) {
|
|
374
1243
|
let {
|
|
375
1244
|
children,
|
|
376
1245
|
size = 16,
|
|
377
1246
|
...rest
|
|
378
|
-
} =
|
|
1247
|
+
} = _ref51;
|
|
379
1248
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
380
1249
|
width: size,
|
|
381
1250
|
height: size,
|
|
@@ -384,19 +1253,19 @@ const Xml = /*#__PURE__*/React.forwardRef(function Xml(_ref17, ref) {
|
|
|
384
1253
|
viewBox: "0 0 32 32",
|
|
385
1254
|
fill: "currentColor",
|
|
386
1255
|
...rest
|
|
387
|
-
},
|
|
1256
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
388
1257
|
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"
|
|
389
1258
|
})), children);
|
|
390
1259
|
});
|
|
391
1260
|
if (process.env.NODE_ENV !== "production") {
|
|
392
1261
|
Xml.propTypes = iconPropTypes4cbeb95d.i;
|
|
393
1262
|
}
|
|
394
|
-
const QY = /*#__PURE__*/React.forwardRef(function QY(
|
|
1263
|
+
const QY = /*#__PURE__*/React.forwardRef(function QY(_ref52, ref) {
|
|
395
1264
|
let {
|
|
396
1265
|
children,
|
|
397
1266
|
size = 16,
|
|
398
1267
|
...rest
|
|
399
|
-
} =
|
|
1268
|
+
} = _ref52;
|
|
400
1269
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
401
1270
|
width: size,
|
|
402
1271
|
height: size,
|
|
@@ -405,19 +1274,19 @@ const QY = /*#__PURE__*/React.forwardRef(function QY(_ref18, ref) {
|
|
|
405
1274
|
viewBox: "0 0 32 32",
|
|
406
1275
|
fill: "currentColor",
|
|
407
1276
|
...rest
|
|
408
|
-
},
|
|
1277
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
409
1278
|
d: "M20 9L18 9 16 16 14 9 12 9 15 18 15 23 17 23 17 18 20 9z"
|
|
410
1279
|
})), children);
|
|
411
1280
|
});
|
|
412
1281
|
if (process.env.NODE_ENV !== "production") {
|
|
413
1282
|
QY.propTypes = iconPropTypes4cbeb95d.i;
|
|
414
1283
|
}
|
|
415
|
-
const YAxis = /*#__PURE__*/React.forwardRef(function YAxis(
|
|
1284
|
+
const YAxis = /*#__PURE__*/React.forwardRef(function YAxis(_ref53, ref) {
|
|
416
1285
|
let {
|
|
417
1286
|
children,
|
|
418
1287
|
size = 16,
|
|
419
1288
|
...rest
|
|
420
|
-
} =
|
|
1289
|
+
} = _ref53;
|
|
421
1290
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
422
1291
|
width: size,
|
|
423
1292
|
height: size,
|
|
@@ -426,19 +1295,19 @@ const YAxis = /*#__PURE__*/React.forwardRef(function YAxis(_ref19, ref) {
|
|
|
426
1295
|
viewBox: "0 0 32 32",
|
|
427
1296
|
fill: "currentColor",
|
|
428
1297
|
...rest
|
|
429
|
-
},
|
|
1298
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
430
1299
|
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"
|
|
431
1300
|
})), children);
|
|
432
1301
|
});
|
|
433
1302
|
if (process.env.NODE_ENV !== "production") {
|
|
434
1303
|
YAxis.propTypes = iconPropTypes4cbeb95d.i;
|
|
435
1304
|
}
|
|
436
|
-
const QZ = /*#__PURE__*/React.forwardRef(function QZ(
|
|
1305
|
+
const QZ = /*#__PURE__*/React.forwardRef(function QZ(_ref54, ref) {
|
|
437
1306
|
let {
|
|
438
1307
|
children,
|
|
439
1308
|
size = 16,
|
|
440
1309
|
...rest
|
|
441
|
-
} =
|
|
1310
|
+
} = _ref54;
|
|
442
1311
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
443
1312
|
width: size,
|
|
444
1313
|
height: size,
|
|
@@ -447,19 +1316,19 @@ const QZ = /*#__PURE__*/React.forwardRef(function QZ(_ref20, ref) {
|
|
|
447
1316
|
viewBox: "0 0 32 32",
|
|
448
1317
|
fill: "currentColor",
|
|
449
1318
|
...rest
|
|
450
|
-
},
|
|
1319
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
451
1320
|
d: "M20 9L12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z"
|
|
452
1321
|
})), children);
|
|
453
1322
|
});
|
|
454
1323
|
if (process.env.NODE_ENV !== "production") {
|
|
455
1324
|
QZ.propTypes = iconPropTypes4cbeb95d.i;
|
|
456
1325
|
}
|
|
457
|
-
const ZLpar = /*#__PURE__*/React.forwardRef(function ZLpar(
|
|
1326
|
+
const ZLpar = /*#__PURE__*/React.forwardRef(function ZLpar(_ref55, ref) {
|
|
458
1327
|
let {
|
|
459
1328
|
children,
|
|
460
1329
|
size = 16,
|
|
461
1330
|
...rest
|
|
462
|
-
} =
|
|
1331
|
+
} = _ref55;
|
|
463
1332
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
464
1333
|
width: size,
|
|
465
1334
|
height: size,
|
|
@@ -468,19 +1337,19 @@ const ZLpar = /*#__PURE__*/React.forwardRef(function ZLpar(_ref21, ref) {
|
|
|
468
1337
|
viewBox: "0 0 32 32",
|
|
469
1338
|
fill: "currentColor",
|
|
470
1339
|
...rest
|
|
471
|
-
},
|
|
1340
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
472
1341
|
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"
|
|
473
1342
|
})), children);
|
|
474
1343
|
});
|
|
475
1344
|
if (process.env.NODE_ENV !== "production") {
|
|
476
1345
|
ZLpar.propTypes = iconPropTypes4cbeb95d.i;
|
|
477
1346
|
}
|
|
478
|
-
const ZSystems = /*#__PURE__*/React.forwardRef(function ZSystems(
|
|
1347
|
+
const ZSystems = /*#__PURE__*/React.forwardRef(function ZSystems(_ref56, ref) {
|
|
479
1348
|
let {
|
|
480
1349
|
children,
|
|
481
1350
|
size = 16,
|
|
482
1351
|
...rest
|
|
483
|
-
} =
|
|
1352
|
+
} = _ref56;
|
|
484
1353
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
485
1354
|
width: size,
|
|
486
1355
|
height: size,
|
|
@@ -489,19 +1358,19 @@ const ZSystems = /*#__PURE__*/React.forwardRef(function ZSystems(_ref22, ref) {
|
|
|
489
1358
|
viewBox: "0 0 32 32",
|
|
490
1359
|
fill: "currentColor",
|
|
491
1360
|
...rest
|
|
492
|
-
},
|
|
1361
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
493
1362
|
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"
|
|
494
1363
|
})), children);
|
|
495
1364
|
});
|
|
496
1365
|
if (process.env.NODE_ENV !== "production") {
|
|
497
1366
|
ZSystems.propTypes = iconPropTypes4cbeb95d.i;
|
|
498
1367
|
}
|
|
499
|
-
const ZAxis = /*#__PURE__*/React.forwardRef(function ZAxis(
|
|
1368
|
+
const ZAxis = /*#__PURE__*/React.forwardRef(function ZAxis(_ref57, ref) {
|
|
500
1369
|
let {
|
|
501
1370
|
children,
|
|
502
1371
|
size = 16,
|
|
503
1372
|
...rest
|
|
504
|
-
} =
|
|
1373
|
+
} = _ref57;
|
|
505
1374
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
506
1375
|
width: size,
|
|
507
1376
|
height: size,
|
|
@@ -510,19 +1379,19 @@ const ZAxis = /*#__PURE__*/React.forwardRef(function ZAxis(_ref23, ref) {
|
|
|
510
1379
|
viewBox: "0 0 32 32",
|
|
511
1380
|
fill: "currentColor",
|
|
512
1381
|
...rest
|
|
513
|
-
},
|
|
1382
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
514
1383
|
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"
|
|
515
1384
|
})), children);
|
|
516
1385
|
});
|
|
517
1386
|
if (process.env.NODE_ENV !== "production") {
|
|
518
1387
|
ZAxis.propTypes = iconPropTypes4cbeb95d.i;
|
|
519
1388
|
}
|
|
520
|
-
const Zip = /*#__PURE__*/React.forwardRef(function Zip(
|
|
1389
|
+
const Zip = /*#__PURE__*/React.forwardRef(function Zip(_ref58, ref) {
|
|
521
1390
|
let {
|
|
522
1391
|
children,
|
|
523
1392
|
size = 16,
|
|
524
1393
|
...rest
|
|
525
|
-
} =
|
|
1394
|
+
} = _ref58;
|
|
526
1395
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
527
1396
|
width: size,
|
|
528
1397
|
height: size,
|
|
@@ -531,19 +1400,19 @@ const Zip = /*#__PURE__*/React.forwardRef(function Zip(_ref24, ref) {
|
|
|
531
1400
|
viewBox: "0 0 32 32",
|
|
532
1401
|
fill: "currentColor",
|
|
533
1402
|
...rest
|
|
534
|
-
},
|
|
1403
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
535
1404
|
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"
|
|
536
1405
|
})), children);
|
|
537
1406
|
});
|
|
538
1407
|
if (process.env.NODE_ENV !== "production") {
|
|
539
1408
|
Zip.propTypes = iconPropTypes4cbeb95d.i;
|
|
540
1409
|
}
|
|
541
|
-
const ZipReference = /*#__PURE__*/React.forwardRef(function ZipReference(
|
|
1410
|
+
const ZipReference = /*#__PURE__*/React.forwardRef(function ZipReference(_ref59, ref) {
|
|
542
1411
|
let {
|
|
543
1412
|
children,
|
|
544
1413
|
size = 16,
|
|
545
1414
|
...rest
|
|
546
|
-
} =
|
|
1415
|
+
} = _ref59;
|
|
547
1416
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
548
1417
|
width: size,
|
|
549
1418
|
height: size,
|
|
@@ -552,19 +1421,19 @@ const ZipReference = /*#__PURE__*/React.forwardRef(function ZipReference(_ref25,
|
|
|
552
1421
|
viewBox: "0 0 32 32",
|
|
553
1422
|
fill: "currentColor",
|
|
554
1423
|
...rest
|
|
555
|
-
},
|
|
1424
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
556
1425
|
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"
|
|
557
1426
|
})), children);
|
|
558
1427
|
});
|
|
559
1428
|
if (process.env.NODE_ENV !== "production") {
|
|
560
1429
|
ZipReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
561
1430
|
}
|
|
562
|
-
const ZoomArea = /*#__PURE__*/React.forwardRef(function ZoomArea(
|
|
1431
|
+
const ZoomArea = /*#__PURE__*/React.forwardRef(function ZoomArea(_ref60, ref) {
|
|
563
1432
|
let {
|
|
564
1433
|
children,
|
|
565
1434
|
size = 16,
|
|
566
1435
|
...rest
|
|
567
|
-
} =
|
|
1436
|
+
} = _ref60;
|
|
568
1437
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
569
1438
|
width: size,
|
|
570
1439
|
height: size,
|
|
@@ -573,19 +1442,19 @@ const ZoomArea = /*#__PURE__*/React.forwardRef(function ZoomArea(_ref26, ref) {
|
|
|
573
1442
|
viewBox: "0 0 32 32",
|
|
574
1443
|
fill: "currentColor",
|
|
575
1444
|
...rest
|
|
576
|
-
},
|
|
1445
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
577
1446
|
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"
|
|
578
1447
|
})), children);
|
|
579
1448
|
});
|
|
580
1449
|
if (process.env.NODE_ENV !== "production") {
|
|
581
1450
|
ZoomArea.propTypes = iconPropTypes4cbeb95d.i;
|
|
582
1451
|
}
|
|
583
|
-
const ZoomFit = /*#__PURE__*/React.forwardRef(function ZoomFit(
|
|
1452
|
+
const ZoomFit = /*#__PURE__*/React.forwardRef(function ZoomFit(_ref61, ref) {
|
|
584
1453
|
let {
|
|
585
1454
|
children,
|
|
586
1455
|
size = 16,
|
|
587
1456
|
...rest
|
|
588
|
-
} =
|
|
1457
|
+
} = _ref61;
|
|
589
1458
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
590
1459
|
width: size,
|
|
591
1460
|
height: size,
|
|
@@ -594,21 +1463,21 @@ const ZoomFit = /*#__PURE__*/React.forwardRef(function ZoomFit(_ref27, ref) {
|
|
|
594
1463
|
viewBox: "0 0 32 32",
|
|
595
1464
|
fill: "currentColor",
|
|
596
1465
|
...rest
|
|
597
|
-
},
|
|
1466
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
598
1467
|
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"
|
|
599
|
-
})),
|
|
1468
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
600
1469
|
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"
|
|
601
1470
|
})), children);
|
|
602
1471
|
});
|
|
603
1472
|
if (process.env.NODE_ENV !== "production") {
|
|
604
1473
|
ZoomFit.propTypes = iconPropTypes4cbeb95d.i;
|
|
605
1474
|
}
|
|
606
|
-
const ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(
|
|
1475
|
+
const ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(_ref62, ref) {
|
|
607
1476
|
let {
|
|
608
1477
|
children,
|
|
609
1478
|
size = 16,
|
|
610
1479
|
...rest
|
|
611
|
-
} =
|
|
1480
|
+
} = _ref62;
|
|
612
1481
|
if (size === 16 || size === "16" || size === "16px") {
|
|
613
1482
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
614
1483
|
width: size,
|
|
@@ -618,9 +1487,9 @@ const ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(_ref28, ref) {
|
|
|
618
1487
|
viewBox: "0 0 16 16",
|
|
619
1488
|
fill: "currentColor",
|
|
620
1489
|
...rest
|
|
621
|
-
},
|
|
1490
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
622
1491
|
d: "M9 6L7 6 7 4 6 4 6 6 4 6 4 7 6 7 6 9 7 9 7 7 9 7z"
|
|
623
|
-
})),
|
|
1492
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
624
1493
|
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"
|
|
625
1494
|
})), children);
|
|
626
1495
|
}
|
|
@@ -632,21 +1501,21 @@ const ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(_ref28, ref) {
|
|
|
632
1501
|
viewBox: "0 0 32 32",
|
|
633
1502
|
fill: "currentColor",
|
|
634
1503
|
...rest
|
|
635
|
-
},
|
|
1504
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
636
1505
|
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"
|
|
637
|
-
})),
|
|
1506
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
638
1507
|
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"
|
|
639
1508
|
})), children);
|
|
640
1509
|
});
|
|
641
1510
|
if (process.env.NODE_ENV !== "production") {
|
|
642
1511
|
ZoomIn.propTypes = iconPropTypes4cbeb95d.i;
|
|
643
1512
|
}
|
|
644
|
-
const ZoomInArea = /*#__PURE__*/React.forwardRef(function ZoomInArea(
|
|
1513
|
+
const ZoomInArea = /*#__PURE__*/React.forwardRef(function ZoomInArea(_ref63, ref) {
|
|
645
1514
|
let {
|
|
646
1515
|
children,
|
|
647
1516
|
size = 16,
|
|
648
1517
|
...rest
|
|
649
|
-
} =
|
|
1518
|
+
} = _ref63;
|
|
650
1519
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
651
1520
|
width: size,
|
|
652
1521
|
height: size,
|
|
@@ -655,21 +1524,21 @@ const ZoomInArea = /*#__PURE__*/React.forwardRef(function ZoomInArea(_ref29, ref
|
|
|
655
1524
|
viewBox: "0 0 32 32",
|
|
656
1525
|
fill: "currentColor",
|
|
657
1526
|
...rest
|
|
658
|
-
},
|
|
1527
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
659
1528
|
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"
|
|
660
|
-
})),
|
|
1529
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
661
1530
|
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"
|
|
662
1531
|
})), children);
|
|
663
1532
|
});
|
|
664
1533
|
if (process.env.NODE_ENV !== "production") {
|
|
665
1534
|
ZoomInArea.propTypes = iconPropTypes4cbeb95d.i;
|
|
666
1535
|
}
|
|
667
|
-
const ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(
|
|
1536
|
+
const ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(_ref64, ref) {
|
|
668
1537
|
let {
|
|
669
1538
|
children,
|
|
670
1539
|
size = 16,
|
|
671
1540
|
...rest
|
|
672
|
-
} =
|
|
1541
|
+
} = _ref64;
|
|
673
1542
|
if (size === 16 || size === "16" || size === "16px") {
|
|
674
1543
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
675
1544
|
width: size,
|
|
@@ -679,9 +1548,9 @@ const ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(_ref30, ref) {
|
|
|
679
1548
|
viewBox: "0 0 16 16",
|
|
680
1549
|
fill: "currentColor",
|
|
681
1550
|
...rest
|
|
682
|
-
},
|
|
1551
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
683
1552
|
d: "M4 6H9V7H4z"
|
|
684
|
-
})),
|
|
1553
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
685
1554
|
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"
|
|
686
1555
|
})), children);
|
|
687
1556
|
}
|
|
@@ -693,21 +1562,21 @@ const ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(_ref30, ref) {
|
|
|
693
1562
|
viewBox: "0 0 32 32",
|
|
694
1563
|
fill: "currentColor",
|
|
695
1564
|
...rest
|
|
696
|
-
},
|
|
1565
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
697
1566
|
d: "M8 12H18V14H8z"
|
|
698
|
-
})),
|
|
1567
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
699
1568
|
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"
|
|
700
1569
|
})), children);
|
|
701
1570
|
});
|
|
702
1571
|
if (process.env.NODE_ENV !== "production") {
|
|
703
1572
|
ZoomOut.propTypes = iconPropTypes4cbeb95d.i;
|
|
704
1573
|
}
|
|
705
|
-
const ZoomOutArea = /*#__PURE__*/React.forwardRef(function ZoomOutArea(
|
|
1574
|
+
const ZoomOutArea = /*#__PURE__*/React.forwardRef(function ZoomOutArea(_ref65, ref) {
|
|
706
1575
|
let {
|
|
707
1576
|
children,
|
|
708
1577
|
size = 16,
|
|
709
1578
|
...rest
|
|
710
|
-
} =
|
|
1579
|
+
} = _ref65;
|
|
711
1580
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
712
1581
|
width: size,
|
|
713
1582
|
height: size,
|
|
@@ -716,21 +1585,21 @@ const ZoomOutArea = /*#__PURE__*/React.forwardRef(function ZoomOutArea(_ref31, r
|
|
|
716
1585
|
viewBox: "0 0 32 32",
|
|
717
1586
|
fill: "currentColor",
|
|
718
1587
|
...rest
|
|
719
|
-
},
|
|
1588
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
720
1589
|
d: "M16 19H24V21H16z"
|
|
721
|
-
})),
|
|
1590
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
722
1591
|
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"
|
|
723
1592
|
})), children);
|
|
724
1593
|
});
|
|
725
1594
|
if (process.env.NODE_ENV !== "production") {
|
|
726
1595
|
ZoomOutArea.propTypes = iconPropTypes4cbeb95d.i;
|
|
727
1596
|
}
|
|
728
|
-
const ZoomReset = /*#__PURE__*/React.forwardRef(function ZoomReset(
|
|
1597
|
+
const ZoomReset = /*#__PURE__*/React.forwardRef(function ZoomReset(_ref66, ref) {
|
|
729
1598
|
let {
|
|
730
1599
|
children,
|
|
731
1600
|
size = 16,
|
|
732
1601
|
...rest
|
|
733
|
-
} =
|
|
1602
|
+
} = _ref66;
|
|
734
1603
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
735
1604
|
width: size,
|
|
736
1605
|
height: size,
|
|
@@ -739,19 +1608,19 @@ const ZoomReset = /*#__PURE__*/React.forwardRef(function ZoomReset(_ref32, ref)
|
|
|
739
1608
|
viewBox: "0 0 32 32",
|
|
740
1609
|
fill: "currentColor",
|
|
741
1610
|
...rest
|
|
742
|
-
},
|
|
1611
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
743
1612
|
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"
|
|
744
1613
|
})), children);
|
|
745
1614
|
});
|
|
746
1615
|
if (process.env.NODE_ENV !== "production") {
|
|
747
1616
|
ZoomReset.propTypes = iconPropTypes4cbeb95d.i;
|
|
748
1617
|
}
|
|
749
|
-
const WatsonHealthZoomPan = /*#__PURE__*/React.forwardRef(function WatsonHealthZoomPan(
|
|
1618
|
+
const WatsonHealthZoomPan = /*#__PURE__*/React.forwardRef(function WatsonHealthZoomPan(_ref67, ref) {
|
|
750
1619
|
let {
|
|
751
1620
|
children,
|
|
752
1621
|
size = 16,
|
|
753
1622
|
...rest
|
|
754
|
-
} =
|
|
1623
|
+
} = _ref67;
|
|
755
1624
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
756
1625
|
width: size,
|
|
757
1626
|
height: size,
|
|
@@ -760,19 +1629,19 @@ const WatsonHealthZoomPan = /*#__PURE__*/React.forwardRef(function WatsonHealthZ
|
|
|
760
1629
|
viewBox: "0 0 32 32",
|
|
761
1630
|
fill: "currentColor",
|
|
762
1631
|
...rest
|
|
763
|
-
},
|
|
1632
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
764
1633
|
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"
|
|
765
1634
|
})), children);
|
|
766
1635
|
});
|
|
767
1636
|
if (process.env.NODE_ENV !== "production") {
|
|
768
1637
|
WatsonHealthZoomPan.propTypes = iconPropTypes4cbeb95d.i;
|
|
769
1638
|
}
|
|
770
|
-
const Zos = /*#__PURE__*/React.forwardRef(function Zos(
|
|
1639
|
+
const Zos = /*#__PURE__*/React.forwardRef(function Zos(_ref68, ref) {
|
|
771
1640
|
let {
|
|
772
1641
|
children,
|
|
773
1642
|
size = 16,
|
|
774
1643
|
...rest
|
|
775
|
-
} =
|
|
1644
|
+
} = _ref68;
|
|
776
1645
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
777
1646
|
width: size,
|
|
778
1647
|
height: size,
|
|
@@ -781,19 +1650,19 @@ const Zos = /*#__PURE__*/React.forwardRef(function Zos(_ref34, ref) {
|
|
|
781
1650
|
viewBox: "0 0 32 32",
|
|
782
1651
|
fill: "currentColor",
|
|
783
1652
|
...rest
|
|
784
|
-
},
|
|
1653
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
785
1654
|
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"
|
|
786
1655
|
})), children);
|
|
787
1656
|
});
|
|
788
1657
|
if (process.env.NODE_ENV !== "production") {
|
|
789
1658
|
Zos.propTypes = iconPropTypes4cbeb95d.i;
|
|
790
1659
|
}
|
|
791
|
-
const ZosSysplex = /*#__PURE__*/React.forwardRef(function ZosSysplex(
|
|
1660
|
+
const ZosSysplex = /*#__PURE__*/React.forwardRef(function ZosSysplex(_ref69, ref) {
|
|
792
1661
|
let {
|
|
793
1662
|
children,
|
|
794
1663
|
size = 16,
|
|
795
1664
|
...rest
|
|
796
|
-
} =
|
|
1665
|
+
} = _ref69;
|
|
797
1666
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
798
1667
|
width: size,
|
|
799
1668
|
height: size,
|
|
@@ -802,7 +1671,7 @@ const ZosSysplex = /*#__PURE__*/React.forwardRef(function ZosSysplex(_ref35, ref
|
|
|
802
1671
|
viewBox: "0 0 32 32",
|
|
803
1672
|
fill: "currentColor",
|
|
804
1673
|
...rest
|
|
805
|
-
},
|
|
1674
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
806
1675
|
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"
|
|
807
1676
|
})), children);
|
|
808
1677
|
});
|
|
@@ -813,7 +1682,41 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
813
1682
|
exports.QX = QX;
|
|
814
1683
|
exports.QY = QY;
|
|
815
1684
|
exports.QZ = QZ;
|
|
1685
|
+
exports.WatsonHealthWindowAuto = WatsonHealthWindowAuto;
|
|
1686
|
+
exports.WatsonHealthWindowBase = WatsonHealthWindowBase;
|
|
1687
|
+
exports.WatsonHealthWindowBlackSaturation = WatsonHealthWindowBlackSaturation;
|
|
1688
|
+
exports.WatsonHealthWindowOverlay = WatsonHealthWindowOverlay;
|
|
1689
|
+
exports.WatsonHealthWindowPreset = WatsonHealthWindowPreset;
|
|
816
1690
|
exports.WatsonHealthZoomPan = WatsonHealthZoomPan;
|
|
1691
|
+
exports.WavePeriod = WavePeriod;
|
|
1692
|
+
exports.WeatherFrontCold = WeatherFrontCold;
|
|
1693
|
+
exports.WeatherFrontStationary = WeatherFrontStationary;
|
|
1694
|
+
exports.WeatherFrontWarm = WeatherFrontWarm;
|
|
1695
|
+
exports.WeatherStation = WeatherStation;
|
|
1696
|
+
exports.WebServicesCluster = WebServicesCluster;
|
|
1697
|
+
exports.WebServicesContainer = WebServicesContainer;
|
|
1698
|
+
exports.WebServicesDefinition = WebServicesDefinition;
|
|
1699
|
+
exports.WebServicesService = WebServicesService;
|
|
1700
|
+
exports.WebServicesTask = WebServicesTask;
|
|
1701
|
+
exports.WebServicesTaskDefinitionVersion = WebServicesTaskDefinitionVersion;
|
|
1702
|
+
exports.Webhook = Webhook;
|
|
1703
|
+
exports.Websheet = Websheet;
|
|
1704
|
+
exports.Wheat = Wheat;
|
|
1705
|
+
exports.WhitePaper = WhitePaper;
|
|
1706
|
+
exports.Wifi = Wifi;
|
|
1707
|
+
exports.WifiBridge = WifiBridge;
|
|
1708
|
+
exports.WifiBridgeAlt = WifiBridgeAlt;
|
|
1709
|
+
exports.WifiController = WifiController;
|
|
1710
|
+
exports.WifiNotSecure = WifiNotSecure;
|
|
1711
|
+
exports.WifiOff = WifiOff;
|
|
1712
|
+
exports.WifiSecure = WifiSecure;
|
|
1713
|
+
exports.Wikis = Wikis;
|
|
1714
|
+
exports.WindGusts = WindGusts;
|
|
1715
|
+
exports.WindPower = WindPower;
|
|
1716
|
+
exports.WindStream = WindStream;
|
|
1717
|
+
exports.Windy = Windy;
|
|
1718
|
+
exports.WindyDust = WindyDust;
|
|
1719
|
+
exports.WindySnow = WindySnow;
|
|
817
1720
|
exports.WindyStrong = WindyStrong;
|
|
818
1721
|
exports.WinterWarning = WinterWarning;
|
|
819
1722
|
exports.WintryMix = WintryMix;
|