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