@carbon-labs/react-animated-header 0.18.0 → 0.20.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 +624 -192
  2. package/es/__stories__/data/index.d.ts +52 -16
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +6 -2
  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 +3 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -9
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -4
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -8
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -28
  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 +624 -192
  18. package/lib/__stories__/data/index.d.ts +52 -16
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +6 -2
  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 +3 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +10 -9
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -4
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -8
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -27
  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,3072 +0,0 @@
1
- /**
2
- * Copyright IBM Corp. 2024
3
- *
4
- * This source code is licensed under the Apache-2.0 license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- import React from 'react';
9
- import Icon from '../Icon.js';
10
- import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
11
- import 'prop-types';
12
-
13
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _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;
14
- const Search = /*#__PURE__*/React.forwardRef(function Search(_ref, ref) {
15
- let {
16
- children,
17
- size = 16,
18
- ...rest
19
- } = _ref;
20
- if (size === 16 || size === "16" || size === "16px") {
21
- return /*#__PURE__*/React.createElement(Icon, {
22
- width: size,
23
- height: size,
24
- ref: ref,
25
- xmlns: "http://www.w3.org/2000/svg",
26
- viewBox: "0 0 16 16",
27
- fill: "currentColor",
28
- ...rest
29
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
30
- 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"
31
- })), children);
32
- }
33
- return /*#__PURE__*/React.createElement(Icon, {
34
- width: size,
35
- height: size,
36
- ref: ref,
37
- xmlns: "http://www.w3.org/2000/svg",
38
- viewBox: "0 0 32 32",
39
- fill: "currentColor",
40
- ...rest
41
- }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
42
- 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"
43
- })), children);
44
- });
45
- if (process.env.NODE_ENV !== "production") {
46
- Search.propTypes = iconPropTypes;
47
- }
48
- const SearchAdvanced = /*#__PURE__*/React.forwardRef(function SearchAdvanced(_ref2, ref) {
49
- let {
50
- children,
51
- size = 16,
52
- ...rest
53
- } = _ref2;
54
- return /*#__PURE__*/React.createElement(Icon, {
55
- width: size,
56
- height: size,
57
- ref: ref,
58
- xmlns: "http://www.w3.org/2000/svg",
59
- viewBox: "0 0 32 32",
60
- fill: "currentColor",
61
- ...rest
62
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
63
- 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"
64
- })), children);
65
- });
66
- if (process.env.NODE_ENV !== "production") {
67
- SearchAdvanced.propTypes = iconPropTypes;
68
- }
69
- const SearchLocate = /*#__PURE__*/React.forwardRef(function SearchLocate(_ref3, ref) {
70
- let {
71
- children,
72
- size = 16,
73
- ...rest
74
- } = _ref3;
75
- return /*#__PURE__*/React.createElement(Icon, {
76
- width: size,
77
- height: size,
78
- ref: ref,
79
- xmlns: "http://www.w3.org/2000/svg",
80
- viewBox: "0 0 32 32",
81
- fill: "currentColor",
82
- ...rest
83
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
84
- 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"
85
- })), children);
86
- });
87
- if (process.env.NODE_ENV !== "production") {
88
- SearchLocate.propTypes = iconPropTypes;
89
- }
90
- const SearchLocateMirror = /*#__PURE__*/React.forwardRef(function SearchLocateMirror(_ref4, ref) {
91
- let {
92
- children,
93
- size = 16,
94
- ...rest
95
- } = _ref4;
96
- return /*#__PURE__*/React.createElement(Icon, {
97
- width: size,
98
- height: size,
99
- ref: ref,
100
- xmlns: "http://www.w3.org/2000/svg",
101
- viewBox: "0 0 32 32",
102
- fill: "currentColor",
103
- ...rest
104
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
105
- 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"
106
- })), children);
107
- });
108
- if (process.env.NODE_ENV !== "production") {
109
- SearchLocateMirror.propTypes = iconPropTypes;
110
- }
111
- const Security = /*#__PURE__*/React.forwardRef(function Security(_ref5, ref) {
112
- let {
113
- children,
114
- size = 16,
115
- ...rest
116
- } = _ref5;
117
- return /*#__PURE__*/React.createElement(Icon, {
118
- width: size,
119
- height: size,
120
- ref: ref,
121
- xmlns: "http://www.w3.org/2000/svg",
122
- viewBox: "0 0 32 32",
123
- fill: "currentColor",
124
- ...rest
125
- }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
126
- d: "M14 16.59L11.41 14 10 15.41 14 19.41 22 11.41 20.59 10 14 16.59z"
127
- })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
128
- 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"
129
- })), children);
130
- });
131
- if (process.env.NODE_ENV !== "production") {
132
- Security.propTypes = iconPropTypes;
133
- }
134
- const SecurityServices = /*#__PURE__*/React.forwardRef(function SecurityServices(_ref6, ref) {
135
- let {
136
- children,
137
- size = 16,
138
- ...rest
139
- } = _ref6;
140
- return /*#__PURE__*/React.createElement(Icon, {
141
- width: size,
142
- height: size,
143
- ref: ref,
144
- xmlns: "http://www.w3.org/2000/svg",
145
- viewBox: "0 0 32 32",
146
- fill: "currentColor",
147
- ...rest
148
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
149
- 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"
150
- })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
151
- 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"
152
- })), children);
153
- });
154
- if (process.env.NODE_ENV !== "production") {
155
- SecurityServices.propTypes = iconPropTypes;
156
- }
157
- const Select_01 = /*#__PURE__*/React.forwardRef(function Select_01(_ref7, ref) {
158
- let {
159
- children,
160
- size = 16,
161
- ...rest
162
- } = _ref7;
163
- return /*#__PURE__*/React.createElement(Icon, {
164
- width: size,
165
- height: size,
166
- ref: ref,
167
- xmlns: "http://www.w3.org/2000/svg",
168
- viewBox: "0 0 32 32",
169
- fill: "currentColor",
170
- ...rest
171
- }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
172
- 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"
173
- })), children);
174
- });
175
- if (process.env.NODE_ENV !== "production") {
176
- Select_01.propTypes = iconPropTypes;
177
- }
178
- const Select_02 = /*#__PURE__*/React.forwardRef(function Select_02(_ref8, ref) {
179
- let {
180
- children,
181
- size = 16,
182
- ...rest
183
- } = _ref8;
184
- return /*#__PURE__*/React.createElement(Icon, {
185
- width: size,
186
- height: size,
187
- ref: ref,
188
- xmlns: "http://www.w3.org/2000/svg",
189
- viewBox: "0 0 32 32",
190
- fill: "currentColor",
191
- ...rest
192
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
193
- 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"
194
- })), children);
195
- });
196
- if (process.env.NODE_ENV !== "production") {
197
- Select_02.propTypes = iconPropTypes;
198
- }
199
- const SelectWindow = /*#__PURE__*/React.forwardRef(function SelectWindow(_ref9, ref) {
200
- let {
201
- children,
202
- size = 16,
203
- ...rest
204
- } = _ref9;
205
- return /*#__PURE__*/React.createElement(Icon, {
206
- width: size,
207
- height: size,
208
- ref: ref,
209
- xmlns: "http://www.w3.org/2000/svg",
210
- viewBox: "0 0 32 32",
211
- fill: "currentColor",
212
- ...rest
213
- }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
214
- 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"
215
- })), children);
216
- });
217
- if (process.env.NODE_ENV !== "production") {
218
- SelectWindow.propTypes = iconPropTypes;
219
- }
220
- const Send = /*#__PURE__*/React.forwardRef(function Send(_ref10, ref) {
221
- let {
222
- children,
223
- size = 16,
224
- ...rest
225
- } = _ref10;
226
- return /*#__PURE__*/React.createElement(Icon, {
227
- width: size,
228
- height: size,
229
- ref: ref,
230
- xmlns: "http://www.w3.org/2000/svg",
231
- viewBox: "0 0 32 32",
232
- fill: "currentColor",
233
- ...rest
234
- }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
235
- 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"
236
- })), children);
237
- });
238
- if (process.env.NODE_ENV !== "production") {
239
- Send.propTypes = iconPropTypes;
240
- }
241
- const SendAlt = /*#__PURE__*/React.forwardRef(function SendAlt(_ref11, ref) {
242
- let {
243
- children,
244
- size = 16,
245
- ...rest
246
- } = _ref11;
247
- return /*#__PURE__*/React.createElement(Icon, {
248
- width: size,
249
- height: size,
250
- ref: ref,
251
- xmlns: "http://www.w3.org/2000/svg",
252
- viewBox: "0 0 32 32",
253
- fill: "currentColor",
254
- ...rest
255
- }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
256
- 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"
257
- })), children);
258
- });
259
- if (process.env.NODE_ENV !== "production") {
260
- SendAlt.propTypes = iconPropTypes;
261
- }
262
- const SendAltFilled = /*#__PURE__*/React.forwardRef(function SendAltFilled(_ref12, ref) {
263
- let {
264
- children,
265
- size = 16,
266
- ...rest
267
- } = _ref12;
268
- return /*#__PURE__*/React.createElement(Icon, {
269
- width: size,
270
- height: size,
271
- ref: ref,
272
- xmlns: "http://www.w3.org/2000/svg",
273
- viewBox: "0 0 32 32",
274
- fill: "currentColor",
275
- ...rest
276
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
277
- 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"
278
- })), children);
279
- });
280
- if (process.env.NODE_ENV !== "production") {
281
- SendAltFilled.propTypes = iconPropTypes;
282
- }
283
- const SendFilled = /*#__PURE__*/React.forwardRef(function SendFilled(_ref13, ref) {
284
- let {
285
- children,
286
- size = 16,
287
- ...rest
288
- } = _ref13;
289
- return /*#__PURE__*/React.createElement(Icon, {
290
- width: size,
291
- height: size,
292
- ref: ref,
293
- xmlns: "http://www.w3.org/2000/svg",
294
- viewBox: "0 0 32 32",
295
- fill: "currentColor",
296
- ...rest
297
- }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
298
- 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"
299
- })), children);
300
- });
301
- if (process.env.NODE_ENV !== "production") {
302
- SendFilled.propTypes = iconPropTypes;
303
- }
304
- const SendActionUsage = /*#__PURE__*/React.forwardRef(function SendActionUsage(_ref14, ref) {
305
- let {
306
- children,
307
- size = 16,
308
- ...rest
309
- } = _ref14;
310
- return /*#__PURE__*/React.createElement(Icon, {
311
- width: size,
312
- height: size,
313
- ref: ref,
314
- xmlns: "http://www.w3.org/2000/svg",
315
- viewBox: "0 0 32 32",
316
- fill: "currentColor",
317
- ...rest
318
- }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
319
- strokeWidth: "0",
320
- 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"
321
- })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
322
- strokeWidth: "0",
323
- 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"
324
- })), children);
325
- });
326
- if (process.env.NODE_ENV !== "production") {
327
- SendActionUsage.propTypes = iconPropTypes;
328
- }
329
- const SendBackward = /*#__PURE__*/React.forwardRef(function SendBackward(_ref15, ref) {
330
- let {
331
- children,
332
- size = 16,
333
- ...rest
334
- } = _ref15;
335
- return /*#__PURE__*/React.createElement(Icon, {
336
- width: size,
337
- height: size,
338
- ref: ref,
339
- xmlns: "http://www.w3.org/2000/svg",
340
- viewBox: "0 0 32 32",
341
- fill: "currentColor",
342
- ...rest
343
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
344
- 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"
345
- })), children);
346
- });
347
- if (process.env.NODE_ENV !== "production") {
348
- SendBackward.propTypes = iconPropTypes;
349
- }
350
- const SendToBack = /*#__PURE__*/React.forwardRef(function SendToBack(_ref16, ref) {
351
- let {
352
- children,
353
- size = 16,
354
- ...rest
355
- } = _ref16;
356
- return /*#__PURE__*/React.createElement(Icon, {
357
- width: size,
358
- height: size,
359
- ref: ref,
360
- xmlns: "http://www.w3.org/2000/svg",
361
- viewBox: "0 0 32 32",
362
- fill: "currentColor",
363
- ...rest
364
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
365
- 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"
366
- })), children);
367
- });
368
- if (process.env.NODE_ENV !== "production") {
369
- SendToBack.propTypes = iconPropTypes;
370
- }
371
- const ServerDns = /*#__PURE__*/React.forwardRef(function ServerDns(_ref17, ref) {
372
- let {
373
- children,
374
- size = 16,
375
- ...rest
376
- } = _ref17;
377
- return /*#__PURE__*/React.createElement(Icon, {
378
- width: size,
379
- height: size,
380
- ref: ref,
381
- xmlns: "http://www.w3.org/2000/svg",
382
- viewBox: "0 0 32 32",
383
- fill: "currentColor",
384
- ...rest
385
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
386
- 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"
387
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
388
- cx: "7",
389
- cy: "25",
390
- r: "1"
391
- })), children);
392
- });
393
- if (process.env.NODE_ENV !== "production") {
394
- ServerDns.propTypes = iconPropTypes;
395
- }
396
- const ServerProxy = /*#__PURE__*/React.forwardRef(function ServerProxy(_ref18, ref) {
397
- let {
398
- children,
399
- size = 16,
400
- ...rest
401
- } = _ref18;
402
- return /*#__PURE__*/React.createElement(Icon, {
403
- width: size,
404
- height: size,
405
- ref: ref,
406
- xmlns: "http://www.w3.org/2000/svg",
407
- viewBox: "0 0 32 32",
408
- fill: "currentColor",
409
- ...rest
410
- }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
411
- d: "M6,30H26a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v6A2,2,0,0,0,6,30Zm0-8H26v6H6Z"
412
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
413
- cx: "9",
414
- cy: "25",
415
- r: "1"
416
- })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
417
- 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"
418
- })), children);
419
- });
420
- if (process.env.NODE_ENV !== "production") {
421
- ServerProxy.propTypes = iconPropTypes;
422
- }
423
- const ServerTime = /*#__PURE__*/React.forwardRef(function ServerTime(_ref19, ref) {
424
- let {
425
- children,
426
- size = 16,
427
- ...rest
428
- } = _ref19;
429
- return /*#__PURE__*/React.createElement(Icon, {
430
- width: size,
431
- height: size,
432
- ref: ref,
433
- xmlns: "http://www.w3.org/2000/svg",
434
- viewBox: "0 0 32 32",
435
- fill: "currentColor",
436
- ...rest
437
- }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
438
- d: "M28,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"
439
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
440
- cx: "7",
441
- cy: "25",
442
- r: "1"
443
- })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
444
- d: "M19 11.586L17 9.586 17 6 15 6 15 10.414 17.586 13 19 11.586z"
445
- })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
446
- 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"
447
- })), children);
448
- });
449
- if (process.env.NODE_ENV !== "production") {
450
- ServerTime.propTypes = iconPropTypes;
451
- }
452
- const ServiceDesk = /*#__PURE__*/React.forwardRef(function ServiceDesk(_ref20, ref) {
453
- let {
454
- children,
455
- size = 16,
456
- ...rest
457
- } = _ref20;
458
- return /*#__PURE__*/React.createElement(Icon, {
459
- width: size,
460
- height: size,
461
- ref: ref,
462
- xmlns: "http://www.w3.org/2000/svg",
463
- viewBox: "0 0 32 32",
464
- fill: "currentColor",
465
- ...rest
466
- }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
467
- 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",
468
- transform: "translate(0 .005)"
469
- })), children);
470
- });
471
- if (process.env.NODE_ENV !== "production") {
472
- ServiceDesk.propTypes = iconPropTypes;
473
- }
474
- const ServiceId = /*#__PURE__*/React.forwardRef(function ServiceId(_ref21, ref) {
475
- let {
476
- children,
477
- size = 16,
478
- ...rest
479
- } = _ref21;
480
- return /*#__PURE__*/React.createElement(Icon, {
481
- width: size,
482
- height: size,
483
- ref: ref,
484
- xmlns: "http://www.w3.org/2000/svg",
485
- viewBox: "0 0 32 32",
486
- fill: "currentColor",
487
- ...rest
488
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
489
- 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"
490
- })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
491
- 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"
492
- })), children);
493
- });
494
- if (process.env.NODE_ENV !== "production") {
495
- ServiceId.propTypes = iconPropTypes;
496
- }
497
- const ServiceLevels = /*#__PURE__*/React.forwardRef(function ServiceLevels(_ref22, ref) {
498
- let {
499
- children,
500
- size = 16,
501
- ...rest
502
- } = _ref22;
503
- return /*#__PURE__*/React.createElement(Icon, {
504
- width: size,
505
- height: size,
506
- ref: ref,
507
- xmlns: "http://www.w3.org/2000/svg",
508
- viewBox: "0 0 32 32",
509
- fill: "currentColor",
510
- ...rest
511
- }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
512
- cx: "7",
513
- cy: "19",
514
- r: "1"
515
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
516
- cx: "16",
517
- cy: "11",
518
- r: "1"
519
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
520
- cx: "25",
521
- cy: "19",
522
- r: "1"
523
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
524
- cx: "10",
525
- cy: "14",
526
- r: "1"
527
- })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
528
- 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"
529
- })), children);
530
- });
531
- if (process.env.NODE_ENV !== "production") {
532
- ServiceLevels.propTypes = iconPropTypes;
533
- }
534
- const SessionBorderControl = /*#__PURE__*/React.forwardRef(function SessionBorderControl(_ref23, ref) {
535
- let {
536
- children,
537
- size = 16,
538
- ...rest
539
- } = _ref23;
540
- return /*#__PURE__*/React.createElement(Icon, {
541
- width: size,
542
- height: size,
543
- ref: ref,
544
- xmlns: "http://www.w3.org/2000/svg",
545
- viewBox: "0 0 32 32",
546
- fill: "currentColor",
547
- ...rest
548
- }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
549
- 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"
550
- })), children);
551
- });
552
- if (process.env.NODE_ENV !== "production") {
553
- SessionBorderControl.propTypes = iconPropTypes;
554
- }
555
- const Settings = /*#__PURE__*/React.forwardRef(function Settings(_ref24, ref) {
556
- let {
557
- children,
558
- size = 16,
559
- ...rest
560
- } = _ref24;
561
- if (size === 16 || size === "16" || size === "16px") {
562
- return /*#__PURE__*/React.createElement(Icon, {
563
- width: size,
564
- height: size,
565
- ref: ref,
566
- xmlns: "http://www.w3.org/2000/svg",
567
- viewBox: "0 0 16 16",
568
- fill: "currentColor",
569
- ...rest
570
- }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
571
- 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"
572
- })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
573
- 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"
574
- })), children);
575
- }
576
- return /*#__PURE__*/React.createElement(Icon, {
577
- width: size,
578
- height: size,
579
- ref: ref,
580
- xmlns: "http://www.w3.org/2000/svg",
581
- viewBox: "0 0 32 32",
582
- fill: "currentColor",
583
- ...rest
584
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
585
- 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"
586
- })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
587
- 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"
588
- })), children);
589
- });
590
- if (process.env.NODE_ENV !== "production") {
591
- Settings.propTypes = iconPropTypes;
592
- }
593
- const SettingsAdjust = /*#__PURE__*/React.forwardRef(function SettingsAdjust(_ref25, ref) {
594
- let {
595
- children,
596
- size = 16,
597
- ...rest
598
- } = _ref25;
599
- return /*#__PURE__*/React.createElement(Icon, {
600
- width: size,
601
- height: size,
602
- ref: ref,
603
- xmlns: "http://www.w3.org/2000/svg",
604
- viewBox: "0 0 32 32",
605
- fill: "currentColor",
606
- ...rest
607
- }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
608
- 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"
609
- })), children);
610
- });
611
- if (process.env.NODE_ENV !== "production") {
612
- SettingsAdjust.propTypes = iconPropTypes;
613
- }
614
- const SettingsCheck = /*#__PURE__*/React.forwardRef(function SettingsCheck(_ref26, ref) {
615
- let {
616
- children,
617
- size = 16,
618
- ...rest
619
- } = _ref26;
620
- return /*#__PURE__*/React.createElement(Icon, {
621
- width: size,
622
- height: size,
623
- ref: ref,
624
- xmlns: "http://www.w3.org/2000/svg",
625
- viewBox: "0 0 32 32",
626
- fill: "currentColor",
627
- ...rest
628
- }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
629
- 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"
630
- })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
631
- 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"
632
- })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
633
- d: "M23 26.18L20.41 23.59 19 25 23 29 30 22 28.59 20.59 23 26.18z"
634
- })), children);
635
- });
636
- if (process.env.NODE_ENV !== "production") {
637
- SettingsCheck.propTypes = iconPropTypes;
638
- }
639
- const SettingsEdit = /*#__PURE__*/React.forwardRef(function SettingsEdit(_ref27, ref) {
640
- let {
641
- children,
642
- size = 16,
643
- ...rest
644
- } = _ref27;
645
- return /*#__PURE__*/React.createElement(Icon, {
646
- width: size,
647
- height: size,
648
- ref: ref,
649
- xmlns: "http://www.w3.org/2000/svg",
650
- viewBox: "0 0 32 32",
651
- fill: "currentColor",
652
- ...rest
653
- }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
654
- 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"
655
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
656
- 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"
657
- })), children);
658
- });
659
- if (process.env.NODE_ENV !== "production") {
660
- SettingsEdit.propTypes = iconPropTypes;
661
- }
662
- const SettingsServices = /*#__PURE__*/React.forwardRef(function SettingsServices(_ref28, ref) {
663
- let {
664
- children,
665
- size = 16,
666
- ...rest
667
- } = _ref28;
668
- return /*#__PURE__*/React.createElement(Icon, {
669
- width: size,
670
- height: size,
671
- ref: ref,
672
- xmlns: "http://www.w3.org/2000/svg",
673
- viewBox: "0 0 32 32",
674
- fill: "currentColor",
675
- ...rest
676
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
677
- d: "M29,25H27V23h1V19H24v1H22V18a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v6A1,1,0,0,1,29,25Z"
678
- })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
679
- 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"
680
- })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
681
- 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"
682
- })), children);
683
- });
684
- if (process.env.NODE_ENV !== "production") {
685
- SettingsServices.propTypes = iconPropTypes;
686
- }
687
- const SettingsView = /*#__PURE__*/React.forwardRef(function SettingsView(_ref29, ref) {
688
- let {
689
- children,
690
- size = 16,
691
- ...rest
692
- } = _ref29;
693
- return /*#__PURE__*/React.createElement(Icon, {
694
- width: size,
695
- height: size,
696
- ref: ref,
697
- xmlns: "http://www.w3.org/2000/svg",
698
- viewBox: "0 0 32 32",
699
- fill: "currentColor",
700
- ...rest
701
- }, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
702
- cx: "23",
703
- cy: "24",
704
- r: "2"
705
- })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
706
- 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"
707
- })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
708
- 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"
709
- })), children);
710
- });
711
- if (process.env.NODE_ENV !== "production") {
712
- SettingsView.propTypes = iconPropTypes;
713
- }
714
- const ShapeExcept = /*#__PURE__*/React.forwardRef(function ShapeExcept(_ref30, ref) {
715
- let {
716
- children,
717
- size = 16,
718
- ...rest
719
- } = _ref30;
720
- return /*#__PURE__*/React.createElement(Icon, {
721
- width: size,
722
- height: size,
723
- ref: ref,
724
- xmlns: "http://www.w3.org/2000/svg",
725
- viewBox: "0 0 32 32",
726
- fill: "currentColor",
727
- ...rest
728
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
729
- 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"
730
- })), children);
731
- });
732
- if (process.env.NODE_ENV !== "production") {
733
- ShapeExcept.propTypes = iconPropTypes;
734
- }
735
- const ShapeExclude = /*#__PURE__*/React.forwardRef(function ShapeExclude(_ref31, ref) {
736
- let {
737
- children,
738
- size = 16,
739
- ...rest
740
- } = _ref31;
741
- return /*#__PURE__*/React.createElement(Icon, {
742
- width: size,
743
- height: size,
744
- ref: ref,
745
- xmlns: "http://www.w3.org/2000/svg",
746
- viewBox: "0 0 32 32",
747
- fill: "currentColor",
748
- ...rest
749
- }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
750
- 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"
751
- })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
752
- 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"
753
- })), children);
754
- });
755
- if (process.env.NODE_ENV !== "production") {
756
- ShapeExclude.propTypes = iconPropTypes;
757
- }
758
- const ShapeIntersect = /*#__PURE__*/React.forwardRef(function ShapeIntersect(_ref32, ref) {
759
- let {
760
- children,
761
- size = 16,
762
- ...rest
763
- } = _ref32;
764
- return /*#__PURE__*/React.createElement(Icon, {
765
- width: size,
766
- height: size,
767
- ref: ref,
768
- xmlns: "http://www.w3.org/2000/svg",
769
- viewBox: "0 0 32 32",
770
- fill: "currentColor",
771
- ...rest
772
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
773
- 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"
774
- })), children);
775
- });
776
- if (process.env.NODE_ENV !== "production") {
777
- ShapeIntersect.propTypes = iconPropTypes;
778
- }
779
- const ShapeJoin = /*#__PURE__*/React.forwardRef(function ShapeJoin(_ref33, ref) {
780
- let {
781
- children,
782
- size = 16,
783
- ...rest
784
- } = _ref33;
785
- return /*#__PURE__*/React.createElement(Icon, {
786
- width: size,
787
- height: size,
788
- ref: ref,
789
- xmlns: "http://www.w3.org/2000/svg",
790
- viewBox: "0 0 32 32",
791
- fill: "currentColor",
792
- ...rest
793
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
794
- 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"
795
- })), children);
796
- });
797
- if (process.env.NODE_ENV !== "production") {
798
- ShapeJoin.propTypes = iconPropTypes;
799
- }
800
- const ShapeUnite = /*#__PURE__*/React.forwardRef(function ShapeUnite(_ref34, ref) {
801
- let {
802
- children,
803
- size = 16,
804
- ...rest
805
- } = _ref34;
806
- return /*#__PURE__*/React.createElement(Icon, {
807
- width: size,
808
- height: size,
809
- ref: ref,
810
- xmlns: "http://www.w3.org/2000/svg",
811
- viewBox: "0 0 32 32",
812
- fill: "currentColor",
813
- ...rest
814
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
815
- 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"
816
- })), children);
817
- });
818
- if (process.env.NODE_ENV !== "production") {
819
- ShapeUnite.propTypes = iconPropTypes;
820
- }
821
- const Shapes = /*#__PURE__*/React.forwardRef(function Shapes(_ref35, ref) {
822
- let {
823
- children,
824
- size = 16,
825
- ...rest
826
- } = _ref35;
827
- return /*#__PURE__*/React.createElement(Icon, {
828
- width: size,
829
- height: size,
830
- ref: ref,
831
- xmlns: "http://www.w3.org/2000/svg",
832
- viewBox: "0 0 32 32",
833
- fill: "currentColor",
834
- ...rest
835
- }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
836
- strokeWidth: "0",
837
- 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"
838
- })), children);
839
- });
840
- if (process.env.NODE_ENV !== "production") {
841
- Shapes.propTypes = iconPropTypes;
842
- }
843
- const Share = /*#__PURE__*/React.forwardRef(function Share(_ref36, ref) {
844
- let {
845
- children,
846
- size = 16,
847
- ...rest
848
- } = _ref36;
849
- return /*#__PURE__*/React.createElement(Icon, {
850
- width: size,
851
- height: size,
852
- ref: ref,
853
- xmlns: "http://www.w3.org/2000/svg",
854
- viewBox: "0 0 32 32",
855
- fill: "currentColor",
856
- ...rest
857
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
858
- 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"
859
- })), children);
860
- });
861
- if (process.env.NODE_ENV !== "production") {
862
- Share.propTypes = iconPropTypes;
863
- }
864
- const ShareKnowledge = /*#__PURE__*/React.forwardRef(function ShareKnowledge(_ref37, ref) {
865
- let {
866
- children,
867
- size = 16,
868
- ...rest
869
- } = _ref37;
870
- return /*#__PURE__*/React.createElement(Icon, {
871
- width: size,
872
- height: size,
873
- ref: ref,
874
- xmlns: "http://www.w3.org/2000/svg",
875
- viewBox: "0 0 32 32",
876
- fill: "currentColor",
877
- ...rest
878
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
879
- 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"
880
- })), children);
881
- });
882
- if (process.env.NODE_ENV !== "production") {
883
- ShareKnowledge.propTypes = iconPropTypes;
884
- }
885
- const ShoppingBag = /*#__PURE__*/React.forwardRef(function ShoppingBag(_ref38, ref) {
886
- let {
887
- children,
888
- size = 16,
889
- ...rest
890
- } = _ref38;
891
- return /*#__PURE__*/React.createElement(Icon, {
892
- width: size,
893
- height: size,
894
- ref: ref,
895
- xmlns: "http://www.w3.org/2000/svg",
896
- viewBox: "0 0 32 32",
897
- fill: "currentColor",
898
- ...rest
899
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
900
- 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"
901
- })), children);
902
- });
903
- if (process.env.NODE_ENV !== "production") {
904
- ShoppingBag.propTypes = iconPropTypes;
905
- }
906
- const ShoppingCart = /*#__PURE__*/React.forwardRef(function ShoppingCart(_ref39, ref) {
907
- let {
908
- children,
909
- size = 16,
910
- ...rest
911
- } = _ref39;
912
- return /*#__PURE__*/React.createElement(Icon, {
913
- width: size,
914
- height: size,
915
- ref: ref,
916
- xmlns: "http://www.w3.org/2000/svg",
917
- viewBox: "0 0 32 32",
918
- fill: "currentColor",
919
- ...rest
920
- }, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
921
- cx: "10",
922
- cy: "28",
923
- r: "2"
924
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
925
- cx: "24",
926
- cy: "28",
927
- r: "2"
928
- })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
929
- 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"
930
- })), children);
931
- });
932
- if (process.env.NODE_ENV !== "production") {
933
- ShoppingCart.propTypes = iconPropTypes;
934
- }
935
- const ShoppingCartArrowDown = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowDown(_ref40, ref) {
936
- let {
937
- children,
938
- size = 16,
939
- ...rest
940
- } = _ref40;
941
- return /*#__PURE__*/React.createElement(Icon, {
942
- width: size,
943
- height: size,
944
- ref: ref,
945
- xmlns: "http://www.w3.org/2000/svg",
946
- viewBox: "0 0 32 32",
947
- fill: "currentColor",
948
- ...rest
949
- }, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
950
- cx: "10",
951
- cy: "28",
952
- r: "2"
953
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
954
- cx: "24",
955
- cy: "28",
956
- r: "2"
957
- })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
958
- 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"
959
- })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
960
- 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"
961
- })), children);
962
- });
963
- if (process.env.NODE_ENV !== "production") {
964
- ShoppingCartArrowDown.propTypes = iconPropTypes;
965
- }
966
- const ShoppingCartArrowUp = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowUp(_ref41, ref) {
967
- let {
968
- children,
969
- size = 16,
970
- ...rest
971
- } = _ref41;
972
- return /*#__PURE__*/React.createElement(Icon, {
973
- width: size,
974
- height: size,
975
- ref: ref,
976
- xmlns: "http://www.w3.org/2000/svg",
977
- viewBox: "0 0 32 32",
978
- fill: "currentColor",
979
- ...rest
980
- }, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
981
- cx: "10",
982
- cy: "28",
983
- r: "2"
984
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
985
- cx: "24",
986
- cy: "28",
987
- r: "2"
988
- })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
989
- 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"
990
- })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
991
- 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"
992
- })), children);
993
- });
994
- if (process.env.NODE_ENV !== "production") {
995
- ShoppingCartArrowUp.propTypes = iconPropTypes;
996
- }
997
- const ShoppingCartClear = /*#__PURE__*/React.forwardRef(function ShoppingCartClear(_ref42, ref) {
998
- let {
999
- children,
1000
- size = 16,
1001
- ...rest
1002
- } = _ref42;
1003
- return /*#__PURE__*/React.createElement(Icon, {
1004
- width: size,
1005
- height: size,
1006
- ref: ref,
1007
- xmlns: "http://www.w3.org/2000/svg",
1008
- viewBox: "0 0 32 32",
1009
- fill: "currentColor",
1010
- ...rest
1011
- }, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
1012
- cx: "10",
1013
- cy: "28",
1014
- r: "2"
1015
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
1016
- cx: "24",
1017
- cy: "28",
1018
- r: "2"
1019
- })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
1020
- 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"
1021
- })), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
1022
- 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"
1023
- })), children);
1024
- });
1025
- if (process.env.NODE_ENV !== "production") {
1026
- ShoppingCartClear.propTypes = iconPropTypes;
1027
- }
1028
- const ShoppingCartError = /*#__PURE__*/React.forwardRef(function ShoppingCartError(_ref43, ref) {
1029
- let {
1030
- children,
1031
- size = 16,
1032
- ...rest
1033
- } = _ref43;
1034
- return /*#__PURE__*/React.createElement(Icon, {
1035
- width: size,
1036
- height: size,
1037
- ref: ref,
1038
- xmlns: "http://www.w3.org/2000/svg",
1039
- viewBox: "0 0 32 32",
1040
- fill: "currentColor",
1041
- ...rest
1042
- }, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
1043
- cx: "10",
1044
- cy: "28",
1045
- r: "2"
1046
- })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
1047
- cx: "24",
1048
- cy: "28",
1049
- r: "2"
1050
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
1051
- 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"
1052
- })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
1053
- 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"
1054
- })), children);
1055
- });
1056
- if (process.env.NODE_ENV !== "production") {
1057
- ShoppingCartError.propTypes = iconPropTypes;
1058
- }
1059
- const ShoppingCartMinus = /*#__PURE__*/React.forwardRef(function ShoppingCartMinus(_ref44, ref) {
1060
- let {
1061
- children,
1062
- size = 16,
1063
- ...rest
1064
- } = _ref44;
1065
- return /*#__PURE__*/React.createElement(Icon, {
1066
- width: size,
1067
- height: size,
1068
- ref: ref,
1069
- xmlns: "http://www.w3.org/2000/svg",
1070
- viewBox: "0 0 32 32",
1071
- fill: "currentColor",
1072
- ...rest
1073
- }, _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
1074
- cx: "10",
1075
- cy: "28",
1076
- r: "2"
1077
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
1078
- cx: "24",
1079
- cy: "28",
1080
- r: "2"
1081
- })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
1082
- 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"
1083
- })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
1084
- d: "M12 6L12 8 22 8 22 6 12 6z"
1085
- })), children);
1086
- });
1087
- if (process.env.NODE_ENV !== "production") {
1088
- ShoppingCartMinus.propTypes = iconPropTypes;
1089
- }
1090
- const ShoppingCartPlus = /*#__PURE__*/React.forwardRef(function ShoppingCartPlus(_ref45, ref) {
1091
- let {
1092
- children,
1093
- size = 16,
1094
- ...rest
1095
- } = _ref45;
1096
- return /*#__PURE__*/React.createElement(Icon, {
1097
- width: size,
1098
- height: size,
1099
- ref: ref,
1100
- xmlns: "http://www.w3.org/2000/svg",
1101
- viewBox: "0 0 32 32",
1102
- fill: "currentColor",
1103
- ...rest
1104
- }, _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
1105
- cx: "10",
1106
- cy: "28",
1107
- r: "2"
1108
- })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
1109
- cx: "24",
1110
- cy: "28",
1111
- r: "2"
1112
- })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1113
- 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"
1114
- })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1115
- 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"
1116
- })), children);
1117
- });
1118
- if (process.env.NODE_ENV !== "production") {
1119
- ShoppingCartPlus.propTypes = iconPropTypes;
1120
- }
1121
- const ShoppingCatalog = /*#__PURE__*/React.forwardRef(function ShoppingCatalog(_ref46, ref) {
1122
- let {
1123
- children,
1124
- size = 16,
1125
- ...rest
1126
- } = _ref46;
1127
- return /*#__PURE__*/React.createElement(Icon, {
1128
- width: size,
1129
- height: size,
1130
- ref: ref,
1131
- xmlns: "http://www.w3.org/2000/svg",
1132
- viewBox: "0 0 32 32",
1133
- fill: "currentColor",
1134
- ...rest
1135
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1136
- d: "M17 24H21V28H17zM24 24H28V28H24zM17 17H21V21H17zM24 17H28V21H24z"
1137
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1138
- 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"
1139
- })), children);
1140
- });
1141
- if (process.env.NODE_ENV !== "production") {
1142
- ShoppingCatalog.propTypes = iconPropTypes;
1143
- }
1144
- const ShowDataCards = /*#__PURE__*/React.forwardRef(function ShowDataCards(_ref47, ref) {
1145
- let {
1146
- children,
1147
- size = 16,
1148
- ...rest
1149
- } = _ref47;
1150
- return /*#__PURE__*/React.createElement(Icon, {
1151
- width: size,
1152
- height: size,
1153
- ref: ref,
1154
- xmlns: "http://www.w3.org/2000/svg",
1155
- viewBox: "0 0 32 32",
1156
- fill: "currentColor",
1157
- ...rest
1158
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1159
- 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"
1160
- })), children);
1161
- });
1162
- if (process.env.NODE_ENV !== "production") {
1163
- ShowDataCards.propTypes = iconPropTypes;
1164
- }
1165
- const ShrinkScreen = /*#__PURE__*/React.forwardRef(function ShrinkScreen(_ref48, ref) {
1166
- let {
1167
- children,
1168
- size = 16,
1169
- ...rest
1170
- } = _ref48;
1171
- return /*#__PURE__*/React.createElement(Icon, {
1172
- width: size,
1173
- height: size,
1174
- ref: ref,
1175
- xmlns: "http://www.w3.org/2000/svg",
1176
- viewBox: "0 0 32 32",
1177
- fill: "currentColor",
1178
- ...rest
1179
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1180
- 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"
1181
- })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1182
- 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"
1183
- })), children);
1184
- });
1185
- if (process.env.NODE_ENV !== "production") {
1186
- ShrinkScreen.propTypes = iconPropTypes;
1187
- }
1188
- const ShrinkScreenFilled = /*#__PURE__*/React.forwardRef(function ShrinkScreenFilled(_ref49, ref) {
1189
- let {
1190
- children,
1191
- size = 16,
1192
- ...rest
1193
- } = _ref49;
1194
- return /*#__PURE__*/React.createElement(Icon, {
1195
- width: size,
1196
- height: size,
1197
- ref: ref,
1198
- xmlns: "http://www.w3.org/2000/svg",
1199
- viewBox: "0 0 32 32",
1200
- fill: "currentColor",
1201
- ...rest
1202
- }, _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
1203
- width: "15",
1204
- height: "10",
1205
- x: "15",
1206
- y: "18",
1207
- rx: "2"
1208
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1209
- 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"
1210
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1211
- 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"
1212
- })), children);
1213
- });
1214
- if (process.env.NODE_ENV !== "production") {
1215
- ShrinkScreenFilled.propTypes = iconPropTypes;
1216
- }
1217
- const Shuffle = /*#__PURE__*/React.forwardRef(function Shuffle(_ref50, ref) {
1218
- let {
1219
- children,
1220
- size = 16,
1221
- ...rest
1222
- } = _ref50;
1223
- return /*#__PURE__*/React.createElement(Icon, {
1224
- width: size,
1225
- height: size,
1226
- ref: ref,
1227
- xmlns: "http://www.w3.org/2000/svg",
1228
- viewBox: "0 0 32 32",
1229
- fill: "currentColor",
1230
- ...rest
1231
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1232
- 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"
1233
- })), children);
1234
- });
1235
- if (process.env.NODE_ENV !== "production") {
1236
- Shuffle.propTypes = iconPropTypes;
1237
- }
1238
- const Shuttle = /*#__PURE__*/React.forwardRef(function Shuttle(_ref51, ref) {
1239
- let {
1240
- children,
1241
- size = 16,
1242
- ...rest
1243
- } = _ref51;
1244
- return /*#__PURE__*/React.createElement(Icon, {
1245
- width: size,
1246
- height: size,
1247
- ref: ref,
1248
- xmlns: "http://www.w3.org/2000/svg",
1249
- viewBox: "0 0 32 32",
1250
- fill: "currentColor",
1251
- ...rest
1252
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1253
- 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"
1254
- })), children);
1255
- });
1256
- if (process.env.NODE_ENV !== "production") {
1257
- Shuttle.propTypes = iconPropTypes;
1258
- }
1259
- const SidePanelClose = /*#__PURE__*/React.forwardRef(function SidePanelClose(_ref52, ref) {
1260
- let {
1261
- children,
1262
- size = 16,
1263
- ...rest
1264
- } = _ref52;
1265
- return /*#__PURE__*/React.createElement(Icon, {
1266
- width: size,
1267
- height: size,
1268
- ref: ref,
1269
- xmlns: "http://www.w3.org/2000/svg",
1270
- viewBox: "0 0 32 32",
1271
- fill: "currentColor",
1272
- ...rest
1273
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1274
- 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"
1275
- })), children);
1276
- });
1277
- if (process.env.NODE_ENV !== "production") {
1278
- SidePanelClose.propTypes = iconPropTypes;
1279
- }
1280
- const SidePanelCloseFilled = /*#__PURE__*/React.forwardRef(function SidePanelCloseFilled(_ref53, ref) {
1281
- let {
1282
- children,
1283
- size = 16,
1284
- ...rest
1285
- } = _ref53;
1286
- return /*#__PURE__*/React.createElement(Icon, {
1287
- width: size,
1288
- height: size,
1289
- ref: ref,
1290
- xmlns: "http://www.w3.org/2000/svg",
1291
- viewBox: "0 0 32 32",
1292
- fill: "currentColor",
1293
- ...rest
1294
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1295
- 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"
1296
- })), children);
1297
- });
1298
- if (process.env.NODE_ENV !== "production") {
1299
- SidePanelCloseFilled.propTypes = iconPropTypes;
1300
- }
1301
- const SidePanelOpen = /*#__PURE__*/React.forwardRef(function SidePanelOpen(_ref54, ref) {
1302
- let {
1303
- children,
1304
- size = 16,
1305
- ...rest
1306
- } = _ref54;
1307
- return /*#__PURE__*/React.createElement(Icon, {
1308
- width: size,
1309
- height: size,
1310
- ref: ref,
1311
- xmlns: "http://www.w3.org/2000/svg",
1312
- viewBox: "0 0 32 32",
1313
- fill: "currentColor",
1314
- ...rest
1315
- }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1316
- 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"
1317
- })), children);
1318
- });
1319
- if (process.env.NODE_ENV !== "production") {
1320
- SidePanelOpen.propTypes = iconPropTypes;
1321
- }
1322
- const SidePanelOpenFilled = /*#__PURE__*/React.forwardRef(function SidePanelOpenFilled(_ref55, ref) {
1323
- let {
1324
- children,
1325
- size = 16,
1326
- ...rest
1327
- } = _ref55;
1328
- return /*#__PURE__*/React.createElement(Icon, {
1329
- width: size,
1330
- height: size,
1331
- ref: ref,
1332
- xmlns: "http://www.w3.org/2000/svg",
1333
- viewBox: "0 0 32 32",
1334
- fill: "currentColor",
1335
- ...rest
1336
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1337
- 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"
1338
- })), children);
1339
- });
1340
- if (process.env.NODE_ENV !== "production") {
1341
- SidePanelOpenFilled.propTypes = iconPropTypes;
1342
- }
1343
- const Sight = /*#__PURE__*/React.forwardRef(function Sight(_ref56, ref) {
1344
- let {
1345
- children,
1346
- size = 16,
1347
- ...rest
1348
- } = _ref56;
1349
- return /*#__PURE__*/React.createElement(Icon, {
1350
- width: size,
1351
- height: size,
1352
- ref: ref,
1353
- xmlns: "http://www.w3.org/2000/svg",
1354
- viewBox: "0 0 32 32",
1355
- fill: "currentColor",
1356
- ...rest
1357
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1358
- 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"
1359
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1360
- d: "M19 12H23V14H19z"
1361
- })), children);
1362
- });
1363
- if (process.env.NODE_ENV !== "production") {
1364
- Sight.propTypes = iconPropTypes;
1365
- }
1366
- const Sigma = /*#__PURE__*/React.forwardRef(function Sigma(_ref57, ref) {
1367
- let {
1368
- children,
1369
- size = 16,
1370
- ...rest
1371
- } = _ref57;
1372
- return /*#__PURE__*/React.createElement(Icon, {
1373
- width: size,
1374
- height: size,
1375
- ref: ref,
1376
- xmlns: "http://www.w3.org/2000/svg",
1377
- viewBox: "0 0 32 32",
1378
- fill: "currentColor",
1379
- ...rest
1380
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1381
- 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"
1382
- })), children);
1383
- });
1384
- if (process.env.NODE_ENV !== "production") {
1385
- Sigma.propTypes = iconPropTypes;
1386
- }
1387
- const SignalStrength = /*#__PURE__*/React.forwardRef(function SignalStrength(_ref58, ref) {
1388
- let {
1389
- children,
1390
- size = 16,
1391
- ...rest
1392
- } = _ref58;
1393
- return /*#__PURE__*/React.createElement(Icon, {
1394
- width: size,
1395
- height: size,
1396
- ref: ref,
1397
- xmlns: "http://www.w3.org/2000/svg",
1398
- viewBox: "0 0 32 32",
1399
- fill: "currentColor",
1400
- ...rest
1401
- }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1402
- d: "M26 6H28V26H26zM18 11H20V26H18zM11 16H13V26H11zM4 20H6V26H4z"
1403
- })), children);
1404
- });
1405
- if (process.env.NODE_ENV !== "production") {
1406
- SignalStrength.propTypes = iconPropTypes;
1407
- }
1408
- const SimCard = /*#__PURE__*/React.forwardRef(function SimCard(_ref59, ref) {
1409
- let {
1410
- children,
1411
- size = 16,
1412
- ...rest
1413
- } = _ref59;
1414
- return /*#__PURE__*/React.createElement(Icon, {
1415
- width: size,
1416
- height: size,
1417
- ref: ref,
1418
- xmlns: "http://www.w3.org/2000/svg",
1419
- viewBox: "0 0 32 32",
1420
- fill: "currentColor",
1421
- ...rest
1422
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1423
- 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"
1424
- })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1425
- 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"
1426
- })), children);
1427
- });
1428
- if (process.env.NODE_ENV !== "production") {
1429
- SimCard.propTypes = iconPropTypes;
1430
- }
1431
- const SkillLevel = /*#__PURE__*/React.forwardRef(function SkillLevel(_ref60, ref) {
1432
- let {
1433
- children,
1434
- size = 16,
1435
- ...rest
1436
- } = _ref60;
1437
- return /*#__PURE__*/React.createElement(Icon, {
1438
- width: size,
1439
- height: size,
1440
- ref: ref,
1441
- xmlns: "http://www.w3.org/2000/svg",
1442
- viewBox: "0 0 32 32",
1443
- fill: "currentColor",
1444
- ...rest
1445
- }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1446
- d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8zM4 28H8V20H4z"
1447
- })), children);
1448
- });
1449
- if (process.env.NODE_ENV !== "production") {
1450
- SkillLevel.propTypes = iconPropTypes;
1451
- }
1452
- const SkillLevelAdvanced = /*#__PURE__*/React.forwardRef(function SkillLevelAdvanced(_ref61, ref) {
1453
- let {
1454
- children,
1455
- size = 16,
1456
- ...rest
1457
- } = _ref61;
1458
- return /*#__PURE__*/React.createElement(Icon, {
1459
- width: size,
1460
- height: size,
1461
- ref: ref,
1462
- xmlns: "http://www.w3.org/2000/svg",
1463
- viewBox: "0 0 32 32",
1464
- fill: "currentColor",
1465
- ...rest
1466
- }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1467
- d: "M30 30H22V4h8zM20 30H12V12h8zM10 30H2V18h8z"
1468
- })), children);
1469
- });
1470
- if (process.env.NODE_ENV !== "production") {
1471
- SkillLevelAdvanced.propTypes = iconPropTypes;
1472
- }
1473
- const SkillLevelBasic = /*#__PURE__*/React.forwardRef(function SkillLevelBasic(_ref62, ref) {
1474
- let {
1475
- children,
1476
- size = 16,
1477
- ...rest
1478
- } = _ref62;
1479
- return /*#__PURE__*/React.createElement(Icon, {
1480
- width: size,
1481
- height: size,
1482
- ref: ref,
1483
- xmlns: "http://www.w3.org/2000/svg",
1484
- viewBox: "0 0 32 32",
1485
- fill: "currentColor",
1486
- ...rest
1487
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1488
- d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8z"
1489
- })), children);
1490
- });
1491
- if (process.env.NODE_ENV !== "production") {
1492
- SkillLevelBasic.propTypes = iconPropTypes;
1493
- }
1494
- const SkillLevelIntermediate = /*#__PURE__*/React.forwardRef(function SkillLevelIntermediate(_ref63, ref) {
1495
- let {
1496
- children,
1497
- size = 16,
1498
- ...rest
1499
- } = _ref63;
1500
- return /*#__PURE__*/React.createElement(Icon, {
1501
- width: size,
1502
- height: size,
1503
- ref: ref,
1504
- xmlns: "http://www.w3.org/2000/svg",
1505
- viewBox: "0 0 32 32",
1506
- fill: "currentColor",
1507
- ...rest
1508
- }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1509
- d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zM10 30H2V18h8z"
1510
- })), children);
1511
- });
1512
- if (process.env.NODE_ENV !== "production") {
1513
- SkillLevelIntermediate.propTypes = iconPropTypes;
1514
- }
1515
- const SkipBack = /*#__PURE__*/React.forwardRef(function SkipBack(_ref64, ref) {
1516
- let {
1517
- children,
1518
- size = 16,
1519
- ...rest
1520
- } = _ref64;
1521
- return /*#__PURE__*/React.createElement(Icon, {
1522
- width: size,
1523
- height: size,
1524
- ref: ref,
1525
- xmlns: "http://www.w3.org/2000/svg",
1526
- viewBox: "0 0 32 32",
1527
- fill: "currentColor",
1528
- ...rest
1529
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1530
- 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"
1531
- })), children);
1532
- });
1533
- if (process.env.NODE_ENV !== "production") {
1534
- SkipBack.propTypes = iconPropTypes;
1535
- }
1536
- const SkipBackFilled = /*#__PURE__*/React.forwardRef(function SkipBackFilled(_ref65, ref) {
1537
- let {
1538
- children,
1539
- size = 16,
1540
- ...rest
1541
- } = _ref65;
1542
- return /*#__PURE__*/React.createElement(Icon, {
1543
- width: size,
1544
- height: size,
1545
- ref: ref,
1546
- xmlns: "http://www.w3.org/2000/svg",
1547
- viewBox: "0 0 32 32",
1548
- fill: "currentColor",
1549
- ...rest
1550
- }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1551
- 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"
1552
- })), children);
1553
- });
1554
- if (process.env.NODE_ENV !== "production") {
1555
- SkipBackFilled.propTypes = iconPropTypes;
1556
- }
1557
- const SkipBackOutline = /*#__PURE__*/React.forwardRef(function SkipBackOutline(_ref66, ref) {
1558
- let {
1559
- children,
1560
- size = 16,
1561
- ...rest
1562
- } = _ref66;
1563
- return /*#__PURE__*/React.createElement(Icon, {
1564
- width: size,
1565
- height: size,
1566
- ref: ref,
1567
- xmlns: "http://www.w3.org/2000/svg",
1568
- viewBox: "0 0 32 32",
1569
- fill: "currentColor",
1570
- ...rest
1571
- }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1572
- 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"
1573
- })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1574
- d: "M9 10H11V22H9z",
1575
- transform: "rotate(-180 10 16)"
1576
- })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1577
- 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"
1578
- })), children);
1579
- });
1580
- if (process.env.NODE_ENV !== "production") {
1581
- SkipBackOutline.propTypes = iconPropTypes;
1582
- }
1583
- const SkipBackOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipBackOutlineFilled(_ref67, ref) {
1584
- let {
1585
- children,
1586
- size = 16,
1587
- ...rest
1588
- } = _ref67;
1589
- return /*#__PURE__*/React.createElement(Icon, {
1590
- width: size,
1591
- height: size,
1592
- ref: ref,
1593
- xmlns: "http://www.w3.org/2000/svg",
1594
- viewBox: "0 0 32 32",
1595
- fill: "currentColor",
1596
- ...rest
1597
- }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1598
- 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"
1599
- })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1600
- d: "M22 19.301L22 12.699 16.059 16 22 19.301z"
1601
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1602
- fill: "none",
1603
- 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"
1604
- })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1605
- fill: "none",
1606
- d: "M8 10H10V22H8z",
1607
- transform: "rotate(-180 9 16)"
1608
- })), children);
1609
- });
1610
- if (process.env.NODE_ENV !== "production") {
1611
- SkipBackOutlineFilled.propTypes = iconPropTypes;
1612
- }
1613
- const SkipBackOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipBackOutlineSolid(_ref68, ref) {
1614
- let {
1615
- children,
1616
- size = 16,
1617
- ...rest
1618
- } = _ref68;
1619
- return /*#__PURE__*/React.createElement(Icon, {
1620
- width: size,
1621
- height: size,
1622
- ref: ref,
1623
- xmlns: "http://www.w3.org/2000/svg",
1624
- viewBox: "0 0 32 32",
1625
- fill: "currentColor",
1626
- ...rest
1627
- }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1628
- 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"
1629
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1630
- d: "M9 10H11V22H9z",
1631
- transform: "rotate(-180 10 16)"
1632
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1633
- 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"
1634
- })), children);
1635
- });
1636
- if (process.env.NODE_ENV !== "production") {
1637
- SkipBackOutlineSolid.propTypes = iconPropTypes;
1638
- }
1639
- const SkipBackSolidFilled = /*#__PURE__*/React.forwardRef(function SkipBackSolidFilled(_ref69, ref) {
1640
- let {
1641
- children,
1642
- size = 16,
1643
- ...rest
1644
- } = _ref69;
1645
- return /*#__PURE__*/React.createElement(Icon, {
1646
- width: size,
1647
- height: size,
1648
- ref: ref,
1649
- xmlns: "http://www.w3.org/2000/svg",
1650
- viewBox: "0 0 32 32",
1651
- fill: "currentColor",
1652
- ...rest
1653
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1654
- 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"
1655
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1656
- fill: "none",
1657
- 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"
1658
- })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1659
- fill: "none",
1660
- d: "M8 10H10V22H8z",
1661
- transform: "rotate(-180 9 16)"
1662
- })), children);
1663
- });
1664
- if (process.env.NODE_ENV !== "production") {
1665
- SkipBackSolidFilled.propTypes = iconPropTypes;
1666
- }
1667
- const SkipForward = /*#__PURE__*/React.forwardRef(function SkipForward(_ref70, ref) {
1668
- let {
1669
- children,
1670
- size = 16,
1671
- ...rest
1672
- } = _ref70;
1673
- return /*#__PURE__*/React.createElement(Icon, {
1674
- width: size,
1675
- height: size,
1676
- ref: ref,
1677
- xmlns: "http://www.w3.org/2000/svg",
1678
- viewBox: "0 0 32 32",
1679
- fill: "currentColor",
1680
- ...rest
1681
- }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1682
- 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"
1683
- })), children);
1684
- });
1685
- if (process.env.NODE_ENV !== "production") {
1686
- SkipForward.propTypes = iconPropTypes;
1687
- }
1688
- const SkipForwardFilled = /*#__PURE__*/React.forwardRef(function SkipForwardFilled(_ref71, ref) {
1689
- let {
1690
- children,
1691
- size = 16,
1692
- ...rest
1693
- } = _ref71;
1694
- return /*#__PURE__*/React.createElement(Icon, {
1695
- width: size,
1696
- height: size,
1697
- ref: ref,
1698
- xmlns: "http://www.w3.org/2000/svg",
1699
- viewBox: "0 0 32 32",
1700
- fill: "currentColor",
1701
- ...rest
1702
- }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1703
- 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"
1704
- })), children);
1705
- });
1706
- if (process.env.NODE_ENV !== "production") {
1707
- SkipForwardFilled.propTypes = iconPropTypes;
1708
- }
1709
- const SkipForwardOutline = /*#__PURE__*/React.forwardRef(function SkipForwardOutline(_ref72, ref) {
1710
- let {
1711
- children,
1712
- size = 16,
1713
- ...rest
1714
- } = _ref72;
1715
- return /*#__PURE__*/React.createElement(Icon, {
1716
- width: size,
1717
- height: size,
1718
- ref: ref,
1719
- xmlns: "http://www.w3.org/2000/svg",
1720
- viewBox: "0 0 32 32",
1721
- fill: "currentColor",
1722
- ...rest
1723
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1724
- 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"
1725
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1726
- 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"
1727
- })), children);
1728
- });
1729
- if (process.env.NODE_ENV !== "production") {
1730
- SkipForwardOutline.propTypes = iconPropTypes;
1731
- }
1732
- const SkipForwardOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineFilled(_ref73, ref) {
1733
- let {
1734
- children,
1735
- size = 16,
1736
- ...rest
1737
- } = _ref73;
1738
- return /*#__PURE__*/React.createElement(Icon, {
1739
- width: size,
1740
- height: size,
1741
- ref: ref,
1742
- xmlns: "http://www.w3.org/2000/svg",
1743
- viewBox: "0 0 32 32",
1744
- fill: "currentColor",
1745
- ...rest
1746
- }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1747
- d: "M10 19.301L15.941 16 10 12.699 10 19.301z"
1748
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1749
- 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"
1750
- })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1751
- fill: "none",
1752
- 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"
1753
- })), children);
1754
- });
1755
- if (process.env.NODE_ENV !== "production") {
1756
- SkipForwardOutlineFilled.propTypes = iconPropTypes;
1757
- }
1758
- const SkipForwardOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineSolid(_ref74, ref) {
1759
- let {
1760
- children,
1761
- size = 16,
1762
- ...rest
1763
- } = _ref74;
1764
- return /*#__PURE__*/React.createElement(Icon, {
1765
- width: size,
1766
- height: size,
1767
- ref: ref,
1768
- xmlns: "http://www.w3.org/2000/svg",
1769
- viewBox: "0 0 32 32",
1770
- fill: "currentColor",
1771
- ...rest
1772
- }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1773
- 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"
1774
- })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1775
- 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"
1776
- })), children);
1777
- });
1778
- if (process.env.NODE_ENV !== "production") {
1779
- SkipForwardOutlineSolid.propTypes = iconPropTypes;
1780
- }
1781
- const SkipForwardSolidFilled = /*#__PURE__*/React.forwardRef(function SkipForwardSolidFilled(_ref75, ref) {
1782
- let {
1783
- children,
1784
- size = 16,
1785
- ...rest
1786
- } = _ref75;
1787
- return /*#__PURE__*/React.createElement(Icon, {
1788
- width: size,
1789
- height: size,
1790
- ref: ref,
1791
- xmlns: "http://www.w3.org/2000/svg",
1792
- viewBox: "0 0 32 32",
1793
- fill: "currentColor",
1794
- ...rest
1795
- }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1796
- 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"
1797
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1798
- fill: "none",
1799
- 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"
1800
- })), children);
1801
- });
1802
- if (process.env.NODE_ENV !== "production") {
1803
- SkipForwardSolidFilled.propTypes = iconPropTypes;
1804
- }
1805
- const Sleet = /*#__PURE__*/React.forwardRef(function Sleet(_ref76, ref) {
1806
- let {
1807
- children,
1808
- size = 16,
1809
- ...rest
1810
- } = _ref76;
1811
- return /*#__PURE__*/React.createElement(Icon, {
1812
- width: size,
1813
- height: size,
1814
- ref: ref,
1815
- xmlns: "http://www.w3.org/2000/svg",
1816
- viewBox: "0 0 32 32",
1817
- fill: "currentColor",
1818
- ...rest
1819
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1820
- d: "M6 24H8V26H6zM8 26H10V28H8zM10 28H12V30H10zM10 24H12V26H10zM6 28H8V30H6z"
1821
- })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1822
- 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"
1823
- })), children);
1824
- });
1825
- if (process.env.NODE_ENV !== "production") {
1826
- Sleet.propTypes = iconPropTypes;
1827
- }
1828
- const Slisor = /*#__PURE__*/React.forwardRef(function Slisor(_ref77, ref) {
1829
- let {
1830
- children,
1831
- size = 16,
1832
- ...rest
1833
- } = _ref77;
1834
- return /*#__PURE__*/React.createElement(Icon, {
1835
- width: size,
1836
- height: size,
1837
- ref: ref,
1838
- xmlns: "http://www.w3.org/2000/svg",
1839
- viewBox: "0 0 32 32",
1840
- fill: "currentColor",
1841
- ...rest
1842
- }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1843
- 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"
1844
- })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
1845
- cx: "7",
1846
- cy: "25",
1847
- r: "1"
1848
- })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1849
- 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"
1850
- })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1851
- 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"
1852
- })), children);
1853
- });
1854
- if (process.env.NODE_ENV !== "production") {
1855
- Slisor.propTypes = iconPropTypes;
1856
- }
1857
- const Slm = /*#__PURE__*/React.forwardRef(function Slm(_ref78, ref) {
1858
- let {
1859
- children,
1860
- size = 16,
1861
- ...rest
1862
- } = _ref78;
1863
- return /*#__PURE__*/React.createElement(Icon, {
1864
- width: size,
1865
- height: size,
1866
- ref: ref,
1867
- xmlns: "http://www.w3.org/2000/svg",
1868
- viewBox: "0 0 32 32",
1869
- fill: "currentColor",
1870
- ...rest
1871
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1872
- 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"
1873
- })), children);
1874
- });
1875
- if (process.env.NODE_ENV !== "production") {
1876
- Slm.propTypes = iconPropTypes;
1877
- }
1878
- const Smell = /*#__PURE__*/React.forwardRef(function Smell(_ref79, ref) {
1879
- let {
1880
- children,
1881
- size = 16,
1882
- ...rest
1883
- } = _ref79;
1884
- return /*#__PURE__*/React.createElement(Icon, {
1885
- width: size,
1886
- height: size,
1887
- ref: ref,
1888
- xmlns: "http://www.w3.org/2000/svg",
1889
- viewBox: "0 0 32 32",
1890
- fill: "currentColor",
1891
- ...rest
1892
- }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1893
- 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"
1894
- })), children);
1895
- });
1896
- if (process.env.NODE_ENV !== "production") {
1897
- Smell.propTypes = iconPropTypes;
1898
- }
1899
- const Smoke = /*#__PURE__*/React.forwardRef(function Smoke(_ref80, ref) {
1900
- let {
1901
- children,
1902
- size = 16,
1903
- ...rest
1904
- } = _ref80;
1905
- return /*#__PURE__*/React.createElement(Icon, {
1906
- width: size,
1907
- height: size,
1908
- ref: ref,
1909
- xmlns: "http://www.w3.org/2000/svg",
1910
- viewBox: "0 0 32 32",
1911
- fill: "currentColor",
1912
- ...rest
1913
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1914
- 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"
1915
- })), children);
1916
- });
1917
- if (process.env.NODE_ENV !== "production") {
1918
- Smoke.propTypes = iconPropTypes;
1919
- }
1920
- const WatsonHealthSmoothing = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothing(_ref81, ref) {
1921
- let {
1922
- children,
1923
- size = 16,
1924
- ...rest
1925
- } = _ref81;
1926
- return /*#__PURE__*/React.createElement(Icon, {
1927
- width: size,
1928
- height: size,
1929
- ref: ref,
1930
- xmlns: "http://www.w3.org/2000/svg",
1931
- viewBox: "0 0 32 32",
1932
- fill: "currentColor",
1933
- ...rest
1934
- }, _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
1935
- cx: "16",
1936
- cy: "16",
1937
- r: "5"
1938
- })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1939
- 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"
1940
- })), children);
1941
- });
1942
- if (process.env.NODE_ENV !== "production") {
1943
- WatsonHealthSmoothing.propTypes = iconPropTypes;
1944
- }
1945
- const WatsonHealthSmoothingCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothingCursor(_ref82, ref) {
1946
- let {
1947
- children,
1948
- size = 16,
1949
- ...rest
1950
- } = _ref82;
1951
- return /*#__PURE__*/React.createElement(Icon, {
1952
- width: size,
1953
- height: size,
1954
- ref: ref,
1955
- xmlns: "http://www.w3.org/2000/svg",
1956
- viewBox: "0 0 32 32",
1957
- fill: "currentColor",
1958
- ...rest
1959
- }, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
1960
- cx: "18",
1961
- cy: "18",
1962
- r: "4"
1963
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1964
- 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"
1965
- })), children);
1966
- });
1967
- if (process.env.NODE_ENV !== "production") {
1968
- WatsonHealthSmoothingCursor.propTypes = iconPropTypes;
1969
- }
1970
- const Snooze = /*#__PURE__*/React.forwardRef(function Snooze(_ref83, ref) {
1971
- let {
1972
- children,
1973
- size = 16,
1974
- ...rest
1975
- } = _ref83;
1976
- return /*#__PURE__*/React.createElement(Icon, {
1977
- width: size,
1978
- height: size,
1979
- ref: ref,
1980
- xmlns: "http://www.w3.org/2000/svg",
1981
- viewBox: "0 0 32 32",
1982
- fill: "currentColor",
1983
- ...rest
1984
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1985
- d: "M20 14L20 12 12 12 12 14 17.5 14 12 20 12 22 20 22 20 20 14.507 20 20 14z"
1986
- })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1987
- d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
1988
- transform: "rotate(-44.945 25.5 6.5)"
1989
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1990
- 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"
1991
- })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1992
- d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
1993
- transform: "rotate(-45.055 6.5 6.5)"
1994
- })), children);
1995
- });
1996
- if (process.env.NODE_ENV !== "production") {
1997
- Snooze.propTypes = iconPropTypes;
1998
- }
1999
- const Snow = /*#__PURE__*/React.forwardRef(function Snow(_ref84, ref) {
2000
- let {
2001
- children,
2002
- size = 16,
2003
- ...rest
2004
- } = _ref84;
2005
- return /*#__PURE__*/React.createElement(Icon, {
2006
- width: size,
2007
- height: size,
2008
- ref: ref,
2009
- xmlns: "http://www.w3.org/2000/svg",
2010
- viewBox: "0 0 32 32",
2011
- fill: "currentColor",
2012
- ...rest
2013
- }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
2014
- 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"
2015
- })), children);
2016
- });
2017
- if (process.env.NODE_ENV !== "production") {
2018
- Snow.propTypes = iconPropTypes;
2019
- }
2020
- const SnowBlizzard = /*#__PURE__*/React.forwardRef(function SnowBlizzard(_ref85, ref) {
2021
- let {
2022
- children,
2023
- size = 16,
2024
- ...rest
2025
- } = _ref85;
2026
- return /*#__PURE__*/React.createElement(Icon, {
2027
- width: size,
2028
- height: size,
2029
- ref: ref,
2030
- xmlns: "http://www.w3.org/2000/svg",
2031
- viewBox: "0 0 32 32",
2032
- fill: "currentColor",
2033
- ...rest
2034
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
2035
- 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"
2036
- })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
2037
- 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"
2038
- })), children);
2039
- });
2040
- if (process.env.NODE_ENV !== "production") {
2041
- SnowBlizzard.propTypes = iconPropTypes;
2042
- }
2043
- const SnowHeavy = /*#__PURE__*/React.forwardRef(function SnowHeavy(_ref86, ref) {
2044
- let {
2045
- children,
2046
- size = 16,
2047
- ...rest
2048
- } = _ref86;
2049
- return /*#__PURE__*/React.createElement(Icon, {
2050
- width: size,
2051
- height: size,
2052
- ref: ref,
2053
- xmlns: "http://www.w3.org/2000/svg",
2054
- viewBox: "0 0 32 32",
2055
- fill: "currentColor",
2056
- ...rest
2057
- }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
2058
- d: "M4 26H6V28H4zM6 28H8V30H6zM8 30H10V32H8zM8 26H10V28H8zM4 30H6V32H4zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM14 26H16V28H14zM16 28H18V30H16zM18 30H20V32H18zM18 26H20V28H18zM14 30H16V32H14z"
2059
- })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
2060
- 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"
2061
- })), children);
2062
- });
2063
- if (process.env.NODE_ENV !== "production") {
2064
- SnowHeavy.propTypes = iconPropTypes;
2065
- }
2066
- const SnowScattered = /*#__PURE__*/React.forwardRef(function SnowScattered(_ref87, ref) {
2067
- let {
2068
- children,
2069
- size = 16,
2070
- ...rest
2071
- } = _ref87;
2072
- return /*#__PURE__*/React.createElement(Icon, {
2073
- width: size,
2074
- height: size,
2075
- ref: ref,
2076
- xmlns: "http://www.w3.org/2000/svg",
2077
- viewBox: "0 0 32 32",
2078
- fill: "currentColor",
2079
- ...rest
2080
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
2081
- d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM20 0H22V3H20zM29 10.001H32V12.001H29z"
2082
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2083
- d: "M26.732 3.768H29.732V5.768H26.732z",
2084
- transform: "rotate(-45 28.232 4.768)"
2085
- })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2086
- d: "M26.732 16.233H29.732V18.233H26.732z",
2087
- transform: "rotate(-135 28.232 17.233)"
2088
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2089
- d: "M12.268 3.768H15.268V5.768H12.268z",
2090
- transform: "rotate(-135 13.768 4.768)"
2091
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2092
- 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"
2093
- })), children);
2094
- });
2095
- if (process.env.NODE_ENV !== "production") {
2096
- SnowScattered.propTypes = iconPropTypes;
2097
- }
2098
- const SnowScatteredNight = /*#__PURE__*/React.forwardRef(function SnowScatteredNight(_ref88, ref) {
2099
- let {
2100
- children,
2101
- size = 16,
2102
- ...rest
2103
- } = _ref88;
2104
- return /*#__PURE__*/React.createElement(Icon, {
2105
- width: size,
2106
- height: size,
2107
- ref: ref,
2108
- xmlns: "http://www.w3.org/2000/svg",
2109
- viewBox: "0 0 32 32",
2110
- fill: "currentColor",
2111
- ...rest
2112
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2113
- 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"
2114
- })), children);
2115
- });
2116
- if (process.env.NODE_ENV !== "production") {
2117
- SnowScatteredNight.propTypes = iconPropTypes;
2118
- }
2119
- const SnowDensity = /*#__PURE__*/React.forwardRef(function SnowDensity(_ref89, ref) {
2120
- let {
2121
- children,
2122
- size = 16,
2123
- ...rest
2124
- } = _ref89;
2125
- return /*#__PURE__*/React.createElement(Icon, {
2126
- width: size,
2127
- height: size,
2128
- ref: ref,
2129
- xmlns: "http://www.w3.org/2000/svg",
2130
- viewBox: "0 0 32 32",
2131
- fill: "currentColor",
2132
- ...rest
2133
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2134
- 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"
2135
- })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2136
- 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"
2137
- })), children);
2138
- });
2139
- if (process.env.NODE_ENV !== "production") {
2140
- SnowDensity.propTypes = iconPropTypes;
2141
- }
2142
- const Snowflake = /*#__PURE__*/React.forwardRef(function Snowflake(_ref90, ref) {
2143
- let {
2144
- children,
2145
- size = 16,
2146
- ...rest
2147
- } = _ref90;
2148
- return /*#__PURE__*/React.createElement(Icon, {
2149
- width: size,
2150
- height: size,
2151
- ref: ref,
2152
- xmlns: "http://www.w3.org/2000/svg",
2153
- viewBox: "0 0 32 32",
2154
- fill: "currentColor",
2155
- ...rest
2156
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2157
- 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"
2158
- })), children);
2159
- });
2160
- if (process.env.NODE_ENV !== "production") {
2161
- Snowflake.propTypes = iconPropTypes;
2162
- }
2163
- const Soccer = /*#__PURE__*/React.forwardRef(function Soccer(_ref91, ref) {
2164
- let {
2165
- children,
2166
- size = 16,
2167
- ...rest
2168
- } = _ref91;
2169
- return /*#__PURE__*/React.createElement(Icon, {
2170
- width: size,
2171
- height: size,
2172
- ref: ref,
2173
- xmlns: "http://www.w3.org/2000/svg",
2174
- viewBox: "0 0 32 32",
2175
- fill: "currentColor",
2176
- ...rest
2177
- }, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
2178
- cx: "17",
2179
- cy: "28",
2180
- r: "2"
2181
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2182
- d: "M7.55 17.5H15.45V19.5H7.55z",
2183
- transform: "rotate(-45 11.5 18.5)"
2184
- })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2185
- 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"
2186
- })), children);
2187
- });
2188
- if (process.env.NODE_ENV !== "production") {
2189
- Soccer.propTypes = iconPropTypes;
2190
- }
2191
- const SoftwareResource = /*#__PURE__*/React.forwardRef(function SoftwareResource(_ref92, ref) {
2192
- let {
2193
- children,
2194
- size = 16,
2195
- ...rest
2196
- } = _ref92;
2197
- return /*#__PURE__*/React.createElement(Icon, {
2198
- width: size,
2199
- height: size,
2200
- ref: ref,
2201
- xmlns: "http://www.w3.org/2000/svg",
2202
- viewBox: "0 0 32 32",
2203
- fill: "currentColor",
2204
- ...rest
2205
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2206
- 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"
2207
- })), children);
2208
- });
2209
- if (process.env.NODE_ENV !== "production") {
2210
- SoftwareResource.propTypes = iconPropTypes;
2211
- }
2212
- const SoftwareResourceCluster = /*#__PURE__*/React.forwardRef(function SoftwareResourceCluster(_ref93, ref) {
2213
- let {
2214
- children,
2215
- size = 16,
2216
- ...rest
2217
- } = _ref93;
2218
- return /*#__PURE__*/React.createElement(Icon, {
2219
- width: size,
2220
- height: size,
2221
- ref: ref,
2222
- xmlns: "http://www.w3.org/2000/svg",
2223
- viewBox: "0 0 32 32",
2224
- fill: "currentColor",
2225
- ...rest
2226
- }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2227
- 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"
2228
- })), children);
2229
- });
2230
- if (process.env.NODE_ENV !== "production") {
2231
- SoftwareResourceCluster.propTypes = iconPropTypes;
2232
- }
2233
- const SoftwareResourceResource = /*#__PURE__*/React.forwardRef(function SoftwareResourceResource(_ref94, ref) {
2234
- let {
2235
- children,
2236
- size = 16,
2237
- ...rest
2238
- } = _ref94;
2239
- return /*#__PURE__*/React.createElement(Icon, {
2240
- width: size,
2241
- height: size,
2242
- ref: ref,
2243
- xmlns: "http://www.w3.org/2000/svg",
2244
- viewBox: "0 0 32 32",
2245
- fill: "currentColor",
2246
- ...rest
2247
- }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2248
- d: "M6.9 8.3H11.7V10.3H6.9z",
2249
- transform: "rotate(-45.001 9.293 9.293)"
2250
- })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2251
- 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"
2252
- })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2253
- d: "M8.3 20.3H10.3V25.1H8.3z",
2254
- transform: "rotate(-45.001 9.293 22.707)"
2255
- })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2256
- 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"
2257
- })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2258
- d: "M20.3 21.7H25.1V23.7H20.3z",
2259
- transform: "rotate(-45.001 22.707 22.707)"
2260
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2261
- 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"
2262
- })), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2263
- d: "M21.7 6.9H23.7V11.7H21.7z",
2264
- transform: "rotate(-45.001 22.707 9.293)"
2265
- })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2266
- 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"
2267
- })), children);
2268
- });
2269
- if (process.env.NODE_ENV !== "production") {
2270
- SoftwareResourceResource.propTypes = iconPropTypes;
2271
- }
2272
- const SoilMoisture = /*#__PURE__*/React.forwardRef(function SoilMoisture(_ref95, ref) {
2273
- let {
2274
- children,
2275
- size = 16,
2276
- ...rest
2277
- } = _ref95;
2278
- return /*#__PURE__*/React.createElement(Icon, {
2279
- width: size,
2280
- height: size,
2281
- ref: ref,
2282
- xmlns: "http://www.w3.org/2000/svg",
2283
- viewBox: "0 0 32 32",
2284
- fill: "currentColor",
2285
- ...rest
2286
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2287
- 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"
2288
- })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
2289
- cx: "5",
2290
- cy: "13",
2291
- r: "1"
2292
- })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
2293
- cx: "11",
2294
- cy: "19",
2295
- r: "1"
2296
- })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
2297
- cx: "15",
2298
- cy: "25",
2299
- r: "1"
2300
- })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
2301
- cx: "17",
2302
- cy: "15",
2303
- r: "1"
2304
- })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2305
- cx: "13",
2306
- cy: "11",
2307
- r: "1"
2308
- })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
2309
- cx: "27",
2310
- cy: "11",
2311
- r: "1"
2312
- })), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
2313
- cx: "9",
2314
- cy: "27",
2315
- r: "1"
2316
- })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2317
- cx: "3",
2318
- cy: "21",
2319
- r: "1"
2320
- })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2321
- d: "M2 6H30V8H2z"
2322
- })), children);
2323
- });
2324
- if (process.env.NODE_ENV !== "production") {
2325
- SoilMoisture.propTypes = iconPropTypes;
2326
- }
2327
- const SoilMoistureField = /*#__PURE__*/React.forwardRef(function SoilMoistureField(_ref96, ref) {
2328
- let {
2329
- children,
2330
- size = 16,
2331
- ...rest
2332
- } = _ref96;
2333
- return /*#__PURE__*/React.createElement(Icon, {
2334
- width: size,
2335
- height: size,
2336
- ref: ref,
2337
- xmlns: "http://www.w3.org/2000/svg",
2338
- viewBox: "0 0 32 32",
2339
- fill: "currentColor",
2340
- ...rest
2341
- }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2342
- 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"
2343
- })), children);
2344
- });
2345
- if (process.env.NODE_ENV !== "production") {
2346
- SoilMoistureField.propTypes = iconPropTypes;
2347
- }
2348
- const SoilMoistureGlobal = /*#__PURE__*/React.forwardRef(function SoilMoistureGlobal(_ref97, ref) {
2349
- let {
2350
- children,
2351
- size = 16,
2352
- ...rest
2353
- } = _ref97;
2354
- return /*#__PURE__*/React.createElement(Icon, {
2355
- width: size,
2356
- height: size,
2357
- ref: ref,
2358
- xmlns: "http://www.w3.org/2000/svg",
2359
- viewBox: "0 0 32 32",
2360
- fill: "currentColor",
2361
- ...rest
2362
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2363
- 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"
2364
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2365
- d: "M16,24H14A12.0137,12.0137,0,0,1,26,12h4v2H26A10.0113,10.0113,0,0,0,16,24Z"
2366
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2367
- 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"
2368
- })), children);
2369
- });
2370
- if (process.env.NODE_ENV !== "production") {
2371
- SoilMoistureGlobal.propTypes = iconPropTypes;
2372
- }
2373
- const SoilTemperature = /*#__PURE__*/React.forwardRef(function SoilTemperature(_ref98, ref) {
2374
- let {
2375
- children,
2376
- size = 16,
2377
- ...rest
2378
- } = _ref98;
2379
- return /*#__PURE__*/React.createElement(Icon, {
2380
- width: size,
2381
- height: size,
2382
- ref: ref,
2383
- xmlns: "http://www.w3.org/2000/svg",
2384
- viewBox: "0 0 32 32",
2385
- fill: "currentColor",
2386
- ...rest
2387
- }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
2388
- cx: "5",
2389
- cy: "13",
2390
- r: "1"
2391
- })), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
2392
- cx: "11",
2393
- cy: "19",
2394
- r: "1"
2395
- })), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
2396
- cx: "15",
2397
- cy: "25",
2398
- r: "1"
2399
- })), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
2400
- cx: "17",
2401
- cy: "15",
2402
- r: "1"
2403
- })), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
2404
- cx: "13",
2405
- cy: "11",
2406
- r: "1"
2407
- })), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
2408
- cx: "9",
2409
- cy: "27",
2410
- r: "1"
2411
- })), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
2412
- cx: "3",
2413
- cy: "21",
2414
- r: "1"
2415
- })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2416
- 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"
2417
- })), children);
2418
- });
2419
- if (process.env.NODE_ENV !== "production") {
2420
- SoilTemperature.propTypes = iconPropTypes;
2421
- }
2422
- const SoilTemperatureField = /*#__PURE__*/React.forwardRef(function SoilTemperatureField(_ref99, ref) {
2423
- let {
2424
- children,
2425
- size = 16,
2426
- ...rest
2427
- } = _ref99;
2428
- return /*#__PURE__*/React.createElement(Icon, {
2429
- width: size,
2430
- height: size,
2431
- ref: ref,
2432
- xmlns: "http://www.w3.org/2000/svg",
2433
- viewBox: "0 0 32 32",
2434
- fill: "currentColor",
2435
- ...rest
2436
- }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2437
- 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"
2438
- })), children);
2439
- });
2440
- if (process.env.NODE_ENV !== "production") {
2441
- SoilTemperatureField.propTypes = iconPropTypes;
2442
- }
2443
- const SoilTemperatureGlobal = /*#__PURE__*/React.forwardRef(function SoilTemperatureGlobal(_ref100, ref) {
2444
- let {
2445
- children,
2446
- size = 16,
2447
- ...rest
2448
- } = _ref100;
2449
- return /*#__PURE__*/React.createElement(Icon, {
2450
- width: size,
2451
- height: size,
2452
- ref: ref,
2453
- xmlns: "http://www.w3.org/2000/svg",
2454
- viewBox: "0 0 32 32",
2455
- fill: "currentColor",
2456
- ...rest
2457
- }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2458
- 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"
2459
- })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2460
- d: "M11,24H9A17.0192,17.0192,0,0,1,26,7h4V9H26A15.017,15.017,0,0,0,11,24Z"
2461
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2462
- 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"
2463
- })), children);
2464
- });
2465
- if (process.env.NODE_ENV !== "production") {
2466
- SoilTemperatureGlobal.propTypes = iconPropTypes;
2467
- }
2468
- const SolarPanel = /*#__PURE__*/React.forwardRef(function SolarPanel(_ref101, ref) {
2469
- let {
2470
- children,
2471
- size = 16,
2472
- ...rest
2473
- } = _ref101;
2474
- return /*#__PURE__*/React.createElement(Icon, {
2475
- width: size,
2476
- height: size,
2477
- ref: ref,
2478
- xmlns: "http://www.w3.org/2000/svg",
2479
- viewBox: "0 0 32 32",
2480
- fill: "currentColor",
2481
- ...rest
2482
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2483
- 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"
2484
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2485
- d: "M5.343 4.343H7.343V8.343H5.343z",
2486
- transform: "rotate(-45 6.343 6.343)"
2487
- })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2488
- d: "M16.657 4.343H18.657V8.343H16.657z",
2489
- transform: "rotate(-135 17.657 6.343)"
2490
- })), children);
2491
- });
2492
- if (process.env.NODE_ENV !== "production") {
2493
- SolarPanel.propTypes = iconPropTypes;
2494
- }
2495
- const SortAscending = /*#__PURE__*/React.forwardRef(function SortAscending(_ref102, ref) {
2496
- let {
2497
- children,
2498
- size = 16,
2499
- ...rest
2500
- } = _ref102;
2501
- return /*#__PURE__*/React.createElement(Icon, {
2502
- width: size,
2503
- height: size,
2504
- ref: ref,
2505
- xmlns: "http://www.w3.org/2000/svg",
2506
- viewBox: "0 0 32 32",
2507
- fill: "currentColor",
2508
- ...rest
2509
- }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2510
- 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"
2511
- })), children);
2512
- });
2513
- if (process.env.NODE_ENV !== "production") {
2514
- SortAscending.propTypes = iconPropTypes;
2515
- }
2516
- const SortDescending = /*#__PURE__*/React.forwardRef(function SortDescending(_ref103, ref) {
2517
- let {
2518
- children,
2519
- size = 16,
2520
- ...rest
2521
- } = _ref103;
2522
- return /*#__PURE__*/React.createElement(Icon, {
2523
- width: size,
2524
- height: size,
2525
- ref: ref,
2526
- xmlns: "http://www.w3.org/2000/svg",
2527
- viewBox: "0 0 32 32",
2528
- fill: "currentColor",
2529
- ...rest
2530
- }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2531
- 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"
2532
- })), children);
2533
- });
2534
- if (process.env.NODE_ENV !== "production") {
2535
- SortDescending.propTypes = iconPropTypes;
2536
- }
2537
- const SortRemove = /*#__PURE__*/React.forwardRef(function SortRemove(_ref104, ref) {
2538
- let {
2539
- children,
2540
- size = 16,
2541
- ...rest
2542
- } = _ref104;
2543
- return /*#__PURE__*/React.createElement(Icon, {
2544
- width: size,
2545
- height: size,
2546
- ref: ref,
2547
- xmlns: "http://www.w3.org/2000/svg",
2548
- viewBox: "0 0 32 32",
2549
- fill: "currentColor",
2550
- ...rest
2551
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2552
- 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"
2553
- })), children);
2554
- });
2555
- if (process.env.NODE_ENV !== "production") {
2556
- SortRemove.propTypes = iconPropTypes;
2557
- }
2558
- const SpellCheck = /*#__PURE__*/React.forwardRef(function SpellCheck(_ref105, ref) {
2559
- let {
2560
- children,
2561
- size = 16,
2562
- ...rest
2563
- } = _ref105;
2564
- return /*#__PURE__*/React.createElement(Icon, {
2565
- width: size,
2566
- height: size,
2567
- ref: ref,
2568
- xmlns: "http://www.w3.org/2000/svg",
2569
- viewBox: "0 0 32 32",
2570
- fill: "currentColor",
2571
- ...rest
2572
- }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2573
- d: "M20,22h2L17,10H15L10,22h2l1.24-3h5.53Zm-5.93-5,1.82-4.42h.25L18,17Z"
2574
- })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2575
- 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"
2576
- })), children);
2577
- });
2578
- if (process.env.NODE_ENV !== "production") {
2579
- SpellCheck.propTypes = iconPropTypes;
2580
- }
2581
- const WatsonHealthSpineLabel = /*#__PURE__*/React.forwardRef(function WatsonHealthSpineLabel(_ref106, ref) {
2582
- let {
2583
- children,
2584
- size = 16,
2585
- ...rest
2586
- } = _ref106;
2587
- return /*#__PURE__*/React.createElement(Icon, {
2588
- width: size,
2589
- height: size,
2590
- ref: ref,
2591
- xmlns: "http://www.w3.org/2000/svg",
2592
- viewBox: "0 0 32 32",
2593
- fill: "currentColor",
2594
- ...rest
2595
- }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2596
- 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"
2597
- })), children);
2598
- });
2599
- if (process.env.NODE_ENV !== "production") {
2600
- WatsonHealthSpineLabel.propTypes = iconPropTypes;
2601
- }
2602
- const Split = /*#__PURE__*/React.forwardRef(function Split(_ref107, ref) {
2603
- let {
2604
- children,
2605
- size = 16,
2606
- ...rest
2607
- } = _ref107;
2608
- return /*#__PURE__*/React.createElement(Icon, {
2609
- width: size,
2610
- height: size,
2611
- ref: ref,
2612
- xmlns: "http://www.w3.org/2000/svg",
2613
- viewBox: "0 0 32 32",
2614
- fill: "currentColor",
2615
- ...rest
2616
- }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2617
- d: "M15 20H17V24H15zM15 14H17V18H15zM15 8H17V12H15z"
2618
- })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2619
- 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"
2620
- })), children);
2621
- });
2622
- if (process.env.NODE_ENV !== "production") {
2623
- Split.propTypes = iconPropTypes;
2624
- }
2625
- const WatsonHealthSplitDiscard = /*#__PURE__*/React.forwardRef(function WatsonHealthSplitDiscard(_ref108, ref) {
2626
- let {
2627
- children,
2628
- size = 16,
2629
- ...rest
2630
- } = _ref108;
2631
- return /*#__PURE__*/React.createElement(Icon, {
2632
- width: size,
2633
- height: size,
2634
- ref: ref,
2635
- xmlns: "http://www.w3.org/2000/svg",
2636
- viewBox: "0 0 32 32",
2637
- fill: "currentColor",
2638
- ...rest
2639
- }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2640
- 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"
2641
- })), children);
2642
- });
2643
- if (process.env.NODE_ENV !== "production") {
2644
- WatsonHealthSplitDiscard.propTypes = iconPropTypes;
2645
- }
2646
- const SplitScreen = /*#__PURE__*/React.forwardRef(function SplitScreen(_ref109, ref) {
2647
- let {
2648
- children,
2649
- size = 16,
2650
- ...rest
2651
- } = _ref109;
2652
- return /*#__PURE__*/React.createElement(Icon, {
2653
- width: size,
2654
- height: size,
2655
- ref: ref,
2656
- xmlns: "http://www.w3.org/2000/svg",
2657
- viewBox: "0 0 32 32",
2658
- fill: "currentColor",
2659
- ...rest
2660
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2661
- 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"
2662
- })), children);
2663
- });
2664
- if (process.env.NODE_ENV !== "production") {
2665
- SplitScreen.propTypes = iconPropTypes;
2666
- }
2667
- const SprayPaint = /*#__PURE__*/React.forwardRef(function SprayPaint(_ref110, ref) {
2668
- let {
2669
- children,
2670
- size = 16,
2671
- ...rest
2672
- } = _ref110;
2673
- return /*#__PURE__*/React.createElement(Icon, {
2674
- width: size,
2675
- height: size,
2676
- ref: ref,
2677
- xmlns: "http://www.w3.org/2000/svg",
2678
- viewBox: "0 0 32 32",
2679
- fill: "currentColor",
2680
- ...rest
2681
- }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2682
- 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"
2683
- })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2684
- 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"
2685
- })), children);
2686
- });
2687
- if (process.env.NODE_ENV !== "production") {
2688
- SprayPaint.propTypes = iconPropTypes;
2689
- }
2690
- const Sprout = /*#__PURE__*/React.forwardRef(function Sprout(_ref111, ref) {
2691
- let {
2692
- children,
2693
- size = 16,
2694
- ...rest
2695
- } = _ref111;
2696
- return /*#__PURE__*/React.createElement(Icon, {
2697
- width: size,
2698
- height: size,
2699
- ref: ref,
2700
- xmlns: "http://www.w3.org/2000/svg",
2701
- viewBox: "0 0 32 32",
2702
- fill: "currentColor",
2703
- ...rest
2704
- }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2705
- 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"
2706
- })), children);
2707
- });
2708
- if (process.env.NODE_ENV !== "production") {
2709
- Sprout.propTypes = iconPropTypes;
2710
- }
2711
- const SpyreAccelerator = /*#__PURE__*/React.forwardRef(function SpyreAccelerator(_ref112, ref) {
2712
- let {
2713
- children,
2714
- size = 16,
2715
- ...rest
2716
- } = _ref112;
2717
- return /*#__PURE__*/React.createElement(Icon, {
2718
- width: size,
2719
- height: size,
2720
- ref: ref,
2721
- xmlns: "http://www.w3.org/2000/svg",
2722
- viewBox: "0 0 32 32",
2723
- fill: "currentColor",
2724
- ...rest
2725
- }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2726
- 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"
2727
- })), children);
2728
- });
2729
- if (process.env.NODE_ENV !== "production") {
2730
- SpyreAccelerator.propTypes = iconPropTypes;
2731
- }
2732
- const Sql = /*#__PURE__*/React.forwardRef(function Sql(_ref113, ref) {
2733
- let {
2734
- children,
2735
- size = 16,
2736
- ...rest
2737
- } = _ref113;
2738
- return /*#__PURE__*/React.createElement(Icon, {
2739
- width: size,
2740
- height: size,
2741
- ref: ref,
2742
- xmlns: "http://www.w3.org/2000/svg",
2743
- viewBox: "0 0 32 32",
2744
- fill: "currentColor",
2745
- ...rest
2746
- }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2747
- 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"
2748
- })), children);
2749
- });
2750
- if (process.env.NODE_ENV !== "production") {
2751
- Sql.propTypes = iconPropTypes;
2752
- }
2753
- const SquareOutline = /*#__PURE__*/React.forwardRef(function SquareOutline(_ref114, ref) {
2754
- let {
2755
- children,
2756
- size = 16,
2757
- ...rest
2758
- } = _ref114;
2759
- return /*#__PURE__*/React.createElement(Icon, {
2760
- width: size,
2761
- height: size,
2762
- ref: ref,
2763
- xmlns: "http://www.w3.org/2000/svg",
2764
- viewBox: "0 0 32 32",
2765
- fill: "currentColor",
2766
- ...rest
2767
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2768
- strokeWidth: "0",
2769
- 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"
2770
- })), children);
2771
- });
2772
- if (process.env.NODE_ENV !== "production") {
2773
- SquareOutline.propTypes = iconPropTypes;
2774
- }
2775
- const SquareSolid = /*#__PURE__*/React.forwardRef(function SquareSolid(_ref115, ref) {
2776
- let {
2777
- children,
2778
- size = 16,
2779
- ...rest
2780
- } = _ref115;
2781
- return /*#__PURE__*/React.createElement(Icon, {
2782
- width: size,
2783
- height: size,
2784
- ref: ref,
2785
- xmlns: "http://www.w3.org/2000/svg",
2786
- viewBox: "0 0 32 32",
2787
- fill: "currentColor",
2788
- ...rest
2789
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2790
- fill: "none",
2791
- d: "M0 32V0h32v32z"
2792
- })), children);
2793
- });
2794
- if (process.env.NODE_ENV !== "production") {
2795
- SquareSolid.propTypes = iconPropTypes;
2796
- }
2797
- const SquareFill = /*#__PURE__*/React.forwardRef(function SquareFill(_ref116, ref) {
2798
- let {
2799
- children,
2800
- size = 16,
2801
- ...rest
2802
- } = _ref116;
2803
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
2804
- return /*#__PURE__*/React.createElement(Icon, {
2805
- width: size,
2806
- height: size,
2807
- ref: ref,
2808
- xmlns: "http://www.w3.org/2000/svg",
2809
- viewBox: "0 0 16 16",
2810
- fill: "currentColor",
2811
- ...rest
2812
- }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2813
- d: "M3 3H13V13H3z"
2814
- })), children);
2815
- }
2816
- return /*#__PURE__*/React.createElement(Icon, {
2817
- width: size,
2818
- height: size,
2819
- ref: ref,
2820
- xmlns: "http://www.w3.org/2000/svg",
2821
- viewBox: "0 0 16 16",
2822
- fill: "currentColor",
2823
- ...rest
2824
- }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2825
- d: "M3 3H13V13H3z"
2826
- })), children);
2827
- });
2828
- if (process.env.NODE_ENV !== "production") {
2829
- SquareFill.propTypes = iconPropTypes;
2830
- }
2831
- const StackLimitation = /*#__PURE__*/React.forwardRef(function StackLimitation(_ref117, ref) {
2832
- let {
2833
- children,
2834
- size = 16,
2835
- ...rest
2836
- } = _ref117;
2837
- return /*#__PURE__*/React.createElement(Icon, {
2838
- width: size,
2839
- height: size,
2840
- ref: ref,
2841
- xmlns: "http://www.w3.org/2000/svg",
2842
- viewBox: "0 0 32 32",
2843
- fill: "currentColor",
2844
- ...rest
2845
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2846
- 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"
2847
- })), children);
2848
- });
2849
- if (process.env.NODE_ENV !== "production") {
2850
- StackLimitation.propTypes = iconPropTypes;
2851
- }
2852
- const WatsonHealthStackedMove = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedMove(_ref118, ref) {
2853
- let {
2854
- children,
2855
- size = 16,
2856
- ...rest
2857
- } = _ref118;
2858
- return /*#__PURE__*/React.createElement(Icon, {
2859
- width: size,
2860
- height: size,
2861
- ref: ref,
2862
- xmlns: "http://www.w3.org/2000/svg",
2863
- viewBox: "0 0 32 32",
2864
- fill: "currentColor",
2865
- ...rest
2866
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2867
- 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"
2868
- })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2869
- d: "M26,6,24.59,7.41,27,10H22V6a2,2,0,0,0-2-2H10V6H20V20h2V12h5l-2.41,2.59L26,16l5-5Z"
2870
- })), children);
2871
- });
2872
- if (process.env.NODE_ENV !== "production") {
2873
- WatsonHealthStackedMove.propTypes = iconPropTypes;
2874
- }
2875
- const WatsonHealthStackedScrolling_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedScrolling_1(_ref119, ref) {
2876
- let {
2877
- children,
2878
- size = 16,
2879
- ...rest
2880
- } = _ref119;
2881
- return /*#__PURE__*/React.createElement(Icon, {
2882
- width: size,
2883
- height: size,
2884
- ref: ref,
2885
- xmlns: "http://www.w3.org/2000/svg",
2886
- viewBox: "0 0 32 32",
2887
- fill: "currentColor",
2888
- ...rest
2889
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2890
- 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"
2891
- })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2892
- d: "M25,23H23V9H9V7H23a2,2,0,0,1,2,2Z"
2893
- })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2894
- d: "M30,16H28V4H16V2H28a2,2,0,0,1,2,2Z"
2895
- })), children);
2896
- });
2897
- if (process.env.NODE_ENV !== "production") {
2898
- WatsonHealthStackedScrolling_1.propTypes = iconPropTypes;
2899
- }
2900
- const WatsonHealthStackedScrolling_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedScrolling_2(_ref120, ref) {
2901
- let {
2902
- children,
2903
- size = 16,
2904
- ...rest
2905
- } = _ref120;
2906
- return /*#__PURE__*/React.createElement(Icon, {
2907
- width: size,
2908
- height: size,
2909
- ref: ref,
2910
- xmlns: "http://www.w3.org/2000/svg",
2911
- viewBox: "0 0 32 32",
2912
- fill: "currentColor",
2913
- ...rest
2914
- }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2915
- 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"
2916
- })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2917
- d: "M27,21H25V9H17V7h8a2,2,0,0,1,2,2Z"
2918
- })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2919
- d: "M32,16H30V4H22V2h8a2,2,0,0,1,2,2Z"
2920
- })), children);
2921
- });
2922
- if (process.env.NODE_ENV !== "production") {
2923
- WatsonHealthStackedScrolling_2.propTypes = iconPropTypes;
2924
- }
2925
- const Stamp = /*#__PURE__*/React.forwardRef(function Stamp(_ref121, ref) {
2926
- let {
2927
- children,
2928
- size = 16,
2929
- ...rest
2930
- } = _ref121;
2931
- return /*#__PURE__*/React.createElement(Icon, {
2932
- width: size,
2933
- height: size,
2934
- ref: ref,
2935
- xmlns: "http://www.w3.org/2000/svg",
2936
- viewBox: "0 0 32 32",
2937
- fill: "currentColor",
2938
- ...rest
2939
- }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2940
- 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"
2941
- })), children);
2942
- });
2943
- if (process.env.NODE_ENV !== "production") {
2944
- Stamp.propTypes = iconPropTypes;
2945
- }
2946
- const Star = /*#__PURE__*/React.forwardRef(function Star(_ref122, ref) {
2947
- let {
2948
- children,
2949
- size = 16,
2950
- ...rest
2951
- } = _ref122;
2952
- if (size === 16 || size === "16" || size === "16px") {
2953
- return /*#__PURE__*/React.createElement(Icon, {
2954
- width: size,
2955
- height: size,
2956
- ref: ref,
2957
- xmlns: "http://www.w3.org/2000/svg",
2958
- viewBox: "0 0 16 16",
2959
- fill: "currentColor",
2960
- ...rest
2961
- }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2962
- 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"
2963
- })), children);
2964
- }
2965
- return /*#__PURE__*/React.createElement(Icon, {
2966
- width: size,
2967
- height: size,
2968
- ref: ref,
2969
- xmlns: "http://www.w3.org/2000/svg",
2970
- viewBox: "0 0 32 32",
2971
- fill: "currentColor",
2972
- ...rest
2973
- }, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2974
- 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"
2975
- })), children);
2976
- });
2977
- if (process.env.NODE_ENV !== "production") {
2978
- Star.propTypes = iconPropTypes;
2979
- }
2980
- const StarFilled = /*#__PURE__*/React.forwardRef(function StarFilled(_ref123, ref) {
2981
- let {
2982
- children,
2983
- size = 16,
2984
- ...rest
2985
- } = _ref123;
2986
- if (size === 16 || size === "16" || size === "16px") {
2987
- return /*#__PURE__*/React.createElement(Icon, {
2988
- width: size,
2989
- height: size,
2990
- ref: ref,
2991
- xmlns: "http://www.w3.org/2000/svg",
2992
- viewBox: "0 0 16 16",
2993
- fill: "currentColor",
2994
- ...rest
2995
- }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2996
- 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"
2997
- })), children);
2998
- }
2999
- return /*#__PURE__*/React.createElement(Icon, {
3000
- width: size,
3001
- height: size,
3002
- ref: ref,
3003
- xmlns: "http://www.w3.org/2000/svg",
3004
- viewBox: "0 0 32 32",
3005
- fill: "currentColor",
3006
- ...rest
3007
- }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
3008
- 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"
3009
- })), children);
3010
- });
3011
- if (process.env.NODE_ENV !== "production") {
3012
- StarFilled.propTypes = iconPropTypes;
3013
- }
3014
- const StarHalf = /*#__PURE__*/React.forwardRef(function StarHalf(_ref124, ref) {
3015
- let {
3016
- children,
3017
- size = 16,
3018
- ...rest
3019
- } = _ref124;
3020
- if (size === 16 || size === "16" || size === "16px") {
3021
- return /*#__PURE__*/React.createElement(Icon, {
3022
- width: size,
3023
- height: size,
3024
- ref: ref,
3025
- xmlns: "http://www.w3.org/2000/svg",
3026
- viewBox: "0 0 16 16",
3027
- fill: "currentColor",
3028
- ...rest
3029
- }, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
3030
- d: "M5.7 5.6L0.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z"
3031
- })), children);
3032
- }
3033
- return /*#__PURE__*/React.createElement(Icon, {
3034
- width: size,
3035
- height: size,
3036
- ref: ref,
3037
- xmlns: "http://www.w3.org/2000/svg",
3038
- viewBox: "0 0 32 32",
3039
- fill: "currentColor",
3040
- ...rest
3041
- }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
3042
- d: "M11.45 11.22L1.28 12.7 8.64 19.87 6.9 30 16 25.22 16 2 11.45 11.22z"
3043
- })), children);
3044
- });
3045
- if (process.env.NODE_ENV !== "production") {
3046
- StarHalf.propTypes = iconPropTypes;
3047
- }
3048
- const StarReview = /*#__PURE__*/React.forwardRef(function StarReview(_ref125, ref) {
3049
- let {
3050
- children,
3051
- size = 16,
3052
- ...rest
3053
- } = _ref125;
3054
- return /*#__PURE__*/React.createElement(Icon, {
3055
- width: size,
3056
- height: size,
3057
- ref: ref,
3058
- xmlns: "http://www.w3.org/2000/svg",
3059
- viewBox: "0 0 32 32",
3060
- fill: "currentColor",
3061
- ...rest
3062
- }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
3063
- d: "M18 26H26V28H18zM18 22H30V24H18zM18 18H30V20H18z"
3064
- })), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
3065
- 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"
3066
- })), children);
3067
- });
3068
- if (process.env.NODE_ENV !== "production") {
3069
- StarReview.propTypes = iconPropTypes;
3070
- }
3071
-
3072
- export { Search, SearchAdvanced, SearchLocate, SearchLocateMirror, Security, SecurityServices, SelectWindow, Select_01, Select_02, Send, SendActionUsage, SendAlt, SendAltFilled, SendBackward, SendFilled, SendToBack, ServerDns, ServerProxy, ServerTime, ServiceDesk, ServiceId, ServiceLevels, SessionBorderControl, Settings, SettingsAdjust, SettingsCheck, SettingsEdit, SettingsServices, SettingsView, ShapeExcept, ShapeExclude, ShapeIntersect, ShapeJoin, ShapeUnite, Shapes, Share, ShareKnowledge, ShoppingBag, ShoppingCart, ShoppingCartArrowDown, ShoppingCartArrowUp, ShoppingCartClear, ShoppingCartError, ShoppingCartMinus, ShoppingCartPlus, ShoppingCatalog, ShowDataCards, ShrinkScreen, ShrinkScreenFilled, Shuffle, Shuttle, SidePanelClose, SidePanelCloseFilled, SidePanelOpen, SidePanelOpenFilled, Sight, Sigma, SignalStrength, SimCard, SkillLevel, SkillLevelAdvanced, SkillLevelBasic, SkillLevelIntermediate, SkipBack, SkipBackFilled, SkipBackOutline, SkipBackOutlineFilled, SkipBackOutlineSolid, SkipBackSolidFilled, SkipForward, SkipForwardFilled, SkipForwardOutline, SkipForwardOutlineFilled, SkipForwardOutlineSolid, SkipForwardSolidFilled, Sleet, Slisor, Slm, Smell, Smoke, Snooze, Snow, SnowBlizzard, SnowDensity, SnowHeavy, SnowScattered, SnowScatteredNight, Snowflake, Soccer, SoftwareResource, SoftwareResourceCluster, SoftwareResourceResource, SoilMoisture, SoilMoistureField, SoilMoistureGlobal, SoilTemperature, SoilTemperatureField, SoilTemperatureGlobal, SolarPanel, SortAscending, SortDescending, SortRemove, SpellCheck, Split, SplitScreen, SprayPaint, Sprout, SpyreAccelerator, Sql, SquareFill, SquareOutline, SquareSolid, StackLimitation, Stamp, Star, StarFilled, StarHalf, StarReview, WatsonHealthSmoothing, WatsonHealthSmoothingCursor, WatsonHealthSpineLabel, WatsonHealthSplitDiscard, WatsonHealthStackedMove, WatsonHealthStackedScrolling_1, WatsonHealthStackedScrolling_2 };