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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +696 -168
  2. package/es/__stories__/data/index.d.ts +58 -14
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +3 -1
  5. package/es/components/TasksController/TasksController.d.ts +3 -3
  6. package/es/components/TasksController/TasksController.js +4 -1
  7. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -29
  12. package/es/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  13. package/es/components/Tiles/GlassTile/GlassTileBody.js +53 -0
  14. package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  15. package/es/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  16. package/es/index.js +1 -0
  17. package/lib/__stories__/AnimatedHeader.stories.d.ts +696 -168
  18. package/lib/__stories__/data/index.d.ts +58 -14
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +3 -1
  21. package/lib/components/TasksController/TasksController.d.ts +3 -3
  22. package/lib/components/TasksController/TasksController.js +4 -1
  23. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -28
  28. package/lib/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  29. package/lib/components/Tiles/GlassTile/GlassTileBody.js +55 -0
  30. package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  31. package/lib/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  32. package/lib/index.js +1 -0
  33. package/package.json +2 -2
  34. package/scss/Tiles/GlassTile/glass-tile.scss +0 -1
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2956
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3263
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -2946
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3112
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -2967
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3056
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -2888
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3072
  43. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -2992
  44. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2843
  45. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3080
  46. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1680
  47. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3096
  48. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3008
  49. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -2916
  50. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -2992
  51. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -2983
  52. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3106
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3090
  54. package/es/node_modules/@carbon/icons-react/es/index.js +0 -30
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3082
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3389
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -3072
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3238
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -3093
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3182
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -3014
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3198
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -3118
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2969
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3206
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1750
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3222
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3134
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -3042
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -3118
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -3109
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3232
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3216
  74. package/lib/node_modules/@carbon/icons-react/es/index.js +0 -2480
@@ -1,3118 +0,0 @@
1
- /**
2
- * Copyright IBM Corp. 2024
3
- *
4
- * This source code is licensed under the Apache-2.0 license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- 'use strict';
9
-
10
- var React = require('react');
11
- var Icon = require('../Icon.js');
12
- var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
- require('prop-types');
14
-
15
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _circle, _circle2, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _circle3, _circle4, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _circle5, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _circle6, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _circle7, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _circle8, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _circle9, _path172, _path173, _path174, _path175, _circle10, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _rect, _path195, _path196, _path197, _path198, _circle11, _circle12, _circle13, _path199, _path200, _circle14, _circle15, _circle16, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225;
16
- const WatsonHealthStatusAcknowledge = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusAcknowledge(_ref, ref) {
17
- let {
18
- children,
19
- size = 16,
20
- ...rest
21
- } = _ref;
22
- return /*#__PURE__*/React.createElement(Icon.default, {
23
- width: size,
24
- height: size,
25
- ref: ref,
26
- xmlns: "http://www.w3.org/2000/svg",
27
- viewBox: "0 0 32 32",
28
- fill: "currentColor",
29
- ...rest
30
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
- d: "M24 30a6 6 0 116-6A6.0067 6.0067 0 0124 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 20zM12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z"
32
- })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
- d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
34
- })), children);
35
- });
36
- if (process.env.NODE_ENV !== "production") {
37
- WatsonHealthStatusAcknowledge.propTypes = iconPropTypes4cbeb95d.i;
38
- }
39
- const WatsonHealthStatusChange = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusChange(_ref2, ref) {
40
- let {
41
- children,
42
- size = 16,
43
- ...rest
44
- } = _ref2;
45
- return /*#__PURE__*/React.createElement(Icon.default, {
46
- width: size,
47
- height: size,
48
- ref: ref,
49
- xmlns: "http://www.w3.org/2000/svg",
50
- viewBox: "0 0 32 32",
51
- fill: "currentColor",
52
- ...rest
53
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
54
- d: "M7 30a5 5 0 115-5A5.0057 5.0057 0 017 30zm0-8a3 3 0 103 3A3.0033 3.0033 0 007 22zM23 30a5 5 0 115-5A5.0057 5.0057 0 0123 30zm0-8a3 3 0 103 3A3.0033 3.0033 0 0023 22zM24 7v7l3.5859-3.4141L29 12l-6 6-6-6 1.4141-1.4141L22 14V7a1.0009 1.0009 0 00-1-1H9A1.0006 1.0006 0 008 7V18H6V7A3.0033 3.0033 0 019 4H21A3.0033 3.0033 0 0124 7z"
55
- })), children);
56
- });
57
- if (process.env.NODE_ENV !== "production") {
58
- WatsonHealthStatusChange.propTypes = iconPropTypes4cbeb95d.i;
59
- }
60
- const WatsonHealthStatusPartialFail = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusPartialFail(_ref3, ref) {
61
- let {
62
- children,
63
- size = 16,
64
- ...rest
65
- } = _ref3;
66
- return /*#__PURE__*/React.createElement(Icon.default, {
67
- width: size,
68
- height: size,
69
- ref: ref,
70
- xmlns: "http://www.w3.org/2000/svg",
71
- viewBox: "0 0 32 32",
72
- fill: "currentColor",
73
- ...rest
74
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
75
- d: "M25.1407 23.7642l1.5315 1.2851a13.976 13.976 0 002.4408-4.1821l-1.8776-.6836A11.9729 11.9729 0 0125.1407 23.7642zM18 27.81l.4128 1.9677A13.8888 13.8888 0 0022.9543 28.14L22 26.4087A12.52 12.52 0 0118 27.81zM10 26.4087L9 28.14a14.14 14.14 0 004.5872 1.6382l.3469-1.9677A12.1519 12.1519 0 0110 26.4087zM4.7646 20.1836l-1.8776.6836a13.976 13.976 0 002.4408 4.1821l1.5315-1.2851A11.9729 11.9729 0 014.7646 20.1836zM16 22a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 22zM15 8H17V19H15z"
76
- })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
77
- d: "M30,16H28A12,12,0,0,0,4,16H2a14,14,0,0,1,28,0Z"
78
- })), children);
79
- });
80
- if (process.env.NODE_ENV !== "production") {
81
- WatsonHealthStatusPartialFail.propTypes = iconPropTypes4cbeb95d.i;
82
- }
83
- const WatsonHealthStatusResolved = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusResolved(_ref4, ref) {
84
- let {
85
- children,
86
- size = 16,
87
- ...rest
88
- } = _ref4;
89
- return /*#__PURE__*/React.createElement(Icon.default, {
90
- width: size,
91
- height: size,
92
- ref: ref,
93
- xmlns: "http://www.w3.org/2000/svg",
94
- viewBox: "0 0 32 32",
95
- fill: "currentColor",
96
- ...rest
97
- }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
98
- d: "M21 28.414L16 23.413 17.413 22 21 25.586 28.585 18 30 19.415 21 28.414zM12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z"
99
- })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
100
- d: "M11.8193,25.8022a11.992,11.992,0,1,1,13.9829-9.6215l-1.9668-.3614A10.001,10.001,0,1,0,12.1807,23.835Z"
101
- })), children);
102
- });
103
- if (process.env.NODE_ENV !== "production") {
104
- WatsonHealthStatusResolved.propTypes = iconPropTypes4cbeb95d.i;
105
- }
106
- const StayInside = /*#__PURE__*/React.forwardRef(function StayInside(_ref5, ref) {
107
- let {
108
- children,
109
- size = 16,
110
- ...rest
111
- } = _ref5;
112
- return /*#__PURE__*/React.createElement(Icon.default, {
113
- width: size,
114
- height: size,
115
- ref: ref,
116
- xmlns: "http://www.w3.org/2000/svg",
117
- viewBox: "0 0 32 32",
118
- fill: "currentColor",
119
- ...rest
120
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
121
- d: "M23 30H21V28a3.0033 3.0033 0 00-3-3H14a3.0033 3.0033 0 00-3 3v2H9V28a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM16 13a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0016 11z"
122
- })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
123
- d: "M30,30H28V14.4639L16,4.31,4,14.4639V30H2V14a1,1,0,0,1,.354-.7634l13-11a1,1,0,0,1,1.292,0l13,11A1,1,0,0,1,30,14Z"
124
- })), children);
125
- });
126
- if (process.env.NODE_ENV !== "production") {
127
- StayInside.propTypes = iconPropTypes4cbeb95d.i;
128
- }
129
- const StemLeafPlot = /*#__PURE__*/React.forwardRef(function StemLeafPlot(_ref6, ref) {
130
- let {
131
- children,
132
- size = 16,
133
- ...rest
134
- } = _ref6;
135
- return /*#__PURE__*/React.createElement(Icon.default, {
136
- width: size,
137
- height: size,
138
- ref: ref,
139
- xmlns: "http://www.w3.org/2000/svg",
140
- viewBox: "0 0 32 32",
141
- fill: "currentColor",
142
- ...rest
143
- }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
144
- d: "M19 10a3 3 0 113-3A3.0033 3.0033 0 0119 10zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 6zM19 19a3 3 0 113-3A3.0033 3.0033 0 0119 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 15zM27 19a3 3 0 113-3A3.0033 3.0033 0 0127 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 0027 15zM19 28a3 3 0 113-3A3.0033 3.0033 0 0119 28zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 24zM12 2H14V30H12zM7 28a3 3 0 113-3A3.0033 3.0033 0 017 28zm0-4a1 1 0 101 1A1.0011 1.0011 0 007 24zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 007 15zM7 10a3 3 0 113-3A3.0033 3.0033 0 017 10zM7 6A1 1 0 108 7 1.0011 1.0011 0 007 6z"
145
- })), children);
146
- });
147
- if (process.env.NODE_ENV !== "production") {
148
- StemLeafPlot.propTypes = iconPropTypes4cbeb95d.i;
149
- }
150
- const Stethoscope = /*#__PURE__*/React.forwardRef(function Stethoscope(_ref7, ref) {
151
- let {
152
- children,
153
- size = 16,
154
- ...rest
155
- } = _ref7;
156
- return /*#__PURE__*/React.createElement(Icon.default, {
157
- width: size,
158
- height: size,
159
- ref: ref,
160
- xmlns: "http://www.w3.org/2000/svg",
161
- viewBox: "0 0 32 32",
162
- fill: "currentColor",
163
- ...rest
164
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
165
- d: "M24,2V4h2v6a4,4,0,0,1-8,0V4h2V2H16v8a6.0051,6.0051,0,0,0,5,5.91V22A6,6,0,0,1,9,22V15.8579a4,4,0,1,0-2,0V22a8,8,0,0,0,16,0V15.91A6.0051,6.0051,0,0,0,28,10V2ZM6,12a2,2,0,1,1,2,2A2.0023,2.0023,0,0,1,6,12Z"
166
- })), children);
167
- });
168
- if (process.env.NODE_ENV !== "production") {
169
- Stethoscope.propTypes = iconPropTypes4cbeb95d.i;
170
- }
171
- const Stickies = /*#__PURE__*/React.forwardRef(function Stickies(_ref8, ref) {
172
- let {
173
- children,
174
- size = 16,
175
- ...rest
176
- } = _ref8;
177
- return /*#__PURE__*/React.createElement(Icon.default, {
178
- width: size,
179
- height: size,
180
- ref: ref,
181
- xmlns: "http://www.w3.org/2000/svg",
182
- viewBox: "0 0 32 32",
183
- fill: "currentColor",
184
- ...rest
185
- }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
186
- d: "M30,22v-12c0-1.1-.9-2-2-2H12c-1.1,0-2,.9-2,2v18c0,1.1.9,2,2,2h10c.3,0,.5-.1.7-.3l7-7c.2-.2.3-.4.3-.7ZM22,22h5.6s-5.6,5.6-5.6,5.6v-5.6ZM28,20h-6c-1.1,0-2,.9-2,2v6h-8V10h16v10Z"
187
- })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
188
- d: "M4,22V4h16v2h2v-2c0-1.1001-.8999-2-2-2H4c-1.1001,0-2,.8999-2,2v18c0,1.1001.8999,2,2,2h4v-2H4Z"
189
- })), children);
190
- });
191
- if (process.env.NODE_ENV !== "production") {
192
- Stickies.propTypes = iconPropTypes4cbeb95d.i;
193
- }
194
- const Stop = /*#__PURE__*/React.forwardRef(function Stop(_ref9, ref) {
195
- let {
196
- children,
197
- size = 16,
198
- ...rest
199
- } = _ref9;
200
- if (size === 16 || size === "16" || size === "16px") {
201
- return /*#__PURE__*/React.createElement(Icon.default, {
202
- width: size,
203
- height: size,
204
- ref: ref,
205
- xmlns: "http://www.w3.org/2000/svg",
206
- viewBox: "0 0 16 16",
207
- fill: "currentColor",
208
- ...rest
209
- }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
210
- d: "M12,4v8H4V4H12 M12,3H4C3.4,3,3,3.4,3,4v8c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V4C13,3.4,12.6,3,12,3z"
211
- })), children);
212
- }
213
- return /*#__PURE__*/React.createElement(Icon.default, {
214
- width: size,
215
- height: size,
216
- ref: ref,
217
- xmlns: "http://www.w3.org/2000/svg",
218
- viewBox: "0 0 32 32",
219
- fill: "currentColor",
220
- ...rest
221
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
222
- d: "M24,8V24H8V8H24m0-2H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z"
223
- })), children);
224
- });
225
- if (process.env.NODE_ENV !== "production") {
226
- Stop.propTypes = iconPropTypes4cbeb95d.i;
227
- }
228
- const StopFilled = /*#__PURE__*/React.forwardRef(function StopFilled(_ref10, ref) {
229
- let {
230
- children,
231
- size = 16,
232
- ...rest
233
- } = _ref10;
234
- if (size === 16 || size === "16" || size === "16px") {
235
- return /*#__PURE__*/React.createElement(Icon.default, {
236
- width: size,
237
- height: size,
238
- ref: ref,
239
- xmlns: "http://www.w3.org/2000/svg",
240
- viewBox: "0 0 16 16",
241
- fill: "currentColor",
242
- ...rest
243
- }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
244
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z"
245
- })), children);
246
- }
247
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
256
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z"
257
- })), children);
258
- });
259
- if (process.env.NODE_ENV !== "production") {
260
- StopFilled.propTypes = iconPropTypes4cbeb95d.i;
261
- }
262
- const StopFilledAlt = /*#__PURE__*/React.forwardRef(function StopFilledAlt(_ref11, ref) {
263
- let {
264
- children,
265
- size = 16,
266
- ...rest
267
- } = _ref11;
268
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
277
- d: "M24,6H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z"
278
- })), children);
279
- });
280
- if (process.env.NODE_ENV !== "production") {
281
- StopFilledAlt.propTypes = iconPropTypes4cbeb95d.i;
282
- }
283
- const StopOutline = /*#__PURE__*/React.forwardRef(function StopOutline(_ref12, ref) {
284
- let {
285
- children,
286
- size = 16,
287
- ...rest
288
- } = _ref12;
289
- if (size === 16 || size === "16" || size === "16px") {
290
- return /*#__PURE__*/React.createElement(Icon.default, {
291
- width: size,
292
- height: size,
293
- ref: ref,
294
- xmlns: "http://www.w3.org/2000/svg",
295
- viewBox: "0 0 16 16",
296
- fill: "currentColor",
297
- ...rest
298
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
299
- d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"
300
- })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
301
- d: "M10,6v4H6V6H10 M10,5H6C5.4,5,5,5.4,5,6v4c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1V6C11,5.4,10.6,5,10,5z"
302
- })), children);
303
- }
304
- return /*#__PURE__*/React.createElement(Icon.default, {
305
- width: size,
306
- height: size,
307
- ref: ref,
308
- xmlns: "http://www.w3.org/2000/svg",
309
- viewBox: "0 0 32 32",
310
- fill: "currentColor",
311
- ...rest
312
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
313
- d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
314
- })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
315
- d: "M20,12v8H12V12h8m0-2H12a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2Z"
316
- })), children);
317
- });
318
- if (process.env.NODE_ENV !== "production") {
319
- StopOutline.propTypes = iconPropTypes4cbeb95d.i;
320
- }
321
- const StopOutlineFilled = /*#__PURE__*/React.forwardRef(function StopOutlineFilled(_ref13, ref) {
322
- let {
323
- children,
324
- size = 16,
325
- ...rest
326
- } = _ref13;
327
- if (size === 16 || size === "16" || size === "16px") {
328
- return /*#__PURE__*/React.createElement(Icon.default, {
329
- width: size,
330
- height: size,
331
- ref: ref,
332
- xmlns: "http://www.w3.org/2000/svg",
333
- viewBox: "0 0 16 16",
334
- fill: "currentColor",
335
- ...rest
336
- }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
337
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z"
338
- })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
339
- d: "M6 6H10V10H6z"
340
- })), children);
341
- }
342
- return /*#__PURE__*/React.createElement(Icon.default, {
343
- width: size,
344
- height: size,
345
- ref: ref,
346
- xmlns: "http://www.w3.org/2000/svg",
347
- viewBox: "0 0 32 32",
348
- fill: "currentColor",
349
- ...rest
350
- }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
351
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z"
352
- })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
353
- d: "M12 12H20V20H12z"
354
- })), children);
355
- });
356
- if (process.env.NODE_ENV !== "production") {
357
- StopOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
358
- }
359
- const StopSign = /*#__PURE__*/React.forwardRef(function StopSign(_ref14, ref) {
360
- let {
361
- children,
362
- size = 16,
363
- ...rest
364
- } = _ref14;
365
- return /*#__PURE__*/React.createElement(Icon.default, {
366
- width: size,
367
- height: size,
368
- ref: ref,
369
- xmlns: "http://www.w3.org/2000/svg",
370
- viewBox: "0 0 32 32",
371
- fill: "currentColor",
372
- ...rest
373
- }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
374
- d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29ZM11.4141,5,5,11.4141v9.1716L11.4141,27h9.1716L27,20.5859V11.4143L20.5859,5H11.4141Z"
375
- })), children);
376
- });
377
- if (process.env.NODE_ENV !== "production") {
378
- StopSign.propTypes = iconPropTypes4cbeb95d.i;
379
- }
380
- const StopSignFilled = /*#__PURE__*/React.forwardRef(function StopSignFilled(_ref15, ref) {
381
- let {
382
- children,
383
- size = 16,
384
- ...rest
385
- } = _ref15;
386
- return /*#__PURE__*/React.createElement(Icon.default, {
387
- width: size,
388
- height: size,
389
- ref: ref,
390
- xmlns: "http://www.w3.org/2000/svg",
391
- viewBox: "0 0 32 32",
392
- fill: "currentColor",
393
- ...rest
394
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
395
- d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29Z"
396
- })), children);
397
- });
398
- if (process.env.NODE_ENV !== "production") {
399
- StopSignFilled.propTypes = iconPropTypes4cbeb95d.i;
400
- }
401
- const StoragePool = /*#__PURE__*/React.forwardRef(function StoragePool(_ref16, ref) {
402
- let {
403
- children,
404
- size = 16,
405
- ...rest
406
- } = _ref16;
407
- return /*#__PURE__*/React.createElement(Icon.default, {
408
- width: size,
409
- height: size,
410
- ref: ref,
411
- xmlns: "http://www.w3.org/2000/svg",
412
- viewBox: "0 0 32 32",
413
- fill: "currentColor",
414
- ...rest
415
- }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
416
- d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
417
- })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
418
- d: "M17.5 13A3.5 3.5 0 1121 9.5 3.5041 3.5041 0 0117.5 13zm0-5A1.5 1.5 0 1019 9.5 1.5017 1.5017 0 0017.5 8zM14.5 26A3.5 3.5 0 1118 22.5 3.5041 3.5041 0 0114.5 26zm0-5A1.5 1.5 0 1016 22.5 1.5017 1.5017 0 0014.5 21zM9.5 18A3.5 3.5 0 1113 14.5 3.5041 3.5041 0 019.5 18zm0-5A1.5 1.5 0 1011 14.5 1.5017 1.5017 0 009.5 13zM22.5 21A3.5 3.5 0 1126 17.5 3.5041 3.5041 0 0122.5 21zm0-5A1.5 1.5 0 1024 17.5 1.5017 1.5017 0 0022.5 16z"
419
- })), children);
420
- });
421
- if (process.env.NODE_ENV !== "production") {
422
- StoragePool.propTypes = iconPropTypes4cbeb95d.i;
423
- }
424
- const StorageRequest = /*#__PURE__*/React.forwardRef(function StorageRequest(_ref17, ref) {
425
- let {
426
- children,
427
- size = 16,
428
- ...rest
429
- } = _ref17;
430
- return /*#__PURE__*/React.createElement(Icon.default, {
431
- width: size,
432
- height: size,
433
- ref: ref,
434
- xmlns: "http://www.w3.org/2000/svg",
435
- viewBox: "0 0 32 32",
436
- fill: "currentColor",
437
- ...rest
438
- }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
439
- d: "M4 21H2v3a2.0059 2.0059 0 002 2H7V24H4zM4 8H7V6H4A2.0059 2.0059 0 002 8v3H4zM17 6H23V8H17zM9 6H15V8H9zM17 24H23V26H17zM28 15L4 15 4 13 2 13 2 19 4 19 4 17 28 17 28 19 30 19 30 13 28 13 28 15zM28 24H25v2h3a2.0059 2.0059 0 002-2V21H28zM28 6H25V8h3v3h2V8A2.0059 2.0059 0 0028 6zM9 24H15V26H9z"
440
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
441
- cx: "7",
442
- cy: "12",
443
- r: "1"
444
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
445
- cx: "7",
446
- cy: "20",
447
- r: "1"
448
- })), children);
449
- });
450
- if (process.env.NODE_ENV !== "production") {
451
- StorageRequest.propTypes = iconPropTypes4cbeb95d.i;
452
- }
453
- const Store = /*#__PURE__*/React.forwardRef(function Store(_ref18, ref) {
454
- let {
455
- children,
456
- size = 16,
457
- ...rest
458
- } = _ref18;
459
- return /*#__PURE__*/React.createElement(Icon.default, {
460
- width: size,
461
- height: size,
462
- ref: ref,
463
- xmlns: "http://www.w3.org/2000/svg",
464
- viewBox: "0 0 32 32",
465
- fill: "currentColor",
466
- ...rest
467
- }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
468
- d: "M30,10.68l-2-6A1,1,0,0,0,27,4H5a1,1,0,0,0-1,.68l-2,6A1.19,1.19,0,0,0,2,11v6a1,1,0,0,0,1,1H4V28H6V18h6V28H28V18h1a1,1,0,0,0,1-1V11A1.19,1.19,0,0,0,30,10.68ZM26,26H14V18H26Zm2-10H24V12H22v4H17V12H15v4H10V12H8v4H4V11.16L5.72,6H26.28L28,11.16Z"
469
- })), children);
470
- });
471
- if (process.env.NODE_ENV !== "production") {
472
- Store.propTypes = iconPropTypes4cbeb95d.i;
473
- }
474
- const StormTracker = /*#__PURE__*/React.forwardRef(function StormTracker(_ref19, ref) {
475
- let {
476
- children,
477
- size = 16,
478
- ...rest
479
- } = _ref19;
480
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
489
- d: "M16,2a1,1,0,0,0-.9736.771l-1.7229,7.3223a10.0653,10.0653,0,1,0,8.6032,8.603l7.3223-1.7227A1,1,0,0,0,30,16,14.0158,14.0158,0,0,0,16,2ZM11.293,20.707A1,1,0,0,0,12,21a1.013,1.013,0,0,0,.229-.0264l3.7622-.8852a3.996,3.996,0,1,1-4.08-4.08l-.8852,3.7622A1,1,0,0,0,11.293,20.707Zm2.05-2.0508,2.271-9.65a7.5018,7.5018,0,0,1,7.38,7.38ZM20,20a8,8,0,1,1-8-8,8.1017,8.1017,0,0,1,.8438.0469L12.38,14.019C12.2532,14.0107,12.127,14,12,14a6,6,0,1,0,6,6c0-.127-.011-.2534-.019-.38l1.9721-.4643A8.1048,8.1048,0,0,1,20,20Zm4.9707-4.0791a9.4981,9.4981,0,0,0-8.8914-8.8916l.7068-3.0039A12.0193,12.0193,0,0,1,27.9746,15.2139Z"
490
- })), children);
491
- });
492
- if (process.env.NODE_ENV !== "production") {
493
- StormTracker.propTypes = iconPropTypes4cbeb95d.i;
494
- }
495
- const StrategyPlay = /*#__PURE__*/React.forwardRef(function StrategyPlay(_ref20, ref) {
496
- let {
497
- children,
498
- size = 16,
499
- ...rest
500
- } = _ref20;
501
- return /*#__PURE__*/React.createElement(Icon.default, {
502
- width: size,
503
- height: size,
504
- ref: ref,
505
- xmlns: "http://www.w3.org/2000/svg",
506
- viewBox: "0 0 32 32",
507
- fill: "currentColor",
508
- ...rest
509
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
510
- strokeWidth: "0",
511
- d: "M12 3.415L10.586 2 7 5.587 3.414 2 2 3.415 5.586 7 2 10.586 3.414 12 7 8.414 10.586 12 12 10.586 8.414 7 12 3.415zM25 2l-5 5 1.4089 1.4189 2.5911-2.625v9.2061H8c-1.1028 0-2 .8975-2 2v3.1011c-2.2793.4644-4 2.4844-4 4.8989 0 2.7568 2.2429 5 5 5s5-2.2432 5-5c0-2.4146-1.7207-4.4346-4-4.8989v-3.1011h16c1.1028 0 2-.8975 2-2V5.8472l2.5911 2.5718 1.4089-1.4189-5-5zm-15 23c0 1.6543-1.3457 3-3 3s-3-1.3457-3-3 1.3457-3 3-3 3 1.3457 3 3z"
512
- })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
513
- strokeWidth: "0",
514
- d: "M30 21.415L28.586 20 25 23.587 21.414 20 20 21.415 23.586 25 20 28.586 21.414 30 25 26.414 28.586 30 30 28.586 26.414 25 30 21.415z"
515
- })), children);
516
- });
517
- if (process.env.NODE_ENV !== "production") {
518
- StrategyPlay.propTypes = iconPropTypes4cbeb95d.i;
519
- }
520
- const Strawberry = /*#__PURE__*/React.forwardRef(function Strawberry(_ref21, ref) {
521
- let {
522
- children,
523
- size = 16,
524
- ...rest
525
- } = _ref21;
526
- return /*#__PURE__*/React.createElement(Icon.default, {
527
- width: size,
528
- height: size,
529
- ref: ref,
530
- xmlns: "http://www.w3.org/2000/svg",
531
- viewBox: "0 0 32 32",
532
- fill: "currentColor",
533
- ...rest
534
- }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
535
- d: "M9 10H11V12H9zM9 14H11V16H9zM13 12H15V14H13z"
536
- })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
537
- d: "M9 28a5.169 5.169 0 01-.7441-.054A5.0935 5.0935 0 014 22.8669V11.1985a7.1615 7.1615 0 016.31-7.1653 6.9607 6.9607 0 014.4643 1.0706l7.9688 4.9807a6.98 6.98 0 01-.6885 12.19l-10.88 5.2285A4.9765 4.9765 0 019 28zM11.002 6q-.2484 0-.5005.0241A5.1463 5.1463 0 006 11.1985V22.8669a3.0839 3.0839 0 002.5435 3.1 3.0266 3.0266 0 001.7622-.2649l10.8828-5.23a4.9807 4.9807 0 00.4887-8.6958L13.7046 6.7935A4.9687 4.9687 0 0011.002 6zM26 7H22a4.0045 4.0045 0 01-4-4V2h2V3a2.0021 2.0021 0 002 2h4z"
538
- })), children);
539
- });
540
- if (process.env.NODE_ENV !== "production") {
541
- Strawberry.propTypes = iconPropTypes4cbeb95d.i;
542
- }
543
- const WatsonHealthStressBreathEditor = /*#__PURE__*/React.forwardRef(function WatsonHealthStressBreathEditor(_ref22, ref) {
544
- let {
545
- children,
546
- size = 16,
547
- ...rest
548
- } = _ref22;
549
- return /*#__PURE__*/React.createElement(Icon.default, {
550
- width: size,
551
- height: size,
552
- ref: ref,
553
- xmlns: "http://www.w3.org/2000/svg",
554
- viewBox: "0 0 32 32",
555
- fill: "currentColor",
556
- ...rest
557
- }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
558
- d: "M20 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0020 2zM30 30H28V25a5 5 0 00-5-5H17a5 5 0 00-5 5v5H10V25a7 7 0 017-7h6a7 7 0 017 7zM11 8H5A3 3 0 012 5V3H4V5A1 1 0 005 6h6zM4 15H2V13a3 3 0 013-3h6v2H5a1 1 0 00-1 1z"
559
- })), children);
560
- });
561
- if (process.env.NODE_ENV !== "production") {
562
- WatsonHealthStressBreathEditor.propTypes = iconPropTypes4cbeb95d.i;
563
- }
564
- const StringInteger = /*#__PURE__*/React.forwardRef(function StringInteger(_ref23, ref) {
565
- let {
566
- children,
567
- size = 16,
568
- ...rest
569
- } = _ref23;
570
- return /*#__PURE__*/React.createElement(Icon.default, {
571
- width: size,
572
- height: size,
573
- ref: ref,
574
- xmlns: "http://www.w3.org/2000/svg",
575
- viewBox: "0 0 32 32",
576
- fill: "currentColor",
577
- ...rest
578
- }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
579
- d: "M26 12H22v2h4v2H23v2h3v2H22v2h4a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0026 12zM19 22H13V18a2.002 2.002 0 012-2h2V14H13V12h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H15v2h4zM8 20L8 12 6 12 6 13 4 13 4 15 6 15 6 20 4 20 4 22 10 22 10 20 8 20z"
580
- })), children);
581
- });
582
- if (process.env.NODE_ENV !== "production") {
583
- StringInteger.propTypes = iconPropTypes4cbeb95d.i;
584
- }
585
- const StringText = /*#__PURE__*/React.forwardRef(function StringText(_ref24, ref) {
586
- let {
587
- children,
588
- size = 16,
589
- ...rest
590
- } = _ref24;
591
- return /*#__PURE__*/React.createElement(Icon.default, {
592
- width: size,
593
- height: size,
594
- ref: ref,
595
- xmlns: "http://www.w3.org/2000/svg",
596
- viewBox: "0 0 32 32",
597
- fill: "currentColor",
598
- ...rest
599
- }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
600
- d: "M29 22H24a2.0027 2.0027 0 01-2-2V14a2.0023 2.0023 0 012-2h5v2H24v6h5zM18 12H14V8H12V22h6a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0018 12zm-4 8V14h4v6zM8 12H3v2H8v2H4a2 2 0 00-2 2v2a2 2 0 002 2h6V14A2.0023 2.0023 0 008 12zm0 8H4V18H8z"
601
- })), children);
602
- });
603
- if (process.env.NODE_ENV !== "production") {
604
- StringText.propTypes = iconPropTypes4cbeb95d.i;
605
- }
606
- const WatsonHealthStudyNext = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyNext(_ref25, ref) {
607
- let {
608
- children,
609
- size = 16,
610
- ...rest
611
- } = _ref25;
612
- return /*#__PURE__*/React.createElement(Icon.default, {
613
- width: size,
614
- height: size,
615
- ref: ref,
616
- xmlns: "http://www.w3.org/2000/svg",
617
- viewBox: "0 0 32 32",
618
- fill: "currentColor",
619
- ...rest
620
- }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
621
- d: "M23.93 21L30 15 23.93 9 22.5 10.41 27.14 15 22.5 19.59 23.93 21zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7z"
622
- })), children);
623
- });
624
- if (process.env.NODE_ENV !== "production") {
625
- WatsonHealthStudyNext.propTypes = iconPropTypes4cbeb95d.i;
626
- }
627
- const WatsonHealthStudyPrevious = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyPrevious(_ref26, ref) {
628
- let {
629
- children,
630
- size = 16,
631
- ...rest
632
- } = _ref26;
633
- return /*#__PURE__*/React.createElement(Icon.default, {
634
- width: size,
635
- height: size,
636
- ref: ref,
637
- xmlns: "http://www.w3.org/2000/svg",
638
- viewBox: "0 0 32 32",
639
- fill: "currentColor",
640
- ...rest
641
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
642
- d: "M8.07 21L2 15 8.07 9 9.5 10.41 4.86 15 9.5 19.59 8.07 21zM20 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0020 2zM30 30H28V25a5 5 0 00-5-5H17a5 5 0 00-5 5v5H10V25a7 7 0 017-7h6a7 7 0 017 7z"
643
- })), children);
644
- });
645
- if (process.env.NODE_ENV !== "production") {
646
- WatsonHealthStudyPrevious.propTypes = iconPropTypes4cbeb95d.i;
647
- }
648
- const WatsonHealthStudyRead = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyRead(_ref27, ref) {
649
- let {
650
- children,
651
- size = 16,
652
- ...rest
653
- } = _ref27;
654
- return /*#__PURE__*/React.createElement(Icon.default, {
655
- width: size,
656
- height: size,
657
- ref: ref,
658
- xmlns: "http://www.w3.org/2000/svg",
659
- viewBox: "0 0 32 32",
660
- fill: "currentColor",
661
- ...rest
662
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
663
- d: "M21 29.414L16 24.413 17.413 23 21 26.586 28.585 19 30 20.415 21 29.414zM20 14L20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 15 22 15 18 18 18 18 16 15 16 15 14 20 14z"
664
- })), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
665
- d: "M13,24H4V4H24V16h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2h9Z"
666
- })), children);
667
- });
668
- if (process.env.NODE_ENV !== "production") {
669
- WatsonHealthStudyRead.propTypes = iconPropTypes4cbeb95d.i;
670
- }
671
- const WatsonHealthStudySkip = /*#__PURE__*/React.forwardRef(function WatsonHealthStudySkip(_ref28, ref) {
672
- let {
673
- children,
674
- size = 16,
675
- ...rest
676
- } = _ref28;
677
- return /*#__PURE__*/React.createElement(Icon.default, {
678
- width: size,
679
- height: size,
680
- ref: ref,
681
- xmlns: "http://www.w3.org/2000/svg",
682
- viewBox: "0 0 32 32",
683
- fill: "currentColor",
684
- ...rest
685
- }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
686
- d: "M22,9h5.2A11,11,0,0,0,7,15H5A13,13,0,0,1,28,6.7V3h2v8H22Z"
687
- })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
688
- d: "M16 12a3 3 0 11-3 3 2.95 2.95 0 013-3m0-2a5 5 0 105 5A5 5 0 0016 10zM23 30H21V27a3 3 0 00-3-3H14a3 3 0 00-3 3v3H9V27a5 5 0 015-5h4a5 5 0 015 5z"
689
- })), children);
690
- });
691
- if (process.env.NODE_ENV !== "production") {
692
- WatsonHealthStudySkip.propTypes = iconPropTypes4cbeb95d.i;
693
- }
694
- const WatsonHealthStudyTransfer = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyTransfer(_ref29, ref) {
695
- let {
696
- children,
697
- size = 16,
698
- ...rest
699
- } = _ref29;
700
- return /*#__PURE__*/React.createElement(Icon.default, {
701
- width: size,
702
- height: size,
703
- ref: ref,
704
- xmlns: "http://www.w3.org/2000/svg",
705
- viewBox: "0 0 32 32",
706
- fill: "currentColor",
707
- ...rest
708
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
709
- d: "M8.586 19.414L13.165 24 8.586 28.586 10 30 16 24 10 18 8.586 19.414z"
710
- })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
711
- d: "M2.586 19.414L7.165 24 2.586 28.586 4 30 10 24 4 18 2.586 19.414zM12 14L12 12 17 12 17 10 14 10 14 8 17 8 17 6 19 6 19 8 22 8 22 10 19 10 19 12 24 12 24 14 19 14 19 16 24 16 24 18 19 18 19 20 22 20 22 22 17 22 17 18 14 18 14 16 17 16 17 14 12 14z"
712
- })), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
713
- d: "M19,24h9V4H8V16H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V24a2,2,0,0,1-2,2H19Z"
714
- })), children);
715
- });
716
- if (process.env.NODE_ENV !== "production") {
717
- WatsonHealthStudyTransfer.propTypes = iconPropTypes4cbeb95d.i;
718
- }
719
- const WatsonHealthStudyUnread = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyUnread(_ref30, ref) {
720
- let {
721
- children,
722
- size = 16,
723
- ...rest
724
- } = _ref30;
725
- return /*#__PURE__*/React.createElement(Icon.default, {
726
- width: size,
727
- height: size,
728
- ref: ref,
729
- xmlns: "http://www.w3.org/2000/svg",
730
- viewBox: "0 0 32 32",
731
- fill: "currentColor",
732
- ...rest
733
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
734
- d: "M24 30a6 6 0 116-6A6.0067 6.0067 0 0124 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 20zM20 14L20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 17 22 17 20 15 20 15 18 18 18 18 16 15 16 15 14 20 14z"
735
- })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
736
- d: "M15,24H4V4H24V15h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H15Z"
737
- })), children);
738
- });
739
- if (process.env.NODE_ENV !== "production") {
740
- WatsonHealthStudyUnread.propTypes = iconPropTypes4cbeb95d.i;
741
- }
742
- const WatsonHealthStudyView = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyView(_ref31, ref) {
743
- let {
744
- children,
745
- size = 16,
746
- ...rest
747
- } = _ref31;
748
- return /*#__PURE__*/React.createElement(Icon.default, {
749
- width: size,
750
- height: size,
751
- ref: ref,
752
- xmlns: "http://www.w3.org/2000/svg",
753
- viewBox: "0 0 32 32",
754
- fill: "currentColor",
755
- ...rest
756
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
757
- d: "M28 20H25V18h3V4H14V7H12V4a2.002 2.002 0 012-2H28a2.0023 2.0023 0 012 2V18A2.0027 2.0027 0 0128 20zM17 22L17 20 13 20 13 18 16 18 16 16 13 16 13 14 11 14 11 16 8 16 8 18 11 18 11 20 7 20 7 22 11 22 11 24 8 24 8 26 16 26 16 24 13 24 13 22 17 22z"
758
- })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
759
- d: "M20,30H4a2.0021,2.0021,0,0,1-2-2V12a2.0021,2.0021,0,0,1,2-2H20a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,20,30ZM4,12V28H20V12Z"
760
- })), children);
761
- });
762
- if (process.env.NODE_ENV !== "production") {
763
- WatsonHealthStudyView.propTypes = iconPropTypes4cbeb95d.i;
764
- }
765
- const WatsonHealthSubVolume = /*#__PURE__*/React.forwardRef(function WatsonHealthSubVolume(_ref32, ref) {
766
- let {
767
- children,
768
- size = 16,
769
- ...rest
770
- } = _ref32;
771
- return /*#__PURE__*/React.createElement(Icon.default, {
772
- width: size,
773
- height: size,
774
- ref: ref,
775
- xmlns: "http://www.w3.org/2000/svg",
776
- viewBox: "0 0 32 32",
777
- fill: "currentColor",
778
- ...rest
779
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
780
- d: "M29.4741,19.12,23.6807,16l5.7934-3.12a1,1,0,0,0,0-1.7607l-13-7a.9982.9982,0,0,0-.9482,0l-13,7a1,1,0,0,0,0,1.7607L8.3193,16,2.5259,19.12a1,1,0,0,0,0,1.7607l13,7a.9995.9995,0,0,0,.9482,0l13-7a1,1,0,0,0,0-1.7607ZM16,6.1359,26.8906,12,16,17.8643,5.1094,12Zm0,19.7284L5.1094,20l5.3193-2.8642L15.5259,19.88a.9995.9995,0,0,0,.9482,0l5.0972-2.7446L26.8906,20Z"
781
- })), children);
782
- });
783
- if (process.env.NODE_ENV !== "production") {
784
- WatsonHealthSubVolume.propTypes = iconPropTypes4cbeb95d.i;
785
- }
786
- const Subclassification = /*#__PURE__*/React.forwardRef(function Subclassification(_ref33, ref) {
787
- let {
788
- children,
789
- size = 16,
790
- ...rest
791
- } = _ref33;
792
- return /*#__PURE__*/React.createElement(Icon.default, {
793
- width: size,
794
- height: size,
795
- ref: ref,
796
- xmlns: "http://www.w3.org/2000/svg",
797
- viewBox: "0 0 32 32",
798
- fill: "currentColor",
799
- ...rest
800
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
801
- strokeWidth: "0",
802
- d: "m13,28v-10h7c.3564,0,.686-.1899.8647-.498.0902-.1551.1353-.3285.1353-.502,0-.1711-.0441-.3424-.1318-.4961L12.8682,2.504c-.1919-.3359-.5301-.504-.8682-.504s-.6763.1681-.8682.504l-7.9999,13.9999c-.0878.1537-.1318.3249-.1318.4961,0,.1735.0451.3469.1353.502.1787.3081.5083.498.8647.498h7v10c0,1.1046.8954,2,2,2h15v-2h-15Zm-7.2769-12l6.2769-10.9844,6.2769,10.9844H5.7231Z"
803
- })), children);
804
- });
805
- if (process.env.NODE_ENV !== "production") {
806
- Subclassification.propTypes = iconPropTypes4cbeb95d.i;
807
- }
808
- const Subdirectory = /*#__PURE__*/React.forwardRef(function Subdirectory(_ref34, ref) {
809
- let {
810
- children,
811
- size = 16,
812
- ...rest
813
- } = _ref34;
814
- return /*#__PURE__*/React.createElement(Icon.default, {
815
- width: size,
816
- height: size,
817
- ref: ref,
818
- xmlns: "http://www.w3.org/2000/svg",
819
- viewBox: "0 0 32 32",
820
- fill: "currentColor",
821
- ...rest
822
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
823
- d: "m9,20l1.4141,1.4141-2.5859,2.5859h18.1719s0-20,0-20h2v20c0,1.1025-.897,2-2,2H7.8281s2.5859,2.5859,2.5859,2.5859l-1.4141,1.4141-5-5,5-5Z"
824
- })), children);
825
- });
826
- if (process.env.NODE_ENV !== "production") {
827
- Subdirectory.propTypes = iconPropTypes4cbeb95d.i;
828
- }
829
- const Subflow = /*#__PURE__*/React.forwardRef(function Subflow(_ref35, ref) {
830
- let {
831
- children,
832
- size = 16,
833
- ...rest
834
- } = _ref35;
835
- return /*#__PURE__*/React.createElement(Icon.default, {
836
- width: size,
837
- height: size,
838
- ref: ref,
839
- xmlns: "http://www.w3.org/2000/svg",
840
- viewBox: "0 0 32 32",
841
- fill: "currentColor",
842
- ...rest
843
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
844
- d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12.0025,12.0025,0,0,0,22.4609,26.1143l1.0782,1.684A13.9511,13.9511,0,0,1,16,30Z"
845
- })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
846
- d: "M26,17l-1.4141,1.4141L26.1719,20H15.8157a2.9874,2.9874,0,0,0-.2742-.5762l4.481-5.601A2.9676,2.9676,0,0,0,21,14a3,3,0,1,0-2.8157-4H13.8157a2.982,2.982,0,0,0-5.6314,0H2v2H8.1843a2.982,2.982,0,0,0,5.6314,0h4.3686a2.9874,2.9874,0,0,0,.2742.5762l-4.481,5.601A2.9676,2.9676,0,0,0,13,18a3,3,0,1,0,2.8157,4H26.1719l-1.586,1.5859L26,25l4-4Zm-5-7a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,10ZM11,12a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,12Zm2,10a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,13,22Z"
847
- })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
848
- d: "M30,16H28A12.0025,12.0025,0,0,0,9.5391,5.8857L8.4609,4.2017A14.0019,14.0019,0,0,1,30,16Z"
849
- })), children);
850
- });
851
- if (process.env.NODE_ENV !== "production") {
852
- Subflow.propTypes = iconPropTypes4cbeb95d.i;
853
- }
854
- const SubflowLocal = /*#__PURE__*/React.forwardRef(function SubflowLocal(_ref36, ref) {
855
- let {
856
- children,
857
- size = 16,
858
- ...rest
859
- } = _ref36;
860
- return /*#__PURE__*/React.createElement(Icon.default, {
861
- width: size,
862
- height: size,
863
- ref: ref,
864
- xmlns: "http://www.w3.org/2000/svg",
865
- viewBox: "0 0 32 32",
866
- fill: "currentColor",
867
- ...rest
868
- }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
869
- d: "M15.3472 29.9851a13.9282 13.9282 0 01-4.2051-.8516l.6943-1.8754a11.929 11.929 0 003.6026.729zm4.2651-.4558l-.5146-1.9326a11.915 11.915 0 003.3632-1.4827l1.0782 1.6846A13.915 13.915 0 0119.6123 29.5293zM7.395 27.0439a14.0632 14.0632 0 01-2.94-3.1218l1.6484-1.1333a12.0521 12.0521 0 002.522 2.6785zM2.5967 20.0544A14.0512 14.0512 0 012.0005 16H4a12.0412 12.0412 0 00.5117 3.4763zM26 17l-1.4141 1.4141L26.1719 20H15.8157a2.9874 2.9874 0 00-.2742-.5762l4.481-5.601A2.9676 2.9676 0 0021 14a3 3 0 10-2.8157-4H13.8157a2.982 2.982 0 00-5.6314 0H2v2H8.1843a2.982 2.982 0 005.6314 0h4.3686a2.9874 2.9874 0 00.2742.5762l-4.481 5.601A2.9676 2.9676 0 0013 18a3 3 0 102.8157 4H26.1719l-1.586 1.5859L26 25l4-4zm-5-7a1 1 0 11-1 1A1.0009 1.0009 0 0121 10zM11 12a1 1 0 111-1A1.0009 1.0009 0 0111 12zm2 10a1 1 0 111-1A1.0009 1.0009 0 0113 22zM28 16a12.0412 12.0412 0 00-.5117-3.4763l1.915-.5781A14.0551 14.0551 0 0130 16zM25.8965 9.2112a12.0521 12.0521 0 00-2.522-2.6785l1.23-1.5766a14.0632 14.0632 0 012.94 3.1218zM9.5391 5.886L8.4609 4.2014a13.915 13.915 0 013.9268-1.7307l.5146 1.9326A11.915 11.915 0 009.5391 5.886zM20.1636 4.7419a11.929 11.929 0 00-3.6026-.729l.0918-1.998a13.9282 13.9282 0 014.2051.8516z"
870
- })), children);
871
- });
872
- if (process.env.NODE_ENV !== "production") {
873
- SubflowLocal.propTypes = iconPropTypes4cbeb95d.i;
874
- }
875
- const SubjectDefinition = /*#__PURE__*/React.forwardRef(function SubjectDefinition(_ref37, ref) {
876
- let {
877
- children,
878
- size = 16,
879
- ...rest
880
- } = _ref37;
881
- return /*#__PURE__*/React.createElement(Icon.default, {
882
- width: size,
883
- height: size,
884
- ref: ref,
885
- xmlns: "http://www.w3.org/2000/svg",
886
- viewBox: "0 0 32 32",
887
- fill: "currentColor",
888
- ...rest
889
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
890
- strokeWidth: "0",
891
- d: "M22.7749 20.5022h-.0862c-.3101.8959-1.0334 1.7056-2.5151 1.7056-1.8433 0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0 1.2404.4651 1.9122 1.5161 1.9122.8784 0 1.7571-.4651 1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988zM6.6195 20.2094l1.5332-1.4816c.8269.9647 1.8433 1.4816 3.0837 1.4816 1.3953 0 2.1189-.6719 2.1189-1.6882 0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971 0-2.1534 1.6709-3.5488 4.3584-3.5488 1.8088 0 3.1526.6202 4.1172 1.7744l-1.5503 1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292 0-1.9639.5168-1.9639 1.4126 0 .9131.5168 1.292 1.6711 1.4988l1.1196.2067c2.429.4308 3.5662 1.516 3.5662 3.4972 0 2.2739-1.6367 3.8245-4.5137 3.8245-2.05 0-3.4626-.8097-4.479-1.9984z"
892
- })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
893
- strokeWidth: "0",
894
- d: "m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"
895
- })), children);
896
- });
897
- if (process.env.NODE_ENV !== "production") {
898
- SubjectDefinition.propTypes = iconPropTypes4cbeb95d.i;
899
- }
900
- const SubjectUsage = /*#__PURE__*/React.forwardRef(function SubjectUsage(_ref38, ref) {
901
- let {
902
- children,
903
- size = 16,
904
- ...rest
905
- } = _ref38;
906
- return /*#__PURE__*/React.createElement(Icon.default, {
907
- width: size,
908
- height: size,
909
- ref: ref,
910
- xmlns: "http://www.w3.org/2000/svg",
911
- viewBox: "0 0 32 32",
912
- fill: "currentColor",
913
- ...rest
914
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
915
- strokeWidth: "0",
916
- d: "M22.7749 20.5022h-.0862c-.3101.8959-1.0334 1.7056-2.5151 1.7056-1.8433 0-2.877-1.2749-2.877-3.5144v-5.6849h2.2051v5.4609c0 1.2404.4651 1.9122 1.5161 1.9122.8784 0 1.7571-.4651 1.7571-1.4298v-5.9434h2.2051v8.9926h-2.2051v-1.4988zM6.6195 20.2094l1.5332-1.4816c.8269.9647 1.8433 1.4816 3.0837 1.4816 1.3953 0 2.1189-.6719 2.1189-1.6882 0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971 0-2.1534 1.6709-3.5488 4.3584-3.5488 1.8088 0 3.1526.6202 4.1172 1.7744l-1.5503 1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292 0-1.9639.5168-1.9639 1.4126 0 .9131.5168 1.292 1.6711 1.4988l1.1196.2067c2.429.4308 3.5662 1.516 3.5662 3.4972 0 2.2739-1.6367 3.8245-4.5137 3.8245-2.05 0-3.4626-.8097-4.479-1.9984z"
917
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
918
- strokeWidth: "0",
919
- 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"
920
- })), children);
921
- });
922
- if (process.env.NODE_ENV !== "production") {
923
- SubjectUsage.propTypes = iconPropTypes4cbeb95d.i;
924
- }
925
- const SubnetAclRules = /*#__PURE__*/React.forwardRef(function SubnetAclRules(_ref39, ref) {
926
- let {
927
- children,
928
- size = 16,
929
- ...rest
930
- } = _ref39;
931
- return /*#__PURE__*/React.createElement(Icon.default, {
932
- width: size,
933
- height: size,
934
- ref: ref,
935
- xmlns: "http://www.w3.org/2000/svg",
936
- viewBox: "0 0 32 32",
937
- fill: "currentColor",
938
- ...rest
939
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
940
- d: "M18 14H30V16H18zM18 19H26V21H18zM18 9H30V11H18z"
941
- })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
942
- d: "M22,24v4H6V16h8V14H10V8a4.0008,4.0008,0,0,1,7.6675-1.6L19.5005,5.6A6.001,6.001,0,0,0,8,8v6H6a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H22a2.0023,2.0023,0,0,0,2-2V24Z"
943
- })), children);
944
- });
945
- if (process.env.NODE_ENV !== "production") {
946
- SubnetAclRules.propTypes = iconPropTypes4cbeb95d.i;
947
- }
948
- const Subtract = /*#__PURE__*/React.forwardRef(function Subtract(_ref40, ref) {
949
- let {
950
- children,
951
- size = 16,
952
- ...rest
953
- } = _ref40;
954
- return /*#__PURE__*/React.createElement(Icon.default, {
955
- width: size,
956
- height: size,
957
- ref: ref,
958
- xmlns: "http://www.w3.org/2000/svg",
959
- viewBox: "0 0 32 32",
960
- fill: "currentColor",
961
- ...rest
962
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
963
- d: "M8 15H24V17H8z"
964
- })), children);
965
- });
966
- if (process.env.NODE_ENV !== "production") {
967
- Subtract.propTypes = iconPropTypes4cbeb95d.i;
968
- }
969
- const SubtractAlt = /*#__PURE__*/React.forwardRef(function SubtractAlt(_ref41, ref) {
970
- let {
971
- children,
972
- size = 16,
973
- ...rest
974
- } = _ref41;
975
- return /*#__PURE__*/React.createElement(Icon.default, {
976
- width: size,
977
- height: size,
978
- ref: ref,
979
- xmlns: "http://www.w3.org/2000/svg",
980
- viewBox: "0 0 32 32",
981
- fill: "currentColor",
982
- ...rest
983
- }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
984
- d: "M16,4c6.6,0,12,5.4,12,12s-5.4,12-12,12S4,22.6,4,16S9.4,4,16,4 M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14 S23.7,2,16,2z"
985
- })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
986
- d: "M8 15H24V17H8z"
987
- })), children);
988
- });
989
- if (process.env.NODE_ENV !== "production") {
990
- SubtractAlt.propTypes = iconPropTypes4cbeb95d.i;
991
- }
992
- const SubtractFilled = /*#__PURE__*/React.forwardRef(function SubtractFilled(_ref42, ref) {
993
- let {
994
- children,
995
- size = 16,
996
- ...rest
997
- } = _ref42;
998
- return /*#__PURE__*/React.createElement(Icon.default, {
999
- width: size,
1000
- height: size,
1001
- ref: ref,
1002
- xmlns: "http://www.w3.org/2000/svg",
1003
- viewBox: "0 0 32 32",
1004
- fill: "currentColor",
1005
- ...rest
1006
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1007
- d: "m16,2c-7.6,0-14,6.4-14,14s6.4,14,14,14,14-6.4,14-14S23.6,2,16,2Zm8,15H8v-2h16v2Z"
1008
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1009
- fill: "none",
1010
- d: "M24 17L8 17 8 15 24 15 24 17z"
1011
- })), children);
1012
- });
1013
- if (process.env.NODE_ENV !== "production") {
1014
- SubtractFilled.propTypes = iconPropTypes4cbeb95d.i;
1015
- }
1016
- const SubtractLarge = /*#__PURE__*/React.forwardRef(function SubtractLarge(_ref43, ref) {
1017
- let {
1018
- children,
1019
- size = 16,
1020
- ...rest
1021
- } = _ref43;
1022
- return /*#__PURE__*/React.createElement(Icon.default, {
1023
- width: size,
1024
- height: size,
1025
- ref: ref,
1026
- xmlns: "http://www.w3.org/2000/svg",
1027
- viewBox: "0 0 32 32",
1028
- fill: "currentColor",
1029
- ...rest
1030
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1031
- d: "M5 15L5 17 27 17 27 15 5 15z"
1032
- })), children);
1033
- });
1034
- if (process.env.NODE_ENV !== "production") {
1035
- SubtractLarge.propTypes = iconPropTypes4cbeb95d.i;
1036
- }
1037
- const Succession = /*#__PURE__*/React.forwardRef(function Succession(_ref44, ref) {
1038
- let {
1039
- children,
1040
- size = 16,
1041
- ...rest
1042
- } = _ref44;
1043
- return /*#__PURE__*/React.createElement(Icon.default, {
1044
- width: size,
1045
- height: size,
1046
- ref: ref,
1047
- xmlns: "http://www.w3.org/2000/svg",
1048
- viewBox: "0 0 32 32",
1049
- fill: "currentColor",
1050
- ...rest
1051
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1052
- strokeWidth: "0",
1053
- d: "M19 27H21V31H19z",
1054
- transform: "rotate(90 20 29)"
1055
- })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1056
- strokeWidth: "0",
1057
- d: "M25 27H27V31H25z",
1058
- transform: "rotate(90 26 29)"
1059
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1060
- strokeWidth: "0",
1061
- d: "M13 28v-3h-2v3c0 1.1046.8954 2 2 2h3v-2h-3zM11 19H13V23H11zM11 13H13V17H11z"
1062
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1063
- strokeWidth: "0",
1064
- d: "M22 12L12 2 2 12 3.4141 13.4141 11 5.8281 11 11 13 11 13 5.8281 20.5859 13.4141 22 12z"
1065
- })), children);
1066
- });
1067
- if (process.env.NODE_ENV !== "production") {
1068
- Succession.propTypes = iconPropTypes4cbeb95d.i;
1069
- }
1070
- const SummaryKpi = /*#__PURE__*/React.forwardRef(function SummaryKpi(_ref45, ref) {
1071
- let {
1072
- children,
1073
- size = 16,
1074
- ...rest
1075
- } = _ref45;
1076
- return /*#__PURE__*/React.createElement(Icon.default, {
1077
- width: size,
1078
- height: size,
1079
- ref: ref,
1080
- xmlns: "http://www.w3.org/2000/svg",
1081
- viewBox: "0 0 32 32",
1082
- fill: "currentColor",
1083
- ...rest
1084
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1085
- d: "M7.6667 27.5027L2 22.4484l1.3311-1.4927 5.6411 5.0316 7.6906-7.4449a1.9282 1.9282 0 012.6736-.0084L22.96 21.9983l5.5791-5.9735L30 17.3905l-5.5812 5.9758a1.996 1.996 0 01-2.8379.08l-3.5765-3.4191-7.666 7.4206A1.9629 1.9629 0 017.6667 27.5027zM30 11L26 11 28 8 30 11zM22 4H18V6h4V8H19v2h3v2H18v2h4a2.0027 2.0027 0 002-2V6A2.0023 2.0023 0 0022 4zM16 14H10V10a2.002 2.002 0 012-2h2V6H10V4h4a2.0023 2.0023 0 012 2V8a2.0023 2.0023 0 01-2 2H12v2h4zM6 12L6 4 4 4 4 5 2 5 2 7 4 7 4 12 2 12 2 14 8 14 8 12 6 12z"
1086
- })), children);
1087
- });
1088
- if (process.env.NODE_ENV !== "production") {
1089
- SummaryKpi.propTypes = iconPropTypes4cbeb95d.i;
1090
- }
1091
- const SummaryKpiMirror = /*#__PURE__*/React.forwardRef(function SummaryKpiMirror(_ref46, ref) {
1092
- let {
1093
- children,
1094
- size = 16,
1095
- ...rest
1096
- } = _ref46;
1097
- return /*#__PURE__*/React.createElement(Icon.default, {
1098
- width: size,
1099
- height: size,
1100
- ref: ref,
1101
- xmlns: "http://www.w3.org/2000/svg",
1102
- viewBox: "0 0 32 32",
1103
- fill: "currentColor",
1104
- ...rest
1105
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1106
- d: "M24.3 27.5l5.7-5.1L28.7 21 23 26l-7.7-7.4c-.7-.7-1.9-.7-2.7 0L9 22l-5.6-6L2 17.4l5.6 6c.8.8 2 .8 2.8.1L14 20l7.7 7.4C22.4 28.2 23.6 28.2 24.3 27.5zM28 12L28 4 26 4 26 5 24 5 24 7 26 7 26 12 24 12 24 14 30 14 30 12zM22 14h-6v-4c0-1.1.9-2 2-2h2V6h-4V4h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-2v2h4V14zM12 4H8v2h4v2H9v2h3v2H8v2h4c1.1 0 2-.9 2-2V6C14 4.9 13.1 4 12 4zM6 11L2 11 4 8z"
1107
- })), children);
1108
- });
1109
- if (process.env.NODE_ENV !== "production") {
1110
- SummaryKpiMirror.propTypes = iconPropTypes4cbeb95d.i;
1111
- }
1112
- const Sun = /*#__PURE__*/React.forwardRef(function Sun(_ref47, ref) {
1113
- let {
1114
- children,
1115
- size = 16,
1116
- ...rest
1117
- } = _ref47;
1118
- return /*#__PURE__*/React.createElement(Icon.default, {
1119
- width: size,
1120
- height: size,
1121
- ref: ref,
1122
- xmlns: "http://www.w3.org/2000/svg",
1123
- viewBox: "0 0 32 32",
1124
- fill: "currentColor",
1125
- ...rest
1126
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1127
- d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z",
1128
- transform: "translate(0 .005)"
1129
- })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1130
- d: "M6.854 5.375H8.854V10.333H6.854z",
1131
- transform: "rotate(-45 7.86 7.856)"
1132
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1133
- d: "M2 15.005H7V17.005000000000003H2z"
1134
- })), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1135
- d: "M5.375 23.147H10.333V25.147H5.375z",
1136
- transform: "rotate(-45 7.86 24.149)"
1137
- })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1138
- d: "M15 25.005H17V30.005H15z"
1139
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1140
- d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
1141
- transform: "rotate(-45 24.152 24.149)"
1142
- })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1143
- d: "M25 15.005H30V17.005000000000003H25z"
1144
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1145
- d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
1146
- transform: "rotate(-45 24.152 7.856)"
1147
- })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1148
- d: "M15 2.005H17V7.005H15z"
1149
- })), children);
1150
- });
1151
- if (process.env.NODE_ENV !== "production") {
1152
- Sun.propTypes = iconPropTypes4cbeb95d.i;
1153
- }
1154
- const Sunrise = /*#__PURE__*/React.forwardRef(function Sunrise(_ref48, ref) {
1155
- let {
1156
- children,
1157
- size = 16,
1158
- ...rest
1159
- } = _ref48;
1160
- return /*#__PURE__*/React.createElement(Icon.default, {
1161
- width: size,
1162
- height: size,
1163
- ref: ref,
1164
- xmlns: "http://www.w3.org/2000/svg",
1165
- viewBox: "0 0 32 32",
1166
- fill: "currentColor",
1167
- ...rest
1168
- }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1169
- d: "M2 27H29.998V29H2zM16 20a4.0045 4.0045 0 014 4h2a6 6 0 00-12 0h2A4.0045 4.0045 0 0116 20zM25 22H30V24H25z"
1170
- })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1171
- d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
1172
- transform: "rotate(-45 24.146 15.854)"
1173
- })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1174
- d: "M16 4L11 9 12.41 10.41 15 7.83 15 8 15 15 17 15 17 8 17 7.83 19.59 10.41 21 9 16 4z"
1175
- })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1176
- d: "M6.854 13.374H8.854V18.332H6.854z",
1177
- transform: "rotate(-45 7.854 15.854)"
1178
- })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1179
- d: "M2 22H7V24H2z"
1180
- })), children);
1181
- });
1182
- if (process.env.NODE_ENV !== "production") {
1183
- Sunrise.propTypes = iconPropTypes4cbeb95d.i;
1184
- }
1185
- const Sunset = /*#__PURE__*/React.forwardRef(function Sunset(_ref49, ref) {
1186
- let {
1187
- children,
1188
- size = 16,
1189
- ...rest
1190
- } = _ref49;
1191
- return /*#__PURE__*/React.createElement(Icon.default, {
1192
- width: size,
1193
- height: size,
1194
- ref: ref,
1195
- xmlns: "http://www.w3.org/2000/svg",
1196
- viewBox: "0 0 32 32",
1197
- fill: "currentColor",
1198
- ...rest
1199
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1200
- d: "M2 27.005H29.998V29.005H2z"
1201
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1202
- d: "M16,20a4.0045,4.0045,0,0,1,4,4h2a6,6,0,0,0-12,0h2A4.0045,4.0045,0,0,1,16,20Z",
1203
- transform: "translate(0 .005)"
1204
- })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1205
- d: "M25 22.005H30V24.005H25z"
1206
- })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1207
- d: "M21.668 14.854H26.625999999999998V16.854H21.668z",
1208
- transform: "rotate(-45 24.152 15.856)"
1209
- })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1210
- d: "M19.59 9.595L17 12.175 17 4.005 15 4.005 15 12.175 12.41 9.595 11 11.005 16 16.005 21 11.005 19.59 9.595z"
1211
- })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1212
- d: "M6.854 13.374H8.854V18.332H6.854z",
1213
- transform: "rotate(-45 7.86 15.856)"
1214
- })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1215
- d: "M2 22.005H7V24.005H2z"
1216
- })), children);
1217
- });
1218
- if (process.env.NODE_ENV !== "production") {
1219
- Sunset.propTypes = iconPropTypes4cbeb95d.i;
1220
- }
1221
- const SupportVectorMachine = /*#__PURE__*/React.forwardRef(function SupportVectorMachine(_ref50, ref) {
1222
- let {
1223
- children,
1224
- size = 16,
1225
- ...rest
1226
- } = _ref50;
1227
- return /*#__PURE__*/React.createElement(Icon.default, {
1228
- width: size,
1229
- height: size,
1230
- ref: ref,
1231
- xmlns: "http://www.w3.org/2000/svg",
1232
- viewBox: "0 0 32 32",
1233
- fill: "currentColor",
1234
- ...rest
1235
- }, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
1236
- cx: "26",
1237
- cy: "18",
1238
- r: "4"
1239
- })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1240
- cx: "18",
1241
- cy: "26",
1242
- r: "4"
1243
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1244
- d: "M-2.799 15H34.799V17H-2.799z",
1245
- transform: "rotate(-45 16 16)"
1246
- })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1247
- d: "M14 10c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4zm0-6c-1.1028 0-2 .8972-2 2s.8972 2 2 2 2-.8972 2-2-.8972-2-2-2zM6 18c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4zm0-6c-1.1028 0-2 .8972-2 2s.8972 2 2 2 2-.8972 2-2-.8972-2-2-2z"
1248
- })), children);
1249
- });
1250
- if (process.env.NODE_ENV !== "production") {
1251
- SupportVectorMachine.propTypes = iconPropTypes4cbeb95d.i;
1252
- }
1253
- const Sustainability = /*#__PURE__*/React.forwardRef(function Sustainability(_ref51, ref) {
1254
- let {
1255
- children,
1256
- size = 16,
1257
- ...rest
1258
- } = _ref51;
1259
- return /*#__PURE__*/React.createElement(Icon.default, {
1260
- width: size,
1261
- height: size,
1262
- ref: ref,
1263
- xmlns: "http://www.w3.org/2000/svg",
1264
- viewBox: "0 0 32 32",
1265
- fill: "currentColor",
1266
- ...rest
1267
- }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1268
- d: "m21.5708,27.7495c-1.7468.8296-3.6211,1.2505-5.5708,1.2505-7.1682,0-13-5.832-13-13,0-3.0752,1.0571-5.979,3-8.3076v2.3076h2v-6H2v2h2.8416c-2.4753,2.7539-3.8416,6.2622-3.8416,10,0,8.271,6.729,15,15,15,2.249,0,4.4119-.4858,6.4292-1.4438l-.8584-1.8066Z"
1269
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1270
- d: "m21,9c-3.1602,0-5.7515,2.457-5.9778,5.5605-1.0654-.9658-2.4739-1.5605-4.0222-1.5605h-4v4c0,3.3086,2.6917,6,6,6h2v4h2v-8.0005l2,.0005c3.3083,0,6-2.6914,6-6v-4h-4Zm-8,12c-2.2056,0-4-1.7944-4-4v-2h2c2.2056,0,4,1.7944,4,4v.5859l-2.293-2.293-1.4141,1.4141,2.293,2.293h-.5859Zm10-8c0,2.2056-1.7944,4-4,4h-.5859l2.293-2.293-1.4141-1.4141-2.293,2.293v-.5859c0-2.2056,1.7944-4,4-4h2v2Z"
1271
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1272
- d: "m31,16c0-8.271-6.729-15-15-15-2.249,0-4.4119.4858-6.4292,1.4438l.8584,1.8066c1.7468-.8296,3.6211-1.2505,5.5708-1.2505,7.1682,0,13,5.832,13,13,0,3.0752-1.0571,5.979-3,8.3076v-2.3076h-2v6h6v-2h-2.8416c2.4753-2.7539,3.8416-6.2622,3.8416-10Z"
1273
- })), children);
1274
- });
1275
- if (process.env.NODE_ENV !== "production") {
1276
- Sustainability.propTypes = iconPropTypes4cbeb95d.i;
1277
- }
1278
- const Svg = /*#__PURE__*/React.forwardRef(function Svg(_ref52, ref) {
1279
- let {
1280
- children,
1281
- size = 16,
1282
- ...rest
1283
- } = _ref52;
1284
- return /*#__PURE__*/React.createElement(Icon.default, {
1285
- width: size,
1286
- height: size,
1287
- ref: ref,
1288
- xmlns: "http://www.w3.org/2000/svg",
1289
- viewBox: "0 0 32 32",
1290
- fill: "currentColor",
1291
- ...rest
1292
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1293
- d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM18 9L16 22 14 9 12 9 14.52 23 17.48 23 20 9 18 9zM8 23H2V21H8V17H4a2 2 0 01-2-2V11A2 2 0 014 9h6v2H4v4H8a2 2 0 012 2v4A2 2 0 018 23z"
1294
- })), children);
1295
- });
1296
- if (process.env.NODE_ENV !== "production") {
1297
- Svg.propTypes = iconPropTypes4cbeb95d.i;
1298
- }
1299
- const Swim = /*#__PURE__*/React.forwardRef(function Swim(_ref53, ref) {
1300
- let {
1301
- children,
1302
- size = 16,
1303
- ...rest
1304
- } = _ref53;
1305
- return /*#__PURE__*/React.createElement(Icon.default, {
1306
- width: size,
1307
- height: size,
1308
- ref: ref,
1309
- xmlns: "http://www.w3.org/2000/svg",
1310
- viewBox: "0 0 32 32",
1311
- fill: "currentColor",
1312
- ...rest
1313
- }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1314
- d: "M30 26H28a4.9316 4.9316 0 01-4-1.9873 5.0192 5.0192 0 01-8 0 5.0192 5.0192 0 01-8 0A4.9316 4.9316 0 014 26H2V24H4a3.44 3.44 0 003.0532-2.3215A.9712.9712 0 018 21a1.0069 1.0069 0 01.9487.6838A3.4381 3.4381 0 0012 24a3.44 3.44 0 003.0532-2.3215A.99.99 0 0116 21a1.0069 1.0069 0 01.9487.6838A3.4381 3.4381 0 0020 24a3.44 3.44 0 003.0532-2.3215 1 1 0 011.8955.0053A3.4381 3.4381 0 0028 24h2zM23 17.5859l-8.707-8.707A2.9791 2.9791 0 0012.1714 8H4v2h8.1714a.9933.9933 0 01.7075.293L15.5859 13 10 18.5859 11.4141 20 17 14.4141 21.5859 19zM20 10a4 4 0 114 4A4.0042 4.0042 0 0120 10zm2 0a2 2 0 102-2A2.0023 2.0023 0 0022 10z"
1315
- })), children);
1316
- });
1317
- if (process.env.NODE_ENV !== "production") {
1318
- Swim.propTypes = iconPropTypes4cbeb95d.i;
1319
- }
1320
- const SwitchLayer_2 = /*#__PURE__*/React.forwardRef(function SwitchLayer_2(_ref54, ref) {
1321
- let {
1322
- children,
1323
- size = 16,
1324
- ...rest
1325
- } = _ref54;
1326
- return /*#__PURE__*/React.createElement(Icon.default, {
1327
- width: size,
1328
- height: size,
1329
- ref: ref,
1330
- xmlns: "http://www.w3.org/2000/svg",
1331
- viewBox: "0 0 32 32",
1332
- fill: "currentColor",
1333
- ...rest
1334
- }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1335
- d: "M16 26L16 24 5.83 24 8.41 21.41 7 20 2 25 7 30 8.41 28.59 5.83 26 16 26zM16 14L16 12 5.83 12 8.41 9.41 7 8 2 13 7 18 8.41 16.59 5.83 14 16 14zM16 6L16 8 26.17 8 23.59 10.59 25 12 30 7 25 2 23.59 3.41 26.17 6 16 6zM16 18L16 20 26.17 20 23.59 22.59 25 24 30 19 25 14 23.59 15.41 26.17 18 16 18z"
1336
- })), children);
1337
- });
1338
- if (process.env.NODE_ENV !== "production") {
1339
- SwitchLayer_2.propTypes = iconPropTypes4cbeb95d.i;
1340
- }
1341
- const SwitchLayer_3 = /*#__PURE__*/React.forwardRef(function SwitchLayer_3(_ref55, ref) {
1342
- let {
1343
- children,
1344
- size = 16,
1345
- ...rest
1346
- } = _ref55;
1347
- return /*#__PURE__*/React.createElement(Icon.default, {
1348
- width: size,
1349
- height: size,
1350
- ref: ref,
1351
- xmlns: "http://www.w3.org/2000/svg",
1352
- viewBox: "0 0 32 32",
1353
- fill: "currentColor",
1354
- ...rest
1355
- }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1356
- d: "M22 4L22 6 24.586 6 19.586 11 21 12.414 26 7.414 26 10 28 10 28 4 22 4zM10 4L10 6 7.414 6 12.414 11 11 12.414 6 7.414 6 10 4 10 4 4 10 4zM20 5L16 1 12 5 13.414 6.414 15 4.829 15 11 17 11 17 4.829 18.586 6.414 20 5zM22 28L22 26 24.586 26 19.586 21 21 19.586 26 24.586 26 22 28 22 28 28 22 28zM10 28L10 26 7.414 26 12.414 21 11 19.586 6 24.586 6 22 4 22 4 28 10 28zM20 27L16 31 12 27 13.414 25.586 15 27.171 15 21 17 21 17 27.171 18.586 25.586 20 27zM5 12L1 16 5 20 6.414 18.586 4.829 17 11 17 11 15 4.829 15 6.414 13.414 5 12zM27 12L31 16 27 20 25.586 18.586 27.171 17 21 17 21 15 27.171 15 25.586 13.414 27 12z"
1357
- })), children);
1358
- });
1359
- if (process.env.NODE_ENV !== "production") {
1360
- SwitchLayer_3.propTypes = iconPropTypes4cbeb95d.i;
1361
- }
1362
- const Switcher = /*#__PURE__*/React.forwardRef(function Switcher(_ref56, ref) {
1363
- let {
1364
- children,
1365
- size = 16,
1366
- ...rest
1367
- } = _ref56;
1368
- return /*#__PURE__*/React.createElement(Icon.default, {
1369
- width: size,
1370
- height: size,
1371
- ref: ref,
1372
- xmlns: "http://www.w3.org/2000/svg",
1373
- viewBox: "0 0 32 32",
1374
- fill: "currentColor",
1375
- ...rest
1376
- }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1377
- d: "M14 4H18V8H14zM4 4H8V8H4zM24 4H28V8H24zM14 14H18V18H14zM4 14H8V18H4zM24 14H28V18H24zM14 24H18V28H14zM4 24H8V28H4zM24 24H28V28H24z"
1378
- })), children);
1379
- });
1380
- if (process.env.NODE_ENV !== "production") {
1381
- Switcher.propTypes = iconPropTypes4cbeb95d.i;
1382
- }
1383
- const SyncSettings = /*#__PURE__*/React.forwardRef(function SyncSettings(_ref57, ref) {
1384
- let {
1385
- children,
1386
- size = 16,
1387
- ...rest
1388
- } = _ref57;
1389
- return /*#__PURE__*/React.createElement(Icon.default, {
1390
- width: size,
1391
- height: size,
1392
- ref: ref,
1393
- xmlns: "http://www.w3.org/2000/svg",
1394
- viewBox: "0 0 32 32",
1395
- fill: "currentColor",
1396
- ...rest
1397
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1398
- strokeWidth: "0",
1399
- d: "M15 24L15 22 11.4 22 22 11.4 22 15 24 15 24 8 17 8 17 10 20.6 10 10 20.6 10 17 8 17 8 24 15 24zM25 20v2h3c1.1 0 2-.9 2-2v-3h-2v3h-3zM28 10H30V14H28zM25 2v2h3v3h2v-3c0-1.1-.9-2-2-2h-3zM18 2H22V4H18z"
1400
- })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1401
- strokeWidth: "0",
1402
- d: "M10 4v3h2v-3h3V2h-3c-1.1 0-2 .9-2 2zM12 10H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-8h-2v8H4V12h8v-2z"
1403
- })), children);
1404
- });
1405
- if (process.env.NODE_ENV !== "production") {
1406
- SyncSettings.propTypes = iconPropTypes4cbeb95d.i;
1407
- }
1408
- const SysProvision = /*#__PURE__*/React.forwardRef(function SysProvision(_ref58, ref) {
1409
- let {
1410
- children,
1411
- size = 16,
1412
- ...rest
1413
- } = _ref58;
1414
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1423
- d: "M21 20L21 30 30 25 21 20z"
1424
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1425
- cx: "14",
1426
- cy: "14",
1427
- r: "2"
1428
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1429
- d: "M14,20a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,14,20Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,14,10Z"
1430
- })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1431
- d: "M25.9512,12.91l-.0064,0A12.05,12.05,0,1,0,17,25.605V23.5386a9.9813,9.9813,0,1,1,6.6235-6.81l1.9248.544A12.0341,12.0341,0,0,0,26,14Q26,13.4492,25.9512,12.91Z"
1432
- })), children);
1433
- });
1434
- if (process.env.NODE_ENV !== "production") {
1435
- SysProvision.propTypes = iconPropTypes4cbeb95d.i;
1436
- }
1437
- const SysplexDistributor = /*#__PURE__*/React.forwardRef(function SysplexDistributor(_ref59, ref) {
1438
- let {
1439
- children,
1440
- size = 16,
1441
- ...rest
1442
- } = _ref59;
1443
- return /*#__PURE__*/React.createElement(Icon.default, {
1444
- width: size,
1445
- height: size,
1446
- ref: ref,
1447
- xmlns: "http://www.w3.org/2000/svg",
1448
- viewBox: "0 0 32 32",
1449
- fill: "currentColor",
1450
- ...rest
1451
- }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1452
- strokeWidth: "0",
1453
- d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 18h-8v-2h-2v2H7c-1.1028 0-2 .8975-2 2v4h2v-4h8v4h2v-4h8v4h2v-4c0-1.1025-.8972-2-2-2zM20 2h-8c-1.1028 0-2 .8975-2 2v8c0 1.1025.8972 2 2 2h8c1.1028 0 2-.8975 2-2V4c0-1.1025-.8972-2-2-2zm-1.4141 2l-6.5859 6.5859v-6.5859h6.5859zm-5.1719 8l6.5862-6.5859.001 6.5859h-6.5872z"
1454
- })), children);
1455
- });
1456
- if (process.env.NODE_ENV !== "production") {
1457
- SysplexDistributor.propTypes = iconPropTypes4cbeb95d.i;
1458
- }
1459
- const QT = /*#__PURE__*/React.forwardRef(function QT(_ref60, ref) {
1460
- let {
1461
- children,
1462
- size = 16,
1463
- ...rest
1464
- } = _ref60;
1465
- return /*#__PURE__*/React.createElement(Icon.default, {
1466
- width: size,
1467
- height: size,
1468
- ref: ref,
1469
- xmlns: "http://www.w3.org/2000/svg",
1470
- viewBox: "0 0 32 32",
1471
- fill: "currentColor",
1472
- ...rest
1473
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1474
- d: "M12 11L15 11 15 23 17 23 17 11 20 11 20 9 12 9 12 11z"
1475
- })), children);
1476
- });
1477
- if (process.env.NODE_ENV !== "production") {
1478
- QT.propTypes = iconPropTypes4cbeb95d.i;
1479
- }
1480
- const QTAlt = /*#__PURE__*/React.forwardRef(function QTAlt(_ref61, ref) {
1481
- let {
1482
- children,
1483
- size = 16,
1484
- ...rest
1485
- } = _ref61;
1486
- return /*#__PURE__*/React.createElement(Icon.default, {
1487
- width: size,
1488
- height: size,
1489
- ref: ref,
1490
- xmlns: "http://www.w3.org/2000/svg",
1491
- viewBox: "0 0 32 32",
1492
- fill: "currentColor",
1493
- ...rest
1494
- }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1495
- d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM24 9L22 9 22 7 20 7 20 9 18 9 18 11 20 11 20 17 21 18 22 17 22 11 24 11 24 9z"
1496
- })), children);
1497
- });
1498
- if (process.env.NODE_ENV !== "production") {
1499
- QTAlt.propTypes = iconPropTypes4cbeb95d.i;
1500
- }
1501
- const Table = /*#__PURE__*/React.forwardRef(function Table(_ref62, ref) {
1502
- let {
1503
- children,
1504
- size = 16,
1505
- ...rest
1506
- } = _ref62;
1507
- return /*#__PURE__*/React.createElement(Icon.default, {
1508
- width: size,
1509
- height: size,
1510
- ref: ref,
1511
- xmlns: "http://www.w3.org/2000/svg",
1512
- viewBox: "0 0 32 32",
1513
- fill: "currentColor",
1514
- ...rest
1515
- }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1516
- d: "M29,5a2,2,0,0,0-2-2H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2ZM27,5V9H5V5Zm0,22H5V23H27Zm0-6H5V17H27Zm0-6H5V11H27Z"
1517
- })), children);
1518
- });
1519
- if (process.env.NODE_ENV !== "production") {
1520
- Table.propTypes = iconPropTypes4cbeb95d.i;
1521
- }
1522
- const TableAlias = /*#__PURE__*/React.forwardRef(function TableAlias(_ref63, ref) {
1523
- let {
1524
- children,
1525
- size = 16,
1526
- ...rest
1527
- } = _ref63;
1528
- return /*#__PURE__*/React.createElement(Icon.default, {
1529
- width: size,
1530
- height: size,
1531
- ref: ref,
1532
- xmlns: "http://www.w3.org/2000/svg",
1533
- viewBox: "0 0 32 32",
1534
- fill: "currentColor",
1535
- ...rest
1536
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1537
- d: "M12,29H5a2.0021,2.0021,0,0,1-2-2V20a2.0021,2.0021,0,0,1,2-2h7a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,12,29ZM5,20v7h7V20Z"
1538
- })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1539
- d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
1540
- })), children);
1541
- });
1542
- if (process.env.NODE_ENV !== "production") {
1543
- TableAlias.propTypes = iconPropTypes4cbeb95d.i;
1544
- }
1545
- const TableBuilt = /*#__PURE__*/React.forwardRef(function TableBuilt(_ref64, ref) {
1546
- let {
1547
- children,
1548
- size = 16,
1549
- ...rest
1550
- } = _ref64;
1551
- return /*#__PURE__*/React.createElement(Icon.default, {
1552
- width: size,
1553
- height: size,
1554
- ref: ref,
1555
- xmlns: "http://www.w3.org/2000/svg",
1556
- viewBox: "0 0 32 32",
1557
- fill: "currentColor",
1558
- ...rest
1559
- }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1560
- d: "M28,8H24V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V22a2.0025,2.0025,0,0,0,2,2H8v4a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V10A2.0025,2.0025,0,0,0,28,8ZM22,22H14V17h8Zm0-7H14V10h8ZM12,15H4V10h8ZM22,4V8H4V4ZM4,22V17h8v5Zm24,6H10V24H22a2.0025,2.0025,0,0,0,2-2V10h4Z"
1561
- })), children);
1562
- });
1563
- if (process.env.NODE_ENV !== "production") {
1564
- TableBuilt.propTypes = iconPropTypes4cbeb95d.i;
1565
- }
1566
- const TableShortcut = /*#__PURE__*/React.forwardRef(function TableShortcut(_ref65, ref) {
1567
- let {
1568
- children,
1569
- size = 16,
1570
- ...rest
1571
- } = _ref65;
1572
- return /*#__PURE__*/React.createElement(Icon.default, {
1573
- width: size,
1574
- height: size,
1575
- ref: ref,
1576
- xmlns: "http://www.w3.org/2000/svg",
1577
- viewBox: "0 0 32 32",
1578
- fill: "currentColor",
1579
- ...rest
1580
- }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1581
- d: "M5 18L5 20 10.586 20 3 27.586 4.414 29 12 21.414 12 27 14 27 14 18 5 18z"
1582
- })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1583
- d: "M27,3H5A2,2,0,0,0,3,5V15H5V11H15v4h2V11H27v7H17v2H27v7H17v2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,6H5V5H27Z"
1584
- })), children);
1585
- });
1586
- if (process.env.NODE_ENV !== "production") {
1587
- TableShortcut.propTypes = iconPropTypes4cbeb95d.i;
1588
- }
1589
- const TableSplit = /*#__PURE__*/React.forwardRef(function TableSplit(_ref66, ref) {
1590
- let {
1591
- children,
1592
- size = 16,
1593
- ...rest
1594
- } = _ref66;
1595
- return /*#__PURE__*/React.createElement(Icon.default, {
1596
- width: size,
1597
- height: size,
1598
- ref: ref,
1599
- xmlns: "http://www.w3.org/2000/svg",
1600
- viewBox: "0 0 32 32",
1601
- fill: "currentColor",
1602
- ...rest
1603
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1604
- d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3Zm0,2V9H5V5ZM17,11H27v7H17Zm-2,7H5V11H15ZM5,20H15v7H5Zm12,7V20H27v7Z"
1605
- })), children);
1606
- });
1607
- if (process.env.NODE_ENV !== "production") {
1608
- TableSplit.propTypes = iconPropTypes4cbeb95d.i;
1609
- }
1610
- const TableOfContents = /*#__PURE__*/React.forwardRef(function TableOfContents(_ref67, ref) {
1611
- let {
1612
- children,
1613
- size = 16,
1614
- ...rest
1615
- } = _ref67;
1616
- return /*#__PURE__*/React.createElement(Icon.default, {
1617
- width: size,
1618
- height: size,
1619
- ref: ref,
1620
- xmlns: "http://www.w3.org/2000/svg",
1621
- viewBox: "0 0 32 32",
1622
- fill: "currentColor",
1623
- ...rest
1624
- }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1625
- d: "M4 6H22V8H4zM4 12H22V14H4zM4 18H22V20H4zM4 24H22V26H4zM26 6H28V8H26zM26 12H28V14H26zM26 18H28V20H26zM26 24H28V26H26z"
1626
- })), children);
1627
- });
1628
- if (process.env.NODE_ENV !== "production") {
1629
- TableOfContents.propTypes = iconPropTypes4cbeb95d.i;
1630
- }
1631
- const Tablet = /*#__PURE__*/React.forwardRef(function Tablet(_ref68, ref) {
1632
- let {
1633
- children,
1634
- size = 16,
1635
- ...rest
1636
- } = _ref68;
1637
- return /*#__PURE__*/React.createElement(Icon.default, {
1638
- width: size,
1639
- height: size,
1640
- ref: ref,
1641
- xmlns: "http://www.w3.org/2000/svg",
1642
- viewBox: "0 0 32 32",
1643
- fill: "currentColor",
1644
- ...rest
1645
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1646
- d: "M15 22H17V28H15z",
1647
- transform: "rotate(90 16 25)"
1648
- })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1649
- d: "M25,30H7a2.0023,2.0023,0,0,1-2-2V4A2.002,2.002,0,0,1,7,2H25a2.0023,2.0023,0,0,1,2,2V28A2.0027,2.0027,0,0,1,25,30ZM7,4V28H25V4Z"
1650
- })), children);
1651
- });
1652
- if (process.env.NODE_ENV !== "production") {
1653
- Tablet.propTypes = iconPropTypes4cbeb95d.i;
1654
- }
1655
- const TabletLandscape = /*#__PURE__*/React.forwardRef(function TabletLandscape(_ref69, ref) {
1656
- let {
1657
- children,
1658
- size = 16,
1659
- ...rest
1660
- } = _ref69;
1661
- return /*#__PURE__*/React.createElement(Icon.default, {
1662
- width: size,
1663
- height: size,
1664
- ref: ref,
1665
- xmlns: "http://www.w3.org/2000/svg",
1666
- viewBox: "0 0 32 32",
1667
- fill: "currentColor",
1668
- ...rest
1669
- }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1670
- d: "M24 13H26V19H24z"
1671
- })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1672
- d: "M30,7V25a2.0023,2.0023,0,0,1-2,2H4a2.002,2.002,0,0,1-2-2V7A2.0023,2.0023,0,0,1,4,5H28A2.0027,2.0027,0,0,1,30,7ZM4,25H28V7H4Z"
1673
- })), children);
1674
- });
1675
- if (process.env.NODE_ENV !== "production") {
1676
- TabletLandscape.propTypes = iconPropTypes4cbeb95d.i;
1677
- }
1678
- const Tag = /*#__PURE__*/React.forwardRef(function Tag(_ref70, ref) {
1679
- let {
1680
- children,
1681
- size = 16,
1682
- ...rest
1683
- } = _ref70;
1684
- return /*#__PURE__*/React.createElement(Icon.default, {
1685
- width: size,
1686
- height: size,
1687
- ref: ref,
1688
- xmlns: "http://www.w3.org/2000/svg",
1689
- viewBox: "0 0 32 32",
1690
- fill: "currentColor",
1691
- ...rest
1692
- }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1693
- d: "M10,14a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,10,14Zm0-6a2,2,0,1,0,1.998,2.0044A2.002,2.002,0,0,0,10,8Z"
1694
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1695
- d: "M16.6436,29.4145,2.5858,15.3555A2,2,0,0,1,2,13.9414V4A2,2,0,0,1,4,2h9.9413a2,2,0,0,1,1.4142.5858L29.4144,16.6436a2.0005,2.0005,0,0,1,0,2.8285l-9.9424,9.9425a2.0008,2.0008,0,0,1-2.8285,0ZM4,4v9.9417L18.0578,28,28,18.0579,13.9416,4Z"
1696
- })), children);
1697
- });
1698
- if (process.env.NODE_ENV !== "production") {
1699
- Tag.propTypes = iconPropTypes4cbeb95d.i;
1700
- }
1701
- const TagEdit = /*#__PURE__*/React.forwardRef(function TagEdit(_ref71, ref) {
1702
- let {
1703
- children,
1704
- size = 16,
1705
- ...rest
1706
- } = _ref71;
1707
- return /*#__PURE__*/React.createElement(Icon.default, {
1708
- width: size,
1709
- height: size,
1710
- ref: ref,
1711
- xmlns: "http://www.w3.org/2000/svg",
1712
- viewBox: "0 0 32 32",
1713
- fill: "currentColor",
1714
- ...rest
1715
- }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1716
- d: "M29.707 7.293l-3-3a.9994.9994 0 00-1.414 0L16 13.5859V18h4.4141L29.707 8.707A.9994.9994 0 0029.707 7.293zM19.5859 16H18V14.4141l5-5L24.5859 11zM26 9.5859L24.4141 8 26 6.4141 27.5859 8zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
1717
- })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1718
- d: "M27.0059,14.2354l-1.4141,1.414L28,18.0576,18.0579,28,4,13.9414V4h9.9417l4.4067,4.4067,1.4141-1.4145-4.407-4.4063A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l9.9424-9.9424a2.001,2.001,0,0,0,0-2.8286Z"
1719
- })), children);
1720
- });
1721
- if (process.env.NODE_ENV !== "production") {
1722
- TagEdit.propTypes = iconPropTypes4cbeb95d.i;
1723
- }
1724
- const TagExport = /*#__PURE__*/React.forwardRef(function TagExport(_ref72, ref) {
1725
- let {
1726
- children,
1727
- size = 16,
1728
- ...rest
1729
- } = _ref72;
1730
- return /*#__PURE__*/React.createElement(Icon.default, {
1731
- width: size,
1732
- height: size,
1733
- ref: ref,
1734
- xmlns: "http://www.w3.org/2000/svg",
1735
- viewBox: "0 0 32 32",
1736
- fill: "currentColor",
1737
- ...rest
1738
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1739
- d: "M31 18L25 12 23.586 13.414 27.172 17 17 17 17 19 27.172 19 23.586 22.586 25 24 31 18zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
1740
- })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1741
- d: "M21.0593,25l-3.0014,3L4,13.9414V4h9.9417l7,7,1.4143-1.414-7.001-7A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l3.0014-3Z"
1742
- })), children);
1743
- });
1744
- if (process.env.NODE_ENV !== "production") {
1745
- TagExport.propTypes = iconPropTypes4cbeb95d.i;
1746
- }
1747
- const TagGroup = /*#__PURE__*/React.forwardRef(function TagGroup(_ref73, ref) {
1748
- let {
1749
- children,
1750
- size = 16,
1751
- ...rest
1752
- } = _ref73;
1753
- return /*#__PURE__*/React.createElement(Icon.default, {
1754
- width: size,
1755
- height: size,
1756
- ref: ref,
1757
- xmlns: "http://www.w3.org/2000/svg",
1758
- viewBox: "0 0 32 32",
1759
- fill: "currentColor",
1760
- ...rest
1761
- }, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1762
- cx: "10",
1763
- cy: "14",
1764
- r: "2"
1765
- })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1766
- d: "M16,30a1,1,0,0,1-.71-.29L4.59,19A2,2,0,0,1,4,17.59V10A2,2,0,0,1,6,8h7.59A2,2,0,0,1,15,8.59l10.71,10.7a1,1,0,0,1,0,1.42l-9,9A1,1,0,0,1,16,30ZM6,10v7.59l10,10L23.59,20l-10-10Z"
1767
- })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1768
- d: "M27.71,13.29,17,2.59A2,2,0,0,0,15.59,2H8A2,2,0,0,0,6,4V6H8V4h7.59l10,10-1.3,1.29,1.42,1.42,2-2A1,1,0,0,0,27.71,13.29Z"
1769
- })), children);
1770
- });
1771
- if (process.env.NODE_ENV !== "production") {
1772
- TagGroup.propTypes = iconPropTypes4cbeb95d.i;
1773
- }
1774
- const TagImport = /*#__PURE__*/React.forwardRef(function TagImport(_ref74, ref) {
1775
- let {
1776
- children,
1777
- size = 16,
1778
- ...rest
1779
- } = _ref74;
1780
- return /*#__PURE__*/React.createElement(Icon.default, {
1781
- width: size,
1782
- height: size,
1783
- ref: ref,
1784
- xmlns: "http://www.w3.org/2000/svg",
1785
- viewBox: "0 0 32 32",
1786
- fill: "currentColor",
1787
- ...rest
1788
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1789
- d: "M16 18L22 12 23.414 13.414 19.828 17 30 17 30 19 19.828 19 23.414 22.586 22 24 16 18zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
1790
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1791
- d: "M20.0586,26l-2.0007,2L4,13.9414V4h9.9417l6,6,1.4143-1.414-6.001-6A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141L16.6436,29.4146a2.001,2.001,0,0,0,2.8286,0l2.0006-2.0007Z"
1792
- })), children);
1793
- });
1794
- if (process.env.NODE_ENV !== "production") {
1795
- TagImport.propTypes = iconPropTypes4cbeb95d.i;
1796
- }
1797
- const TagNone = /*#__PURE__*/React.forwardRef(function TagNone(_ref75, ref) {
1798
- let {
1799
- children,
1800
- size = 16,
1801
- ...rest
1802
- } = _ref75;
1803
- return /*#__PURE__*/React.createElement(Icon.default, {
1804
- width: size,
1805
- height: size,
1806
- ref: ref,
1807
- xmlns: "http://www.w3.org/2000/svg",
1808
- viewBox: "0 0 32 32",
1809
- fill: "currentColor",
1810
- ...rest
1811
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1812
- d: "M23.092 10.3218L30 3.4141 28.5859 2 2 28.5859 3.4141 30l6.9077-6.9077 6.3218 6.3223a2.001 2.001 0 002.8286 0l9.9424-9.9424a2.001 2.001 0 000-2.8286zM18.0579 28l-6.3218-6.3223 9.9419-9.9419L28 18.0576zM10 14a4 4 0 114-4A4.0045 4.0045 0 0110 14zm0-6a2 2 0 101.998 2.0044A2.002 2.002 0 0010 8z"
1813
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1814
- d: "M7.4927,20.2627l1.414-1.4141L4,13.9414V4h9.9417l4.9069,4.9067,1.4141-1.414L15.3555,2.5859A2,2,0,0,0,13.9414,2H4A2,2,0,0,0,2,4v9.9414a2,2,0,0,0,.5857,1.4141Z"
1815
- })), children);
1816
- });
1817
- if (process.env.NODE_ENV !== "production") {
1818
- TagNone.propTypes = iconPropTypes4cbeb95d.i;
1819
- }
1820
- const Tank = /*#__PURE__*/React.forwardRef(function Tank(_ref76, ref) {
1821
- let {
1822
- children,
1823
- size = 16,
1824
- ...rest
1825
- } = _ref76;
1826
- return /*#__PURE__*/React.createElement(Icon.default, {
1827
- width: size,
1828
- height: size,
1829
- ref: ref,
1830
- xmlns: "http://www.w3.org/2000/svg",
1831
- viewBox: "0 0 32 32",
1832
- fill: "currentColor",
1833
- ...rest
1834
- }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1835
- d: "M30,13V11H18.6182l-.7237-1.4473A1,1,0,0,0,17,9H9a1,1,0,0,0-1,1v5H4v2H22.6379l3.6,3H3a1,1,0,0,0-1,1v2a5.0057,5.0057,0,0,0,5,5H25a5.0057,5.0057,0,0,0,5-5V21a1.0011,1.0011,0,0,0-.36-.7686l-6-5A1.0015,1.0015,0,0,0,23,15H20.6182l-1-2ZM28,23a3.0033,3.0033,0,0,1-3,3H7a3.0033,3.0033,0,0,1-3-3V22H28ZM10,15V11h6.3821l2,4Z"
1836
- })), children);
1837
- });
1838
- if (process.env.NODE_ENV !== "production") {
1839
- Tank.propTypes = iconPropTypes4cbeb95d.i;
1840
- }
1841
- const Task = /*#__PURE__*/React.forwardRef(function Task(_ref77, ref) {
1842
- let {
1843
- children,
1844
- size = 16,
1845
- ...rest
1846
- } = _ref77;
1847
- return /*#__PURE__*/React.createElement(Icon.default, {
1848
- width: size,
1849
- height: size,
1850
- ref: ref,
1851
- xmlns: "http://www.w3.org/2000/svg",
1852
- viewBox: "0 0 32 32",
1853
- fill: "currentColor",
1854
- ...rest
1855
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1856
- d: "M14 20.18L10.41 16.59 9 18 14 23 23 14 21.59 12.58 14 20.18z"
1857
- })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1858
- d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
1859
- })), children);
1860
- });
1861
- if (process.env.NODE_ENV !== "production") {
1862
- Task.propTypes = iconPropTypes4cbeb95d.i;
1863
- }
1864
- const TaskAdd = /*#__PURE__*/React.forwardRef(function TaskAdd(_ref78, ref) {
1865
- let {
1866
- children,
1867
- size = 16,
1868
- ...rest
1869
- } = _ref78;
1870
- return /*#__PURE__*/React.createElement(Icon.default, {
1871
- width: size,
1872
- height: size,
1873
- ref: ref,
1874
- xmlns: "http://www.w3.org/2000/svg",
1875
- viewBox: "0 0 32 32",
1876
- fill: "currentColor",
1877
- ...rest
1878
- }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1879
- d: "M31 24L27 24 27 20 25 20 25 24 21 24 21 26 25 26 25 30 27 30 27 26 31 26 31 24z"
1880
- })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1881
- d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2H17V28H7V7h3v3H22V7h3v9h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1882
- })), children);
1883
- });
1884
- if (process.env.NODE_ENV !== "production") {
1885
- TaskAdd.propTypes = iconPropTypes4cbeb95d.i;
1886
- }
1887
- const TaskApproved = /*#__PURE__*/React.forwardRef(function TaskApproved(_ref79, ref) {
1888
- let {
1889
- children,
1890
- size = 16,
1891
- ...rest
1892
- } = _ref79;
1893
- return /*#__PURE__*/React.createElement(Icon.default, {
1894
- width: size,
1895
- height: size,
1896
- ref: ref,
1897
- xmlns: "http://www.w3.org/2000/svg",
1898
- viewBox: "0 0 32 32",
1899
- fill: "currentColor",
1900
- ...rest
1901
- }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1902
- d: "M30,20A6,6,0,1,0,20,24.46V32l4-1.8936L28,32V24.46A5.98,5.98,0,0,0,30,20Zm-4,8.84-2-.9467L22,28.84V25.65a5.8877,5.8877,0,0,0,4,0ZM24,24a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,24,24Z"
1903
- })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1904
- d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1905
- })), children);
1906
- });
1907
- if (process.env.NODE_ENV !== "production") {
1908
- TaskApproved.propTypes = iconPropTypes4cbeb95d.i;
1909
- }
1910
- const TaskAssetView = /*#__PURE__*/React.forwardRef(function TaskAssetView(_ref80, ref) {
1911
- let {
1912
- children,
1913
- size = 16,
1914
- ...rest
1915
- } = _ref80;
1916
- return /*#__PURE__*/React.createElement(Icon.default, {
1917
- width: size,
1918
- height: size,
1919
- ref: ref,
1920
- xmlns: "http://www.w3.org/2000/svg",
1921
- viewBox: "0 0 32 32",
1922
- fill: "currentColor",
1923
- ...rest
1924
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
1925
- d: "M22.5,26A3.5,3.5,0,1,1,26,22.5,3.5041,3.5041,0,0,1,22.5,26Zm0-5A1.5,1.5,0,1,0,24,22.5,1.5017,1.5017,0,0,0,22.5,21Z"
1926
- })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
1927
- d: "M22.5,31A8.5,8.5,0,1,1,31,22.5,8.51,8.51,0,0,1,22.5,31Zm0-15A6.5,6.5,0,1,0,29,22.5,6.5074,6.5074,0,0,0,22.5,16Z"
1928
- })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
1929
- d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h5V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1930
- })), children);
1931
- });
1932
- if (process.env.NODE_ENV !== "production") {
1933
- TaskAssetView.propTypes = iconPropTypes4cbeb95d.i;
1934
- }
1935
- const TaskComplete = /*#__PURE__*/React.forwardRef(function TaskComplete(_ref81, ref) {
1936
- let {
1937
- children,
1938
- size = 16,
1939
- ...rest
1940
- } = _ref81;
1941
- return /*#__PURE__*/React.createElement(Icon.default, {
1942
- width: size,
1943
- height: size,
1944
- ref: ref,
1945
- xmlns: "http://www.w3.org/2000/svg",
1946
- viewBox: "0 0 32 32",
1947
- fill: "currentColor",
1948
- ...rest
1949
- }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
1950
- d: "M22 27.18L19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z"
1951
- })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
1952
- d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V18h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1953
- })), children);
1954
- });
1955
- if (process.env.NODE_ENV !== "production") {
1956
- TaskComplete.propTypes = iconPropTypes4cbeb95d.i;
1957
- }
1958
- const TaskLocation = /*#__PURE__*/React.forwardRef(function TaskLocation(_ref82, ref) {
1959
- let {
1960
- children,
1961
- size = 16,
1962
- ...rest
1963
- } = _ref82;
1964
- return /*#__PURE__*/React.createElement(Icon.default, {
1965
- width: size,
1966
- height: size,
1967
- ref: ref,
1968
- xmlns: "http://www.w3.org/2000/svg",
1969
- viewBox: "0 0 32 32",
1970
- fill: "currentColor",
1971
- ...rest
1972
- }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
1973
- cx: "24",
1974
- cy: "21",
1975
- r: "2"
1976
- })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
1977
- d: "M24,31l-4.7788-6.4019A5.9354,5.9354,0,0,1,18,21a6,6,0,0,1,12,0,5.9407,5.9407,0,0,1-1.2246,3.6028Zm0-14a4.0045,4.0045,0,0,0-4,4,3.9572,3.9572,0,0,0,.82,2.3972L24,27.6567l3.1763-4.2548A3.9627,3.9627,0,0,0,28,21,4.0045,4.0045,0,0,0,24,17Z"
1978
- })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
1979
- d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
1980
- })), children);
1981
- });
1982
- if (process.env.NODE_ENV !== "production") {
1983
- TaskLocation.propTypes = iconPropTypes4cbeb95d.i;
1984
- }
1985
- const TaskRemove = /*#__PURE__*/React.forwardRef(function TaskRemove(_ref83, ref) {
1986
- let {
1987
- children,
1988
- size = 16,
1989
- ...rest
1990
- } = _ref83;
1991
- return /*#__PURE__*/React.createElement(Icon.default, {
1992
- width: size,
1993
- height: size,
1994
- ref: ref,
1995
- xmlns: "http://www.w3.org/2000/svg",
1996
- viewBox: "0 0 32 32",
1997
- fill: "currentColor",
1998
- ...rest
1999
- }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2000
- d: "M26.41 25L30 21.41 28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25z"
2001
- })), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2002
- d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h9V28H7V7h3v3H22V7h3V17h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
2003
- })), children);
2004
- });
2005
- if (process.env.NODE_ENV !== "production") {
2006
- TaskRemove.propTypes = iconPropTypes4cbeb95d.i;
2007
- }
2008
- const TaskSettings = /*#__PURE__*/React.forwardRef(function TaskSettings(_ref84, ref) {
2009
- let {
2010
- children,
2011
- size = 16,
2012
- ...rest
2013
- } = _ref84;
2014
- return /*#__PURE__*/React.createElement(Icon.default, {
2015
- width: size,
2016
- height: size,
2017
- ref: ref,
2018
- xmlns: "http://www.w3.org/2000/svg",
2019
- viewBox: "0 0 32 32",
2020
- fill: "currentColor",
2021
- ...rest
2022
- }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2023
- 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"
2024
- })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2025
- d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v6h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
2026
- })), children);
2027
- });
2028
- if (process.env.NODE_ENV !== "production") {
2029
- TaskSettings.propTypes = iconPropTypes4cbeb95d.i;
2030
- }
2031
- const TaskStar = /*#__PURE__*/React.forwardRef(function TaskStar(_ref85, ref) {
2032
- let {
2033
- children,
2034
- size = 16,
2035
- ...rest
2036
- } = _ref85;
2037
- return /*#__PURE__*/React.createElement(Icon.default, {
2038
- width: size,
2039
- height: size,
2040
- ref: ref,
2041
- xmlns: "http://www.w3.org/2000/svg",
2042
- viewBox: "0 0 32 32",
2043
- fill: "currentColor",
2044
- ...rest
2045
- }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2046
- d: "M23 17L25.23 21.32 30 22 26.5 25.167 28 30 23 27.208 18 30 19.5 25.167 16 22 20.9 21.32 23 17z"
2047
- })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2048
- d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v7h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
2049
- })), children);
2050
- });
2051
- if (process.env.NODE_ENV !== "production") {
2052
- TaskStar.propTypes = iconPropTypes4cbeb95d.i;
2053
- }
2054
- const TaskTools = /*#__PURE__*/React.forwardRef(function TaskTools(_ref86, ref) {
2055
- let {
2056
- children,
2057
- size = 16,
2058
- ...rest
2059
- } = _ref86;
2060
- return /*#__PURE__*/React.createElement(Icon.default, {
2061
- width: size,
2062
- height: size,
2063
- ref: ref,
2064
- xmlns: "http://www.w3.org/2000/svg",
2065
- viewBox: "0 0 32 32",
2066
- fill: "currentColor",
2067
- ...rest
2068
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2069
- d: "M28.5,32a3.4762,3.4762,0,0,1-2.4751-1.0254L21.897,26.8469a6.496,6.496,0,0,1-7.3482-8.9563l.5879-1.34L19.293,20.707a1.0234,1.0234,0,0,0,1.4135,0,.999.999,0,0,0,.0005-1.4141l-4.1562-4.1565,1.34-.5881a6.4965,6.4965,0,0,1,8.9566,7.3486l4.1274,4.1282A3.5,3.5,0,0,1,28.5,32Zm-6.03-7.4087,4.9693,4.9692a1.5352,1.5352,0,0,0,2.1211,0,1.4985,1.4985,0,0,0,0-2.1208v0l-4.9692-4.97.188-.5823A4.496,4.496,0,0,0,20.5,16q-.126,0-.25.0068l1.8716,1.8721a2.9992,2.9992,0,0,1,0,4.2424,3.0722,3.0722,0,0,1-4.2427-.0005l-1.8716-1.8715Q16,20.3741,16,20.5A4.4968,4.4968,0,0,0,21.8877,24.78Z"
2070
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2071
- d: "M25,5H22V4a2.0058,2.0058,0,0,0-2-2H12a2.0058,2.0058,0,0,0-2,2V5H7A2.0058,2.0058,0,0,0,5,7V28a2.0058,2.0058,0,0,0,2,2h7V28H7V7h3v3H22V7h3v5h2V7A2.0058,2.0058,0,0,0,25,5ZM20,8H12V4h8Z"
2072
- })), children);
2073
- });
2074
- if (process.env.NODE_ENV !== "production") {
2075
- TaskTools.propTypes = iconPropTypes4cbeb95d.i;
2076
- }
2077
- const TaskView = /*#__PURE__*/React.forwardRef(function TaskView(_ref87, ref) {
2078
- let {
2079
- children,
2080
- size = 16,
2081
- ...rest
2082
- } = _ref87;
2083
- return /*#__PURE__*/React.createElement(Icon.default, {
2084
- width: size,
2085
- height: size,
2086
- ref: ref,
2087
- xmlns: "http://www.w3.org/2000/svg",
2088
- viewBox: "0 0 32 32",
2089
- fill: "currentColor",
2090
- ...rest
2091
- }, _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
2092
- cx: "22",
2093
- cy: "24",
2094
- r: "2"
2095
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2096
- fill: "none",
2097
- d: "M22,28a4,4,0,1,1,4-4A4.0039,4.0039,0,0,1,22,28Zm0-6a2,2,0,1,0,2,2A2.0027,2.0027,0,0,0,22,22Z"
2098
- })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2099
- d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z"
2100
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2101
- d: "M12,28H7V7h3v3H22V7h3v9h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h5ZM12,4h8V8H12Z"
2102
- })), children);
2103
- });
2104
- if (process.env.NODE_ENV !== "production") {
2105
- TaskView.propTypes = iconPropTypes4cbeb95d.i;
2106
- }
2107
- const Taste = /*#__PURE__*/React.forwardRef(function Taste(_ref88, ref) {
2108
- let {
2109
- children,
2110
- size = 16,
2111
- ...rest
2112
- } = _ref88;
2113
- return /*#__PURE__*/React.createElement(Icon.default, {
2114
- width: size,
2115
- height: size,
2116
- ref: ref,
2117
- xmlns: "http://www.w3.org/2000/svg",
2118
- viewBox: "0 0 32 32",
2119
- fill: "currentColor",
2120
- ...rest
2121
- }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2122
- d: "M4 4V6H8v8a8 8 0 0016 0V6h4V4zM22 14a6 6 0 01-12 0V6h5v8h2V6h5zM11 26H13V28H11zM7 24H9V26H7zM15 24H17V26H15zM19 26H21V28H19zM23 24H25V26H23z"
2123
- })), children);
2124
- });
2125
- if (process.env.NODE_ENV !== "production") {
2126
- Taste.propTypes = iconPropTypes4cbeb95d.i;
2127
- }
2128
- const Taxi = /*#__PURE__*/React.forwardRef(function Taxi(_ref89, ref) {
2129
- let {
2130
- children,
2131
- size = 16,
2132
- ...rest
2133
- } = _ref89;
2134
- return /*#__PURE__*/React.createElement(Icon.default, {
2135
- width: size,
2136
- height: size,
2137
- ref: ref,
2138
- xmlns: "http://www.w3.org/2000/svg",
2139
- viewBox: "0 0 32 32",
2140
- fill: "currentColor",
2141
- ...rest
2142
- }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2143
- d: "M29.39,16.08,22.7,13.21,20.16,8.87l-.08-.12A2,2,0,0,0,18.52,8h-8a2,2,0,0,0-1.67.89L5.46,14H3a1,1,0,0,0-1,1v9a1,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-1V17A1,1,0,0,0,29.39,16.08ZM9,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,0H4V16H6a1,1,0,0,0,.83-.45L10.54,10h8l2.63,4.5a1,1,0,0,0,.47.42L28,17.66Z"
2144
- })), children);
2145
- });
2146
- if (process.env.NODE_ENV !== "production") {
2147
- Taxi.propTypes = iconPropTypes4cbeb95d.i;
2148
- }
2149
- const TcpIpService = /*#__PURE__*/React.forwardRef(function TcpIpService(_ref90, ref) {
2150
- let {
2151
- children,
2152
- size = 16,
2153
- ...rest
2154
- } = _ref90;
2155
- return /*#__PURE__*/React.createElement(Icon.default, {
2156
- width: size,
2157
- height: size,
2158
- ref: ref,
2159
- xmlns: "http://www.w3.org/2000/svg",
2160
- viewBox: "0 0 32 32",
2161
- fill: "currentColor",
2162
- ...rest
2163
- }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2164
- d: "M16 28H30V30H16zM27 26h-8c-1.1028 0-2-.8972-2-2v-5c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v5c0 1.1028-.8972 2-2 2zm-8-7v5h8v-5h-8zM15 23h-5c-1.1028 0-2-.8972-2-2v-4h2v4h5v2zM2 13H16V15H2zM13 11H5c-1.1028 0-2-.8972-2-2V4c0-1.1028.8972-2 2-2H13c1.1028 0 2 .8972 2 2v5c0 1.1028-.8972 2-2 2zM5 4v5H13V4H5z"
2165
- })), children);
2166
- });
2167
- if (process.env.NODE_ENV !== "production") {
2168
- TcpIpService.propTypes = iconPropTypes4cbeb95d.i;
2169
- }
2170
- const Temperature = /*#__PURE__*/React.forwardRef(function Temperature(_ref91, ref) {
2171
- let {
2172
- children,
2173
- size = 16,
2174
- ...rest
2175
- } = _ref91;
2176
- return /*#__PURE__*/React.createElement(Icon.default, {
2177
- width: size,
2178
- height: size,
2179
- ref: ref,
2180
- xmlns: "http://www.w3.org/2000/svg",
2181
- viewBox: "0 0 32 32",
2182
- fill: "currentColor",
2183
- ...rest
2184
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2185
- d: "M13 17.26V6A4 4 0 005 6V17.26a7 7 0 108 0zM9 4a2 2 0 012 2v7H7V6A2 2 0 019 4zM9 28a5 5 0 01-2.5-9.33l.5-.28V15h4v3.39l.5.28A5 5 0 019 28zM20 4H30V6H20zM20 10H27V12H20zM20 16H30V18H20zM20 22H27V24H20z"
2186
- })), children);
2187
- });
2188
- if (process.env.NODE_ENV !== "production") {
2189
- Temperature.propTypes = iconPropTypes4cbeb95d.i;
2190
- }
2191
- const TemperatureCelsius = /*#__PURE__*/React.forwardRef(function TemperatureCelsius(_ref92, ref) {
2192
- let {
2193
- children,
2194
- size = 16,
2195
- ...rest
2196
- } = _ref92;
2197
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2206
- d: "M30,18H24a2.0023,2.0023,0,0,1-2-2V6a2.002,2.002,0,0,1,2-2h6V6H24V16h6Z"
2207
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
2208
- cx: "18",
2209
- cy: "4",
2210
- r: "2"
2211
- })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2212
- d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
2213
- })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2214
- d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
2215
- })), children);
2216
- });
2217
- if (process.env.NODE_ENV !== "production") {
2218
- TemperatureCelsius.propTypes = iconPropTypes4cbeb95d.i;
2219
- }
2220
- const TemperatureCelsiusAlt = /*#__PURE__*/React.forwardRef(function TemperatureCelsiusAlt(_ref93, ref) {
2221
- let {
2222
- children,
2223
- size = 16,
2224
- ...rest
2225
- } = _ref93;
2226
- return /*#__PURE__*/React.createElement(Icon.default, {
2227
- width: size,
2228
- height: size,
2229
- ref: ref,
2230
- xmlns: "http://www.w3.org/2000/svg",
2231
- viewBox: "0 0 32 32",
2232
- fill: "currentColor",
2233
- ...rest
2234
- }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2235
- d: "M26 27H17a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h9v2H17V25h9zM8 13a4 4 0 114-4h0A4.0118 4.0118 0 018 13zM8 7a2 2 0 102 2h0A2.0059 2.0059 0 008 7z"
2236
- })), children);
2237
- });
2238
- if (process.env.NODE_ENV !== "production") {
2239
- TemperatureCelsiusAlt.propTypes = iconPropTypes4cbeb95d.i;
2240
- }
2241
- const TemperatureFahrenheit = /*#__PURE__*/React.forwardRef(function TemperatureFahrenheit(_ref94, ref) {
2242
- let {
2243
- children,
2244
- size = 16,
2245
- ...rest
2246
- } = _ref94;
2247
- return /*#__PURE__*/React.createElement(Icon.default, {
2248
- width: size,
2249
- height: size,
2250
- ref: ref,
2251
- xmlns: "http://www.w3.org/2000/svg",
2252
- viewBox: "0 0 32 32",
2253
- fill: "currentColor",
2254
- ...rest
2255
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2256
- d: "M30 6L30 4 22 4 22 18 24 18 24 12 29 12 29 10 24 10 24 6 30 6z"
2257
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
2258
- cx: "18",
2259
- cy: "4",
2260
- r: "2"
2261
- })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2262
- d: "M10,20.1841V12H8v8.1841a3,3,0,1,0,2,0Z"
2263
- })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2264
- d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
2265
- })), children);
2266
- });
2267
- if (process.env.NODE_ENV !== "production") {
2268
- TemperatureFahrenheit.propTypes = iconPropTypes4cbeb95d.i;
2269
- }
2270
- const TemperatureFahrenheitAlt = /*#__PURE__*/React.forwardRef(function TemperatureFahrenheitAlt(_ref95, ref) {
2271
- let {
2272
- children,
2273
- size = 16,
2274
- ...rest
2275
- } = _ref95;
2276
- return /*#__PURE__*/React.createElement(Icon.default, {
2277
- width: size,
2278
- height: size,
2279
- ref: ref,
2280
- xmlns: "http://www.w3.org/2000/svg",
2281
- viewBox: "0 0 32 32",
2282
- fill: "currentColor",
2283
- ...rest
2284
- }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2285
- d: "M26 11L26 9 15 9 15 27 17 27 17 19 25 19 25 17 17 17 17 11 26 11zM8 13a4 4 0 114-4h0A4.0118 4.0118 0 018 13zM8 7a2 2 0 102 2h0A2.0059 2.0059 0 008 7z"
2286
- })), children);
2287
- });
2288
- if (process.env.NODE_ENV !== "production") {
2289
- TemperatureFahrenheitAlt.propTypes = iconPropTypes4cbeb95d.i;
2290
- }
2291
- const TemperatureFeelsLike = /*#__PURE__*/React.forwardRef(function TemperatureFeelsLike(_ref96, ref) {
2292
- let {
2293
- children,
2294
- size = 16,
2295
- ...rest
2296
- } = _ref96;
2297
- return /*#__PURE__*/React.createElement(Icon.default, {
2298
- width: size,
2299
- height: size,
2300
- ref: ref,
2301
- xmlns: "http://www.w3.org/2000/svg",
2302
- viewBox: "0 0 32 32",
2303
- fill: "currentColor",
2304
- ...rest
2305
- }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2306
- d: "M26 30H22a2.0059 2.0059 0 01-2-2V21a2.0059 2.0059 0 01-2-2V13a2.9465 2.9465 0 013-3h6a2.9465 2.9465 0 013 3v6a2.0059 2.0059 0 01-2 2v7A2.0059 2.0059 0 0126 30zM21 12a.9448.9448 0 00-1 1v6h2v9h4V19h2V13a.9448.9448 0 00-1-1zM24 9a4 4 0 114-4h0A4.0118 4.0118 0 0124 9zm0-6a2 2 0 102 2h0a2.0059 2.0059 0 00-2-2zM10 20.1839V12H8v8.1839a3 3 0 102 0z"
2307
- })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2308
- d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
2309
- })), children);
2310
- });
2311
- if (process.env.NODE_ENV !== "production") {
2312
- TemperatureFeelsLike.propTypes = iconPropTypes4cbeb95d.i;
2313
- }
2314
- const TemperatureFrigid = /*#__PURE__*/React.forwardRef(function TemperatureFrigid(_ref97, ref) {
2315
- let {
2316
- children,
2317
- size = 16,
2318
- ...rest
2319
- } = _ref97;
2320
- return /*#__PURE__*/React.createElement(Icon.default, {
2321
- width: size,
2322
- height: size,
2323
- ref: ref,
2324
- xmlns: "http://www.w3.org/2000/svg",
2325
- viewBox: "0 0 32 32",
2326
- fill: "currentColor",
2327
- ...rest
2328
- }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2329
- d: "M27.167 16.89L21.72 13 27.167 9.109 29.684 9.948 30.316 8.051 28 7.279 28 5 26 5 26 7.485 21 11.057 21 5.367 23.555 3.664 22.445 2 20 3.63 17.555 2 16.445 3.664 19 5.367 19 11.057 16 8.914 16 11.372 18.28 13 16 14.628 16 17.086 19 14.943 19 21.703 22.445 24 23.555 22.336 21 20.633 21 14.943 26 18.515 26 21 28 21 28 18.721 30.316 17.948 29.684 16.051 27.167 16.89zM12 23a3 3 0 01-6 0z"
2330
- })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2331
- d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
2332
- })), children);
2333
- });
2334
- if (process.env.NODE_ENV !== "production") {
2335
- TemperatureFrigid.propTypes = iconPropTypes4cbeb95d.i;
2336
- }
2337
- const TemperatureHot = /*#__PURE__*/React.forwardRef(function TemperatureHot(_ref98, ref) {
2338
- let {
2339
- children,
2340
- size = 16,
2341
- ...rest
2342
- } = _ref98;
2343
- return /*#__PURE__*/React.createElement(Icon.default, {
2344
- width: size,
2345
- height: size,
2346
- ref: ref,
2347
- xmlns: "http://www.w3.org/2000/svg",
2348
- viewBox: "0 0 32 32",
2349
- fill: "currentColor",
2350
- ...rest
2351
- }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2352
- d: "M26 13H30V15H26z"
2353
- })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2354
- d: "M23.121 5.879H27.121V7.879H23.121z",
2355
- transform: "rotate(-45 25.121 6.879)"
2356
- })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2357
- d: "M24.121 19.121H26.121V23.121H24.121z",
2358
- transform: "rotate(-45 25.121 21.121)"
2359
- })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2360
- d: "M17 2H19V6H17zM18 8a6.0365 6.0365 0 00-1 .09v2.0518A3.9567 3.9567 0 0118 10a4 4 0 010 8v2A6 6 0 0018 8zM10 20.1839V7H8V20.1839a3 3 0 102 0z"
2361
- })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2362
- d: "M9,30A6.9931,6.9931,0,0,1,4,18.1108V7A5,5,0,0,1,14,7V18.1108A6.9931,6.9931,0,0,1,9,30ZM9,4A3.0033,3.0033,0,0,0,6,7V18.9834l-.332.2983a5,5,0,1,0,6.664,0L12,18.9834V7A3.0033,3.0033,0,0,0,9,4Z"
2363
- })), children);
2364
- });
2365
- if (process.env.NODE_ENV !== "production") {
2366
- TemperatureHot.propTypes = iconPropTypes4cbeb95d.i;
2367
- }
2368
- const TemperatureInversion = /*#__PURE__*/React.forwardRef(function TemperatureInversion(_ref99, ref) {
2369
- let {
2370
- children,
2371
- size = 16,
2372
- ...rest
2373
- } = _ref99;
2374
- return /*#__PURE__*/React.createElement(Icon.default, {
2375
- width: size,
2376
- height: size,
2377
- ref: ref,
2378
- xmlns: "http://www.w3.org/2000/svg",
2379
- viewBox: "0 0 32 32",
2380
- fill: "currentColor",
2381
- ...rest
2382
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2383
- d: "M30 8H24v6h2V11.541A5.939 5.939 0 0128 16a6.0039 6.0039 0 01-5.0945 5.9243A7.0273 7.0273 0 0020 17.2617V6a4 4 0 00-8 0V17.2617a6.996 6.996 0 1010.9292 6.68A7.9794 7.9794 0 0027.2651 10H30zM14 6a2 2 0 014 0v7H14zm2 22a4.9965 4.9965 0 01-2.499-9.3252L14 18.3857V15h4v3.3857l.499.2891A4.9965 4.9965 0 0116 28zM2 10a8.04 8.04 0 002.7349 6H2v2H8V12H6v2.4592A5.94 5.94 0 014 10a6.0066 6.0066 0 016-6V2A8.0092 8.0092 0 002 10z"
2384
- })), children);
2385
- });
2386
- if (process.env.NODE_ENV !== "production") {
2387
- TemperatureInversion.propTypes = iconPropTypes4cbeb95d.i;
2388
- }
2389
- const TemperatureMax = /*#__PURE__*/React.forwardRef(function TemperatureMax(_ref100, ref) {
2390
- let {
2391
- children,
2392
- size = 16,
2393
- ...rest
2394
- } = _ref100;
2395
- return /*#__PURE__*/React.createElement(Icon.default, {
2396
- width: size,
2397
- height: size,
2398
- ref: ref,
2399
- xmlns: "http://www.w3.org/2000/svg",
2400
- viewBox: "0 0 32 32",
2401
- fill: "currentColor",
2402
- ...rest
2403
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2404
- d: "M20 10H27V12H20zM20 16H30V18H20zM20 22H27V24H20zM10 20.1839V7H8V20.1839a3 3 0 102 0z"
2405
- })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2406
- d: "M30,4H12.9744A4.9829,4.9829,0,0,0,4,7V18.1108a7,7,0,1,0,10,0V7a5.0019,5.0019,0,0,0-.1011-1H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z"
2407
- })), children);
2408
- });
2409
- if (process.env.NODE_ENV !== "production") {
2410
- TemperatureMax.propTypes = iconPropTypes4cbeb95d.i;
2411
- }
2412
- const TemperatureMin = /*#__PURE__*/React.forwardRef(function TemperatureMin(_ref101, ref) {
2413
- let {
2414
- children,
2415
- size = 16,
2416
- ...rest
2417
- } = _ref101;
2418
- return /*#__PURE__*/React.createElement(Icon.default, {
2419
- width: size,
2420
- height: size,
2421
- ref: ref,
2422
- xmlns: "http://www.w3.org/2000/svg",
2423
- viewBox: "0 0 32 32",
2424
- fill: "currentColor",
2425
- ...rest
2426
- }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2427
- d: "M20 4H27V6H20zM20 10H30V12H20zM20 16H27V18H20zM12 23a3 3 0 01-6 0z"
2428
- })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2429
- d: "M30,22H15.9192A7.0107,7.0107,0,0,0,14,18.1108V7A5,5,0,0,0,4,7V18.1108A6.9946,6.9946,0,1,0,15.92,24H30ZM9,28a4.9933,4.9933,0,0,1-3.332-8.7183L6,18.9834V7a3,3,0,0,1,6,0V18.9834l.332.2983A4.9933,4.9933,0,0,1,9,28Z"
2430
- })), children);
2431
- });
2432
- if (process.env.NODE_ENV !== "production") {
2433
- TemperatureMin.propTypes = iconPropTypes4cbeb95d.i;
2434
- }
2435
- const TemperatureWater = /*#__PURE__*/React.forwardRef(function TemperatureWater(_ref102, ref) {
2436
- let {
2437
- children,
2438
- size = 16,
2439
- ...rest
2440
- } = _ref102;
2441
- return /*#__PURE__*/React.createElement(Icon.default, {
2442
- width: size,
2443
- height: size,
2444
- ref: ref,
2445
- xmlns: "http://www.w3.org/2000/svg",
2446
- viewBox: "0 0 32 32",
2447
- fill: "currentColor",
2448
- ...rest
2449
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2450
- d: "M14,9a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,9V7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,4a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,7a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,4a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,7H13V6A4,4,0,0,0,5,6V17.2617A7.0126,7.0126,0,1,0,13.8735,18H14a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,30,18V16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,26,13a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,22,16a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,18,13a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,14,16H13V9ZM7,6a2,2,0,0,1,4,0v6H7ZM9,28a4.9965,4.9965,0,0,1-2.499-9.3252L7,18.3857V14h4v4.3857l.499.2891A4.9965,4.9965,0,0,1,9,28Z"
2451
- })), children);
2452
- });
2453
- if (process.env.NODE_ENV !== "production") {
2454
- TemperatureWater.propTypes = iconPropTypes4cbeb95d.i;
2455
- }
2456
- const Template = /*#__PURE__*/React.forwardRef(function Template(_ref103, ref) {
2457
- let {
2458
- children,
2459
- size = 16,
2460
- ...rest
2461
- } = _ref103;
2462
- return /*#__PURE__*/React.createElement(Icon.default, {
2463
- width: size,
2464
- height: size,
2465
- ref: ref,
2466
- xmlns: "http://www.w3.org/2000/svg",
2467
- viewBox: "0 0 32 32",
2468
- fill: "currentColor",
2469
- ...rest
2470
- }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2471
- d: "M26 6v4H6V6H26m0-2H6A2 2 0 004 6v4a2 2 0 002 2H26a2 2 0 002-2V6a2 2 0 00-2-2zM10 16V26H6V16h4m0-2H6a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V16a2 2 0 00-2-2zM26 16V26H16V16H26m0-2H16a2 2 0 00-2 2V26a2 2 0 002 2H26a2 2 0 002-2V16a2 2 0 00-2-2z"
2472
- })), children);
2473
- });
2474
- if (process.env.NODE_ENV !== "production") {
2475
- Template.propTypes = iconPropTypes4cbeb95d.i;
2476
- }
2477
- const Tennis = /*#__PURE__*/React.forwardRef(function Tennis(_ref104, ref) {
2478
- let {
2479
- children,
2480
- size = 16,
2481
- ...rest
2482
- } = _ref104;
2483
- return /*#__PURE__*/React.createElement(Icon.default, {
2484
- width: size,
2485
- height: size,
2486
- ref: ref,
2487
- xmlns: "http://www.w3.org/2000/svg",
2488
- viewBox: "0 0 32 32",
2489
- fill: "currentColor",
2490
- ...rest
2491
- }, _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
2492
- width: "4",
2493
- height: "4",
2494
- x: "20",
2495
- y: "2",
2496
- rx: "2"
2497
- })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2498
- d: "M11,16a1,1,0,0,1-.707-1.707l7-7a1,1,0,1,1,1.414,1.414l-7,7A.9962.9962,0,0,1,11,16Z"
2499
- })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2500
- d: "M23.707,24.293a8.3948,8.3948,0,0,0-4.72-2.209c.1992-.1641.3931-.3364.5777-.521a9.2447,9.2447,0,0,0,1.7334-9.9141l-1.8768.6973c1.11,2.9805.6346,5.8975-1.2722,7.8022a6.6964,6.6964,0,0,1-5.561,1.8047,9.7746,9.7746,0,0,1-5.771-2.7856c-2.9727-2.97-4.0759-8.2276-.9805-11.32,1.9068-1.9053,4.8267-2.38,7.8094-1.271l.6987-1.875C10.6616,3.333,6.8591,3.9961,4.4207,6.4331c-3.9427,3.9385-2.6761,10.4956.98,14.1489a11.8136,11.8136,0,0,0,6.9766,3.36c.21.022.4153.0234.6223.0332V24h4.9968a6.8463,6.8463,0,0,1,4.2962,1.707L26.5859,30,28,28.5859Z"
2501
- })), children);
2502
- });
2503
- if (process.env.NODE_ENV !== "production") {
2504
- Tennis.propTypes = iconPropTypes4cbeb95d.i;
2505
- }
2506
- const TennisBall = /*#__PURE__*/React.forwardRef(function TennisBall(_ref105, ref) {
2507
- let {
2508
- children,
2509
- size = 16,
2510
- ...rest
2511
- } = _ref105;
2512
- return /*#__PURE__*/React.createElement(Icon.default, {
2513
- width: size,
2514
- height: size,
2515
- ref: ref,
2516
- xmlns: "http://www.w3.org/2000/svg",
2517
- viewBox: "0 0 32 32",
2518
- fill: "currentColor",
2519
- ...rest
2520
- }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2521
- d: "M19,4a8.9812,8.9812,0,0,0-8.1687,12.7549L2,25.5859,3.4141,27l8.4873-8.4873a9.0408,9.0408,0,0,0,1.5859,1.5859L10,23.5859,11.4141,25l3.8313-3.8311A8.9959,8.9959,0,1,0,19,4Zm6.9058,7.9058a7.005,7.005,0,0,1-5.8116-5.8116A7.005,7.005,0,0,1,25.9058,11.9058ZM12.0942,14.0942a7.005,7.005,0,0,1,5.8116,5.8116A7.005,7.005,0,0,1,12.0942,14.0942ZM19.93,19.9307a9.01,9.01,0,0,0-7.8611-7.8614,7.004,7.004,0,0,1,6-6,9.01,9.01,0,0,0,7.8611,7.8614A7.004,7.004,0,0,1,19.93,19.9307Z"
2522
- })), children);
2523
- });
2524
- if (process.env.NODE_ENV !== "production") {
2525
- TennisBall.propTypes = iconPropTypes4cbeb95d.i;
2526
- }
2527
- const Term = /*#__PURE__*/React.forwardRef(function Term(_ref106, ref) {
2528
- let {
2529
- children,
2530
- size = 16,
2531
- ...rest
2532
- } = _ref106;
2533
- return /*#__PURE__*/React.createElement(Icon.default, {
2534
- width: size,
2535
- height: size,
2536
- ref: ref,
2537
- xmlns: "http://www.w3.org/2000/svg",
2538
- viewBox: "0 0 32 32",
2539
- fill: "currentColor",
2540
- ...rest
2541
- }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2542
- d: "M28,26H25V24h3V8H25V6h3a2.0023,2.0023,0,0,1,2,2V24A2.0027,2.0027,0,0,1,28,26Z"
2543
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
2544
- cx: "23",
2545
- cy: "16",
2546
- r: "2"
2547
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
2548
- cx: "16",
2549
- cy: "16",
2550
- r: "2"
2551
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
2552
- cx: "9",
2553
- cy: "16",
2554
- r: "2"
2555
- })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2556
- d: "M7,26H4a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,4,6H7V8H4V24H7Z"
2557
- })), children);
2558
- });
2559
- if (process.env.NODE_ENV !== "production") {
2560
- Term.propTypes = iconPropTypes4cbeb95d.i;
2561
- }
2562
- const TermReference = /*#__PURE__*/React.forwardRef(function TermReference(_ref107, ref) {
2563
- let {
2564
- children,
2565
- size = 16,
2566
- ...rest
2567
- } = _ref107;
2568
- return /*#__PURE__*/React.createElement(Icon.default, {
2569
- width: size,
2570
- height: size,
2571
- ref: ref,
2572
- xmlns: "http://www.w3.org/2000/svg",
2573
- viewBox: "0 0 32 32",
2574
- fill: "currentColor",
2575
- ...rest
2576
- }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2577
- strokeWidth: "0",
2578
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM28 25h-3v-2h3V7h-3v-2h3c1.1025 0 2 .897 2 2v16c0 1.1025-.8975 2-2 2z"
2579
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
2580
- cx: "23",
2581
- cy: "15",
2582
- r: "2",
2583
- strokeWidth: "0"
2584
- })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2585
- cx: "16",
2586
- cy: "15",
2587
- r: "2",
2588
- strokeWidth: "0"
2589
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2590
- cx: "9",
2591
- cy: "15",
2592
- r: "2",
2593
- strokeWidth: "0"
2594
- })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2595
- strokeWidth: "0",
2596
- d: "m4,17V7h3v-2h-3c-1.103,0-2,.897-2,2v10h2Z"
2597
- })), children);
2598
- });
2599
- if (process.env.NODE_ENV !== "production") {
2600
- TermReference.propTypes = iconPropTypes4cbeb95d.i;
2601
- }
2602
- const Terminal = /*#__PURE__*/React.forwardRef(function Terminal(_ref108, ref) {
2603
- let {
2604
- children,
2605
- size = 16,
2606
- ...rest
2607
- } = _ref108;
2608
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2617
- d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z",
2618
- transform: "translate(0 .01)"
2619
- })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2620
- d: "M10.76 16.18L13.58 19.01 10.76 21.84 12.17 23.25 16.41 19.01 12.17 14.77 10.76 16.18z"
2621
- })), children);
2622
- });
2623
- if (process.env.NODE_ENV !== "production") {
2624
- Terminal.propTypes = iconPropTypes4cbeb95d.i;
2625
- }
2626
- const Terminal_3270 = /*#__PURE__*/React.forwardRef(function Terminal_3270(_ref109, ref) {
2627
- let {
2628
- children,
2629
- size = 16,
2630
- ...rest
2631
- } = _ref109;
2632
- return /*#__PURE__*/React.createElement(Icon.default, {
2633
- width: size,
2634
- height: size,
2635
- ref: ref,
2636
- xmlns: "http://www.w3.org/2000/svg",
2637
- viewBox: "0 0 32 32",
2638
- fill: "currentColor",
2639
- ...rest
2640
- }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2641
- d: "M10 21H16V23H10z"
2642
- })), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2643
- d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,2v4H6V6ZM6,26V12H26V26Z"
2644
- })), children);
2645
- });
2646
- if (process.env.NODE_ENV !== "production") {
2647
- Terminal_3270.propTypes = iconPropTypes4cbeb95d.i;
2648
- }
2649
- const TestTool = /*#__PURE__*/React.forwardRef(function TestTool(_ref110, ref) {
2650
- let {
2651
- children,
2652
- size = 16,
2653
- ...rest
2654
- } = _ref110;
2655
- return /*#__PURE__*/React.createElement(Icon.default, {
2656
- width: size,
2657
- height: size,
2658
- ref: ref,
2659
- xmlns: "http://www.w3.org/2000/svg",
2660
- viewBox: "0 0 32 32",
2661
- fill: "currentColor",
2662
- ...rest
2663
- }, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2664
- d: "M23 9.2L20.4 6.6 19 8 23 12 30 5 28.6 3.6zM12 5.4L10.6 4 8 6.6 5.4 4 4 5.4 6.6 8 4 10.6 5.4 12 8 9.4 10.6 12 12 10.6 9.4 8zM12 21.4L10.6 20 8 22.6 5.4 20 4 21.4 6.6 24 4 26.6 5.4 28 8 25.4 10.6 28 12 26.6 9.4 24z"
2665
- })), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2666
- d: "M17 15L17 2 15 2 15 15 2 15 2 17 15 17 15 30 17 30 17 17 30 17 30 15z"
2667
- })), children);
2668
- });
2669
- if (process.env.NODE_ENV !== "production") {
2670
- TestTool.propTypes = iconPropTypes4cbeb95d.i;
2671
- }
2672
- const TextAlignCenter = /*#__PURE__*/React.forwardRef(function TextAlignCenter(_ref111, ref) {
2673
- let {
2674
- children,
2675
- size = 16,
2676
- ...rest
2677
- } = _ref111;
2678
- return /*#__PURE__*/React.createElement(Icon.default, {
2679
- width: size,
2680
- height: size,
2681
- ref: ref,
2682
- xmlns: "http://www.w3.org/2000/svg",
2683
- viewBox: "0 0 32 32",
2684
- fill: "currentColor",
2685
- ...rest
2686
- }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2687
- d: "M6 6H26V8H6zM10 12H22V14H10zM6 18H26V20H6zM10 24H22V26H10z"
2688
- })), children);
2689
- });
2690
- if (process.env.NODE_ENV !== "production") {
2691
- TextAlignCenter.propTypes = iconPropTypes4cbeb95d.i;
2692
- }
2693
- const TextAlignJustify = /*#__PURE__*/React.forwardRef(function TextAlignJustify(_ref112, ref) {
2694
- let {
2695
- children,
2696
- size = 16,
2697
- ...rest
2698
- } = _ref112;
2699
- return /*#__PURE__*/React.createElement(Icon.default, {
2700
- width: size,
2701
- height: size,
2702
- ref: ref,
2703
- xmlns: "http://www.w3.org/2000/svg",
2704
- viewBox: "0 0 32 32",
2705
- fill: "currentColor",
2706
- ...rest
2707
- }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2708
- d: "M6 6H26V8H6zM6 12H26V14H6zM6 18H26V20H6zM6 24H26V26H6z"
2709
- })), children);
2710
- });
2711
- if (process.env.NODE_ENV !== "production") {
2712
- TextAlignJustify.propTypes = iconPropTypes4cbeb95d.i;
2713
- }
2714
- const TextAlignLeft = /*#__PURE__*/React.forwardRef(function TextAlignLeft(_ref113, ref) {
2715
- let {
2716
- children,
2717
- size = 16,
2718
- ...rest
2719
- } = _ref113;
2720
- return /*#__PURE__*/React.createElement(Icon.default, {
2721
- width: size,
2722
- height: size,
2723
- ref: ref,
2724
- xmlns: "http://www.w3.org/2000/svg",
2725
- viewBox: "0 0 32 32",
2726
- fill: "currentColor",
2727
- ...rest
2728
- }, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2729
- d: "M12 6H26V8H12zM12 12H22V14H12zM12 18H26V20H12zM12 24H22V26H12zM6 4H8V28H6z"
2730
- })), children);
2731
- });
2732
- if (process.env.NODE_ENV !== "production") {
2733
- TextAlignLeft.propTypes = iconPropTypes4cbeb95d.i;
2734
- }
2735
- const TextAlignMixed = /*#__PURE__*/React.forwardRef(function TextAlignMixed(_ref114, ref) {
2736
- let {
2737
- children,
2738
- size = 16,
2739
- ...rest
2740
- } = _ref114;
2741
- return /*#__PURE__*/React.createElement(Icon.default, {
2742
- width: size,
2743
- height: size,
2744
- ref: ref,
2745
- xmlns: "http://www.w3.org/2000/svg",
2746
- viewBox: "0 0 32 32",
2747
- fill: "currentColor",
2748
- ...rest
2749
- }, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2750
- d: "M14 4H9V6h5V8H10a2 2 0 00-2 2v2a2 2 0 002 2h6V6A2.0023 2.0023 0 0014 4zm0 8H10V10h4zM22 26L22 18 20 18 20 19 18 19 18 21 20 21 20 26 18 26 18 28 24 28 24 26 22 26zM2 2H4V16H2zM28 16H30V30H28z"
2751
- })), children);
2752
- });
2753
- if (process.env.NODE_ENV !== "production") {
2754
- TextAlignMixed.propTypes = iconPropTypes4cbeb95d.i;
2755
- }
2756
- const TextAlignRight = /*#__PURE__*/React.forwardRef(function TextAlignRight(_ref115, ref) {
2757
- let {
2758
- children,
2759
- size = 16,
2760
- ...rest
2761
- } = _ref115;
2762
- return /*#__PURE__*/React.createElement(Icon.default, {
2763
- width: size,
2764
- height: size,
2765
- ref: ref,
2766
- xmlns: "http://www.w3.org/2000/svg",
2767
- viewBox: "0 0 32 32",
2768
- fill: "currentColor",
2769
- ...rest
2770
- }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2771
- d: "M6 6H20V8H6zM10 12H20V14H10zM6 18H20V20H6zM10 24H20V26H10zM24 4H26V28H24z"
2772
- })), children);
2773
- });
2774
- if (process.env.NODE_ENV !== "production") {
2775
- TextAlignRight.propTypes = iconPropTypes4cbeb95d.i;
2776
- }
2777
- const TextAllCaps = /*#__PURE__*/React.forwardRef(function TextAllCaps(_ref116, ref) {
2778
- let {
2779
- children,
2780
- size = 16,
2781
- ...rest
2782
- } = _ref116;
2783
- return /*#__PURE__*/React.createElement(Icon.default, {
2784
- width: size,
2785
- height: size,
2786
- ref: ref,
2787
- xmlns: "http://www.w3.org/2000/svg",
2788
- viewBox: "0 0 32 32",
2789
- fill: "currentColor",
2790
- ...rest
2791
- }, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2792
- d: "M1 8L1 10 7 10 7 24 9 24 9 10 15 10 15 8 1 8zM17 8L17 10 23 10 23 24 25 24 25 10 31 10 31 8 17 8z"
2793
- })), children);
2794
- });
2795
- if (process.env.NODE_ENV !== "production") {
2796
- TextAllCaps.propTypes = iconPropTypes4cbeb95d.i;
2797
- }
2798
- const TextBold = /*#__PURE__*/React.forwardRef(function TextBold(_ref117, ref) {
2799
- let {
2800
- children,
2801
- size = 16,
2802
- ...rest
2803
- } = _ref117;
2804
- return /*#__PURE__*/React.createElement(Icon.default, {
2805
- width: size,
2806
- height: size,
2807
- ref: ref,
2808
- xmlns: "http://www.w3.org/2000/svg",
2809
- viewBox: "0 0 32 32",
2810
- fill: "currentColor",
2811
- ...rest
2812
- }, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2813
- d: "M18.25,25H9V7h8.5a5.25,5.25,0,0,1,4,8.65A5.25,5.25,0,0,1,18.25,25ZM12,22h6.23a2.25,2.25,0,1,0,0-4.5H12Zm0-7.5h5.5a2.25,2.25,0,1,0,0-4.5H12Z"
2814
- })), children);
2815
- });
2816
- if (process.env.NODE_ENV !== "production") {
2817
- TextBold.propTypes = iconPropTypes4cbeb95d.i;
2818
- }
2819
- const TextClearFormat = /*#__PURE__*/React.forwardRef(function TextClearFormat(_ref118, ref) {
2820
- let {
2821
- children,
2822
- size = 16,
2823
- ...rest
2824
- } = _ref118;
2825
- return /*#__PURE__*/React.createElement(Icon.default, {
2826
- width: size,
2827
- height: size,
2828
- ref: ref,
2829
- xmlns: "http://www.w3.org/2000/svg",
2830
- viewBox: "0 0 32 32",
2831
- fill: "currentColor",
2832
- ...rest
2833
- }, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2834
- d: "M29.4384,16.5715l-7.985-7.9856a2.0014,2.0014,0,0,0-2.8291,0l-5.3584,5.3584L9,2H7L2,16H4l.999-3h6l.8035,2.4077L4.5858,22.6244a2,2,0,0,0,0,2.8282L9.1316,30h9.5908l10.716-10.717A1.9173,1.9173,0,0,0,29.4384,16.5715ZM5.6653,11l2.331-7,2.3355,7Zm12.229,17H9.96L6,24.0381l6.3123-6.3115L20.24,25.6538Zm3.76-3.76-7.9275-7.9272L20.0393,10l7.9268,7.9272Z"
2835
- })), children);
2836
- });
2837
- if (process.env.NODE_ENV !== "production") {
2838
- TextClearFormat.propTypes = iconPropTypes4cbeb95d.i;
2839
- }
2840
- const TextColor = /*#__PURE__*/React.forwardRef(function TextColor(_ref119, ref) {
2841
- let {
2842
- children,
2843
- size = 16,
2844
- ...rest
2845
- } = _ref119;
2846
- return /*#__PURE__*/React.createElement(Icon.default, {
2847
- width: size,
2848
- height: size,
2849
- ref: ref,
2850
- xmlns: "http://www.w3.org/2000/svg",
2851
- viewBox: "0 0 32 32",
2852
- fill: "currentColor",
2853
- ...rest
2854
- }, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2855
- d: "M22 21h2L17 4H15L8 21h2l1.61-4h8.74zm-9.57-6l3.44-8.37h.26L19.54 15zM6 24H26V28H6z"
2856
- })), children);
2857
- });
2858
- if (process.env.NODE_ENV !== "production") {
2859
- TextColor.propTypes = iconPropTypes4cbeb95d.i;
2860
- }
2861
- const TextCreation = /*#__PURE__*/React.forwardRef(function TextCreation(_ref120, ref) {
2862
- let {
2863
- children,
2864
- size = 16,
2865
- ...rest
2866
- } = _ref120;
2867
- return /*#__PURE__*/React.createElement(Icon.default, {
2868
- width: size,
2869
- height: size,
2870
- ref: ref,
2871
- xmlns: "http://www.w3.org/2000/svg",
2872
- viewBox: "0 0 32 32",
2873
- fill: "currentColor",
2874
- ...rest
2875
- }, _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2876
- d: "M27,22.14V9.86A4,4,0,1,0,22.14,5H9.86A4,4,0,1,0,5,9.86V22.14A4,4,0,1,0,9.86,27H22.14A4,4,0,1,0,27,22.14ZM26,4a2,2,0,1,1-2,2A2,2,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2,2,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2,2,0,0,1,6,28Zm16.14-3H9.86A4,4,0,0,0,7,22.14V9.86A4,4,0,0,0,9.86,7H22.14A4,4,0,0,0,25,9.86V22.14A4,4,0,0,0,22.14,25ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
2877
- })), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2878
- d: "M21 11L11 11 11 13 15 13 15 22 17 22 17 13 21 13 21 11z"
2879
- })), children);
2880
- });
2881
- if (process.env.NODE_ENV !== "production") {
2882
- TextCreation.propTypes = iconPropTypes4cbeb95d.i;
2883
- }
2884
- const TextFill = /*#__PURE__*/React.forwardRef(function TextFill(_ref121, ref) {
2885
- let {
2886
- children,
2887
- size = 16,
2888
- ...rest
2889
- } = _ref121;
2890
- return /*#__PURE__*/React.createElement(Icon.default, {
2891
- width: size,
2892
- height: size,
2893
- ref: ref,
2894
- xmlns: "http://www.w3.org/2000/svg",
2895
- viewBox: "0 0 32 32",
2896
- fill: "currentColor",
2897
- ...rest
2898
- }, _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2899
- d: "M4 26H28V30H4z"
2900
- })), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2901
- d: "M26,14.54a1,1,0,0,0-.25-.69L17.17,4.33A1.09,1.09,0,0,0,17,4.2V2H15V5L4.32,14.74a1,1,0,0,0-.06,1.41l8.57,9.52a1,1,0,0,0,.69.33h.05a1,1,0,0,0,.68-.26L24,16.8V21a1,1,0,0,0,2,0V14.57S26,14.55,26,14.54Zm-12.35,9-7.23-8L15,7.67V12h2V7.13l6.59,7.33Z"
2902
- })), children);
2903
- });
2904
- if (process.env.NODE_ENV !== "production") {
2905
- TextFill.propTypes = iconPropTypes4cbeb95d.i;
2906
- }
2907
- const TextFont = /*#__PURE__*/React.forwardRef(function TextFont(_ref122, ref) {
2908
- let {
2909
- children,
2910
- size = 16,
2911
- ...rest
2912
- } = _ref122;
2913
- return /*#__PURE__*/React.createElement(Icon.default, {
2914
- width: size,
2915
- height: size,
2916
- ref: ref,
2917
- xmlns: "http://www.w3.org/2000/svg",
2918
- viewBox: "0 0 32 32",
2919
- fill: "currentColor",
2920
- ...rest
2921
- }, _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2922
- d: "M25 12H20v2h5a1.0008 1.0008 0 011 1v2H22a3.0033 3.0033 0 00-3 3v1a3.0033 3.0033 0 003 3h6V15A3.0033 3.0033 0 0025 12zM22 22a1.0008 1.0008 0 01-1-1V20a1.0008 1.0008 0 011-1h4v3zM16 24h2L12 7H10L4 24H6l1.6936-5h6.6135zM8.3711 17l2.4966-7.3711.2668.0005L13.63 17z"
2923
- })), children);
2924
- });
2925
- if (process.env.NODE_ENV !== "production") {
2926
- TextFont.propTypes = iconPropTypes4cbeb95d.i;
2927
- }
2928
- const TextFootnote = /*#__PURE__*/React.forwardRef(function TextFootnote(_ref123, ref) {
2929
- let {
2930
- children,
2931
- size = 16,
2932
- ...rest
2933
- } = _ref123;
2934
- return /*#__PURE__*/React.createElement(Icon.default, {
2935
- width: size,
2936
- height: size,
2937
- ref: ref,
2938
- xmlns: "http://www.w3.org/2000/svg",
2939
- viewBox: "0 0 32 32",
2940
- fill: "currentColor",
2941
- ...rest
2942
- }, _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2943
- d: "M2 7L2 9 9 9 9 25 11 25 11 9 18 9 18 7 2 7zM30 11.076L29.256 9.219 26 10.522 26 7 24 7 24 10.523 20.744 9.22 20 11.077 23.417 12.444 20.9 15.8 22.5 17 25 13.667 27.5 17 29.1 15.8 26.583 12.443 30 11.076z"
2944
- })), children);
2945
- });
2946
- if (process.env.NODE_ENV !== "production") {
2947
- TextFootnote.propTypes = iconPropTypes4cbeb95d.i;
2948
- }
2949
- const TextHighlight = /*#__PURE__*/React.forwardRef(function TextHighlight(_ref124, ref) {
2950
- let {
2951
- children,
2952
- size = 16,
2953
- ...rest
2954
- } = _ref124;
2955
- return /*#__PURE__*/React.createElement(Icon.default, {
2956
- width: size,
2957
- height: size,
2958
- ref: ref,
2959
- xmlns: "http://www.w3.org/2000/svg",
2960
- viewBox: "0 0 32 32",
2961
- fill: "currentColor",
2962
- ...rest
2963
- }, _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2964
- d: "M12 15H5a3 3 0 01-3-3V10A3 3 0 015 7h5V5A1 1 0 009 4H3V2H9a3 3 0 013 3zM5 9a1 1 0 00-1 1v2a1 1 0 001 1h5V9zM20 23v2a1 1 0 001 1h5V22H21A1 1 0 0020 23z"
2965
- })), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2966
- d: "M2,30H30V2Zm26-2H21a3,3,0,0,1-3-3V23a3,3,0,0,1,3-3h5V18a1,1,0,0,0-1-1H19V15h6a3,3,0,0,1,3,3Z"
2967
- })), children);
2968
- });
2969
- if (process.env.NODE_ENV !== "production") {
2970
- TextHighlight.propTypes = iconPropTypes4cbeb95d.i;
2971
- }
2972
- const TextIndent = /*#__PURE__*/React.forwardRef(function TextIndent(_ref125, ref) {
2973
- let {
2974
- children,
2975
- size = 16,
2976
- ...rest
2977
- } = _ref125;
2978
- return /*#__PURE__*/React.createElement(Icon.default, {
2979
- width: size,
2980
- height: size,
2981
- ref: ref,
2982
- xmlns: "http://www.w3.org/2000/svg",
2983
- viewBox: "0 0 32 32",
2984
- fill: "currentColor",
2985
- ...rest
2986
- }, _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
2987
- d: "M14 6H28V8H14zM14 12H28V14H14zM7 18H28V20H7zM7 24H28V26H7zM4 13.59L7.29 10 4 6.41 5.42 5 10.04 10 5.42 15 4 13.59z"
2988
- })), children);
2989
- });
2990
- if (process.env.NODE_ENV !== "production") {
2991
- TextIndent.propTypes = iconPropTypes4cbeb95d.i;
2992
- }
2993
-
2994
- exports.QT = QT;
2995
- exports.QTAlt = QTAlt;
2996
- exports.StayInside = StayInside;
2997
- exports.StemLeafPlot = StemLeafPlot;
2998
- exports.Stethoscope = Stethoscope;
2999
- exports.Stickies = Stickies;
3000
- exports.Stop = Stop;
3001
- exports.StopFilled = StopFilled;
3002
- exports.StopFilledAlt = StopFilledAlt;
3003
- exports.StopOutline = StopOutline;
3004
- exports.StopOutlineFilled = StopOutlineFilled;
3005
- exports.StopSign = StopSign;
3006
- exports.StopSignFilled = StopSignFilled;
3007
- exports.StoragePool = StoragePool;
3008
- exports.StorageRequest = StorageRequest;
3009
- exports.Store = Store;
3010
- exports.StormTracker = StormTracker;
3011
- exports.StrategyPlay = StrategyPlay;
3012
- exports.Strawberry = Strawberry;
3013
- exports.StringInteger = StringInteger;
3014
- exports.StringText = StringText;
3015
- exports.Subclassification = Subclassification;
3016
- exports.Subdirectory = Subdirectory;
3017
- exports.Subflow = Subflow;
3018
- exports.SubflowLocal = SubflowLocal;
3019
- exports.SubjectDefinition = SubjectDefinition;
3020
- exports.SubjectUsage = SubjectUsage;
3021
- exports.SubnetAclRules = SubnetAclRules;
3022
- exports.Subtract = Subtract;
3023
- exports.SubtractAlt = SubtractAlt;
3024
- exports.SubtractFilled = SubtractFilled;
3025
- exports.SubtractLarge = SubtractLarge;
3026
- exports.Succession = Succession;
3027
- exports.SummaryKpi = SummaryKpi;
3028
- exports.SummaryKpiMirror = SummaryKpiMirror;
3029
- exports.Sun = Sun;
3030
- exports.Sunrise = Sunrise;
3031
- exports.Sunset = Sunset;
3032
- exports.SupportVectorMachine = SupportVectorMachine;
3033
- exports.Sustainability = Sustainability;
3034
- exports.Svg = Svg;
3035
- exports.Swim = Swim;
3036
- exports.SwitchLayer_2 = SwitchLayer_2;
3037
- exports.SwitchLayer_3 = SwitchLayer_3;
3038
- exports.Switcher = Switcher;
3039
- exports.SyncSettings = SyncSettings;
3040
- exports.SysProvision = SysProvision;
3041
- exports.SysplexDistributor = SysplexDistributor;
3042
- exports.Table = Table;
3043
- exports.TableAlias = TableAlias;
3044
- exports.TableBuilt = TableBuilt;
3045
- exports.TableOfContents = TableOfContents;
3046
- exports.TableShortcut = TableShortcut;
3047
- exports.TableSplit = TableSplit;
3048
- exports.Tablet = Tablet;
3049
- exports.TabletLandscape = TabletLandscape;
3050
- exports.Tag = Tag;
3051
- exports.TagEdit = TagEdit;
3052
- exports.TagExport = TagExport;
3053
- exports.TagGroup = TagGroup;
3054
- exports.TagImport = TagImport;
3055
- exports.TagNone = TagNone;
3056
- exports.Tank = Tank;
3057
- exports.Task = Task;
3058
- exports.TaskAdd = TaskAdd;
3059
- exports.TaskApproved = TaskApproved;
3060
- exports.TaskAssetView = TaskAssetView;
3061
- exports.TaskComplete = TaskComplete;
3062
- exports.TaskLocation = TaskLocation;
3063
- exports.TaskRemove = TaskRemove;
3064
- exports.TaskSettings = TaskSettings;
3065
- exports.TaskStar = TaskStar;
3066
- exports.TaskTools = TaskTools;
3067
- exports.TaskView = TaskView;
3068
- exports.Taste = Taste;
3069
- exports.Taxi = Taxi;
3070
- exports.TcpIpService = TcpIpService;
3071
- exports.Temperature = Temperature;
3072
- exports.TemperatureCelsius = TemperatureCelsius;
3073
- exports.TemperatureCelsiusAlt = TemperatureCelsiusAlt;
3074
- exports.TemperatureFahrenheit = TemperatureFahrenheit;
3075
- exports.TemperatureFahrenheitAlt = TemperatureFahrenheitAlt;
3076
- exports.TemperatureFeelsLike = TemperatureFeelsLike;
3077
- exports.TemperatureFrigid = TemperatureFrigid;
3078
- exports.TemperatureHot = TemperatureHot;
3079
- exports.TemperatureInversion = TemperatureInversion;
3080
- exports.TemperatureMax = TemperatureMax;
3081
- exports.TemperatureMin = TemperatureMin;
3082
- exports.TemperatureWater = TemperatureWater;
3083
- exports.Template = Template;
3084
- exports.Tennis = Tennis;
3085
- exports.TennisBall = TennisBall;
3086
- exports.Term = Term;
3087
- exports.TermReference = TermReference;
3088
- exports.Terminal = Terminal;
3089
- exports.Terminal_3270 = Terminal_3270;
3090
- exports.TestTool = TestTool;
3091
- exports.TextAlignCenter = TextAlignCenter;
3092
- exports.TextAlignJustify = TextAlignJustify;
3093
- exports.TextAlignLeft = TextAlignLeft;
3094
- exports.TextAlignMixed = TextAlignMixed;
3095
- exports.TextAlignRight = TextAlignRight;
3096
- exports.TextAllCaps = TextAllCaps;
3097
- exports.TextBold = TextBold;
3098
- exports.TextClearFormat = TextClearFormat;
3099
- exports.TextColor = TextColor;
3100
- exports.TextCreation = TextCreation;
3101
- exports.TextFill = TextFill;
3102
- exports.TextFont = TextFont;
3103
- exports.TextFootnote = TextFootnote;
3104
- exports.TextHighlight = TextHighlight;
3105
- exports.TextIndent = TextIndent;
3106
- exports.WatsonHealthStatusAcknowledge = WatsonHealthStatusAcknowledge;
3107
- exports.WatsonHealthStatusChange = WatsonHealthStatusChange;
3108
- exports.WatsonHealthStatusPartialFail = WatsonHealthStatusPartialFail;
3109
- exports.WatsonHealthStatusResolved = WatsonHealthStatusResolved;
3110
- exports.WatsonHealthStressBreathEditor = WatsonHealthStressBreathEditor;
3111
- exports.WatsonHealthStudyNext = WatsonHealthStudyNext;
3112
- exports.WatsonHealthStudyPrevious = WatsonHealthStudyPrevious;
3113
- exports.WatsonHealthStudyRead = WatsonHealthStudyRead;
3114
- exports.WatsonHealthStudySkip = WatsonHealthStudySkip;
3115
- exports.WatsonHealthStudyTransfer = WatsonHealthStudyTransfer;
3116
- exports.WatsonHealthStudyUnread = WatsonHealthStudyUnread;
3117
- exports.WatsonHealthStudyView = WatsonHealthStudyView;
3118
- exports.WatsonHealthSubVolume = WatsonHealthSubVolume;