@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,3202 @@
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, _circle, _circle2, _path8, _circle3, _circle4, _path9, _path10, _circle5, _circle6, _path11, _path12, _circle7, _circle8, _path13, _path14, _circle9, _circle10, _path15, _path16, _circle11, _circle12, _path17, _path18, _circle13, _circle14, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _rect, _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, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _circle15, _path73, _path74, _path75, _path76, _path77, _circle16, _path78, _circle17, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _circle18, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _circle19, _circle20, _circle21, _circle22, _circle23, _circle24, _circle25, _circle26, _path111, _path112, _path113, _path114, _path115, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _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, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _circle34, _circle35, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212;
16
+ const ShapeIntersect = /*#__PURE__*/React.forwardRef(function ShapeIntersect(_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: "M28,10H22V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V12A2.0025,2.0025,0,0,0,28,10ZM4,20V4H20v6H12a2.0025,2.0025,0,0,0-2,2v8Zm8,8V22h8a2.0025,2.0025,0,0,0,2-2V12h6V28Z"
32
+ })), children);
33
+ });
34
+ if (process.env.NODE_ENV !== "production") {
35
+ ShapeIntersect.propTypes = iconPropTypes4cbeb95d.i;
36
+ }
37
+ const ShapeJoin = /*#__PURE__*/React.forwardRef(function ShapeJoin(_ref2, ref) {
38
+ let {
39
+ children,
40
+ size = 16,
41
+ ...rest
42
+ } = _ref2;
43
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
52
+ d: "M28,10H22V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V12A2.0025,2.0025,0,0,0,28,10ZM4,20V4h6V20Zm18,8V12h6V28Z"
53
+ })), children);
54
+ });
55
+ if (process.env.NODE_ENV !== "production") {
56
+ ShapeJoin.propTypes = iconPropTypes4cbeb95d.i;
57
+ }
58
+ const ShapeUnite = /*#__PURE__*/React.forwardRef(function ShapeUnite(_ref3, ref) {
59
+ let {
60
+ children,
61
+ size = 16,
62
+ ...rest
63
+ } = _ref3;
64
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
73
+ d: "M28,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10Z"
74
+ })), children);
75
+ });
76
+ if (process.env.NODE_ENV !== "production") {
77
+ ShapeUnite.propTypes = iconPropTypes4cbeb95d.i;
78
+ }
79
+ const Shapes = /*#__PURE__*/React.forwardRef(function Shapes(_ref4, ref) {
80
+ let {
81
+ children,
82
+ size = 16,
83
+ ...rest
84
+ } = _ref4;
85
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
94
+ strokeWidth: "0",
95
+ d: "M5 16h-2v11c0 1.1045.8954 2 2 2h8v-2H5v-11zM28 29h-11c-.3535 0-.6809-.1866-.8608-.4911-.0927-.1568-.1392-.3328-.1392-.5089 0-.1658.0412-.3317.1238-.4819l5.5-10c.1898-.3451.5333-.5178.8762-.5181.3434-.0003.6861.1724.8762.5181l5.5 10c.0826.1502.1238.3162.1238.4819 0 .1762-.0465.3521-.1392.5089-.1799.3044-.5073.4911-.8608.4911zm-9.3088-2h7.6177l-3.8088-6.9249-3.8088 6.9249zM27 3h-11v2h11v13.9922h2V5c0-1.1045-.8954-2-2-2zM11 3h-6c-1.1046 0-2 .8955-2 2v6c0 1.1045.8954 2 2 2h6c1.1046 0 2-.8955 2-2v-6c0-1.1045-.8954-2-2-2zm0 8h-6v-6h6v6z"
96
+ })), children);
97
+ });
98
+ if (process.env.NODE_ENV !== "production") {
99
+ Shapes.propTypes = iconPropTypes4cbeb95d.i;
100
+ }
101
+ const Share = /*#__PURE__*/React.forwardRef(function Share(_ref5, ref) {
102
+ let {
103
+ children,
104
+ size = 16,
105
+ ...rest
106
+ } = _ref5;
107
+ return /*#__PURE__*/React.createElement(Icon.default, {
108
+ width: size,
109
+ height: size,
110
+ ref: ref,
111
+ xmlns: "http://www.w3.org/2000/svg",
112
+ viewBox: "0 0 32 32",
113
+ fill: "currentColor",
114
+ ...rest
115
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
116
+ d: "M23,20a5,5,0,0,0-3.89,1.89L11.8,17.32a4.46,4.46,0,0,0,0-2.64l7.31-4.57A5,5,0,1,0,18,7a4.79,4.79,0,0,0,.2,1.32l-7.31,4.57a5,5,0,1,0,0,6.22l7.31,4.57A4.79,4.79,0,0,0,18,25a5,5,0,1,0,5-5ZM23,4a3,3,0,1,1-3,3A3,3,0,0,1,23,4ZM7,19a3,3,0,1,1,3-3A3,3,0,0,1,7,19Zm16,9a3,3,0,1,1,3-3A3,3,0,0,1,23,28Z"
117
+ })), children);
118
+ });
119
+ if (process.env.NODE_ENV !== "production") {
120
+ Share.propTypes = iconPropTypes4cbeb95d.i;
121
+ }
122
+ const ShareKnowledge = /*#__PURE__*/React.forwardRef(function ShareKnowledge(_ref6, ref) {
123
+ let {
124
+ children,
125
+ size = 16,
126
+ ...rest
127
+ } = _ref6;
128
+ return /*#__PURE__*/React.createElement(Icon.default, {
129
+ width: size,
130
+ height: size,
131
+ ref: ref,
132
+ xmlns: "http://www.w3.org/2000/svg",
133
+ viewBox: "0 0 32 32",
134
+ fill: "currentColor",
135
+ ...rest
136
+ }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
137
+ d: "M27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20zM6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM19 10H26V12H19zM19 6H29V8H19zM19 2H29V4H19zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4z"
138
+ })), children);
139
+ });
140
+ if (process.env.NODE_ENV !== "production") {
141
+ ShareKnowledge.propTypes = iconPropTypes4cbeb95d.i;
142
+ }
143
+ const ShoppingBag = /*#__PURE__*/React.forwardRef(function ShoppingBag(_ref7, ref) {
144
+ let {
145
+ children,
146
+ size = 16,
147
+ ...rest
148
+ } = _ref7;
149
+ return /*#__PURE__*/React.createElement(Icon.default, {
150
+ width: size,
151
+ height: size,
152
+ ref: ref,
153
+ xmlns: "http://www.w3.org/2000/svg",
154
+ viewBox: "0 0 32 32",
155
+ fill: "currentColor",
156
+ ...rest
157
+ }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
158
+ d: "M28.76,11.35A1,1,0,0,0,28,11H22V7a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v4H4a1,1,0,0,0-1,1.15L4.88,24.3a2,2,0,0,0,2,1.7H25.14a2,2,0,0,0,2-1.7L29,12.15A1,1,0,0,0,28.76,11.35ZM12,7a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v4H12ZM25.14,24H6.86L5.17,13H26.83Z"
159
+ })), children);
160
+ });
161
+ if (process.env.NODE_ENV !== "production") {
162
+ ShoppingBag.propTypes = iconPropTypes4cbeb95d.i;
163
+ }
164
+ const ShoppingCart = /*#__PURE__*/React.forwardRef(function ShoppingCart(_ref8, ref) {
165
+ let {
166
+ children,
167
+ size = 16,
168
+ ...rest
169
+ } = _ref8;
170
+ return /*#__PURE__*/React.createElement(Icon.default, {
171
+ width: size,
172
+ height: size,
173
+ ref: ref,
174
+ xmlns: "http://www.w3.org/2000/svg",
175
+ viewBox: "0 0 32 32",
176
+ fill: "currentColor",
177
+ ...rest
178
+ }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
179
+ cx: "10",
180
+ cy: "28",
181
+ r: "2"
182
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
183
+ cx: "24",
184
+ cy: "28",
185
+ r: "2"
186
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
187
+ d: "M28,7H5.82L5,2.8A1,1,0,0,0,4,2H0V4H3.18L7,23.2A1,1,0,0,0,8,24H26V22H8.82L8,18H26a1,1,0,0,0,1-.78l2-9A1,1,0,0,0,28,7Zm-2.8,9H7.62L6.22,9H26.75Z"
188
+ })), children);
189
+ });
190
+ if (process.env.NODE_ENV !== "production") {
191
+ ShoppingCart.propTypes = iconPropTypes4cbeb95d.i;
192
+ }
193
+ const ShoppingCartArrowDown = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowDown(_ref9, ref) {
194
+ let {
195
+ children,
196
+ size = 16,
197
+ ...rest
198
+ } = _ref9;
199
+ return /*#__PURE__*/React.createElement(Icon.default, {
200
+ width: size,
201
+ height: size,
202
+ ref: ref,
203
+ xmlns: "http://www.w3.org/2000/svg",
204
+ viewBox: "0 0 32 32",
205
+ fill: "currentColor",
206
+ ...rest
207
+ }, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
208
+ cx: "10",
209
+ cy: "28",
210
+ r: "2"
211
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
212
+ cx: "24",
213
+ cy: "28",
214
+ r: "2"
215
+ })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
216
+ d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
217
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
218
+ d: "M21.586 6.586L18 10.172 18 2 16 2 16 10.172 12.414 6.586 11 8 17 14 23 8 21.586 6.586z"
219
+ })), children);
220
+ });
221
+ if (process.env.NODE_ENV !== "production") {
222
+ ShoppingCartArrowDown.propTypes = iconPropTypes4cbeb95d.i;
223
+ }
224
+ const ShoppingCartArrowUp = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowUp(_ref10, ref) {
225
+ let {
226
+ children,
227
+ size = 16,
228
+ ...rest
229
+ } = _ref10;
230
+ return /*#__PURE__*/React.createElement(Icon.default, {
231
+ width: size,
232
+ height: size,
233
+ ref: ref,
234
+ xmlns: "http://www.w3.org/2000/svg",
235
+ viewBox: "0 0 32 32",
236
+ fill: "currentColor",
237
+ ...rest
238
+ }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
239
+ cx: "10",
240
+ cy: "28",
241
+ r: "2"
242
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
243
+ cx: "24",
244
+ cy: "28",
245
+ r: "2"
246
+ })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
247
+ d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
248
+ })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
249
+ d: "M21.586 9.414L18 5.828 18 14 16 14 16 5.828 12.414 9.414 11 8 17 2 23 8 21.586 9.414z"
250
+ })), children);
251
+ });
252
+ if (process.env.NODE_ENV !== "production") {
253
+ ShoppingCartArrowUp.propTypes = iconPropTypes4cbeb95d.i;
254
+ }
255
+ const ShoppingCartClear = /*#__PURE__*/React.forwardRef(function ShoppingCartClear(_ref11, ref) {
256
+ let {
257
+ children,
258
+ size = 16,
259
+ ...rest
260
+ } = _ref11;
261
+ return /*#__PURE__*/React.createElement(Icon.default, {
262
+ width: size,
263
+ height: size,
264
+ ref: ref,
265
+ xmlns: "http://www.w3.org/2000/svg",
266
+ viewBox: "0 0 32 32",
267
+ fill: "currentColor",
268
+ ...rest
269
+ }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
270
+ cx: "10",
271
+ cy: "28",
272
+ r: "2"
273
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
274
+ cx: "24",
275
+ cy: "28",
276
+ r: "2"
277
+ })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
278
+ d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
279
+ })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
280
+ d: "M18.41 8L22 4.41 20.59 3 17 6.59 13.41 3 12 4.41 15.59 8 12 11.59 13.41 13 17 9.41 20.59 13 22 11.59 18.41 8z"
281
+ })), children);
282
+ });
283
+ if (process.env.NODE_ENV !== "production") {
284
+ ShoppingCartClear.propTypes = iconPropTypes4cbeb95d.i;
285
+ }
286
+ const ShoppingCartError = /*#__PURE__*/React.forwardRef(function ShoppingCartError(_ref12, ref) {
287
+ let {
288
+ children,
289
+ size = 16,
290
+ ...rest
291
+ } = _ref12;
292
+ return /*#__PURE__*/React.createElement(Icon.default, {
293
+ width: size,
294
+ height: size,
295
+ ref: ref,
296
+ xmlns: "http://www.w3.org/2000/svg",
297
+ viewBox: "0 0 32 32",
298
+ fill: "currentColor",
299
+ ...rest
300
+ }, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
301
+ cx: "10",
302
+ cy: "28",
303
+ r: "2"
304
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
305
+ cx: "24",
306
+ cy: "28",
307
+ r: "2"
308
+ })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
309
+ d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
310
+ })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
311
+ d: "M17,2a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,17,2Zm0,2a3.9521,3.9521,0,0,1,2.019.5669L13.5669,10.019A3.9529,3.9529,0,0,1,13,8,4.0045,4.0045,0,0,1,17,4Zm0,8a3.9521,3.9521,0,0,1-2.019-.5669L20.4331,5.981A3.9529,3.9529,0,0,1,21,8,4.0045,4.0045,0,0,1,17,12Z"
312
+ })), children);
313
+ });
314
+ if (process.env.NODE_ENV !== "production") {
315
+ ShoppingCartError.propTypes = iconPropTypes4cbeb95d.i;
316
+ }
317
+ const ShoppingCartMinus = /*#__PURE__*/React.forwardRef(function ShoppingCartMinus(_ref13, ref) {
318
+ let {
319
+ children,
320
+ size = 16,
321
+ ...rest
322
+ } = _ref13;
323
+ return /*#__PURE__*/React.createElement(Icon.default, {
324
+ width: size,
325
+ height: size,
326
+ ref: ref,
327
+ xmlns: "http://www.w3.org/2000/svg",
328
+ viewBox: "0 0 32 32",
329
+ fill: "currentColor",
330
+ ...rest
331
+ }, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
332
+ cx: "10",
333
+ cy: "28",
334
+ r: "2"
335
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
336
+ cx: "24",
337
+ cy: "28",
338
+ r: "2"
339
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
340
+ d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
341
+ })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
342
+ d: "M12 6L12 8 22 8 22 6 12 6z"
343
+ })), children);
344
+ });
345
+ if (process.env.NODE_ENV !== "production") {
346
+ ShoppingCartMinus.propTypes = iconPropTypes4cbeb95d.i;
347
+ }
348
+ const ShoppingCartPlus = /*#__PURE__*/React.forwardRef(function ShoppingCartPlus(_ref14, ref) {
349
+ let {
350
+ children,
351
+ size = 16,
352
+ ...rest
353
+ } = _ref14;
354
+ return /*#__PURE__*/React.createElement(Icon.default, {
355
+ width: size,
356
+ height: size,
357
+ ref: ref,
358
+ xmlns: "http://www.w3.org/2000/svg",
359
+ viewBox: "0 0 32 32",
360
+ fill: "currentColor",
361
+ ...rest
362
+ }, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
363
+ cx: "10",
364
+ cy: "28",
365
+ r: "2"
366
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
367
+ cx: "24",
368
+ cy: "28",
369
+ r: "2"
370
+ })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
371
+ d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
372
+ })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
373
+ d: "M18 6L18 2 16 2 16 6 12 6 12 8 16 8 16 12 18 12 18 8 22 8 22 6 18 6z"
374
+ })), children);
375
+ });
376
+ if (process.env.NODE_ENV !== "production") {
377
+ ShoppingCartPlus.propTypes = iconPropTypes4cbeb95d.i;
378
+ }
379
+ const ShoppingCatalog = /*#__PURE__*/React.forwardRef(function ShoppingCatalog(_ref15, ref) {
380
+ let {
381
+ children,
382
+ size = 16,
383
+ ...rest
384
+ } = _ref15;
385
+ return /*#__PURE__*/React.createElement(Icon.default, {
386
+ width: size,
387
+ height: size,
388
+ ref: ref,
389
+ xmlns: "http://www.w3.org/2000/svg",
390
+ viewBox: "0 0 32 32",
391
+ fill: "currentColor",
392
+ ...rest
393
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
394
+ d: "M17 24H21V28H17zM24 24H28V28H24zM17 17H21V21H17zM24 17H28V21H24z"
395
+ })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
396
+ d: "M28,11h-6V7c0-1.7-1.3-3-3-3h-6c-1.7,0-3,1.3-3,3v4H4c-0.6,0-1,0.4-1,1c0,0.1,0,0.1,0,0.2l1.9,12.1c0.1,1,1,1.7,2,1.7H15v-2 H6.9L5.2,13H28V11z M12,7c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1v4h-8V7z"
397
+ })), children);
398
+ });
399
+ if (process.env.NODE_ENV !== "production") {
400
+ ShoppingCatalog.propTypes = iconPropTypes4cbeb95d.i;
401
+ }
402
+ const ShowDataCards = /*#__PURE__*/React.forwardRef(function ShowDataCards(_ref16, ref) {
403
+ let {
404
+ children,
405
+ size = 16,
406
+ ...rest
407
+ } = _ref16;
408
+ return /*#__PURE__*/React.createElement(Icon.default, {
409
+ width: size,
410
+ height: size,
411
+ ref: ref,
412
+ xmlns: "http://www.w3.org/2000/svg",
413
+ viewBox: "0 0 32 32",
414
+ fill: "currentColor",
415
+ ...rest
416
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
417
+ d: "M28 10H4A2.0022 2.0022 0 012 8V4A2.0021 2.0021 0 014 2H28a2.0021 2.0021 0 012 2V8A2.0022 2.0022 0 0128 10zM4 4V8H28V4zM28 30H4a2.0022 2.0022 0 01-2-2V24a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v4A2.0022 2.0022 0 0128 30zM4 24v4H28V24zM28 20H4a2.0022 2.0022 0 01-2-2V14a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v4A2.0022 2.0022 0 0128 20zM4 14v4H28V14z"
418
+ })), children);
419
+ });
420
+ if (process.env.NODE_ENV !== "production") {
421
+ ShowDataCards.propTypes = iconPropTypes4cbeb95d.i;
422
+ }
423
+ const ShrinkScreen = /*#__PURE__*/React.forwardRef(function ShrinkScreen(_ref17, ref) {
424
+ let {
425
+ children,
426
+ size = 16,
427
+ ...rest
428
+ } = _ref17;
429
+ return /*#__PURE__*/React.createElement(Icon.default, {
430
+ width: size,
431
+ height: size,
432
+ ref: ref,
433
+ xmlns: "http://www.w3.org/2000/svg",
434
+ viewBox: "0 0 32 32",
435
+ fill: "currentColor",
436
+ ...rest
437
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
438
+ d: "M28 28H17a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2H28a2.0027 2.0027 0 012 2v6A2.0027 2.0027 0 0128 28zM17 20v6H28.002L28 20zM12 10L12 13.586 7.707 9.293 6.293 10.707 10.586 15 7 15 7 17 14 17 14 10 12 10z"
439
+ })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
440
+ d: "M13,22H4a2.0023,2.0023,0,0,1-2-2V7A2.002,2.002,0,0,1,4,5H26a2.0023,2.0023,0,0,1,2,2v9H26V7H4V20h9Z"
441
+ })), children);
442
+ });
443
+ if (process.env.NODE_ENV !== "production") {
444
+ ShrinkScreen.propTypes = iconPropTypes4cbeb95d.i;
445
+ }
446
+ const ShrinkScreenFilled = /*#__PURE__*/React.forwardRef(function ShrinkScreenFilled(_ref18, ref) {
447
+ let {
448
+ children,
449
+ size = 16,
450
+ ...rest
451
+ } = _ref18;
452
+ return /*#__PURE__*/React.createElement(Icon.default, {
453
+ width: size,
454
+ height: size,
455
+ ref: ref,
456
+ xmlns: "http://www.w3.org/2000/svg",
457
+ viewBox: "0 0 32 32",
458
+ fill: "currentColor",
459
+ ...rest
460
+ }, _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
461
+ width: "15",
462
+ height: "10",
463
+ x: "15",
464
+ y: "18",
465
+ rx: "2"
466
+ })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
467
+ d: "M12 10L12 13.586 7.707 9.293 6.293 10.707 10.586 15 7 15 7 17 14 17 14 10 12 10z"
468
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
469
+ d: "M13,22H4a2.0023,2.0023,0,0,1-2-2V7A2.002,2.002,0,0,1,4,5H26a2.0023,2.0023,0,0,1,2,2v9H26V7H4V20h9Z"
470
+ })), children);
471
+ });
472
+ if (process.env.NODE_ENV !== "production") {
473
+ ShrinkScreenFilled.propTypes = iconPropTypes4cbeb95d.i;
474
+ }
475
+ const Shuffle = /*#__PURE__*/React.forwardRef(function Shuffle(_ref19, ref) {
476
+ let {
477
+ children,
478
+ size = 16,
479
+ ...rest
480
+ } = _ref19;
481
+ return /*#__PURE__*/React.createElement(Icon.default, {
482
+ width: size,
483
+ height: size,
484
+ ref: ref,
485
+ xmlns: "http://www.w3.org/2000/svg",
486
+ viewBox: "0 0 32 32",
487
+ fill: "currentColor",
488
+ ...rest
489
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
490
+ d: "M22.59,19.41,26.17,23H19.55l-4.37-7,4.37-7h6.62l-3.58,3.59L24,14l6-6L24,2,22.59,3.41,26.17,7H19.55a2,2,0,0,0-1.69.94L14,14.11,10.14,7.94A2,2,0,0,0,8.45,7H2V9H8.45l4.37,7L8.45,23H2v2H8.45a2,2,0,0,0,1.69-.94L14,17.89l3.86,6.17a2,2,0,0,0,1.69.94h6.62l-3.58,3.59L24,30l6-6-6-6Z"
491
+ })), children);
492
+ });
493
+ if (process.env.NODE_ENV !== "production") {
494
+ Shuffle.propTypes = iconPropTypes4cbeb95d.i;
495
+ }
496
+ const Shuttle = /*#__PURE__*/React.forwardRef(function Shuttle(_ref20, ref) {
497
+ let {
498
+ children,
499
+ size = 16,
500
+ ...rest
501
+ } = _ref20;
502
+ return /*#__PURE__*/React.createElement(Icon.default, {
503
+ width: size,
504
+ height: size,
505
+ ref: ref,
506
+ xmlns: "http://www.w3.org/2000/svg",
507
+ viewBox: "0 0 32 32",
508
+ fill: "currentColor",
509
+ ...rest
510
+ }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
511
+ d: "M29.81,16l-7-9.56A1,1,0,0,0,22,6H3A1,1,0,0,0,2,7V24a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V16.56A1,1,0,0,0,29.81,16ZM20,8h1.49l5.13,7H20ZM4,8H18v7H4ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86a4,4,0,0,0-7.72,0H12.86a4,4,0,0,0-7.72,0H4V17H28Z"
512
+ })), children);
513
+ });
514
+ if (process.env.NODE_ENV !== "production") {
515
+ Shuttle.propTypes = iconPropTypes4cbeb95d.i;
516
+ }
517
+ const SidePanelClose = /*#__PURE__*/React.forwardRef(function SidePanelClose(_ref21, ref) {
518
+ let {
519
+ children,
520
+ size = 16,
521
+ ...rest
522
+ } = _ref21;
523
+ return /*#__PURE__*/React.createElement(Icon.default, {
524
+ width: size,
525
+ height: size,
526
+ ref: ref,
527
+ xmlns: "http://www.w3.org/2000/svg",
528
+ viewBox: "0 0 32 32",
529
+ fill: "currentColor",
530
+ ...rest
531
+ }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
532
+ d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M10,26H4V6h6V26z M28,15H17.8 l3.6-3.6L20,10l-6,6l6,6l1.4-1.4L17.8,17H28v9H12V6h16V15z"
533
+ })), children);
534
+ });
535
+ if (process.env.NODE_ENV !== "production") {
536
+ SidePanelClose.propTypes = iconPropTypes4cbeb95d.i;
537
+ }
538
+ const SidePanelCloseFilled = /*#__PURE__*/React.forwardRef(function SidePanelCloseFilled(_ref22, ref) {
539
+ let {
540
+ children,
541
+ size = 16,
542
+ ...rest
543
+ } = _ref22;
544
+ return /*#__PURE__*/React.createElement(Icon.default, {
545
+ width: size,
546
+ height: size,
547
+ ref: ref,
548
+ xmlns: "http://www.w3.org/2000/svg",
549
+ viewBox: "0 0 32 32",
550
+ fill: "currentColor",
551
+ ...rest
552
+ }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
553
+ d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M28,15H17.8l3.6-3.6L20,10l-6,6l6,6 l1.4-1.4L17.8,17H28v9H12V6h16V15z"
554
+ })), children);
555
+ });
556
+ if (process.env.NODE_ENV !== "production") {
557
+ SidePanelCloseFilled.propTypes = iconPropTypes4cbeb95d.i;
558
+ }
559
+ const SidePanelOpen = /*#__PURE__*/React.forwardRef(function SidePanelOpen(_ref23, ref) {
560
+ let {
561
+ children,
562
+ size = 16,
563
+ ...rest
564
+ } = _ref23;
565
+ return /*#__PURE__*/React.createElement(Icon.default, {
566
+ width: size,
567
+ height: size,
568
+ ref: ref,
569
+ xmlns: "http://www.w3.org/2000/svg",
570
+ viewBox: "0 0 32 32",
571
+ fill: "currentColor",
572
+ ...rest
573
+ }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
574
+ d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M10,26H4V6h6V26z M28,26H12v-9h10.2 l-3.6,3.6L20,22l6-6l-6-6l-1.4,1.4l3.6,3.6H12V6h16V26z"
575
+ })), children);
576
+ });
577
+ if (process.env.NODE_ENV !== "production") {
578
+ SidePanelOpen.propTypes = iconPropTypes4cbeb95d.i;
579
+ }
580
+ const SidePanelOpenFilled = /*#__PURE__*/React.forwardRef(function SidePanelOpenFilled(_ref24, ref) {
581
+ let {
582
+ children,
583
+ size = 16,
584
+ ...rest
585
+ } = _ref24;
586
+ return /*#__PURE__*/React.createElement(Icon.default, {
587
+ width: size,
588
+ height: size,
589
+ ref: ref,
590
+ xmlns: "http://www.w3.org/2000/svg",
591
+ viewBox: "0 0 32 32",
592
+ fill: "currentColor",
593
+ ...rest
594
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
595
+ d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M28,26H12v-9h10.2l-3.6,3.6L20,22 l6-6l-6-6l-1.4,1.4l3.6,3.6H12V6h16V26z"
596
+ })), children);
597
+ });
598
+ if (process.env.NODE_ENV !== "production") {
599
+ SidePanelOpenFilled.propTypes = iconPropTypes4cbeb95d.i;
600
+ }
601
+ const Sight = /*#__PURE__*/React.forwardRef(function Sight(_ref25, ref) {
602
+ let {
603
+ children,
604
+ size = 16,
605
+ ...rest
606
+ } = _ref25;
607
+ return /*#__PURE__*/React.createElement(Icon.default, {
608
+ width: size,
609
+ height: size,
610
+ ref: ref,
611
+ xmlns: "http://www.w3.org/2000/svg",
612
+ viewBox: "0 0 32 32",
613
+ fill: "currentColor",
614
+ ...rest
615
+ }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
616
+ d: "M10 12H12V14H10zM6 12H8V14H6zM2 12H4V14H2zM26 30H24V27H20a5.0055 5.0055 0 01-5-5V20.7207l-2.3162-.772a1 1 0 01-.5412-1.4631L15 13.7229V11a9.01 9.01 0 019-9h5V4H24a7.0078 7.0078 0 00-7 7v3a.9991.9991 0 01-.1426.5144l-2.3586 3.9312 1.8174.6057A1 1 0 0117 20v2a3.0033 3.0033 0 003 3h5a1 1 0 011 1z"
617
+ })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
618
+ d: "M19 12H23V14H19z"
619
+ })), children);
620
+ });
621
+ if (process.env.NODE_ENV !== "production") {
622
+ Sight.propTypes = iconPropTypes4cbeb95d.i;
623
+ }
624
+ const Sigma = /*#__PURE__*/React.forwardRef(function Sigma(_ref26, ref) {
625
+ let {
626
+ children,
627
+ size = 16,
628
+ ...rest
629
+ } = _ref26;
630
+ return /*#__PURE__*/React.createElement(Icon.default, {
631
+ width: size,
632
+ height: size,
633
+ ref: ref,
634
+ xmlns: "http://www.w3.org/2000/svg",
635
+ viewBox: "0 0 32 32",
636
+ fill: "currentColor",
637
+ ...rest
638
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
639
+ d: "M24 5L7 5 7 7.414 15.586 16 7 24.586 7 27 24 27 24 25 9.414 25 18.414 16 9.414 7 24 7 24 5z"
640
+ })), children);
641
+ });
642
+ if (process.env.NODE_ENV !== "production") {
643
+ Sigma.propTypes = iconPropTypes4cbeb95d.i;
644
+ }
645
+ const SignalStrength = /*#__PURE__*/React.forwardRef(function SignalStrength(_ref27, ref) {
646
+ let {
647
+ children,
648
+ size = 16,
649
+ ...rest
650
+ } = _ref27;
651
+ return /*#__PURE__*/React.createElement(Icon.default, {
652
+ width: size,
653
+ height: size,
654
+ ref: ref,
655
+ xmlns: "http://www.w3.org/2000/svg",
656
+ viewBox: "0 0 32 32",
657
+ fill: "currentColor",
658
+ ...rest
659
+ }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
660
+ d: "M26 6H28V26H26zM18 11H20V26H18zM11 16H13V26H11zM4 20H6V26H4z"
661
+ })), children);
662
+ });
663
+ if (process.env.NODE_ENV !== "production") {
664
+ SignalStrength.propTypes = iconPropTypes4cbeb95d.i;
665
+ }
666
+ const SimCard = /*#__PURE__*/React.forwardRef(function SimCard(_ref28, ref) {
667
+ let {
668
+ children,
669
+ size = 16,
670
+ ...rest
671
+ } = _ref28;
672
+ return /*#__PURE__*/React.createElement(Icon.default, {
673
+ width: size,
674
+ height: size,
675
+ ref: ref,
676
+ xmlns: "http://www.w3.org/2000/svg",
677
+ viewBox: "0 0 32 32",
678
+ fill: "currentColor",
679
+ ...rest
680
+ }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
681
+ d: "M21,9H8a2.0023,2.0023,0,0,0-2,2V21a2.0023,2.0023,0,0,0,2,2H21a2.0023,2.0023,0,0,0,2-2V11A2.0023,2.0023,0,0,0,21,9Zm0,4H18V11h3Zm-3,2h3v2H18Zm-2-4V21H13V14a1,1,0,0,0-1-1H8V11Zm-5,6H8V15h3ZM8,19h3v2H8Zm10,2V19h3v2Z"
682
+ })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
683
+ d: "M23.5317,27H4a2.0021,2.0021,0,0,1-2-2V7A2.0021,2.0021,0,0,1,4,5H28a2.0021,2.0021,0,0,1,2,2V19.6379a2.0044,2.0044,0,0,1-.4639,1.2808L25.0679,26.28A1.9944,1.9944,0,0,1,23.5317,27ZM4,7V25H23.5317L28,19.6379V7Z"
684
+ })), children);
685
+ });
686
+ if (process.env.NODE_ENV !== "production") {
687
+ SimCard.propTypes = iconPropTypes4cbeb95d.i;
688
+ }
689
+ const SkillLevel = /*#__PURE__*/React.forwardRef(function SkillLevel(_ref29, ref) {
690
+ let {
691
+ children,
692
+ size = 16,
693
+ ...rest
694
+ } = _ref29;
695
+ return /*#__PURE__*/React.createElement(Icon.default, {
696
+ width: size,
697
+ height: size,
698
+ ref: ref,
699
+ xmlns: "http://www.w3.org/2000/svg",
700
+ viewBox: "0 0 32 32",
701
+ fill: "currentColor",
702
+ ...rest
703
+ }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
704
+ d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8zM4 28H8V20H4z"
705
+ })), children);
706
+ });
707
+ if (process.env.NODE_ENV !== "production") {
708
+ SkillLevel.propTypes = iconPropTypes4cbeb95d.i;
709
+ }
710
+ const SkillLevelAdvanced = /*#__PURE__*/React.forwardRef(function SkillLevelAdvanced(_ref30, ref) {
711
+ let {
712
+ children,
713
+ size = 16,
714
+ ...rest
715
+ } = _ref30;
716
+ return /*#__PURE__*/React.createElement(Icon.default, {
717
+ width: size,
718
+ height: size,
719
+ ref: ref,
720
+ xmlns: "http://www.w3.org/2000/svg",
721
+ viewBox: "0 0 32 32",
722
+ fill: "currentColor",
723
+ ...rest
724
+ }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
725
+ d: "M30 30H22V4h8zM20 30H12V12h8zM10 30H2V18h8z"
726
+ })), children);
727
+ });
728
+ if (process.env.NODE_ENV !== "production") {
729
+ SkillLevelAdvanced.propTypes = iconPropTypes4cbeb95d.i;
730
+ }
731
+ const SkillLevelBasic = /*#__PURE__*/React.forwardRef(function SkillLevelBasic(_ref31, ref) {
732
+ let {
733
+ children,
734
+ size = 16,
735
+ ...rest
736
+ } = _ref31;
737
+ return /*#__PURE__*/React.createElement(Icon.default, {
738
+ width: size,
739
+ height: size,
740
+ ref: ref,
741
+ xmlns: "http://www.w3.org/2000/svg",
742
+ viewBox: "0 0 32 32",
743
+ fill: "currentColor",
744
+ ...rest
745
+ }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
746
+ d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8z"
747
+ })), children);
748
+ });
749
+ if (process.env.NODE_ENV !== "production") {
750
+ SkillLevelBasic.propTypes = iconPropTypes4cbeb95d.i;
751
+ }
752
+ const SkillLevelIntermediate = /*#__PURE__*/React.forwardRef(function SkillLevelIntermediate(_ref32, ref) {
753
+ let {
754
+ children,
755
+ size = 16,
756
+ ...rest
757
+ } = _ref32;
758
+ return /*#__PURE__*/React.createElement(Icon.default, {
759
+ width: size,
760
+ height: size,
761
+ ref: ref,
762
+ xmlns: "http://www.w3.org/2000/svg",
763
+ viewBox: "0 0 32 32",
764
+ fill: "currentColor",
765
+ ...rest
766
+ }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
767
+ d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zM10 30H2V18h8z"
768
+ })), children);
769
+ });
770
+ if (process.env.NODE_ENV !== "production") {
771
+ SkillLevelIntermediate.propTypes = iconPropTypes4cbeb95d.i;
772
+ }
773
+ const SkipBack = /*#__PURE__*/React.forwardRef(function SkipBack(_ref33, ref) {
774
+ let {
775
+ children,
776
+ size = 16,
777
+ ...rest
778
+ } = _ref33;
779
+ return /*#__PURE__*/React.createElement(Icon.default, {
780
+ width: size,
781
+ height: size,
782
+ ref: ref,
783
+ xmlns: "http://www.w3.org/2000/svg",
784
+ viewBox: "0 0 32 32",
785
+ fill: "currentColor",
786
+ ...rest
787
+ }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
788
+ d: "M27 28a1 1 0 01-.5-.13l-19-11a1 1 0 010-1.74l19-11a1 1 0 011 0A1 1 0 0128 5V27a1 1 0 01-1 1zM10 16l16 9.27V6.73zM2 4H4V28H2z"
789
+ })), children);
790
+ });
791
+ if (process.env.NODE_ENV !== "production") {
792
+ SkipBack.propTypes = iconPropTypes4cbeb95d.i;
793
+ }
794
+ const SkipBackFilled = /*#__PURE__*/React.forwardRef(function SkipBackFilled(_ref34, ref) {
795
+ let {
796
+ children,
797
+ size = 16,
798
+ ...rest
799
+ } = _ref34;
800
+ return /*#__PURE__*/React.createElement(Icon.default, {
801
+ width: size,
802
+ height: size,
803
+ ref: ref,
804
+ xmlns: "http://www.w3.org/2000/svg",
805
+ viewBox: "0 0 32 32",
806
+ fill: "currentColor",
807
+ ...rest
808
+ }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
809
+ d: "M27 28a.9975.9975 0 01-.501-.1348l-19-11a1 1 0 010-1.73l19-11A1 1 0 0128 5V27a1 1 0 01-1 1zM2 4H4V28H2z"
810
+ })), children);
811
+ });
812
+ if (process.env.NODE_ENV !== "production") {
813
+ SkipBackFilled.propTypes = iconPropTypes4cbeb95d.i;
814
+ }
815
+ const SkipBackOutline = /*#__PURE__*/React.forwardRef(function SkipBackOutline(_ref35, ref) {
816
+ let {
817
+ children,
818
+ size = 16,
819
+ ...rest
820
+ } = _ref35;
821
+ return /*#__PURE__*/React.createElement(Icon.default, {
822
+ width: size,
823
+ height: size,
824
+ ref: ref,
825
+ xmlns: "http://www.w3.org/2000/svg",
826
+ viewBox: "0 0 32 32",
827
+ fill: "currentColor",
828
+ ...rest
829
+ }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
830
+ d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3006V12.7Z"
831
+ })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
832
+ d: "M9 10H11V22H9z",
833
+ transform: "rotate(-180 10 16)"
834
+ })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
835
+ d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
836
+ })), children);
837
+ });
838
+ if (process.env.NODE_ENV !== "production") {
839
+ SkipBackOutline.propTypes = iconPropTypes4cbeb95d.i;
840
+ }
841
+ const SkipBackOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipBackOutlineFilled(_ref36, ref) {
842
+ let {
843
+ children,
844
+ size = 16,
845
+ ...rest
846
+ } = _ref36;
847
+ return /*#__PURE__*/React.createElement(Icon.default, {
848
+ width: size,
849
+ height: size,
850
+ ref: ref,
851
+ xmlns: "http://www.w3.org/2000/svg",
852
+ viewBox: "0 0 32 32",
853
+ fill: "currentColor",
854
+ ...rest
855
+ }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
856
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z"
857
+ })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
858
+ d: "M22 19.301L22 12.699 16.059 16 22 19.301z"
859
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
860
+ fill: "none",
861
+ d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3005V12.7Z"
862
+ })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
863
+ fill: "none",
864
+ d: "M8 10H10V22H8z",
865
+ transform: "rotate(-180 9 16)"
866
+ })), children);
867
+ });
868
+ if (process.env.NODE_ENV !== "production") {
869
+ SkipBackOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
870
+ }
871
+ const SkipBackOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipBackOutlineSolid(_ref37, ref) {
872
+ let {
873
+ children,
874
+ size = 16,
875
+ ...rest
876
+ } = _ref37;
877
+ return /*#__PURE__*/React.createElement(Icon.default, {
878
+ width: size,
879
+ height: size,
880
+ ref: ref,
881
+ xmlns: "http://www.w3.org/2000/svg",
882
+ viewBox: "0 0 32 32",
883
+ fill: "currentColor",
884
+ ...rest
885
+ }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
886
+ d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z"
887
+ })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
888
+ d: "M9 10H11V22H9z",
889
+ transform: "rotate(-180 10 16)"
890
+ })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
891
+ d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
892
+ })), children);
893
+ });
894
+ if (process.env.NODE_ENV !== "production") {
895
+ SkipBackOutlineSolid.propTypes = iconPropTypes4cbeb95d.i;
896
+ }
897
+ const SkipBackSolidFilled = /*#__PURE__*/React.forwardRef(function SkipBackSolidFilled(_ref38, ref) {
898
+ let {
899
+ children,
900
+ size = 16,
901
+ ...rest
902
+ } = _ref38;
903
+ return /*#__PURE__*/React.createElement(Icon.default, {
904
+ width: size,
905
+ height: size,
906
+ ref: ref,
907
+ xmlns: "http://www.w3.org/2000/svg",
908
+ viewBox: "0 0 32 32",
909
+ fill: "currentColor",
910
+ ...rest
911
+ }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
912
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z"
913
+ })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
914
+ fill: "none",
915
+ d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z"
916
+ })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
917
+ fill: "none",
918
+ d: "M8 10H10V22H8z",
919
+ transform: "rotate(-180 9 16)"
920
+ })), children);
921
+ });
922
+ if (process.env.NODE_ENV !== "production") {
923
+ SkipBackSolidFilled.propTypes = iconPropTypes4cbeb95d.i;
924
+ }
925
+ const SkipForward = /*#__PURE__*/React.forwardRef(function SkipForward(_ref39, ref) {
926
+ let {
927
+ children,
928
+ size = 16,
929
+ ...rest
930
+ } = _ref39;
931
+ return /*#__PURE__*/React.createElement(Icon.default, {
932
+ width: size,
933
+ height: size,
934
+ ref: ref,
935
+ xmlns: "http://www.w3.org/2000/svg",
936
+ viewBox: "0 0 32 32",
937
+ fill: "currentColor",
938
+ ...rest
939
+ }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
940
+ d: "M5 28a1 1 0 01-1-1V5a1 1 0 01.5-.87 1 1 0 011 0l19 11a1 1 0 010 1.74l-19 11A1 1 0 015 28zM6 6.73V25.27L22 16zM28 4H30V28H28z"
941
+ })), children);
942
+ });
943
+ if (process.env.NODE_ENV !== "production") {
944
+ SkipForward.propTypes = iconPropTypes4cbeb95d.i;
945
+ }
946
+ const SkipForwardFilled = /*#__PURE__*/React.forwardRef(function SkipForwardFilled(_ref40, ref) {
947
+ let {
948
+ children,
949
+ size = 16,
950
+ ...rest
951
+ } = _ref40;
952
+ return /*#__PURE__*/React.createElement(Icon.default, {
953
+ width: size,
954
+ height: size,
955
+ ref: ref,
956
+ xmlns: "http://www.w3.org/2000/svg",
957
+ viewBox: "0 0 32 32",
958
+ fill: "currentColor",
959
+ ...rest
960
+ }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
961
+ d: "M28 4H30V28H28zM5 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 015 28z"
962
+ })), children);
963
+ });
964
+ if (process.env.NODE_ENV !== "production") {
965
+ SkipForwardFilled.propTypes = iconPropTypes4cbeb95d.i;
966
+ }
967
+ const SkipForwardOutline = /*#__PURE__*/React.forwardRef(function SkipForwardOutline(_ref41, ref) {
968
+ let {
969
+ children,
970
+ size = 16,
971
+ ...rest
972
+ } = _ref41;
973
+ return /*#__PURE__*/React.createElement(Icon.default, {
974
+ width: size,
975
+ height: size,
976
+ ref: ref,
977
+ xmlns: "http://www.w3.org/2000/svg",
978
+ viewBox: "0 0 32 32",
979
+ fill: "currentColor",
980
+ ...rest
981
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
982
+ d: "M21 10H23V22H21zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8742l9 5a1 1 0 010 1.7485l-9 5a1.0009 1.0009 0 01-.9931-.0125zM10 12.7v6.6011L15.9409 16z"
983
+ })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
984
+ d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
985
+ })), children);
986
+ });
987
+ if (process.env.NODE_ENV !== "production") {
988
+ SkipForwardOutline.propTypes = iconPropTypes4cbeb95d.i;
989
+ }
990
+ const SkipForwardOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineFilled(_ref42, ref) {
991
+ let {
992
+ children,
993
+ size = 16,
994
+ ...rest
995
+ } = _ref42;
996
+ return /*#__PURE__*/React.createElement(Icon.default, {
997
+ width: size,
998
+ height: size,
999
+ ref: ref,
1000
+ xmlns: "http://www.w3.org/2000/svg",
1001
+ viewBox: "0 0 32 32",
1002
+ fill: "currentColor",
1003
+ ...rest
1004
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
1005
+ d: "M10 19.301L15.941 16 10 12.699 10 19.301z"
1006
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1007
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z"
1008
+ })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1009
+ fill: "none",
1010
+ d: "M22 10H24V22H22zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8743l9 5a1 1 0 010 1.7486l-9 5a1.0009 1.0009 0 01-.9931-.0125zM10 12.7v6.601L15.9409 16z"
1011
+ })), children);
1012
+ });
1013
+ if (process.env.NODE_ENV !== "production") {
1014
+ SkipForwardOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
1015
+ }
1016
+ const SkipForwardOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineSolid(_ref43, ref) {
1017
+ let {
1018
+ children,
1019
+ size = 16,
1020
+ ...rest
1021
+ } = _ref43;
1022
+ return /*#__PURE__*/React.createElement(Icon.default, {
1023
+ width: size,
1024
+ height: size,
1025
+ ref: ref,
1026
+ xmlns: "http://www.w3.org/2000/svg",
1027
+ viewBox: "0 0 32 32",
1028
+ fill: "currentColor",
1029
+ ...rest
1030
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1031
+ d: "M21 10H23V22H21zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8742l9 5a1 1 0 010 1.7485l-9 5a1.0009 1.0009 0 01-.9931-.0125z"
1032
+ })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1033
+ d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
1034
+ })), children);
1035
+ });
1036
+ if (process.env.NODE_ENV !== "production") {
1037
+ SkipForwardOutlineSolid.propTypes = iconPropTypes4cbeb95d.i;
1038
+ }
1039
+ const SkipForwardSolidFilled = /*#__PURE__*/React.forwardRef(function SkipForwardSolidFilled(_ref44, ref) {
1040
+ let {
1041
+ children,
1042
+ size = 16,
1043
+ ...rest
1044
+ } = _ref44;
1045
+ return /*#__PURE__*/React.createElement(Icon.default, {
1046
+ width: size,
1047
+ height: size,
1048
+ ref: ref,
1049
+ xmlns: "http://www.w3.org/2000/svg",
1050
+ viewBox: "0 0 32 32",
1051
+ fill: "currentColor",
1052
+ ...rest
1053
+ }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1054
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z"
1055
+ })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1056
+ fill: "none",
1057
+ d: "M22 10H24V22H22zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8743l9 5a1 1 0 010 1.7486l-9 5a1.0009 1.0009 0 01-.9931-.0125z"
1058
+ })), children);
1059
+ });
1060
+ if (process.env.NODE_ENV !== "production") {
1061
+ SkipForwardSolidFilled.propTypes = iconPropTypes4cbeb95d.i;
1062
+ }
1063
+ const Sleet = /*#__PURE__*/React.forwardRef(function Sleet(_ref45, ref) {
1064
+ let {
1065
+ children,
1066
+ size = 16,
1067
+ ...rest
1068
+ } = _ref45;
1069
+ return /*#__PURE__*/React.createElement(Icon.default, {
1070
+ width: size,
1071
+ height: size,
1072
+ ref: ref,
1073
+ xmlns: "http://www.w3.org/2000/svg",
1074
+ viewBox: "0 0 32 32",
1075
+ fill: "currentColor",
1076
+ ...rest
1077
+ }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1078
+ d: "M6 24H8V26H6zM8 26H10V28H8zM10 28H12V30H10zM10 24H12V26H10zM6 28H8V30H6z"
1079
+ })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1080
+ d: "M21 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0121 30zM24.8008 9.1362a8.9943 8.9943 0 00-17.6006 0A6.4973 6.4973 0 008.5 22h8.8818L16.106 24.5527a1 1 0 101.7885.8946L19.6177 22H23.5A6.4974 6.4974 0 0024.8008 9.1362zM23.5 20H8.5a4.4975 4.4975 0 01-.356-8.981l.8155-.0639.0991-.812a6.9938 6.9938 0 0113.8838 0l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 20z"
1081
+ })), children);
1082
+ });
1083
+ if (process.env.NODE_ENV !== "production") {
1084
+ Sleet.propTypes = iconPropTypes4cbeb95d.i;
1085
+ }
1086
+ const Slisor = /*#__PURE__*/React.forwardRef(function Slisor(_ref46, ref) {
1087
+ let {
1088
+ children,
1089
+ size = 16,
1090
+ ...rest
1091
+ } = _ref46;
1092
+ return /*#__PURE__*/React.createElement(Icon.default, {
1093
+ width: size,
1094
+ height: size,
1095
+ ref: ref,
1096
+ xmlns: "http://www.w3.org/2000/svg",
1097
+ viewBox: "0 0 32 32",
1098
+ fill: "currentColor",
1099
+ ...rest
1100
+ }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1101
+ d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
1102
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
1103
+ cx: "7",
1104
+ cy: "25",
1105
+ r: "1"
1106
+ })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1107
+ d: "M16,22a1.0005,1.0005,0,0,1-.4473-.1055l-10-5,.8946-1.789L16,19.8821l9.5527-4.7766.8946,1.789-10,5A1.0005,1.0005,0,0,1,16,22Z"
1108
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1109
+ d: "M16,16a1.0005,1.0005,0,0,1-.4473-.1055l-10-5a1,1,0,0,1,0-1.789l10-5a1.0008,1.0008,0,0,1,.8946,0l10,5a1,1,0,0,1,0,1.789l-10,5A1.0005,1.0005,0,0,1,16,16ZM8.2358,10,16,13.8821,23.7642,10,16,6.1179Z"
1110
+ })), children);
1111
+ });
1112
+ if (process.env.NODE_ENV !== "production") {
1113
+ Slisor.propTypes = iconPropTypes4cbeb95d.i;
1114
+ }
1115
+ const Slm = /*#__PURE__*/React.forwardRef(function Slm(_ref47, ref) {
1116
+ let {
1117
+ children,
1118
+ size = 16,
1119
+ ...rest
1120
+ } = _ref47;
1121
+ return /*#__PURE__*/React.createElement(Icon.default, {
1122
+ width: size,
1123
+ height: size,
1124
+ ref: ref,
1125
+ xmlns: "http://www.w3.org/2000/svg",
1126
+ viewBox: "0 0 32 32",
1127
+ fill: "currentColor",
1128
+ ...rest
1129
+ }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1130
+ d: "M28 9L26.5 14 26 16 25.5 14 24 9 22 9 22 23 24 23 24 15 23.8 13 24.4 15 26 19.6 27.6 15 28.2 13 28 15 28 23 30 23 30 9zM14 21L14 9 12 9 12 23 20 23 20 21zM8 23H2v-2h6v-4H4c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h6v2H4v4h4c1.1 0 2 .9 2 2v4C10 22.1 9.1 23 8 23z"
1131
+ })), children);
1132
+ });
1133
+ if (process.env.NODE_ENV !== "production") {
1134
+ Slm.propTypes = iconPropTypes4cbeb95d.i;
1135
+ }
1136
+ const Smell = /*#__PURE__*/React.forwardRef(function Smell(_ref48, ref) {
1137
+ let {
1138
+ children,
1139
+ size = 16,
1140
+ ...rest
1141
+ } = _ref48;
1142
+ return /*#__PURE__*/React.createElement(Icon.default, {
1143
+ width: size,
1144
+ height: size,
1145
+ ref: ref,
1146
+ xmlns: "http://www.w3.org/2000/svg",
1147
+ viewBox: "0 0 32 32",
1148
+ fill: "currentColor",
1149
+ ...rest
1150
+ }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1151
+ d: "M22,15V10H20v7h2a3,3,0,0,1,0,6H21V21H19v2a3,3,0,0,1-6,0V21H11v2H10a3,3,0,0,1,0-6h2V9a3,3,0,0,1,3-3h1V4H15a5,5,0,0,0-5,5v6a5,5,0,0,0,0,10h1.42a5,5,0,0,0,9.16,0H22a5,5,0,0,0,0-10Z"
1152
+ })), children);
1153
+ });
1154
+ if (process.env.NODE_ENV !== "production") {
1155
+ Smell.propTypes = iconPropTypes4cbeb95d.i;
1156
+ }
1157
+ const Smoke = /*#__PURE__*/React.forwardRef(function Smoke(_ref49, ref) {
1158
+ let {
1159
+ children,
1160
+ size = 16,
1161
+ ...rest
1162
+ } = _ref49;
1163
+ return /*#__PURE__*/React.createElement(Icon.default, {
1164
+ width: size,
1165
+ height: size,
1166
+ ref: ref,
1167
+ xmlns: "http://www.w3.org/2000/svg",
1168
+ viewBox: "0 0 32 32",
1169
+ fill: "currentColor",
1170
+ ...rest
1171
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1172
+ d: "M27.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L23.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L27.8 26.4A1 1 0 0127.001 28zM22.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L18.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L22.8 26.4A1 1 0 0122.001 28zM17.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L13.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L17.8 26.4A1 1 0 0117.001 28zM12.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762A6.9956 6.9956 0 009.0142 6.6855L8.2 5.6A1 1 0 119.8 4.4l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L12.8 26.4A1 1 0 0112.001 28zM7.001 28A.998.998 0 016.2 27.6l-.8145-1.086a8.9976 8.9976 0 01-1.6-7.2856l1.4736-6.8762A6.9956 6.9956 0 004.0142 6.6855L3.2 5.6A1 1 0 114.8 4.4l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856L5.7412 19.6474a6.9956 6.9956 0 001.2446 5.6668L7.8 26.4A1 1 0 017.001 28z"
1173
+ })), children);
1174
+ });
1175
+ if (process.env.NODE_ENV !== "production") {
1176
+ Smoke.propTypes = iconPropTypes4cbeb95d.i;
1177
+ }
1178
+ const WatsonHealthSmoothing = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothing(_ref50, ref) {
1179
+ let {
1180
+ children,
1181
+ size = 16,
1182
+ ...rest
1183
+ } = _ref50;
1184
+ return /*#__PURE__*/React.createElement(Icon.default, {
1185
+ width: size,
1186
+ height: size,
1187
+ ref: ref,
1188
+ xmlns: "http://www.w3.org/2000/svg",
1189
+ viewBox: "0 0 32 32",
1190
+ fill: "currentColor",
1191
+ ...rest
1192
+ }, _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
1193
+ cx: "16",
1194
+ cy: "16",
1195
+ r: "5"
1196
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1197
+ d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM2.7 20.4a14.4029 14.4029 0 002 3.9l1.6-1.2a12.8867 12.8867 0 01-1.7-3.3zM7.8 27.3a14.4029 14.4029 0 003.9 2l.6-1.9A12.8867 12.8867 0 019 25.7zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3z"
1198
+ })), children);
1199
+ });
1200
+ if (process.env.NODE_ENV !== "production") {
1201
+ WatsonHealthSmoothing.propTypes = iconPropTypes4cbeb95d.i;
1202
+ }
1203
+ const WatsonHealthSmoothingCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothingCursor(_ref51, ref) {
1204
+ let {
1205
+ children,
1206
+ size = 16,
1207
+ ...rest
1208
+ } = _ref51;
1209
+ return /*#__PURE__*/React.createElement(Icon.default, {
1210
+ width: size,
1211
+ height: size,
1212
+ ref: ref,
1213
+ xmlns: "http://www.w3.org/2000/svg",
1214
+ viewBox: "0 0 32 32",
1215
+ fill: "currentColor",
1216
+ ...rest
1217
+ }, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
1218
+ cx: "18",
1219
+ cy: "18",
1220
+ r: "4"
1221
+ })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1222
+ d: "M18 30a11.8932 11.8932 0 01-4.1035-.72L14.58 27.4A9.9725 9.9725 0 0018 28zM22.1484 29.2637l-.6914-1.877a9.9556 9.9556 0 002.9973-1.748l1.2916 1.5268A11.9525 11.9525 0 0122.1484 29.2637zM10.2893 27.1951A12.0141 12.0141 0 017.61 24.0078l1.73-1.0029a10.0236 10.0236 0 002.2347 2.6584zM28.4133 23.967l-1.7343-.9956a9.9159 9.9159 0 001.176-3.2641l1.9712.3388A11.8956 11.8956 0 0128.4133 23.967zM6.1821 20.0925A12.1282 12.1282 0 016.1777 15.93l1.9707.3423a10.1214 10.1214 0 00.0035 3.4738zM27.8447 16.2339a9.9019 9.9019 0 00-1.1953-3.2564l1.7285-1.0063a11.9029 11.9029 0 011.4361 3.9121zM9.3313 13.0107l-1.7324-.999a12.01 12.01 0 012.6738-3.1931l1.2886 1.53A10.01 10.01 0 009.3313 13.0107zM24.4094 10.3237a9.96 9.96 0 00-3.0088-1.7309l.68-1.8809a11.9491 11.9491 0 013.6118 2.0772zM14.562 8.6064l-.6875-1.8779A12.1031 12.1031 0 0118 6V8A10.0875 10.0875 0 0014.562 8.6064zM11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
1223
+ })), children);
1224
+ });
1225
+ if (process.env.NODE_ENV !== "production") {
1226
+ WatsonHealthSmoothingCursor.propTypes = iconPropTypes4cbeb95d.i;
1227
+ }
1228
+ const Snooze = /*#__PURE__*/React.forwardRef(function Snooze(_ref52, ref) {
1229
+ let {
1230
+ children,
1231
+ size = 16,
1232
+ ...rest
1233
+ } = _ref52;
1234
+ return /*#__PURE__*/React.createElement(Icon.default, {
1235
+ width: size,
1236
+ height: size,
1237
+ ref: ref,
1238
+ xmlns: "http://www.w3.org/2000/svg",
1239
+ viewBox: "0 0 32 32",
1240
+ fill: "currentColor",
1241
+ ...rest
1242
+ }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1243
+ d: "M20 14L20 12 12 12 12 14 17.5 14 12 20 12 22 20 22 20 20 14.507 20 20 14z"
1244
+ })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1245
+ d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
1246
+ transform: "rotate(-44.945 25.5 6.5)"
1247
+ })), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1248
+ d: "M16,28A11,11,0,1,1,27,17,11.0125,11.0125,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9.01,9.01,0,0,0,16,8Z"
1249
+ })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1250
+ d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
1251
+ transform: "rotate(-45.055 6.5 6.5)"
1252
+ })), children);
1253
+ });
1254
+ if (process.env.NODE_ENV !== "production") {
1255
+ Snooze.propTypes = iconPropTypes4cbeb95d.i;
1256
+ }
1257
+ const Snow = /*#__PURE__*/React.forwardRef(function Snow(_ref53, ref) {
1258
+ let {
1259
+ children,
1260
+ size = 16,
1261
+ ...rest
1262
+ } = _ref53;
1263
+ return /*#__PURE__*/React.createElement(Icon.default, {
1264
+ width: size,
1265
+ height: size,
1266
+ ref: ref,
1267
+ xmlns: "http://www.w3.org/2000/svg",
1268
+ viewBox: "0 0 32 32",
1269
+ fill: "currentColor",
1270
+ ...rest
1271
+ }, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1272
+ d: "M23.5 22H8.5A6.5 6.5 0 017.2 9.14a9 9 0 0117.6 0A6.5 6.5 0 0123.5 22zM16 4a7 7 0 00-6.94 6.14L9 11 8.14 11a4.5 4.5 0 00.36 9h15a4.5 4.5 0 00.36-9L23 11l-.1-.82A7 7 0 0016 4zM12 25.05L10.95 24 9.5 25.45 8.05 24 7 25.05 8.45 26.5 7 27.95 8.05 29 9.5 27.55 10.95 29 12 27.95 10.55 26.5 12 25.05zM26 25.05L24.95 24 23.5 25.45 22.05 24 21 25.05 22.45 26.5 21 27.95 22.05 29 23.5 27.55 24.95 29 26 27.95 24.55 26.5 26 25.05zM19 27.05L17.95 26 16.5 27.45 15.05 26 14 27.05 15.45 28.5 14 29.95 15.05 31 16.5 29.55 17.95 31 19 29.95 17.55 28.5 19 27.05z"
1273
+ })), children);
1274
+ });
1275
+ if (process.env.NODE_ENV !== "production") {
1276
+ Snow.propTypes = iconPropTypes4cbeb95d.i;
1277
+ }
1278
+ const SnowBlizzard = /*#__PURE__*/React.forwardRef(function SnowBlizzard(_ref54, ref) {
1279
+ let {
1280
+ children,
1281
+ size = 16,
1282
+ ...rest
1283
+ } = _ref54;
1284
+ return /*#__PURE__*/React.createElement(Icon.default, {
1285
+ width: size,
1286
+ height: size,
1287
+ ref: ref,
1288
+ xmlns: "http://www.w3.org/2000/svg",
1289
+ viewBox: "0 0 32 32",
1290
+ fill: "currentColor",
1291
+ ...rest
1292
+ }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1293
+ d: "M13 10H15V12H13zM15 12H17V14H15zM17 14H19V16H17zM17 10H19V12H17zM13 14H15V16H13zM3 26H5V28H3zM5 28H7V30H5zM7 30H9V32H7zM7 26H9V28H7zM3 30H5V32H3zM23 26H25V28H23zM25 28H27V30H25zM27 30H29V32H27zM27 26H29V28H27zM23 30H25V32H23zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM13 26H15V28H13zM15 28H17V30H15zM17 30H19V32H17zM17 26H19V28H17zM13 30H15V32H13z"
1294
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1295
+ d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
1296
+ })), children);
1297
+ });
1298
+ if (process.env.NODE_ENV !== "production") {
1299
+ SnowBlizzard.propTypes = iconPropTypes4cbeb95d.i;
1300
+ }
1301
+ const SnowHeavy = /*#__PURE__*/React.forwardRef(function SnowHeavy(_ref55, ref) {
1302
+ let {
1303
+ children,
1304
+ size = 16,
1305
+ ...rest
1306
+ } = _ref55;
1307
+ return /*#__PURE__*/React.createElement(Icon.default, {
1308
+ width: size,
1309
+ height: size,
1310
+ ref: ref,
1311
+ xmlns: "http://www.w3.org/2000/svg",
1312
+ viewBox: "0 0 32 32",
1313
+ fill: "currentColor",
1314
+ ...rest
1315
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1316
+ d: "M4 26H6V28H4zM6 28H8V30H6zM8 30H10V32H8zM8 26H10V28H8zM4 30H6V32H4zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM14 26H16V28H14zM16 28H18V30H16zM18 30H20V32H18zM18 26H20V28H18zM14 30H16V32H14z"
1317
+ })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1318
+ d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
1319
+ })), children);
1320
+ });
1321
+ if (process.env.NODE_ENV !== "production") {
1322
+ SnowHeavy.propTypes = iconPropTypes4cbeb95d.i;
1323
+ }
1324
+ const SnowScattered = /*#__PURE__*/React.forwardRef(function SnowScattered(_ref56, ref) {
1325
+ let {
1326
+ children,
1327
+ size = 16,
1328
+ ...rest
1329
+ } = _ref56;
1330
+ return /*#__PURE__*/React.createElement(Icon.default, {
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
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1339
+ d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM20 0H22V3H20zM29 10.001H32V12.001H29z"
1340
+ })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1341
+ d: "M26.732 3.768H29.732V5.768H26.732z",
1342
+ transform: "rotate(-45 28.232 4.768)"
1343
+ })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1344
+ d: "M26.732 16.233H29.732V18.233H26.732z",
1345
+ transform: "rotate(-135 28.232 17.233)"
1346
+ })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1347
+ d: "M12.268 3.768H15.268V5.768H12.268z",
1348
+ transform: "rotate(-135 13.768 4.768)"
1349
+ })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1350
+ d: "M27,11A5.9852,5.9852,0,0,0,16.1431,7.5083,7.3737,7.3737,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a5.9672,5.9672,0,0,0,5.5667-8.2A5.9722,5.9722,0,0,0,27,11ZM19,22H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,22Zm4.5222-7.9131a5.9592,5.9592,0,0,0-2.8728-1.8428,7.5212,7.5212,0,0,0-2.7224-3.78,3.9869,3.9869,0,1,1,5.5952,5.6225Z"
1351
+ })), children);
1352
+ });
1353
+ if (process.env.NODE_ENV !== "production") {
1354
+ SnowScattered.propTypes = iconPropTypes4cbeb95d.i;
1355
+ }
1356
+ const SnowScatteredNight = /*#__PURE__*/React.forwardRef(function SnowScatteredNight(_ref57, ref) {
1357
+ let {
1358
+ children,
1359
+ size = 16,
1360
+ ...rest
1361
+ } = _ref57;
1362
+ return /*#__PURE__*/React.createElement(Icon.default, {
1363
+ width: size,
1364
+ height: size,
1365
+ ref: ref,
1366
+ xmlns: "http://www.w3.org/2000/svg",
1367
+ viewBox: "0 0 32 32",
1368
+ fill: "currentColor",
1369
+ ...rest
1370
+ }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1371
+ d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM29.8439 13.0347a1.517 1.517 0 00-1.23-.8658 5.3552 5.3552 0 01-3.4095-1.7158 6.4655 6.4655 0 01-1.286-6.3926 1.6025 1.6025 0 00-.2989-1.5459 1.4543 1.4543 0 00-1.36-.4931l-.0191.0039a7.7685 7.7685 0 00-5.8847 5.5737A7.3706 7.3706 0 0013.5 7a7.5511 7.5511 0 00-7.1494 5.2441A5.9926 5.9926 0 008 24H19a6.0066 6.0066 0 006-6c0-.0571-.0123-.1113-.0139-.1685a7.5076 7.5076 0 004.7611-3.2768A1.5369 1.5369 0 0029.8439 13.0347zM19 22H8a3.9926 3.9926 0 01-.6733-7.9292l.663-.1128.1456-.6562a5.496 5.496 0 0110.7294 0l.1456.6562.6626.1128A3.9925 3.9925 0 0119 22zm5.5974-6.1289a5.9661 5.9661 0 00-3.948-3.627 7.49 7.49 0 00-2.489-3.58 5.9018 5.9018 0 013.6381-4.4473 8.4577 8.4577 0 001.94 7.5967A7.4007 7.4007 0 0027.64 14.041 5.4487 5.4487 0 0124.5974 15.8711z"
1372
+ })), children);
1373
+ });
1374
+ if (process.env.NODE_ENV !== "production") {
1375
+ SnowScatteredNight.propTypes = iconPropTypes4cbeb95d.i;
1376
+ }
1377
+ const SnowDensity = /*#__PURE__*/React.forwardRef(function SnowDensity(_ref58, ref) {
1378
+ let {
1379
+ children,
1380
+ size = 16,
1381
+ ...rest
1382
+ } = _ref58;
1383
+ return /*#__PURE__*/React.createElement(Icon.default, {
1384
+ width: size,
1385
+ height: size,
1386
+ ref: ref,
1387
+ xmlns: "http://www.w3.org/2000/svg",
1388
+ viewBox: "0 0 32 32",
1389
+ fill: "currentColor",
1390
+ ...rest
1391
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1392
+ d: "M16,28a9.0114,9.0114,0,0,1-9-9,9.9843,9.9843,0,0,1,1.4941-4.9554L15.1528,3.4367a1.04,1.04,0,0,1,1.6944,0l6.6289,10.5564A10.0633,10.0633,0,0,1,25,19,9.0114,9.0114,0,0,1,16,28ZM16,5.8483l-5.7817,9.2079A7.9771,7.9771,0,0,0,9,19a7,7,0,0,0,14,0,8.0615,8.0615,0,0,0-1.248-3.9953Z"
1393
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1394
+ d: "M20.6 16.8L19.4 15.2 17 17 17 14 15 14 15 17 12.6 15.2 11.4 16.8 14.333 19 11.4 21.2 12.6 22.8 15 21 15 24 17 24 17 21 19.4 22.8 20.6 21.2 17.667 19 20.6 16.8z"
1395
+ })), children);
1396
+ });
1397
+ if (process.env.NODE_ENV !== "production") {
1398
+ SnowDensity.propTypes = iconPropTypes4cbeb95d.i;
1399
+ }
1400
+ const Snowflake = /*#__PURE__*/React.forwardRef(function Snowflake(_ref59, ref) {
1401
+ let {
1402
+ children,
1403
+ size = 16,
1404
+ ...rest
1405
+ } = _ref59;
1406
+ return /*#__PURE__*/React.createElement(Icon.default, {
1407
+ width: size,
1408
+ height: size,
1409
+ ref: ref,
1410
+ xmlns: "http://www.w3.org/2000/svg",
1411
+ viewBox: "0 0 32 32",
1412
+ fill: "currentColor",
1413
+ ...rest
1414
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1415
+ d: "M21.4148,12H28V10H23.4148l4.5857-4.5854L26.5864,4,22,8.5869V4H20v6.5869L18.5867,12H17V8H15v4H13.4133L12,10.5869V4H10V8.5869L5.4136,4,4,5.4146,8.5852,10H4v2h6.5852L12,13.415V15H8v2h4v1.5869L10.5867,20H4v2H8.5867L4,26.5864l1.4141,1.4141L10,23.415V28h2V21.415L13.4148,20H15v4h2V20h1.5852L20,21.415V28h2V23.415l4.5854,4.5855L28,26.5864,23.4133,22H28V20H21.4133L20,18.5869V17h4V15H20V13.415ZM18,18H14V14h4Z"
1416
+ })), children);
1417
+ });
1418
+ if (process.env.NODE_ENV !== "production") {
1419
+ Snowflake.propTypes = iconPropTypes4cbeb95d.i;
1420
+ }
1421
+ const Soccer = /*#__PURE__*/React.forwardRef(function Soccer(_ref60, ref) {
1422
+ let {
1423
+ children,
1424
+ size = 16,
1425
+ ...rest
1426
+ } = _ref60;
1427
+ return /*#__PURE__*/React.createElement(Icon.default, {
1428
+ width: size,
1429
+ height: size,
1430
+ ref: ref,
1431
+ xmlns: "http://www.w3.org/2000/svg",
1432
+ viewBox: "0 0 32 32",
1433
+ fill: "currentColor",
1434
+ ...rest
1435
+ }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
1436
+ cx: "17",
1437
+ cy: "28",
1438
+ r: "2"
1439
+ })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1440
+ d: "M7.55 17.5H15.45V19.5H7.55z",
1441
+ transform: "rotate(-45 11.5 18.5)"
1442
+ })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1443
+ d: "M28 16.584L19.4143 8H6v2H18.5857l3 3L6 28.5859 7.4141 30 23 14.415 26.584 18 23 21.5859 24.4141 23 28 19.416A2.0044 2.0044 0 0028 16.584zM24.5 9A3.5 3.5 0 1128 5.5 3.504 3.504 0 0124.5 9zm0-5A1.5 1.5 0 1026 5.5 1.5017 1.5017 0 0024.5 4z"
1444
+ })), children);
1445
+ });
1446
+ if (process.env.NODE_ENV !== "production") {
1447
+ Soccer.propTypes = iconPropTypes4cbeb95d.i;
1448
+ }
1449
+ const SoftwareResource = /*#__PURE__*/React.forwardRef(function SoftwareResource(_ref61, ref) {
1450
+ let {
1451
+ children,
1452
+ size = 16,
1453
+ ...rest
1454
+ } = _ref61;
1455
+ return /*#__PURE__*/React.createElement(Icon.default, {
1456
+ width: size,
1457
+ height: size,
1458
+ ref: ref,
1459
+ xmlns: "http://www.w3.org/2000/svg",
1460
+ viewBox: "0 0 32 32",
1461
+ fill: "currentColor",
1462
+ ...rest
1463
+ }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1464
+ d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z"
1465
+ })), children);
1466
+ });
1467
+ if (process.env.NODE_ENV !== "production") {
1468
+ SoftwareResource.propTypes = iconPropTypes4cbeb95d.i;
1469
+ }
1470
+ const SoftwareResourceCluster = /*#__PURE__*/React.forwardRef(function SoftwareResourceCluster(_ref62, ref) {
1471
+ let {
1472
+ children,
1473
+ size = 16,
1474
+ ...rest
1475
+ } = _ref62;
1476
+ return /*#__PURE__*/React.createElement(Icon.default, {
1477
+ width: size,
1478
+ height: size,
1479
+ ref: ref,
1480
+ xmlns: "http://www.w3.org/2000/svg",
1481
+ viewBox: "0 0 32 32",
1482
+ fill: "currentColor",
1483
+ ...rest
1484
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1485
+ d: "M24 21c-.5 0-1-.2-1.4-.6l-3-3C19.2 17 19 16.5 19 16s.2-1 .6-1.4l3-3C23 11.2 23.5 11 24 11c.5 0 1 .2 1.4.6l3 3C28.8 15 29 15.5 29 16c0 .5-.2 1-.6 1.4l-3 3C25 20.8 24.5 21 24 21zM24 13l-3 3 3 3 3-3L24 13zM16 13c-.5 0-1-.2-1.4-.6l-3-3C11.2 9 11 8.5 11 8s.2-1 .6-1.4l3-3C15 3.2 15.5 3 16 3c.5 0 1 .2 1.4.6l3 3C20.8 7 21 7.5 21 8c0 .5-.2 1-.6 1.4l-3 3C17 12.8 16.5 13 16 13zM16 5l-3 3 3 3 3-3L16 5zM16 29c-.5 0-1-.2-1.4-.6l-3-3C11.2 25 11 24.5 11 24s.2-1 .6-1.4l3-3C15 19.2 15.5 19 16 19c.5 0 1 .2 1.4.6l3 3C20.8 23 21 23.5 21 24c0 .5-.2 1-.6 1.4l-3 3C17 28.8 16.5 29 16 29zM16 21l-3 3 3 3 3-3L16 21zM8 21c-.5 0-1-.2-1.4-.6l-3-3C3.2 17 3 16.5 3 16s.2-1 .6-1.4l3-3C7 11.2 7.5 11 8 11c.5 0 1 .2 1.4.6l3 3C12.8 15 13 15.5 13 16c0 .5-.2 1-.6 1.4l-3 3C9 20.8 8.5 21 8 21zM8 13l-3 3 3 3 3-3L8 13z"
1486
+ })), children);
1487
+ });
1488
+ if (process.env.NODE_ENV !== "production") {
1489
+ SoftwareResourceCluster.propTypes = iconPropTypes4cbeb95d.i;
1490
+ }
1491
+ const SoftwareResourceResource = /*#__PURE__*/React.forwardRef(function SoftwareResourceResource(_ref63, ref) {
1492
+ let {
1493
+ children,
1494
+ size = 16,
1495
+ ...rest
1496
+ } = _ref63;
1497
+ return /*#__PURE__*/React.createElement(Icon.default, {
1498
+ width: size,
1499
+ height: size,
1500
+ ref: ref,
1501
+ xmlns: "http://www.w3.org/2000/svg",
1502
+ viewBox: "0 0 32 32",
1503
+ fill: "currentColor",
1504
+ ...rest
1505
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1506
+ d: "M6.9 8.3H11.7V10.3H6.9z",
1507
+ transform: "rotate(-45.001 9.293 9.293)"
1508
+ })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1509
+ d: "M4.9,19.7l-2.3-2.3C2.2,17,2,16.5,2,16s0.2-1,0.6-1.4l2.3-2.3l1.4,1.4L4,16l2.3,2.3L4.9,19.7z"
1510
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1511
+ d: "M8.3 20.3H10.3V25.1H8.3z",
1512
+ transform: "rotate(-45.001 9.293 22.707)"
1513
+ })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1514
+ d: "M16,30c-0.5,0-1-0.2-1.4-0.6l-2.3-2.3l1.4-1.4L16,28l2.3-2.3l1.4,1.4l-2.3,2.3C17,29.8,16.5,30,16,30z"
1515
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1516
+ d: "M20.3 21.7H25.1V23.7H20.3z",
1517
+ transform: "rotate(-45.001 22.707 22.707)"
1518
+ })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1519
+ d: "M27.1,19.7l-1.4-1.4L28,16l-2.3-2.3l1.4-1.4l2.3,2.3C29.8,15,30,15.5,30,16s-0.2,1-0.6,1.4L27.1,19.7z"
1520
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1521
+ d: "M21.7 6.9H23.7V11.7H21.7z",
1522
+ transform: "rotate(-45.001 22.707 9.293)"
1523
+ })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1524
+ d: "M16,2c-0.5,0-1,0.2-1.4,0.6l-2.3,2.3l1.4,1.4L16,4l2.3,2.3l1.4-1.4l-2.3-2.3C17,2.2,16.5,2,16,2z"
1525
+ })), children);
1526
+ });
1527
+ if (process.env.NODE_ENV !== "production") {
1528
+ SoftwareResourceResource.propTypes = iconPropTypes4cbeb95d.i;
1529
+ }
1530
+ const SoilMoisture = /*#__PURE__*/React.forwardRef(function SoilMoisture(_ref64, ref) {
1531
+ let {
1532
+ children,
1533
+ size = 16,
1534
+ ...rest
1535
+ } = _ref64;
1536
+ return /*#__PURE__*/React.createElement(Icon.default, {
1537
+ width: size,
1538
+ height: size,
1539
+ ref: ref,
1540
+ xmlns: "http://www.w3.org/2000/svg",
1541
+ viewBox: "0 0 32 32",
1542
+ fill: "currentColor",
1543
+ ...rest
1544
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1545
+ d: "M24.5,28A5.385,5.385,0,0,1,19,22.751a5.3837,5.3837,0,0,1,.874-2.8308L23.49,14.5383a1.217,1.217,0,0,1,2.02,0L29.06,19.8154A5.4923,5.4923,0,0,1,30,22.751,5.385,5.385,0,0,1,24.5,28Zm0-11.38-2.9356,4.3672A3.3586,3.3586,0,0,0,21,22.751a3.51,3.51,0,0,0,7,0,3.4356,3.4356,0,0,0-.63-1.867Z"
1546
+ })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
1547
+ cx: "5",
1548
+ cy: "13",
1549
+ r: "1"
1550
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
1551
+ cx: "11",
1552
+ cy: "19",
1553
+ r: "1"
1554
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
1555
+ cx: "15",
1556
+ cy: "25",
1557
+ r: "1"
1558
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
1559
+ cx: "17",
1560
+ cy: "15",
1561
+ r: "1"
1562
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
1563
+ cx: "13",
1564
+ cy: "11",
1565
+ r: "1"
1566
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
1567
+ cx: "27",
1568
+ cy: "11",
1569
+ r: "1"
1570
+ })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
1571
+ cx: "9",
1572
+ cy: "27",
1573
+ r: "1"
1574
+ })), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
1575
+ cx: "3",
1576
+ cy: "21",
1577
+ r: "1"
1578
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1579
+ d: "M2 6H30V8H2z"
1580
+ })), children);
1581
+ });
1582
+ if (process.env.NODE_ENV !== "production") {
1583
+ SoilMoisture.propTypes = iconPropTypes4cbeb95d.i;
1584
+ }
1585
+ const SoilMoistureField = /*#__PURE__*/React.forwardRef(function SoilMoistureField(_ref65, ref) {
1586
+ let {
1587
+ children,
1588
+ size = 16,
1589
+ ...rest
1590
+ } = _ref65;
1591
+ return /*#__PURE__*/React.createElement(Icon.default, {
1592
+ width: size,
1593
+ height: size,
1594
+ ref: ref,
1595
+ xmlns: "http://www.w3.org/2000/svg",
1596
+ viewBox: "0 0 32 32",
1597
+ fill: "currentColor",
1598
+ ...rest
1599
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1600
+ d: "M24.5 30a5.202 5.202 0 01-4.626-8.08L23.49 16.5382a1.217 1.217 0 012.02 0L29.06 21.8154A5.4921 5.4921 0 0130 24.751 5.385 5.385 0 0124.5 30zm0-11.38l-2.9356 4.3672A3.2079 3.2079 0 0024.5 28 3.3855 3.3855 0 0028 24.751a3.4354 3.4354 0 00-.63-1.867zM11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9zM2 21H16V23H2zM2 26H16V28H2z"
1601
+ })), children);
1602
+ });
1603
+ if (process.env.NODE_ENV !== "production") {
1604
+ SoilMoistureField.propTypes = iconPropTypes4cbeb95d.i;
1605
+ }
1606
+ const SoilMoistureGlobal = /*#__PURE__*/React.forwardRef(function SoilMoistureGlobal(_ref66, ref) {
1607
+ let {
1608
+ children,
1609
+ size = 16,
1610
+ ...rest
1611
+ } = _ref66;
1612
+ return /*#__PURE__*/React.createElement(Icon.default, {
1613
+ width: size,
1614
+ height: size,
1615
+ ref: ref,
1616
+ xmlns: "http://www.w3.org/2000/svg",
1617
+ viewBox: "0 0 32 32",
1618
+ fill: "currentColor",
1619
+ ...rest
1620
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1621
+ d: "M25 30a4.7347 4.7347 0 01-4.2075-7.35l3.3687-5.1942a1 1 0 011.6779 0l3.3152 5.11A4.9753 4.9753 0 0130 25.2231 4.8979 4.8979 0 0125 30zm0-10.1629l-2.5078 3.8662A2.9264 2.9264 0 1028 25.2231a2.96 2.96 0 00-.5444-1.6028zM11 24H9A17.0192 17.0192 0 0126 7h4V9H26A15.017 15.017 0 0011 24z"
1622
+ })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1623
+ d: "M16,24H14A12.0137,12.0137,0,0,1,26,12h4v2H26A10.0113,10.0113,0,0,0,16,24Z"
1624
+ })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1625
+ d: "M26,2A21.8625,21.8625,0,0,0,13.9993,5.5757,21.856,21.856,0,0,0,2,2V4A19.8735,19.8735,0,0,1,12.2622,6.835,22.1514,22.1514,0,0,0,9.9475,8.979,17.001,17.001,0,0,0,2,7V9a15.0142,15.0142,0,0,1,6.6191,1.5366,22.0768,22.0768,0,0,0-1.7016,2.5371A12.0319,12.0319,0,0,0,2,12v2a9.8838,9.8838,0,0,1,4.0007.8506A21.861,21.861,0,0,0,4,24H6A20.0226,20.0226,0,0,1,26,4h4V2Z"
1626
+ })), children);
1627
+ });
1628
+ if (process.env.NODE_ENV !== "production") {
1629
+ SoilMoistureGlobal.propTypes = iconPropTypes4cbeb95d.i;
1630
+ }
1631
+ const SoilTemperature = /*#__PURE__*/React.forwardRef(function SoilTemperature(_ref67, ref) {
1632
+ let {
1633
+ children,
1634
+ size = 16,
1635
+ ...rest
1636
+ } = _ref67;
1637
+ return /*#__PURE__*/React.createElement(Icon.default, {
1638
+ width: size,
1639
+ height: size,
1640
+ ref: ref,
1641
+ xmlns: "http://www.w3.org/2000/svg",
1642
+ viewBox: "0 0 32 32",
1643
+ fill: "currentColor",
1644
+ ...rest
1645
+ }, _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
1646
+ cx: "5",
1647
+ cy: "13",
1648
+ r: "1"
1649
+ })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
1650
+ cx: "11",
1651
+ cy: "19",
1652
+ r: "1"
1653
+ })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
1654
+ cx: "15",
1655
+ cy: "25",
1656
+ r: "1"
1657
+ })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
1658
+ cx: "17",
1659
+ cy: "15",
1660
+ r: "1"
1661
+ })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
1662
+ cx: "13",
1663
+ cy: "11",
1664
+ r: "1"
1665
+ })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
1666
+ cx: "9",
1667
+ cy: "27",
1668
+ r: "1"
1669
+ })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
1670
+ cx: "3",
1671
+ cy: "21",
1672
+ r: "1"
1673
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1674
+ d: "M25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14zM2 6H30V8H2z"
1675
+ })), children);
1676
+ });
1677
+ if (process.env.NODE_ENV !== "production") {
1678
+ SoilTemperature.propTypes = iconPropTypes4cbeb95d.i;
1679
+ }
1680
+ const SoilTemperatureField = /*#__PURE__*/React.forwardRef(function SoilTemperatureField(_ref68, ref) {
1681
+ let {
1682
+ children,
1683
+ size = 16,
1684
+ ...rest
1685
+ } = _ref68;
1686
+ return /*#__PURE__*/React.createElement(Icon.default, {
1687
+ width: size,
1688
+ height: size,
1689
+ ref: ref,
1690
+ xmlns: "http://www.w3.org/2000/svg",
1691
+ viewBox: "0 0 32 32",
1692
+ fill: "currentColor",
1693
+ ...rest
1694
+ }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1695
+ d: "M11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9zM2 21H16V23H2zM2 26H16V28H2zM25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14z"
1696
+ })), children);
1697
+ });
1698
+ if (process.env.NODE_ENV !== "production") {
1699
+ SoilTemperatureField.propTypes = iconPropTypes4cbeb95d.i;
1700
+ }
1701
+ const SoilTemperatureGlobal = /*#__PURE__*/React.forwardRef(function SoilTemperatureGlobal(_ref69, ref) {
1702
+ let {
1703
+ children,
1704
+ size = 16,
1705
+ ...rest
1706
+ } = _ref69;
1707
+ return /*#__PURE__*/React.createElement(Icon.default, {
1708
+ width: size,
1709
+ height: size,
1710
+ ref: ref,
1711
+ xmlns: "http://www.w3.org/2000/svg",
1712
+ viewBox: "0 0 32 32",
1713
+ fill: "currentColor",
1714
+ ...rest
1715
+ }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1716
+ d: "M25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14zM16 24H14a11.89 11.89 0 013.7642-8.7271l1.373 1.4542A9.909 9.909 0 0016 24z"
1717
+ })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1718
+ d: "M11,24H9A17.0192,17.0192,0,0,1,26,7h4V9H26A15.017,15.017,0,0,0,11,24Z"
1719
+ })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1720
+ d: "M26,2A21.8625,21.8625,0,0,0,13.9993,5.5757,21.856,21.856,0,0,0,2,2V4A19.8735,19.8735,0,0,1,12.2622,6.835,22.1514,22.1514,0,0,0,9.9475,8.979,17.001,17.001,0,0,0,2,7V9a15.0142,15.0142,0,0,1,6.6191,1.5366,22.0768,22.0768,0,0,0-1.7016,2.5371A12.0319,12.0319,0,0,0,2,12v2a9.8838,9.8838,0,0,1,4.0007.8506A21.861,21.861,0,0,0,4,24H6A20.0226,20.0226,0,0,1,26,4h4V2Z"
1721
+ })), children);
1722
+ });
1723
+ if (process.env.NODE_ENV !== "production") {
1724
+ SoilTemperatureGlobal.propTypes = iconPropTypes4cbeb95d.i;
1725
+ }
1726
+ const SolarPanel = /*#__PURE__*/React.forwardRef(function SolarPanel(_ref70, ref) {
1727
+ let {
1728
+ children,
1729
+ size = 16,
1730
+ ...rest
1731
+ } = _ref70;
1732
+ return /*#__PURE__*/React.createElement(Icon.default, {
1733
+ width: size,
1734
+ height: size,
1735
+ ref: ref,
1736
+ xmlns: "http://www.w3.org/2000/svg",
1737
+ viewBox: "0 0 32 32",
1738
+ fill: "currentColor",
1739
+ ...rest
1740
+ }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1741
+ d: "M30 26V14H13V26h5v2H2v2H30V28H25V26zm-5-2V21h3v3zm-2-3v3H20V21zm-3-2V16h3v3zm8 0H25V16h3zM18 16v3H15V16zm-3 8V21h3v3zm8 4H20V26h3zM9.3328 14.981A4 4 0 1116 12H14a2 2 0 10-3.3333 1.4907zM11 2H13V6H11zM2 11H6V13H2z"
1742
+ })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1743
+ d: "M5.343 4.343H7.343V8.343H5.343z",
1744
+ transform: "rotate(-45 6.343 6.343)"
1745
+ })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1746
+ d: "M16.657 4.343H18.657V8.343H16.657z",
1747
+ transform: "rotate(-135 17.657 6.343)"
1748
+ })), children);
1749
+ });
1750
+ if (process.env.NODE_ENV !== "production") {
1751
+ SolarPanel.propTypes = iconPropTypes4cbeb95d.i;
1752
+ }
1753
+ const SortAscending = /*#__PURE__*/React.forwardRef(function SortAscending(_ref71, ref) {
1754
+ let {
1755
+ children,
1756
+ size = 16,
1757
+ ...rest
1758
+ } = _ref71;
1759
+ return /*#__PURE__*/React.createElement(Icon.default, {
1760
+ width: size,
1761
+ height: size,
1762
+ ref: ref,
1763
+ xmlns: "http://www.w3.org/2000/svg",
1764
+ viewBox: "0 0 32 32",
1765
+ fill: "currentColor",
1766
+ ...rest
1767
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1768
+ d: "M18 22L19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22zM2 18H16V20H2zM6 12H16V14H6zM10 6H16V8H10z"
1769
+ })), children);
1770
+ });
1771
+ if (process.env.NODE_ENV !== "production") {
1772
+ SortAscending.propTypes = iconPropTypes4cbeb95d.i;
1773
+ }
1774
+ const SortDescending = /*#__PURE__*/React.forwardRef(function SortDescending(_ref72, ref) {
1775
+ let {
1776
+ children,
1777
+ size = 16,
1778
+ ...rest
1779
+ } = _ref72;
1780
+ return /*#__PURE__*/React.createElement(Icon.default, {
1781
+ width: size,
1782
+ height: size,
1783
+ ref: ref,
1784
+ xmlns: "http://www.w3.org/2000/svg",
1785
+ viewBox: "0 0 32 32",
1786
+ fill: "currentColor",
1787
+ ...rest
1788
+ }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1789
+ d: "M18 22L19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22zM2 6H16V8H2zM6 12H16V14H6zM10 18H16V20H10z"
1790
+ })), children);
1791
+ });
1792
+ if (process.env.NODE_ENV !== "production") {
1793
+ SortDescending.propTypes = iconPropTypes4cbeb95d.i;
1794
+ }
1795
+ const SortRemove = /*#__PURE__*/React.forwardRef(function SortRemove(_ref73, ref) {
1796
+ let {
1797
+ children,
1798
+ size = 16,
1799
+ ...rest
1800
+ } = _ref73;
1801
+ return /*#__PURE__*/React.createElement(Icon.default, {
1802
+ width: size,
1803
+ height: size,
1804
+ ref: ref,
1805
+ xmlns: "http://www.w3.org/2000/svg",
1806
+ viewBox: "0 0 32 32",
1807
+ fill: "currentColor",
1808
+ ...rest
1809
+ }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1810
+ d: "M30 19.415L28.586 18 25 21.587 21.414 18 20 19.415 23.586 23 20 26.586 21.414 28 25 24.414 28.586 28 30 26.586 26.414 23 30 19.415zM10 18H16V20H10zM2 6H16V8H2zM6 12H16V14H6z"
1811
+ })), children);
1812
+ });
1813
+ if (process.env.NODE_ENV !== "production") {
1814
+ SortRemove.propTypes = iconPropTypes4cbeb95d.i;
1815
+ }
1816
+ const SpellCheck = /*#__PURE__*/React.forwardRef(function SpellCheck(_ref74, ref) {
1817
+ let {
1818
+ children,
1819
+ size = 16,
1820
+ ...rest
1821
+ } = _ref74;
1822
+ return /*#__PURE__*/React.createElement(Icon.default, {
1823
+ width: size,
1824
+ height: size,
1825
+ ref: ref,
1826
+ xmlns: "http://www.w3.org/2000/svg",
1827
+ viewBox: "0 0 32 32",
1828
+ fill: "currentColor",
1829
+ ...rest
1830
+ }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1831
+ d: "M20,22h2L17,10H15L10,22h2l1.24-3h5.53Zm-5.93-5,1.82-4.42h.25L18,17Z"
1832
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1833
+ d: "M12 28H6a2 2 0 01-2-2V6A2 2 0 016 4H26a2 2 0 012 2V17H26V6H6V26h6zM23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z"
1834
+ })), children);
1835
+ });
1836
+ if (process.env.NODE_ENV !== "production") {
1837
+ SpellCheck.propTypes = iconPropTypes4cbeb95d.i;
1838
+ }
1839
+ const WatsonHealthSpineLabel = /*#__PURE__*/React.forwardRef(function WatsonHealthSpineLabel(_ref75, ref) {
1840
+ let {
1841
+ children,
1842
+ size = 16,
1843
+ ...rest
1844
+ } = _ref75;
1845
+ return /*#__PURE__*/React.createElement(Icon.default, {
1846
+ width: size,
1847
+ height: size,
1848
+ ref: ref,
1849
+ xmlns: "http://www.w3.org/2000/svg",
1850
+ viewBox: "0 0 32 32",
1851
+ fill: "currentColor",
1852
+ ...rest
1853
+ }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1854
+ d: "M3 11L3 13 8.59 13 2.29 19.29 3.71 20.71 10 14.41 10 20 12 20 12 11 3 11zM26 13H23V12H21v1H18a2 2 0 00-2 2v2a2 2 0 002 2h3v1h2V19h3a2 2 0 002-2V15A2 2 0 0026 13zm-8 4V15h8v2zM26 23H23V22H21v1H18a2 2 0 00-2 2v2a2 2 0 002 2h3v1h2V29h3a2 2 0 002-2V25A2 2 0 0026 23zm-8 4V25h8v2zM26 3H23V2H21V3H18a2 2 0 00-2 2V7a2 2 0 002 2h3v1h2V9h3a2 2 0 002-2V5A2 2 0 0026 3zM18 7V5h8V7z"
1855
+ })), children);
1856
+ });
1857
+ if (process.env.NODE_ENV !== "production") {
1858
+ WatsonHealthSpineLabel.propTypes = iconPropTypes4cbeb95d.i;
1859
+ }
1860
+ const Split = /*#__PURE__*/React.forwardRef(function Split(_ref76, ref) {
1861
+ let {
1862
+ children,
1863
+ size = 16,
1864
+ ...rest
1865
+ } = _ref76;
1866
+ return /*#__PURE__*/React.createElement(Icon.default, {
1867
+ width: size,
1868
+ height: size,
1869
+ ref: ref,
1870
+ xmlns: "http://www.w3.org/2000/svg",
1871
+ viewBox: "0 0 32 32",
1872
+ fill: "currentColor",
1873
+ ...rest
1874
+ }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1875
+ d: "M15 20H17V24H15zM15 14H17V18H15zM15 8H17V12H15z"
1876
+ })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1877
+ d: "M28,16A12.01,12.01,0,0,0,17,4.0508V2H15V4.0508a11.99,11.99,0,0,0,0,23.8984V30h2V27.9492A12.01,12.01,0,0,0,28,16ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
1878
+ })), children);
1879
+ });
1880
+ if (process.env.NODE_ENV !== "production") {
1881
+ Split.propTypes = iconPropTypes4cbeb95d.i;
1882
+ }
1883
+ const WatsonHealthSplitDiscard = /*#__PURE__*/React.forwardRef(function WatsonHealthSplitDiscard(_ref77, ref) {
1884
+ let {
1885
+ children,
1886
+ size = 16,
1887
+ ...rest
1888
+ } = _ref77;
1889
+ return /*#__PURE__*/React.createElement(Icon.default, {
1890
+ width: size,
1891
+ height: size,
1892
+ ref: ref,
1893
+ xmlns: "http://www.w3.org/2000/svg",
1894
+ viewBox: "0 0 32 32",
1895
+ fill: "currentColor",
1896
+ ...rest
1897
+ }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1898
+ d: "M28,16A12.01,12.01,0,0,0,17,4.0508V2H15V4.0508a11.99,11.99,0,0,0,0,23.8984V30h2V27.9492A12.01,12.01,0,0,0,28,16ZM16,26V6a10,10,0,0,1,0,20Z"
1899
+ })), children);
1900
+ });
1901
+ if (process.env.NODE_ENV !== "production") {
1902
+ WatsonHealthSplitDiscard.propTypes = iconPropTypes4cbeb95d.i;
1903
+ }
1904
+ const SplitScreen = /*#__PURE__*/React.forwardRef(function SplitScreen(_ref78, ref) {
1905
+ let {
1906
+ children,
1907
+ size = 16,
1908
+ ...rest
1909
+ } = _ref78;
1910
+ return /*#__PURE__*/React.createElement(Icon.default, {
1911
+ width: size,
1912
+ height: size,
1913
+ ref: ref,
1914
+ xmlns: "http://www.w3.org/2000/svg",
1915
+ viewBox: "0 0 32 32",
1916
+ fill: "currentColor",
1917
+ ...rest
1918
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1919
+ d: "M15 4H17V28H15zM10 7V25H4V7h6m0-2H4A2 2 0 002 7V25a2 2 0 002 2h6a2 2 0 002-2V7a2 2 0 00-2-2zM28 7V25H22V7h6m0-2H22a2 2 0 00-2 2V25a2 2 0 002 2h6a2 2 0 002-2V7a2 2 0 00-2-2z"
1920
+ })), children);
1921
+ });
1922
+ if (process.env.NODE_ENV !== "production") {
1923
+ SplitScreen.propTypes = iconPropTypes4cbeb95d.i;
1924
+ }
1925
+ const SprayPaint = /*#__PURE__*/React.forwardRef(function SprayPaint(_ref79, ref) {
1926
+ let {
1927
+ children,
1928
+ size = 16,
1929
+ ...rest
1930
+ } = _ref79;
1931
+ return /*#__PURE__*/React.createElement(Icon.default, {
1932
+ width: size,
1933
+ height: size,
1934
+ ref: ref,
1935
+ xmlns: "http://www.w3.org/2000/svg",
1936
+ viewBox: "0 0 32 32",
1937
+ fill: "currentColor",
1938
+ ...rest
1939
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1940
+ d: "M22.5,23A4.5,4.5,0,1,1,27,18.5,4.505,4.505,0,0,1,22.5,23Zm0-7A2.5,2.5,0,1,0,25,18.5,2.5026,2.5026,0,0,0,22.5,16Z"
1941
+ })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1942
+ d: "M28 8H26V3H19V8H17a2.002 2.002 0 00-2 2V28a2.0023 2.0023 0 002 2H28a2.0027 2.0027 0 002-2V10A2.0023 2.0023 0 0028 8zM21 5h3V8H21zM17 28V10H28l.002 18zM2 14H5V17H2zM7 9H10V12H7zM2 9H5V12H2zM12 4H15V7H12zM7 4H10V7H7zM2 4H5V7H2z"
1943
+ })), children);
1944
+ });
1945
+ if (process.env.NODE_ENV !== "production") {
1946
+ SprayPaint.propTypes = iconPropTypes4cbeb95d.i;
1947
+ }
1948
+ const Sprout = /*#__PURE__*/React.forwardRef(function Sprout(_ref80, ref) {
1949
+ let {
1950
+ children,
1951
+ size = 16,
1952
+ ...rest
1953
+ } = _ref80;
1954
+ return /*#__PURE__*/React.createElement(Icon.default, {
1955
+ width: size,
1956
+ height: size,
1957
+ ref: ref,
1958
+ xmlns: "http://www.w3.org/2000/svg",
1959
+ viewBox: "0 0 32 32",
1960
+ fill: "currentColor",
1961
+ ...rest
1962
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1963
+ d: "M25,2A11.01,11.01,0,0,0,14.7549,9.0244,6.9939,6.9939,0,0,0,9,6H6V9a7.0078,7.0078,0,0,0,7,7h1v9.0493a9.9229,9.9229,0,0,0-6.071,2.8794l1.414,1.4141a8,8,0,0,1,12.3086,1.2134l1.6616-1.1128A9.98,9.98,0,0,0,16,25.062V16h1A11.0125,11.0125,0,0,0,28,5V2ZM13,14A5.0057,5.0057,0,0,1,8,9V8H9a5.0054,5.0054,0,0,1,5,5v1ZM26,5a9.01,9.01,0,0,1-9,9H16V13a9.01,9.01,0,0,1,9-9h1Z"
1964
+ })), children);
1965
+ });
1966
+ if (process.env.NODE_ENV !== "production") {
1967
+ Sprout.propTypes = iconPropTypes4cbeb95d.i;
1968
+ }
1969
+ const Sql = /*#__PURE__*/React.forwardRef(function Sql(_ref81, ref) {
1970
+ let {
1971
+ children,
1972
+ size = 16,
1973
+ ...rest
1974
+ } = _ref81;
1975
+ return /*#__PURE__*/React.createElement(Icon.default, {
1976
+ width: size,
1977
+ height: size,
1978
+ ref: ref,
1979
+ xmlns: "http://www.w3.org/2000/svg",
1980
+ viewBox: "0 0 32 32",
1981
+ fill: "currentColor",
1982
+ ...rest
1983
+ }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1984
+ d: "M24 21L24 9 22 9 22 23 30 23 30 21 24 21zM18 9H14a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H17V23h1a2 2 0 002-2V11A2 2 0 0018 9zM14 21V11h4V21zM8 23H2V21H8V17H4a2 2 0 01-2-2V11A2 2 0 014 9h6v2H4v4H8a2 2 0 012 2v4A2 2 0 018 23z"
1985
+ })), children);
1986
+ });
1987
+ if (process.env.NODE_ENV !== "production") {
1988
+ Sql.propTypes = iconPropTypes4cbeb95d.i;
1989
+ }
1990
+ const SquareOutline = /*#__PURE__*/React.forwardRef(function SquareOutline(_ref82, ref) {
1991
+ let {
1992
+ children,
1993
+ size = 16,
1994
+ ...rest
1995
+ } = _ref82;
1996
+ return /*#__PURE__*/React.createElement(Icon.default, {
1997
+ width: size,
1998
+ height: size,
1999
+ ref: ref,
2000
+ xmlns: "http://www.w3.org/2000/svg",
2001
+ viewBox: "0 0 32 32",
2002
+ fill: "currentColor",
2003
+ ...rest
2004
+ }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
2005
+ strokeWidth: "0",
2006
+ d: "m26,4H6c-1.1046,0-2,.8954-2,2v20c0,1.1046.8954,2,2,2h20c1.1046,0,2-.8954,2-2V6c0-1.1046-.8954-2-2-2ZM6,26V6h20v20H6Z"
2007
+ })), children);
2008
+ });
2009
+ if (process.env.NODE_ENV !== "production") {
2010
+ SquareOutline.propTypes = iconPropTypes4cbeb95d.i;
2011
+ }
2012
+ const SquareSolid = /*#__PURE__*/React.forwardRef(function SquareSolid(_ref83, ref) {
2013
+ let {
2014
+ children,
2015
+ size = 16,
2016
+ ...rest
2017
+ } = _ref83;
2018
+ return /*#__PURE__*/React.createElement(Icon.default, {
2019
+ width: size,
2020
+ height: size,
2021
+ ref: ref,
2022
+ xmlns: "http://www.w3.org/2000/svg",
2023
+ viewBox: "0 0 32 32",
2024
+ fill: "currentColor",
2025
+ ...rest
2026
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2027
+ fill: "none",
2028
+ d: "M0 32V0h32v32z"
2029
+ })), children);
2030
+ });
2031
+ if (process.env.NODE_ENV !== "production") {
2032
+ SquareSolid.propTypes = iconPropTypes4cbeb95d.i;
2033
+ }
2034
+ const SquareFill = /*#__PURE__*/React.forwardRef(function SquareFill(_ref84, ref) {
2035
+ let {
2036
+ children,
2037
+ size = 16,
2038
+ ...rest
2039
+ } = _ref84;
2040
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
2041
+ return /*#__PURE__*/React.createElement(Icon.default, {
2042
+ width: size,
2043
+ height: size,
2044
+ ref: ref,
2045
+ xmlns: "http://www.w3.org/2000/svg",
2046
+ viewBox: "0 0 16 16",
2047
+ fill: "currentColor",
2048
+ ...rest
2049
+ }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2050
+ d: "M3 3H13V13H3z"
2051
+ })), children);
2052
+ }
2053
+ return /*#__PURE__*/React.createElement(Icon.default, {
2054
+ width: size,
2055
+ height: size,
2056
+ ref: ref,
2057
+ xmlns: "http://www.w3.org/2000/svg",
2058
+ viewBox: "0 0 16 16",
2059
+ fill: "currentColor",
2060
+ ...rest
2061
+ }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2062
+ d: "M3 3H13V13H3z"
2063
+ })), children);
2064
+ });
2065
+ if (process.env.NODE_ENV !== "production") {
2066
+ SquareFill.propTypes = iconPropTypes4cbeb95d.i;
2067
+ }
2068
+ const StackLimitation = /*#__PURE__*/React.forwardRef(function StackLimitation(_ref85, ref) {
2069
+ let {
2070
+ children,
2071
+ size = 16,
2072
+ ...rest
2073
+ } = _ref85;
2074
+ return /*#__PURE__*/React.createElement(Icon.default, {
2075
+ width: size,
2076
+ height: size,
2077
+ ref: ref,
2078
+ xmlns: "http://www.w3.org/2000/svg",
2079
+ viewBox: "0 0 32 32",
2080
+ fill: "currentColor",
2081
+ ...rest
2082
+ }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2083
+ d: "M8 22H16V30H8zM24 12H20v2h4v2H21v2h3v2H20v2h4a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0024 12zM16 20H8V12h8zm-6-2h4V14H10zM16 3.41L14.59 2 12 4.59 9.41 2 8 3.41 10.59 6 8 8.59 9.41 10 12 7.41 14.59 10 16 8.59 13.41 6 16 3.41z"
2084
+ })), children);
2085
+ });
2086
+ if (process.env.NODE_ENV !== "production") {
2087
+ StackLimitation.propTypes = iconPropTypes4cbeb95d.i;
2088
+ }
2089
+ const WatsonHealthStackedMove = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedMove(_ref86, ref) {
2090
+ let {
2091
+ children,
2092
+ size = 16,
2093
+ ...rest
2094
+ } = _ref86;
2095
+ return /*#__PURE__*/React.createElement(Icon.default, {
2096
+ width: size,
2097
+ height: size,
2098
+ ref: ref,
2099
+ xmlns: "http://www.w3.org/2000/svg",
2100
+ viewBox: "0 0 32 32",
2101
+ fill: "currentColor",
2102
+ ...rest
2103
+ }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2104
+ d: "M15,28H4a2,2,0,0,1-2-2V11A2,2,0,0,1,4,9H15a2,2,0,0,1,2,2V26A2,2,0,0,1,15,28ZM4,11V26H15V11Z"
2105
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2106
+ d: "M26,6,24.59,7.41,27,10H22V6a2,2,0,0,0-2-2H10V6H20V20h2V12h5l-2.41,2.59L26,16l5-5Z"
2107
+ })), children);
2108
+ });
2109
+ if (process.env.NODE_ENV !== "production") {
2110
+ WatsonHealthStackedMove.propTypes = iconPropTypes4cbeb95d.i;
2111
+ }
2112
+ const WatsonHealthStackedScrolling_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedScrolling_1(_ref87, ref) {
2113
+ let {
2114
+ children,
2115
+ size = 16,
2116
+ ...rest
2117
+ } = _ref87;
2118
+ return /*#__PURE__*/React.createElement(Icon.default, {
2119
+ width: size,
2120
+ height: size,
2121
+ ref: ref,
2122
+ xmlns: "http://www.w3.org/2000/svg",
2123
+ viewBox: "0 0 32 32",
2124
+ fill: "currentColor",
2125
+ ...rest
2126
+ }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2127
+ d: "M18,30H4a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2H18a2,2,0,0,1,2,2V28A2,2,0,0,1,18,30ZM4,14V28H18V14Z"
2128
+ })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2129
+ d: "M25,23H23V9H9V7H23a2,2,0,0,1,2,2Z"
2130
+ })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2131
+ d: "M30,16H28V4H16V2H28a2,2,0,0,1,2,2Z"
2132
+ })), children);
2133
+ });
2134
+ if (process.env.NODE_ENV !== "production") {
2135
+ WatsonHealthStackedScrolling_1.propTypes = iconPropTypes4cbeb95d.i;
2136
+ }
2137
+ const WatsonHealthStackedScrolling_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedScrolling_2(_ref88, ref) {
2138
+ let {
2139
+ children,
2140
+ size = 16,
2141
+ ...rest
2142
+ } = _ref88;
2143
+ return /*#__PURE__*/React.createElement(Icon.default, {
2144
+ width: size,
2145
+ height: size,
2146
+ ref: ref,
2147
+ xmlns: "http://www.w3.org/2000/svg",
2148
+ viewBox: "0 0 32 32",
2149
+ fill: "currentColor",
2150
+ ...rest
2151
+ }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2152
+ d: "M8 30H2a2 2 0 01-2-2V14a2 2 0 012-2H8a2 2 0 012 2V28A2 2 0 018 30zM2 14V28H8V14zM20 30H14a2 2 0 01-2-2V14a2 2 0 012-2h6a2 2 0 012 2V28A2 2 0 0120 30zM14 14V28h6V14z"
2153
+ })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2154
+ d: "M27,21H25V9H17V7h8a2,2,0,0,1,2,2Z"
2155
+ })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2156
+ d: "M32,16H30V4H22V2h8a2,2,0,0,1,2,2Z"
2157
+ })), children);
2158
+ });
2159
+ if (process.env.NODE_ENV !== "production") {
2160
+ WatsonHealthStackedScrolling_2.propTypes = iconPropTypes4cbeb95d.i;
2161
+ }
2162
+ const Stamp = /*#__PURE__*/React.forwardRef(function Stamp(_ref89, ref) {
2163
+ let {
2164
+ children,
2165
+ size = 16,
2166
+ ...rest
2167
+ } = _ref89;
2168
+ return /*#__PURE__*/React.createElement(Icon.default, {
2169
+ width: size,
2170
+ height: size,
2171
+ ref: ref,
2172
+ xmlns: "http://www.w3.org/2000/svg",
2173
+ viewBox: "0 0 32 32",
2174
+ fill: "currentColor",
2175
+ ...rest
2176
+ }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2177
+ d: "M26,18H20V14.8982a7.4938,7.4938,0,0,1,1.1587-3.8542,5.9751,5.9751,0,0,0-1.3735-7.7006,5.9968,5.9968,0,0,0-9.6829,3.54,5.91,5.91,0,0,0,.7478,4.175A7.2573,7.2573,0,0,1,12,14.7942V18H6a2.002,2.002,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2v2a2.0025,2.0025,0,0,0,2,2H24a2.0025,2.0025,0,0,0,2-2V26a2.0025,2.0025,0,0,0,2-2V20A2.002,2.002,0,0,0,26,18ZM12.07,7.244a3.9994,3.9994,0,1,1,7.3728,2.7731A9.76,9.76,0,0,0,18.0664,14H13.94a9.5433,9.5433,0,0,0-1.376-3.9736A3.9366,3.9366,0,0,1,12.07,7.244ZM18,16v2H14V16Zm6,12H8V26H24ZM6,24V20H26v4Z"
2178
+ })), children);
2179
+ });
2180
+ if (process.env.NODE_ENV !== "production") {
2181
+ Stamp.propTypes = iconPropTypes4cbeb95d.i;
2182
+ }
2183
+ const Star = /*#__PURE__*/React.forwardRef(function Star(_ref90, ref) {
2184
+ let {
2185
+ children,
2186
+ size = 16,
2187
+ ...rest
2188
+ } = _ref90;
2189
+ if (size === 16 || size === "16" || size === "16px") {
2190
+ return /*#__PURE__*/React.createElement(Icon.default, {
2191
+ width: size,
2192
+ height: size,
2193
+ ref: ref,
2194
+ xmlns: "http://www.w3.org/2000/svg",
2195
+ viewBox: "0 0 16 16",
2196
+ fill: "currentColor",
2197
+ ...rest
2198
+ }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2199
+ d: "M8,3.3l1.4,2.8l0.2,0.5l0.5,0.1l3.1,0.4L11,9.2l-0.4,0.4l0.1,0.5l0.5,3.1l-2.8-1.4L8,11.5l-0.5,0.2l-2.8,1.4l0.5-3.1 l0.1-0.5L5,9.2L2.8,7l3.1-0.4l0.5-0.1L6.6,6L8,3.3 M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7 L8,1z"
2200
+ })), children);
2201
+ }
2202
+ return /*#__PURE__*/React.createElement(Icon.default, {
2203
+ width: size,
2204
+ height: size,
2205
+ ref: ref,
2206
+ xmlns: "http://www.w3.org/2000/svg",
2207
+ viewBox: "0 0 32 32",
2208
+ fill: "currentColor",
2209
+ ...rest
2210
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2211
+ d: "M16,6.52l2.76,5.58.46,1,1,.15,6.16.89L22,18.44l-.75.73.18,1,1.05,6.13-5.51-2.89L16,23l-.93.49L9.56,26.34l1-6.13.18-1L10,18.44,5.58,14.09l6.16-.89,1-.15.46-1L16,6.52M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z"
2212
+ })), children);
2213
+ });
2214
+ if (process.env.NODE_ENV !== "production") {
2215
+ Star.propTypes = iconPropTypes4cbeb95d.i;
2216
+ }
2217
+ const StarFilled = /*#__PURE__*/React.forwardRef(function StarFilled(_ref91, ref) {
2218
+ let {
2219
+ children,
2220
+ size = 16,
2221
+ ...rest
2222
+ } = _ref91;
2223
+ if (size === 16 || size === "16" || size === "16px") {
2224
+ return /*#__PURE__*/React.createElement(Icon.default, {
2225
+ width: size,
2226
+ height: size,
2227
+ ref: ref,
2228
+ xmlns: "http://www.w3.org/2000/svg",
2229
+ viewBox: "0 0 16 16",
2230
+ fill: "currentColor",
2231
+ ...rest
2232
+ }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2233
+ d: "M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7L8,1z"
2234
+ })), children);
2235
+ }
2236
+ return /*#__PURE__*/React.createElement(Icon.default, {
2237
+ width: size,
2238
+ height: size,
2239
+ ref: ref,
2240
+ xmlns: "http://www.w3.org/2000/svg",
2241
+ viewBox: "0 0 32 32",
2242
+ fill: "currentColor",
2243
+ ...rest
2244
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2245
+ d: "M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z"
2246
+ })), children);
2247
+ });
2248
+ if (process.env.NODE_ENV !== "production") {
2249
+ StarFilled.propTypes = iconPropTypes4cbeb95d.i;
2250
+ }
2251
+ const StarHalf = /*#__PURE__*/React.forwardRef(function StarHalf(_ref92, ref) {
2252
+ let {
2253
+ children,
2254
+ size = 16,
2255
+ ...rest
2256
+ } = _ref92;
2257
+ if (size === 16 || size === "16" || size === "16px") {
2258
+ return /*#__PURE__*/React.createElement(Icon.default, {
2259
+ width: size,
2260
+ height: size,
2261
+ ref: ref,
2262
+ xmlns: "http://www.w3.org/2000/svg",
2263
+ viewBox: "0 0 16 16",
2264
+ fill: "currentColor",
2265
+ ...rest
2266
+ }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2267
+ d: "M5.7 5.6L0.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z"
2268
+ })), children);
2269
+ }
2270
+ return /*#__PURE__*/React.createElement(Icon.default, {
2271
+ width: size,
2272
+ height: size,
2273
+ ref: ref,
2274
+ xmlns: "http://www.w3.org/2000/svg",
2275
+ viewBox: "0 0 32 32",
2276
+ fill: "currentColor",
2277
+ ...rest
2278
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2279
+ d: "M11.45 11.22L1.28 12.7 8.64 19.87 6.9 30 16 25.22 16 2 11.45 11.22z"
2280
+ })), children);
2281
+ });
2282
+ if (process.env.NODE_ENV !== "production") {
2283
+ StarHalf.propTypes = iconPropTypes4cbeb95d.i;
2284
+ }
2285
+ const StarReview = /*#__PURE__*/React.forwardRef(function StarReview(_ref93, ref) {
2286
+ let {
2287
+ children,
2288
+ size = 16,
2289
+ ...rest
2290
+ } = _ref93;
2291
+ return /*#__PURE__*/React.createElement(Icon.default, {
2292
+ width: size,
2293
+ height: size,
2294
+ ref: ref,
2295
+ xmlns: "http://www.w3.org/2000/svg",
2296
+ viewBox: "0 0 32 32",
2297
+ fill: "currentColor",
2298
+ ...rest
2299
+ }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2300
+ d: "M18 26H26V28H18zM18 22H30V24H18zM18 18H30V20H18z"
2301
+ })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2302
+ d: "M20.549 11.217L16 2 11.451 11.217 1.28 12.695 8.64 19.87 6.902 30 14 26.269 14 24.009 9.559 26.344 10.611 20.208 10.789 19.171 10.036 18.438 5.578 14.091 11.739 13.196 12.779 13.045 13.245 12.102 16 6.519 18.755 12.102 19.221 13.045 20.261 13.196 27.715 14.281 28 12.3 20.549 11.217z"
2303
+ })), children);
2304
+ });
2305
+ if (process.env.NODE_ENV !== "production") {
2306
+ StarReview.propTypes = iconPropTypes4cbeb95d.i;
2307
+ }
2308
+ const WatsonHealthStatusAcknowledge = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusAcknowledge(_ref94, ref) {
2309
+ let {
2310
+ children,
2311
+ size = 16,
2312
+ ...rest
2313
+ } = _ref94;
2314
+ return /*#__PURE__*/React.createElement(Icon.default, {
2315
+ width: size,
2316
+ height: size,
2317
+ ref: ref,
2318
+ xmlns: "http://www.w3.org/2000/svg",
2319
+ viewBox: "0 0 32 32",
2320
+ fill: "currentColor",
2321
+ ...rest
2322
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2323
+ d: "M24 30a6 6 0 116-6A6.0067 6.0067 0 0124 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 20zM12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z"
2324
+ })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2325
+ d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
2326
+ })), children);
2327
+ });
2328
+ if (process.env.NODE_ENV !== "production") {
2329
+ WatsonHealthStatusAcknowledge.propTypes = iconPropTypes4cbeb95d.i;
2330
+ }
2331
+ const WatsonHealthStatusChange = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusChange(_ref95, ref) {
2332
+ let {
2333
+ children,
2334
+ size = 16,
2335
+ ...rest
2336
+ } = _ref95;
2337
+ return /*#__PURE__*/React.createElement(Icon.default, {
2338
+ width: size,
2339
+ height: size,
2340
+ ref: ref,
2341
+ xmlns: "http://www.w3.org/2000/svg",
2342
+ viewBox: "0 0 32 32",
2343
+ fill: "currentColor",
2344
+ ...rest
2345
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2346
+ d: "M7 30a5 5 0 115-5A5.0057 5.0057 0 017 30zm0-8a3 3 0 103 3A3.0033 3.0033 0 007 22zM23 30a5 5 0 115-5A5.0057 5.0057 0 0123 30zm0-8a3 3 0 103 3A3.0033 3.0033 0 0023 22zM24 7v7l3.5859-3.4141L29 12l-6 6-6-6 1.4141-1.4141L22 14V7a1.0009 1.0009 0 00-1-1H9A1.0006 1.0006 0 008 7V18H6V7A3.0033 3.0033 0 019 4H21A3.0033 3.0033 0 0124 7z"
2347
+ })), children);
2348
+ });
2349
+ if (process.env.NODE_ENV !== "production") {
2350
+ WatsonHealthStatusChange.propTypes = iconPropTypes4cbeb95d.i;
2351
+ }
2352
+ const WatsonHealthStatusPartialFail = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusPartialFail(_ref96, ref) {
2353
+ let {
2354
+ children,
2355
+ size = 16,
2356
+ ...rest
2357
+ } = _ref96;
2358
+ return /*#__PURE__*/React.createElement(Icon.default, {
2359
+ width: size,
2360
+ height: size,
2361
+ ref: ref,
2362
+ xmlns: "http://www.w3.org/2000/svg",
2363
+ viewBox: "0 0 32 32",
2364
+ fill: "currentColor",
2365
+ ...rest
2366
+ }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2367
+ d: "M25.1407 23.7642l1.5315 1.2851a13.976 13.976 0 002.4408-4.1821l-1.8776-.6836A11.9729 11.9729 0 0125.1407 23.7642zM18 27.81l.4128 1.9677A13.8888 13.8888 0 0022.9543 28.14L22 26.4087A12.52 12.52 0 0118 27.81zM10 26.4087L9 28.14a14.14 14.14 0 004.5872 1.6382l.3469-1.9677A12.1519 12.1519 0 0110 26.4087zM4.7646 20.1836l-1.8776.6836a13.976 13.976 0 002.4408 4.1821l1.5315-1.2851A11.9729 11.9729 0 014.7646 20.1836zM16 22a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 22zM15 8H17V19H15z"
2368
+ })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2369
+ d: "M30,16H28A12,12,0,0,0,4,16H2a14,14,0,0,1,28,0Z"
2370
+ })), children);
2371
+ });
2372
+ if (process.env.NODE_ENV !== "production") {
2373
+ WatsonHealthStatusPartialFail.propTypes = iconPropTypes4cbeb95d.i;
2374
+ }
2375
+ const WatsonHealthStatusResolved = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusResolved(_ref97, ref) {
2376
+ let {
2377
+ children,
2378
+ size = 16,
2379
+ ...rest
2380
+ } = _ref97;
2381
+ return /*#__PURE__*/React.createElement(Icon.default, {
2382
+ width: size,
2383
+ height: size,
2384
+ ref: ref,
2385
+ xmlns: "http://www.w3.org/2000/svg",
2386
+ viewBox: "0 0 32 32",
2387
+ fill: "currentColor",
2388
+ ...rest
2389
+ }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2390
+ d: "M21 28.414L16 23.413 17.413 22 21 25.586 28.585 18 30 19.415 21 28.414zM12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z"
2391
+ })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2392
+ d: "M11.8193,25.8022a11.992,11.992,0,1,1,13.9829-9.6215l-1.9668-.3614A10.001,10.001,0,1,0,12.1807,23.835Z"
2393
+ })), children);
2394
+ });
2395
+ if (process.env.NODE_ENV !== "production") {
2396
+ WatsonHealthStatusResolved.propTypes = iconPropTypes4cbeb95d.i;
2397
+ }
2398
+ const StayInside = /*#__PURE__*/React.forwardRef(function StayInside(_ref98, ref) {
2399
+ let {
2400
+ children,
2401
+ size = 16,
2402
+ ...rest
2403
+ } = _ref98;
2404
+ return /*#__PURE__*/React.createElement(Icon.default, {
2405
+ width: size,
2406
+ height: size,
2407
+ ref: ref,
2408
+ xmlns: "http://www.w3.org/2000/svg",
2409
+ viewBox: "0 0 32 32",
2410
+ fill: "currentColor",
2411
+ ...rest
2412
+ }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2413
+ d: "M23 30H21V28a3.0033 3.0033 0 00-3-3H14a3.0033 3.0033 0 00-3 3v2H9V28a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM16 13a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0016 11z"
2414
+ })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2415
+ d: "M30,30H28V14.4639L16,4.31,4,14.4639V30H2V14a1,1,0,0,1,.354-.7634l13-11a1,1,0,0,1,1.292,0l13,11A1,1,0,0,1,30,14Z"
2416
+ })), children);
2417
+ });
2418
+ if (process.env.NODE_ENV !== "production") {
2419
+ StayInside.propTypes = iconPropTypes4cbeb95d.i;
2420
+ }
2421
+ const StemLeafPlot = /*#__PURE__*/React.forwardRef(function StemLeafPlot(_ref99, ref) {
2422
+ let {
2423
+ children,
2424
+ size = 16,
2425
+ ...rest
2426
+ } = _ref99;
2427
+ return /*#__PURE__*/React.createElement(Icon.default, {
2428
+ width: size,
2429
+ height: size,
2430
+ ref: ref,
2431
+ xmlns: "http://www.w3.org/2000/svg",
2432
+ viewBox: "0 0 32 32",
2433
+ fill: "currentColor",
2434
+ ...rest
2435
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2436
+ d: "M19 10a3 3 0 113-3A3.0033 3.0033 0 0119 10zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 6zM19 19a3 3 0 113-3A3.0033 3.0033 0 0119 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 15zM27 19a3 3 0 113-3A3.0033 3.0033 0 0127 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 0027 15zM19 28a3 3 0 113-3A3.0033 3.0033 0 0119 28zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 24zM12 2H14V30H12zM7 28a3 3 0 113-3A3.0033 3.0033 0 017 28zm0-4a1 1 0 101 1A1.0011 1.0011 0 007 24zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 007 15zM7 10a3 3 0 113-3A3.0033 3.0033 0 017 10zM7 6A1 1 0 108 7 1.0011 1.0011 0 007 6z"
2437
+ })), children);
2438
+ });
2439
+ if (process.env.NODE_ENV !== "production") {
2440
+ StemLeafPlot.propTypes = iconPropTypes4cbeb95d.i;
2441
+ }
2442
+ const Stethoscope = /*#__PURE__*/React.forwardRef(function Stethoscope(_ref100, ref) {
2443
+ let {
2444
+ children,
2445
+ size = 16,
2446
+ ...rest
2447
+ } = _ref100;
2448
+ return /*#__PURE__*/React.createElement(Icon.default, {
2449
+ width: size,
2450
+ height: size,
2451
+ ref: ref,
2452
+ xmlns: "http://www.w3.org/2000/svg",
2453
+ viewBox: "0 0 32 32",
2454
+ fill: "currentColor",
2455
+ ...rest
2456
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2457
+ d: "M24,2V4h2v6a4,4,0,0,1-8,0V4h2V2H16v8a6.0051,6.0051,0,0,0,5,5.91V22A6,6,0,0,1,9,22V15.8579a4,4,0,1,0-2,0V22a8,8,0,0,0,16,0V15.91A6.0051,6.0051,0,0,0,28,10V2ZM6,12a2,2,0,1,1,2,2A2.0023,2.0023,0,0,1,6,12Z"
2458
+ })), children);
2459
+ });
2460
+ if (process.env.NODE_ENV !== "production") {
2461
+ Stethoscope.propTypes = iconPropTypes4cbeb95d.i;
2462
+ }
2463
+ const Stop = /*#__PURE__*/React.forwardRef(function Stop(_ref101, ref) {
2464
+ let {
2465
+ children,
2466
+ size = 16,
2467
+ ...rest
2468
+ } = _ref101;
2469
+ if (size === 16 || size === "16" || size === "16px") {
2470
+ return /*#__PURE__*/React.createElement(Icon.default, {
2471
+ width: size,
2472
+ height: size,
2473
+ ref: ref,
2474
+ xmlns: "http://www.w3.org/2000/svg",
2475
+ viewBox: "0 0 16 16",
2476
+ fill: "currentColor",
2477
+ ...rest
2478
+ }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2479
+ d: "M12,4v8H4V4H12 M12,3H4C3.4,3,3,3.4,3,4v8c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V4C13,3.4,12.6,3,12,3z"
2480
+ })), children);
2481
+ }
2482
+ return /*#__PURE__*/React.createElement(Icon.default, {
2483
+ width: size,
2484
+ height: size,
2485
+ ref: ref,
2486
+ xmlns: "http://www.w3.org/2000/svg",
2487
+ viewBox: "0 0 32 32",
2488
+ fill: "currentColor",
2489
+ ...rest
2490
+ }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2491
+ d: "M24,8V24H8V8H24m0-2H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z"
2492
+ })), children);
2493
+ });
2494
+ if (process.env.NODE_ENV !== "production") {
2495
+ Stop.propTypes = iconPropTypes4cbeb95d.i;
2496
+ }
2497
+ const StopFilled = /*#__PURE__*/React.forwardRef(function StopFilled(_ref102, ref) {
2498
+ let {
2499
+ children,
2500
+ size = 16,
2501
+ ...rest
2502
+ } = _ref102;
2503
+ if (size === 16 || size === "16" || size === "16px") {
2504
+ return /*#__PURE__*/React.createElement(Icon.default, {
2505
+ width: size,
2506
+ height: size,
2507
+ ref: ref,
2508
+ xmlns: "http://www.w3.org/2000/svg",
2509
+ viewBox: "0 0 16 16",
2510
+ fill: "currentColor",
2511
+ ...rest
2512
+ }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2513
+ d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z"
2514
+ })), children);
2515
+ }
2516
+ return /*#__PURE__*/React.createElement(Icon.default, {
2517
+ width: size,
2518
+ height: size,
2519
+ ref: ref,
2520
+ xmlns: "http://www.w3.org/2000/svg",
2521
+ viewBox: "0 0 32 32",
2522
+ fill: "currentColor",
2523
+ ...rest
2524
+ }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2525
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z"
2526
+ })), children);
2527
+ });
2528
+ if (process.env.NODE_ENV !== "production") {
2529
+ StopFilled.propTypes = iconPropTypes4cbeb95d.i;
2530
+ }
2531
+ const StopFilledAlt = /*#__PURE__*/React.forwardRef(function StopFilledAlt(_ref103, ref) {
2532
+ let {
2533
+ children,
2534
+ size = 16,
2535
+ ...rest
2536
+ } = _ref103;
2537
+ return /*#__PURE__*/React.createElement(Icon.default, {
2538
+ width: size,
2539
+ height: size,
2540
+ ref: ref,
2541
+ xmlns: "http://www.w3.org/2000/svg",
2542
+ viewBox: "0 0 32 32",
2543
+ fill: "currentColor",
2544
+ ...rest
2545
+ }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2546
+ d: "M24,6H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z"
2547
+ })), children);
2548
+ });
2549
+ if (process.env.NODE_ENV !== "production") {
2550
+ StopFilledAlt.propTypes = iconPropTypes4cbeb95d.i;
2551
+ }
2552
+ const StopOutline = /*#__PURE__*/React.forwardRef(function StopOutline(_ref104, ref) {
2553
+ let {
2554
+ children,
2555
+ size = 16,
2556
+ ...rest
2557
+ } = _ref104;
2558
+ if (size === 16 || size === "16" || size === "16px") {
2559
+ return /*#__PURE__*/React.createElement(Icon.default, {
2560
+ width: size,
2561
+ height: size,
2562
+ ref: ref,
2563
+ xmlns: "http://www.w3.org/2000/svg",
2564
+ viewBox: "0 0 16 16",
2565
+ fill: "currentColor",
2566
+ ...rest
2567
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2568
+ d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"
2569
+ })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2570
+ d: "M10,6v4H6V6H10 M10,5H6C5.4,5,5,5.4,5,6v4c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1V6C11,5.4,10.6,5,10,5z"
2571
+ })), children);
2572
+ }
2573
+ return /*#__PURE__*/React.createElement(Icon.default, {
2574
+ width: size,
2575
+ height: size,
2576
+ ref: ref,
2577
+ xmlns: "http://www.w3.org/2000/svg",
2578
+ viewBox: "0 0 32 32",
2579
+ fill: "currentColor",
2580
+ ...rest
2581
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2582
+ d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2583
+ })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2584
+ d: "M20,12v8H12V12h8m0-2H12a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2Z"
2585
+ })), children);
2586
+ });
2587
+ if (process.env.NODE_ENV !== "production") {
2588
+ StopOutline.propTypes = iconPropTypes4cbeb95d.i;
2589
+ }
2590
+ const StopOutlineFilled = /*#__PURE__*/React.forwardRef(function StopOutlineFilled(_ref105, ref) {
2591
+ let {
2592
+ children,
2593
+ size = 16,
2594
+ ...rest
2595
+ } = _ref105;
2596
+ if (size === 16 || size === "16" || size === "16px") {
2597
+ return /*#__PURE__*/React.createElement(Icon.default, {
2598
+ width: size,
2599
+ height: size,
2600
+ ref: ref,
2601
+ xmlns: "http://www.w3.org/2000/svg",
2602
+ viewBox: "0 0 16 16",
2603
+ fill: "currentColor",
2604
+ ...rest
2605
+ }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2606
+ d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z"
2607
+ })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2608
+ d: "M6 6H10V10H6z"
2609
+ })), children);
2610
+ }
2611
+ return /*#__PURE__*/React.createElement(Icon.default, {
2612
+ width: size,
2613
+ height: size,
2614
+ ref: ref,
2615
+ xmlns: "http://www.w3.org/2000/svg",
2616
+ viewBox: "0 0 32 32",
2617
+ fill: "currentColor",
2618
+ ...rest
2619
+ }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2620
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z"
2621
+ })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2622
+ d: "M12 12H20V20H12z"
2623
+ })), children);
2624
+ });
2625
+ if (process.env.NODE_ENV !== "production") {
2626
+ StopOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
2627
+ }
2628
+ const StopSign = /*#__PURE__*/React.forwardRef(function StopSign(_ref106, ref) {
2629
+ let {
2630
+ children,
2631
+ size = 16,
2632
+ ...rest
2633
+ } = _ref106;
2634
+ return /*#__PURE__*/React.createElement(Icon.default, {
2635
+ width: size,
2636
+ height: size,
2637
+ ref: ref,
2638
+ xmlns: "http://www.w3.org/2000/svg",
2639
+ viewBox: "0 0 32 32",
2640
+ fill: "currentColor",
2641
+ ...rest
2642
+ }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2643
+ d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29ZM11.4141,5,5,11.4141v9.1716L11.4141,27h9.1716L27,20.5859V11.4143L20.5859,5H11.4141Z"
2644
+ })), children);
2645
+ });
2646
+ if (process.env.NODE_ENV !== "production") {
2647
+ StopSign.propTypes = iconPropTypes4cbeb95d.i;
2648
+ }
2649
+ const StopSignFilled = /*#__PURE__*/React.forwardRef(function StopSignFilled(_ref107, ref) {
2650
+ let {
2651
+ children,
2652
+ size = 16,
2653
+ ...rest
2654
+ } = _ref107;
2655
+ return /*#__PURE__*/React.createElement(Icon.default, {
2656
+ width: size,
2657
+ height: size,
2658
+ ref: ref,
2659
+ xmlns: "http://www.w3.org/2000/svg",
2660
+ viewBox: "0 0 32 32",
2661
+ fill: "currentColor",
2662
+ ...rest
2663
+ }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2664
+ d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29Z"
2665
+ })), children);
2666
+ });
2667
+ if (process.env.NODE_ENV !== "production") {
2668
+ StopSignFilled.propTypes = iconPropTypes4cbeb95d.i;
2669
+ }
2670
+ const StoragePool = /*#__PURE__*/React.forwardRef(function StoragePool(_ref108, ref) {
2671
+ let {
2672
+ children,
2673
+ size = 16,
2674
+ ...rest
2675
+ } = _ref108;
2676
+ return /*#__PURE__*/React.createElement(Icon.default, {
2677
+ width: size,
2678
+ height: size,
2679
+ ref: ref,
2680
+ xmlns: "http://www.w3.org/2000/svg",
2681
+ viewBox: "0 0 32 32",
2682
+ fill: "currentColor",
2683
+ ...rest
2684
+ }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2685
+ 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"
2686
+ })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2687
+ d: "M17.5 13A3.5 3.5 0 1121 9.5 3.5041 3.5041 0 0117.5 13zm0-5A1.5 1.5 0 1019 9.5 1.5017 1.5017 0 0017.5 8zM14.5 26A3.5 3.5 0 1118 22.5 3.5041 3.5041 0 0114.5 26zm0-5A1.5 1.5 0 1016 22.5 1.5017 1.5017 0 0014.5 21zM9.5 18A3.5 3.5 0 1113 14.5 3.5041 3.5041 0 019.5 18zm0-5A1.5 1.5 0 1011 14.5 1.5017 1.5017 0 009.5 13zM22.5 21A3.5 3.5 0 1126 17.5 3.5041 3.5041 0 0122.5 21zm0-5A1.5 1.5 0 1024 17.5 1.5017 1.5017 0 0022.5 16z"
2688
+ })), children);
2689
+ });
2690
+ if (process.env.NODE_ENV !== "production") {
2691
+ StoragePool.propTypes = iconPropTypes4cbeb95d.i;
2692
+ }
2693
+ const StorageRequest = /*#__PURE__*/React.forwardRef(function StorageRequest(_ref109, ref) {
2694
+ let {
2695
+ children,
2696
+ size = 16,
2697
+ ...rest
2698
+ } = _ref109;
2699
+ return /*#__PURE__*/React.createElement(Icon.default, {
2700
+ width: size,
2701
+ height: size,
2702
+ ref: ref,
2703
+ xmlns: "http://www.w3.org/2000/svg",
2704
+ viewBox: "0 0 32 32",
2705
+ fill: "currentColor",
2706
+ ...rest
2707
+ }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2708
+ d: "M4 21H2v3a2.0059 2.0059 0 002 2H7V24H4zM4 8H7V6H4A2.0059 2.0059 0 002 8v3H4zM17 6H23V8H17zM9 6H15V8H9zM17 24H23V26H17zM28 15L4 15 4 13 2 13 2 19 4 19 4 17 28 17 28 19 30 19 30 13 28 13 28 15zM28 24H25v2h3a2.0059 2.0059 0 002-2V21H28zM28 6H25V8h3v3h2V8A2.0059 2.0059 0 0028 6zM9 24H15V26H9z"
2709
+ })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2710
+ cx: "7",
2711
+ cy: "12",
2712
+ r: "1"
2713
+ })), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
2714
+ cx: "7",
2715
+ cy: "20",
2716
+ r: "1"
2717
+ })), children);
2718
+ });
2719
+ if (process.env.NODE_ENV !== "production") {
2720
+ StorageRequest.propTypes = iconPropTypes4cbeb95d.i;
2721
+ }
2722
+ const Store = /*#__PURE__*/React.forwardRef(function Store(_ref110, ref) {
2723
+ let {
2724
+ children,
2725
+ size = 16,
2726
+ ...rest
2727
+ } = _ref110;
2728
+ return /*#__PURE__*/React.createElement(Icon.default, {
2729
+ width: size,
2730
+ height: size,
2731
+ ref: ref,
2732
+ xmlns: "http://www.w3.org/2000/svg",
2733
+ viewBox: "0 0 32 32",
2734
+ fill: "currentColor",
2735
+ ...rest
2736
+ }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2737
+ d: "M30,10.68l-2-6A1,1,0,0,0,27,4H5a1,1,0,0,0-1,.68l-2,6A1.19,1.19,0,0,0,2,11v6a1,1,0,0,0,1,1H4V28H6V18h6V28H28V18h1a1,1,0,0,0,1-1V11A1.19,1.19,0,0,0,30,10.68ZM26,26H14V18H26Zm2-10H24V12H22v4H17V12H15v4H10V12H8v4H4V11.16L5.72,6H26.28L28,11.16Z"
2738
+ })), children);
2739
+ });
2740
+ if (process.env.NODE_ENV !== "production") {
2741
+ Store.propTypes = iconPropTypes4cbeb95d.i;
2742
+ }
2743
+ const StormTracker = /*#__PURE__*/React.forwardRef(function StormTracker(_ref111, ref) {
2744
+ let {
2745
+ children,
2746
+ size = 16,
2747
+ ...rest
2748
+ } = _ref111;
2749
+ return /*#__PURE__*/React.createElement(Icon.default, {
2750
+ width: size,
2751
+ height: size,
2752
+ ref: ref,
2753
+ xmlns: "http://www.w3.org/2000/svg",
2754
+ viewBox: "0 0 32 32",
2755
+ fill: "currentColor",
2756
+ ...rest
2757
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2758
+ d: "M16,2a1,1,0,0,0-.9736.771l-1.7229,7.3223a10.0653,10.0653,0,1,0,8.6032,8.603l7.3223-1.7227A1,1,0,0,0,30,16,14.0158,14.0158,0,0,0,16,2ZM11.293,20.707A1,1,0,0,0,12,21a1.013,1.013,0,0,0,.229-.0264l3.7622-.8852a3.996,3.996,0,1,1-4.08-4.08l-.8852,3.7622A1,1,0,0,0,11.293,20.707Zm2.05-2.0508,2.271-9.65a7.5018,7.5018,0,0,1,7.38,7.38ZM20,20a8,8,0,1,1-8-8,8.1017,8.1017,0,0,1,.8438.0469L12.38,14.019C12.2532,14.0107,12.127,14,12,14a6,6,0,1,0,6,6c0-.127-.011-.2534-.019-.38l1.9721-.4643A8.1048,8.1048,0,0,1,20,20Zm4.9707-4.0791a9.4981,9.4981,0,0,0-8.8914-8.8916l.7068-3.0039A12.0193,12.0193,0,0,1,27.9746,15.2139Z"
2759
+ })), children);
2760
+ });
2761
+ if (process.env.NODE_ENV !== "production") {
2762
+ StormTracker.propTypes = iconPropTypes4cbeb95d.i;
2763
+ }
2764
+ const StrategyPlay = /*#__PURE__*/React.forwardRef(function StrategyPlay(_ref112, ref) {
2765
+ let {
2766
+ children,
2767
+ size = 16,
2768
+ ...rest
2769
+ } = _ref112;
2770
+ return /*#__PURE__*/React.createElement(Icon.default, {
2771
+ width: size,
2772
+ height: size,
2773
+ ref: ref,
2774
+ xmlns: "http://www.w3.org/2000/svg",
2775
+ viewBox: "0 0 32 32",
2776
+ fill: "currentColor",
2777
+ ...rest
2778
+ }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2779
+ strokeWidth: "0",
2780
+ d: "M12 3.415L10.586 2 7 5.587 3.414 2 2 3.415 5.586 7 2 10.586 3.414 12 7 8.414 10.586 12 12 10.586 8.414 7 12 3.415zM25 2l-5 5 1.4089 1.4189 2.5911-2.625v9.2061H8c-1.1028 0-2 .8975-2 2v3.1011c-2.2793.4644-4 2.4844-4 4.8989 0 2.7568 2.2429 5 5 5s5-2.2432 5-5c0-2.4146-1.7207-4.4346-4-4.8989v-3.1011h16c1.1028 0 2-.8975 2-2V5.8472l2.5911 2.5718 1.4089-1.4189-5-5zm-15 23c0 1.6543-1.3457 3-3 3s-3-1.3457-3-3 1.3457-3 3-3 3 1.3457 3 3z"
2781
+ })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2782
+ strokeWidth: "0",
2783
+ d: "M30 21.415L28.586 20 25 23.587 21.414 20 20 21.415 23.586 25 20 28.586 21.414 30 25 26.414 28.586 30 30 28.586 26.414 25 30 21.415z"
2784
+ })), children);
2785
+ });
2786
+ if (process.env.NODE_ENV !== "production") {
2787
+ StrategyPlay.propTypes = iconPropTypes4cbeb95d.i;
2788
+ }
2789
+ const Strawberry = /*#__PURE__*/React.forwardRef(function Strawberry(_ref113, ref) {
2790
+ let {
2791
+ children,
2792
+ size = 16,
2793
+ ...rest
2794
+ } = _ref113;
2795
+ return /*#__PURE__*/React.createElement(Icon.default, {
2796
+ width: size,
2797
+ height: size,
2798
+ ref: ref,
2799
+ xmlns: "http://www.w3.org/2000/svg",
2800
+ viewBox: "0 0 32 32",
2801
+ fill: "currentColor",
2802
+ ...rest
2803
+ }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2804
+ d: "M9 10H11V12H9zM9 14H11V16H9zM13 12H15V14H13z"
2805
+ })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2806
+ d: "M9 28a5.169 5.169 0 01-.7441-.054A5.0935 5.0935 0 014 22.8669V11.1985a7.1615 7.1615 0 016.31-7.1653 6.9607 6.9607 0 014.4643 1.0706l7.9688 4.9807a6.98 6.98 0 01-.6885 12.19l-10.88 5.2285A4.9765 4.9765 0 019 28zM11.002 6q-.2484 0-.5005.0241A5.1463 5.1463 0 006 11.1985V22.8669a3.0839 3.0839 0 002.5435 3.1 3.0266 3.0266 0 001.7622-.2649l10.8828-5.23a4.9807 4.9807 0 00.4887-8.6958L13.7046 6.7935A4.9687 4.9687 0 0011.002 6zM26 7H22a4.0045 4.0045 0 01-4-4V2h2V3a2.0021 2.0021 0 002 2h4z"
2807
+ })), children);
2808
+ });
2809
+ if (process.env.NODE_ENV !== "production") {
2810
+ Strawberry.propTypes = iconPropTypes4cbeb95d.i;
2811
+ }
2812
+ const WatsonHealthStressBreathEditor = /*#__PURE__*/React.forwardRef(function WatsonHealthStressBreathEditor(_ref114, ref) {
2813
+ let {
2814
+ children,
2815
+ size = 16,
2816
+ ...rest
2817
+ } = _ref114;
2818
+ return /*#__PURE__*/React.createElement(Icon.default, {
2819
+ width: size,
2820
+ height: size,
2821
+ ref: ref,
2822
+ xmlns: "http://www.w3.org/2000/svg",
2823
+ viewBox: "0 0 32 32",
2824
+ fill: "currentColor",
2825
+ ...rest
2826
+ }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2827
+ d: "M20 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0020 2zM30 30H28V25a5 5 0 00-5-5H17a5 5 0 00-5 5v5H10V25a7 7 0 017-7h6a7 7 0 017 7zM11 8H5A3 3 0 012 5V3H4V5A1 1 0 005 6h6zM4 15H2V13a3 3 0 013-3h6v2H5a1 1 0 00-1 1z"
2828
+ })), children);
2829
+ });
2830
+ if (process.env.NODE_ENV !== "production") {
2831
+ WatsonHealthStressBreathEditor.propTypes = iconPropTypes4cbeb95d.i;
2832
+ }
2833
+ const StringInteger = /*#__PURE__*/React.forwardRef(function StringInteger(_ref115, ref) {
2834
+ let {
2835
+ children,
2836
+ size = 16,
2837
+ ...rest
2838
+ } = _ref115;
2839
+ return /*#__PURE__*/React.createElement(Icon.default, {
2840
+ width: size,
2841
+ height: size,
2842
+ ref: ref,
2843
+ xmlns: "http://www.w3.org/2000/svg",
2844
+ viewBox: "0 0 32 32",
2845
+ fill: "currentColor",
2846
+ ...rest
2847
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2848
+ d: "M26 12H22v2h4v2H23v2h3v2H22v2h4a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0026 12zM19 22H13V18a2.002 2.002 0 012-2h2V14H13V12h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H15v2h4zM8 20L8 12 6 12 6 13 4 13 4 15 6 15 6 20 4 20 4 22 10 22 10 20 8 20z"
2849
+ })), children);
2850
+ });
2851
+ if (process.env.NODE_ENV !== "production") {
2852
+ StringInteger.propTypes = iconPropTypes4cbeb95d.i;
2853
+ }
2854
+ const StringText = /*#__PURE__*/React.forwardRef(function StringText(_ref116, ref) {
2855
+ let {
2856
+ children,
2857
+ size = 16,
2858
+ ...rest
2859
+ } = _ref116;
2860
+ return /*#__PURE__*/React.createElement(Icon.default, {
2861
+ width: size,
2862
+ height: size,
2863
+ ref: ref,
2864
+ xmlns: "http://www.w3.org/2000/svg",
2865
+ viewBox: "0 0 32 32",
2866
+ fill: "currentColor",
2867
+ ...rest
2868
+ }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2869
+ d: "M29 22H24a2.0027 2.0027 0 01-2-2V14a2.0023 2.0023 0 012-2h5v2H24v6h5zM18 12H14V8H12V22h6a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0018 12zm-4 8V14h4v6zM8 12H3v2H8v2H4a2 2 0 00-2 2v2a2 2 0 002 2h6V14A2.0023 2.0023 0 008 12zm0 8H4V18H8z"
2870
+ })), children);
2871
+ });
2872
+ if (process.env.NODE_ENV !== "production") {
2873
+ StringText.propTypes = iconPropTypes4cbeb95d.i;
2874
+ }
2875
+ const WatsonHealthStudyNext = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyNext(_ref117, ref) {
2876
+ let {
2877
+ children,
2878
+ size = 16,
2879
+ ...rest
2880
+ } = _ref117;
2881
+ return /*#__PURE__*/React.createElement(Icon.default, {
2882
+ width: size,
2883
+ height: size,
2884
+ ref: ref,
2885
+ xmlns: "http://www.w3.org/2000/svg",
2886
+ viewBox: "0 0 32 32",
2887
+ fill: "currentColor",
2888
+ ...rest
2889
+ }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2890
+ d: "M23.93 21L30 15 23.93 9 22.5 10.41 27.14 15 22.5 19.59 23.93 21zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7z"
2891
+ })), children);
2892
+ });
2893
+ if (process.env.NODE_ENV !== "production") {
2894
+ WatsonHealthStudyNext.propTypes = iconPropTypes4cbeb95d.i;
2895
+ }
2896
+ const WatsonHealthStudyPrevious = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyPrevious(_ref118, ref) {
2897
+ let {
2898
+ children,
2899
+ size = 16,
2900
+ ...rest
2901
+ } = _ref118;
2902
+ return /*#__PURE__*/React.createElement(Icon.default, {
2903
+ width: size,
2904
+ height: size,
2905
+ ref: ref,
2906
+ xmlns: "http://www.w3.org/2000/svg",
2907
+ viewBox: "0 0 32 32",
2908
+ fill: "currentColor",
2909
+ ...rest
2910
+ }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2911
+ d: "M8.07 21L2 15 8.07 9 9.5 10.41 4.86 15 9.5 19.59 8.07 21zM20 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0020 2zM30 30H28V25a5 5 0 00-5-5H17a5 5 0 00-5 5v5H10V25a7 7 0 017-7h6a7 7 0 017 7z"
2912
+ })), children);
2913
+ });
2914
+ if (process.env.NODE_ENV !== "production") {
2915
+ WatsonHealthStudyPrevious.propTypes = iconPropTypes4cbeb95d.i;
2916
+ }
2917
+ const WatsonHealthStudyRead = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyRead(_ref119, ref) {
2918
+ let {
2919
+ children,
2920
+ size = 16,
2921
+ ...rest
2922
+ } = _ref119;
2923
+ return /*#__PURE__*/React.createElement(Icon.default, {
2924
+ width: size,
2925
+ height: size,
2926
+ ref: ref,
2927
+ xmlns: "http://www.w3.org/2000/svg",
2928
+ viewBox: "0 0 32 32",
2929
+ fill: "currentColor",
2930
+ ...rest
2931
+ }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2932
+ d: "M21 29.414L16 24.413 17.413 23 21 26.586 28.585 19 30 20.415 21 29.414zM20 14L20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 15 22 15 18 18 18 18 16 15 16 15 14 20 14z"
2933
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2934
+ d: "M13,24H4V4H24V16h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2h9Z"
2935
+ })), children);
2936
+ });
2937
+ if (process.env.NODE_ENV !== "production") {
2938
+ WatsonHealthStudyRead.propTypes = iconPropTypes4cbeb95d.i;
2939
+ }
2940
+ const WatsonHealthStudySkip = /*#__PURE__*/React.forwardRef(function WatsonHealthStudySkip(_ref120, ref) {
2941
+ let {
2942
+ children,
2943
+ size = 16,
2944
+ ...rest
2945
+ } = _ref120;
2946
+ return /*#__PURE__*/React.createElement(Icon.default, {
2947
+ width: size,
2948
+ height: size,
2949
+ ref: ref,
2950
+ xmlns: "http://www.w3.org/2000/svg",
2951
+ viewBox: "0 0 32 32",
2952
+ fill: "currentColor",
2953
+ ...rest
2954
+ }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2955
+ d: "M22,9h5.2A11,11,0,0,0,7,15H5A13,13,0,0,1,28,6.7V3h2v8H22Z"
2956
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2957
+ d: "M16 12a3 3 0 11-3 3 2.95 2.95 0 013-3m0-2a5 5 0 105 5A5 5 0 0016 10zM23 30H21V27a3 3 0 00-3-3H14a3 3 0 00-3 3v3H9V27a5 5 0 015-5h4a5 5 0 015 5z"
2958
+ })), children);
2959
+ });
2960
+ if (process.env.NODE_ENV !== "production") {
2961
+ WatsonHealthStudySkip.propTypes = iconPropTypes4cbeb95d.i;
2962
+ }
2963
+ const WatsonHealthStudyTransfer = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyTransfer(_ref121, ref) {
2964
+ let {
2965
+ children,
2966
+ size = 16,
2967
+ ...rest
2968
+ } = _ref121;
2969
+ return /*#__PURE__*/React.createElement(Icon.default, {
2970
+ width: size,
2971
+ height: size,
2972
+ ref: ref,
2973
+ xmlns: "http://www.w3.org/2000/svg",
2974
+ viewBox: "0 0 32 32",
2975
+ fill: "currentColor",
2976
+ ...rest
2977
+ }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2978
+ d: "M8.586 19.414L13.165 24 8.586 28.586 10 30 16 24 10 18 8.586 19.414z"
2979
+ })), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2980
+ d: "M2.586 19.414L7.165 24 2.586 28.586 4 30 10 24 4 18 2.586 19.414zM12 14L12 12 17 12 17 10 14 10 14 8 17 8 17 6 19 6 19 8 22 8 22 10 19 10 19 12 24 12 24 14 19 14 19 16 24 16 24 18 19 18 19 20 22 20 22 22 17 22 17 18 14 18 14 16 17 16 17 14 12 14z"
2981
+ })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2982
+ d: "M19,24h9V4H8V16H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V24a2,2,0,0,1-2,2H19Z"
2983
+ })), children);
2984
+ });
2985
+ if (process.env.NODE_ENV !== "production") {
2986
+ WatsonHealthStudyTransfer.propTypes = iconPropTypes4cbeb95d.i;
2987
+ }
2988
+ const WatsonHealthStudyUnread = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyUnread(_ref122, ref) {
2989
+ let {
2990
+ children,
2991
+ size = 16,
2992
+ ...rest
2993
+ } = _ref122;
2994
+ return /*#__PURE__*/React.createElement(Icon.default, {
2995
+ width: size,
2996
+ height: size,
2997
+ ref: ref,
2998
+ xmlns: "http://www.w3.org/2000/svg",
2999
+ viewBox: "0 0 32 32",
3000
+ fill: "currentColor",
3001
+ ...rest
3002
+ }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
3003
+ d: "M24 30a6 6 0 116-6A6.0067 6.0067 0 0124 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 20zM20 14L20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 17 22 17 20 15 20 15 18 18 18 18 16 15 16 15 14 20 14z"
3004
+ })), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
3005
+ d: "M15,24H4V4H24V15h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H15Z"
3006
+ })), children);
3007
+ });
3008
+ if (process.env.NODE_ENV !== "production") {
3009
+ WatsonHealthStudyUnread.propTypes = iconPropTypes4cbeb95d.i;
3010
+ }
3011
+ const WatsonHealthStudyView = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyView(_ref123, ref) {
3012
+ let {
3013
+ children,
3014
+ size = 16,
3015
+ ...rest
3016
+ } = _ref123;
3017
+ return /*#__PURE__*/React.createElement(Icon.default, {
3018
+ width: size,
3019
+ height: size,
3020
+ ref: ref,
3021
+ xmlns: "http://www.w3.org/2000/svg",
3022
+ viewBox: "0 0 32 32",
3023
+ fill: "currentColor",
3024
+ ...rest
3025
+ }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
3026
+ d: "M28 20H25V18h3V4H14V7H12V4a2.002 2.002 0 012-2H28a2.0023 2.0023 0 012 2V18A2.0027 2.0027 0 0128 20zM17 22L17 20 13 20 13 18 16 18 16 16 13 16 13 14 11 14 11 16 8 16 8 18 11 18 11 20 7 20 7 22 11 22 11 24 8 24 8 26 16 26 16 24 13 24 13 22 17 22z"
3027
+ })), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
3028
+ d: "M20,30H4a2.0021,2.0021,0,0,1-2-2V12a2.0021,2.0021,0,0,1,2-2H20a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,20,30ZM4,12V28H20V12Z"
3029
+ })), children);
3030
+ });
3031
+ if (process.env.NODE_ENV !== "production") {
3032
+ WatsonHealthStudyView.propTypes = iconPropTypes4cbeb95d.i;
3033
+ }
3034
+ const WatsonHealthSubVolume = /*#__PURE__*/React.forwardRef(function WatsonHealthSubVolume(_ref124, ref) {
3035
+ let {
3036
+ children,
3037
+ size = 16,
3038
+ ...rest
3039
+ } = _ref124;
3040
+ return /*#__PURE__*/React.createElement(Icon.default, {
3041
+ width: size,
3042
+ height: size,
3043
+ ref: ref,
3044
+ xmlns: "http://www.w3.org/2000/svg",
3045
+ viewBox: "0 0 32 32",
3046
+ fill: "currentColor",
3047
+ ...rest
3048
+ }, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
3049
+ d: "M29.4741,19.12,23.6807,16l5.7934-3.12a1,1,0,0,0,0-1.7607l-13-7a.9982.9982,0,0,0-.9482,0l-13,7a1,1,0,0,0,0,1.7607L8.3193,16,2.5259,19.12a1,1,0,0,0,0,1.7607l13,7a.9995.9995,0,0,0,.9482,0l13-7a1,1,0,0,0,0-1.7607ZM16,6.1359,26.8906,12,16,17.8643,5.1094,12Zm0,19.7284L5.1094,20l5.3193-2.8642L15.5259,19.88a.9995.9995,0,0,0,.9482,0l5.0972-2.7446L26.8906,20Z"
3050
+ })), children);
3051
+ });
3052
+ if (process.env.NODE_ENV !== "production") {
3053
+ WatsonHealthSubVolume.propTypes = iconPropTypes4cbeb95d.i;
3054
+ }
3055
+ const Subclassification = /*#__PURE__*/React.forwardRef(function Subclassification(_ref125, ref) {
3056
+ let {
3057
+ children,
3058
+ size = 16,
3059
+ ...rest
3060
+ } = _ref125;
3061
+ return /*#__PURE__*/React.createElement(Icon.default, {
3062
+ width: size,
3063
+ height: size,
3064
+ ref: ref,
3065
+ xmlns: "http://www.w3.org/2000/svg",
3066
+ viewBox: "0 0 32 32",
3067
+ fill: "currentColor",
3068
+ ...rest
3069
+ }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
3070
+ strokeWidth: "0",
3071
+ d: "m13,28v-10h7c.3564,0,.686-.1899.8647-.498.0902-.1551.1353-.3285.1353-.502,0-.1711-.0441-.3424-.1318-.4961L12.8682,2.504c-.1919-.3359-.5301-.504-.8682-.504s-.6763.1681-.8682.504l-7.9999,13.9999c-.0878.1537-.1318.3249-.1318.4961,0,.1735.0451.3469.1353.502.1787.3081.5083.498.8647.498h7v10c0,1.1046.8954,2,2,2h15v-2h-15Zm-7.2769-12l6.2769-10.9844,6.2769,10.9844H5.7231Z"
3072
+ })), children);
3073
+ });
3074
+ if (process.env.NODE_ENV !== "production") {
3075
+ Subclassification.propTypes = iconPropTypes4cbeb95d.i;
3076
+ }
3077
+
3078
+ exports.ShapeIntersect = ShapeIntersect;
3079
+ exports.ShapeJoin = ShapeJoin;
3080
+ exports.ShapeUnite = ShapeUnite;
3081
+ exports.Shapes = Shapes;
3082
+ exports.Share = Share;
3083
+ exports.ShareKnowledge = ShareKnowledge;
3084
+ exports.ShoppingBag = ShoppingBag;
3085
+ exports.ShoppingCart = ShoppingCart;
3086
+ exports.ShoppingCartArrowDown = ShoppingCartArrowDown;
3087
+ exports.ShoppingCartArrowUp = ShoppingCartArrowUp;
3088
+ exports.ShoppingCartClear = ShoppingCartClear;
3089
+ exports.ShoppingCartError = ShoppingCartError;
3090
+ exports.ShoppingCartMinus = ShoppingCartMinus;
3091
+ exports.ShoppingCartPlus = ShoppingCartPlus;
3092
+ exports.ShoppingCatalog = ShoppingCatalog;
3093
+ exports.ShowDataCards = ShowDataCards;
3094
+ exports.ShrinkScreen = ShrinkScreen;
3095
+ exports.ShrinkScreenFilled = ShrinkScreenFilled;
3096
+ exports.Shuffle = Shuffle;
3097
+ exports.Shuttle = Shuttle;
3098
+ exports.SidePanelClose = SidePanelClose;
3099
+ exports.SidePanelCloseFilled = SidePanelCloseFilled;
3100
+ exports.SidePanelOpen = SidePanelOpen;
3101
+ exports.SidePanelOpenFilled = SidePanelOpenFilled;
3102
+ exports.Sight = Sight;
3103
+ exports.Sigma = Sigma;
3104
+ exports.SignalStrength = SignalStrength;
3105
+ exports.SimCard = SimCard;
3106
+ exports.SkillLevel = SkillLevel;
3107
+ exports.SkillLevelAdvanced = SkillLevelAdvanced;
3108
+ exports.SkillLevelBasic = SkillLevelBasic;
3109
+ exports.SkillLevelIntermediate = SkillLevelIntermediate;
3110
+ exports.SkipBack = SkipBack;
3111
+ exports.SkipBackFilled = SkipBackFilled;
3112
+ exports.SkipBackOutline = SkipBackOutline;
3113
+ exports.SkipBackOutlineFilled = SkipBackOutlineFilled;
3114
+ exports.SkipBackOutlineSolid = SkipBackOutlineSolid;
3115
+ exports.SkipBackSolidFilled = SkipBackSolidFilled;
3116
+ exports.SkipForward = SkipForward;
3117
+ exports.SkipForwardFilled = SkipForwardFilled;
3118
+ exports.SkipForwardOutline = SkipForwardOutline;
3119
+ exports.SkipForwardOutlineFilled = SkipForwardOutlineFilled;
3120
+ exports.SkipForwardOutlineSolid = SkipForwardOutlineSolid;
3121
+ exports.SkipForwardSolidFilled = SkipForwardSolidFilled;
3122
+ exports.Sleet = Sleet;
3123
+ exports.Slisor = Slisor;
3124
+ exports.Slm = Slm;
3125
+ exports.Smell = Smell;
3126
+ exports.Smoke = Smoke;
3127
+ exports.Snooze = Snooze;
3128
+ exports.Snow = Snow;
3129
+ exports.SnowBlizzard = SnowBlizzard;
3130
+ exports.SnowDensity = SnowDensity;
3131
+ exports.SnowHeavy = SnowHeavy;
3132
+ exports.SnowScattered = SnowScattered;
3133
+ exports.SnowScatteredNight = SnowScatteredNight;
3134
+ exports.Snowflake = Snowflake;
3135
+ exports.Soccer = Soccer;
3136
+ exports.SoftwareResource = SoftwareResource;
3137
+ exports.SoftwareResourceCluster = SoftwareResourceCluster;
3138
+ exports.SoftwareResourceResource = SoftwareResourceResource;
3139
+ exports.SoilMoisture = SoilMoisture;
3140
+ exports.SoilMoistureField = SoilMoistureField;
3141
+ exports.SoilMoistureGlobal = SoilMoistureGlobal;
3142
+ exports.SoilTemperature = SoilTemperature;
3143
+ exports.SoilTemperatureField = SoilTemperatureField;
3144
+ exports.SoilTemperatureGlobal = SoilTemperatureGlobal;
3145
+ exports.SolarPanel = SolarPanel;
3146
+ exports.SortAscending = SortAscending;
3147
+ exports.SortDescending = SortDescending;
3148
+ exports.SortRemove = SortRemove;
3149
+ exports.SpellCheck = SpellCheck;
3150
+ exports.Split = Split;
3151
+ exports.SplitScreen = SplitScreen;
3152
+ exports.SprayPaint = SprayPaint;
3153
+ exports.Sprout = Sprout;
3154
+ exports.Sql = Sql;
3155
+ exports.SquareFill = SquareFill;
3156
+ exports.SquareOutline = SquareOutline;
3157
+ exports.SquareSolid = SquareSolid;
3158
+ exports.StackLimitation = StackLimitation;
3159
+ exports.Stamp = Stamp;
3160
+ exports.Star = Star;
3161
+ exports.StarFilled = StarFilled;
3162
+ exports.StarHalf = StarHalf;
3163
+ exports.StarReview = StarReview;
3164
+ exports.StayInside = StayInside;
3165
+ exports.StemLeafPlot = StemLeafPlot;
3166
+ exports.Stethoscope = Stethoscope;
3167
+ exports.Stop = Stop;
3168
+ exports.StopFilled = StopFilled;
3169
+ exports.StopFilledAlt = StopFilledAlt;
3170
+ exports.StopOutline = StopOutline;
3171
+ exports.StopOutlineFilled = StopOutlineFilled;
3172
+ exports.StopSign = StopSign;
3173
+ exports.StopSignFilled = StopSignFilled;
3174
+ exports.StoragePool = StoragePool;
3175
+ exports.StorageRequest = StorageRequest;
3176
+ exports.Store = Store;
3177
+ exports.StormTracker = StormTracker;
3178
+ exports.StrategyPlay = StrategyPlay;
3179
+ exports.Strawberry = Strawberry;
3180
+ exports.StringInteger = StringInteger;
3181
+ exports.StringText = StringText;
3182
+ exports.Subclassification = Subclassification;
3183
+ exports.WatsonHealthSmoothing = WatsonHealthSmoothing;
3184
+ exports.WatsonHealthSmoothingCursor = WatsonHealthSmoothingCursor;
3185
+ exports.WatsonHealthSpineLabel = WatsonHealthSpineLabel;
3186
+ exports.WatsonHealthSplitDiscard = WatsonHealthSplitDiscard;
3187
+ exports.WatsonHealthStackedMove = WatsonHealthStackedMove;
3188
+ exports.WatsonHealthStackedScrolling_1 = WatsonHealthStackedScrolling_1;
3189
+ exports.WatsonHealthStackedScrolling_2 = WatsonHealthStackedScrolling_2;
3190
+ exports.WatsonHealthStatusAcknowledge = WatsonHealthStatusAcknowledge;
3191
+ exports.WatsonHealthStatusChange = WatsonHealthStatusChange;
3192
+ exports.WatsonHealthStatusPartialFail = WatsonHealthStatusPartialFail;
3193
+ exports.WatsonHealthStatusResolved = WatsonHealthStatusResolved;
3194
+ exports.WatsonHealthStressBreathEditor = WatsonHealthStressBreathEditor;
3195
+ exports.WatsonHealthStudyNext = WatsonHealthStudyNext;
3196
+ exports.WatsonHealthStudyPrevious = WatsonHealthStudyPrevious;
3197
+ exports.WatsonHealthStudyRead = WatsonHealthStudyRead;
3198
+ exports.WatsonHealthStudySkip = WatsonHealthStudySkip;
3199
+ exports.WatsonHealthStudyTransfer = WatsonHealthStudyTransfer;
3200
+ exports.WatsonHealthStudyUnread = WatsonHealthStudyUnread;
3201
+ exports.WatsonHealthStudyView = WatsonHealthStudyView;
3202
+ exports.WatsonHealthSubVolume = WatsonHealthSubVolume;