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

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