@carbon-labs/react-animated-header 0.1.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/LICENSE +201 -0
- package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
- package/es/_virtual/_commonjsHelpers.js +12 -0
- package/es/_virtual/lottie.js +14 -0
- package/es/_virtual/lottie2.js +10 -0
- package/es/assets/index.d.ts +7 -0
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
- package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
- package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
- package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
- package/es/components/Tiles/index.d.ts +12 -0
- package/es/data/index.d.ts +47 -0
- package/es/index.d.ts +11 -0
- package/es/index.js +11 -0
- package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
- package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
- package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
- package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
- package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
- package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
- package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
- package/lib/_virtual/_commonjsHelpers.js +14 -0
- package/lib/_virtual/lottie.js +18 -0
- package/lib/_virtual/lottie2.js +12 -0
- package/lib/assets/index.d.ts +7 -0
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
- package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
- package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
- package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
- package/lib/components/Tiles/index.d.ts +12 -0
- package/lib/data/index.d.ts +47 -0
- package/lib/index.d.ts +11 -0
- package/lib/index.js +18 -0
- package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
- package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
- package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
- package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
- package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
- package/package.json +35 -0
- package/scss/AnimatedHeader/animated-header.scss +619 -0
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
- package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
- package/scss/animated_header.scss +10 -0
|
@@ -0,0 +1,811 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2024
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import React from 'react';
|
|
9
|
+
import Icon from '../Icon.js';
|
|
10
|
+
import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
|
|
13
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _switch, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53;
|
|
14
|
+
const WindyStrong = /*#__PURE__*/React.forwardRef(function WindyStrong(_ref, ref) {
|
|
15
|
+
let {
|
|
16
|
+
children,
|
|
17
|
+
size = 16,
|
|
18
|
+
...rest
|
|
19
|
+
} = _ref;
|
|
20
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
21
|
+
width: size,
|
|
22
|
+
height: size,
|
|
23
|
+
ref: ref,
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
...rest
|
|
28
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M13,30a5.0057,5.0057,0,0,1-5-5h2a3,3,0,1,0,3-3H4V20h9a5,5,0,0,1,0,10Z"
|
|
30
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
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"
|
|
32
|
+
})), children);
|
|
33
|
+
});
|
|
34
|
+
if (process.env.NODE_ENV !== "production") {
|
|
35
|
+
WindyStrong.propTypes = iconPropTypes;
|
|
36
|
+
}
|
|
37
|
+
const WinterWarning = /*#__PURE__*/React.forwardRef(function WinterWarning(_ref2, ref) {
|
|
38
|
+
let {
|
|
39
|
+
children,
|
|
40
|
+
size = 16,
|
|
41
|
+
...rest
|
|
42
|
+
} = _ref2;
|
|
43
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
44
|
+
width: size,
|
|
45
|
+
height: size,
|
|
46
|
+
ref: ref,
|
|
47
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
48
|
+
viewBox: "0 0 32 32",
|
|
49
|
+
fill: "currentColor",
|
|
50
|
+
...rest
|
|
51
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
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"
|
|
53
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
fill: "none",
|
|
55
|
+
d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
|
|
56
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
57
|
+
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"
|
|
58
|
+
})), children);
|
|
59
|
+
});
|
|
60
|
+
if (process.env.NODE_ENV !== "production") {
|
|
61
|
+
WinterWarning.propTypes = iconPropTypes;
|
|
62
|
+
}
|
|
63
|
+
const WintryMix = /*#__PURE__*/React.forwardRef(function WintryMix(_ref3, ref) {
|
|
64
|
+
let {
|
|
65
|
+
children,
|
|
66
|
+
size = 16,
|
|
67
|
+
...rest
|
|
68
|
+
} = _ref3;
|
|
69
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
70
|
+
width: size,
|
|
71
|
+
height: size,
|
|
72
|
+
ref: ref,
|
|
73
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
74
|
+
viewBox: "0 0 32 32",
|
|
75
|
+
fill: "currentColor",
|
|
76
|
+
...rest
|
|
77
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
78
|
+
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"
|
|
79
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
80
|
+
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"
|
|
81
|
+
})), children);
|
|
82
|
+
});
|
|
83
|
+
if (process.env.NODE_ENV !== "production") {
|
|
84
|
+
WintryMix.propTypes = iconPropTypes;
|
|
85
|
+
}
|
|
86
|
+
const WirelessCheckout = /*#__PURE__*/React.forwardRef(function WirelessCheckout(_ref4, ref) {
|
|
87
|
+
let {
|
|
88
|
+
children,
|
|
89
|
+
size = 16,
|
|
90
|
+
...rest
|
|
91
|
+
} = _ref4;
|
|
92
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
93
|
+
width: size,
|
|
94
|
+
height: size,
|
|
95
|
+
ref: ref,
|
|
96
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
97
|
+
viewBox: "0 0 32 32",
|
|
98
|
+
fill: "currentColor",
|
|
99
|
+
...rest
|
|
100
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
101
|
+
d: "M18,28V26A10,10,0,0,0,28,16h2A12,12,0,0,1,18,28Z"
|
|
102
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
103
|
+
d: "M18,23V21a5,5,0,0,0,5-5h2A7,7,0,0,1,18,23Z"
|
|
104
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
105
|
+
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"
|
|
106
|
+
})), children);
|
|
107
|
+
});
|
|
108
|
+
if (process.env.NODE_ENV !== "production") {
|
|
109
|
+
WirelessCheckout.propTypes = iconPropTypes;
|
|
110
|
+
}
|
|
111
|
+
const Wmv = /*#__PURE__*/React.forwardRef(function Wmv(_ref5, ref) {
|
|
112
|
+
let {
|
|
113
|
+
children,
|
|
114
|
+
size = 16,
|
|
115
|
+
...rest
|
|
116
|
+
} = _ref5;
|
|
117
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
118
|
+
width: size,
|
|
119
|
+
height: size,
|
|
120
|
+
ref: ref,
|
|
121
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
122
|
+
viewBox: "0 0 32 32",
|
|
123
|
+
fill: "currentColor",
|
|
124
|
+
...rest
|
|
125
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
126
|
+
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"
|
|
127
|
+
})), children);
|
|
128
|
+
});
|
|
129
|
+
if (process.env.NODE_ENV !== "production") {
|
|
130
|
+
Wmv.propTypes = iconPropTypes;
|
|
131
|
+
}
|
|
132
|
+
const WordCloud = /*#__PURE__*/React.forwardRef(function WordCloud(_ref6, ref) {
|
|
133
|
+
let {
|
|
134
|
+
children,
|
|
135
|
+
size = 16,
|
|
136
|
+
...rest
|
|
137
|
+
} = _ref6;
|
|
138
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
139
|
+
width: size,
|
|
140
|
+
height: size,
|
|
141
|
+
ref: ref,
|
|
142
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
143
|
+
viewBox: "0 0 32 32",
|
|
144
|
+
fill: "currentColor",
|
|
145
|
+
...rest
|
|
146
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
147
|
+
d: "M10 16H22V18H10zM10 20H18V22H10z"
|
|
148
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
149
|
+
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"
|
|
150
|
+
})), children);
|
|
151
|
+
});
|
|
152
|
+
if (process.env.NODE_ENV !== "production") {
|
|
153
|
+
WordCloud.propTypes = iconPropTypes;
|
|
154
|
+
}
|
|
155
|
+
const WorkflowAutomation = /*#__PURE__*/React.forwardRef(function WorkflowAutomation(_ref7, ref) {
|
|
156
|
+
let {
|
|
157
|
+
children,
|
|
158
|
+
size = 16,
|
|
159
|
+
...rest
|
|
160
|
+
} = _ref7;
|
|
161
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
162
|
+
width: size,
|
|
163
|
+
height: size,
|
|
164
|
+
ref: ref,
|
|
165
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
166
|
+
viewBox: "0 0 32 32",
|
|
167
|
+
fill: "currentColor",
|
|
168
|
+
...rest
|
|
169
|
+
}, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
170
|
+
d: "M16 27c-3.6 0-7.1-1.8-9.2-5H12v-2H4v8h2v-3.7c2.5 3 6.1 4.7 10 4.7V27zM31 23v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V15h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H17v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V29h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H31zM24 25c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S25.7 25 24 25zM20 10h5.2C21.9 4.9 15.1 3.5 10 6.8c-3.1 2-5 5.5-5 9.2H3C3 8.8 8.8 3 16 3c3.9 0 7.5 1.7 10 4.7V4h2v8h-8V10z"
|
|
171
|
+
})))), children);
|
|
172
|
+
});
|
|
173
|
+
if (process.env.NODE_ENV !== "production") {
|
|
174
|
+
WorkflowAutomation.propTypes = iconPropTypes;
|
|
175
|
+
}
|
|
176
|
+
const Workspace = /*#__PURE__*/React.forwardRef(function Workspace(_ref8, ref) {
|
|
177
|
+
let {
|
|
178
|
+
children,
|
|
179
|
+
size = 16,
|
|
180
|
+
...rest
|
|
181
|
+
} = _ref8;
|
|
182
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
183
|
+
width: size,
|
|
184
|
+
height: size,
|
|
185
|
+
ref: ref,
|
|
186
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
187
|
+
viewBox: "0 0 32 32",
|
|
188
|
+
fill: "currentColor",
|
|
189
|
+
...rest
|
|
190
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
191
|
+
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"
|
|
192
|
+
})), children);
|
|
193
|
+
});
|
|
194
|
+
if (process.env.NODE_ENV !== "production") {
|
|
195
|
+
Workspace.propTypes = iconPropTypes;
|
|
196
|
+
}
|
|
197
|
+
const WorkspaceImport = /*#__PURE__*/React.forwardRef(function WorkspaceImport(_ref9, ref) {
|
|
198
|
+
let {
|
|
199
|
+
children,
|
|
200
|
+
size = 16,
|
|
201
|
+
...rest
|
|
202
|
+
} = _ref9;
|
|
203
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
204
|
+
width: size,
|
|
205
|
+
height: size,
|
|
206
|
+
ref: ref,
|
|
207
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
208
|
+
viewBox: "0 0 32 32",
|
|
209
|
+
fill: "currentColor",
|
|
210
|
+
...rest
|
|
211
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
212
|
+
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"
|
|
213
|
+
})), children);
|
|
214
|
+
});
|
|
215
|
+
if (process.env.NODE_ENV !== "production") {
|
|
216
|
+
WorkspaceImport.propTypes = iconPropTypes;
|
|
217
|
+
}
|
|
218
|
+
const Worship = /*#__PURE__*/React.forwardRef(function Worship(_ref10, ref) {
|
|
219
|
+
let {
|
|
220
|
+
children,
|
|
221
|
+
size = 16,
|
|
222
|
+
...rest
|
|
223
|
+
} = _ref10;
|
|
224
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
225
|
+
width: size,
|
|
226
|
+
height: size,
|
|
227
|
+
ref: ref,
|
|
228
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
229
|
+
viewBox: "0 0 32 32",
|
|
230
|
+
fill: "currentColor",
|
|
231
|
+
...rest
|
|
232
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
233
|
+
d: "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"
|
|
234
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
235
|
+
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"
|
|
236
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
237
|
+
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"
|
|
238
|
+
})), children);
|
|
239
|
+
});
|
|
240
|
+
if (process.env.NODE_ENV !== "production") {
|
|
241
|
+
Worship.propTypes = iconPropTypes;
|
|
242
|
+
}
|
|
243
|
+
const WorshipChristian = /*#__PURE__*/React.forwardRef(function WorshipChristian(_ref11, ref) {
|
|
244
|
+
let {
|
|
245
|
+
children,
|
|
246
|
+
size = 16,
|
|
247
|
+
...rest
|
|
248
|
+
} = _ref11;
|
|
249
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
250
|
+
width: size,
|
|
251
|
+
height: size,
|
|
252
|
+
ref: ref,
|
|
253
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
254
|
+
viewBox: "0 0 32 32",
|
|
255
|
+
fill: "currentColor",
|
|
256
|
+
...rest
|
|
257
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
258
|
+
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"
|
|
259
|
+
})), children);
|
|
260
|
+
});
|
|
261
|
+
if (process.env.NODE_ENV !== "production") {
|
|
262
|
+
WorshipChristian.propTypes = iconPropTypes;
|
|
263
|
+
}
|
|
264
|
+
const WorshipJewish = /*#__PURE__*/React.forwardRef(function WorshipJewish(_ref12, ref) {
|
|
265
|
+
let {
|
|
266
|
+
children,
|
|
267
|
+
size = 16,
|
|
268
|
+
...rest
|
|
269
|
+
} = _ref12;
|
|
270
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
271
|
+
width: size,
|
|
272
|
+
height: size,
|
|
273
|
+
ref: ref,
|
|
274
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
275
|
+
viewBox: "0 0 32 32",
|
|
276
|
+
fill: "currentColor",
|
|
277
|
+
...rest
|
|
278
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
279
|
+
d: "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"
|
|
280
|
+
})), children);
|
|
281
|
+
});
|
|
282
|
+
if (process.env.NODE_ENV !== "production") {
|
|
283
|
+
WorshipJewish.propTypes = iconPropTypes;
|
|
284
|
+
}
|
|
285
|
+
const WorshipMuslim = /*#__PURE__*/React.forwardRef(function WorshipMuslim(_ref13, ref) {
|
|
286
|
+
let {
|
|
287
|
+
children,
|
|
288
|
+
size = 16,
|
|
289
|
+
...rest
|
|
290
|
+
} = _ref13;
|
|
291
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
292
|
+
width: size,
|
|
293
|
+
height: size,
|
|
294
|
+
ref: ref,
|
|
295
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
296
|
+
viewBox: "0 0 32 32",
|
|
297
|
+
fill: "currentColor",
|
|
298
|
+
...rest
|
|
299
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
300
|
+
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"
|
|
301
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
302
|
+
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"
|
|
303
|
+
})), children);
|
|
304
|
+
});
|
|
305
|
+
if (process.env.NODE_ENV !== "production") {
|
|
306
|
+
WorshipMuslim.propTypes = iconPropTypes;
|
|
307
|
+
}
|
|
308
|
+
const QX = /*#__PURE__*/React.forwardRef(function QX(_ref14, ref) {
|
|
309
|
+
let {
|
|
310
|
+
children,
|
|
311
|
+
size = 16,
|
|
312
|
+
...rest
|
|
313
|
+
} = _ref14;
|
|
314
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
315
|
+
width: size,
|
|
316
|
+
height: size,
|
|
317
|
+
ref: ref,
|
|
318
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
319
|
+
viewBox: "0 0 32 32",
|
|
320
|
+
fill: "currentColor",
|
|
321
|
+
...rest
|
|
322
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
323
|
+
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"
|
|
324
|
+
})), children);
|
|
325
|
+
});
|
|
326
|
+
if (process.env.NODE_ENV !== "production") {
|
|
327
|
+
QX.propTypes = iconPropTypes;
|
|
328
|
+
}
|
|
329
|
+
const XAxis = /*#__PURE__*/React.forwardRef(function XAxis(_ref15, ref) {
|
|
330
|
+
let {
|
|
331
|
+
children,
|
|
332
|
+
size = 16,
|
|
333
|
+
...rest
|
|
334
|
+
} = _ref15;
|
|
335
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
336
|
+
width: size,
|
|
337
|
+
height: size,
|
|
338
|
+
ref: ref,
|
|
339
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
340
|
+
viewBox: "0 0 32 32",
|
|
341
|
+
fill: "currentColor",
|
|
342
|
+
...rest
|
|
343
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
344
|
+
d: "M23,20l-1.4141,1.4141L24.1719,24H6V4H4V24a2.0023,2.0023,0,0,0,2,2H24.1719l-2.586,2.5859L23,30l5-5Z"
|
|
345
|
+
})), children);
|
|
346
|
+
});
|
|
347
|
+
if (process.env.NODE_ENV !== "production") {
|
|
348
|
+
XAxis.propTypes = iconPropTypes;
|
|
349
|
+
}
|
|
350
|
+
const Xls = /*#__PURE__*/React.forwardRef(function Xls(_ref16, ref) {
|
|
351
|
+
let {
|
|
352
|
+
children,
|
|
353
|
+
size = 16,
|
|
354
|
+
...rest
|
|
355
|
+
} = _ref16;
|
|
356
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
357
|
+
width: size,
|
|
358
|
+
height: size,
|
|
359
|
+
ref: ref,
|
|
360
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
361
|
+
viewBox: "0 0 32 32",
|
|
362
|
+
fill: "currentColor",
|
|
363
|
+
...rest
|
|
364
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
365
|
+
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"
|
|
366
|
+
})), children);
|
|
367
|
+
});
|
|
368
|
+
if (process.env.NODE_ENV !== "production") {
|
|
369
|
+
Xls.propTypes = iconPropTypes;
|
|
370
|
+
}
|
|
371
|
+
const Xml = /*#__PURE__*/React.forwardRef(function Xml(_ref17, ref) {
|
|
372
|
+
let {
|
|
373
|
+
children,
|
|
374
|
+
size = 16,
|
|
375
|
+
...rest
|
|
376
|
+
} = _ref17;
|
|
377
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
378
|
+
width: size,
|
|
379
|
+
height: size,
|
|
380
|
+
ref: ref,
|
|
381
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
382
|
+
viewBox: "0 0 32 32",
|
|
383
|
+
fill: "currentColor",
|
|
384
|
+
...rest
|
|
385
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
386
|
+
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"
|
|
387
|
+
})), children);
|
|
388
|
+
});
|
|
389
|
+
if (process.env.NODE_ENV !== "production") {
|
|
390
|
+
Xml.propTypes = iconPropTypes;
|
|
391
|
+
}
|
|
392
|
+
const QY = /*#__PURE__*/React.forwardRef(function QY(_ref18, ref) {
|
|
393
|
+
let {
|
|
394
|
+
children,
|
|
395
|
+
size = 16,
|
|
396
|
+
...rest
|
|
397
|
+
} = _ref18;
|
|
398
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
399
|
+
width: size,
|
|
400
|
+
height: size,
|
|
401
|
+
ref: ref,
|
|
402
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
403
|
+
viewBox: "0 0 32 32",
|
|
404
|
+
fill: "currentColor",
|
|
405
|
+
...rest
|
|
406
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
407
|
+
d: "M20 9L18 9 16 16 14 9 12 9 15 18 15 23 17 23 17 18 20 9z"
|
|
408
|
+
})), children);
|
|
409
|
+
});
|
|
410
|
+
if (process.env.NODE_ENV !== "production") {
|
|
411
|
+
QY.propTypes = iconPropTypes;
|
|
412
|
+
}
|
|
413
|
+
const YAxis = /*#__PURE__*/React.forwardRef(function YAxis(_ref19, ref) {
|
|
414
|
+
let {
|
|
415
|
+
children,
|
|
416
|
+
size = 16,
|
|
417
|
+
...rest
|
|
418
|
+
} = _ref19;
|
|
419
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
420
|
+
width: size,
|
|
421
|
+
height: size,
|
|
422
|
+
ref: ref,
|
|
423
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
424
|
+
viewBox: "0 0 32 32",
|
|
425
|
+
fill: "currentColor",
|
|
426
|
+
...rest
|
|
427
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
428
|
+
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"
|
|
429
|
+
})), children);
|
|
430
|
+
});
|
|
431
|
+
if (process.env.NODE_ENV !== "production") {
|
|
432
|
+
YAxis.propTypes = iconPropTypes;
|
|
433
|
+
}
|
|
434
|
+
const QZ = /*#__PURE__*/React.forwardRef(function QZ(_ref20, ref) {
|
|
435
|
+
let {
|
|
436
|
+
children,
|
|
437
|
+
size = 16,
|
|
438
|
+
...rest
|
|
439
|
+
} = _ref20;
|
|
440
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
441
|
+
width: size,
|
|
442
|
+
height: size,
|
|
443
|
+
ref: ref,
|
|
444
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
445
|
+
viewBox: "0 0 32 32",
|
|
446
|
+
fill: "currentColor",
|
|
447
|
+
...rest
|
|
448
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
449
|
+
d: "M20 9L12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z"
|
|
450
|
+
})), children);
|
|
451
|
+
});
|
|
452
|
+
if (process.env.NODE_ENV !== "production") {
|
|
453
|
+
QZ.propTypes = iconPropTypes;
|
|
454
|
+
}
|
|
455
|
+
const ZLpar = /*#__PURE__*/React.forwardRef(function ZLpar(_ref21, ref) {
|
|
456
|
+
let {
|
|
457
|
+
children,
|
|
458
|
+
size = 16,
|
|
459
|
+
...rest
|
|
460
|
+
} = _ref21;
|
|
461
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
462
|
+
width: size,
|
|
463
|
+
height: size,
|
|
464
|
+
ref: ref,
|
|
465
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
466
|
+
viewBox: "0 0 32 32",
|
|
467
|
+
fill: "currentColor",
|
|
468
|
+
...rest
|
|
469
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
470
|
+
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"
|
|
471
|
+
})), children);
|
|
472
|
+
});
|
|
473
|
+
if (process.env.NODE_ENV !== "production") {
|
|
474
|
+
ZLpar.propTypes = iconPropTypes;
|
|
475
|
+
}
|
|
476
|
+
const ZSystems = /*#__PURE__*/React.forwardRef(function ZSystems(_ref22, ref) {
|
|
477
|
+
let {
|
|
478
|
+
children,
|
|
479
|
+
size = 16,
|
|
480
|
+
...rest
|
|
481
|
+
} = _ref22;
|
|
482
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
483
|
+
width: size,
|
|
484
|
+
height: size,
|
|
485
|
+
ref: ref,
|
|
486
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
487
|
+
viewBox: "0 0 32 32",
|
|
488
|
+
fill: "currentColor",
|
|
489
|
+
...rest
|
|
490
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
491
|
+
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"
|
|
492
|
+
})), children);
|
|
493
|
+
});
|
|
494
|
+
if (process.env.NODE_ENV !== "production") {
|
|
495
|
+
ZSystems.propTypes = iconPropTypes;
|
|
496
|
+
}
|
|
497
|
+
const ZAxis = /*#__PURE__*/React.forwardRef(function ZAxis(_ref23, ref) {
|
|
498
|
+
let {
|
|
499
|
+
children,
|
|
500
|
+
size = 16,
|
|
501
|
+
...rest
|
|
502
|
+
} = _ref23;
|
|
503
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
504
|
+
width: size,
|
|
505
|
+
height: size,
|
|
506
|
+
ref: ref,
|
|
507
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
508
|
+
viewBox: "0 0 32 32",
|
|
509
|
+
fill: "currentColor",
|
|
510
|
+
...rest
|
|
511
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
512
|
+
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"
|
|
513
|
+
})), children);
|
|
514
|
+
});
|
|
515
|
+
if (process.env.NODE_ENV !== "production") {
|
|
516
|
+
ZAxis.propTypes = iconPropTypes;
|
|
517
|
+
}
|
|
518
|
+
const Zip = /*#__PURE__*/React.forwardRef(function Zip(_ref24, ref) {
|
|
519
|
+
let {
|
|
520
|
+
children,
|
|
521
|
+
size = 16,
|
|
522
|
+
...rest
|
|
523
|
+
} = _ref24;
|
|
524
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
525
|
+
width: size,
|
|
526
|
+
height: size,
|
|
527
|
+
ref: ref,
|
|
528
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
529
|
+
viewBox: "0 0 32 32",
|
|
530
|
+
fill: "currentColor",
|
|
531
|
+
...rest
|
|
532
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
533
|
+
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"
|
|
534
|
+
})), children);
|
|
535
|
+
});
|
|
536
|
+
if (process.env.NODE_ENV !== "production") {
|
|
537
|
+
Zip.propTypes = iconPropTypes;
|
|
538
|
+
}
|
|
539
|
+
const ZipReference = /*#__PURE__*/React.forwardRef(function ZipReference(_ref25, ref) {
|
|
540
|
+
let {
|
|
541
|
+
children,
|
|
542
|
+
size = 16,
|
|
543
|
+
...rest
|
|
544
|
+
} = _ref25;
|
|
545
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
546
|
+
width: size,
|
|
547
|
+
height: size,
|
|
548
|
+
ref: ref,
|
|
549
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
550
|
+
viewBox: "0 0 32 32",
|
|
551
|
+
fill: "currentColor",
|
|
552
|
+
...rest
|
|
553
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
554
|
+
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"
|
|
555
|
+
})), children);
|
|
556
|
+
});
|
|
557
|
+
if (process.env.NODE_ENV !== "production") {
|
|
558
|
+
ZipReference.propTypes = iconPropTypes;
|
|
559
|
+
}
|
|
560
|
+
const ZoomArea = /*#__PURE__*/React.forwardRef(function ZoomArea(_ref26, ref) {
|
|
561
|
+
let {
|
|
562
|
+
children,
|
|
563
|
+
size = 16,
|
|
564
|
+
...rest
|
|
565
|
+
} = _ref26;
|
|
566
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
567
|
+
width: size,
|
|
568
|
+
height: size,
|
|
569
|
+
ref: ref,
|
|
570
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
571
|
+
viewBox: "0 0 32 32",
|
|
572
|
+
fill: "currentColor",
|
|
573
|
+
...rest
|
|
574
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
575
|
+
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"
|
|
576
|
+
})), children);
|
|
577
|
+
});
|
|
578
|
+
if (process.env.NODE_ENV !== "production") {
|
|
579
|
+
ZoomArea.propTypes = iconPropTypes;
|
|
580
|
+
}
|
|
581
|
+
const ZoomFit = /*#__PURE__*/React.forwardRef(function ZoomFit(_ref27, ref) {
|
|
582
|
+
let {
|
|
583
|
+
children,
|
|
584
|
+
size = 16,
|
|
585
|
+
...rest
|
|
586
|
+
} = _ref27;
|
|
587
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
588
|
+
width: size,
|
|
589
|
+
height: size,
|
|
590
|
+
ref: ref,
|
|
591
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
592
|
+
viewBox: "0 0 32 32",
|
|
593
|
+
fill: "currentColor",
|
|
594
|
+
...rest
|
|
595
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
596
|
+
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"
|
|
597
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
598
|
+
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"
|
|
599
|
+
})), children);
|
|
600
|
+
});
|
|
601
|
+
if (process.env.NODE_ENV !== "production") {
|
|
602
|
+
ZoomFit.propTypes = iconPropTypes;
|
|
603
|
+
}
|
|
604
|
+
const ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(_ref28, ref) {
|
|
605
|
+
let {
|
|
606
|
+
children,
|
|
607
|
+
size = 16,
|
|
608
|
+
...rest
|
|
609
|
+
} = _ref28;
|
|
610
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
611
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
612
|
+
width: size,
|
|
613
|
+
height: size,
|
|
614
|
+
ref: ref,
|
|
615
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
616
|
+
viewBox: "0 0 16 16",
|
|
617
|
+
fill: "currentColor",
|
|
618
|
+
...rest
|
|
619
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
620
|
+
d: "M9 6L7 6 7 4 6 4 6 6 4 6 4 7 6 7 6 9 7 9 7 7 9 7z"
|
|
621
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
622
|
+
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"
|
|
623
|
+
})), children);
|
|
624
|
+
}
|
|
625
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
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
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
634
|
+
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"
|
|
635
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
636
|
+
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"
|
|
637
|
+
})), children);
|
|
638
|
+
});
|
|
639
|
+
if (process.env.NODE_ENV !== "production") {
|
|
640
|
+
ZoomIn.propTypes = iconPropTypes;
|
|
641
|
+
}
|
|
642
|
+
const ZoomInArea = /*#__PURE__*/React.forwardRef(function ZoomInArea(_ref29, ref) {
|
|
643
|
+
let {
|
|
644
|
+
children,
|
|
645
|
+
size = 16,
|
|
646
|
+
...rest
|
|
647
|
+
} = _ref29;
|
|
648
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
649
|
+
width: size,
|
|
650
|
+
height: size,
|
|
651
|
+
ref: ref,
|
|
652
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
653
|
+
viewBox: "0 0 32 32",
|
|
654
|
+
fill: "currentColor",
|
|
655
|
+
...rest
|
|
656
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
657
|
+
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"
|
|
658
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
659
|
+
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"
|
|
660
|
+
})), children);
|
|
661
|
+
});
|
|
662
|
+
if (process.env.NODE_ENV !== "production") {
|
|
663
|
+
ZoomInArea.propTypes = iconPropTypes;
|
|
664
|
+
}
|
|
665
|
+
const ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(_ref30, ref) {
|
|
666
|
+
let {
|
|
667
|
+
children,
|
|
668
|
+
size = 16,
|
|
669
|
+
...rest
|
|
670
|
+
} = _ref30;
|
|
671
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
672
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
673
|
+
width: size,
|
|
674
|
+
height: size,
|
|
675
|
+
ref: ref,
|
|
676
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
677
|
+
viewBox: "0 0 16 16",
|
|
678
|
+
fill: "currentColor",
|
|
679
|
+
...rest
|
|
680
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
681
|
+
d: "M4 6H9V7H4z"
|
|
682
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
683
|
+
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"
|
|
684
|
+
})), children);
|
|
685
|
+
}
|
|
686
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
687
|
+
width: size,
|
|
688
|
+
height: size,
|
|
689
|
+
ref: ref,
|
|
690
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
691
|
+
viewBox: "0 0 32 32",
|
|
692
|
+
fill: "currentColor",
|
|
693
|
+
...rest
|
|
694
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
695
|
+
d: "M8 12H18V14H8z"
|
|
696
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
697
|
+
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"
|
|
698
|
+
})), children);
|
|
699
|
+
});
|
|
700
|
+
if (process.env.NODE_ENV !== "production") {
|
|
701
|
+
ZoomOut.propTypes = iconPropTypes;
|
|
702
|
+
}
|
|
703
|
+
const ZoomOutArea = /*#__PURE__*/React.forwardRef(function ZoomOutArea(_ref31, ref) {
|
|
704
|
+
let {
|
|
705
|
+
children,
|
|
706
|
+
size = 16,
|
|
707
|
+
...rest
|
|
708
|
+
} = _ref31;
|
|
709
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
710
|
+
width: size,
|
|
711
|
+
height: size,
|
|
712
|
+
ref: ref,
|
|
713
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
714
|
+
viewBox: "0 0 32 32",
|
|
715
|
+
fill: "currentColor",
|
|
716
|
+
...rest
|
|
717
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
718
|
+
d: "M16 19H24V21H16z"
|
|
719
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
720
|
+
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"
|
|
721
|
+
})), children);
|
|
722
|
+
});
|
|
723
|
+
if (process.env.NODE_ENV !== "production") {
|
|
724
|
+
ZoomOutArea.propTypes = iconPropTypes;
|
|
725
|
+
}
|
|
726
|
+
const ZoomReset = /*#__PURE__*/React.forwardRef(function ZoomReset(_ref32, ref) {
|
|
727
|
+
let {
|
|
728
|
+
children,
|
|
729
|
+
size = 16,
|
|
730
|
+
...rest
|
|
731
|
+
} = _ref32;
|
|
732
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
733
|
+
width: size,
|
|
734
|
+
height: size,
|
|
735
|
+
ref: ref,
|
|
736
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
737
|
+
viewBox: "0 0 32 32",
|
|
738
|
+
fill: "currentColor",
|
|
739
|
+
...rest
|
|
740
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
741
|
+
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"
|
|
742
|
+
})), children);
|
|
743
|
+
});
|
|
744
|
+
if (process.env.NODE_ENV !== "production") {
|
|
745
|
+
ZoomReset.propTypes = iconPropTypes;
|
|
746
|
+
}
|
|
747
|
+
const WatsonHealthZoomPan = /*#__PURE__*/React.forwardRef(function WatsonHealthZoomPan(_ref33, ref) {
|
|
748
|
+
let {
|
|
749
|
+
children,
|
|
750
|
+
size = 16,
|
|
751
|
+
...rest
|
|
752
|
+
} = _ref33;
|
|
753
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
754
|
+
width: size,
|
|
755
|
+
height: size,
|
|
756
|
+
ref: ref,
|
|
757
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
758
|
+
viewBox: "0 0 32 32",
|
|
759
|
+
fill: "currentColor",
|
|
760
|
+
...rest
|
|
761
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
762
|
+
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"
|
|
763
|
+
})), children);
|
|
764
|
+
});
|
|
765
|
+
if (process.env.NODE_ENV !== "production") {
|
|
766
|
+
WatsonHealthZoomPan.propTypes = iconPropTypes;
|
|
767
|
+
}
|
|
768
|
+
const Zos = /*#__PURE__*/React.forwardRef(function Zos(_ref34, ref) {
|
|
769
|
+
let {
|
|
770
|
+
children,
|
|
771
|
+
size = 16,
|
|
772
|
+
...rest
|
|
773
|
+
} = _ref34;
|
|
774
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
775
|
+
width: size,
|
|
776
|
+
height: size,
|
|
777
|
+
ref: ref,
|
|
778
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
779
|
+
viewBox: "0 0 32 32",
|
|
780
|
+
fill: "currentColor",
|
|
781
|
+
...rest
|
|
782
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
783
|
+
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"
|
|
784
|
+
})), children);
|
|
785
|
+
});
|
|
786
|
+
if (process.env.NODE_ENV !== "production") {
|
|
787
|
+
Zos.propTypes = iconPropTypes;
|
|
788
|
+
}
|
|
789
|
+
const ZosSysplex = /*#__PURE__*/React.forwardRef(function ZosSysplex(_ref35, ref) {
|
|
790
|
+
let {
|
|
791
|
+
children,
|
|
792
|
+
size = 16,
|
|
793
|
+
...rest
|
|
794
|
+
} = _ref35;
|
|
795
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
796
|
+
width: size,
|
|
797
|
+
height: size,
|
|
798
|
+
ref: ref,
|
|
799
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
800
|
+
viewBox: "0 0 32 32",
|
|
801
|
+
fill: "currentColor",
|
|
802
|
+
...rest
|
|
803
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
804
|
+
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"
|
|
805
|
+
})), children);
|
|
806
|
+
});
|
|
807
|
+
if (process.env.NODE_ENV !== "production") {
|
|
808
|
+
ZosSysplex.propTypes = iconPropTypes;
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
export { QX, QY, QZ, WatsonHealthZoomPan, WindyStrong, WinterWarning, WintryMix, WirelessCheckout, Wmv, WordCloud, WorkflowAutomation, Workspace, WorkspaceImport, Worship, WorshipChristian, WorshipJewish, WorshipMuslim, XAxis, Xls, Xml, YAxis, ZAxis, ZLpar, ZSystems, Zip, ZipReference, ZoomArea, ZoomFit, ZoomIn, ZoomInArea, ZoomOut, ZoomOutArea, ZoomReset, Zos, ZosSysplex };
|