@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.
Files changed (92) hide show
  1. package/LICENSE +201 -0
  2. package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  3. package/es/_virtual/_commonjsHelpers.js +12 -0
  4. package/es/_virtual/lottie.js +14 -0
  5. package/es/_virtual/lottie2.js +10 -0
  6. package/es/assets/index.d.ts +7 -0
  7. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  8. package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
  9. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  10. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
  11. package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  12. package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
  13. package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  14. package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
  15. package/es/components/Tiles/index.d.ts +12 -0
  16. package/es/data/index.d.ts +47 -0
  17. package/es/index.d.ts +11 -0
  18. package/es/index.js +11 -0
  19. package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
  20. package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
  29. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
  30. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
  31. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
  32. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
  33. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
  34. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
  41. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
  42. package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
  43. package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
  44. package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
  45. package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
  46. package/lib/_virtual/_commonjsHelpers.js +14 -0
  47. package/lib/_virtual/lottie.js +18 -0
  48. package/lib/_virtual/lottie2.js +12 -0
  49. package/lib/assets/index.d.ts +7 -0
  50. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
  51. package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
  52. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
  53. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
  54. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
  55. package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
  56. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
  57. package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
  58. package/lib/components/Tiles/index.d.ts +12 -0
  59. package/lib/data/index.d.ts +47 -0
  60. package/lib/index.d.ts +11 -0
  61. package/lib/index.js +18 -0
  62. package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
  63. package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
  74. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
  75. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
  76. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
  77. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
  78. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
  79. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
  80. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
  81. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
  82. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
  83. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
  84. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
  85. package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
  86. package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
  87. package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
  88. package/package.json +35 -0
  89. package/scss/AnimatedHeader/animated-header.scss +619 -0
  90. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
  91. package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
  92. package/scss/animated_header.scss +10 -0
@@ -0,0 +1,847 @@
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
+ 'use strict';
9
+
10
+ var React = require('react');
11
+ var Icon = require('../Icon.js');
12
+ var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
+ require('prop-types');
14
+
15
+ 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;
16
+ const WindyStrong = /*#__PURE__*/React.forwardRef(function WindyStrong(_ref, ref) {
17
+ let {
18
+ children,
19
+ size = 16,
20
+ ...rest
21
+ } = _ref;
22
+ return /*#__PURE__*/React.createElement(Icon.default, {
23
+ width: size,
24
+ height: size,
25
+ ref: ref,
26
+ xmlns: "http://www.w3.org/2000/svg",
27
+ viewBox: "0 0 32 32",
28
+ fill: "currentColor",
29
+ ...rest
30
+ }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
+ d: "M13,30a5.0057,5.0057,0,0,1-5-5h2a3,3,0,1,0,3-3H4V20h9a5,5,0,0,1,0,10Z"
32
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
+ d: "M25 25a5.0057 5.0057 0 01-5-5h2a3 3 0 103-3H2V15H25a5 5 0 010 10zM21 12H6V10H21a3 3 0 10-3-3H16a5 5 0 115 5z"
34
+ })), children);
35
+ });
36
+ if (process.env.NODE_ENV !== "production") {
37
+ WindyStrong.propTypes = iconPropTypes4cbeb95d.i;
38
+ }
39
+ const WinterWarning = /*#__PURE__*/React.forwardRef(function WinterWarning(_ref2, ref) {
40
+ let {
41
+ children,
42
+ size = 16,
43
+ ...rest
44
+ } = _ref2;
45
+ return /*#__PURE__*/React.createElement(Icon.default, {
46
+ width: size,
47
+ height: size,
48
+ ref: ref,
49
+ xmlns: "http://www.w3.org/2000/svg",
50
+ viewBox: "0 0 32 32",
51
+ fill: "currentColor",
52
+ ...rest
53
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
54
+ d: "M21.684 19.051L19.167 19.891 13 15.486 13 7.369 15.555 5.665 14.445 4.001 12 5.631 9.555 4.001 8.445 5.665 11 7.369 11 14.057 6 10.486 6 8 4 8 4 10.279 1.684 11.051 2.316 12.949 4.833 12.11 10.28 16.001 4.833 19.891 2.316 19.051 1.684 20.949 4 21.721 4 24 6 24 6 21.515 11 17.944 11 24.631 8.445 26.335 9.555 27.999 12 26.368 14.445 27.999 15.555 26.335 13 24.631 13 17.943 18 21.515 18 24 20 24 20 21.721 22.316 20.949 21.684 19.051z"
55
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
56
+ fill: "none",
57
+ d: "M23.75,10h-1.5V6h1.5ZM23,11a1,1,0,1,0,1,1A1,1,0,0,0,23,11Z"
58
+ })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
59
+ d: "M29.9115,13.9355,23.6284,2.3706a.7181.7181,0,0,0-1.2568,0L16.0885,13.9355A.72.72,0,0,0,16.72,15H29.28A.72.72,0,0,0,29.9115,13.9355ZM22.25,6h1.5v4h-1.5ZM23,13a1,1,0,1,1,1-1A1,1,0,0,1,23,13Z"
60
+ })), children);
61
+ });
62
+ if (process.env.NODE_ENV !== "production") {
63
+ WinterWarning.propTypes = iconPropTypes4cbeb95d.i;
64
+ }
65
+ const WintryMix = /*#__PURE__*/React.forwardRef(function WintryMix(_ref3, ref) {
66
+ let {
67
+ children,
68
+ size = 16,
69
+ ...rest
70
+ } = _ref3;
71
+ return /*#__PURE__*/React.createElement(Icon.default, {
72
+ width: size,
73
+ height: size,
74
+ ref: ref,
75
+ xmlns: "http://www.w3.org/2000/svg",
76
+ viewBox: "0 0 32 32",
77
+ fill: "currentColor",
78
+ ...rest
79
+ }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
80
+ d: "M15 26H17V28H15zM17 28H19V30H17zM19 30H21V32H19zM19 26H21V28H19zM15 30H17V32H15zM13 16H15V18H13zM15 18H17V20H15zM17 20H19V22H17zM17 16H19V18H17zM13 20H15V22H13zM10 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0110 30z"
81
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
82
+ d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.5321,6.5321,0,0,0,2,15.5V22l1,2,1-2V20.18a6.4891,6.4891,0,0,0,3.4294,1.7246L6.106,24.5527a1,1,0,1,0,1.7885.8946l2-4a1,1,0,0,0-.447-1.3418.977.977,0,0,0-.489-.0894V20H8.5a4.4975,4.4975,0,0,1-.356-8.981l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4975,4.4975,0,0,1,23.5,20h-.542v.0083A.9955.9955,0,0,0,22,21v3l1,2,1-2V21.9746a6.4473,6.4473,0,0,0,2-.4761V26l1,2,1-2V20.18A6.4876,6.4876,0,0,0,24.8008,9.1362Z"
83
+ })), children);
84
+ });
85
+ if (process.env.NODE_ENV !== "production") {
86
+ WintryMix.propTypes = iconPropTypes4cbeb95d.i;
87
+ }
88
+ const WirelessCheckout = /*#__PURE__*/React.forwardRef(function WirelessCheckout(_ref4, ref) {
89
+ let {
90
+ children,
91
+ size = 16,
92
+ ...rest
93
+ } = _ref4;
94
+ return /*#__PURE__*/React.createElement(Icon.default, {
95
+ width: size,
96
+ height: size,
97
+ ref: ref,
98
+ xmlns: "http://www.w3.org/2000/svg",
99
+ viewBox: "0 0 32 32",
100
+ fill: "currentColor",
101
+ ...rest
102
+ }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
103
+ d: "M18,28V26A10,10,0,0,0,28,16h2A12,12,0,0,1,18,28Z"
104
+ })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
105
+ d: "M18,23V21a5,5,0,0,0,5-5h2A7,7,0,0,1,18,23Z"
106
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
107
+ d: "M27,11H21V7a3,3,0,0,0-3-3H12A3,3,0,0,0,9,7v4H3a1,1,0,0,0-1,1.15L3.88,24.3a2,2,0,0,0,2,1.7H15V24H5.86L4.17,13H27ZM11,7a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v4H11Z"
108
+ })), children);
109
+ });
110
+ if (process.env.NODE_ENV !== "production") {
111
+ WirelessCheckout.propTypes = iconPropTypes4cbeb95d.i;
112
+ }
113
+ const Wmv = /*#__PURE__*/React.forwardRef(function Wmv(_ref5, ref) {
114
+ let {
115
+ children,
116
+ size = 16,
117
+ ...rest
118
+ } = _ref5;
119
+ return /*#__PURE__*/React.createElement(Icon.default, {
120
+ width: size,
121
+ height: size,
122
+ ref: ref,
123
+ xmlns: "http://www.w3.org/2000/svg",
124
+ viewBox: "0 0 32 32",
125
+ fill: "currentColor",
126
+ ...rest
127
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
128
+ d: "M29 9L27 22 25 9 23 9 25.52 23 28.48 23 31 9 29 9zM19 9L17.48 14 17 15.98 16.54 14 15 9 13 9 13 23 15 23 15 15 14.84 13 15.42 15 17 19.63 18.58 15 19.16 13 19 15 19 23 21 23 21 9 19 9zM9.2 9L8.86 17 8.6 21.54 8.19 18 7.51 12.54 5.49 12.54 4.81 18 4.4 21.54 4.14 17 3.8 9 2 9 3 23 5.27 23 6.03 18.07 6.49 14 6.5 13.97 6.51 14 6.97 18.07 7.73 23 10 23 11 9 9.2 9z"
129
+ })), children);
130
+ });
131
+ if (process.env.NODE_ENV !== "production") {
132
+ Wmv.propTypes = iconPropTypes4cbeb95d.i;
133
+ }
134
+ const WordCloud = /*#__PURE__*/React.forwardRef(function WordCloud(_ref6, ref) {
135
+ let {
136
+ children,
137
+ size = 16,
138
+ ...rest
139
+ } = _ref6;
140
+ return /*#__PURE__*/React.createElement(Icon.default, {
141
+ width: size,
142
+ height: size,
143
+ ref: ref,
144
+ xmlns: "http://www.w3.org/2000/svg",
145
+ viewBox: "0 0 32 32",
146
+ fill: "currentColor",
147
+ ...rest
148
+ }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
149
+ d: "M10 16H22V18H10zM10 20H18V22H10z"
150
+ })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
151
+ d: "M16,7h0a8.0233,8.0233,0,0,1,7.8649,6.4935l.2591,1.346,1.3488.244A5.5019,5.5019,0,0,1,24.5076,26H7.4954a5.5019,5.5019,0,0,1-.9695-10.9165l1.3488-.244.2591-1.346A8.0256,8.0256,0,0,1,16,7m0-2a10.0244,10.0244,0,0,0-9.83,8.1155A7.5019,7.5019,0,0,0,7.4911,28H24.5076a7.5019,7.5019,0,0,0,1.3213-14.8845A10.0229,10.0229,0,0,0,15.9883,5Z"
152
+ })), children);
153
+ });
154
+ if (process.env.NODE_ENV !== "production") {
155
+ WordCloud.propTypes = iconPropTypes4cbeb95d.i;
156
+ }
157
+ const WorkflowAutomation = /*#__PURE__*/React.forwardRef(function WorkflowAutomation(_ref7, ref) {
158
+ let {
159
+ children,
160
+ size = 16,
161
+ ...rest
162
+ } = _ref7;
163
+ return /*#__PURE__*/React.createElement(Icon.default, {
164
+ width: size,
165
+ height: size,
166
+ ref: ref,
167
+ xmlns: "http://www.w3.org/2000/svg",
168
+ viewBox: "0 0 32 32",
169
+ fill: "currentColor",
170
+ ...rest
171
+ }, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
172
+ 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"
173
+ })))), children);
174
+ });
175
+ if (process.env.NODE_ENV !== "production") {
176
+ WorkflowAutomation.propTypes = iconPropTypes4cbeb95d.i;
177
+ }
178
+ const Workspace = /*#__PURE__*/React.forwardRef(function Workspace(_ref8, ref) {
179
+ let {
180
+ children,
181
+ size = 16,
182
+ ...rest
183
+ } = _ref8;
184
+ return /*#__PURE__*/React.createElement(Icon.default, {
185
+ width: size,
186
+ height: size,
187
+ ref: ref,
188
+ xmlns: "http://www.w3.org/2000/svg",
189
+ viewBox: "0 0 32 32",
190
+ fill: "currentColor",
191
+ ...rest
192
+ }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
193
+ d: "M16 17v8H6V17H16m0-2H6a2 2 0 00-2 2v8a2 2 0 002 2H16a2 2 0 002-2V17a2 2 0 00-2-2zM27 6v5H17V6H27m0-2H17a2 2 0 00-2 2v5a2 2 0 002 2H27a2 2 0 002-2V6a2 2 0 00-2-2zM27 17v5H22V17h5m0-2H22a2 2 0 00-2 2v5a2 2 0 002 2h5a2 2 0 002-2V17a2 2 0 00-2-2zM11 6v5H6V6h5m0-2H6A2 2 0 004 6v5a2 2 0 002 2h5a2 2 0 002-2V6a2 2 0 00-2-2z"
194
+ })), children);
195
+ });
196
+ if (process.env.NODE_ENV !== "production") {
197
+ Workspace.propTypes = iconPropTypes4cbeb95d.i;
198
+ }
199
+ const WorkspaceImport = /*#__PURE__*/React.forwardRef(function WorkspaceImport(_ref9, ref) {
200
+ let {
201
+ children,
202
+ size = 16,
203
+ ...rest
204
+ } = _ref9;
205
+ return /*#__PURE__*/React.createElement(Icon.default, {
206
+ width: size,
207
+ height: size,
208
+ ref: ref,
209
+ xmlns: "http://www.w3.org/2000/svg",
210
+ viewBox: "0 0 32 32",
211
+ fill: "currentColor",
212
+ ...rest
213
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
214
+ d: "M27 6v5H17V6H27m0-2H17a2 2 0 00-2 2v5a2 2 0 002 2H27a2 2 0 002-2V6a2 2 0 00-2-2zM12 25H6V17h6V15H6a2 2 0 00-2 2v8a2 2 0 002 2h6zM30 20L16.828 20 19.414 17.414 18 16 13 21 18 26 19.414 24.586 16.828 22 30 22 30 20zM11 6v5H6V6h5m0-2H6A2 2 0 004 6v5a2 2 0 002 2h5a2 2 0 002-2V6a2 2 0 00-2-2z"
215
+ })), children);
216
+ });
217
+ if (process.env.NODE_ENV !== "production") {
218
+ WorkspaceImport.propTypes = iconPropTypes4cbeb95d.i;
219
+ }
220
+ const Worship = /*#__PURE__*/React.forwardRef(function Worship(_ref10, ref) {
221
+ let {
222
+ children,
223
+ size = 16,
224
+ ...rest
225
+ } = _ref10;
226
+ return /*#__PURE__*/React.createElement(Icon.default, {
227
+ width: size,
228
+ height: size,
229
+ ref: ref,
230
+ xmlns: "http://www.w3.org/2000/svg",
231
+ viewBox: "0 0 32 32",
232
+ fill: "currentColor",
233
+ ...rest
234
+ }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
235
+ d: "M26.5859,17,22,21.5859v0h0l-5-5a2.002,2.002,0,0,0-2.8286,0L9.585,21.1709A2.0031,2.0031,0,0,0,9.585,24l4.0009,4H6v2H16a1,1,0,0,0,.707-1.707L11,22.585,15.5852,18l5.7078,5.707a.9995.9995,0,0,0,1.414,0L28,18.4141Z"
236
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
237
+ d: "M21.5,17A3.5,3.5,0,1,1,25,13.5,3.5042,3.5042,0,0,1,21.5,17Zm0-5A1.5,1.5,0,1,0,23,13.5,1.5017,1.5017,0,0,0,21.5,12Z"
238
+ })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
239
+ d: "M4,10.5977l12-6.462,12.5264,6.7452.9472-1.7618-13-7a1.0045,1.0045,0,0,0-.9472,0l-13,7A1,1,0,0,0,2,10V30H4Z"
240
+ })), children);
241
+ });
242
+ if (process.env.NODE_ENV !== "production") {
243
+ Worship.propTypes = iconPropTypes4cbeb95d.i;
244
+ }
245
+ const WorshipChristian = /*#__PURE__*/React.forwardRef(function WorshipChristian(_ref11, ref) {
246
+ let {
247
+ children,
248
+ size = 16,
249
+ ...rest
250
+ } = _ref11;
251
+ return /*#__PURE__*/React.createElement(Icon.default, {
252
+ width: size,
253
+ height: size,
254
+ ref: ref,
255
+ xmlns: "http://www.w3.org/2000/svg",
256
+ viewBox: "0 0 32 32",
257
+ fill: "currentColor",
258
+ ...rest
259
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
260
+ d: "M17,30H15a2.0021,2.0021,0,0,1-2-2V14H8a2.0021,2.0021,0,0,1-2-2V10A2.0021,2.0021,0,0,1,8,8h5V4a2.0021,2.0021,0,0,1,2-2h2a2.0021,2.0021,0,0,1,2,2V8h5a2.0021,2.0021,0,0,1,2,2v2a2.0021,2.0021,0,0,1-2,2H19V28A2.0021,2.0021,0,0,1,17,30ZM8,10v2h7V28h2V12h7V10H17V4H15v6Z"
261
+ })), children);
262
+ });
263
+ if (process.env.NODE_ENV !== "production") {
264
+ WorshipChristian.propTypes = iconPropTypes4cbeb95d.i;
265
+ }
266
+ const WorshipJewish = /*#__PURE__*/React.forwardRef(function WorshipJewish(_ref12, ref) {
267
+ let {
268
+ children,
269
+ size = 16,
270
+ ...rest
271
+ } = _ref12;
272
+ return /*#__PURE__*/React.createElement(Icon.default, {
273
+ width: size,
274
+ height: size,
275
+ ref: ref,
276
+ xmlns: "http://www.w3.org/2000/svg",
277
+ viewBox: "0 0 32 32",
278
+ fill: "currentColor",
279
+ ...rest
280
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
281
+ d: "M24.291,16l3.585-6.5181A1,1,0,0,0,27,8H19.8911L16.876,2.5181a1,1,0,0,0-1.752,0L12.1089,8H5a1,1,0,0,0-.876,1.4819L7.709,16,4.124,22.5181A1,1,0,0,0,5,24h7.1089l3.0151,5.4819a1,1,0,0,0,1.752,0L19.8911,24H27a1,1,0,0,0,.876-1.4819Zm-5.5823,6L16,26.9248,13.2913,22h-6.6l3.3-6-3.3-6h6.6L16,5.0752,18.7087,10h6.6l-3.3,6,3.3,6Z"
282
+ })), children);
283
+ });
284
+ if (process.env.NODE_ENV !== "production") {
285
+ WorshipJewish.propTypes = iconPropTypes4cbeb95d.i;
286
+ }
287
+ const WorshipMuslim = /*#__PURE__*/React.forwardRef(function WorshipMuslim(_ref13, ref) {
288
+ let {
289
+ children,
290
+ size = 16,
291
+ ...rest
292
+ } = _ref13;
293
+ return /*#__PURE__*/React.createElement(Icon.default, {
294
+ width: size,
295
+ height: size,
296
+ ref: ref,
297
+ xmlns: "http://www.w3.org/2000/svg",
298
+ viewBox: "0 0 32 32",
299
+ fill: "currentColor",
300
+ ...rest
301
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
302
+ d: "M27,18a.9986.9986,0,0,1-.5415-.1594L22,14.9688l-4.4585,2.8718a1,1,0,0,1-1.5088-1.095l1.35-5.1318L14.3105,8.69a1,1,0,0,1,.5508-1.7146l4.3745-.6128,1.8663-3.8032A1.0008,1.0008,0,0,1,21.9878,2a1.0171,1.0171,0,0,1,.8989.5378L24.88,6.3625l4.2622.6133A1,1,0,0,1,29.69,8.69l-3.0723,2.9239,1.35,5.1318A1,1,0,0,1,27,18Zm-5-5.2207a.999.999,0,0,1,.5415.1594l2.8369,1.8272-.8457-3.2149a1.0006,1.0006,0,0,1,.2778-.9787l2.0074-1.91-2.73-.3929a.9994.9994,0,0,1-.7441-.5275L22.0269,5.2151,20.7979,7.72a1.0008,1.0008,0,0,1-.7593.55L17.19,8.6687l2,1.9036a1.0006,1.0006,0,0,1,.2778.9787l-.8457,3.2149,2.8369-1.8272A.999.999,0,0,1,22,12.7793Z"
303
+ })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
304
+ d: "M15.8169,30A13.8137,13.8137,0,0,1,9.0752,4.1277a1,1,0,0,1,1.3613,1.3611A11.8091,11.8091,0,0,0,26.5107,21.5635a1,1,0,0,1,1.3619,1.3611A13.8411,13.8411,0,0,1,15.8169,30ZM7.3271,7.9727a11.81,11.81,0,0,0,16.7,16.7,13.8086,13.8086,0,0,1-16.7-16.7Z"
305
+ })), children);
306
+ });
307
+ if (process.env.NODE_ENV !== "production") {
308
+ WorshipMuslim.propTypes = iconPropTypes4cbeb95d.i;
309
+ }
310
+ const QX = /*#__PURE__*/React.forwardRef(function QX(_ref14, ref) {
311
+ let {
312
+ children,
313
+ size = 16,
314
+ ...rest
315
+ } = _ref14;
316
+ return /*#__PURE__*/React.createElement(Icon.default, {
317
+ width: size,
318
+ height: size,
319
+ ref: ref,
320
+ xmlns: "http://www.w3.org/2000/svg",
321
+ viewBox: "0 0 32 32",
322
+ fill: "currentColor",
323
+ ...rest
324
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
325
+ d: "M20 9L18 9 16 15 14 9 12 9 14.75 16 12 23 14 23 16 17 18 23 20 23 17.25 16 20 9z"
326
+ })), children);
327
+ });
328
+ if (process.env.NODE_ENV !== "production") {
329
+ QX.propTypes = iconPropTypes4cbeb95d.i;
330
+ }
331
+ const XAxis = /*#__PURE__*/React.forwardRef(function XAxis(_ref15, ref) {
332
+ let {
333
+ children,
334
+ size = 16,
335
+ ...rest
336
+ } = _ref15;
337
+ return /*#__PURE__*/React.createElement(Icon.default, {
338
+ width: size,
339
+ height: size,
340
+ ref: ref,
341
+ xmlns: "http://www.w3.org/2000/svg",
342
+ viewBox: "0 0 32 32",
343
+ fill: "currentColor",
344
+ ...rest
345
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
346
+ d: "M23,20l-1.4141,1.4141L24.1719,24H6V4H4V24a2.0023,2.0023,0,0,0,2,2H24.1719l-2.586,2.5859L23,30l5-5Z"
347
+ })), children);
348
+ });
349
+ if (process.env.NODE_ENV !== "production") {
350
+ XAxis.propTypes = iconPropTypes4cbeb95d.i;
351
+ }
352
+ const Xls = /*#__PURE__*/React.forwardRef(function Xls(_ref16, ref) {
353
+ let {
354
+ children,
355
+ size = 16,
356
+ ...rest
357
+ } = _ref16;
358
+ return /*#__PURE__*/React.createElement(Icon.default, {
359
+ width: size,
360
+ height: size,
361
+ ref: ref,
362
+ xmlns: "http://www.w3.org/2000/svg",
363
+ viewBox: "0 0 32 32",
364
+ fill: "currentColor",
365
+ ...rest
366
+ }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
367
+ d: "M28 23H22V21h6V17H24a2.002 2.002 0 01-2-2V11a2.002 2.002 0 012-2h6v2H24v4h4a2.002 2.002 0 012 2v4A2.0023 2.0023 0 0128 23zM14 21L14 9 12 9 12 23 20 23 20 21 14 21zM10 9L8 9 6 15 4 9 2 9 4.752 16 2 23 4 23 6 17 8 23 10 23 7.245 16 10 9z"
368
+ })), children);
369
+ });
370
+ if (process.env.NODE_ENV !== "production") {
371
+ Xls.propTypes = iconPropTypes4cbeb95d.i;
372
+ }
373
+ const Xml = /*#__PURE__*/React.forwardRef(function Xml(_ref17, ref) {
374
+ let {
375
+ children,
376
+ size = 16,
377
+ ...rest
378
+ } = _ref17;
379
+ return /*#__PURE__*/React.createElement(Icon.default, {
380
+ width: size,
381
+ height: size,
382
+ ref: ref,
383
+ xmlns: "http://www.w3.org/2000/svg",
384
+ viewBox: "0 0 32 32",
385
+ fill: "currentColor",
386
+ ...rest
387
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
388
+ d: "M24 21L24 9 22 9 22 23 30 23 30 21 24 21zM18 9L16.48 14 16 15.98 15.54 14 14 9 12 9 12 23 14 23 14 15 13.84 13 14.42 15 16 19.63 17.58 15 18.16 13 18 15 18 23 20 23 20 9 18 9zM10 9L8 9 6 15 4 9 2 9 4.75 16 2 23 4 23 6 17 8 23 10 23 7.25 16 10 9z"
389
+ })), children);
390
+ });
391
+ if (process.env.NODE_ENV !== "production") {
392
+ Xml.propTypes = iconPropTypes4cbeb95d.i;
393
+ }
394
+ const QY = /*#__PURE__*/React.forwardRef(function QY(_ref18, ref) {
395
+ let {
396
+ children,
397
+ size = 16,
398
+ ...rest
399
+ } = _ref18;
400
+ return /*#__PURE__*/React.createElement(Icon.default, {
401
+ width: size,
402
+ height: size,
403
+ ref: ref,
404
+ xmlns: "http://www.w3.org/2000/svg",
405
+ viewBox: "0 0 32 32",
406
+ fill: "currentColor",
407
+ ...rest
408
+ }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
409
+ d: "M20 9L18 9 16 16 14 9 12 9 15 18 15 23 17 23 17 18 20 9z"
410
+ })), children);
411
+ });
412
+ if (process.env.NODE_ENV !== "production") {
413
+ QY.propTypes = iconPropTypes4cbeb95d.i;
414
+ }
415
+ const YAxis = /*#__PURE__*/React.forwardRef(function YAxis(_ref19, ref) {
416
+ let {
417
+ children,
418
+ size = 16,
419
+ ...rest
420
+ } = _ref19;
421
+ return /*#__PURE__*/React.createElement(Icon.default, {
422
+ width: size,
423
+ height: size,
424
+ ref: ref,
425
+ xmlns: "http://www.w3.org/2000/svg",
426
+ viewBox: "0 0 32 32",
427
+ fill: "currentColor",
428
+ ...rest
429
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
430
+ d: "M8,26V7.8281l2.5859,2.586L12,9,7,4,2,9l1.4141,1.4141L6,7.8281V26a2.0023,2.0023,0,0,0,2,2H28V26Z"
431
+ })), children);
432
+ });
433
+ if (process.env.NODE_ENV !== "production") {
434
+ YAxis.propTypes = iconPropTypes4cbeb95d.i;
435
+ }
436
+ const QZ = /*#__PURE__*/React.forwardRef(function QZ(_ref20, ref) {
437
+ let {
438
+ children,
439
+ size = 16,
440
+ ...rest
441
+ } = _ref20;
442
+ return /*#__PURE__*/React.createElement(Icon.default, {
443
+ width: size,
444
+ height: size,
445
+ ref: ref,
446
+ xmlns: "http://www.w3.org/2000/svg",
447
+ viewBox: "0 0 32 32",
448
+ fill: "currentColor",
449
+ ...rest
450
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
451
+ d: "M20 9L12 9 12 11 18 11 12 21 12 23 20 23 20 21 14 21 20 11 20 9z"
452
+ })), children);
453
+ });
454
+ if (process.env.NODE_ENV !== "production") {
455
+ QZ.propTypes = iconPropTypes4cbeb95d.i;
456
+ }
457
+ const ZLpar = /*#__PURE__*/React.forwardRef(function ZLpar(_ref21, ref) {
458
+ let {
459
+ children,
460
+ size = 16,
461
+ ...rest
462
+ } = _ref21;
463
+ return /*#__PURE__*/React.createElement(Icon.default, {
464
+ width: size,
465
+ height: size,
466
+ ref: ref,
467
+ xmlns: "http://www.w3.org/2000/svg",
468
+ viewBox: "0 0 32 32",
469
+ fill: "currentColor",
470
+ ...rest
471
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
472
+ d: "M24,10h4c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2h-4c-1.1046,0-2,.8954-2,2v1h-3c-1.1046,0-2,.8954-2,2V15h-3V5c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2V27c0,1.1046,.8954,2,2,2H12c1.1046,0,2-.8954,2-2v-10h3v8c0,1.1046,.8954,2,2,2h3v1c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-4c-1.1046,0-2,.8954-2,2v1h-3v-8h3v1c0,1.1046,.8954,2,2,2h4c1.1046,0,2-.8954,2-2v-4c0-1.1046-.8954-2-2-2h-4c-1.1046,0-2,.8954-2,2v1h-3V7h3v1c0,1.1046,.8954,2,2,2Zm0-6h4v4s-4,0-4,0V4ZM11.3992,12l-7.3992,5.9194V6.0806l7.3992,5.9194Zm.6013,2.0801l.0007,11.8403-7.4004-5.9204,7.3997-5.9199Zm-.0002-4.1606L5.8508,5h6.1492l.0002,4.9194ZM4,22.0806l6.1492,4.9194H4v-4.9194Zm20,1.9194h4v4h-4v-4Zm0-10h4v4h-4v-4Z"
473
+ })), children);
474
+ });
475
+ if (process.env.NODE_ENV !== "production") {
476
+ ZLpar.propTypes = iconPropTypes4cbeb95d.i;
477
+ }
478
+ const ZSystems = /*#__PURE__*/React.forwardRef(function ZSystems(_ref22, ref) {
479
+ let {
480
+ children,
481
+ size = 16,
482
+ ...rest
483
+ } = _ref22;
484
+ return /*#__PURE__*/React.createElement(Icon.default, {
485
+ width: size,
486
+ height: size,
487
+ ref: ref,
488
+ xmlns: "http://www.w3.org/2000/svg",
489
+ viewBox: "0 0 32 32",
490
+ fill: "currentColor",
491
+ ...rest
492
+ }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
493
+ d: "M27 3h-8c-1.1028 0-2 .8975-2 2V27c0 1.1025.8972 2 2 2h8c1.1028 0 2-.8975 2-2V5c0-1.1025-.8972-2-2-2zm.0002 6.9194l-6.1494-4.9194h6.1492l.0002 4.9194zm-.6011 2.0806l-7.3992 5.9194V6.0806l7.3992 5.9194zm.6013 2.0801l.0007 11.8403-7.4004-5.9204 7.3997-5.9199zm-8.0005 8.0005l6.1492 4.9194h-6.1492v-4.9194zM13 3H5c-1.1028 0-2 .8975-2 2V27c0 1.1025.8972 2 2 2H13c1.1028 0 2-.8975 2-2V5c0-1.1025-.8972-2-2-2zm.0002 6.9194L6.8508 5h6.1492l.0002 4.9194zm-.6011 2.0806l-7.3992 5.9194V6.0806l7.3992 5.9194zm.6013 2.0801l.0007 11.8403-7.4004-5.9204 7.3997-5.9199zM5 22.0806l6.1492 4.9194H5v-4.9194z"
494
+ })), children);
495
+ });
496
+ if (process.env.NODE_ENV !== "production") {
497
+ ZSystems.propTypes = iconPropTypes4cbeb95d.i;
498
+ }
499
+ const ZAxis = /*#__PURE__*/React.forwardRef(function ZAxis(_ref23, ref) {
500
+ let {
501
+ children,
502
+ size = 16,
503
+ ...rest
504
+ } = _ref23;
505
+ return /*#__PURE__*/React.createElement(Icon.default, {
506
+ width: size,
507
+ height: size,
508
+ ref: ref,
509
+ xmlns: "http://www.w3.org/2000/svg",
510
+ viewBox: "0 0 32 32",
511
+ fill: "currentColor",
512
+ ...rest
513
+ }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
514
+ d: "M26 22L26 25.586 17 16.586 17 10 17 6 17 5.828 19.586 8.414 21 7 16 2 11 7 12.414 8.414 15 5.828 15 6 15 10 15 16.586 6 25.586 6 22 4 22 4 29 11 29 11 27 7.414 27 16 18.414 24.586 27 21 27 21 29 28 29 28 22 26 22z"
515
+ })), children);
516
+ });
517
+ if (process.env.NODE_ENV !== "production") {
518
+ ZAxis.propTypes = iconPropTypes4cbeb95d.i;
519
+ }
520
+ const Zip = /*#__PURE__*/React.forwardRef(function Zip(_ref24, ref) {
521
+ let {
522
+ children,
523
+ size = 16,
524
+ ...rest
525
+ } = _ref24;
526
+ return /*#__PURE__*/React.createElement(Icon.default, {
527
+ width: size,
528
+ height: size,
529
+ ref: ref,
530
+ xmlns: "http://www.w3.org/2000/svg",
531
+ viewBox: "0 0 32 32",
532
+ fill: "currentColor",
533
+ ...rest
534
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
535
+ d: "M28 9H22V23h2V18h4a2 2 0 002-2V11A2 2 0 0028 9zm0 7H24V11h4zM12 9L12 11 15 11 15 21 12 21 12 23 20 23 20 21 17 21 17 11 20 11 20 9 12 9zM10 9L2 9 2 11 8 11 2 21 2 23 10 23 10 21 4 21 10 11 10 9z"
536
+ })), children);
537
+ });
538
+ if (process.env.NODE_ENV !== "production") {
539
+ Zip.propTypes = iconPropTypes4cbeb95d.i;
540
+ }
541
+ const ZipReference = /*#__PURE__*/React.forwardRef(function ZipReference(_ref25, ref) {
542
+ let {
543
+ children,
544
+ size = 16,
545
+ ...rest
546
+ } = _ref25;
547
+ return /*#__PURE__*/React.createElement(Icon.default, {
548
+ width: size,
549
+ height: size,
550
+ ref: ref,
551
+ xmlns: "http://www.w3.org/2000/svg",
552
+ viewBox: "0 0 32 32",
553
+ fill: "currentColor",
554
+ ...rest
555
+ }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
556
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM28 2H22V16h2V11h4a2 2 0 002-2V4A2 2 0 0028 2zm0 7H24V4h4zM12 4L15 4 15 14 12 14 12 16 20 16 20 14 17 14 17 4 20 4 20 2 12 2 12 4zM2 4L8 4 2 14 2 16 10 16 10 14 4 14 10 4 10 2 2 2 2 4z"
557
+ })), children);
558
+ });
559
+ if (process.env.NODE_ENV !== "production") {
560
+ ZipReference.propTypes = iconPropTypes4cbeb95d.i;
561
+ }
562
+ const ZoomArea = /*#__PURE__*/React.forwardRef(function ZoomArea(_ref26, ref) {
563
+ let {
564
+ children,
565
+ size = 16,
566
+ ...rest
567
+ } = _ref26;
568
+ return /*#__PURE__*/React.createElement(Icon.default, {
569
+ width: size,
570
+ height: size,
571
+ ref: ref,
572
+ xmlns: "http://www.w3.org/2000/svg",
573
+ viewBox: "0 0 32 32",
574
+ fill: "currentColor",
575
+ ...rest
576
+ }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
577
+ d: "M31 29.5859l-4.6885-4.6884a8.028 8.028 0 10-1.414 1.414L29.5859 31zM20 26a6 6 0 116-6A6.0066 6.0066 0 0120 26zM8 26H4a2.0021 2.0021 0 01-2-2V20H4v4H8zM2 12H4V16H2zM26 8H24V4H20V2h4a2.0021 2.0021 0 012 2zM12 2H16V4H12zM4 8H2V4A2.0021 2.0021 0 014 2H8V4H4z"
578
+ })), children);
579
+ });
580
+ if (process.env.NODE_ENV !== "production") {
581
+ ZoomArea.propTypes = iconPropTypes4cbeb95d.i;
582
+ }
583
+ const ZoomFit = /*#__PURE__*/React.forwardRef(function ZoomFit(_ref27, ref) {
584
+ let {
585
+ children,
586
+ size = 16,
587
+ ...rest
588
+ } = _ref27;
589
+ return /*#__PURE__*/React.createElement(Icon.default, {
590
+ width: size,
591
+ height: size,
592
+ ref: ref,
593
+ xmlns: "http://www.w3.org/2000/svg",
594
+ viewBox: "0 0 32 32",
595
+ fill: "currentColor",
596
+ ...rest
597
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
598
+ d: "M21.4479,20A10.856,10.856,0,0,0,24,13,11,11,0,1,0,13,24a10.856,10.856,0,0,0,7-2.5521L27.5859,29,29,27.5859ZM13,22a9,9,0,1,1,9-9A9.01,9.01,0,0,1,13,22Z"
599
+ })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
600
+ d: "M10 12H8V10a2.0023 2.0023 0 012-2h2v2H10zM18 12H16V10H14V8h2a2.0023 2.0023 0 012 2zM12 18H10a2.0023 2.0023 0 01-2-2V14h2v2h2zM16 18H14V16h2V14h2v2A2.0023 2.0023 0 0116 18z"
601
+ })), children);
602
+ });
603
+ if (process.env.NODE_ENV !== "production") {
604
+ ZoomFit.propTypes = iconPropTypes4cbeb95d.i;
605
+ }
606
+ const ZoomIn = /*#__PURE__*/React.forwardRef(function ZoomIn(_ref28, ref) {
607
+ let {
608
+ children,
609
+ size = 16,
610
+ ...rest
611
+ } = _ref28;
612
+ if (size === 16 || size === "16" || size === "16px") {
613
+ return /*#__PURE__*/React.createElement(Icon.default, {
614
+ width: size,
615
+ height: size,
616
+ ref: ref,
617
+ xmlns: "http://www.w3.org/2000/svg",
618
+ viewBox: "0 0 16 16",
619
+ fill: "currentColor",
620
+ ...rest
621
+ }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
622
+ d: "M9 6L7 6 7 4 6 4 6 6 4 6 4 7 6 7 6 9 7 9 7 7 9 7z"
623
+ })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
624
+ d: "M10.7,10C11.5,9,12,7.8,12,6.5C12,3.5,9.5,1,6.5,1S1,3.5,1,6.5S3.5,12,6.5,12c1.3,0,2.5-0.5,3.5-1.3l3.8,3.8l0.7-0.7 L10.7,10z M6.5,11C4,11,2,9,2,6.5S4,2,6.5,2S11,4,11,6.5S9,11,6.5,11L6.5,11z"
625
+ })), children);
626
+ }
627
+ return /*#__PURE__*/React.createElement(Icon.default, {
628
+ width: size,
629
+ height: size,
630
+ ref: ref,
631
+ xmlns: "http://www.w3.org/2000/svg",
632
+ viewBox: "0 0 32 32",
633
+ fill: "currentColor",
634
+ ...rest
635
+ }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
636
+ d: "M18 12L14 12 14 8 12 8 12 12 8 12 8 14 12 14 12 18 14 18 14 14 18 14 18 12z"
637
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
638
+ d: "M21.4479,20A10.856,10.856,0,0,0,24,13,11,11,0,1,0,13,24a10.856,10.856,0,0,0,7-2.5521L27.5859,29,29,27.5859ZM13,22a9,9,0,1,1,9-9A9.01,9.01,0,0,1,13,22Z"
639
+ })), children);
640
+ });
641
+ if (process.env.NODE_ENV !== "production") {
642
+ ZoomIn.propTypes = iconPropTypes4cbeb95d.i;
643
+ }
644
+ const ZoomInArea = /*#__PURE__*/React.forwardRef(function ZoomInArea(_ref29, ref) {
645
+ let {
646
+ children,
647
+ size = 16,
648
+ ...rest
649
+ } = _ref29;
650
+ return /*#__PURE__*/React.createElement(Icon.default, {
651
+ width: size,
652
+ height: size,
653
+ ref: ref,
654
+ xmlns: "http://www.w3.org/2000/svg",
655
+ viewBox: "0 0 32 32",
656
+ fill: "currentColor",
657
+ ...rest
658
+ }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
659
+ d: "M24 19L21 19 21 16 19 16 19 19 16 19 16 21 19 21 19 24 21 24 21 21 24 21 24 19z"
660
+ })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
661
+ d: "M31 29.5859l-4.6885-4.6884a8.028 8.028 0 10-1.414 1.414L29.5859 31zM20 26a6 6 0 116-6A6.0066 6.0066 0 0120 26zM4 8H2V4A2.0021 2.0021 0 014 2H8V4H4zM26 8H24V4H20V2h4a2.0021 2.0021 0 012 2zM12 2H16V4H12zM8 26H4a2.0021 2.0021 0 01-2-2V20H4v4H8zM2 12H4V16H2z"
662
+ })), children);
663
+ });
664
+ if (process.env.NODE_ENV !== "production") {
665
+ ZoomInArea.propTypes = iconPropTypes4cbeb95d.i;
666
+ }
667
+ const ZoomOut = /*#__PURE__*/React.forwardRef(function ZoomOut(_ref30, ref) {
668
+ let {
669
+ children,
670
+ size = 16,
671
+ ...rest
672
+ } = _ref30;
673
+ if (size === 16 || size === "16" || size === "16px") {
674
+ return /*#__PURE__*/React.createElement(Icon.default, {
675
+ width: size,
676
+ height: size,
677
+ ref: ref,
678
+ xmlns: "http://www.w3.org/2000/svg",
679
+ viewBox: "0 0 16 16",
680
+ fill: "currentColor",
681
+ ...rest
682
+ }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
683
+ d: "M4 6H9V7H4z"
684
+ })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
685
+ d: "M10.7,10C11.5,9,12,7.8,12,6.5C12,3.5,9.5,1,6.5,1S1,3.5,1,6.5S3.5,12,6.5,12c1.3,0,2.5-0.5,3.5-1.3l3.8,3.8l0.7-0.7 L10.7,10z M6.5,11C4,11,2,9,2,6.5S4,2,6.5,2S11,4,11,6.5S9,11,6.5,11L6.5,11z"
686
+ })), children);
687
+ }
688
+ return /*#__PURE__*/React.createElement(Icon.default, {
689
+ width: size,
690
+ height: size,
691
+ ref: ref,
692
+ xmlns: "http://www.w3.org/2000/svg",
693
+ viewBox: "0 0 32 32",
694
+ fill: "currentColor",
695
+ ...rest
696
+ }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
697
+ d: "M8 12H18V14H8z"
698
+ })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
699
+ d: "M21.4479,20A10.856,10.856,0,0,0,24,13,11,11,0,1,0,13,24a10.856,10.856,0,0,0,7-2.5521L27.5859,29,29,27.5859ZM13,22a9,9,0,1,1,9-9A9.01,9.01,0,0,1,13,22Z"
700
+ })), children);
701
+ });
702
+ if (process.env.NODE_ENV !== "production") {
703
+ ZoomOut.propTypes = iconPropTypes4cbeb95d.i;
704
+ }
705
+ const ZoomOutArea = /*#__PURE__*/React.forwardRef(function ZoomOutArea(_ref31, ref) {
706
+ let {
707
+ children,
708
+ size = 16,
709
+ ...rest
710
+ } = _ref31;
711
+ return /*#__PURE__*/React.createElement(Icon.default, {
712
+ width: size,
713
+ height: size,
714
+ ref: ref,
715
+ xmlns: "http://www.w3.org/2000/svg",
716
+ viewBox: "0 0 32 32",
717
+ fill: "currentColor",
718
+ ...rest
719
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
720
+ d: "M16 19H24V21H16z"
721
+ })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
722
+ d: "M31 29.5859l-4.6885-4.6884a8.028 8.028 0 10-1.414 1.414L29.5859 31zM20 26a6 6 0 116-6A6.0066 6.0066 0 0120 26zM4 8H2V4A2.0021 2.0021 0 014 2H8V4H4zM26 8H24V4H20V2h4a2.0021 2.0021 0 012 2zM12 2H16V4H12zM8 26H4a2.0021 2.0021 0 01-2-2V20H4v4H8zM2 12H4V16H2z"
723
+ })), children);
724
+ });
725
+ if (process.env.NODE_ENV !== "production") {
726
+ ZoomOutArea.propTypes = iconPropTypes4cbeb95d.i;
727
+ }
728
+ const ZoomReset = /*#__PURE__*/React.forwardRef(function ZoomReset(_ref32, ref) {
729
+ let {
730
+ children,
731
+ size = 16,
732
+ ...rest
733
+ } = _ref32;
734
+ return /*#__PURE__*/React.createElement(Icon.default, {
735
+ width: size,
736
+ height: size,
737
+ ref: ref,
738
+ xmlns: "http://www.w3.org/2000/svg",
739
+ viewBox: "0 0 32 32",
740
+ fill: "currentColor",
741
+ ...rest
742
+ }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
743
+ d: "M22.4478,21A10.855,10.855,0,0,0,25,14,10.99,10.99,0,0,0,6,6.4658V2H4v8h8V8H7.332a8.9768,8.9768,0,1,1-2.1,8H3.1912A11.0118,11.0118,0,0,0,14,25a10.855,10.855,0,0,0,7-2.5522L28.5859,30,30,28.5859Z"
744
+ })), children);
745
+ });
746
+ if (process.env.NODE_ENV !== "production") {
747
+ ZoomReset.propTypes = iconPropTypes4cbeb95d.i;
748
+ }
749
+ const WatsonHealthZoomPan = /*#__PURE__*/React.forwardRef(function WatsonHealthZoomPan(_ref33, ref) {
750
+ let {
751
+ children,
752
+ size = 16,
753
+ ...rest
754
+ } = _ref33;
755
+ return /*#__PURE__*/React.createElement(Icon.default, {
756
+ width: size,
757
+ height: size,
758
+ ref: ref,
759
+ xmlns: "http://www.w3.org/2000/svg",
760
+ viewBox: "0 0 32 32",
761
+ fill: "currentColor",
762
+ ...rest
763
+ }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
764
+ d: "M27.01 12L25.6 13.41 28.18 16 25.59 18.59 27.01 20 31.01 16 27.01 12zM6.41 13.42L5 12 1 16 5 20 6.42 18.59 3.83 16 6.41 13.42zM16 28.17L13.41 25.58 12 27 16 31 20 27 18.59 25.59 16 28.17zM16 3.83L18.58 6.41 20 5 16 1 12 5 13.41 6.42 16 3.83zM22 16a6 6 0 10-2.53 4.89l3.82 3.82 1.42-1.42-3.82-3.82A6 6 0 0022 16zm-6 4a4 4 0 114-4A4 4 0 0116 20z"
765
+ })), children);
766
+ });
767
+ if (process.env.NODE_ENV !== "production") {
768
+ WatsonHealthZoomPan.propTypes = iconPropTypes4cbeb95d.i;
769
+ }
770
+ const Zos = /*#__PURE__*/React.forwardRef(function Zos(_ref34, ref) {
771
+ let {
772
+ children,
773
+ size = 16,
774
+ ...rest
775
+ } = _ref34;
776
+ return /*#__PURE__*/React.createElement(Icon.default, {
777
+ width: size,
778
+ height: size,
779
+ ref: ref,
780
+ xmlns: "http://www.w3.org/2000/svg",
781
+ viewBox: "0 0 32 32",
782
+ fill: "currentColor",
783
+ ...rest
784
+ }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
785
+ d: "M30 22h-5v-2h5v-3h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h5v2h-5v3h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zM21 22h-3c-1.1028 0-2-.8972-2-2V12c0-1.1028.8972-2 2-2h3c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-3-10v8h3V12h-3zM11.9458 10L7.9458 22 10.0542 22 14.0542 10 11.9458 10zM6 22L0 22 0 19.6973 3.7981 14 0 14 0 12 6 12 6 14.3027 2.2019 20 6 20 6 22z"
786
+ })), children);
787
+ });
788
+ if (process.env.NODE_ENV !== "production") {
789
+ Zos.propTypes = iconPropTypes4cbeb95d.i;
790
+ }
791
+ const ZosSysplex = /*#__PURE__*/React.forwardRef(function ZosSysplex(_ref35, ref) {
792
+ let {
793
+ children,
794
+ size = 16,
795
+ ...rest
796
+ } = _ref35;
797
+ return /*#__PURE__*/React.createElement(Icon.default, {
798
+ width: size,
799
+ height: size,
800
+ ref: ref,
801
+ xmlns: "http://www.w3.org/2000/svg",
802
+ viewBox: "0 0 32 32",
803
+ fill: "currentColor",
804
+ ...rest
805
+ }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
806
+ d: "M20,14h8c1.1028,0,2-.8975,2-2V4c0-1.1025-.8972-2-2-2h-8c-1.1028,0-2,.8975-2,2v1H9c-1.1028,0-2,.8975-2,2v3H4c-1.1028,0-2,.8975-2,2v8c0,1.1025,.8972,2,2,2h3v3c0,1.1025,.8972,2,2,2h9v1c0,1.1025,.8972,2,2,2h8c1.1028,0,2-.8975,2-2v-8c0-1.1025-.8972-2-2-2h-8c-1.1028,0-2,.8975-2,2v5H9v-3h3c1.1028,0,2-.8975,2-2V12c0-1.1025-.8972-2-2-2h-3v-3h9v5c0,1.1025,.8972,2,2,2Zm1.4141,14l6.5862-6.5859-.0002,6.5859h-6.5859Zm5.1719-8l-6.5859,6.5859v-6.5859h6.5859ZM10.5522,12l-6.5522,6.5522v-6.5522h6.5522Zm-5.1719,8l6.6199-6.6196,.001,6.6196H5.3804ZM21.4141,12l6.5862-6.5859-.0002,6.5859h-6.5859Zm5.1719-8l-6.5859,6.5859V4h6.5859Z"
807
+ })), children);
808
+ });
809
+ if (process.env.NODE_ENV !== "production") {
810
+ ZosSysplex.propTypes = iconPropTypes4cbeb95d.i;
811
+ }
812
+
813
+ exports.QX = QX;
814
+ exports.QY = QY;
815
+ exports.QZ = QZ;
816
+ exports.WatsonHealthZoomPan = WatsonHealthZoomPan;
817
+ exports.WindyStrong = WindyStrong;
818
+ exports.WinterWarning = WinterWarning;
819
+ exports.WintryMix = WintryMix;
820
+ exports.WirelessCheckout = WirelessCheckout;
821
+ exports.Wmv = Wmv;
822
+ exports.WordCloud = WordCloud;
823
+ exports.WorkflowAutomation = WorkflowAutomation;
824
+ exports.Workspace = Workspace;
825
+ exports.WorkspaceImport = WorkspaceImport;
826
+ exports.Worship = Worship;
827
+ exports.WorshipChristian = WorshipChristian;
828
+ exports.WorshipJewish = WorshipJewish;
829
+ exports.WorshipMuslim = WorshipMuslim;
830
+ exports.XAxis = XAxis;
831
+ exports.Xls = Xls;
832
+ exports.Xml = Xml;
833
+ exports.YAxis = YAxis;
834
+ exports.ZAxis = ZAxis;
835
+ exports.ZLpar = ZLpar;
836
+ exports.ZSystems = ZSystems;
837
+ exports.Zip = Zip;
838
+ exports.ZipReference = ZipReference;
839
+ exports.ZoomArea = ZoomArea;
840
+ exports.ZoomFit = ZoomFit;
841
+ exports.ZoomIn = ZoomIn;
842
+ exports.ZoomInArea = ZoomInArea;
843
+ exports.ZoomOut = ZoomOut;
844
+ exports.ZoomOutArea = ZoomOutArea;
845
+ exports.ZoomReset = ZoomReset;
846
+ exports.Zos = Zos;
847
+ exports.ZosSysplex = ZosSysplex;