@carbon-labs/react-animated-header 0.18.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +696 -168
  2. package/es/__stories__/data/index.d.ts +58 -14
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +3 -1
  5. package/es/components/TasksController/TasksController.d.ts +3 -3
  6. package/es/components/TasksController/TasksController.js +4 -1
  7. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -29
  12. package/es/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  13. package/es/components/Tiles/GlassTile/GlassTileBody.js +53 -0
  14. package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  15. package/es/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  16. package/es/index.js +1 -0
  17. package/lib/__stories__/AnimatedHeader.stories.d.ts +696 -168
  18. package/lib/__stories__/data/index.d.ts +58 -14
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +3 -1
  21. package/lib/components/TasksController/TasksController.d.ts +3 -3
  22. package/lib/components/TasksController/TasksController.js +4 -1
  23. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -28
  28. package/lib/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  29. package/lib/components/Tiles/GlassTile/GlassTileBody.js +55 -0
  30. package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  31. package/lib/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  32. package/lib/index.js +1 -0
  33. package/package.json +2 -2
  34. package/scss/Tiles/GlassTile/glass-tile.scss +0 -1
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2956
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3263
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -2946
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3112
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -2967
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3056
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -2888
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3072
  43. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -2992
  44. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2843
  45. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3080
  46. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1680
  47. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3096
  48. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3008
  49. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -2916
  50. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -2992
  51. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -2983
  52. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3106
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3090
  54. package/es/node_modules/@carbon/icons-react/es/index.js +0 -30
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3082
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3389
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -3072
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3238
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -3093
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3182
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -3014
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3198
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -3118
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2969
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3206
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1750
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3222
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3134
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -3042
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -3118
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -3109
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3232
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3216
  74. package/lib/node_modules/@carbon/icons-react/es/index.js +0 -2480
@@ -1,3198 +0,0 @@
1
- /**
2
- * Copyright IBM Corp. 2024
3
- *
4
- * This source code is licensed under the Apache-2.0 license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- 'use strict';
9
-
10
- var React = require('react');
11
- var Icon = require('../Icon.js');
12
- var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
- require('prop-types');
14
-
15
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _circle, _path22, _circle2, _path23, _path24, _circle3, _path25, _path26, _path27, _path28, _path29, _circle4, _circle5, _circle6, _circle7, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _circle8, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _circle9, _circle10, _path57, _circle11, _circle12, _path58, _path59, _circle13, _circle14, _path60, _path61, _circle15, _circle16, _path62, _path63, _circle17, _circle18, _path64, _path65, _circle19, _circle20, _path66, _path67, _circle21, _circle22, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _rect, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _circle23, _path122, _path123, _path124, _path125, _path126, _circle24, _path127, _circle25, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _circle26, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _path160, _path161, _path162, _path163, _path164, _circle35, _circle36, _circle37, _circle38, _circle39, _circle40, _circle41, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209;
16
- const Search = /*#__PURE__*/React.forwardRef(function Search(_ref, ref) {
17
- let {
18
- children,
19
- size = 16,
20
- ...rest
21
- } = _ref;
22
- if (size === 16 || size === "16" || size === "16px") {
23
- return /*#__PURE__*/React.createElement(Icon.default, {
24
- width: size,
25
- height: size,
26
- ref: ref,
27
- xmlns: "http://www.w3.org/2000/svg",
28
- viewBox: "0 0 16 16",
29
- fill: "currentColor",
30
- ...rest
31
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
32
- d: "M15,14.3L10.7,10c1.9-2.3,1.6-5.8-0.7-7.7S4.2,0.7,2.3,3S0.7,8.8,3,10.7c2,1.7,5,1.7,7,0l4.3,4.3L15,14.3z M2,6.5 C2,4,4,2,6.5,2S11,4,11,6.5S9,11,6.5,11S2,9,2,6.5z"
33
- })), children);
34
- }
35
- return /*#__PURE__*/React.createElement(Icon.default, {
36
- width: size,
37
- height: size,
38
- ref: ref,
39
- xmlns: "http://www.w3.org/2000/svg",
40
- viewBox: "0 0 32 32",
41
- fill: "currentColor",
42
- ...rest
43
- }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
44
- d: "M29,27.5859l-7.5521-7.5521a11.0177,11.0177,0,1,0-1.4141,1.4141L27.5859,29ZM4,13a9,9,0,1,1,9,9A9.01,9.01,0,0,1,4,13Z"
45
- })), children);
46
- });
47
- if (process.env.NODE_ENV !== "production") {
48
- Search.propTypes = iconPropTypes4cbeb95d.i;
49
- }
50
- const SearchAdvanced = /*#__PURE__*/React.forwardRef(function SearchAdvanced(_ref2, ref) {
51
- let {
52
- children,
53
- size = 16,
54
- ...rest
55
- } = _ref2;
56
- return /*#__PURE__*/React.createElement(Icon.default, {
57
- width: size,
58
- height: size,
59
- ref: ref,
60
- xmlns: "http://www.w3.org/2000/svg",
61
- viewBox: "0 0 32 32",
62
- fill: "currentColor",
63
- ...rest
64
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
65
- d: "M30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6zM24 28.5859l-5.9751-5.9751a9.0234 9.0234 0 10-1.4141 1.4141L22.5859 30zM4 17a7 7 0 117 7A7.0078 7.0078 0 014 17z"
66
- })), children);
67
- });
68
- if (process.env.NODE_ENV !== "production") {
69
- SearchAdvanced.propTypes = iconPropTypes4cbeb95d.i;
70
- }
71
- const SearchLocate = /*#__PURE__*/React.forwardRef(function SearchLocate(_ref3, ref) {
72
- let {
73
- children,
74
- size = 16,
75
- ...rest
76
- } = _ref3;
77
- return /*#__PURE__*/React.createElement(Icon.default, {
78
- width: size,
79
- height: size,
80
- ref: ref,
81
- xmlns: "http://www.w3.org/2000/svg",
82
- viewBox: "0 0 32 32",
83
- fill: "currentColor",
84
- ...rest
85
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
86
- d: "M30 28.5859l-4.6885-4.6884a8.028 8.028 0 10-1.414 1.414L28.5859 30zM19 25a6 6 0 116-6A6.0066 6.0066 0 0119 25zM2 12H10V14H2zM2 2H18V4H2zM2 7H18V9H2z"
87
- })), children);
88
- });
89
- if (process.env.NODE_ENV !== "production") {
90
- SearchLocate.propTypes = iconPropTypes4cbeb95d.i;
91
- }
92
- const SearchLocateMirror = /*#__PURE__*/React.forwardRef(function SearchLocateMirror(_ref4, ref) {
93
- let {
94
- children,
95
- size = 16,
96
- ...rest
97
- } = _ref4;
98
- return /*#__PURE__*/React.createElement(Icon.default, {
99
- width: size,
100
- height: size,
101
- ref: ref,
102
- xmlns: "http://www.w3.org/2000/svg",
103
- viewBox: "0 0 32 32",
104
- fill: "currentColor",
105
- ...rest
106
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
107
- d: "M21 28.6l-4.7-4.7c1.1-1.4 1.7-3.1 1.7-4.9 0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8c1.8 0 3.5-.6 4.9-1.7l4.7 4.7L21 28.6zM10 25c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6S13.3 25 10 25zM22 12H30V14H22zM14 7H30V9H14zM14 2H30V4H14z"
108
- })), children);
109
- });
110
- if (process.env.NODE_ENV !== "production") {
111
- SearchLocateMirror.propTypes = iconPropTypes4cbeb95d.i;
112
- }
113
- const Security = /*#__PURE__*/React.forwardRef(function Security(_ref5, ref) {
114
- let {
115
- children,
116
- size = 16,
117
- ...rest
118
- } = _ref5;
119
- return /*#__PURE__*/React.createElement(Icon.default, {
120
- width: size,
121
- height: size,
122
- ref: ref,
123
- xmlns: "http://www.w3.org/2000/svg",
124
- viewBox: "0 0 32 32",
125
- fill: "currentColor",
126
- ...rest
127
- }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
128
- d: "M14 16.59L11.41 14 10 15.41 14 19.41 22 11.41 20.59 10 14 16.59z"
129
- })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
130
- d: "M16,30,9.8242,26.7071A10.9818,10.9818,0,0,1,4,17V4A2.0021,2.0021,0,0,1,6,2H26a2.0021,2.0021,0,0,1,2,2V17a10.9818,10.9818,0,0,1-5.8242,9.7071ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
131
- })), children);
132
- });
133
- if (process.env.NODE_ENV !== "production") {
134
- Security.propTypes = iconPropTypes4cbeb95d.i;
135
- }
136
- const SecurityServices = /*#__PURE__*/React.forwardRef(function SecurityServices(_ref6, ref) {
137
- let {
138
- children,
139
- size = 16,
140
- ...rest
141
- } = _ref6;
142
- return /*#__PURE__*/React.createElement(Icon.default, {
143
- width: size,
144
- height: size,
145
- ref: ref,
146
- xmlns: "http://www.w3.org/2000/svg",
147
- viewBox: "0 0 32 32",
148
- fill: "currentColor",
149
- ...rest
150
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
151
- d: "M30,24V22H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,18.1011V16H22v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,22H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,27.8989V30h2V27.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,24Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,26Z"
152
- })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
153
- d: "M14,26.667l-3.2344-1.7246A8.9858,8.9858,0,0,1,6,17V4H26V14h2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,28.9336Z"
154
- })), children);
155
- });
156
- if (process.env.NODE_ENV !== "production") {
157
- SecurityServices.propTypes = iconPropTypes4cbeb95d.i;
158
- }
159
- const Select_01 = /*#__PURE__*/React.forwardRef(function Select_01(_ref7, ref) {
160
- let {
161
- children,
162
- size = 16,
163
- ...rest
164
- } = _ref7;
165
- return /*#__PURE__*/React.createElement(Icon.default, {
166
- width: size,
167
- height: size,
168
- ref: ref,
169
- xmlns: "http://www.w3.org/2000/svg",
170
- viewBox: "0 0 32 32",
171
- fill: "currentColor",
172
- ...rest
173
- }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
174
- d: "M12 6L8 6 8 2 6 2 6 6 2 6 2 8 6 8 6 12 8 12 8 8 12 8 12 6zM16 6H20V8H16zM24 6V8h4v4h2V8a2 2 0 00-2-2zM6 16H8V20H6zM8 28V24H6v4a2 2 0 002 2h4V28zM28 16H30V20H28zM16 28H20V30H16zM28 24v4H24v2h4a2 2 0 002-2V24z"
175
- })), children);
176
- });
177
- if (process.env.NODE_ENV !== "production") {
178
- Select_01.propTypes = iconPropTypes4cbeb95d.i;
179
- }
180
- const Select_02 = /*#__PURE__*/React.forwardRef(function Select_02(_ref8, ref) {
181
- let {
182
- children,
183
- size = 16,
184
- ...rest
185
- } = _ref8;
186
- return /*#__PURE__*/React.createElement(Icon.default, {
187
- width: size,
188
- height: size,
189
- ref: ref,
190
- xmlns: "http://www.w3.org/2000/svg",
191
- viewBox: "0 0 32 32",
192
- fill: "currentColor",
193
- ...rest
194
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
195
- d: "M12 6L8 6 8 2 6 2 6 6 2 6 2 8 6 8 6 12 8 12 8 8 12 8 12 6zM30 10V4H24V6H16V8h8v2h2V24H24v2H10V24H8V16H6v8H4v6h6V28H24v2h6V24H28V10zM8 28H6V26H8zm20 0H26V26h2zM26 6h2V8H26z"
196
- })), children);
197
- });
198
- if (process.env.NODE_ENV !== "production") {
199
- Select_02.propTypes = iconPropTypes4cbeb95d.i;
200
- }
201
- const SelectWindow = /*#__PURE__*/React.forwardRef(function SelectWindow(_ref9, ref) {
202
- let {
203
- children,
204
- size = 16,
205
- ...rest
206
- } = _ref9;
207
- return /*#__PURE__*/React.createElement(Icon.default, {
208
- width: size,
209
- height: size,
210
- ref: ref,
211
- xmlns: "http://www.w3.org/2000/svg",
212
- viewBox: "0 0 32 32",
213
- fill: "currentColor",
214
- ...rest
215
- }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
216
- d: "M8 26H4a2.0021 2.0021 0 01-2-2V20H4v4H8zM2 12H4V16H2zM26 8H24V4H20V2h4a2.0021 2.0021 0 012 2zM12 2H16V4H12zM4 8H2V4A2.0021 2.0021 0 014 2H8V4H4zM27 32a.9967.9967 0 01-.707-.293l-6.1377-6.1377L16.832 30.5547a1 1 0 01-1.79-.2676l-6-20A1 1 0 0110.2871 9.042l20 6a1 1 0 01.2676 1.79l-4.9854 3.3233L31.707 26.293a.9994.9994 0 010 1.414l-4 4A.9967.9967 0 0127 32zm0-2.4141L29.5859 27 22.431 19.845l5.2458-3.4978L11.4917 11.4917l4.8555 16.1851L19.845 22.431z"
217
- })), children);
218
- });
219
- if (process.env.NODE_ENV !== "production") {
220
- SelectWindow.propTypes = iconPropTypes4cbeb95d.i;
221
- }
222
- const Send = /*#__PURE__*/React.forwardRef(function Send(_ref10, ref) {
223
- let {
224
- children,
225
- size = 16,
226
- ...rest
227
- } = _ref10;
228
- return /*#__PURE__*/React.createElement(Icon.default, {
229
- width: size,
230
- height: size,
231
- ref: ref,
232
- xmlns: "http://www.w3.org/2000/svg",
233
- viewBox: "0 0 32 32",
234
- fill: "currentColor",
235
- ...rest
236
- }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
237
- d: "M27.45,15.11l-22-11a1,1,0,0,0-1.08.12,1,1,0,0,0-.33,1L7,16,4,26.74A1,1,0,0,0,5,28a1,1,0,0,0,.45-.11l22-11a1,1,0,0,0,0-1.78Zm-20.9,10L8.76,17H18V15H8.76L6.55,6.89,24.76,16Z"
238
- })), children);
239
- });
240
- if (process.env.NODE_ENV !== "production") {
241
- Send.propTypes = iconPropTypes4cbeb95d.i;
242
- }
243
- const SendAlt = /*#__PURE__*/React.forwardRef(function SendAlt(_ref11, ref) {
244
- let {
245
- children,
246
- size = 16,
247
- ...rest
248
- } = _ref11;
249
- return /*#__PURE__*/React.createElement(Icon.default, {
250
- width: size,
251
- height: size,
252
- ref: ref,
253
- xmlns: "http://www.w3.org/2000/svg",
254
- viewBox: "0 0 32 32",
255
- fill: "currentColor",
256
- ...rest
257
- }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
258
- d: "M27.71,4.29a1,1,0,0,0-1.05-.23l-22,8a1,1,0,0,0,0,1.87l9.6,3.84,3.84,9.6A1,1,0,0,0,19,28h0a1,1,0,0,0,.92-.66l8-22A1,1,0,0,0,27.71,4.29ZM19,24.2l-2.79-7L21,12.41,19.59,11l-4.83,4.83L7.8,13,25.33,6.67Z"
259
- })), children);
260
- });
261
- if (process.env.NODE_ENV !== "production") {
262
- SendAlt.propTypes = iconPropTypes4cbeb95d.i;
263
- }
264
- const SendAltFilled = /*#__PURE__*/React.forwardRef(function SendAltFilled(_ref12, ref) {
265
- let {
266
- children,
267
- size = 16,
268
- ...rest
269
- } = _ref12;
270
- return /*#__PURE__*/React.createElement(Icon.default, {
271
- width: size,
272
- height: size,
273
- ref: ref,
274
- xmlns: "http://www.w3.org/2000/svg",
275
- viewBox: "0 0 32 32",
276
- fill: "currentColor",
277
- ...rest
278
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
279
- d: "M27.71,4.29a1,1,0,0,0-1.05-.23l-22,8a1,1,0,0,0,0,1.87l8.59,3.43L19.59,11,21,12.41l-6.37,6.37,3.44,8.59A1,1,0,0,0,19,28h0a1,1,0,0,0,.92-.66l8-22A1,1,0,0,0,27.71,4.29Z"
280
- })), children);
281
- });
282
- if (process.env.NODE_ENV !== "production") {
283
- SendAltFilled.propTypes = iconPropTypes4cbeb95d.i;
284
- }
285
- const SendFilled = /*#__PURE__*/React.forwardRef(function SendFilled(_ref13, ref) {
286
- let {
287
- children,
288
- size = 16,
289
- ...rest
290
- } = _ref13;
291
- return /*#__PURE__*/React.createElement(Icon.default, {
292
- width: size,
293
- height: size,
294
- ref: ref,
295
- xmlns: "http://www.w3.org/2000/svg",
296
- viewBox: "0 0 32 32",
297
- fill: "currentColor",
298
- ...rest
299
- }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
300
- d: "M27.45,15.11l-22-11a1,1,0,0,0-1.08.12,1,1,0,0,0-.33,1L6.69,15H18v2H6.69L4,26.74A1,1,0,0,0,5,28a1,1,0,0,0,.45-.11l22-11a1,1,0,0,0,0-1.78Z"
301
- })), children);
302
- });
303
- if (process.env.NODE_ENV !== "production") {
304
- SendFilled.propTypes = iconPropTypes4cbeb95d.i;
305
- }
306
- const SendActionUsage = /*#__PURE__*/React.forwardRef(function SendActionUsage(_ref14, ref) {
307
- let {
308
- children,
309
- size = 16,
310
- ...rest
311
- } = _ref14;
312
- return /*#__PURE__*/React.createElement(Icon.default, {
313
- width: size,
314
- height: size,
315
- ref: ref,
316
- xmlns: "http://www.w3.org/2000/svg",
317
- viewBox: "0 0 32 32",
318
- fill: "currentColor",
319
- ...rest
320
- }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
321
- strokeWidth: "0",
322
- d: "m9,21c-.5523,0-1-.4477-1-1v-8c0-.5523.4477-1,1-1h11.1716c.5304,0,1.0391.2107,1.4142.5858l4.4142,4.4142-4.4142,4.4142c-.3751.3751-.8838.5858-1.4142.5858h-11.1715Z"
323
- })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
324
- strokeWidth: "0",
325
- d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
326
- })), children);
327
- });
328
- if (process.env.NODE_ENV !== "production") {
329
- SendActionUsage.propTypes = iconPropTypes4cbeb95d.i;
330
- }
331
- const SendBackward = /*#__PURE__*/React.forwardRef(function SendBackward(_ref15, ref) {
332
- let {
333
- children,
334
- size = 16,
335
- ...rest
336
- } = _ref15;
337
- return /*#__PURE__*/React.createElement(Icon.default, {
338
- width: size,
339
- height: size,
340
- ref: ref,
341
- xmlns: "http://www.w3.org/2000/svg",
342
- viewBox: "0 0 32 32",
343
- fill: "currentColor",
344
- ...rest
345
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
346
- d: "M4 7H2V4A2.0023 2.0023 0 014 2H7V4H4zM7 22H4a2.0023 2.0023 0 01-2-2V17H4v3H7zM2 10H4V14H2zM22 7H20V4H17V2h3a2.0023 2.0023 0 012 2zM10 2H14V4H10zM28 30H12a2.0023 2.0023 0 01-2-2V12a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM12 12V28H28V12z"
347
- })), children);
348
- });
349
- if (process.env.NODE_ENV !== "production") {
350
- SendBackward.propTypes = iconPropTypes4cbeb95d.i;
351
- }
352
- const SendToBack = /*#__PURE__*/React.forwardRef(function SendToBack(_ref16, ref) {
353
- let {
354
- children,
355
- size = 16,
356
- ...rest
357
- } = _ref16;
358
- return /*#__PURE__*/React.createElement(Icon.default, {
359
- width: size,
360
- height: size,
361
- ref: ref,
362
- xmlns: "http://www.w3.org/2000/svg",
363
- viewBox: "0 0 32 32",
364
- fill: "currentColor",
365
- ...rest
366
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
367
- d: "M28,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6v6a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V12A2.0023,2.0023,0,0,0,28,10ZM12,28V12H28l.0015,16Z"
368
- })), children);
369
- });
370
- if (process.env.NODE_ENV !== "production") {
371
- SendToBack.propTypes = iconPropTypes4cbeb95d.i;
372
- }
373
- const ServerDns = /*#__PURE__*/React.forwardRef(function ServerDns(_ref17, ref) {
374
- let {
375
- children,
376
- size = 16,
377
- ...rest
378
- } = _ref17;
379
- return /*#__PURE__*/React.createElement(Icon.default, {
380
- width: size,
381
- height: size,
382
- ref: ref,
383
- xmlns: "http://www.w3.org/2000/svg",
384
- viewBox: "0 0 32 32",
385
- fill: "currentColor",
386
- ...rest
387
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
388
- d: "M16 2a8 8 0 108 8A8.0092 8.0092 0 0016 2zm5.91 7H19.4724a15.2457 15.2457 0 00-.7917-4.36A6.0088 6.0088 0 0121.91 9zM16.022 15.999h-.0076c-.3813-.1206-1.3091-1.8213-1.479-4.999h2.9292C17.2952 14.1763 16.3711 15.877 16.022 15.999zM14.5354 9c.1694-3.1763 1.0935-4.877 1.4426-4.999h.0076c.3813.1206 1.3091 1.8213 1.479 4.999zM13.3193 4.64A15.2457 15.2457 0 0012.5276 9H10.09A6.0088 6.0088 0 0113.3193 4.64zM10.09 11h2.4373a15.2457 15.2457 0 00.7917 4.36A6.0088 6.0088 0 0110.09 11zm8.59 4.36A15.2457 15.2457 0 0019.4724 11H21.91A6.0088 6.0088 0 0118.6807 15.36zM28 30H4a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 30zM4 22v6H28V22z"
389
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
390
- cx: "7",
391
- cy: "25",
392
- r: "1"
393
- })), children);
394
- });
395
- if (process.env.NODE_ENV !== "production") {
396
- ServerDns.propTypes = iconPropTypes4cbeb95d.i;
397
- }
398
- const ServerProxy = /*#__PURE__*/React.forwardRef(function ServerProxy(_ref18, ref) {
399
- let {
400
- children,
401
- size = 16,
402
- ...rest
403
- } = _ref18;
404
- return /*#__PURE__*/React.createElement(Icon.default, {
405
- width: size,
406
- height: size,
407
- ref: ref,
408
- xmlns: "http://www.w3.org/2000/svg",
409
- viewBox: "0 0 32 32",
410
- fill: "currentColor",
411
- ...rest
412
- }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
413
- d: "M6,30H26a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v6A2,2,0,0,0,6,30Zm0-8H26v6H6Z"
414
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
415
- cx: "9",
416
- cy: "25",
417
- r: "1"
418
- })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
419
- d: "M26,2,24.59,3.41,27.17,6H22.315A6.9835,6.9835,0,0,0,9.08,10H4.83L7.41,7.41,6,6,1,11l5,5,1.41-1.41L4.83,12H9.685A6.9835,6.9835,0,0,0,22.92,8h4.25l-2.58,2.59L26,12l5-5ZM21,9a4.983,4.983,0,0,1-8.9745,3H16V10H11.1011a4.9852,4.9852,0,0,1,8.8734-4H16V8h4.8989A5.0019,5.0019,0,0,1,21,9Z"
420
- })), children);
421
- });
422
- if (process.env.NODE_ENV !== "production") {
423
- ServerProxy.propTypes = iconPropTypes4cbeb95d.i;
424
- }
425
- const ServerTime = /*#__PURE__*/React.forwardRef(function ServerTime(_ref19, ref) {
426
- let {
427
- children,
428
- size = 16,
429
- ...rest
430
- } = _ref19;
431
- return /*#__PURE__*/React.createElement(Icon.default, {
432
- width: size,
433
- height: size,
434
- ref: ref,
435
- xmlns: "http://www.w3.org/2000/svg",
436
- viewBox: "0 0 32 32",
437
- fill: "currentColor",
438
- ...rest
439
- }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
440
- d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM4,22v6H28V22Z"
441
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
442
- cx: "7",
443
- cy: "25",
444
- r: "1"
445
- })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
446
- d: "M19 11.586L17 9.586 17 6 15 6 15 10.414 17.586 13 19 11.586z"
447
- })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
448
- d: "M16,18a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,18ZM16,4a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,4Z"
449
- })), children);
450
- });
451
- if (process.env.NODE_ENV !== "production") {
452
- ServerTime.propTypes = iconPropTypes4cbeb95d.i;
453
- }
454
- const ServiceDesk = /*#__PURE__*/React.forwardRef(function ServiceDesk(_ref20, ref) {
455
- let {
456
- children,
457
- size = 16,
458
- ...rest
459
- } = _ref20;
460
- return /*#__PURE__*/React.createElement(Icon.default, {
461
- width: size,
462
- height: size,
463
- ref: ref,
464
- xmlns: "http://www.w3.org/2000/svg",
465
- viewBox: "0 0 32 32",
466
- fill: "currentColor",
467
- ...rest
468
- }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
469
- d: "M28,24V22A12.01,12.01,0,0,0,17,10.0507V8h3V6H12V8h3v2.0507A12.01,12.01,0,0,0,4,22v2H2v2H30V24ZM16,12a10.0167,10.0167,0,0,1,9.7984,8H6.2015A10.0165,10.0165,0,0,1,16,12ZM6,22H26v2H6Z",
470
- transform: "translate(0 .005)"
471
- })), children);
472
- });
473
- if (process.env.NODE_ENV !== "production") {
474
- ServiceDesk.propTypes = iconPropTypes4cbeb95d.i;
475
- }
476
- const ServiceId = /*#__PURE__*/React.forwardRef(function ServiceId(_ref21, ref) {
477
- let {
478
- children,
479
- size = 16,
480
- ...rest
481
- } = _ref21;
482
- return /*#__PURE__*/React.createElement(Icon.default, {
483
- width: size,
484
- height: size,
485
- ref: ref,
486
- xmlns: "http://www.w3.org/2000/svg",
487
- viewBox: "0 0 32 32",
488
- fill: "currentColor",
489
- ...rest
490
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
491
- d: "M30 24v-2h-2.101c-.13-.637-.384-1.229-.732-1.753l1.49-1.49-1.414-1.414-1.49 1.49c-.524-.348-1.116-.602-1.753-.732V16h-2v2.101c-.637.13-1.229.384-1.753.732l-1.49-1.49-1.414 1.414 1.49 1.49c-.348.524-.602 1.116-.732 1.753H16v2h2.101c.13.637.384 1.229.732 1.753l-1.49 1.49 1.414 1.414 1.49-1.49c.524.348 1.116.602 1.753.732V30h2v-2.101c.637-.13 1.229-.384 1.753-.732l1.49 1.49 1.414-1.414-1.49-1.49c.348-.524.602-1.116.732-1.753H30zM23 26c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3S24.654 26 23 26zM12 6H16V8H12z"
492
- })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
493
- d: "M6,28V4h16v9h2V4c0-1.103-0.897-2-2-2H6C4.897,2,4,2.897,4,4v24c0,1.103,0.897,2,2,2h8v-2H6z"
494
- })), children);
495
- });
496
- if (process.env.NODE_ENV !== "production") {
497
- ServiceId.propTypes = iconPropTypes4cbeb95d.i;
498
- }
499
- const ServiceLevels = /*#__PURE__*/React.forwardRef(function ServiceLevels(_ref22, ref) {
500
- let {
501
- children,
502
- size = 16,
503
- ...rest
504
- } = _ref22;
505
- return /*#__PURE__*/React.createElement(Icon.default, {
506
- width: size,
507
- height: size,
508
- ref: ref,
509
- xmlns: "http://www.w3.org/2000/svg",
510
- viewBox: "0 0 32 32",
511
- fill: "currentColor",
512
- ...rest
513
- }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
514
- cx: "7",
515
- cy: "19",
516
- r: "1"
517
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
518
- cx: "16",
519
- cy: "11",
520
- r: "1"
521
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
522
- cx: "25",
523
- cy: "19",
524
- r: "1"
525
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
526
- cx: "10",
527
- cy: "14",
528
- r: "1"
529
- })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
530
- d: "M30 20h-2c0-1.2616-.1946-2.5042-.5786-3.6929l1.9033-.6146c.448 1.3876.6753 2.8369.6753 4.3075zM29.8508 8.9775l-2.4368 2.4365-.0005-.0005c-.3621.3623-.8621.5864-1.4136.5864-1.103 0-2-.897-2-2 0-.5518.2241-1.0518.5864-1.4136l-.0005-.0005 2.4368-2.4365c-.3284-.0879-.667-.1494-1.0227-.1494-2.2056 0-4 1.7944-4 4 0 .7393.2153 1.4238.5669 2.019l-4.5479 4.5479c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4c0-.7397-.2153-1.4243-.5669-2.019l4.5479-4.5479c.595.3516 1.2795.5669 2.019.5669 2.2056 0 4-1.7944 4-4 0-.3555-.0615-.6943-.1492-1.0225zm-13.8508 13.0225c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2zM4 20h-2c0-7.7196 6.2803-14 14-14 1.4707 0 2.9199.2272 4.3074.6754l-.6147 1.9031c-1.1885-.3838-2.4309-.5785-3.6926-.5785-6.6167 0-12 5.3832-12 12z"
531
- })), children);
532
- });
533
- if (process.env.NODE_ENV !== "production") {
534
- ServiceLevels.propTypes = iconPropTypes4cbeb95d.i;
535
- }
536
- const SessionBorderControl = /*#__PURE__*/React.forwardRef(function SessionBorderControl(_ref23, ref) {
537
- let {
538
- children,
539
- size = 16,
540
- ...rest
541
- } = _ref23;
542
- return /*#__PURE__*/React.createElement(Icon.default, {
543
- width: size,
544
- height: size,
545
- ref: ref,
546
- xmlns: "http://www.w3.org/2000/svg",
547
- viewBox: "0 0 32 32",
548
- fill: "currentColor",
549
- ...rest
550
- }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
551
- d: "M26,8,24.59,9.41,27.17,12H16a5.967,5.967,0,0,0-4,1.54V6.83l2.59,2.58L16,8,11,3,6,8,7.41,9.41,10,6.83V18a5.969,5.969,0,0,0,1.54,4H4.83l2.58-2.59L6,18,1,23l5,5,1.41-1.41L4.83,24H16A5.99,5.99,0,0,0,20.46,14h6.71l-2.58,2.59L26,18l5-5ZM20,18a4,4,0,1,1-4-4A4.0045,4.0045,0,0,1,20,18Z"
552
- })), children);
553
- });
554
- if (process.env.NODE_ENV !== "production") {
555
- SessionBorderControl.propTypes = iconPropTypes4cbeb95d.i;
556
- }
557
- const Settings = /*#__PURE__*/React.forwardRef(function Settings(_ref24, ref) {
558
- let {
559
- children,
560
- size = 16,
561
- ...rest
562
- } = _ref24;
563
- if (size === 16 || size === "16" || size === "16px") {
564
- return /*#__PURE__*/React.createElement(Icon.default, {
565
- width: size,
566
- height: size,
567
- ref: ref,
568
- xmlns: "http://www.w3.org/2000/svg",
569
- viewBox: "0 0 16 16",
570
- fill: "currentColor",
571
- ...rest
572
- }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
573
- d: "M13.5,8.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l1-0.8c0.4-0.3,0.4-0.9,0.2-1.3l-1.2-2C13.3,3.2,13,3,12.6,3 c-0.1,0-0.2,0-0.3,0.1l-1.2,0.4c-0.2-0.1-0.4-0.3-0.7-0.4l-0.3-1.3C10.1,1.3,9.7,1,9.2,1H6.8c-0.5,0-0.9,0.3-1,0.8L5.6,3.1 C5.3,3.2,5.1,3.3,4.9,3.4L3.7,3C3.6,3,3.5,3,3.4,3C3,3,2.7,3.2,2.5,3.5l-1.2,2C1.1,5.9,1.2,6.4,1.6,6.8l0.9,0.9c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.3,0,0.4L1.6,9.2c-0.4,0.3-0.5,0.9-0.2,1.3l1.2,2C2.7,12.8,3,13,3.4,13c0.1,0,0.2,0,0.3-0.1l1.2-0.4 c0.2,0.1,0.4,0.3,0.7,0.4l0.3,1.3c0.1,0.5,0.5,0.8,1,0.8h2.4c0.5,0,0.9-0.3,1-0.8l0.3-1.3c0.2-0.1,0.4-0.2,0.7-0.4l1.2,0.4 c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.2,0.9-0.5l1.1-2c0.2-0.4,0.2-0.9-0.2-1.3L13.5,8.4z M12.6,12l-1.7-0.6c-0.4,0.3-0.9,0.6-1.4,0.8 L9.2,14H6.8l-0.4-1.8c-0.5-0.2-0.9-0.5-1.4-0.8L3.4,12l-1.2-2l1.4-1.2c-0.1-0.5-0.1-1.1,0-1.6L2.2,6l1.2-2l1.7,0.6 C5.5,4.2,6,4,6.5,3.8L6.8,2h2.4l0.4,1.8c0.5,0.2,0.9,0.5,1.4,0.8L12.6,4l1.2,2l-1.4,1.2c0.1,0.5,0.1,1.1,0,1.6l1.4,1.2L12.6,12z"
574
- })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
575
- d: "M8,11c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3C11,9.6,9.7,11,8,11C8,11,8,11,8,11z M8,6C6.9,6,6,6.8,6,7.9C6,7.9,6,8,6,8 c0,1.1,0.8,2,1.9,2c0,0,0.1,0,0.1,0c1.1,0,2-0.8,2-1.9c0,0,0-0.1,0-0.1C10,6.9,9.2,6,8,6C8.1,6,8,6,8,6z"
576
- })), children);
577
- }
578
- return /*#__PURE__*/React.createElement(Icon.default, {
579
- width: size,
580
- height: size,
581
- ref: ref,
582
- xmlns: "http://www.w3.org/2000/svg",
583
- viewBox: "0 0 32 32",
584
- fill: "currentColor",
585
- ...rest
586
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
587
- d: "M27,16.76c0-.25,0-.5,0-.76s0-.51,0-.77l1.92-1.68A2,2,0,0,0,29.3,11L26.94,7a2,2,0,0,0-1.73-1,2,2,0,0,0-.64.1l-2.43.82a11.35,11.35,0,0,0-1.31-.75l-.51-2.52a2,2,0,0,0-2-1.61H13.64a2,2,0,0,0-2,1.61l-.51,2.52a11.48,11.48,0,0,0-1.32.75L7.43,6.06A2,2,0,0,0,6.79,6,2,2,0,0,0,5.06,7L2.7,11a2,2,0,0,0,.41,2.51L5,15.24c0,.25,0,.5,0,.76s0,.51,0,.77L3.11,18.45A2,2,0,0,0,2.7,21L5.06,25a2,2,0,0,0,1.73,1,2,2,0,0,0,.64-.1l2.43-.82a11.35,11.35,0,0,0,1.31.75l.51,2.52a2,2,0,0,0,2,1.61h4.72a2,2,0,0,0,2-1.61l.51-2.52a11.48,11.48,0,0,0,1.32-.75l2.42.82a2,2,0,0,0,.64.1,2,2,0,0,0,1.73-1L29.3,21a2,2,0,0,0-.41-2.51ZM25.21,24l-3.43-1.16a8.86,8.86,0,0,1-2.71,1.57L18.36,28H13.64l-.71-3.55a9.36,9.36,0,0,1-2.7-1.57L6.79,24,4.43,20l2.72-2.4a8.9,8.9,0,0,1,0-3.13L4.43,12,6.79,8l3.43,1.16a8.86,8.86,0,0,1,2.71-1.57L13.64,4h4.72l.71,3.55a9.36,9.36,0,0,1,2.7,1.57L25.21,8,27.57,12l-2.72,2.4a8.9,8.9,0,0,1,0,3.13L27.57,20Z"
588
- })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
589
- d: "M16,22a6,6,0,1,1,6-6A5.94,5.94,0,0,1,16,22Zm0-10a3.91,3.91,0,0,0-4,4,3.91,3.91,0,0,0,4,4,3.91,3.91,0,0,0,4-4A3.91,3.91,0,0,0,16,12Z"
590
- })), children);
591
- });
592
- if (process.env.NODE_ENV !== "production") {
593
- Settings.propTypes = iconPropTypes4cbeb95d.i;
594
- }
595
- const SettingsAdjust = /*#__PURE__*/React.forwardRef(function SettingsAdjust(_ref25, ref) {
596
- let {
597
- children,
598
- size = 16,
599
- ...rest
600
- } = _ref25;
601
- return /*#__PURE__*/React.createElement(Icon.default, {
602
- width: size,
603
- height: size,
604
- ref: ref,
605
- xmlns: "http://www.w3.org/2000/svg",
606
- viewBox: "0 0 32 32",
607
- fill: "currentColor",
608
- ...rest
609
- }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
610
- d: "M30 8h-4.1c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2v2h14.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30V8zM21 12c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S22.7 12 21 12zM2 24h4.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30v-2H15.9c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2V24zM11 20c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3S9.3 20 11 20z"
611
- })), children);
612
- });
613
- if (process.env.NODE_ENV !== "production") {
614
- SettingsAdjust.propTypes = iconPropTypes4cbeb95d.i;
615
- }
616
- const SettingsCheck = /*#__PURE__*/React.forwardRef(function SettingsCheck(_ref26, ref) {
617
- let {
618
- children,
619
- size = 16,
620
- ...rest
621
- } = _ref26;
622
- return /*#__PURE__*/React.createElement(Icon.default, {
623
- width: size,
624
- height: size,
625
- ref: ref,
626
- xmlns: "http://www.w3.org/2000/svg",
627
- viewBox: "0 0 32 32",
628
- fill: "currentColor",
629
- ...rest
630
- }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
631
- d: "M16,22a6,6,0,1,1,6-6A5.9364,5.9364,0,0,1,16,22Zm0-10a3.9123,3.9123,0,0,0-4,4,3.9123,3.9123,0,0,0,4,4,3.9123,3.9123,0,0,0,4-4A3.9123,3.9123,0,0,0,16,12Z"
632
- })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
633
- d: "M29.3047,11.044,26.9441,6.9562a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583L20.3215,3.608A2,2,0,0,0,18.36,2H13.64A2,2,0,0,0,11.6785,3.608l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0616a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.044a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4947,5,15.7447,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025L5.0559,25.044a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713L6.7878,24.044l-2.36-4.0878,2.7253-2.3951a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.044,6.7886,7.9562l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.044Z"
634
- })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
635
- d: "M23 26.18L20.41 23.59 19 25 23 29 30 22 28.59 20.59 23 26.18z"
636
- })), children);
637
- });
638
- if (process.env.NODE_ENV !== "production") {
639
- SettingsCheck.propTypes = iconPropTypes4cbeb95d.i;
640
- }
641
- const SettingsEdit = /*#__PURE__*/React.forwardRef(function SettingsEdit(_ref27, ref) {
642
- let {
643
- children,
644
- size = 16,
645
- ...rest
646
- } = _ref27;
647
- return /*#__PURE__*/React.createElement(Icon.default, {
648
- width: size,
649
- height: size,
650
- ref: ref,
651
- xmlns: "http://www.w3.org/2000/svg",
652
- viewBox: "0 0 32 32",
653
- fill: "currentColor",
654
- ...rest
655
- }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
656
- d: "M31.707 19.2929l-3-3c-.3906-.3906-1.0234-.3906-1.4141 0l-9.293 9.293v4.4141h4.4141l9.293-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-10.1211 8.707h-1.5859v-1.5859l5-5 1.5859 1.5859-5 5zm6.4141-6.4141l-1.5859-1.5859 1.5859-1.5859 1.5859 1.5859-1.5859 1.5859zM16 22c-3.3643 0-6-2.6357-6-6s2.6357-6 6-6 6 2.6357 6 6-2.6357 6-6 6zm0-10c-2.2803 0-4 1.7197-4 4s1.7197 4 4 4 4-1.7197 4-4-1.7197-4-4-4z"
657
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
658
- d: "m27.5474,12.0005l1.7322-1-2.3354-4.0444c-.3652-.6328-1.0334-1.0005-1.7322-1.0005-.2134,0-.4294.0342-.6406.106l-2.4341.8232c-.418-.2812-.856-.5352-1.312-.7583l-.5037-2.5186c-.187-.9351-1.0078-1.6079-1.9612-1.6079h-4.7207c-.9534,0-1.7742.6729-1.9612,1.6079l-.5037,2.5186c-.459.2246-.9062.4692-1.3267.7534l-2.4194-.8184c-.2112-.0718-.4272-.106-.6406-.106-.6987,0-1.3669.3677-1.7322,1.0005l-2.3606,4.0879c-.4766.8257-.3042,1.873.4119,2.5024l1.9309,1.6968c-.0171.2515-.0381.5015-.0381.7568,0,.2578.0103.5127.0278.7656l-1.9207,1.688c-.7161.6294-.8884,1.6768-.4119,2.5024l2.3606,4.0879c.3652.6328,1.0334,1.0005,1.7322,1.0005.2134,0,.4297-.0342.6406-.106l2.4341-.8232c.418.2817.856.5352,1.312.7583l.5037,2.5186c.187.9351,1.0078,1.6079,1.9612,1.6079h2.3604v-2h-2.3604l-.7102-3.5508c-.9753-.356-1.9026-.9062-2.6948-1.5713l-3.4468,1.166-2.3604-4.0879,2.7253-2.395c-.1838-1.043-.1914-2.083-.0071-3.1279l-2.7183-2.3892,2.3611-4.0879,3.4268,1.1592c.8032-.6763,1.7295-1.2051,2.7141-1.5645l.7102-3.5508h4.7207l.7102,3.5508c.9753.356,1.9023.9062,2.6948,1.5713l3.4468-1.166,2.3352,4.0444Z"
659
- })), children);
660
- });
661
- if (process.env.NODE_ENV !== "production") {
662
- SettingsEdit.propTypes = iconPropTypes4cbeb95d.i;
663
- }
664
- const SettingsServices = /*#__PURE__*/React.forwardRef(function SettingsServices(_ref28, ref) {
665
- let {
666
- children,
667
- size = 16,
668
- ...rest
669
- } = _ref28;
670
- return /*#__PURE__*/React.createElement(Icon.default, {
671
- width: size,
672
- height: size,
673
- ref: ref,
674
- xmlns: "http://www.w3.org/2000/svg",
675
- viewBox: "0 0 32 32",
676
- fill: "currentColor",
677
- ...rest
678
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
679
- d: "M29,25H27V23h1V19H24v1H22V18a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v6A1,1,0,0,1,29,25Z"
680
- })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
681
- d: "M24 30H18a1 1 0 01-1-1V23a1 1 0 011-1h6a1 1 0 011 1v6A1 1 0 0124 30zm-5-2h4V24H19zM15 19.8579A3.9934 3.9934 0 1120 16h2a6 6 0 10-7 5.91z"
682
- })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
683
- d: "M28.89,13.55l-2.31,2.03-1.42-1.42,2.41-2.12L25.21,7.96,21.77,9.12a9.3684,9.3684,0,0,0-2.7-1.57L18.36,4H13.64l-.71,3.55a8.8609,8.8609,0,0,0-2.71,1.57L6.79,7.96,4.43,12.04l2.72,2.39a8.8948,8.8948,0,0,0,0,3.13l-2.72,2.4,2.36,4.08,3.44-1.16a9.3684,9.3684,0,0,0,2.7,1.57L13.64,28H15v2H13.64a2.0007,2.0007,0,0,1-1.96-1.61l-.51-2.52a11.412,11.412,0,0,1-1.31-.75l-2.43.82a2.038,2.038,0,0,1-.64.1,1.973,1.973,0,0,1-1.73-1L2.7,20.96a2,2,0,0,1,.41-2.51l1.92-1.68C5.01,16.51,5,16.26,5,16s.02-.51.04-.76L3.11,13.55a2,2,0,0,1-.41-2.51L5.06,6.96a1.973,1.973,0,0,1,1.73-1,2.038,2.038,0,0,1,.64.1l2.42.82a11.5416,11.5416,0,0,1,1.32-.75l.51-2.52A2.0007,2.0007,0,0,1,13.64,2h4.72a2.0007,2.0007,0,0,1,1.96,1.61l.51,2.52a11.412,11.412,0,0,1,1.31.75l2.43-.82a2.038,2.038,0,0,1,.64-.1,1.973,1.973,0,0,1,1.73,1l2.36,4.08A2,2,0,0,1,28.89,13.55Z"
684
- })), children);
685
- });
686
- if (process.env.NODE_ENV !== "production") {
687
- SettingsServices.propTypes = iconPropTypes4cbeb95d.i;
688
- }
689
- const SettingsView = /*#__PURE__*/React.forwardRef(function SettingsView(_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
- }, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
704
- cx: "23",
705
- cy: "24",
706
- r: "2"
707
- })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
708
- d: "M30.7769 23.4785A8.64 8.64 0 0023 18a8.64 8.64 0 00-7.7769 5.4785L15 24l.2231.5215A8.64 8.64 0 0023 30a8.64 8.64 0 007.7769-5.4785L31 24zM23 28a4 4 0 114-4A4.0045 4.0045 0 0123 28zM12.3989 20.8A6 6 0 1122 16H20a4 4 0 10-6.4 3.2z"
709
- })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
710
- d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H15V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z"
711
- })), children);
712
- });
713
- if (process.env.NODE_ENV !== "production") {
714
- SettingsView.propTypes = iconPropTypes4cbeb95d.i;
715
- }
716
- const ShapeExcept = /*#__PURE__*/React.forwardRef(function ShapeExcept(_ref30, ref) {
717
- let {
718
- children,
719
- size = 16,
720
- ...rest
721
- } = _ref30;
722
- return /*#__PURE__*/React.createElement(Icon.default, {
723
- width: size,
724
- height: size,
725
- ref: ref,
726
- xmlns: "http://www.w3.org/2000/svg",
727
- viewBox: "0 0 32 32",
728
- fill: "currentColor",
729
- ...rest
730
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
731
- d: "M28,10H22V4a2.0023,2.0023,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM12,20V12h8v8ZM3.9988,4H20v6H12a2.0023,2.0023,0,0,0-2,2v8H4Z"
732
- })), children);
733
- });
734
- if (process.env.NODE_ENV !== "production") {
735
- ShapeExcept.propTypes = iconPropTypes4cbeb95d.i;
736
- }
737
- const ShapeExclude = /*#__PURE__*/React.forwardRef(function ShapeExclude(_ref31, ref) {
738
- let {
739
- children,
740
- size = 16,
741
- ...rest
742
- } = _ref31;
743
- return /*#__PURE__*/React.createElement(Icon.default, {
744
- width: size,
745
- height: size,
746
- ref: ref,
747
- xmlns: "http://www.w3.org/2000/svg",
748
- viewBox: "0 0 32 32",
749
- fill: "currentColor",
750
- ...rest
751
- }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
752
- d: "M12,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6V12A2,2,0,0,1,12,10Z"
753
- })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
754
- d: "M28,10H22V20a2,2,0,0,1-2,2H10v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10Z"
755
- })), children);
756
- });
757
- if (process.env.NODE_ENV !== "production") {
758
- ShapeExclude.propTypes = iconPropTypes4cbeb95d.i;
759
- }
760
- const ShapeIntersect = /*#__PURE__*/React.forwardRef(function ShapeIntersect(_ref32, ref) {
761
- let {
762
- children,
763
- size = 16,
764
- ...rest
765
- } = _ref32;
766
- return /*#__PURE__*/React.createElement(Icon.default, {
767
- width: size,
768
- height: size,
769
- ref: ref,
770
- xmlns: "http://www.w3.org/2000/svg",
771
- viewBox: "0 0 32 32",
772
- fill: "currentColor",
773
- ...rest
774
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
775
- 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"
776
- })), children);
777
- });
778
- if (process.env.NODE_ENV !== "production") {
779
- ShapeIntersect.propTypes = iconPropTypes4cbeb95d.i;
780
- }
781
- const ShapeJoin = /*#__PURE__*/React.forwardRef(function ShapeJoin(_ref33, ref) {
782
- let {
783
- children,
784
- size = 16,
785
- ...rest
786
- } = _ref33;
787
- return /*#__PURE__*/React.createElement(Icon.default, {
788
- width: size,
789
- height: size,
790
- ref: ref,
791
- xmlns: "http://www.w3.org/2000/svg",
792
- viewBox: "0 0 32 32",
793
- fill: "currentColor",
794
- ...rest
795
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
796
- 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"
797
- })), children);
798
- });
799
- if (process.env.NODE_ENV !== "production") {
800
- ShapeJoin.propTypes = iconPropTypes4cbeb95d.i;
801
- }
802
- const ShapeUnite = /*#__PURE__*/React.forwardRef(function ShapeUnite(_ref34, ref) {
803
- let {
804
- children,
805
- size = 16,
806
- ...rest
807
- } = _ref34;
808
- return /*#__PURE__*/React.createElement(Icon.default, {
809
- width: size,
810
- height: size,
811
- ref: ref,
812
- xmlns: "http://www.w3.org/2000/svg",
813
- viewBox: "0 0 32 32",
814
- fill: "currentColor",
815
- ...rest
816
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
817
- 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"
818
- })), children);
819
- });
820
- if (process.env.NODE_ENV !== "production") {
821
- ShapeUnite.propTypes = iconPropTypes4cbeb95d.i;
822
- }
823
- const Shapes = /*#__PURE__*/React.forwardRef(function Shapes(_ref35, ref) {
824
- let {
825
- children,
826
- size = 16,
827
- ...rest
828
- } = _ref35;
829
- return /*#__PURE__*/React.createElement(Icon.default, {
830
- width: size,
831
- height: size,
832
- ref: ref,
833
- xmlns: "http://www.w3.org/2000/svg",
834
- viewBox: "0 0 32 32",
835
- fill: "currentColor",
836
- ...rest
837
- }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
838
- strokeWidth: "0",
839
- 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"
840
- })), children);
841
- });
842
- if (process.env.NODE_ENV !== "production") {
843
- Shapes.propTypes = iconPropTypes4cbeb95d.i;
844
- }
845
- const Share = /*#__PURE__*/React.forwardRef(function Share(_ref36, ref) {
846
- let {
847
- children,
848
- size = 16,
849
- ...rest
850
- } = _ref36;
851
- return /*#__PURE__*/React.createElement(Icon.default, {
852
- width: size,
853
- height: size,
854
- ref: ref,
855
- xmlns: "http://www.w3.org/2000/svg",
856
- viewBox: "0 0 32 32",
857
- fill: "currentColor",
858
- ...rest
859
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
860
- 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"
861
- })), children);
862
- });
863
- if (process.env.NODE_ENV !== "production") {
864
- Share.propTypes = iconPropTypes4cbeb95d.i;
865
- }
866
- const ShareKnowledge = /*#__PURE__*/React.forwardRef(function ShareKnowledge(_ref37, ref) {
867
- let {
868
- children,
869
- size = 16,
870
- ...rest
871
- } = _ref37;
872
- return /*#__PURE__*/React.createElement(Icon.default, {
873
- width: size,
874
- height: size,
875
- ref: ref,
876
- xmlns: "http://www.w3.org/2000/svg",
877
- viewBox: "0 0 32 32",
878
- fill: "currentColor",
879
- ...rest
880
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
881
- 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"
882
- })), children);
883
- });
884
- if (process.env.NODE_ENV !== "production") {
885
- ShareKnowledge.propTypes = iconPropTypes4cbeb95d.i;
886
- }
887
- const ShoppingBag = /*#__PURE__*/React.forwardRef(function ShoppingBag(_ref38, ref) {
888
- let {
889
- children,
890
- size = 16,
891
- ...rest
892
- } = _ref38;
893
- return /*#__PURE__*/React.createElement(Icon.default, {
894
- width: size,
895
- height: size,
896
- ref: ref,
897
- xmlns: "http://www.w3.org/2000/svg",
898
- viewBox: "0 0 32 32",
899
- fill: "currentColor",
900
- ...rest
901
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
902
- 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"
903
- })), children);
904
- });
905
- if (process.env.NODE_ENV !== "production") {
906
- ShoppingBag.propTypes = iconPropTypes4cbeb95d.i;
907
- }
908
- const ShoppingCart = /*#__PURE__*/React.forwardRef(function ShoppingCart(_ref39, ref) {
909
- let {
910
- children,
911
- size = 16,
912
- ...rest
913
- } = _ref39;
914
- return /*#__PURE__*/React.createElement(Icon.default, {
915
- width: size,
916
- height: size,
917
- ref: ref,
918
- xmlns: "http://www.w3.org/2000/svg",
919
- viewBox: "0 0 32 32",
920
- fill: "currentColor",
921
- ...rest
922
- }, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
923
- cx: "10",
924
- cy: "28",
925
- r: "2"
926
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
927
- cx: "24",
928
- cy: "28",
929
- r: "2"
930
- })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
931
- 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"
932
- })), children);
933
- });
934
- if (process.env.NODE_ENV !== "production") {
935
- ShoppingCart.propTypes = iconPropTypes4cbeb95d.i;
936
- }
937
- const ShoppingCartArrowDown = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowDown(_ref40, ref) {
938
- let {
939
- children,
940
- size = 16,
941
- ...rest
942
- } = _ref40;
943
- return /*#__PURE__*/React.createElement(Icon.default, {
944
- width: size,
945
- height: size,
946
- ref: ref,
947
- xmlns: "http://www.w3.org/2000/svg",
948
- viewBox: "0 0 32 32",
949
- fill: "currentColor",
950
- ...rest
951
- }, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
952
- cx: "10",
953
- cy: "28",
954
- r: "2"
955
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
956
- cx: "24",
957
- cy: "28",
958
- r: "2"
959
- })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
960
- 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"
961
- })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
962
- 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"
963
- })), children);
964
- });
965
- if (process.env.NODE_ENV !== "production") {
966
- ShoppingCartArrowDown.propTypes = iconPropTypes4cbeb95d.i;
967
- }
968
- const ShoppingCartArrowUp = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowUp(_ref41, ref) {
969
- let {
970
- children,
971
- size = 16,
972
- ...rest
973
- } = _ref41;
974
- return /*#__PURE__*/React.createElement(Icon.default, {
975
- width: size,
976
- height: size,
977
- ref: ref,
978
- xmlns: "http://www.w3.org/2000/svg",
979
- viewBox: "0 0 32 32",
980
- fill: "currentColor",
981
- ...rest
982
- }, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
983
- cx: "10",
984
- cy: "28",
985
- r: "2"
986
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
987
- cx: "24",
988
- cy: "28",
989
- r: "2"
990
- })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
991
- 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"
992
- })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
993
- 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"
994
- })), children);
995
- });
996
- if (process.env.NODE_ENV !== "production") {
997
- ShoppingCartArrowUp.propTypes = iconPropTypes4cbeb95d.i;
998
- }
999
- const ShoppingCartClear = /*#__PURE__*/React.forwardRef(function ShoppingCartClear(_ref42, ref) {
1000
- let {
1001
- children,
1002
- size = 16,
1003
- ...rest
1004
- } = _ref42;
1005
- return /*#__PURE__*/React.createElement(Icon.default, {
1006
- width: size,
1007
- height: size,
1008
- ref: ref,
1009
- xmlns: "http://www.w3.org/2000/svg",
1010
- viewBox: "0 0 32 32",
1011
- fill: "currentColor",
1012
- ...rest
1013
- }, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
1014
- cx: "10",
1015
- cy: "28",
1016
- r: "2"
1017
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
1018
- cx: "24",
1019
- cy: "28",
1020
- r: "2"
1021
- })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
1022
- 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"
1023
- })), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
1024
- 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"
1025
- })), children);
1026
- });
1027
- if (process.env.NODE_ENV !== "production") {
1028
- ShoppingCartClear.propTypes = iconPropTypes4cbeb95d.i;
1029
- }
1030
- const ShoppingCartError = /*#__PURE__*/React.forwardRef(function ShoppingCartError(_ref43, ref) {
1031
- let {
1032
- children,
1033
- size = 16,
1034
- ...rest
1035
- } = _ref43;
1036
- return /*#__PURE__*/React.createElement(Icon.default, {
1037
- width: size,
1038
- height: size,
1039
- ref: ref,
1040
- xmlns: "http://www.w3.org/2000/svg",
1041
- viewBox: "0 0 32 32",
1042
- fill: "currentColor",
1043
- ...rest
1044
- }, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
1045
- cx: "10",
1046
- cy: "28",
1047
- r: "2"
1048
- })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
1049
- cx: "24",
1050
- cy: "28",
1051
- r: "2"
1052
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1053
- 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"
1054
- })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1055
- 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"
1056
- })), children);
1057
- });
1058
- if (process.env.NODE_ENV !== "production") {
1059
- ShoppingCartError.propTypes = iconPropTypes4cbeb95d.i;
1060
- }
1061
- const ShoppingCartMinus = /*#__PURE__*/React.forwardRef(function ShoppingCartMinus(_ref44, ref) {
1062
- let {
1063
- children,
1064
- size = 16,
1065
- ...rest
1066
- } = _ref44;
1067
- return /*#__PURE__*/React.createElement(Icon.default, {
1068
- width: size,
1069
- height: size,
1070
- ref: ref,
1071
- xmlns: "http://www.w3.org/2000/svg",
1072
- viewBox: "0 0 32 32",
1073
- fill: "currentColor",
1074
- ...rest
1075
- }, _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
1076
- cx: "10",
1077
- cy: "28",
1078
- r: "2"
1079
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
1080
- cx: "24",
1081
- cy: "28",
1082
- r: "2"
1083
- })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1084
- 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"
1085
- })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1086
- d: "M12 6L12 8 22 8 22 6 12 6z"
1087
- })), children);
1088
- });
1089
- if (process.env.NODE_ENV !== "production") {
1090
- ShoppingCartMinus.propTypes = iconPropTypes4cbeb95d.i;
1091
- }
1092
- const ShoppingCartPlus = /*#__PURE__*/React.forwardRef(function ShoppingCartPlus(_ref45, ref) {
1093
- let {
1094
- children,
1095
- size = 16,
1096
- ...rest
1097
- } = _ref45;
1098
- return /*#__PURE__*/React.createElement(Icon.default, {
1099
- width: size,
1100
- height: size,
1101
- ref: ref,
1102
- xmlns: "http://www.w3.org/2000/svg",
1103
- viewBox: "0 0 32 32",
1104
- fill: "currentColor",
1105
- ...rest
1106
- }, _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
1107
- cx: "10",
1108
- cy: "28",
1109
- r: "2"
1110
- })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
1111
- cx: "24",
1112
- cy: "28",
1113
- r: "2"
1114
- })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1115
- 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"
1116
- })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1117
- 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"
1118
- })), children);
1119
- });
1120
- if (process.env.NODE_ENV !== "production") {
1121
- ShoppingCartPlus.propTypes = iconPropTypes4cbeb95d.i;
1122
- }
1123
- const ShoppingCatalog = /*#__PURE__*/React.forwardRef(function ShoppingCatalog(_ref46, ref) {
1124
- let {
1125
- children,
1126
- size = 16,
1127
- ...rest
1128
- } = _ref46;
1129
- return /*#__PURE__*/React.createElement(Icon.default, {
1130
- width: size,
1131
- height: size,
1132
- ref: ref,
1133
- xmlns: "http://www.w3.org/2000/svg",
1134
- viewBox: "0 0 32 32",
1135
- fill: "currentColor",
1136
- ...rest
1137
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1138
- d: "M17 24H21V28H17zM24 24H28V28H24zM17 17H21V21H17zM24 17H28V21H24z"
1139
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1140
- 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"
1141
- })), children);
1142
- });
1143
- if (process.env.NODE_ENV !== "production") {
1144
- ShoppingCatalog.propTypes = iconPropTypes4cbeb95d.i;
1145
- }
1146
- const ShowDataCards = /*#__PURE__*/React.forwardRef(function ShowDataCards(_ref47, ref) {
1147
- let {
1148
- children,
1149
- size = 16,
1150
- ...rest
1151
- } = _ref47;
1152
- return /*#__PURE__*/React.createElement(Icon.default, {
1153
- width: size,
1154
- height: size,
1155
- ref: ref,
1156
- xmlns: "http://www.w3.org/2000/svg",
1157
- viewBox: "0 0 32 32",
1158
- fill: "currentColor",
1159
- ...rest
1160
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1161
- 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"
1162
- })), children);
1163
- });
1164
- if (process.env.NODE_ENV !== "production") {
1165
- ShowDataCards.propTypes = iconPropTypes4cbeb95d.i;
1166
- }
1167
- const ShrinkScreen = /*#__PURE__*/React.forwardRef(function ShrinkScreen(_ref48, ref) {
1168
- let {
1169
- children,
1170
- size = 16,
1171
- ...rest
1172
- } = _ref48;
1173
- return /*#__PURE__*/React.createElement(Icon.default, {
1174
- width: size,
1175
- height: size,
1176
- ref: ref,
1177
- xmlns: "http://www.w3.org/2000/svg",
1178
- viewBox: "0 0 32 32",
1179
- fill: "currentColor",
1180
- ...rest
1181
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1182
- 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"
1183
- })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1184
- 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"
1185
- })), children);
1186
- });
1187
- if (process.env.NODE_ENV !== "production") {
1188
- ShrinkScreen.propTypes = iconPropTypes4cbeb95d.i;
1189
- }
1190
- const ShrinkScreenFilled = /*#__PURE__*/React.forwardRef(function ShrinkScreenFilled(_ref49, ref) {
1191
- let {
1192
- children,
1193
- size = 16,
1194
- ...rest
1195
- } = _ref49;
1196
- return /*#__PURE__*/React.createElement(Icon.default, {
1197
- width: size,
1198
- height: size,
1199
- ref: ref,
1200
- xmlns: "http://www.w3.org/2000/svg",
1201
- viewBox: "0 0 32 32",
1202
- fill: "currentColor",
1203
- ...rest
1204
- }, _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
1205
- width: "15",
1206
- height: "10",
1207
- x: "15",
1208
- y: "18",
1209
- rx: "2"
1210
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1211
- 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"
1212
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1213
- 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"
1214
- })), children);
1215
- });
1216
- if (process.env.NODE_ENV !== "production") {
1217
- ShrinkScreenFilled.propTypes = iconPropTypes4cbeb95d.i;
1218
- }
1219
- const Shuffle = /*#__PURE__*/React.forwardRef(function Shuffle(_ref50, ref) {
1220
- let {
1221
- children,
1222
- size = 16,
1223
- ...rest
1224
- } = _ref50;
1225
- return /*#__PURE__*/React.createElement(Icon.default, {
1226
- width: size,
1227
- height: size,
1228
- ref: ref,
1229
- xmlns: "http://www.w3.org/2000/svg",
1230
- viewBox: "0 0 32 32",
1231
- fill: "currentColor",
1232
- ...rest
1233
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1234
- 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"
1235
- })), children);
1236
- });
1237
- if (process.env.NODE_ENV !== "production") {
1238
- Shuffle.propTypes = iconPropTypes4cbeb95d.i;
1239
- }
1240
- const Shuttle = /*#__PURE__*/React.forwardRef(function Shuttle(_ref51, ref) {
1241
- let {
1242
- children,
1243
- size = 16,
1244
- ...rest
1245
- } = _ref51;
1246
- return /*#__PURE__*/React.createElement(Icon.default, {
1247
- width: size,
1248
- height: size,
1249
- ref: ref,
1250
- xmlns: "http://www.w3.org/2000/svg",
1251
- viewBox: "0 0 32 32",
1252
- fill: "currentColor",
1253
- ...rest
1254
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1255
- 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"
1256
- })), children);
1257
- });
1258
- if (process.env.NODE_ENV !== "production") {
1259
- Shuttle.propTypes = iconPropTypes4cbeb95d.i;
1260
- }
1261
- const SidePanelClose = /*#__PURE__*/React.forwardRef(function SidePanelClose(_ref52, ref) {
1262
- let {
1263
- children,
1264
- size = 16,
1265
- ...rest
1266
- } = _ref52;
1267
- return /*#__PURE__*/React.createElement(Icon.default, {
1268
- width: size,
1269
- height: size,
1270
- ref: ref,
1271
- xmlns: "http://www.w3.org/2000/svg",
1272
- viewBox: "0 0 32 32",
1273
- fill: "currentColor",
1274
- ...rest
1275
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1276
- 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"
1277
- })), children);
1278
- });
1279
- if (process.env.NODE_ENV !== "production") {
1280
- SidePanelClose.propTypes = iconPropTypes4cbeb95d.i;
1281
- }
1282
- const SidePanelCloseFilled = /*#__PURE__*/React.forwardRef(function SidePanelCloseFilled(_ref53, ref) {
1283
- let {
1284
- children,
1285
- size = 16,
1286
- ...rest
1287
- } = _ref53;
1288
- return /*#__PURE__*/React.createElement(Icon.default, {
1289
- width: size,
1290
- height: size,
1291
- ref: ref,
1292
- xmlns: "http://www.w3.org/2000/svg",
1293
- viewBox: "0 0 32 32",
1294
- fill: "currentColor",
1295
- ...rest
1296
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1297
- 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"
1298
- })), children);
1299
- });
1300
- if (process.env.NODE_ENV !== "production") {
1301
- SidePanelCloseFilled.propTypes = iconPropTypes4cbeb95d.i;
1302
- }
1303
- const SidePanelOpen = /*#__PURE__*/React.forwardRef(function SidePanelOpen(_ref54, ref) {
1304
- let {
1305
- children,
1306
- size = 16,
1307
- ...rest
1308
- } = _ref54;
1309
- return /*#__PURE__*/React.createElement(Icon.default, {
1310
- width: size,
1311
- height: size,
1312
- ref: ref,
1313
- xmlns: "http://www.w3.org/2000/svg",
1314
- viewBox: "0 0 32 32",
1315
- fill: "currentColor",
1316
- ...rest
1317
- }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1318
- 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"
1319
- })), children);
1320
- });
1321
- if (process.env.NODE_ENV !== "production") {
1322
- SidePanelOpen.propTypes = iconPropTypes4cbeb95d.i;
1323
- }
1324
- const SidePanelOpenFilled = /*#__PURE__*/React.forwardRef(function SidePanelOpenFilled(_ref55, ref) {
1325
- let {
1326
- children,
1327
- size = 16,
1328
- ...rest
1329
- } = _ref55;
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
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1339
- 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"
1340
- })), children);
1341
- });
1342
- if (process.env.NODE_ENV !== "production") {
1343
- SidePanelOpenFilled.propTypes = iconPropTypes4cbeb95d.i;
1344
- }
1345
- const Sight = /*#__PURE__*/React.forwardRef(function Sight(_ref56, ref) {
1346
- let {
1347
- children,
1348
- size = 16,
1349
- ...rest
1350
- } = _ref56;
1351
- return /*#__PURE__*/React.createElement(Icon.default, {
1352
- width: size,
1353
- height: size,
1354
- ref: ref,
1355
- xmlns: "http://www.w3.org/2000/svg",
1356
- viewBox: "0 0 32 32",
1357
- fill: "currentColor",
1358
- ...rest
1359
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1360
- 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"
1361
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1362
- d: "M19 12H23V14H19z"
1363
- })), children);
1364
- });
1365
- if (process.env.NODE_ENV !== "production") {
1366
- Sight.propTypes = iconPropTypes4cbeb95d.i;
1367
- }
1368
- const Sigma = /*#__PURE__*/React.forwardRef(function Sigma(_ref57, ref) {
1369
- let {
1370
- children,
1371
- size = 16,
1372
- ...rest
1373
- } = _ref57;
1374
- return /*#__PURE__*/React.createElement(Icon.default, {
1375
- width: size,
1376
- height: size,
1377
- ref: ref,
1378
- xmlns: "http://www.w3.org/2000/svg",
1379
- viewBox: "0 0 32 32",
1380
- fill: "currentColor",
1381
- ...rest
1382
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1383
- 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"
1384
- })), children);
1385
- });
1386
- if (process.env.NODE_ENV !== "production") {
1387
- Sigma.propTypes = iconPropTypes4cbeb95d.i;
1388
- }
1389
- const SignalStrength = /*#__PURE__*/React.forwardRef(function SignalStrength(_ref58, ref) {
1390
- let {
1391
- children,
1392
- size = 16,
1393
- ...rest
1394
- } = _ref58;
1395
- return /*#__PURE__*/React.createElement(Icon.default, {
1396
- width: size,
1397
- height: size,
1398
- ref: ref,
1399
- xmlns: "http://www.w3.org/2000/svg",
1400
- viewBox: "0 0 32 32",
1401
- fill: "currentColor",
1402
- ...rest
1403
- }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1404
- d: "M26 6H28V26H26zM18 11H20V26H18zM11 16H13V26H11zM4 20H6V26H4z"
1405
- })), children);
1406
- });
1407
- if (process.env.NODE_ENV !== "production") {
1408
- SignalStrength.propTypes = iconPropTypes4cbeb95d.i;
1409
- }
1410
- const SimCard = /*#__PURE__*/React.forwardRef(function SimCard(_ref59, ref) {
1411
- let {
1412
- children,
1413
- size = 16,
1414
- ...rest
1415
- } = _ref59;
1416
- return /*#__PURE__*/React.createElement(Icon.default, {
1417
- width: size,
1418
- height: size,
1419
- ref: ref,
1420
- xmlns: "http://www.w3.org/2000/svg",
1421
- viewBox: "0 0 32 32",
1422
- fill: "currentColor",
1423
- ...rest
1424
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1425
- 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"
1426
- })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1427
- 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"
1428
- })), children);
1429
- });
1430
- if (process.env.NODE_ENV !== "production") {
1431
- SimCard.propTypes = iconPropTypes4cbeb95d.i;
1432
- }
1433
- const SkillLevel = /*#__PURE__*/React.forwardRef(function SkillLevel(_ref60, ref) {
1434
- let {
1435
- children,
1436
- size = 16,
1437
- ...rest
1438
- } = _ref60;
1439
- return /*#__PURE__*/React.createElement(Icon.default, {
1440
- width: size,
1441
- height: size,
1442
- ref: ref,
1443
- xmlns: "http://www.w3.org/2000/svg",
1444
- viewBox: "0 0 32 32",
1445
- fill: "currentColor",
1446
- ...rest
1447
- }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1448
- d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8zM4 28H8V20H4z"
1449
- })), children);
1450
- });
1451
- if (process.env.NODE_ENV !== "production") {
1452
- SkillLevel.propTypes = iconPropTypes4cbeb95d.i;
1453
- }
1454
- const SkillLevelAdvanced = /*#__PURE__*/React.forwardRef(function SkillLevelAdvanced(_ref61, ref) {
1455
- let {
1456
- children,
1457
- size = 16,
1458
- ...rest
1459
- } = _ref61;
1460
- return /*#__PURE__*/React.createElement(Icon.default, {
1461
- width: size,
1462
- height: size,
1463
- ref: ref,
1464
- xmlns: "http://www.w3.org/2000/svg",
1465
- viewBox: "0 0 32 32",
1466
- fill: "currentColor",
1467
- ...rest
1468
- }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1469
- d: "M30 30H22V4h8zM20 30H12V12h8zM10 30H2V18h8z"
1470
- })), children);
1471
- });
1472
- if (process.env.NODE_ENV !== "production") {
1473
- SkillLevelAdvanced.propTypes = iconPropTypes4cbeb95d.i;
1474
- }
1475
- const SkillLevelBasic = /*#__PURE__*/React.forwardRef(function SkillLevelBasic(_ref62, ref) {
1476
- let {
1477
- children,
1478
- size = 16,
1479
- ...rest
1480
- } = _ref62;
1481
- return /*#__PURE__*/React.createElement(Icon.default, {
1482
- width: size,
1483
- height: size,
1484
- ref: ref,
1485
- xmlns: "http://www.w3.org/2000/svg",
1486
- viewBox: "0 0 32 32",
1487
- fill: "currentColor",
1488
- ...rest
1489
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1490
- d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8z"
1491
- })), children);
1492
- });
1493
- if (process.env.NODE_ENV !== "production") {
1494
- SkillLevelBasic.propTypes = iconPropTypes4cbeb95d.i;
1495
- }
1496
- const SkillLevelIntermediate = /*#__PURE__*/React.forwardRef(function SkillLevelIntermediate(_ref63, ref) {
1497
- let {
1498
- children,
1499
- size = 16,
1500
- ...rest
1501
- } = _ref63;
1502
- return /*#__PURE__*/React.createElement(Icon.default, {
1503
- width: size,
1504
- height: size,
1505
- ref: ref,
1506
- xmlns: "http://www.w3.org/2000/svg",
1507
- viewBox: "0 0 32 32",
1508
- fill: "currentColor",
1509
- ...rest
1510
- }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1511
- d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zM10 30H2V18h8z"
1512
- })), children);
1513
- });
1514
- if (process.env.NODE_ENV !== "production") {
1515
- SkillLevelIntermediate.propTypes = iconPropTypes4cbeb95d.i;
1516
- }
1517
- const SkipBack = /*#__PURE__*/React.forwardRef(function SkipBack(_ref64, ref) {
1518
- let {
1519
- children,
1520
- size = 16,
1521
- ...rest
1522
- } = _ref64;
1523
- return /*#__PURE__*/React.createElement(Icon.default, {
1524
- width: size,
1525
- height: size,
1526
- ref: ref,
1527
- xmlns: "http://www.w3.org/2000/svg",
1528
- viewBox: "0 0 32 32",
1529
- fill: "currentColor",
1530
- ...rest
1531
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1532
- 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"
1533
- })), children);
1534
- });
1535
- if (process.env.NODE_ENV !== "production") {
1536
- SkipBack.propTypes = iconPropTypes4cbeb95d.i;
1537
- }
1538
- const SkipBackFilled = /*#__PURE__*/React.forwardRef(function SkipBackFilled(_ref65, ref) {
1539
- let {
1540
- children,
1541
- size = 16,
1542
- ...rest
1543
- } = _ref65;
1544
- return /*#__PURE__*/React.createElement(Icon.default, {
1545
- width: size,
1546
- height: size,
1547
- ref: ref,
1548
- xmlns: "http://www.w3.org/2000/svg",
1549
- viewBox: "0 0 32 32",
1550
- fill: "currentColor",
1551
- ...rest
1552
- }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1553
- 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"
1554
- })), children);
1555
- });
1556
- if (process.env.NODE_ENV !== "production") {
1557
- SkipBackFilled.propTypes = iconPropTypes4cbeb95d.i;
1558
- }
1559
- const SkipBackOutline = /*#__PURE__*/React.forwardRef(function SkipBackOutline(_ref66, ref) {
1560
- let {
1561
- children,
1562
- size = 16,
1563
- ...rest
1564
- } = _ref66;
1565
- return /*#__PURE__*/React.createElement(Icon.default, {
1566
- width: size,
1567
- height: size,
1568
- ref: ref,
1569
- xmlns: "http://www.w3.org/2000/svg",
1570
- viewBox: "0 0 32 32",
1571
- fill: "currentColor",
1572
- ...rest
1573
- }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1574
- 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"
1575
- })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1576
- d: "M9 10H11V22H9z",
1577
- transform: "rotate(-180 10 16)"
1578
- })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1579
- 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"
1580
- })), children);
1581
- });
1582
- if (process.env.NODE_ENV !== "production") {
1583
- SkipBackOutline.propTypes = iconPropTypes4cbeb95d.i;
1584
- }
1585
- const SkipBackOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipBackOutlineFilled(_ref67, ref) {
1586
- let {
1587
- children,
1588
- size = 16,
1589
- ...rest
1590
- } = _ref67;
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
- }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1600
- 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"
1601
- })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1602
- d: "M22 19.301L22 12.699 16.059 16 22 19.301z"
1603
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1604
- fill: "none",
1605
- 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"
1606
- })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1607
- fill: "none",
1608
- d: "M8 10H10V22H8z",
1609
- transform: "rotate(-180 9 16)"
1610
- })), children);
1611
- });
1612
- if (process.env.NODE_ENV !== "production") {
1613
- SkipBackOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
1614
- }
1615
- const SkipBackOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipBackOutlineSolid(_ref68, ref) {
1616
- let {
1617
- children,
1618
- size = 16,
1619
- ...rest
1620
- } = _ref68;
1621
- return /*#__PURE__*/React.createElement(Icon.default, {
1622
- width: size,
1623
- height: size,
1624
- ref: ref,
1625
- xmlns: "http://www.w3.org/2000/svg",
1626
- viewBox: "0 0 32 32",
1627
- fill: "currentColor",
1628
- ...rest
1629
- }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1630
- 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"
1631
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1632
- d: "M9 10H11V22H9z",
1633
- transform: "rotate(-180 10 16)"
1634
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1635
- 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"
1636
- })), children);
1637
- });
1638
- if (process.env.NODE_ENV !== "production") {
1639
- SkipBackOutlineSolid.propTypes = iconPropTypes4cbeb95d.i;
1640
- }
1641
- const SkipBackSolidFilled = /*#__PURE__*/React.forwardRef(function SkipBackSolidFilled(_ref69, ref) {
1642
- let {
1643
- children,
1644
- size = 16,
1645
- ...rest
1646
- } = _ref69;
1647
- return /*#__PURE__*/React.createElement(Icon.default, {
1648
- width: size,
1649
- height: size,
1650
- ref: ref,
1651
- xmlns: "http://www.w3.org/2000/svg",
1652
- viewBox: "0 0 32 32",
1653
- fill: "currentColor",
1654
- ...rest
1655
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1656
- 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"
1657
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1658
- fill: "none",
1659
- 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"
1660
- })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1661
- fill: "none",
1662
- d: "M8 10H10V22H8z",
1663
- transform: "rotate(-180 9 16)"
1664
- })), children);
1665
- });
1666
- if (process.env.NODE_ENV !== "production") {
1667
- SkipBackSolidFilled.propTypes = iconPropTypes4cbeb95d.i;
1668
- }
1669
- const SkipForward = /*#__PURE__*/React.forwardRef(function SkipForward(_ref70, ref) {
1670
- let {
1671
- children,
1672
- size = 16,
1673
- ...rest
1674
- } = _ref70;
1675
- return /*#__PURE__*/React.createElement(Icon.default, {
1676
- width: size,
1677
- height: size,
1678
- ref: ref,
1679
- xmlns: "http://www.w3.org/2000/svg",
1680
- viewBox: "0 0 32 32",
1681
- fill: "currentColor",
1682
- ...rest
1683
- }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1684
- 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"
1685
- })), children);
1686
- });
1687
- if (process.env.NODE_ENV !== "production") {
1688
- SkipForward.propTypes = iconPropTypes4cbeb95d.i;
1689
- }
1690
- const SkipForwardFilled = /*#__PURE__*/React.forwardRef(function SkipForwardFilled(_ref71, ref) {
1691
- let {
1692
- children,
1693
- size = 16,
1694
- ...rest
1695
- } = _ref71;
1696
- return /*#__PURE__*/React.createElement(Icon.default, {
1697
- width: size,
1698
- height: size,
1699
- ref: ref,
1700
- xmlns: "http://www.w3.org/2000/svg",
1701
- viewBox: "0 0 32 32",
1702
- fill: "currentColor",
1703
- ...rest
1704
- }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1705
- 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"
1706
- })), children);
1707
- });
1708
- if (process.env.NODE_ENV !== "production") {
1709
- SkipForwardFilled.propTypes = iconPropTypes4cbeb95d.i;
1710
- }
1711
- const SkipForwardOutline = /*#__PURE__*/React.forwardRef(function SkipForwardOutline(_ref72, ref) {
1712
- let {
1713
- children,
1714
- size = 16,
1715
- ...rest
1716
- } = _ref72;
1717
- return /*#__PURE__*/React.createElement(Icon.default, {
1718
- width: size,
1719
- height: size,
1720
- ref: ref,
1721
- xmlns: "http://www.w3.org/2000/svg",
1722
- viewBox: "0 0 32 32",
1723
- fill: "currentColor",
1724
- ...rest
1725
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1726
- 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"
1727
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1728
- 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"
1729
- })), children);
1730
- });
1731
- if (process.env.NODE_ENV !== "production") {
1732
- SkipForwardOutline.propTypes = iconPropTypes4cbeb95d.i;
1733
- }
1734
- const SkipForwardOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineFilled(_ref73, ref) {
1735
- let {
1736
- children,
1737
- size = 16,
1738
- ...rest
1739
- } = _ref73;
1740
- return /*#__PURE__*/React.createElement(Icon.default, {
1741
- width: size,
1742
- height: size,
1743
- ref: ref,
1744
- xmlns: "http://www.w3.org/2000/svg",
1745
- viewBox: "0 0 32 32",
1746
- fill: "currentColor",
1747
- ...rest
1748
- }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1749
- d: "M10 19.301L15.941 16 10 12.699 10 19.301z"
1750
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1751
- 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"
1752
- })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1753
- fill: "none",
1754
- 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"
1755
- })), children);
1756
- });
1757
- if (process.env.NODE_ENV !== "production") {
1758
- SkipForwardOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
1759
- }
1760
- const SkipForwardOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineSolid(_ref74, ref) {
1761
- let {
1762
- children,
1763
- size = 16,
1764
- ...rest
1765
- } = _ref74;
1766
- return /*#__PURE__*/React.createElement(Icon.default, {
1767
- width: size,
1768
- height: size,
1769
- ref: ref,
1770
- xmlns: "http://www.w3.org/2000/svg",
1771
- viewBox: "0 0 32 32",
1772
- fill: "currentColor",
1773
- ...rest
1774
- }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1775
- 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"
1776
- })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1777
- 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"
1778
- })), children);
1779
- });
1780
- if (process.env.NODE_ENV !== "production") {
1781
- SkipForwardOutlineSolid.propTypes = iconPropTypes4cbeb95d.i;
1782
- }
1783
- const SkipForwardSolidFilled = /*#__PURE__*/React.forwardRef(function SkipForwardSolidFilled(_ref75, ref) {
1784
- let {
1785
- children,
1786
- size = 16,
1787
- ...rest
1788
- } = _ref75;
1789
- return /*#__PURE__*/React.createElement(Icon.default, {
1790
- width: size,
1791
- height: size,
1792
- ref: ref,
1793
- xmlns: "http://www.w3.org/2000/svg",
1794
- viewBox: "0 0 32 32",
1795
- fill: "currentColor",
1796
- ...rest
1797
- }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1798
- 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"
1799
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1800
- fill: "none",
1801
- 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"
1802
- })), children);
1803
- });
1804
- if (process.env.NODE_ENV !== "production") {
1805
- SkipForwardSolidFilled.propTypes = iconPropTypes4cbeb95d.i;
1806
- }
1807
- const Sleet = /*#__PURE__*/React.forwardRef(function Sleet(_ref76, ref) {
1808
- let {
1809
- children,
1810
- size = 16,
1811
- ...rest
1812
- } = _ref76;
1813
- return /*#__PURE__*/React.createElement(Icon.default, {
1814
- width: size,
1815
- height: size,
1816
- ref: ref,
1817
- xmlns: "http://www.w3.org/2000/svg",
1818
- viewBox: "0 0 32 32",
1819
- fill: "currentColor",
1820
- ...rest
1821
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1822
- d: "M6 24H8V26H6zM8 26H10V28H8zM10 28H12V30H10zM10 24H12V26H10zM6 28H8V30H6z"
1823
- })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1824
- 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"
1825
- })), children);
1826
- });
1827
- if (process.env.NODE_ENV !== "production") {
1828
- Sleet.propTypes = iconPropTypes4cbeb95d.i;
1829
- }
1830
- const Slisor = /*#__PURE__*/React.forwardRef(function Slisor(_ref77, ref) {
1831
- let {
1832
- children,
1833
- size = 16,
1834
- ...rest
1835
- } = _ref77;
1836
- return /*#__PURE__*/React.createElement(Icon.default, {
1837
- width: size,
1838
- height: size,
1839
- ref: ref,
1840
- xmlns: "http://www.w3.org/2000/svg",
1841
- viewBox: "0 0 32 32",
1842
- fill: "currentColor",
1843
- ...rest
1844
- }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1845
- 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"
1846
- })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
1847
- cx: "7",
1848
- cy: "25",
1849
- r: "1"
1850
- })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1851
- 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"
1852
- })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1853
- 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"
1854
- })), children);
1855
- });
1856
- if (process.env.NODE_ENV !== "production") {
1857
- Slisor.propTypes = iconPropTypes4cbeb95d.i;
1858
- }
1859
- const Slm = /*#__PURE__*/React.forwardRef(function Slm(_ref78, ref) {
1860
- let {
1861
- children,
1862
- size = 16,
1863
- ...rest
1864
- } = _ref78;
1865
- return /*#__PURE__*/React.createElement(Icon.default, {
1866
- width: size,
1867
- height: size,
1868
- ref: ref,
1869
- xmlns: "http://www.w3.org/2000/svg",
1870
- viewBox: "0 0 32 32",
1871
- fill: "currentColor",
1872
- ...rest
1873
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1874
- 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"
1875
- })), children);
1876
- });
1877
- if (process.env.NODE_ENV !== "production") {
1878
- Slm.propTypes = iconPropTypes4cbeb95d.i;
1879
- }
1880
- const Smell = /*#__PURE__*/React.forwardRef(function Smell(_ref79, ref) {
1881
- let {
1882
- children,
1883
- size = 16,
1884
- ...rest
1885
- } = _ref79;
1886
- return /*#__PURE__*/React.createElement(Icon.default, {
1887
- width: size,
1888
- height: size,
1889
- ref: ref,
1890
- xmlns: "http://www.w3.org/2000/svg",
1891
- viewBox: "0 0 32 32",
1892
- fill: "currentColor",
1893
- ...rest
1894
- }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1895
- 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"
1896
- })), children);
1897
- });
1898
- if (process.env.NODE_ENV !== "production") {
1899
- Smell.propTypes = iconPropTypes4cbeb95d.i;
1900
- }
1901
- const Smoke = /*#__PURE__*/React.forwardRef(function Smoke(_ref80, ref) {
1902
- let {
1903
- children,
1904
- size = 16,
1905
- ...rest
1906
- } = _ref80;
1907
- return /*#__PURE__*/React.createElement(Icon.default, {
1908
- width: size,
1909
- height: size,
1910
- ref: ref,
1911
- xmlns: "http://www.w3.org/2000/svg",
1912
- viewBox: "0 0 32 32",
1913
- fill: "currentColor",
1914
- ...rest
1915
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1916
- 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"
1917
- })), children);
1918
- });
1919
- if (process.env.NODE_ENV !== "production") {
1920
- Smoke.propTypes = iconPropTypes4cbeb95d.i;
1921
- }
1922
- const WatsonHealthSmoothing = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothing(_ref81, ref) {
1923
- let {
1924
- children,
1925
- size = 16,
1926
- ...rest
1927
- } = _ref81;
1928
- return /*#__PURE__*/React.createElement(Icon.default, {
1929
- width: size,
1930
- height: size,
1931
- ref: ref,
1932
- xmlns: "http://www.w3.org/2000/svg",
1933
- viewBox: "0 0 32 32",
1934
- fill: "currentColor",
1935
- ...rest
1936
- }, _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
1937
- cx: "16",
1938
- cy: "16",
1939
- r: "5"
1940
- })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1941
- 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"
1942
- })), children);
1943
- });
1944
- if (process.env.NODE_ENV !== "production") {
1945
- WatsonHealthSmoothing.propTypes = iconPropTypes4cbeb95d.i;
1946
- }
1947
- const WatsonHealthSmoothingCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothingCursor(_ref82, ref) {
1948
- let {
1949
- children,
1950
- size = 16,
1951
- ...rest
1952
- } = _ref82;
1953
- return /*#__PURE__*/React.createElement(Icon.default, {
1954
- width: size,
1955
- height: size,
1956
- ref: ref,
1957
- xmlns: "http://www.w3.org/2000/svg",
1958
- viewBox: "0 0 32 32",
1959
- fill: "currentColor",
1960
- ...rest
1961
- }, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
1962
- cx: "18",
1963
- cy: "18",
1964
- r: "4"
1965
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1966
- 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"
1967
- })), children);
1968
- });
1969
- if (process.env.NODE_ENV !== "production") {
1970
- WatsonHealthSmoothingCursor.propTypes = iconPropTypes4cbeb95d.i;
1971
- }
1972
- const Snooze = /*#__PURE__*/React.forwardRef(function Snooze(_ref83, ref) {
1973
- let {
1974
- children,
1975
- size = 16,
1976
- ...rest
1977
- } = _ref83;
1978
- return /*#__PURE__*/React.createElement(Icon.default, {
1979
- width: size,
1980
- height: size,
1981
- ref: ref,
1982
- xmlns: "http://www.w3.org/2000/svg",
1983
- viewBox: "0 0 32 32",
1984
- fill: "currentColor",
1985
- ...rest
1986
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1987
- d: "M20 14L20 12 12 12 12 14 17.5 14 12 20 12 22 20 22 20 20 14.507 20 20 14z"
1988
- })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1989
- d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
1990
- transform: "rotate(-44.945 25.5 6.5)"
1991
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1992
- 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"
1993
- })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1994
- d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
1995
- transform: "rotate(-45.055 6.5 6.5)"
1996
- })), children);
1997
- });
1998
- if (process.env.NODE_ENV !== "production") {
1999
- Snooze.propTypes = iconPropTypes4cbeb95d.i;
2000
- }
2001
- const Snow = /*#__PURE__*/React.forwardRef(function Snow(_ref84, ref) {
2002
- let {
2003
- children,
2004
- size = 16,
2005
- ...rest
2006
- } = _ref84;
2007
- return /*#__PURE__*/React.createElement(Icon.default, {
2008
- width: size,
2009
- height: size,
2010
- ref: ref,
2011
- xmlns: "http://www.w3.org/2000/svg",
2012
- viewBox: "0 0 32 32",
2013
- fill: "currentColor",
2014
- ...rest
2015
- }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
2016
- 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"
2017
- })), children);
2018
- });
2019
- if (process.env.NODE_ENV !== "production") {
2020
- Snow.propTypes = iconPropTypes4cbeb95d.i;
2021
- }
2022
- const SnowBlizzard = /*#__PURE__*/React.forwardRef(function SnowBlizzard(_ref85, ref) {
2023
- let {
2024
- children,
2025
- size = 16,
2026
- ...rest
2027
- } = _ref85;
2028
- return /*#__PURE__*/React.createElement(Icon.default, {
2029
- width: size,
2030
- height: size,
2031
- ref: ref,
2032
- xmlns: "http://www.w3.org/2000/svg",
2033
- viewBox: "0 0 32 32",
2034
- fill: "currentColor",
2035
- ...rest
2036
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
2037
- 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"
2038
- })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
2039
- 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"
2040
- })), children);
2041
- });
2042
- if (process.env.NODE_ENV !== "production") {
2043
- SnowBlizzard.propTypes = iconPropTypes4cbeb95d.i;
2044
- }
2045
- const SnowHeavy = /*#__PURE__*/React.forwardRef(function SnowHeavy(_ref86, ref) {
2046
- let {
2047
- children,
2048
- size = 16,
2049
- ...rest
2050
- } = _ref86;
2051
- return /*#__PURE__*/React.createElement(Icon.default, {
2052
- width: size,
2053
- height: size,
2054
- ref: ref,
2055
- xmlns: "http://www.w3.org/2000/svg",
2056
- viewBox: "0 0 32 32",
2057
- fill: "currentColor",
2058
- ...rest
2059
- }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
2060
- d: "M4 26H6V28H4zM6 28H8V30H6zM8 30H10V32H8zM8 26H10V28H8zM4 30H6V32H4zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM14 26H16V28H14zM16 28H18V30H16zM18 30H20V32H18zM18 26H20V28H18zM14 30H16V32H14z"
2061
- })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
2062
- 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"
2063
- })), children);
2064
- });
2065
- if (process.env.NODE_ENV !== "production") {
2066
- SnowHeavy.propTypes = iconPropTypes4cbeb95d.i;
2067
- }
2068
- const SnowScattered = /*#__PURE__*/React.forwardRef(function SnowScattered(_ref87, ref) {
2069
- let {
2070
- children,
2071
- size = 16,
2072
- ...rest
2073
- } = _ref87;
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
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
2083
- d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM20 0H22V3H20zM29 10.001H32V12.001H29z"
2084
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2085
- d: "M26.732 3.768H29.732V5.768H26.732z",
2086
- transform: "rotate(-45 28.232 4.768)"
2087
- })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2088
- d: "M26.732 16.233H29.732V18.233H26.732z",
2089
- transform: "rotate(-135 28.232 17.233)"
2090
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2091
- d: "M12.268 3.768H15.268V5.768H12.268z",
2092
- transform: "rotate(-135 13.768 4.768)"
2093
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2094
- 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"
2095
- })), children);
2096
- });
2097
- if (process.env.NODE_ENV !== "production") {
2098
- SnowScattered.propTypes = iconPropTypes4cbeb95d.i;
2099
- }
2100
- const SnowScatteredNight = /*#__PURE__*/React.forwardRef(function SnowScatteredNight(_ref88, ref) {
2101
- let {
2102
- children,
2103
- size = 16,
2104
- ...rest
2105
- } = _ref88;
2106
- return /*#__PURE__*/React.createElement(Icon.default, {
2107
- width: size,
2108
- height: size,
2109
- ref: ref,
2110
- xmlns: "http://www.w3.org/2000/svg",
2111
- viewBox: "0 0 32 32",
2112
- fill: "currentColor",
2113
- ...rest
2114
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2115
- 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"
2116
- })), children);
2117
- });
2118
- if (process.env.NODE_ENV !== "production") {
2119
- SnowScatteredNight.propTypes = iconPropTypes4cbeb95d.i;
2120
- }
2121
- const SnowDensity = /*#__PURE__*/React.forwardRef(function SnowDensity(_ref89, ref) {
2122
- let {
2123
- children,
2124
- size = 16,
2125
- ...rest
2126
- } = _ref89;
2127
- return /*#__PURE__*/React.createElement(Icon.default, {
2128
- width: size,
2129
- height: size,
2130
- ref: ref,
2131
- xmlns: "http://www.w3.org/2000/svg",
2132
- viewBox: "0 0 32 32",
2133
- fill: "currentColor",
2134
- ...rest
2135
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2136
- 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"
2137
- })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2138
- 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"
2139
- })), children);
2140
- });
2141
- if (process.env.NODE_ENV !== "production") {
2142
- SnowDensity.propTypes = iconPropTypes4cbeb95d.i;
2143
- }
2144
- const Snowflake = /*#__PURE__*/React.forwardRef(function Snowflake(_ref90, ref) {
2145
- let {
2146
- children,
2147
- size = 16,
2148
- ...rest
2149
- } = _ref90;
2150
- return /*#__PURE__*/React.createElement(Icon.default, {
2151
- width: size,
2152
- height: size,
2153
- ref: ref,
2154
- xmlns: "http://www.w3.org/2000/svg",
2155
- viewBox: "0 0 32 32",
2156
- fill: "currentColor",
2157
- ...rest
2158
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2159
- 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"
2160
- })), children);
2161
- });
2162
- if (process.env.NODE_ENV !== "production") {
2163
- Snowflake.propTypes = iconPropTypes4cbeb95d.i;
2164
- }
2165
- const Soccer = /*#__PURE__*/React.forwardRef(function Soccer(_ref91, ref) {
2166
- let {
2167
- children,
2168
- size = 16,
2169
- ...rest
2170
- } = _ref91;
2171
- return /*#__PURE__*/React.createElement(Icon.default, {
2172
- width: size,
2173
- height: size,
2174
- ref: ref,
2175
- xmlns: "http://www.w3.org/2000/svg",
2176
- viewBox: "0 0 32 32",
2177
- fill: "currentColor",
2178
- ...rest
2179
- }, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2180
- cx: "17",
2181
- cy: "28",
2182
- r: "2"
2183
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2184
- d: "M7.55 17.5H15.45V19.5H7.55z",
2185
- transform: "rotate(-45 11.5 18.5)"
2186
- })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2187
- 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"
2188
- })), children);
2189
- });
2190
- if (process.env.NODE_ENV !== "production") {
2191
- Soccer.propTypes = iconPropTypes4cbeb95d.i;
2192
- }
2193
- const SoftwareResource = /*#__PURE__*/React.forwardRef(function SoftwareResource(_ref92, ref) {
2194
- let {
2195
- children,
2196
- size = 16,
2197
- ...rest
2198
- } = _ref92;
2199
- return /*#__PURE__*/React.createElement(Icon.default, {
2200
- width: size,
2201
- height: size,
2202
- ref: ref,
2203
- xmlns: "http://www.w3.org/2000/svg",
2204
- viewBox: "0 0 32 32",
2205
- fill: "currentColor",
2206
- ...rest
2207
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2208
- 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"
2209
- })), children);
2210
- });
2211
- if (process.env.NODE_ENV !== "production") {
2212
- SoftwareResource.propTypes = iconPropTypes4cbeb95d.i;
2213
- }
2214
- const SoftwareResourceCluster = /*#__PURE__*/React.forwardRef(function SoftwareResourceCluster(_ref93, ref) {
2215
- let {
2216
- children,
2217
- size = 16,
2218
- ...rest
2219
- } = _ref93;
2220
- return /*#__PURE__*/React.createElement(Icon.default, {
2221
- width: size,
2222
- height: size,
2223
- ref: ref,
2224
- xmlns: "http://www.w3.org/2000/svg",
2225
- viewBox: "0 0 32 32",
2226
- fill: "currentColor",
2227
- ...rest
2228
- }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2229
- 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"
2230
- })), children);
2231
- });
2232
- if (process.env.NODE_ENV !== "production") {
2233
- SoftwareResourceCluster.propTypes = iconPropTypes4cbeb95d.i;
2234
- }
2235
- const SoftwareResourceResource = /*#__PURE__*/React.forwardRef(function SoftwareResourceResource(_ref94, ref) {
2236
- let {
2237
- children,
2238
- size = 16,
2239
- ...rest
2240
- } = _ref94;
2241
- return /*#__PURE__*/React.createElement(Icon.default, {
2242
- width: size,
2243
- height: size,
2244
- ref: ref,
2245
- xmlns: "http://www.w3.org/2000/svg",
2246
- viewBox: "0 0 32 32",
2247
- fill: "currentColor",
2248
- ...rest
2249
- }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2250
- d: "M6.9 8.3H11.7V10.3H6.9z",
2251
- transform: "rotate(-45.001 9.293 9.293)"
2252
- })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2253
- 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"
2254
- })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2255
- d: "M8.3 20.3H10.3V25.1H8.3z",
2256
- transform: "rotate(-45.001 9.293 22.707)"
2257
- })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2258
- 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"
2259
- })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2260
- d: "M20.3 21.7H25.1V23.7H20.3z",
2261
- transform: "rotate(-45.001 22.707 22.707)"
2262
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2263
- 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"
2264
- })), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2265
- d: "M21.7 6.9H23.7V11.7H21.7z",
2266
- transform: "rotate(-45.001 22.707 9.293)"
2267
- })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2268
- 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"
2269
- })), children);
2270
- });
2271
- if (process.env.NODE_ENV !== "production") {
2272
- SoftwareResourceResource.propTypes = iconPropTypes4cbeb95d.i;
2273
- }
2274
- const SoilMoisture = /*#__PURE__*/React.forwardRef(function SoilMoisture(_ref95, ref) {
2275
- let {
2276
- children,
2277
- size = 16,
2278
- ...rest
2279
- } = _ref95;
2280
- return /*#__PURE__*/React.createElement(Icon.default, {
2281
- width: size,
2282
- height: size,
2283
- ref: ref,
2284
- xmlns: "http://www.w3.org/2000/svg",
2285
- viewBox: "0 0 32 32",
2286
- fill: "currentColor",
2287
- ...rest
2288
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2289
- 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"
2290
- })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
2291
- cx: "5",
2292
- cy: "13",
2293
- r: "1"
2294
- })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
2295
- cx: "11",
2296
- cy: "19",
2297
- r: "1"
2298
- })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
2299
- cx: "15",
2300
- cy: "25",
2301
- r: "1"
2302
- })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
2303
- cx: "17",
2304
- cy: "15",
2305
- r: "1"
2306
- })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2307
- cx: "13",
2308
- cy: "11",
2309
- r: "1"
2310
- })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
2311
- cx: "27",
2312
- cy: "11",
2313
- r: "1"
2314
- })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
2315
- cx: "9",
2316
- cy: "27",
2317
- r: "1"
2318
- })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2319
- cx: "3",
2320
- cy: "21",
2321
- r: "1"
2322
- })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2323
- d: "M2 6H30V8H2z"
2324
- })), children);
2325
- });
2326
- if (process.env.NODE_ENV !== "production") {
2327
- SoilMoisture.propTypes = iconPropTypes4cbeb95d.i;
2328
- }
2329
- const SoilMoistureField = /*#__PURE__*/React.forwardRef(function SoilMoistureField(_ref96, ref) {
2330
- let {
2331
- children,
2332
- size = 16,
2333
- ...rest
2334
- } = _ref96;
2335
- return /*#__PURE__*/React.createElement(Icon.default, {
2336
- width: size,
2337
- height: size,
2338
- ref: ref,
2339
- xmlns: "http://www.w3.org/2000/svg",
2340
- viewBox: "0 0 32 32",
2341
- fill: "currentColor",
2342
- ...rest
2343
- }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2344
- 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"
2345
- })), children);
2346
- });
2347
- if (process.env.NODE_ENV !== "production") {
2348
- SoilMoistureField.propTypes = iconPropTypes4cbeb95d.i;
2349
- }
2350
- const SoilMoistureGlobal = /*#__PURE__*/React.forwardRef(function SoilMoistureGlobal(_ref97, ref) {
2351
- let {
2352
- children,
2353
- size = 16,
2354
- ...rest
2355
- } = _ref97;
2356
- return /*#__PURE__*/React.createElement(Icon.default, {
2357
- width: size,
2358
- height: size,
2359
- ref: ref,
2360
- xmlns: "http://www.w3.org/2000/svg",
2361
- viewBox: "0 0 32 32",
2362
- fill: "currentColor",
2363
- ...rest
2364
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2365
- 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"
2366
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2367
- d: "M16,24H14A12.0137,12.0137,0,0,1,26,12h4v2H26A10.0113,10.0113,0,0,0,16,24Z"
2368
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2369
- 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"
2370
- })), children);
2371
- });
2372
- if (process.env.NODE_ENV !== "production") {
2373
- SoilMoistureGlobal.propTypes = iconPropTypes4cbeb95d.i;
2374
- }
2375
- const SoilTemperature = /*#__PURE__*/React.forwardRef(function SoilTemperature(_ref98, ref) {
2376
- let {
2377
- children,
2378
- size = 16,
2379
- ...rest
2380
- } = _ref98;
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
- }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
2390
- cx: "5",
2391
- cy: "13",
2392
- r: "1"
2393
- })), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
2394
- cx: "11",
2395
- cy: "19",
2396
- r: "1"
2397
- })), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
2398
- cx: "15",
2399
- cy: "25",
2400
- r: "1"
2401
- })), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
2402
- cx: "17",
2403
- cy: "15",
2404
- r: "1"
2405
- })), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
2406
- cx: "13",
2407
- cy: "11",
2408
- r: "1"
2409
- })), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
2410
- cx: "9",
2411
- cy: "27",
2412
- r: "1"
2413
- })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
2414
- cx: "3",
2415
- cy: "21",
2416
- r: "1"
2417
- })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2418
- 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"
2419
- })), children);
2420
- });
2421
- if (process.env.NODE_ENV !== "production") {
2422
- SoilTemperature.propTypes = iconPropTypes4cbeb95d.i;
2423
- }
2424
- const SoilTemperatureField = /*#__PURE__*/React.forwardRef(function SoilTemperatureField(_ref99, ref) {
2425
- let {
2426
- children,
2427
- size = 16,
2428
- ...rest
2429
- } = _ref99;
2430
- return /*#__PURE__*/React.createElement(Icon.default, {
2431
- width: size,
2432
- height: size,
2433
- ref: ref,
2434
- xmlns: "http://www.w3.org/2000/svg",
2435
- viewBox: "0 0 32 32",
2436
- fill: "currentColor",
2437
- ...rest
2438
- }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2439
- 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"
2440
- })), children);
2441
- });
2442
- if (process.env.NODE_ENV !== "production") {
2443
- SoilTemperatureField.propTypes = iconPropTypes4cbeb95d.i;
2444
- }
2445
- const SoilTemperatureGlobal = /*#__PURE__*/React.forwardRef(function SoilTemperatureGlobal(_ref100, ref) {
2446
- let {
2447
- children,
2448
- size = 16,
2449
- ...rest
2450
- } = _ref100;
2451
- return /*#__PURE__*/React.createElement(Icon.default, {
2452
- width: size,
2453
- height: size,
2454
- ref: ref,
2455
- xmlns: "http://www.w3.org/2000/svg",
2456
- viewBox: "0 0 32 32",
2457
- fill: "currentColor",
2458
- ...rest
2459
- }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2460
- 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"
2461
- })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2462
- d: "M11,24H9A17.0192,17.0192,0,0,1,26,7h4V9H26A15.017,15.017,0,0,0,11,24Z"
2463
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2464
- 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"
2465
- })), children);
2466
- });
2467
- if (process.env.NODE_ENV !== "production") {
2468
- SoilTemperatureGlobal.propTypes = iconPropTypes4cbeb95d.i;
2469
- }
2470
- const SolarPanel = /*#__PURE__*/React.forwardRef(function SolarPanel(_ref101, ref) {
2471
- let {
2472
- children,
2473
- size = 16,
2474
- ...rest
2475
- } = _ref101;
2476
- return /*#__PURE__*/React.createElement(Icon.default, {
2477
- width: size,
2478
- height: size,
2479
- ref: ref,
2480
- xmlns: "http://www.w3.org/2000/svg",
2481
- viewBox: "0 0 32 32",
2482
- fill: "currentColor",
2483
- ...rest
2484
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2485
- 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"
2486
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2487
- d: "M5.343 4.343H7.343V8.343H5.343z",
2488
- transform: "rotate(-45 6.343 6.343)"
2489
- })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2490
- d: "M16.657 4.343H18.657V8.343H16.657z",
2491
- transform: "rotate(-135 17.657 6.343)"
2492
- })), children);
2493
- });
2494
- if (process.env.NODE_ENV !== "production") {
2495
- SolarPanel.propTypes = iconPropTypes4cbeb95d.i;
2496
- }
2497
- const SortAscending = /*#__PURE__*/React.forwardRef(function SortAscending(_ref102, ref) {
2498
- let {
2499
- children,
2500
- size = 16,
2501
- ...rest
2502
- } = _ref102;
2503
- return /*#__PURE__*/React.createElement(Icon.default, {
2504
- width: size,
2505
- height: size,
2506
- ref: ref,
2507
- xmlns: "http://www.w3.org/2000/svg",
2508
- viewBox: "0 0 32 32",
2509
- fill: "currentColor",
2510
- ...rest
2511
- }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2512
- 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"
2513
- })), children);
2514
- });
2515
- if (process.env.NODE_ENV !== "production") {
2516
- SortAscending.propTypes = iconPropTypes4cbeb95d.i;
2517
- }
2518
- const SortDescending = /*#__PURE__*/React.forwardRef(function SortDescending(_ref103, ref) {
2519
- let {
2520
- children,
2521
- size = 16,
2522
- ...rest
2523
- } = _ref103;
2524
- return /*#__PURE__*/React.createElement(Icon.default, {
2525
- width: size,
2526
- height: size,
2527
- ref: ref,
2528
- xmlns: "http://www.w3.org/2000/svg",
2529
- viewBox: "0 0 32 32",
2530
- fill: "currentColor",
2531
- ...rest
2532
- }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2533
- 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"
2534
- })), children);
2535
- });
2536
- if (process.env.NODE_ENV !== "production") {
2537
- SortDescending.propTypes = iconPropTypes4cbeb95d.i;
2538
- }
2539
- const SortRemove = /*#__PURE__*/React.forwardRef(function SortRemove(_ref104, ref) {
2540
- let {
2541
- children,
2542
- size = 16,
2543
- ...rest
2544
- } = _ref104;
2545
- return /*#__PURE__*/React.createElement(Icon.default, {
2546
- width: size,
2547
- height: size,
2548
- ref: ref,
2549
- xmlns: "http://www.w3.org/2000/svg",
2550
- viewBox: "0 0 32 32",
2551
- fill: "currentColor",
2552
- ...rest
2553
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2554
- 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"
2555
- })), children);
2556
- });
2557
- if (process.env.NODE_ENV !== "production") {
2558
- SortRemove.propTypes = iconPropTypes4cbeb95d.i;
2559
- }
2560
- const SpellCheck = /*#__PURE__*/React.forwardRef(function SpellCheck(_ref105, ref) {
2561
- let {
2562
- children,
2563
- size = 16,
2564
- ...rest
2565
- } = _ref105;
2566
- return /*#__PURE__*/React.createElement(Icon.default, {
2567
- width: size,
2568
- height: size,
2569
- ref: ref,
2570
- xmlns: "http://www.w3.org/2000/svg",
2571
- viewBox: "0 0 32 32",
2572
- fill: "currentColor",
2573
- ...rest
2574
- }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2575
- d: "M20,22h2L17,10H15L10,22h2l1.24-3h5.53Zm-5.93-5,1.82-4.42h.25L18,17Z"
2576
- })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2577
- 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"
2578
- })), children);
2579
- });
2580
- if (process.env.NODE_ENV !== "production") {
2581
- SpellCheck.propTypes = iconPropTypes4cbeb95d.i;
2582
- }
2583
- const WatsonHealthSpineLabel = /*#__PURE__*/React.forwardRef(function WatsonHealthSpineLabel(_ref106, ref) {
2584
- let {
2585
- children,
2586
- size = 16,
2587
- ...rest
2588
- } = _ref106;
2589
- return /*#__PURE__*/React.createElement(Icon.default, {
2590
- width: size,
2591
- height: size,
2592
- ref: ref,
2593
- xmlns: "http://www.w3.org/2000/svg",
2594
- viewBox: "0 0 32 32",
2595
- fill: "currentColor",
2596
- ...rest
2597
- }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2598
- 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"
2599
- })), children);
2600
- });
2601
- if (process.env.NODE_ENV !== "production") {
2602
- WatsonHealthSpineLabel.propTypes = iconPropTypes4cbeb95d.i;
2603
- }
2604
- const Split = /*#__PURE__*/React.forwardRef(function Split(_ref107, ref) {
2605
- let {
2606
- children,
2607
- size = 16,
2608
- ...rest
2609
- } = _ref107;
2610
- return /*#__PURE__*/React.createElement(Icon.default, {
2611
- width: size,
2612
- height: size,
2613
- ref: ref,
2614
- xmlns: "http://www.w3.org/2000/svg",
2615
- viewBox: "0 0 32 32",
2616
- fill: "currentColor",
2617
- ...rest
2618
- }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2619
- d: "M15 20H17V24H15zM15 14H17V18H15zM15 8H17V12H15z"
2620
- })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2621
- 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"
2622
- })), children);
2623
- });
2624
- if (process.env.NODE_ENV !== "production") {
2625
- Split.propTypes = iconPropTypes4cbeb95d.i;
2626
- }
2627
- const WatsonHealthSplitDiscard = /*#__PURE__*/React.forwardRef(function WatsonHealthSplitDiscard(_ref108, ref) {
2628
- let {
2629
- children,
2630
- size = 16,
2631
- ...rest
2632
- } = _ref108;
2633
- return /*#__PURE__*/React.createElement(Icon.default, {
2634
- width: size,
2635
- height: size,
2636
- ref: ref,
2637
- xmlns: "http://www.w3.org/2000/svg",
2638
- viewBox: "0 0 32 32",
2639
- fill: "currentColor",
2640
- ...rest
2641
- }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2642
- 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"
2643
- })), children);
2644
- });
2645
- if (process.env.NODE_ENV !== "production") {
2646
- WatsonHealthSplitDiscard.propTypes = iconPropTypes4cbeb95d.i;
2647
- }
2648
- const SplitScreen = /*#__PURE__*/React.forwardRef(function SplitScreen(_ref109, ref) {
2649
- let {
2650
- children,
2651
- size = 16,
2652
- ...rest
2653
- } = _ref109;
2654
- return /*#__PURE__*/React.createElement(Icon.default, {
2655
- width: size,
2656
- height: size,
2657
- ref: ref,
2658
- xmlns: "http://www.w3.org/2000/svg",
2659
- viewBox: "0 0 32 32",
2660
- fill: "currentColor",
2661
- ...rest
2662
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2663
- 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"
2664
- })), children);
2665
- });
2666
- if (process.env.NODE_ENV !== "production") {
2667
- SplitScreen.propTypes = iconPropTypes4cbeb95d.i;
2668
- }
2669
- const SprayPaint = /*#__PURE__*/React.forwardRef(function SprayPaint(_ref110, ref) {
2670
- let {
2671
- children,
2672
- size = 16,
2673
- ...rest
2674
- } = _ref110;
2675
- return /*#__PURE__*/React.createElement(Icon.default, {
2676
- width: size,
2677
- height: size,
2678
- ref: ref,
2679
- xmlns: "http://www.w3.org/2000/svg",
2680
- viewBox: "0 0 32 32",
2681
- fill: "currentColor",
2682
- ...rest
2683
- }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2684
- 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"
2685
- })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2686
- 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"
2687
- })), children);
2688
- });
2689
- if (process.env.NODE_ENV !== "production") {
2690
- SprayPaint.propTypes = iconPropTypes4cbeb95d.i;
2691
- }
2692
- const Sprout = /*#__PURE__*/React.forwardRef(function Sprout(_ref111, ref) {
2693
- let {
2694
- children,
2695
- size = 16,
2696
- ...rest
2697
- } = _ref111;
2698
- return /*#__PURE__*/React.createElement(Icon.default, {
2699
- width: size,
2700
- height: size,
2701
- ref: ref,
2702
- xmlns: "http://www.w3.org/2000/svg",
2703
- viewBox: "0 0 32 32",
2704
- fill: "currentColor",
2705
- ...rest
2706
- }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2707
- 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"
2708
- })), children);
2709
- });
2710
- if (process.env.NODE_ENV !== "production") {
2711
- Sprout.propTypes = iconPropTypes4cbeb95d.i;
2712
- }
2713
- const SpyreAccelerator = /*#__PURE__*/React.forwardRef(function SpyreAccelerator(_ref112, ref) {
2714
- let {
2715
- children,
2716
- size = 16,
2717
- ...rest
2718
- } = _ref112;
2719
- return /*#__PURE__*/React.createElement(Icon.default, {
2720
- width: size,
2721
- height: size,
2722
- ref: ref,
2723
- xmlns: "http://www.w3.org/2000/svg",
2724
- viewBox: "0 0 32 32",
2725
- fill: "currentColor",
2726
- ...rest
2727
- }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2728
- d: "M7,17c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM7,13c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM13,17c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM13,13c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM25,17c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM25,13c.5522,0,1-.4476,1-1s-.4478-1-1-1-1,.4478-1,1,.4477,1,1,1ZM2,7v17h6v-3h3v4h16v-4h3V7H2ZM25,23h-12v-2h12v2ZM28,19H6v3h-2v-13h24v10ZM22,11h-6v6h6v-6ZM20,15h-2v-2h2v2Z"
2729
- })), children);
2730
- });
2731
- if (process.env.NODE_ENV !== "production") {
2732
- SpyreAccelerator.propTypes = iconPropTypes4cbeb95d.i;
2733
- }
2734
- const Sql = /*#__PURE__*/React.forwardRef(function Sql(_ref113, ref) {
2735
- let {
2736
- children,
2737
- size = 16,
2738
- ...rest
2739
- } = _ref113;
2740
- return /*#__PURE__*/React.createElement(Icon.default, {
2741
- width: size,
2742
- height: size,
2743
- ref: ref,
2744
- xmlns: "http://www.w3.org/2000/svg",
2745
- viewBox: "0 0 32 32",
2746
- fill: "currentColor",
2747
- ...rest
2748
- }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2749
- 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"
2750
- })), children);
2751
- });
2752
- if (process.env.NODE_ENV !== "production") {
2753
- Sql.propTypes = iconPropTypes4cbeb95d.i;
2754
- }
2755
- const SquareOutline = /*#__PURE__*/React.forwardRef(function SquareOutline(_ref114, ref) {
2756
- let {
2757
- children,
2758
- size = 16,
2759
- ...rest
2760
- } = _ref114;
2761
- return /*#__PURE__*/React.createElement(Icon.default, {
2762
- width: size,
2763
- height: size,
2764
- ref: ref,
2765
- xmlns: "http://www.w3.org/2000/svg",
2766
- viewBox: "0 0 32 32",
2767
- fill: "currentColor",
2768
- ...rest
2769
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2770
- strokeWidth: "0",
2771
- 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"
2772
- })), children);
2773
- });
2774
- if (process.env.NODE_ENV !== "production") {
2775
- SquareOutline.propTypes = iconPropTypes4cbeb95d.i;
2776
- }
2777
- const SquareSolid = /*#__PURE__*/React.forwardRef(function SquareSolid(_ref115, ref) {
2778
- let {
2779
- children,
2780
- size = 16,
2781
- ...rest
2782
- } = _ref115;
2783
- return /*#__PURE__*/React.createElement(Icon.default, {
2784
- width: size,
2785
- height: size,
2786
- ref: ref,
2787
- xmlns: "http://www.w3.org/2000/svg",
2788
- viewBox: "0 0 32 32",
2789
- fill: "currentColor",
2790
- ...rest
2791
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2792
- fill: "none",
2793
- d: "M0 32V0h32v32z"
2794
- })), children);
2795
- });
2796
- if (process.env.NODE_ENV !== "production") {
2797
- SquareSolid.propTypes = iconPropTypes4cbeb95d.i;
2798
- }
2799
- const SquareFill = /*#__PURE__*/React.forwardRef(function SquareFill(_ref116, ref) {
2800
- let {
2801
- children,
2802
- size = 16,
2803
- ...rest
2804
- } = _ref116;
2805
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
2806
- return /*#__PURE__*/React.createElement(Icon.default, {
2807
- width: size,
2808
- height: size,
2809
- ref: ref,
2810
- xmlns: "http://www.w3.org/2000/svg",
2811
- viewBox: "0 0 16 16",
2812
- fill: "currentColor",
2813
- ...rest
2814
- }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2815
- d: "M3 3H13V13H3z"
2816
- })), children);
2817
- }
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 16 16",
2824
- fill: "currentColor",
2825
- ...rest
2826
- }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2827
- d: "M3 3H13V13H3z"
2828
- })), children);
2829
- });
2830
- if (process.env.NODE_ENV !== "production") {
2831
- SquareFill.propTypes = iconPropTypes4cbeb95d.i;
2832
- }
2833
- const StackLimitation = /*#__PURE__*/React.forwardRef(function StackLimitation(_ref117, ref) {
2834
- let {
2835
- children,
2836
- size = 16,
2837
- ...rest
2838
- } = _ref117;
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
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2848
- 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"
2849
- })), children);
2850
- });
2851
- if (process.env.NODE_ENV !== "production") {
2852
- StackLimitation.propTypes = iconPropTypes4cbeb95d.i;
2853
- }
2854
- const WatsonHealthStackedMove = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedMove(_ref118, ref) {
2855
- let {
2856
- children,
2857
- size = 16,
2858
- ...rest
2859
- } = _ref118;
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
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2869
- 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"
2870
- })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2871
- d: "M26,6,24.59,7.41,27,10H22V6a2,2,0,0,0-2-2H10V6H20V20h2V12h5l-2.41,2.59L26,16l5-5Z"
2872
- })), children);
2873
- });
2874
- if (process.env.NODE_ENV !== "production") {
2875
- WatsonHealthStackedMove.propTypes = iconPropTypes4cbeb95d.i;
2876
- }
2877
- const WatsonHealthStackedScrolling_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedScrolling_1(_ref119, ref) {
2878
- let {
2879
- children,
2880
- size = 16,
2881
- ...rest
2882
- } = _ref119;
2883
- return /*#__PURE__*/React.createElement(Icon.default, {
2884
- width: size,
2885
- height: size,
2886
- ref: ref,
2887
- xmlns: "http://www.w3.org/2000/svg",
2888
- viewBox: "0 0 32 32",
2889
- fill: "currentColor",
2890
- ...rest
2891
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2892
- 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"
2893
- })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2894
- d: "M25,23H23V9H9V7H23a2,2,0,0,1,2,2Z"
2895
- })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2896
- d: "M30,16H28V4H16V2H28a2,2,0,0,1,2,2Z"
2897
- })), children);
2898
- });
2899
- if (process.env.NODE_ENV !== "production") {
2900
- WatsonHealthStackedScrolling_1.propTypes = iconPropTypes4cbeb95d.i;
2901
- }
2902
- const WatsonHealthStackedScrolling_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedScrolling_2(_ref120, ref) {
2903
- let {
2904
- children,
2905
- size = 16,
2906
- ...rest
2907
- } = _ref120;
2908
- return /*#__PURE__*/React.createElement(Icon.default, {
2909
- width: size,
2910
- height: size,
2911
- ref: ref,
2912
- xmlns: "http://www.w3.org/2000/svg",
2913
- viewBox: "0 0 32 32",
2914
- fill: "currentColor",
2915
- ...rest
2916
- }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2917
- 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"
2918
- })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2919
- d: "M27,21H25V9H17V7h8a2,2,0,0,1,2,2Z"
2920
- })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2921
- d: "M32,16H30V4H22V2h8a2,2,0,0,1,2,2Z"
2922
- })), children);
2923
- });
2924
- if (process.env.NODE_ENV !== "production") {
2925
- WatsonHealthStackedScrolling_2.propTypes = iconPropTypes4cbeb95d.i;
2926
- }
2927
- const Stamp = /*#__PURE__*/React.forwardRef(function Stamp(_ref121, ref) {
2928
- let {
2929
- children,
2930
- size = 16,
2931
- ...rest
2932
- } = _ref121;
2933
- return /*#__PURE__*/React.createElement(Icon.default, {
2934
- width: size,
2935
- height: size,
2936
- ref: ref,
2937
- xmlns: "http://www.w3.org/2000/svg",
2938
- viewBox: "0 0 32 32",
2939
- fill: "currentColor",
2940
- ...rest
2941
- }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2942
- 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"
2943
- })), children);
2944
- });
2945
- if (process.env.NODE_ENV !== "production") {
2946
- Stamp.propTypes = iconPropTypes4cbeb95d.i;
2947
- }
2948
- const Star = /*#__PURE__*/React.forwardRef(function Star(_ref122, ref) {
2949
- let {
2950
- children,
2951
- size = 16,
2952
- ...rest
2953
- } = _ref122;
2954
- if (size === 16 || size === "16" || size === "16px") {
2955
- return /*#__PURE__*/React.createElement(Icon.default, {
2956
- width: size,
2957
- height: size,
2958
- ref: ref,
2959
- xmlns: "http://www.w3.org/2000/svg",
2960
- viewBox: "0 0 16 16",
2961
- fill: "currentColor",
2962
- ...rest
2963
- }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2964
- 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"
2965
- })), children);
2966
- }
2967
- return /*#__PURE__*/React.createElement(Icon.default, {
2968
- width: size,
2969
- height: size,
2970
- ref: ref,
2971
- xmlns: "http://www.w3.org/2000/svg",
2972
- viewBox: "0 0 32 32",
2973
- fill: "currentColor",
2974
- ...rest
2975
- }, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2976
- 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"
2977
- })), children);
2978
- });
2979
- if (process.env.NODE_ENV !== "production") {
2980
- Star.propTypes = iconPropTypes4cbeb95d.i;
2981
- }
2982
- const StarFilled = /*#__PURE__*/React.forwardRef(function StarFilled(_ref123, ref) {
2983
- let {
2984
- children,
2985
- size = 16,
2986
- ...rest
2987
- } = _ref123;
2988
- if (size === 16 || size === "16" || size === "16px") {
2989
- return /*#__PURE__*/React.createElement(Icon.default, {
2990
- width: size,
2991
- height: size,
2992
- ref: ref,
2993
- xmlns: "http://www.w3.org/2000/svg",
2994
- viewBox: "0 0 16 16",
2995
- fill: "currentColor",
2996
- ...rest
2997
- }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2998
- 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"
2999
- })), children);
3000
- }
3001
- return /*#__PURE__*/React.createElement(Icon.default, {
3002
- width: size,
3003
- height: size,
3004
- ref: ref,
3005
- xmlns: "http://www.w3.org/2000/svg",
3006
- viewBox: "0 0 32 32",
3007
- fill: "currentColor",
3008
- ...rest
3009
- }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
3010
- 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"
3011
- })), children);
3012
- });
3013
- if (process.env.NODE_ENV !== "production") {
3014
- StarFilled.propTypes = iconPropTypes4cbeb95d.i;
3015
- }
3016
- const StarHalf = /*#__PURE__*/React.forwardRef(function StarHalf(_ref124, ref) {
3017
- let {
3018
- children,
3019
- size = 16,
3020
- ...rest
3021
- } = _ref124;
3022
- if (size === 16 || size === "16" || size === "16px") {
3023
- return /*#__PURE__*/React.createElement(Icon.default, {
3024
- width: size,
3025
- height: size,
3026
- ref: ref,
3027
- xmlns: "http://www.w3.org/2000/svg",
3028
- viewBox: "0 0 16 16",
3029
- fill: "currentColor",
3030
- ...rest
3031
- }, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
3032
- d: "M5.7 5.6L0.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z"
3033
- })), children);
3034
- }
3035
- return /*#__PURE__*/React.createElement(Icon.default, {
3036
- width: size,
3037
- height: size,
3038
- ref: ref,
3039
- xmlns: "http://www.w3.org/2000/svg",
3040
- viewBox: "0 0 32 32",
3041
- fill: "currentColor",
3042
- ...rest
3043
- }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
3044
- d: "M11.45 11.22L1.28 12.7 8.64 19.87 6.9 30 16 25.22 16 2 11.45 11.22z"
3045
- })), children);
3046
- });
3047
- if (process.env.NODE_ENV !== "production") {
3048
- StarHalf.propTypes = iconPropTypes4cbeb95d.i;
3049
- }
3050
- const StarReview = /*#__PURE__*/React.forwardRef(function StarReview(_ref125, ref) {
3051
- let {
3052
- children,
3053
- size = 16,
3054
- ...rest
3055
- } = _ref125;
3056
- return /*#__PURE__*/React.createElement(Icon.default, {
3057
- width: size,
3058
- height: size,
3059
- ref: ref,
3060
- xmlns: "http://www.w3.org/2000/svg",
3061
- viewBox: "0 0 32 32",
3062
- fill: "currentColor",
3063
- ...rest
3064
- }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
3065
- d: "M18 26H26V28H18zM18 22H30V24H18zM18 18H30V20H18z"
3066
- })), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
3067
- 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"
3068
- })), children);
3069
- });
3070
- if (process.env.NODE_ENV !== "production") {
3071
- StarReview.propTypes = iconPropTypes4cbeb95d.i;
3072
- }
3073
-
3074
- exports.Search = Search;
3075
- exports.SearchAdvanced = SearchAdvanced;
3076
- exports.SearchLocate = SearchLocate;
3077
- exports.SearchLocateMirror = SearchLocateMirror;
3078
- exports.Security = Security;
3079
- exports.SecurityServices = SecurityServices;
3080
- exports.SelectWindow = SelectWindow;
3081
- exports.Select_01 = Select_01;
3082
- exports.Select_02 = Select_02;
3083
- exports.Send = Send;
3084
- exports.SendActionUsage = SendActionUsage;
3085
- exports.SendAlt = SendAlt;
3086
- exports.SendAltFilled = SendAltFilled;
3087
- exports.SendBackward = SendBackward;
3088
- exports.SendFilled = SendFilled;
3089
- exports.SendToBack = SendToBack;
3090
- exports.ServerDns = ServerDns;
3091
- exports.ServerProxy = ServerProxy;
3092
- exports.ServerTime = ServerTime;
3093
- exports.ServiceDesk = ServiceDesk;
3094
- exports.ServiceId = ServiceId;
3095
- exports.ServiceLevels = ServiceLevels;
3096
- exports.SessionBorderControl = SessionBorderControl;
3097
- exports.Settings = Settings;
3098
- exports.SettingsAdjust = SettingsAdjust;
3099
- exports.SettingsCheck = SettingsCheck;
3100
- exports.SettingsEdit = SettingsEdit;
3101
- exports.SettingsServices = SettingsServices;
3102
- exports.SettingsView = SettingsView;
3103
- exports.ShapeExcept = ShapeExcept;
3104
- exports.ShapeExclude = ShapeExclude;
3105
- exports.ShapeIntersect = ShapeIntersect;
3106
- exports.ShapeJoin = ShapeJoin;
3107
- exports.ShapeUnite = ShapeUnite;
3108
- exports.Shapes = Shapes;
3109
- exports.Share = Share;
3110
- exports.ShareKnowledge = ShareKnowledge;
3111
- exports.ShoppingBag = ShoppingBag;
3112
- exports.ShoppingCart = ShoppingCart;
3113
- exports.ShoppingCartArrowDown = ShoppingCartArrowDown;
3114
- exports.ShoppingCartArrowUp = ShoppingCartArrowUp;
3115
- exports.ShoppingCartClear = ShoppingCartClear;
3116
- exports.ShoppingCartError = ShoppingCartError;
3117
- exports.ShoppingCartMinus = ShoppingCartMinus;
3118
- exports.ShoppingCartPlus = ShoppingCartPlus;
3119
- exports.ShoppingCatalog = ShoppingCatalog;
3120
- exports.ShowDataCards = ShowDataCards;
3121
- exports.ShrinkScreen = ShrinkScreen;
3122
- exports.ShrinkScreenFilled = ShrinkScreenFilled;
3123
- exports.Shuffle = Shuffle;
3124
- exports.Shuttle = Shuttle;
3125
- exports.SidePanelClose = SidePanelClose;
3126
- exports.SidePanelCloseFilled = SidePanelCloseFilled;
3127
- exports.SidePanelOpen = SidePanelOpen;
3128
- exports.SidePanelOpenFilled = SidePanelOpenFilled;
3129
- exports.Sight = Sight;
3130
- exports.Sigma = Sigma;
3131
- exports.SignalStrength = SignalStrength;
3132
- exports.SimCard = SimCard;
3133
- exports.SkillLevel = SkillLevel;
3134
- exports.SkillLevelAdvanced = SkillLevelAdvanced;
3135
- exports.SkillLevelBasic = SkillLevelBasic;
3136
- exports.SkillLevelIntermediate = SkillLevelIntermediate;
3137
- exports.SkipBack = SkipBack;
3138
- exports.SkipBackFilled = SkipBackFilled;
3139
- exports.SkipBackOutline = SkipBackOutline;
3140
- exports.SkipBackOutlineFilled = SkipBackOutlineFilled;
3141
- exports.SkipBackOutlineSolid = SkipBackOutlineSolid;
3142
- exports.SkipBackSolidFilled = SkipBackSolidFilled;
3143
- exports.SkipForward = SkipForward;
3144
- exports.SkipForwardFilled = SkipForwardFilled;
3145
- exports.SkipForwardOutline = SkipForwardOutline;
3146
- exports.SkipForwardOutlineFilled = SkipForwardOutlineFilled;
3147
- exports.SkipForwardOutlineSolid = SkipForwardOutlineSolid;
3148
- exports.SkipForwardSolidFilled = SkipForwardSolidFilled;
3149
- exports.Sleet = Sleet;
3150
- exports.Slisor = Slisor;
3151
- exports.Slm = Slm;
3152
- exports.Smell = Smell;
3153
- exports.Smoke = Smoke;
3154
- exports.Snooze = Snooze;
3155
- exports.Snow = Snow;
3156
- exports.SnowBlizzard = SnowBlizzard;
3157
- exports.SnowDensity = SnowDensity;
3158
- exports.SnowHeavy = SnowHeavy;
3159
- exports.SnowScattered = SnowScattered;
3160
- exports.SnowScatteredNight = SnowScatteredNight;
3161
- exports.Snowflake = Snowflake;
3162
- exports.Soccer = Soccer;
3163
- exports.SoftwareResource = SoftwareResource;
3164
- exports.SoftwareResourceCluster = SoftwareResourceCluster;
3165
- exports.SoftwareResourceResource = SoftwareResourceResource;
3166
- exports.SoilMoisture = SoilMoisture;
3167
- exports.SoilMoistureField = SoilMoistureField;
3168
- exports.SoilMoistureGlobal = SoilMoistureGlobal;
3169
- exports.SoilTemperature = SoilTemperature;
3170
- exports.SoilTemperatureField = SoilTemperatureField;
3171
- exports.SoilTemperatureGlobal = SoilTemperatureGlobal;
3172
- exports.SolarPanel = SolarPanel;
3173
- exports.SortAscending = SortAscending;
3174
- exports.SortDescending = SortDescending;
3175
- exports.SortRemove = SortRemove;
3176
- exports.SpellCheck = SpellCheck;
3177
- exports.Split = Split;
3178
- exports.SplitScreen = SplitScreen;
3179
- exports.SprayPaint = SprayPaint;
3180
- exports.Sprout = Sprout;
3181
- exports.SpyreAccelerator = SpyreAccelerator;
3182
- exports.Sql = Sql;
3183
- exports.SquareFill = SquareFill;
3184
- exports.SquareOutline = SquareOutline;
3185
- exports.SquareSolid = SquareSolid;
3186
- exports.StackLimitation = StackLimitation;
3187
- exports.Stamp = Stamp;
3188
- exports.Star = Star;
3189
- exports.StarFilled = StarFilled;
3190
- exports.StarHalf = StarHalf;
3191
- exports.StarReview = StarReview;
3192
- exports.WatsonHealthSmoothing = WatsonHealthSmoothing;
3193
- exports.WatsonHealthSmoothingCursor = WatsonHealthSmoothingCursor;
3194
- exports.WatsonHealthSpineLabel = WatsonHealthSpineLabel;
3195
- exports.WatsonHealthSplitDiscard = WatsonHealthSplitDiscard;
3196
- exports.WatsonHealthStackedMove = WatsonHealthStackedMove;
3197
- exports.WatsonHealthStackedScrolling_1 = WatsonHealthStackedScrolling_1;
3198
- exports.WatsonHealthStackedScrolling_2 = WatsonHealthStackedScrolling_2;