@carbon/icons-react 11.24.0 → 11.25.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.
- package/es/Delete.js +39 -0
- package/es/Return.js +37 -0
- package/es/generated/bucket-10.js +458 -471
- package/es/generated/bucket-11.js +523 -510
- package/es/generated/bucket-12.js +484 -484
- package/es/generated/bucket-13.js +501 -522
- package/es/generated/bucket-14.js +520 -503
- package/es/generated/bucket-15.js +506 -508
- package/es/generated/bucket-16.js +463 -415
- package/es/generated/bucket-4.js +282 -282
- package/es/generated/bucket-5.js +487 -487
- package/es/generated/bucket-6.js +478 -476
- package/es/generated/bucket-7.js +512 -512
- package/es/generated/bucket-8.js +492 -499
- package/es/generated/bucket-9.js +486 -479
- package/es/index.js +13 -13
- package/lib/Delete.js +45 -0
- package/lib/Return.js +43 -0
- package/lib/generated/bucket-10.js +458 -471
- package/lib/generated/bucket-11.js +523 -510
- package/lib/generated/bucket-12.js +485 -485
- package/lib/generated/bucket-13.js +502 -523
- package/lib/generated/bucket-14.js +521 -504
- package/lib/generated/bucket-15.js +507 -509
- package/lib/generated/bucket-16.js +464 -414
- package/lib/generated/bucket-4.js +282 -282
- package/lib/generated/bucket-5.js +487 -487
- package/lib/generated/bucket-6.js +478 -476
- package/lib/generated/bucket-7.js +512 -512
- package/lib/generated/bucket-8.js +492 -499
- package/lib/generated/bucket-9.js +486 -479
- package/lib/index.js +18 -16
- package/package.json +3 -3
package/es/generated/bucket-8.js
CHANGED
|
@@ -11,14 +11,35 @@ import { i as iconPropTypes, I as Icon } from '../iconPropTypes-35f5ea64.js';
|
|
|
11
11
|
import '@carbon/icon-helpers';
|
|
12
12
|
import 'prop-types';
|
|
13
13
|
|
|
14
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21,
|
|
14
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _circle, _path23, _path24, _circle2, _path25, _circle3, _path26, _path27, _circle4, _path28, _circle5, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _circle6, _circle7, _circle8, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _circle9, _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, _path100, _path101, _path102, _circle10, _path103, _path104, _circle11, _path105, _path106, _circle12, _path107, _path108, _path109, _path110, _path111, _rect, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _circle13, _circle14, _path189, _circle15, _circle16, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _circle17, _circle18, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223;
|
|
15
15
|
const didWarnAboutDeprecation = {};
|
|
16
|
-
const
|
|
16
|
+
const Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
19
19
|
size = 16,
|
|
20
20
|
...rest
|
|
21
21
|
} = _ref;
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
23
|
+
width: size,
|
|
24
|
+
height: size,
|
|
25
|
+
ref: ref,
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
viewBox: "0 0 32 32",
|
|
28
|
+
fill: "currentColor",
|
|
29
|
+
...rest
|
|
30
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M29.53,6.15a1,1,0,0,0-1,0L20,10.38V7a1,1,0,0,0-1.45-.89L10,10.38V3A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V28H30V7A1,1,0,0,0,29.53,6.15ZM22,26H18V19h4Zm6,0H24V18a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v8H4V4H8v9.62l10-5v5l10-5Z"
|
|
32
|
+
})), children);
|
|
33
|
+
});
|
|
34
|
+
if (process.env.NODE_ENV !== "production") {
|
|
35
|
+
Industry.propTypes = iconPropTypes;
|
|
36
|
+
}
|
|
37
|
+
const Information = /*#__PURE__*/React.forwardRef(function Information(_ref2, ref) {
|
|
38
|
+
let {
|
|
39
|
+
children,
|
|
40
|
+
size = 16,
|
|
41
|
+
...rest
|
|
42
|
+
} = _ref2;
|
|
22
43
|
if (size === 16 || size === "16" || size === "16px") {
|
|
23
44
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
24
45
|
width: size,
|
|
@@ -28,9 +49,9 @@ const Information = /*#__PURE__*/React.forwardRef(function Information(_ref, ref
|
|
|
28
49
|
viewBox: "0 0 16 16",
|
|
29
50
|
fill: "currentColor",
|
|
30
51
|
...rest
|
|
31
|
-
},
|
|
52
|
+
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
32
53
|
d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
|
|
33
|
-
})),
|
|
54
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
34
55
|
d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
|
|
35
56
|
})), children);
|
|
36
57
|
}
|
|
@@ -42,21 +63,21 @@ const Information = /*#__PURE__*/React.forwardRef(function Information(_ref, ref
|
|
|
42
63
|
viewBox: "0 0 32 32",
|
|
43
64
|
fill: "currentColor",
|
|
44
65
|
...rest
|
|
45
|
-
},
|
|
66
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
46
67
|
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
|
47
|
-
})),
|
|
68
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
48
69
|
d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
|
|
49
70
|
})), children);
|
|
50
71
|
});
|
|
51
72
|
if (process.env.NODE_ENV !== "production") {
|
|
52
73
|
Information.propTypes = iconPropTypes;
|
|
53
74
|
}
|
|
54
|
-
const InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(
|
|
75
|
+
const InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(_ref3, ref) {
|
|
55
76
|
let {
|
|
56
77
|
children,
|
|
57
78
|
size = 16,
|
|
58
79
|
...rest
|
|
59
|
-
} =
|
|
80
|
+
} = _ref3;
|
|
60
81
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
61
82
|
width: size,
|
|
62
83
|
height: size,
|
|
@@ -65,21 +86,21 @@ const InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDi
|
|
|
65
86
|
viewBox: "0 0 32 32",
|
|
66
87
|
fill: "currentColor",
|
|
67
88
|
...rest
|
|
68
|
-
},
|
|
89
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
69
90
|
d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l3.4433-3.4434A13.9614 13.9614 0 0026.5565 6.8574zM28 16A11.9734 11.9734 0 018.2678 25.146L15 18.4141V22H13v2h7V22H17V16.4141l8.146-8.146A11.8967 11.8967 0 0128 16zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
|
70
|
-
})),
|
|
91
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
71
92
|
d: "M5.67,22.0854A11.9829,11.9829,0,0,1,22.0856,5.67L23.54,4.2163A13.985,13.985,0,0,0,4.2162,23.54Z"
|
|
72
93
|
})), children);
|
|
73
94
|
});
|
|
74
95
|
if (process.env.NODE_ENV !== "production") {
|
|
75
96
|
InformationDisabled.propTypes = iconPropTypes;
|
|
76
97
|
}
|
|
77
|
-
const InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(
|
|
98
|
+
const InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(_ref4, ref) {
|
|
78
99
|
let {
|
|
79
100
|
children,
|
|
80
101
|
size = 16,
|
|
81
102
|
...rest
|
|
82
|
-
} =
|
|
103
|
+
} = _ref4;
|
|
83
104
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
84
105
|
width: size,
|
|
85
106
|
height: size,
|
|
@@ -88,23 +109,23 @@ const InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFill
|
|
|
88
109
|
viewBox: "0 0 32 32",
|
|
89
110
|
fill: "currentColor",
|
|
90
111
|
...rest
|
|
91
|
-
},
|
|
112
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
92
113
|
fill: "none",
|
|
93
114
|
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
|
94
115
|
"data-icon-path": "inner-path"
|
|
95
|
-
})),
|
|
116
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
96
117
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,6a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
|
97
118
|
})), children);
|
|
98
119
|
});
|
|
99
120
|
if (process.env.NODE_ENV !== "production") {
|
|
100
121
|
InformationFilled.propTypes = iconPropTypes;
|
|
101
122
|
}
|
|
102
|
-
const InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(
|
|
123
|
+
const InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(_ref5, ref) {
|
|
103
124
|
let {
|
|
104
125
|
children,
|
|
105
126
|
size = 16,
|
|
106
127
|
...rest
|
|
107
|
-
} =
|
|
128
|
+
} = _ref5;
|
|
108
129
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
109
130
|
width: size,
|
|
110
131
|
height: size,
|
|
@@ -113,21 +134,21 @@ const InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSqua
|
|
|
113
134
|
viewBox: "0 0 32 32",
|
|
114
135
|
fill: "currentColor",
|
|
115
136
|
...rest
|
|
116
|
-
},
|
|
137
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
117
138
|
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
|
118
|
-
})),
|
|
139
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
119
140
|
d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26V6Z"
|
|
120
141
|
})), children);
|
|
121
142
|
});
|
|
122
143
|
if (process.env.NODE_ENV !== "production") {
|
|
123
144
|
InformationSquare.propTypes = iconPropTypes;
|
|
124
145
|
}
|
|
125
|
-
const InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(
|
|
146
|
+
const InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(_ref6, ref) {
|
|
126
147
|
let {
|
|
127
148
|
children,
|
|
128
149
|
size = 16,
|
|
129
150
|
...rest
|
|
130
|
-
} =
|
|
151
|
+
} = _ref6;
|
|
131
152
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
132
153
|
width: size,
|
|
133
154
|
height: size,
|
|
@@ -136,23 +157,23 @@ const InformationSquareFilled = /*#__PURE__*/React.forwardRef(function Informati
|
|
|
136
157
|
viewBox: "0 0 32 32",
|
|
137
158
|
fill: "currentColor",
|
|
138
159
|
...rest
|
|
139
|
-
},
|
|
160
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
140
161
|
fill: "none",
|
|
141
162
|
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
|
142
163
|
"data-icon-path": "inner-path"
|
|
143
|
-
})),
|
|
164
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
144
165
|
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,4ZM16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
|
145
166
|
})), children);
|
|
146
167
|
});
|
|
147
168
|
if (process.env.NODE_ENV !== "production") {
|
|
148
169
|
InformationSquareFilled.propTypes = iconPropTypes;
|
|
149
170
|
}
|
|
150
|
-
const InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(
|
|
171
|
+
const InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(_ref7, ref) {
|
|
151
172
|
let {
|
|
152
173
|
children,
|
|
153
174
|
size = 16,
|
|
154
175
|
...rest
|
|
155
|
-
} =
|
|
176
|
+
} = _ref7;
|
|
156
177
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
157
178
|
width: size,
|
|
158
179
|
height: size,
|
|
@@ -161,21 +182,21 @@ const InfrastructureClassic = /*#__PURE__*/React.forwardRef(function Infrastruct
|
|
|
161
182
|
viewBox: "0 0 32 32",
|
|
162
183
|
fill: "currentColor",
|
|
163
184
|
...rest
|
|
164
|
-
},
|
|
185
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
165
186
|
d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
|
|
166
|
-
})),
|
|
187
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
167
188
|
d: "M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z"
|
|
168
189
|
})), children);
|
|
169
190
|
});
|
|
170
191
|
if (process.env.NODE_ENV !== "production") {
|
|
171
192
|
InfrastructureClassic.propTypes = iconPropTypes;
|
|
172
193
|
}
|
|
173
|
-
const Insert = /*#__PURE__*/React.forwardRef(function Insert(
|
|
194
|
+
const Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref8, ref) {
|
|
174
195
|
let {
|
|
175
196
|
children,
|
|
176
197
|
size = 16,
|
|
177
198
|
...rest
|
|
178
|
-
} =
|
|
199
|
+
} = _ref8;
|
|
179
200
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
180
201
|
width: size,
|
|
181
202
|
height: size,
|
|
@@ -184,19 +205,19 @@ const Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref7, ref) {
|
|
|
184
205
|
viewBox: "0 0 32 32",
|
|
185
206
|
fill: "currentColor",
|
|
186
207
|
...rest
|
|
187
|
-
},
|
|
208
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
188
209
|
d: "M2 9h9V2H2zM4 4H9V7H4zM2 19h9V12H2zm2-5H9v3H4zM2 29h9V22H2zm2-5H9v3H4zM27 9H18l3.41-3.59L20 4l-6 6 6 6 1.41-1.41L18 11h9a1 1 0 011 1V24a1 1 0 01-1 1H15v2H27a3 3 0 003-3V12A3 3 0 0027 9z"
|
|
189
210
|
})), children);
|
|
190
211
|
});
|
|
191
212
|
if (process.env.NODE_ENV !== "production") {
|
|
192
213
|
Insert.propTypes = iconPropTypes;
|
|
193
214
|
}
|
|
194
|
-
const InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(
|
|
215
|
+
const InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref9, ref) {
|
|
195
216
|
let {
|
|
196
217
|
children,
|
|
197
218
|
size = 16,
|
|
198
219
|
...rest
|
|
199
|
-
} =
|
|
220
|
+
} = _ref9;
|
|
200
221
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
201
222
|
width: size,
|
|
202
223
|
height: size,
|
|
@@ -205,19 +226,19 @@ const InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref8, ref)
|
|
|
205
226
|
viewBox: "0 0 32 32",
|
|
206
227
|
fill: "currentColor",
|
|
207
228
|
...rest
|
|
208
|
-
},
|
|
229
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
209
230
|
d: "M26 30H24V20H12V30H10V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2zM5.17 16L2 19.17 3.411 20.589 8 16 3.42 11.42 2 12.83 5.17 16zM24 14H12a2.0021 2.0021 0 01-2-2V2h2V12H24V2h2V12A2.0021 2.0021 0 0124 14z"
|
|
210
231
|
})), children);
|
|
211
232
|
});
|
|
212
233
|
if (process.env.NODE_ENV !== "production") {
|
|
213
234
|
InsertPage.propTypes = iconPropTypes;
|
|
214
235
|
}
|
|
215
|
-
const InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(
|
|
236
|
+
const InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref10, ref) {
|
|
216
237
|
let {
|
|
217
238
|
children,
|
|
218
239
|
size = 16,
|
|
219
240
|
...rest
|
|
220
|
-
} =
|
|
241
|
+
} = _ref10;
|
|
221
242
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
222
243
|
width: size,
|
|
223
244
|
height: size,
|
|
@@ -226,21 +247,21 @@ const InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref9,
|
|
|
226
247
|
viewBox: "0 0 32 32",
|
|
227
248
|
fill: "currentColor",
|
|
228
249
|
...rest
|
|
229
|
-
},
|
|
250
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
230
251
|
d: "M20.17 16L17.59 18.58 19 20 23 16 19 12 17.58 13.41 20.17 16zM11.83 16L14.41 13.42 13 12 9 16 13 20 14.42 18.59 11.83 16z"
|
|
231
|
-
})),
|
|
252
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
232
253
|
d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
|
|
233
254
|
})), children);
|
|
234
255
|
});
|
|
235
256
|
if (process.env.NODE_ENV !== "production") {
|
|
236
257
|
InsertSyntax.propTypes = iconPropTypes;
|
|
237
258
|
}
|
|
238
|
-
const Inspection = /*#__PURE__*/React.forwardRef(function Inspection(
|
|
259
|
+
const Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref11, ref) {
|
|
239
260
|
let {
|
|
240
261
|
children,
|
|
241
262
|
size = 16,
|
|
242
263
|
...rest
|
|
243
|
-
} =
|
|
264
|
+
} = _ref11;
|
|
244
265
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
245
266
|
width: size,
|
|
246
267
|
height: size,
|
|
@@ -249,21 +270,21 @@ const Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref10, ref
|
|
|
249
270
|
viewBox: "0 0 32 32",
|
|
250
271
|
fill: "currentColor",
|
|
251
272
|
...rest
|
|
252
|
-
},
|
|
273
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
253
274
|
d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
|
|
254
|
-
})),
|
|
275
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
255
276
|
d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V23H15v2.9492A10.0166,10.0166,0,0,1,6.0508,17H9V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V9h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H23v2h2.949A10.0165,10.0165,0,0,1,17,25.9492Z"
|
|
256
277
|
})), children);
|
|
257
278
|
});
|
|
258
279
|
if (process.env.NODE_ENV !== "production") {
|
|
259
280
|
Inspection.propTypes = iconPropTypes;
|
|
260
281
|
}
|
|
261
|
-
const InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(
|
|
282
|
+
const InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref12, ref) {
|
|
262
283
|
let {
|
|
263
284
|
children,
|
|
264
285
|
size = 16,
|
|
265
286
|
...rest
|
|
266
|
-
} =
|
|
287
|
+
} = _ref12;
|
|
267
288
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
268
289
|
width: size,
|
|
269
290
|
height: size,
|
|
@@ -272,25 +293,25 @@ const InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref11, ref
|
|
|
272
293
|
viewBox: "0 0 32 32",
|
|
273
294
|
fill: "currentColor",
|
|
274
295
|
...rest
|
|
275
|
-
},
|
|
296
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
276
297
|
d: "M12 5A3.0033 3.0033 0 009 2H4V15H9a3.0033 3.0033 0 003-3V10.5a2.977 2.977 0 00-.78-2 2.9768 2.9768 0 00.78-2zM6 4H9a1.0013 1.0013 0 011 1V6.5513A.9587.9587 0 019 7.5H6zm4 8a1.0009 1.0009 0 01-1 1H6V9.5H9a1.0009 1.0009 0 011 1zM22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z"
|
|
277
298
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
278
299
|
cx: "9",
|
|
279
300
|
cy: "27",
|
|
280
301
|
r: "1"
|
|
281
|
-
})),
|
|
302
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
282
303
|
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
|
283
304
|
})), children);
|
|
284
305
|
});
|
|
285
306
|
if (process.env.NODE_ENV !== "production") {
|
|
286
307
|
InstanceBx.propTypes = iconPropTypes;
|
|
287
308
|
}
|
|
288
|
-
const InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(
|
|
309
|
+
const InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_ref13, ref) {
|
|
289
310
|
let {
|
|
290
311
|
children,
|
|
291
312
|
size = 16,
|
|
292
313
|
...rest
|
|
293
|
-
} =
|
|
314
|
+
} = _ref13;
|
|
294
315
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
295
316
|
width: size,
|
|
296
317
|
height: size,
|
|
@@ -299,25 +320,25 @@ const InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_
|
|
|
299
320
|
viewBox: "0 0 32 32",
|
|
300
321
|
fill: "currentColor",
|
|
301
322
|
...rest
|
|
302
|
-
},
|
|
323
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
303
324
|
d: "M23.5,21H23V19h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,19H9v2H8.5A6.4973,6.4973,0,0,1,7.2,8.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,21Z"
|
|
304
325
|
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
305
326
|
cx: "9",
|
|
306
327
|
cy: "27",
|
|
307
328
|
r: "1"
|
|
308
|
-
})),
|
|
329
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
309
330
|
d: "M26,23H17V15.83l2.59,2.58L21,17l-5-5-5,5,1.41,1.41L15,15.83V23H6a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V25A2.0023,2.0023,0,0,0,26,23Zm0,6H6V25H26Z"
|
|
310
331
|
})), children);
|
|
311
332
|
});
|
|
312
333
|
if (process.env.NODE_ENV !== "production") {
|
|
313
334
|
InstanceClassic.propTypes = iconPropTypes;
|
|
314
335
|
}
|
|
315
|
-
const InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(
|
|
336
|
+
const InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref14, ref) {
|
|
316
337
|
let {
|
|
317
338
|
children,
|
|
318
339
|
size = 16,
|
|
319
340
|
...rest
|
|
320
|
-
} =
|
|
341
|
+
} = _ref14;
|
|
321
342
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
322
343
|
width: size,
|
|
323
344
|
height: size,
|
|
@@ -330,19 +351,19 @@ const InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref13, ref
|
|
|
330
351
|
cx: "9",
|
|
331
352
|
cy: "27",
|
|
332
353
|
r: "1"
|
|
333
|
-
})),
|
|
354
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
334
355
|
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM12 15H6a2.0023 2.0023 0 01-2-2V4A2.002 2.002 0 016 2h6V4H6v9h6zM2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
|
335
356
|
})), children);
|
|
336
357
|
});
|
|
337
358
|
if (process.env.NODE_ENV !== "production") {
|
|
338
359
|
InstanceCx.propTypes = iconPropTypes;
|
|
339
360
|
}
|
|
340
|
-
const InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(
|
|
361
|
+
const InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref15, ref) {
|
|
341
362
|
let {
|
|
342
363
|
children,
|
|
343
364
|
size = 16,
|
|
344
365
|
...rest
|
|
345
|
-
} =
|
|
366
|
+
} = _ref15;
|
|
346
367
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
347
368
|
width: size,
|
|
348
369
|
height: size,
|
|
@@ -351,25 +372,25 @@ const InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref14, ref
|
|
|
351
372
|
viewBox: "0 0 32 32",
|
|
352
373
|
fill: "currentColor",
|
|
353
374
|
...rest
|
|
354
|
-
},
|
|
375
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
355
376
|
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM10 2L8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z"
|
|
356
377
|
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
357
378
|
cx: "9",
|
|
358
379
|
cy: "27",
|
|
359
380
|
r: "1"
|
|
360
|
-
})),
|
|
381
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
361
382
|
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
|
362
383
|
})), children);
|
|
363
384
|
});
|
|
364
385
|
if (process.env.NODE_ENV !== "production") {
|
|
365
386
|
InstanceMx.propTypes = iconPropTypes;
|
|
366
387
|
}
|
|
367
|
-
const InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(
|
|
388
|
+
const InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_ref16, ref) {
|
|
368
389
|
let {
|
|
369
390
|
children,
|
|
370
391
|
size = 16,
|
|
371
392
|
...rest
|
|
372
|
-
} =
|
|
393
|
+
} = _ref16;
|
|
373
394
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
374
395
|
width: size,
|
|
375
396
|
height: size,
|
|
@@ -382,19 +403,19 @@ const InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_
|
|
|
382
403
|
cx: "7",
|
|
383
404
|
cy: "23",
|
|
384
405
|
r: "1"
|
|
385
|
-
})),
|
|
406
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
386
407
|
d: "M2 6H6V8H2zM8 6H12V8H8zM14 6H18V8H14zM20 6H24V8H20zM26 6H30V8H26zM28 28H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 28zM4 20v6H28V20zM2 12H30V14H2z"
|
|
387
408
|
})), children);
|
|
388
409
|
});
|
|
389
410
|
if (process.env.NODE_ENV !== "production") {
|
|
390
411
|
InstanceVirtual.propTypes = iconPropTypes;
|
|
391
412
|
}
|
|
392
|
-
const Integration = /*#__PURE__*/React.forwardRef(function Integration(
|
|
413
|
+
const Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref17, ref) {
|
|
393
414
|
let {
|
|
394
415
|
children,
|
|
395
416
|
size = 16,
|
|
396
417
|
...rest
|
|
397
|
-
} =
|
|
418
|
+
} = _ref17;
|
|
398
419
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
399
420
|
width: size,
|
|
400
421
|
height: size,
|
|
@@ -403,19 +424,19 @@ const Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref16, r
|
|
|
403
424
|
viewBox: "0 0 32 32",
|
|
404
425
|
fill: "currentColor",
|
|
405
426
|
...rest
|
|
406
|
-
},
|
|
427
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
407
428
|
d: "M29.88,15.52l-6-11A1,1,0,0,0,23,4H9a1,1,0,0,0-.88.52l-6,11a1,1,0,0,0,0,1l6,11A1,1,0,0,0,9,28H23a1,1,0,0,0,.88-.52l6-11A1,1,0,0,0,29.88,15.52ZM22.93,7l4.39,8h-9.5ZM16,14.14,10.82,6H21.18ZM9.07,7l5.11,8H4.68ZM4.68,17h9.5L9.07,25ZM16,17.86,21.18,26H10.82ZM22.93,25l-5.11-8h9.5Z"
|
|
408
429
|
})), children);
|
|
409
430
|
});
|
|
410
431
|
if (process.env.NODE_ENV !== "production") {
|
|
411
432
|
Integration.propTypes = iconPropTypes;
|
|
412
433
|
}
|
|
413
|
-
const IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(
|
|
434
|
+
const IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(_ref18, ref) {
|
|
414
435
|
let {
|
|
415
436
|
children,
|
|
416
437
|
size = 16,
|
|
417
438
|
...rest
|
|
418
|
-
} =
|
|
439
|
+
} = _ref18;
|
|
419
440
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
420
441
|
width: size,
|
|
421
442
|
height: size,
|
|
@@ -424,21 +445,21 @@ const IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequest
|
|
|
424
445
|
viewBox: "0 0 32 32",
|
|
425
446
|
fill: "currentColor",
|
|
426
447
|
...rest
|
|
427
|
-
},
|
|
448
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
428
449
|
d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
|
|
429
|
-
})),
|
|
450
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
430
451
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
431
452
|
})), children);
|
|
432
453
|
});
|
|
433
454
|
if (process.env.NODE_ENV !== "production") {
|
|
434
455
|
IntentRequestActive.propTypes = iconPropTypes;
|
|
435
456
|
}
|
|
436
|
-
const IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(
|
|
457
|
+
const IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(_ref19, ref) {
|
|
437
458
|
let {
|
|
438
459
|
children,
|
|
439
460
|
size = 16,
|
|
440
461
|
...rest
|
|
441
|
-
} =
|
|
462
|
+
} = _ref19;
|
|
442
463
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
443
464
|
width: size,
|
|
444
465
|
height: size,
|
|
@@ -447,21 +468,21 @@ const IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequest
|
|
|
447
468
|
viewBox: "0 0 32 32",
|
|
448
469
|
fill: "currentColor",
|
|
449
470
|
...rest
|
|
450
|
-
},
|
|
471
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
451
472
|
d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
|
|
452
|
-
})),
|
|
473
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
453
474
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
454
475
|
})), children);
|
|
455
476
|
});
|
|
456
477
|
if (process.env.NODE_ENV !== "production") {
|
|
457
478
|
IntentRequestCreate.propTypes = iconPropTypes;
|
|
458
479
|
}
|
|
459
|
-
const IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(
|
|
480
|
+
const IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(_ref20, ref) {
|
|
460
481
|
let {
|
|
461
482
|
children,
|
|
462
483
|
size = 16,
|
|
463
484
|
...rest
|
|
464
|
-
} =
|
|
485
|
+
} = _ref20;
|
|
465
486
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
466
487
|
width: size,
|
|
467
488
|
height: size,
|
|
@@ -470,21 +491,21 @@ const IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHe
|
|
|
470
491
|
viewBox: "0 0 32 32",
|
|
471
492
|
fill: "currentColor",
|
|
472
493
|
...rest
|
|
473
|
-
},
|
|
494
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
474
495
|
d: "M27,20c-0.8,0-1.5,0.3-2.1,0.9l-0.4,0.5l-0.4-0.5C23.5,20.3,22.7,20,22,20s-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.3l4.6,4.8 l4.6-4.8c1.2-1.2,1.2-3.1,0-4.3C28.6,20.3,27.8,20,27,20L27,20z"
|
|
475
|
-
})),
|
|
496
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
476
497
|
d: "M16.6,28.6L4,16L16,4l12.6,12.6l1.4-1.4L17.5,2.6c-0.8-0.8-2.1-0.8-2.9,0L2.6,14.5c-0.8,0.8-0.8,2.1,0,2.9L15.1,30 L16.6,28.6z"
|
|
477
498
|
})), children);
|
|
478
499
|
});
|
|
479
500
|
if (process.env.NODE_ENV !== "production") {
|
|
480
501
|
IntentRequestHeal.propTypes = iconPropTypes;
|
|
481
502
|
}
|
|
482
|
-
const IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(
|
|
503
|
+
const IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(_ref21, ref) {
|
|
483
504
|
let {
|
|
484
505
|
children,
|
|
485
506
|
size = 16,
|
|
486
507
|
...rest
|
|
487
|
-
} =
|
|
508
|
+
} = _ref21;
|
|
488
509
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
489
510
|
width: size,
|
|
490
511
|
height: size,
|
|
@@ -505,19 +526,19 @@ const IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentReque
|
|
|
505
526
|
cx: "28.5",
|
|
506
527
|
cy: "22.5",
|
|
507
528
|
r: "1.5"
|
|
508
|
-
})),
|
|
529
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
509
530
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
510
531
|
})), children);
|
|
511
532
|
});
|
|
512
533
|
if (process.env.NODE_ENV !== "production") {
|
|
513
534
|
IntentRequestInactive.propTypes = iconPropTypes;
|
|
514
535
|
}
|
|
515
|
-
const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(
|
|
536
|
+
const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(_ref22, ref) {
|
|
516
537
|
let {
|
|
517
538
|
children,
|
|
518
539
|
size = 16,
|
|
519
540
|
...rest
|
|
520
|
-
} =
|
|
541
|
+
} = _ref22;
|
|
521
542
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
522
543
|
width: size,
|
|
523
544
|
height: size,
|
|
@@ -526,19 +547,19 @@ const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentReques
|
|
|
526
547
|
viewBox: "0 0 32 32",
|
|
527
548
|
fill: "currentColor",
|
|
528
549
|
...rest
|
|
529
|
-
},
|
|
550
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
530
551
|
d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z"
|
|
531
552
|
})), children);
|
|
532
553
|
});
|
|
533
554
|
if (process.env.NODE_ENV !== "production") {
|
|
534
555
|
IntentRequestScaleIn.propTypes = iconPropTypes;
|
|
535
556
|
}
|
|
536
|
-
const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(
|
|
557
|
+
const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(_ref23, ref) {
|
|
537
558
|
let {
|
|
538
559
|
children,
|
|
539
560
|
size = 16,
|
|
540
561
|
...rest
|
|
541
|
-
} =
|
|
562
|
+
} = _ref23;
|
|
542
563
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
543
564
|
width: size,
|
|
544
565
|
height: size,
|
|
@@ -547,19 +568,19 @@ const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentReque
|
|
|
547
568
|
viewBox: "0 0 32 32",
|
|
548
569
|
fill: "currentColor",
|
|
549
570
|
...rest
|
|
550
|
-
},
|
|
571
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
551
572
|
d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z"
|
|
552
573
|
})), children);
|
|
553
574
|
});
|
|
554
575
|
if (process.env.NODE_ENV !== "production") {
|
|
555
576
|
IntentRequestScaleOut.propTypes = iconPropTypes;
|
|
556
577
|
}
|
|
557
|
-
const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(
|
|
578
|
+
const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(_ref24, ref) {
|
|
558
579
|
let {
|
|
559
580
|
children,
|
|
560
581
|
size = 16,
|
|
561
582
|
...rest
|
|
562
|
-
} =
|
|
583
|
+
} = _ref24;
|
|
563
584
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
564
585
|
width: size,
|
|
565
586
|
height: size,
|
|
@@ -568,21 +589,21 @@ const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequ
|
|
|
568
589
|
viewBox: "0 0 32 32",
|
|
569
590
|
fill: "currentColor",
|
|
570
591
|
...rest
|
|
571
|
-
},
|
|
592
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
572
593
|
d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z"
|
|
573
|
-
})),
|
|
594
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
574
595
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
575
596
|
})), children);
|
|
576
597
|
});
|
|
577
598
|
if (process.env.NODE_ENV !== "production") {
|
|
578
599
|
IntentRequestUninstall.propTypes = iconPropTypes;
|
|
579
600
|
}
|
|
580
|
-
const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(
|
|
601
|
+
const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(_ref25, ref) {
|
|
581
602
|
let {
|
|
582
603
|
children,
|
|
583
604
|
size = 16,
|
|
584
605
|
...rest
|
|
585
|
-
} =
|
|
606
|
+
} = _ref25;
|
|
586
607
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
587
608
|
width: size,
|
|
588
609
|
height: size,
|
|
@@ -591,21 +612,21 @@ const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentReques
|
|
|
591
612
|
viewBox: "0 0 32 32",
|
|
592
613
|
fill: "currentColor",
|
|
593
614
|
...rest
|
|
594
|
-
},
|
|
615
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
595
616
|
d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
|
|
596
|
-
})),
|
|
617
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
597
618
|
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
598
619
|
})), children);
|
|
599
620
|
});
|
|
600
621
|
if (process.env.NODE_ENV !== "production") {
|
|
601
622
|
IntentRequestUpgrade.propTypes = iconPropTypes;
|
|
602
623
|
}
|
|
603
|
-
const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(
|
|
624
|
+
const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref26, ref) {
|
|
604
625
|
let {
|
|
605
626
|
children,
|
|
606
627
|
size = 16,
|
|
607
628
|
...rest
|
|
608
|
-
} =
|
|
629
|
+
} = _ref26;
|
|
609
630
|
if (size === 16 || size === "16" || size === "16px") {
|
|
610
631
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
611
632
|
width: size,
|
|
@@ -615,7 +636,7 @@ const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref25,
|
|
|
615
636
|
viewBox: "0 0 16 16",
|
|
616
637
|
fill: "currentColor",
|
|
617
638
|
...rest
|
|
618
|
-
},
|
|
639
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
619
640
|
fillRule: "evenodd",
|
|
620
641
|
d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
|
|
621
642
|
})), children);
|
|
@@ -628,19 +649,19 @@ const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref25,
|
|
|
628
649
|
viewBox: "0 0 32 32",
|
|
629
650
|
fill: "currentColor",
|
|
630
651
|
...rest
|
|
631
|
-
},
|
|
652
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
632
653
|
d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z"
|
|
633
654
|
})), children);
|
|
634
655
|
});
|
|
635
656
|
if (process.env.NODE_ENV !== "production") {
|
|
636
657
|
Interactions.propTypes = iconPropTypes;
|
|
637
658
|
}
|
|
638
|
-
const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(
|
|
659
|
+
const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref27, ref) {
|
|
639
660
|
let {
|
|
640
661
|
children,
|
|
641
662
|
size = 16,
|
|
642
663
|
...rest
|
|
643
|
-
} =
|
|
664
|
+
} = _ref27;
|
|
644
665
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
645
666
|
width: size,
|
|
646
667
|
height: size,
|
|
@@ -649,30 +670,30 @@ const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(
|
|
|
649
670
|
viewBox: "0 0 32 32",
|
|
650
671
|
fill: "currentColor",
|
|
651
672
|
...rest
|
|
652
|
-
},
|
|
673
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
653
674
|
d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"
|
|
654
|
-
})),
|
|
675
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
655
676
|
d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
|
|
656
677
|
transform: "rotate(-45 9 20)"
|
|
657
|
-
})),
|
|
678
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
658
679
|
d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
|
|
659
680
|
transform: "rotate(-45 20 9)"
|
|
660
|
-
})),
|
|
681
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
661
682
|
d: "M7.586 7.586H10.414V10.414H7.586z",
|
|
662
683
|
transform: "rotate(-45 9 9)"
|
|
663
|
-
})),
|
|
684
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
664
685
|
d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
|
665
686
|
})), children);
|
|
666
687
|
});
|
|
667
688
|
if (process.env.NODE_ENV !== "production") {
|
|
668
689
|
WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes;
|
|
669
690
|
}
|
|
670
|
-
const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(
|
|
691
|
+
const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref28, ref) {
|
|
671
692
|
let {
|
|
672
693
|
children,
|
|
673
694
|
size = 16,
|
|
674
695
|
...rest
|
|
675
|
-
} =
|
|
696
|
+
} = _ref28;
|
|
676
697
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
677
698
|
width: size,
|
|
678
699
|
height: size,
|
|
@@ -681,21 +702,21 @@ const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref27, ref)
|
|
|
681
702
|
viewBox: "0 0 32 32",
|
|
682
703
|
fill: "currentColor",
|
|
683
704
|
...rest
|
|
684
|
-
},
|
|
705
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
685
706
|
d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
|
|
686
|
-
})),
|
|
707
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
687
708
|
d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z"
|
|
688
709
|
})), children);
|
|
689
710
|
});
|
|
690
711
|
if (process.env.NODE_ENV !== "production") {
|
|
691
712
|
Intersect.propTypes = iconPropTypes;
|
|
692
713
|
}
|
|
693
|
-
const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(
|
|
714
|
+
const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(_ref29, ref) {
|
|
694
715
|
let {
|
|
695
716
|
children,
|
|
696
717
|
size = 16,
|
|
697
718
|
...rest
|
|
698
|
-
} =
|
|
719
|
+
} = _ref29;
|
|
699
720
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
700
721
|
width: size,
|
|
701
722
|
height: size,
|
|
@@ -708,21 +729,21 @@ const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrev
|
|
|
708
729
|
cx: "22",
|
|
709
730
|
cy: "23.887",
|
|
710
731
|
r: "2"
|
|
711
|
-
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
712
|
-
d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
|
|
713
732
|
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
733
|
+
d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
|
|
734
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
714
735
|
d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z"
|
|
715
736
|
})), children);
|
|
716
737
|
});
|
|
717
738
|
if (process.env.NODE_ENV !== "production") {
|
|
718
739
|
IntrusionPrevention.propTypes = iconPropTypes;
|
|
719
740
|
}
|
|
720
|
-
const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(
|
|
741
|
+
const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(_ref30, ref) {
|
|
721
742
|
let {
|
|
722
743
|
children,
|
|
723
744
|
size = 16,
|
|
724
745
|
...rest
|
|
725
|
-
} =
|
|
746
|
+
} = _ref30;
|
|
726
747
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
727
748
|
width: size,
|
|
728
749
|
height: size,
|
|
@@ -731,21 +752,21 @@ const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryMana
|
|
|
731
752
|
viewBox: "0 0 32 32",
|
|
732
753
|
fill: "currentColor",
|
|
733
754
|
...rest
|
|
734
|
-
},
|
|
755
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
735
756
|
d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
|
|
736
|
-
})),
|
|
757
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
737
758
|
d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z"
|
|
738
759
|
})), children);
|
|
739
760
|
});
|
|
740
761
|
if (process.env.NODE_ENV !== "production") {
|
|
741
762
|
InventoryManagement.propTypes = iconPropTypes;
|
|
742
763
|
}
|
|
743
|
-
const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(
|
|
764
|
+
const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref31, ref) {
|
|
744
765
|
let {
|
|
745
766
|
children,
|
|
746
767
|
size = 16,
|
|
747
768
|
...rest
|
|
748
|
-
} =
|
|
769
|
+
} = _ref31;
|
|
749
770
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
750
771
|
width: size,
|
|
751
772
|
height: size,
|
|
@@ -754,21 +775,21 @@ const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref30, ref
|
|
|
754
775
|
viewBox: "0 0 32 32",
|
|
755
776
|
fill: "currentColor",
|
|
756
777
|
...rest
|
|
757
|
-
},
|
|
778
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
758
779
|
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
|
759
|
-
})),
|
|
780
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
760
781
|
d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
|
|
761
782
|
})), children);
|
|
762
783
|
});
|
|
763
784
|
if (process.env.NODE_ENV !== "production") {
|
|
764
785
|
IotConnect.propTypes = iconPropTypes;
|
|
765
786
|
}
|
|
766
|
-
const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(
|
|
787
|
+
const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref32, ref) {
|
|
767
788
|
let {
|
|
768
789
|
children,
|
|
769
790
|
size = 16,
|
|
770
791
|
...rest
|
|
771
|
-
} =
|
|
792
|
+
} = _ref32;
|
|
772
793
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
773
794
|
width: size,
|
|
774
795
|
height: size,
|
|
@@ -777,23 +798,23 @@ const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref31, r
|
|
|
777
798
|
viewBox: "0 0 32 32",
|
|
778
799
|
fill: "currentColor",
|
|
779
800
|
...rest
|
|
780
|
-
},
|
|
801
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
781
802
|
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
|
782
|
-
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
783
|
-
d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
|
|
784
803
|
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
804
|
+
d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
|
|
805
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
785
806
|
d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
|
|
786
807
|
})), children);
|
|
787
808
|
});
|
|
788
809
|
if (process.env.NODE_ENV !== "production") {
|
|
789
810
|
IotPlatform.propTypes = iconPropTypes;
|
|
790
811
|
}
|
|
791
|
-
const Iso = /*#__PURE__*/React.forwardRef(function Iso(
|
|
812
|
+
const Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref33, ref) {
|
|
792
813
|
let {
|
|
793
814
|
children,
|
|
794
815
|
size = 16,
|
|
795
816
|
...rest
|
|
796
|
-
} =
|
|
817
|
+
} = _ref33;
|
|
797
818
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
798
819
|
width: size,
|
|
799
820
|
height: size,
|
|
@@ -802,19 +823,19 @@ const Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref32, ref) {
|
|
|
802
823
|
viewBox: "0 0 32 32",
|
|
803
824
|
fill: "currentColor",
|
|
804
825
|
...rest
|
|
805
|
-
},
|
|
826
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
806
827
|
d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
|
|
807
828
|
})), children);
|
|
808
829
|
});
|
|
809
830
|
if (process.env.NODE_ENV !== "production") {
|
|
810
831
|
Iso.propTypes = iconPropTypes;
|
|
811
832
|
}
|
|
812
|
-
const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(
|
|
833
|
+
const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref34, ref) {
|
|
813
834
|
let {
|
|
814
835
|
children,
|
|
815
836
|
size = 16,
|
|
816
837
|
...rest
|
|
817
|
-
} =
|
|
838
|
+
} = _ref34;
|
|
818
839
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
819
840
|
width: size,
|
|
820
841
|
height: size,
|
|
@@ -823,21 +844,21 @@ const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref33, ref)
|
|
|
823
844
|
viewBox: "0 0 32 32",
|
|
824
845
|
fill: "currentColor",
|
|
825
846
|
...rest
|
|
826
|
-
},
|
|
847
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
827
848
|
d: "M21 13H24V19H21z"
|
|
828
|
-
})),
|
|
849
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
829
850
|
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
|
|
830
851
|
})), children);
|
|
831
852
|
});
|
|
832
853
|
if (process.env.NODE_ENV !== "production") {
|
|
833
854
|
IsoFilled.propTypes = iconPropTypes;
|
|
834
855
|
}
|
|
835
|
-
const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(
|
|
856
|
+
const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref35, ref) {
|
|
836
857
|
let {
|
|
837
858
|
children,
|
|
838
859
|
size = 16,
|
|
839
860
|
...rest
|
|
840
|
-
} =
|
|
861
|
+
} = _ref35;
|
|
841
862
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
842
863
|
width: size,
|
|
843
864
|
height: size,
|
|
@@ -846,21 +867,21 @@ const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref34, ref
|
|
|
846
867
|
viewBox: "0 0 32 32",
|
|
847
868
|
fill: "currentColor",
|
|
848
869
|
...rest
|
|
849
|
-
},
|
|
870
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
850
871
|
d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
|
|
851
|
-
})),
|
|
872
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
852
873
|
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z"
|
|
853
874
|
})), children);
|
|
854
875
|
});
|
|
855
876
|
if (process.env.NODE_ENV !== "production") {
|
|
856
877
|
IsoOutline.propTypes = iconPropTypes;
|
|
857
878
|
}
|
|
858
|
-
const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(
|
|
879
|
+
const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref36, ref) {
|
|
859
880
|
let {
|
|
860
881
|
children,
|
|
861
882
|
size = 16,
|
|
862
883
|
...rest
|
|
863
|
-
} =
|
|
884
|
+
} = _ref36;
|
|
864
885
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
865
886
|
width: size,
|
|
866
887
|
height: size,
|
|
@@ -869,27 +890,27 @@ const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref35, ref) {
|
|
|
869
890
|
viewBox: "0 0 32 32",
|
|
870
891
|
fill: "currentColor",
|
|
871
892
|
...rest
|
|
872
|
-
},
|
|
893
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
873
894
|
fill: "none",
|
|
874
895
|
d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
|
|
875
896
|
"data-icon-path": "inner-path"
|
|
876
|
-
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
877
|
-
d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
|
|
878
897
|
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
879
|
-
d: "
|
|
898
|
+
d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
|
|
880
899
|
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
900
|
+
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
|
901
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
881
902
|
d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
|
|
882
903
|
})), children);
|
|
883
904
|
});
|
|
884
905
|
if (process.env.NODE_ENV !== "production") {
|
|
885
906
|
JoinFull.propTypes = iconPropTypes;
|
|
886
907
|
}
|
|
887
|
-
const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(
|
|
908
|
+
const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref37, ref) {
|
|
888
909
|
let {
|
|
889
910
|
children,
|
|
890
911
|
size = 16,
|
|
891
912
|
...rest
|
|
892
|
-
} =
|
|
913
|
+
} = _ref37;
|
|
893
914
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
894
915
|
width: size,
|
|
895
916
|
height: size,
|
|
@@ -898,19 +919,19 @@ const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref36, ref)
|
|
|
898
919
|
viewBox: "0 0 32 32",
|
|
899
920
|
fill: "currentColor",
|
|
900
921
|
...rest
|
|
901
|
-
},
|
|
922
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
902
923
|
d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
|
|
903
924
|
})), children);
|
|
904
925
|
});
|
|
905
926
|
if (process.env.NODE_ENV !== "production") {
|
|
906
927
|
JoinInner.propTypes = iconPropTypes;
|
|
907
928
|
}
|
|
908
|
-
const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(
|
|
929
|
+
const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref38, ref) {
|
|
909
930
|
let {
|
|
910
931
|
children,
|
|
911
932
|
size = 16,
|
|
912
933
|
...rest
|
|
913
|
-
} =
|
|
934
|
+
} = _ref38;
|
|
914
935
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
915
936
|
width: size,
|
|
916
937
|
height: size,
|
|
@@ -919,27 +940,27 @@ const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref37, ref) {
|
|
|
919
940
|
viewBox: "0 0 32 32",
|
|
920
941
|
fill: "currentColor",
|
|
921
942
|
...rest
|
|
922
|
-
},
|
|
943
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
923
944
|
d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
|
|
924
|
-
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
925
|
-
d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
|
|
926
945
|
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
946
|
+
d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
|
|
947
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
927
948
|
fill: "none",
|
|
928
949
|
d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
|
|
929
950
|
"data-icon-path": "inner-path"
|
|
930
|
-
})),
|
|
951
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
931
952
|
d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
|
|
932
953
|
})), children);
|
|
933
954
|
});
|
|
934
955
|
if (process.env.NODE_ENV !== "production") {
|
|
935
956
|
JoinLeft.propTypes = iconPropTypes;
|
|
936
957
|
}
|
|
937
|
-
const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(
|
|
958
|
+
const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref39, ref) {
|
|
938
959
|
let {
|
|
939
960
|
children,
|
|
940
961
|
size = 16,
|
|
941
962
|
...rest
|
|
942
|
-
} =
|
|
963
|
+
} = _ref39;
|
|
943
964
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
944
965
|
width: size,
|
|
945
966
|
height: size,
|
|
@@ -948,19 +969,19 @@ const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref38, ref)
|
|
|
948
969
|
viewBox: "0 0 32 32",
|
|
949
970
|
fill: "currentColor",
|
|
950
971
|
...rest
|
|
951
|
-
},
|
|
972
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
952
973
|
d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
|
|
953
974
|
})), children);
|
|
954
975
|
});
|
|
955
976
|
if (process.env.NODE_ENV !== "production") {
|
|
956
977
|
JoinOuter.propTypes = iconPropTypes;
|
|
957
978
|
}
|
|
958
|
-
const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(
|
|
979
|
+
const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref40, ref) {
|
|
959
980
|
let {
|
|
960
981
|
children,
|
|
961
982
|
size = 16,
|
|
962
983
|
...rest
|
|
963
|
-
} =
|
|
984
|
+
} = _ref40;
|
|
964
985
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
965
986
|
width: size,
|
|
966
987
|
height: size,
|
|
@@ -969,27 +990,27 @@ const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref39, ref)
|
|
|
969
990
|
viewBox: "0 0 32 32",
|
|
970
991
|
fill: "currentColor",
|
|
971
992
|
...rest
|
|
972
|
-
},
|
|
993
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
973
994
|
d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
|
|
974
|
-
})),
|
|
995
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
975
996
|
fill: "none",
|
|
976
997
|
d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
|
|
977
998
|
"data-icon-path": "inner-path"
|
|
978
|
-
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
979
|
-
d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
|
|
980
999
|
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1000
|
+
d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
|
|
1001
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
981
1002
|
d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
|
|
982
1003
|
})), children);
|
|
983
1004
|
});
|
|
984
1005
|
if (process.env.NODE_ENV !== "production") {
|
|
985
1006
|
JoinRight.propTypes = iconPropTypes;
|
|
986
1007
|
}
|
|
987
|
-
const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(
|
|
1008
|
+
const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref41, ref) {
|
|
988
1009
|
let {
|
|
989
1010
|
children,
|
|
990
1011
|
size = 16,
|
|
991
1012
|
...rest
|
|
992
|
-
} =
|
|
1013
|
+
} = _ref41;
|
|
993
1014
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
994
1015
|
width: size,
|
|
995
1016
|
height: size,
|
|
@@ -998,19 +1019,19 @@ const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref40, ref) {
|
|
|
998
1019
|
viewBox: "0 0 32 32",
|
|
999
1020
|
fill: "currentColor",
|
|
1000
1021
|
...rest
|
|
1001
|
-
},
|
|
1022
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1002
1023
|
d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
|
|
1003
1024
|
})), children);
|
|
1004
1025
|
});
|
|
1005
1026
|
if (process.env.NODE_ENV !== "production") {
|
|
1006
1027
|
Jpg.propTypes = iconPropTypes;
|
|
1007
1028
|
}
|
|
1008
|
-
const Json = /*#__PURE__*/React.forwardRef(function Json(
|
|
1029
|
+
const Json = /*#__PURE__*/React.forwardRef(function Json(_ref42, ref) {
|
|
1009
1030
|
let {
|
|
1010
1031
|
children,
|
|
1011
1032
|
size = 16,
|
|
1012
1033
|
...rest
|
|
1013
|
-
} =
|
|
1034
|
+
} = _ref42;
|
|
1014
1035
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1015
1036
|
width: size,
|
|
1016
1037
|
height: size,
|
|
@@ -1019,19 +1040,19 @@ const Json = /*#__PURE__*/React.forwardRef(function Json(_ref41, ref) {
|
|
|
1019
1040
|
viewBox: "0 0 32 32",
|
|
1020
1041
|
fill: "currentColor",
|
|
1021
1042
|
...rest
|
|
1022
|
-
},
|
|
1043
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1023
1044
|
d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
|
|
1024
1045
|
})), children);
|
|
1025
1046
|
});
|
|
1026
1047
|
if (process.env.NODE_ENV !== "production") {
|
|
1027
1048
|
Json.propTypes = iconPropTypes;
|
|
1028
1049
|
}
|
|
1029
|
-
const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(
|
|
1050
|
+
const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref43, ref) {
|
|
1030
1051
|
let {
|
|
1031
1052
|
children,
|
|
1032
1053
|
size = 16,
|
|
1033
1054
|
...rest
|
|
1034
|
-
} =
|
|
1055
|
+
} = _ref43;
|
|
1035
1056
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1036
1057
|
width: size,
|
|
1037
1058
|
height: size,
|
|
@@ -1040,19 +1061,19 @@ const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref4
|
|
|
1040
1061
|
viewBox: "0 0 32 32",
|
|
1041
1062
|
fill: "currentColor",
|
|
1042
1063
|
...rest
|
|
1043
|
-
},
|
|
1064
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1044
1065
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
|
|
1045
1066
|
})), children);
|
|
1046
1067
|
});
|
|
1047
1068
|
if (process.env.NODE_ENV !== "production") {
|
|
1048
1069
|
JsonReference.propTypes = iconPropTypes;
|
|
1049
1070
|
}
|
|
1050
|
-
const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(
|
|
1071
|
+
const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref44, ref) {
|
|
1051
1072
|
let {
|
|
1052
1073
|
children,
|
|
1053
1074
|
size = 16,
|
|
1054
1075
|
...rest
|
|
1055
|
-
} =
|
|
1076
|
+
} = _ref44;
|
|
1056
1077
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1057
1078
|
width: size,
|
|
1058
1079
|
height: size,
|
|
@@ -1061,19 +1082,19 @@ const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref43, ref) {
|
|
|
1061
1082
|
viewBox: "0 0 32 32",
|
|
1062
1083
|
fill: "currentColor",
|
|
1063
1084
|
...rest
|
|
1064
|
-
},
|
|
1085
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1065
1086
|
d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
|
|
1066
1087
|
})), children);
|
|
1067
1088
|
});
|
|
1068
1089
|
if (process.env.NODE_ENV !== "production") {
|
|
1069
1090
|
JumpLink.propTypes = iconPropTypes;
|
|
1070
1091
|
}
|
|
1071
|
-
const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(
|
|
1092
|
+
const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref45, ref) {
|
|
1072
1093
|
let {
|
|
1073
1094
|
children,
|
|
1074
1095
|
size = 16,
|
|
1075
1096
|
...rest
|
|
1076
|
-
} =
|
|
1097
|
+
} = _ref45;
|
|
1077
1098
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1078
1099
|
width: size,
|
|
1079
1100
|
height: size,
|
|
@@ -1082,21 +1103,21 @@ const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref44, ref) {
|
|
|
1082
1103
|
viewBox: "0 0 32 32",
|
|
1083
1104
|
fill: "currentColor",
|
|
1084
1105
|
...rest
|
|
1085
|
-
},
|
|
1106
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1086
1107
|
d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
|
|
1087
|
-
})),
|
|
1108
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1088
1109
|
d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
|
|
1089
1110
|
})), children);
|
|
1090
1111
|
});
|
|
1091
1112
|
if (process.env.NODE_ENV !== "production") {
|
|
1092
1113
|
KeepDry.propTypes = iconPropTypes;
|
|
1093
1114
|
}
|
|
1094
|
-
const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(
|
|
1115
|
+
const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref46, ref) {
|
|
1095
1116
|
let {
|
|
1096
1117
|
children,
|
|
1097
1118
|
size = 16,
|
|
1098
1119
|
...rest
|
|
1099
|
-
} =
|
|
1120
|
+
} = _ref46;
|
|
1100
1121
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1101
1122
|
width: size,
|
|
1102
1123
|
height: size,
|
|
@@ -1105,21 +1126,21 @@ const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref45, ref) {
|
|
|
1105
1126
|
viewBox: "0 0 32 32",
|
|
1106
1127
|
fill: "currentColor",
|
|
1107
1128
|
...rest
|
|
1108
|
-
},
|
|
1129
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1109
1130
|
d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
|
|
1110
|
-
})),
|
|
1131
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1111
1132
|
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
|
1112
1133
|
})), children);
|
|
1113
1134
|
});
|
|
1114
1135
|
if (process.env.NODE_ENV !== "production") {
|
|
1115
1136
|
Keyboard.propTypes = iconPropTypes;
|
|
1116
1137
|
}
|
|
1117
|
-
const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(
|
|
1138
|
+
const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref47, ref) {
|
|
1118
1139
|
let {
|
|
1119
1140
|
children,
|
|
1120
1141
|
size = 16,
|
|
1121
1142
|
...rest
|
|
1122
|
-
} =
|
|
1143
|
+
} = _ref47;
|
|
1123
1144
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1124
1145
|
width: size,
|
|
1125
1146
|
height: size,
|
|
@@ -1128,21 +1149,21 @@ const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref46, r
|
|
|
1128
1149
|
viewBox: "0 0 32 32",
|
|
1129
1150
|
fill: "currentColor",
|
|
1130
1151
|
...rest
|
|
1131
|
-
},
|
|
1152
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1132
1153
|
d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
|
|
1133
|
-
})),
|
|
1154
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1134
1155
|
d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z"
|
|
1135
1156
|
})), children);
|
|
1136
1157
|
});
|
|
1137
1158
|
if (process.env.NODE_ENV !== "production") {
|
|
1138
1159
|
KeyboardOff.propTypes = iconPropTypes;
|
|
1139
1160
|
}
|
|
1140
|
-
const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(
|
|
1161
|
+
const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref48, ref) {
|
|
1141
1162
|
let {
|
|
1142
1163
|
children,
|
|
1143
1164
|
size = 16,
|
|
1144
1165
|
...rest
|
|
1145
|
-
} =
|
|
1166
|
+
} = _ref48;
|
|
1146
1167
|
if (process.env.NODE_ENV !== "production") {
|
|
1147
1168
|
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
|
1148
1169
|
didWarnAboutDeprecation["Kubernetes"] = true;
|
|
@@ -1157,19 +1178,19 @@ const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref47, ref
|
|
|
1157
1178
|
viewBox: "0 0 32 32",
|
|
1158
1179
|
fill: "currentColor",
|
|
1159
1180
|
...rest
|
|
1160
|
-
},
|
|
1181
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1161
1182
|
d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z"
|
|
1162
1183
|
})), children);
|
|
1163
1184
|
});
|
|
1164
1185
|
if (process.env.NODE_ENV !== "production") {
|
|
1165
1186
|
Kubernetes.propTypes = iconPropTypes;
|
|
1166
1187
|
}
|
|
1167
|
-
const Label = /*#__PURE__*/React.forwardRef(function Label(
|
|
1188
|
+
const Label = /*#__PURE__*/React.forwardRef(function Label(_ref49, ref) {
|
|
1168
1189
|
let {
|
|
1169
1190
|
children,
|
|
1170
1191
|
size = 16,
|
|
1171
1192
|
...rest
|
|
1172
|
-
} =
|
|
1193
|
+
} = _ref49;
|
|
1173
1194
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1174
1195
|
width: size,
|
|
1175
1196
|
height: size,
|
|
@@ -1178,21 +1199,21 @@ const Label = /*#__PURE__*/React.forwardRef(function Label(_ref48, ref) {
|
|
|
1178
1199
|
viewBox: "0 0 32 32",
|
|
1179
1200
|
fill: "currentColor",
|
|
1180
1201
|
...rest
|
|
1181
|
-
},
|
|
1202
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1182
1203
|
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
|
|
1183
|
-
})),
|
|
1204
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1184
1205
|
d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
|
|
1185
1206
|
})), children);
|
|
1186
1207
|
});
|
|
1187
1208
|
if (process.env.NODE_ENV !== "production") {
|
|
1188
1209
|
Label.propTypes = iconPropTypes;
|
|
1189
1210
|
}
|
|
1190
|
-
const Language = /*#__PURE__*/React.forwardRef(function Language(
|
|
1211
|
+
const Language = /*#__PURE__*/React.forwardRef(function Language(_ref50, ref) {
|
|
1191
1212
|
let {
|
|
1192
1213
|
children,
|
|
1193
1214
|
size = 16,
|
|
1194
1215
|
...rest
|
|
1195
|
-
} =
|
|
1216
|
+
} = _ref50;
|
|
1196
1217
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1197
1218
|
width: size,
|
|
1198
1219
|
height: size,
|
|
@@ -1201,19 +1222,19 @@ const Language = /*#__PURE__*/React.forwardRef(function Language(_ref49, ref) {
|
|
|
1201
1222
|
viewBox: "0 0 32 32",
|
|
1202
1223
|
fill: "currentColor",
|
|
1203
1224
|
...rest
|
|
1204
|
-
},
|
|
1225
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1205
1226
|
d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
|
|
1206
1227
|
})), children);
|
|
1207
1228
|
});
|
|
1208
1229
|
if (process.env.NODE_ENV !== "production") {
|
|
1209
1230
|
Language.propTypes = iconPropTypes;
|
|
1210
1231
|
}
|
|
1211
|
-
const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(
|
|
1232
|
+
const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref51, ref) {
|
|
1212
1233
|
let {
|
|
1213
1234
|
children,
|
|
1214
1235
|
size = 16,
|
|
1215
1236
|
...rest
|
|
1216
|
-
} =
|
|
1237
|
+
} = _ref51;
|
|
1217
1238
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1218
1239
|
width: size,
|
|
1219
1240
|
height: size,
|
|
@@ -1222,22 +1243,22 @@ const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref50, ref) {
|
|
|
1222
1243
|
viewBox: "0 0 32 32",
|
|
1223
1244
|
fill: "currentColor",
|
|
1224
1245
|
...rest
|
|
1225
|
-
},
|
|
1246
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1226
1247
|
d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
|
|
1227
1248
|
transform: "translate(0 .005)"
|
|
1228
|
-
})),
|
|
1249
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1229
1250
|
d: "M2 26.005H30V28.005H2z"
|
|
1230
1251
|
})), children);
|
|
1231
1252
|
});
|
|
1232
1253
|
if (process.env.NODE_ENV !== "production") {
|
|
1233
1254
|
Laptop.propTypes = iconPropTypes;
|
|
1234
1255
|
}
|
|
1235
|
-
const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(
|
|
1256
|
+
const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref52, ref) {
|
|
1236
1257
|
let {
|
|
1237
1258
|
children,
|
|
1238
1259
|
size = 16,
|
|
1239
1260
|
...rest
|
|
1240
|
-
} =
|
|
1261
|
+
} = _ref52;
|
|
1241
1262
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1242
1263
|
width: size,
|
|
1243
1264
|
height: size,
|
|
@@ -1246,19 +1267,19 @@ const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref51, ref) {
|
|
|
1246
1267
|
viewBox: "0 0 32 32",
|
|
1247
1268
|
fill: "currentColor",
|
|
1248
1269
|
...rest
|
|
1249
|
-
},
|
|
1270
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1250
1271
|
d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
|
|
1251
1272
|
})), children);
|
|
1252
1273
|
});
|
|
1253
1274
|
if (process.env.NODE_ENV !== "production") {
|
|
1254
1275
|
Lasso.propTypes = iconPropTypes;
|
|
1255
1276
|
}
|
|
1256
|
-
const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(
|
|
1277
|
+
const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref53, ref) {
|
|
1257
1278
|
let {
|
|
1258
1279
|
children,
|
|
1259
1280
|
size = 16,
|
|
1260
1281
|
...rest
|
|
1261
|
-
} =
|
|
1282
|
+
} = _ref53;
|
|
1262
1283
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1263
1284
|
width: size,
|
|
1264
1285
|
height: size,
|
|
@@ -1267,19 +1288,19 @@ const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref52,
|
|
|
1267
1288
|
viewBox: "0 0 32 32",
|
|
1268
1289
|
fill: "currentColor",
|
|
1269
1290
|
...rest
|
|
1270
|
-
},
|
|
1291
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1271
1292
|
d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
|
|
1272
1293
|
})), children);
|
|
1273
1294
|
});
|
|
1274
1295
|
if (process.env.NODE_ENV !== "production") {
|
|
1275
1296
|
LassoPolygon.propTypes = iconPropTypes;
|
|
1276
1297
|
}
|
|
1277
|
-
const Launch = /*#__PURE__*/React.forwardRef(function Launch(
|
|
1298
|
+
const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref54, ref) {
|
|
1278
1299
|
let {
|
|
1279
1300
|
children,
|
|
1280
1301
|
size = 16,
|
|
1281
1302
|
...rest
|
|
1282
|
-
} =
|
|
1303
|
+
} = _ref54;
|
|
1283
1304
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1284
1305
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1285
1306
|
width: size,
|
|
@@ -1289,9 +1310,9 @@ const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref53, ref) {
|
|
|
1289
1310
|
viewBox: "0 0 16 16",
|
|
1290
1311
|
fill: "currentColor",
|
|
1291
1312
|
...rest
|
|
1292
|
-
},
|
|
1313
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1293
1314
|
d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
|
|
1294
|
-
})),
|
|
1315
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1295
1316
|
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
|
1296
1317
|
})), children);
|
|
1297
1318
|
}
|
|
@@ -1303,21 +1324,21 @@ const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref53, ref) {
|
|
|
1303
1324
|
viewBox: "0 0 32 32",
|
|
1304
1325
|
fill: "currentColor",
|
|
1305
1326
|
...rest
|
|
1306
|
-
},
|
|
1327
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1307
1328
|
d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
|
|
1308
|
-
})),
|
|
1329
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1309
1330
|
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
|
1310
1331
|
})), children);
|
|
1311
1332
|
});
|
|
1312
1333
|
if (process.env.NODE_ENV !== "production") {
|
|
1313
1334
|
Launch.propTypes = iconPropTypes;
|
|
1314
1335
|
}
|
|
1315
|
-
const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(
|
|
1336
|
+
const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref55, ref) {
|
|
1316
1337
|
let {
|
|
1317
1338
|
children,
|
|
1318
1339
|
size = 16,
|
|
1319
1340
|
...rest
|
|
1320
|
-
} =
|
|
1341
|
+
} = _ref55;
|
|
1321
1342
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1322
1343
|
width: size,
|
|
1323
1344
|
height: size,
|
|
@@ -1330,21 +1351,21 @@ const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
1330
1351
|
cx: "23",
|
|
1331
1352
|
cy: "25",
|
|
1332
1353
|
r: "1"
|
|
1333
|
-
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1334
|
-
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
|
|
1335
1354
|
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1355
|
+
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
|
|
1356
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1336
1357
|
d: "M8 24H20V26H8z"
|
|
1337
1358
|
})), children);
|
|
1338
1359
|
});
|
|
1339
1360
|
if (process.env.NODE_ENV !== "production") {
|
|
1340
1361
|
WatsonHealthLaunchStudy_1.propTypes = iconPropTypes;
|
|
1341
1362
|
}
|
|
1342
|
-
const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(
|
|
1363
|
+
const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref56, ref) {
|
|
1343
1364
|
let {
|
|
1344
1365
|
children,
|
|
1345
1366
|
size = 16,
|
|
1346
1367
|
...rest
|
|
1347
|
-
} =
|
|
1368
|
+
} = _ref56;
|
|
1348
1369
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1349
1370
|
width: size,
|
|
1350
1371
|
height: size,
|
|
@@ -1357,21 +1378,21 @@ const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
1357
1378
|
cx: "23",
|
|
1358
1379
|
cy: "7",
|
|
1359
1380
|
r: "1"
|
|
1360
|
-
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1361
|
-
d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
|
|
1362
1381
|
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1382
|
+
d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
|
|
1383
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1363
1384
|
d: "M8 6H20V8H8z"
|
|
1364
1385
|
})), children);
|
|
1365
1386
|
});
|
|
1366
1387
|
if (process.env.NODE_ENV !== "production") {
|
|
1367
1388
|
WatsonHealthLaunchStudy_2.propTypes = iconPropTypes;
|
|
1368
1389
|
}
|
|
1369
|
-
const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(
|
|
1390
|
+
const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref57, ref) {
|
|
1370
1391
|
let {
|
|
1371
1392
|
children,
|
|
1372
1393
|
size = 16,
|
|
1373
1394
|
...rest
|
|
1374
|
-
} =
|
|
1395
|
+
} = _ref57;
|
|
1375
1396
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1376
1397
|
width: size,
|
|
1377
1398
|
height: size,
|
|
@@ -1384,21 +1405,21 @@ const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
1384
1405
|
cx: "23",
|
|
1385
1406
|
cy: "25",
|
|
1386
1407
|
r: "1"
|
|
1387
|
-
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1388
|
-
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
|
|
1389
1408
|
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1409
|
+
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
|
|
1410
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1390
1411
|
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
|
1391
1412
|
})), children);
|
|
1392
1413
|
});
|
|
1393
1414
|
if (process.env.NODE_ENV !== "production") {
|
|
1394
1415
|
WatsonHealthLaunchStudy_3.propTypes = iconPropTypes;
|
|
1395
1416
|
}
|
|
1396
|
-
const Layers = /*#__PURE__*/React.forwardRef(function Layers(
|
|
1417
|
+
const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref58, ref) {
|
|
1397
1418
|
let {
|
|
1398
1419
|
children,
|
|
1399
1420
|
size = 16,
|
|
1400
1421
|
...rest
|
|
1401
|
-
} =
|
|
1422
|
+
} = _ref58;
|
|
1402
1423
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1403
1424
|
width: size,
|
|
1404
1425
|
height: size,
|
|
@@ -1407,21 +1428,21 @@ const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref57, ref) {
|
|
|
1407
1428
|
viewBox: "0 0 32 32",
|
|
1408
1429
|
fill: "currentColor",
|
|
1409
1430
|
...rest
|
|
1410
|
-
},
|
|
1431
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1411
1432
|
d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
|
|
1412
|
-
})),
|
|
1433
|
+
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1413
1434
|
d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
|
|
1414
1435
|
})), children);
|
|
1415
1436
|
});
|
|
1416
1437
|
if (process.env.NODE_ENV !== "production") {
|
|
1417
1438
|
Layers.propTypes = iconPropTypes;
|
|
1418
1439
|
}
|
|
1419
|
-
const Legend = /*#__PURE__*/React.forwardRef(function Legend(
|
|
1440
|
+
const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref59, ref) {
|
|
1420
1441
|
let {
|
|
1421
1442
|
children,
|
|
1422
1443
|
size = 16,
|
|
1423
1444
|
...rest
|
|
1424
|
-
} =
|
|
1445
|
+
} = _ref59;
|
|
1425
1446
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1426
1447
|
width: size,
|
|
1427
1448
|
height: size,
|
|
@@ -1430,7 +1451,7 @@ const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref58, ref) {
|
|
|
1430
1451
|
viewBox: "0 0 32 32",
|
|
1431
1452
|
fill: "currentColor",
|
|
1432
1453
|
...rest
|
|
1433
|
-
},
|
|
1454
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1434
1455
|
d: "M16 22H30V24H16z"
|
|
1435
1456
|
})), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
|
1436
1457
|
width: "6",
|
|
@@ -1438,19 +1459,19 @@ const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref58, ref) {
|
|
|
1438
1459
|
x: "4",
|
|
1439
1460
|
y: "20",
|
|
1440
1461
|
rx: "1"
|
|
1441
|
-
})),
|
|
1462
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1442
1463
|
d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
|
|
1443
1464
|
})), children);
|
|
1444
1465
|
});
|
|
1445
1466
|
if (process.env.NODE_ENV !== "production") {
|
|
1446
1467
|
Legend.propTypes = iconPropTypes;
|
|
1447
1468
|
}
|
|
1448
|
-
const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(
|
|
1469
|
+
const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref60, ref) {
|
|
1449
1470
|
let {
|
|
1450
1471
|
children,
|
|
1451
1472
|
size = 16,
|
|
1452
1473
|
...rest
|
|
1453
|
-
} =
|
|
1474
|
+
} = _ref60;
|
|
1454
1475
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1455
1476
|
width: size,
|
|
1456
1477
|
height: size,
|
|
@@ -1459,19 +1480,19 @@ const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref59, ref) {
|
|
|
1459
1480
|
viewBox: "0 0 32 32",
|
|
1460
1481
|
fill: "currentColor",
|
|
1461
1482
|
...rest
|
|
1462
|
-
},
|
|
1483
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1463
1484
|
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
|
|
1464
1485
|
})), children);
|
|
1465
1486
|
});
|
|
1466
1487
|
if (process.env.NODE_ENV !== "production") {
|
|
1467
1488
|
LetterAa.propTypes = iconPropTypes;
|
|
1468
1489
|
}
|
|
1469
|
-
const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(
|
|
1490
|
+
const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref61, ref) {
|
|
1470
1491
|
let {
|
|
1471
1492
|
children,
|
|
1472
1493
|
size = 16,
|
|
1473
1494
|
...rest
|
|
1474
|
-
} =
|
|
1495
|
+
} = _ref61;
|
|
1475
1496
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1476
1497
|
width: size,
|
|
1477
1498
|
height: size,
|
|
@@ -1480,19 +1501,19 @@ const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref60, ref) {
|
|
|
1480
1501
|
viewBox: "0 0 32 32",
|
|
1481
1502
|
fill: "currentColor",
|
|
1482
1503
|
...rest
|
|
1483
|
-
},
|
|
1504
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1484
1505
|
d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
|
|
1485
1506
|
})), children);
|
|
1486
1507
|
});
|
|
1487
1508
|
if (process.env.NODE_ENV !== "production") {
|
|
1488
1509
|
LetterBb.propTypes = iconPropTypes;
|
|
1489
1510
|
}
|
|
1490
|
-
const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(
|
|
1511
|
+
const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref62, ref) {
|
|
1491
1512
|
let {
|
|
1492
1513
|
children,
|
|
1493
1514
|
size = 16,
|
|
1494
1515
|
...rest
|
|
1495
|
-
} =
|
|
1516
|
+
} = _ref62;
|
|
1496
1517
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1497
1518
|
width: size,
|
|
1498
1519
|
height: size,
|
|
@@ -1501,19 +1522,19 @@ const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref61, ref) {
|
|
|
1501
1522
|
viewBox: "0 0 32 32",
|
|
1502
1523
|
fill: "currentColor",
|
|
1503
1524
|
...rest
|
|
1504
|
-
},
|
|
1525
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1505
1526
|
d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
|
1506
1527
|
})), children);
|
|
1507
1528
|
});
|
|
1508
1529
|
if (process.env.NODE_ENV !== "production") {
|
|
1509
1530
|
LetterCc.propTypes = iconPropTypes;
|
|
1510
1531
|
}
|
|
1511
|
-
const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(
|
|
1532
|
+
const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref63, ref) {
|
|
1512
1533
|
let {
|
|
1513
1534
|
children,
|
|
1514
1535
|
size = 16,
|
|
1515
1536
|
...rest
|
|
1516
|
-
} =
|
|
1537
|
+
} = _ref63;
|
|
1517
1538
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1518
1539
|
width: size,
|
|
1519
1540
|
height: size,
|
|
@@ -1522,19 +1543,19 @@ const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref62, ref) {
|
|
|
1522
1543
|
viewBox: "0 0 32 32",
|
|
1523
1544
|
fill: "currentColor",
|
|
1524
1545
|
...rest
|
|
1525
|
-
},
|
|
1546
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1526
1547
|
d: "M23 9v4H19a2 2 0 00-2 2v6a2 2 0 002 2h6V9zm-4 6h4v6H19zM11 23H7V9h4a4 4 0 014 4v6A4 4 0 0111 23zM9 21h2a2 2 0 002-2V13a2 2 0 00-2-2H9z"
|
|
1527
1548
|
})), children);
|
|
1528
1549
|
});
|
|
1529
1550
|
if (process.env.NODE_ENV !== "production") {
|
|
1530
1551
|
LetterDd.propTypes = iconPropTypes;
|
|
1531
1552
|
}
|
|
1532
|
-
const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(
|
|
1553
|
+
const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref64, ref) {
|
|
1533
1554
|
let {
|
|
1534
1555
|
children,
|
|
1535
1556
|
size = 16,
|
|
1536
1557
|
...rest
|
|
1537
|
-
} =
|
|
1558
|
+
} = _ref64;
|
|
1538
1559
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1539
1560
|
width: size,
|
|
1540
1561
|
height: size,
|
|
@@ -1543,19 +1564,19 @@ const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref63, ref) {
|
|
|
1543
1564
|
viewBox: "0 0 32 32",
|
|
1544
1565
|
fill: "currentColor",
|
|
1545
1566
|
...rest
|
|
1546
|
-
},
|
|
1567
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1547
1568
|
d: "M25 19V15a2.0023 2.0023 0 00-2-2H19a2.0023 2.0023 0 00-2 2v6a2.0077 2.0077 0 002 2h5V21H19V19zm-6-4h4v2H19zM15 11L15 9 7 9 7 23 15 23 15 21 9 21 9 17 14 17 14 15 9 15 9 11 15 11z"
|
|
1548
1569
|
})), children);
|
|
1549
1570
|
});
|
|
1550
1571
|
if (process.env.NODE_ENV !== "production") {
|
|
1551
1572
|
LetterEe.propTypes = iconPropTypes;
|
|
1552
1573
|
}
|
|
1553
|
-
const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(
|
|
1574
|
+
const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref65, ref) {
|
|
1554
1575
|
let {
|
|
1555
1576
|
children,
|
|
1556
1577
|
size = 16,
|
|
1557
1578
|
...rest
|
|
1558
|
-
} =
|
|
1579
|
+
} = _ref65;
|
|
1559
1580
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1560
1581
|
width: size,
|
|
1561
1582
|
height: size,
|
|
@@ -1564,19 +1585,19 @@ const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref64, ref) {
|
|
|
1564
1585
|
viewBox: "0 0 32 32",
|
|
1565
1586
|
fill: "currentColor",
|
|
1566
1587
|
...rest
|
|
1567
|
-
},
|
|
1588
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1568
1589
|
d: "M16 11L16 9 8 9 8 23 10 23 10 17 15 17 15 15 10 15 10 11 16 11zM24 11V9H21a2 2 0 00-2 2v2H17v2h2v8h2V15h3V13H21V11z"
|
|
1569
1590
|
})), children);
|
|
1570
1591
|
});
|
|
1571
1592
|
if (process.env.NODE_ENV !== "production") {
|
|
1572
1593
|
LetterFf.propTypes = iconPropTypes;
|
|
1573
1594
|
}
|
|
1574
|
-
const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(
|
|
1595
|
+
const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref66, ref) {
|
|
1575
1596
|
let {
|
|
1576
1597
|
children,
|
|
1577
1598
|
size = 16,
|
|
1578
1599
|
...rest
|
|
1579
|
-
} =
|
|
1600
|
+
} = _ref66;
|
|
1580
1601
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1581
1602
|
width: size,
|
|
1582
1603
|
height: size,
|
|
@@ -1585,19 +1606,19 @@ const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref65, ref) {
|
|
|
1585
1606
|
viewBox: "0 0 32 32",
|
|
1586
1607
|
fill: "currentColor",
|
|
1587
1608
|
...rest
|
|
1588
|
-
},
|
|
1609
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1589
1610
|
d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v2H18v2h5a2 2 0 002-2V13zm4 8H19V15h4zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h4V17H11V15h4z"
|
|
1590
1611
|
})), children);
|
|
1591
1612
|
});
|
|
1592
1613
|
if (process.env.NODE_ENV !== "production") {
|
|
1593
1614
|
LetterGg.propTypes = iconPropTypes;
|
|
1594
1615
|
}
|
|
1595
|
-
const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(
|
|
1616
|
+
const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref67, ref) {
|
|
1596
1617
|
let {
|
|
1597
1618
|
children,
|
|
1598
1619
|
size = 16,
|
|
1599
1620
|
...rest
|
|
1600
|
-
} =
|
|
1621
|
+
} = _ref67;
|
|
1601
1622
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1602
1623
|
width: size,
|
|
1603
1624
|
height: size,
|
|
@@ -1606,19 +1627,19 @@ const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref66, ref) {
|
|
|
1606
1627
|
viewBox: "0 0 32 32",
|
|
1607
1628
|
fill: "currentColor",
|
|
1608
1629
|
...rest
|
|
1609
|
-
},
|
|
1630
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1610
1631
|
d: "M13 9L13 15 9 15 9 9 7 9 7 23 9 23 9 17 13 17 13 23 15 23 15 9 13 9zM23 13H19V9H17V23h2V15h4v8h2V15A2 2 0 0023 13z"
|
|
1611
1632
|
})), children);
|
|
1612
1633
|
});
|
|
1613
1634
|
if (process.env.NODE_ENV !== "production") {
|
|
1614
1635
|
LetterHh.propTypes = iconPropTypes;
|
|
1615
1636
|
}
|
|
1616
|
-
const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(
|
|
1637
|
+
const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref68, ref) {
|
|
1617
1638
|
let {
|
|
1618
1639
|
children,
|
|
1619
1640
|
size = 16,
|
|
1620
1641
|
...rest
|
|
1621
|
-
} =
|
|
1642
|
+
} = _ref68;
|
|
1622
1643
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1623
1644
|
width: size,
|
|
1624
1645
|
height: size,
|
|
@@ -1627,19 +1648,19 @@ const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref67, ref) {
|
|
|
1627
1648
|
viewBox: "0 0 32 32",
|
|
1628
1649
|
fill: "currentColor",
|
|
1629
1650
|
...rest
|
|
1630
|
-
},
|
|
1651
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1631
1652
|
d: "M10 11L13 11 13 21 10 21 10 23 18 23 18 21 15 21 15 11 18 11 18 9 10 9 10 11zM20 13H22V23H20zM20 9H22V11H20z"
|
|
1632
1653
|
})), children);
|
|
1633
1654
|
});
|
|
1634
1655
|
if (process.env.NODE_ENV !== "production") {
|
|
1635
1656
|
LetterIi.propTypes = iconPropTypes;
|
|
1636
1657
|
}
|
|
1637
|
-
const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(
|
|
1658
|
+
const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref69, ref) {
|
|
1638
1659
|
let {
|
|
1639
1660
|
children,
|
|
1640
1661
|
size = 16,
|
|
1641
1662
|
...rest
|
|
1642
|
-
} =
|
|
1663
|
+
} = _ref69;
|
|
1643
1664
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1644
1665
|
width: size,
|
|
1645
1666
|
height: size,
|
|
@@ -1648,19 +1669,19 @@ const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref68, ref) {
|
|
|
1648
1669
|
viewBox: "0 0 32 32",
|
|
1649
1670
|
fill: "currentColor",
|
|
1650
1671
|
...rest
|
|
1651
|
-
},
|
|
1672
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1652
1673
|
d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
|
|
1653
1674
|
})), children);
|
|
1654
1675
|
});
|
|
1655
1676
|
if (process.env.NODE_ENV !== "production") {
|
|
1656
1677
|
LetterJj.propTypes = iconPropTypes;
|
|
1657
1678
|
}
|
|
1658
|
-
const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(
|
|
1679
|
+
const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref70, ref) {
|
|
1659
1680
|
let {
|
|
1660
1681
|
children,
|
|
1661
1682
|
size = 16,
|
|
1662
1683
|
...rest
|
|
1663
|
-
} =
|
|
1684
|
+
} = _ref70;
|
|
1664
1685
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1665
1686
|
width: size,
|
|
1666
1687
|
height: size,
|
|
@@ -1669,19 +1690,19 @@ const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref69, ref) {
|
|
|
1669
1690
|
viewBox: "0 0 32 32",
|
|
1670
1691
|
fill: "currentColor",
|
|
1671
1692
|
...rest
|
|
1672
|
-
},
|
|
1693
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1673
1694
|
d: "M15 9L12.89 9 9 15.55 9 9 7 9 7 23 9 23 9 18.71 9.93 17.22 12.89 23 15 23 11.11 15.43 15 9zM22.78 23L25 23 21.22 17 25 13 22.76 13 19 17.17 19 9 17 9 17 23 19 23 19 19.25 19.96 18.21 22.78 23z"
|
|
1674
1695
|
})), children);
|
|
1675
1696
|
});
|
|
1676
1697
|
if (process.env.NODE_ENV !== "production") {
|
|
1677
1698
|
LetterKk.propTypes = iconPropTypes;
|
|
1678
1699
|
}
|
|
1679
|
-
const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(
|
|
1700
|
+
const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref71, ref) {
|
|
1680
1701
|
let {
|
|
1681
1702
|
children,
|
|
1682
1703
|
size = 16,
|
|
1683
1704
|
...rest
|
|
1684
|
-
} =
|
|
1705
|
+
} = _ref71;
|
|
1685
1706
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1686
1707
|
width: size,
|
|
1687
1708
|
height: size,
|
|
@@ -1690,19 +1711,19 @@ const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref70, ref) {
|
|
|
1690
1711
|
viewBox: "0 0 32 32",
|
|
1691
1712
|
fill: "currentColor",
|
|
1692
1713
|
...rest
|
|
1693
|
-
},
|
|
1714
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1694
1715
|
d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
|
|
1695
1716
|
})), children);
|
|
1696
1717
|
});
|
|
1697
1718
|
if (process.env.NODE_ENV !== "production") {
|
|
1698
1719
|
LetterLl.propTypes = iconPropTypes;
|
|
1699
1720
|
}
|
|
1700
|
-
const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(
|
|
1721
|
+
const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref72, ref) {
|
|
1701
1722
|
let {
|
|
1702
1723
|
children,
|
|
1703
1724
|
size = 16,
|
|
1704
1725
|
...rest
|
|
1705
|
-
} =
|
|
1726
|
+
} = _ref72;
|
|
1706
1727
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1707
1728
|
width: size,
|
|
1708
1729
|
height: size,
|
|
@@ -1711,19 +1732,19 @@ const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref71, ref) {
|
|
|
1711
1732
|
viewBox: "0 0 32 32",
|
|
1712
1733
|
fill: "currentColor",
|
|
1713
1734
|
...rest
|
|
1714
|
-
},
|
|
1735
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1715
1736
|
d: "M24 13H16V23h2V15h2v8h2V15h2v8h2V15A2 2 0 0024 13zM12 9L10.48 14 10 15.98 9.54 14 8 9 6 9 6 23 8 23 8 15 7.84 13 8.42 15 10 19.63 11.58 15 12.16 13 12 15 12 23 14 23 14 9 12 9z"
|
|
1716
1737
|
})), children);
|
|
1717
1738
|
});
|
|
1718
1739
|
if (process.env.NODE_ENV !== "production") {
|
|
1719
1740
|
LetterMm.propTypes = iconPropTypes;
|
|
1720
1741
|
}
|
|
1721
|
-
const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(
|
|
1742
|
+
const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref73, ref) {
|
|
1722
1743
|
let {
|
|
1723
1744
|
children,
|
|
1724
1745
|
size = 16,
|
|
1725
1746
|
...rest
|
|
1726
|
-
} =
|
|
1747
|
+
} = _ref73;
|
|
1727
1748
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1728
1749
|
width: size,
|
|
1729
1750
|
height: size,
|
|
@@ -1732,19 +1753,19 @@ const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref72, ref) {
|
|
|
1732
1753
|
viewBox: "0 0 32 32",
|
|
1733
1754
|
fill: "currentColor",
|
|
1734
1755
|
...rest
|
|
1735
|
-
},
|
|
1756
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1736
1757
|
d: "M25 23H23V15H19v8H17V13h6a2 2 0 012 2zM13 19L9.32 9 7 9 7 23 9 23 9 13 12.68 23 15 23 15 9 13 9 13 19z"
|
|
1737
1758
|
})), children);
|
|
1738
1759
|
});
|
|
1739
1760
|
if (process.env.NODE_ENV !== "production") {
|
|
1740
1761
|
LetterNn.propTypes = iconPropTypes;
|
|
1741
1762
|
}
|
|
1742
|
-
const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(
|
|
1763
|
+
const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref74, ref) {
|
|
1743
1764
|
let {
|
|
1744
1765
|
children,
|
|
1745
1766
|
size = 16,
|
|
1746
1767
|
...rest
|
|
1747
|
-
} =
|
|
1768
|
+
} = _ref74;
|
|
1748
1769
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1749
1770
|
width: size,
|
|
1750
1771
|
height: size,
|
|
@@ -1753,19 +1774,19 @@ const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref73, ref) {
|
|
|
1753
1774
|
viewBox: "0 0 32 32",
|
|
1754
1775
|
fill: "currentColor",
|
|
1755
1776
|
...rest
|
|
1756
|
-
},
|
|
1777
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1757
1778
|
d: "M23 23H19a2 2 0 01-2-2V15a2 2 0 012-2h4a2 2 0 012 2v6A2 2 0 0123 23zm-4-8v6h4V15zM13 23H9a2 2 0 01-2-2V11A2 2 0 019 9h4a2 2 0 012 2V21A2 2 0 0113 23zM9 11V21h4V11z"
|
|
1758
1779
|
})), children);
|
|
1759
1780
|
});
|
|
1760
1781
|
if (process.env.NODE_ENV !== "production") {
|
|
1761
1782
|
LetterOo.propTypes = iconPropTypes;
|
|
1762
1783
|
}
|
|
1763
|
-
const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(
|
|
1784
|
+
const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref75, ref) {
|
|
1764
1785
|
let {
|
|
1765
1786
|
children,
|
|
1766
1787
|
size = 16,
|
|
1767
1788
|
...rest
|
|
1768
|
-
} =
|
|
1789
|
+
} = _ref75;
|
|
1769
1790
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1770
1791
|
width: size,
|
|
1771
1792
|
height: size,
|
|
@@ -1774,19 +1795,19 @@ const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref74, ref) {
|
|
|
1774
1795
|
viewBox: "0 0 32 32",
|
|
1775
1796
|
fill: "currentColor",
|
|
1776
1797
|
...rest
|
|
1777
|
-
},
|
|
1798
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1778
1799
|
d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
|
|
1779
1800
|
})), children);
|
|
1780
1801
|
});
|
|
1781
1802
|
if (process.env.NODE_ENV !== "production") {
|
|
1782
1803
|
LetterPp.propTypes = iconPropTypes;
|
|
1783
1804
|
}
|
|
1784
|
-
const LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(
|
|
1805
|
+
const LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref76, ref) {
|
|
1785
1806
|
let {
|
|
1786
1807
|
children,
|
|
1787
1808
|
size = 16,
|
|
1788
1809
|
...rest
|
|
1789
|
-
} =
|
|
1810
|
+
} = _ref76;
|
|
1790
1811
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1791
1812
|
width: size,
|
|
1792
1813
|
height: size,
|
|
@@ -1795,19 +1816,19 @@ const LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref75, ref) {
|
|
|
1795
1816
|
viewBox: "0 0 32 32",
|
|
1796
1817
|
fill: "currentColor",
|
|
1797
1818
|
...rest
|
|
1798
|
-
},
|
|
1819
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1799
1820
|
d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v4h2V13zm4 8H19V15h4zM13 9H9a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H12V23h1a2 2 0 002-2V11A2 2 0 0013 9zM9 21V11h4V21z"
|
|
1800
1821
|
})), children);
|
|
1801
1822
|
});
|
|
1802
1823
|
if (process.env.NODE_ENV !== "production") {
|
|
1803
1824
|
LetterQq.propTypes = iconPropTypes;
|
|
1804
1825
|
}
|
|
1805
|
-
const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(
|
|
1826
|
+
const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref77, ref) {
|
|
1806
1827
|
let {
|
|
1807
1828
|
children,
|
|
1808
1829
|
size = 16,
|
|
1809
1830
|
...rest
|
|
1810
|
-
} =
|
|
1831
|
+
} = _ref77;
|
|
1811
1832
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1812
1833
|
width: size,
|
|
1813
1834
|
height: size,
|
|
@@ -1816,19 +1837,19 @@ const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref76, ref) {
|
|
|
1816
1837
|
viewBox: "0 0 32 32",
|
|
1817
1838
|
fill: "currentColor",
|
|
1818
1839
|
...rest
|
|
1819
|
-
},
|
|
1840
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1820
1841
|
d: "M16 15V11a2 2 0 00-2-2H8V23h2V17h1.48l2.34 6H16l-2.33-6H14A2 2 0 0016 15zm-6-4h4v4H10zM24 13L18 13 18 23 20 23 20 15 24 15 24 13z"
|
|
1821
1842
|
})), children);
|
|
1822
1843
|
});
|
|
1823
1844
|
if (process.env.NODE_ENV !== "production") {
|
|
1824
1845
|
LetterRr.propTypes = iconPropTypes;
|
|
1825
1846
|
}
|
|
1826
|
-
const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(
|
|
1847
|
+
const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref78, ref) {
|
|
1827
1848
|
let {
|
|
1828
1849
|
children,
|
|
1829
1850
|
size = 16,
|
|
1830
1851
|
...rest
|
|
1831
|
-
} =
|
|
1852
|
+
} = _ref78;
|
|
1832
1853
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1833
1854
|
width: size,
|
|
1834
1855
|
height: size,
|
|
@@ -1837,19 +1858,19 @@ const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref77, ref) {
|
|
|
1837
1858
|
viewBox: "0 0 32 32",
|
|
1838
1859
|
fill: "currentColor",
|
|
1839
1860
|
...rest
|
|
1840
|
-
},
|
|
1861
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1841
1862
|
d: "M22 23H17V21h5V19H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v2h3a2 2 0 012 2v2A2 2 0 0122 23zM13 23H7V21h6V17H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9v4h4a2 2 0 012 2v4A2 2 0 0113 23z"
|
|
1842
1863
|
})), children);
|
|
1843
1864
|
});
|
|
1844
1865
|
if (process.env.NODE_ENV !== "production") {
|
|
1845
1866
|
LetterSs.propTypes = iconPropTypes;
|
|
1846
1867
|
}
|
|
1847
|
-
const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(
|
|
1868
|
+
const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref79, ref) {
|
|
1848
1869
|
let {
|
|
1849
1870
|
children,
|
|
1850
1871
|
size = 16,
|
|
1851
1872
|
...rest
|
|
1852
|
-
} =
|
|
1873
|
+
} = _ref79;
|
|
1853
1874
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1854
1875
|
width: size,
|
|
1855
1876
|
height: size,
|
|
@@ -1858,19 +1879,19 @@ const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref78, ref) {
|
|
|
1858
1879
|
viewBox: "0 0 32 32",
|
|
1859
1880
|
fill: "currentColor",
|
|
1860
1881
|
...rest
|
|
1861
|
-
},
|
|
1882
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1862
1883
|
d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
|
|
1863
1884
|
})), children);
|
|
1864
1885
|
});
|
|
1865
1886
|
if (process.env.NODE_ENV !== "production") {
|
|
1866
1887
|
LetterTt.propTypes = iconPropTypes;
|
|
1867
1888
|
}
|
|
1868
|
-
const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(
|
|
1889
|
+
const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref80, ref) {
|
|
1869
1890
|
let {
|
|
1870
1891
|
children,
|
|
1871
1892
|
size = 16,
|
|
1872
1893
|
...rest
|
|
1873
|
-
} =
|
|
1894
|
+
} = _ref80;
|
|
1874
1895
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1875
1896
|
width: size,
|
|
1876
1897
|
height: size,
|
|
@@ -1879,19 +1900,19 @@ const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref79, ref) {
|
|
|
1879
1900
|
viewBox: "0 0 32 32",
|
|
1880
1901
|
fill: "currentColor",
|
|
1881
1902
|
...rest
|
|
1882
|
-
},
|
|
1903
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1883
1904
|
d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
|
|
1884
1905
|
})), children);
|
|
1885
1906
|
});
|
|
1886
1907
|
if (process.env.NODE_ENV !== "production") {
|
|
1887
1908
|
LetterUu.propTypes = iconPropTypes;
|
|
1888
1909
|
}
|
|
1889
|
-
const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(
|
|
1910
|
+
const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref81, ref) {
|
|
1890
1911
|
let {
|
|
1891
1912
|
children,
|
|
1892
1913
|
size = 16,
|
|
1893
1914
|
...rest
|
|
1894
|
-
} =
|
|
1915
|
+
} = _ref81;
|
|
1895
1916
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1896
1917
|
width: size,
|
|
1897
1918
|
height: size,
|
|
@@ -1900,19 +1921,19 @@ const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref80, ref) {
|
|
|
1900
1921
|
viewBox: "0 0 32 32",
|
|
1901
1922
|
fill: "currentColor",
|
|
1902
1923
|
...rest
|
|
1903
|
-
},
|
|
1924
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1904
1925
|
d: "M25 13L23.25 13 21 22.03 18.79 13 17 13 19.5 23 22.5 23 25 13zM13 9L11 22 9 9 7 9 9.52 23 12.48 23 15 9 13 9z"
|
|
1905
1926
|
})), children);
|
|
1906
1927
|
});
|
|
1907
1928
|
if (process.env.NODE_ENV !== "production") {
|
|
1908
1929
|
LetterVv.propTypes = iconPropTypes;
|
|
1909
1930
|
}
|
|
1910
|
-
const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(
|
|
1931
|
+
const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref82, ref) {
|
|
1911
1932
|
let {
|
|
1912
1933
|
children,
|
|
1913
1934
|
size = 16,
|
|
1914
1935
|
...rest
|
|
1915
|
-
} =
|
|
1936
|
+
} = _ref82;
|
|
1916
1937
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1917
1938
|
width: size,
|
|
1918
1939
|
height: size,
|
|
@@ -1921,19 +1942,19 @@ const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref81, ref) {
|
|
|
1921
1942
|
viewBox: "0 0 32 32",
|
|
1922
1943
|
fill: "currentColor",
|
|
1923
1944
|
...rest
|
|
1924
|
-
},
|
|
1945
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1925
1946
|
d: "M24.3 13L23.39 21.61 22 13 20 13 18.61 21.61 17.7 13 16 13 17.36 23 19.64 23 21 14.63 22.36 23 24.64 23 26 13 24.3 13zM12.21 9L11.87 17 11.61 21.54 11.2 18 10.52 12.54 8.5 12.54 7.82 18 7.41 21.54 7.16 17 6.81 9 5.01 9 6.01 23 8.28 23 9.04 18.07 9.5 14 9.51 13.97 9.52 14 9.98 18.07 10.74 23 13.01 23 14.01 9 12.21 9z"
|
|
1926
1947
|
})), children);
|
|
1927
1948
|
});
|
|
1928
1949
|
if (process.env.NODE_ENV !== "production") {
|
|
1929
1950
|
LetterWw.propTypes = iconPropTypes;
|
|
1930
1951
|
}
|
|
1931
|
-
const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(
|
|
1952
|
+
const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref83, ref) {
|
|
1932
1953
|
let {
|
|
1933
1954
|
children,
|
|
1934
1955
|
size = 16,
|
|
1935
1956
|
...rest
|
|
1936
|
-
} =
|
|
1957
|
+
} = _ref83;
|
|
1937
1958
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1938
1959
|
width: size,
|
|
1939
1960
|
height: size,
|
|
@@ -1942,19 +1963,19 @@ const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref82, ref) {
|
|
|
1942
1963
|
viewBox: "0 0 32 32",
|
|
1943
1964
|
fill: "currentColor",
|
|
1944
1965
|
...rest
|
|
1945
|
-
},
|
|
1966
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1946
1967
|
d: "M15 9L13 9 11 15 9 9 7 9 9.75 16 7 23 9 23 11 17 13 23 15 23 12.24 16 15 9zM25 13L23 13 21 16.9 19 13 17 13 19.91 18 17 23 19 23 21 19.2 23 23 25 23 22.1 18 25 13z"
|
|
1947
1968
|
})), children);
|
|
1948
1969
|
});
|
|
1949
1970
|
if (process.env.NODE_ENV !== "production") {
|
|
1950
1971
|
LetterXx.propTypes = iconPropTypes;
|
|
1951
1972
|
}
|
|
1952
|
-
const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(
|
|
1973
|
+
const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref84, ref) {
|
|
1953
1974
|
let {
|
|
1954
1975
|
children,
|
|
1955
1976
|
size = 16,
|
|
1956
1977
|
...rest
|
|
1957
|
-
} =
|
|
1978
|
+
} = _ref84;
|
|
1958
1979
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1959
1980
|
width: size,
|
|
1960
1981
|
height: size,
|
|
@@ -1963,19 +1984,19 @@ const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref83, ref) {
|
|
|
1963
1984
|
viewBox: "0 0 32 32",
|
|
1964
1985
|
fill: "currentColor",
|
|
1965
1986
|
...rest
|
|
1966
|
-
},
|
|
1987
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1967
1988
|
d: "M15 9L13 9 11 16 9 9 7 9 10 18 10 23 12 23 12 18 12 18 15 9zM23 13l-2 7.52L19.08 13H17l3.15 9.87L19.53 25H17v2h2.26a2 2 0 001.91-1.42L25 13z"
|
|
1968
1989
|
})), children);
|
|
1969
1990
|
});
|
|
1970
1991
|
if (process.env.NODE_ENV !== "production") {
|
|
1971
1992
|
LetterYy.propTypes = iconPropTypes;
|
|
1972
1993
|
}
|
|
1973
|
-
const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(
|
|
1994
|
+
const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref85, ref) {
|
|
1974
1995
|
let {
|
|
1975
1996
|
children,
|
|
1976
1997
|
size = 16,
|
|
1977
1998
|
...rest
|
|
1978
|
-
} =
|
|
1999
|
+
} = _ref85;
|
|
1979
2000
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1980
2001
|
width: size,
|
|
1981
2002
|
height: size,
|
|
@@ -1984,19 +2005,19 @@ const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref84, ref) {
|
|
|
1984
2005
|
viewBox: "0 0 32 32",
|
|
1985
2006
|
fill: "currentColor",
|
|
1986
2007
|
...rest
|
|
1987
|
-
},
|
|
2008
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1988
2009
|
d: "M25 15L25 13 17 13 17 15 22.5 15 17 21 17 23 25 23 25 21 19.51 21 25 15zM15 9L7 9 7 11 13 11 7 21 7 23 15 23 15 21 9 21 15 11 15 9z"
|
|
1989
2010
|
})), children);
|
|
1990
2011
|
});
|
|
1991
2012
|
if (process.env.NODE_ENV !== "production") {
|
|
1992
2013
|
LetterZz.propTypes = iconPropTypes;
|
|
1993
2014
|
}
|
|
1994
|
-
const License = /*#__PURE__*/React.forwardRef(function License(
|
|
2015
|
+
const License = /*#__PURE__*/React.forwardRef(function License(_ref86, ref) {
|
|
1995
2016
|
let {
|
|
1996
2017
|
children,
|
|
1997
2018
|
size = 16,
|
|
1998
2019
|
...rest
|
|
1999
|
-
} =
|
|
2020
|
+
} = _ref86;
|
|
2000
2021
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2001
2022
|
width: size,
|
|
2002
2023
|
height: size,
|
|
@@ -2005,21 +2026,21 @@ const License = /*#__PURE__*/React.forwardRef(function License(_ref85, ref) {
|
|
|
2005
2026
|
viewBox: "0 0 32 32",
|
|
2006
2027
|
fill: "currentColor",
|
|
2007
2028
|
...rest
|
|
2008
|
-
},
|
|
2029
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2009
2030
|
d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
|
|
2010
|
-
})),
|
|
2031
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2011
2032
|
d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z"
|
|
2012
2033
|
})), children);
|
|
2013
2034
|
});
|
|
2014
2035
|
if (process.env.NODE_ENV !== "production") {
|
|
2015
2036
|
License.propTypes = iconPropTypes;
|
|
2016
2037
|
}
|
|
2017
|
-
const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(
|
|
2038
|
+
const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref87, ref) {
|
|
2018
2039
|
let {
|
|
2019
2040
|
children,
|
|
2020
2041
|
size = 16,
|
|
2021
2042
|
...rest
|
|
2022
|
-
} =
|
|
2043
|
+
} = _ref87;
|
|
2023
2044
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2024
2045
|
width: size,
|
|
2025
2046
|
height: size,
|
|
@@ -2028,21 +2049,21 @@ const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref86,
|
|
|
2028
2049
|
viewBox: "0 0 32 32",
|
|
2029
2050
|
fill: "currentColor",
|
|
2030
2051
|
...rest
|
|
2031
|
-
},
|
|
2052
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2032
2053
|
d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
|
|
2033
|
-
})),
|
|
2054
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2034
2055
|
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM12 30H6a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 016 2H22a2.0021 2.0021 0 012 2V14H22V4H6V28h6z"
|
|
2035
2056
|
})), children);
|
|
2036
2057
|
});
|
|
2037
2058
|
if (process.env.NODE_ENV !== "production") {
|
|
2038
2059
|
LicenseDraft.propTypes = iconPropTypes;
|
|
2039
2060
|
}
|
|
2040
|
-
const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(
|
|
2061
|
+
const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref88, ref) {
|
|
2041
2062
|
let {
|
|
2042
2063
|
children,
|
|
2043
2064
|
size = 16,
|
|
2044
2065
|
...rest
|
|
2045
|
-
} =
|
|
2066
|
+
} = _ref88;
|
|
2046
2067
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2047
2068
|
width: size,
|
|
2048
2069
|
height: size,
|
|
@@ -2051,21 +2072,21 @@ const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref8
|
|
|
2051
2072
|
viewBox: "0 0 32 32",
|
|
2052
2073
|
fill: "currentColor",
|
|
2053
2074
|
...rest
|
|
2054
|
-
},
|
|
2075
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2055
2076
|
d: "M22 14a8 8 0 108 8A8.0092 8.0092 0 0022 14zm5.91 7H25.9563a12.03 12.03 0 00-1.2183-4.3325A6.01 6.01 0 0127.91 21zm-7.8545 0A10.0135 10.0135 0 0122 16.0146 10.0121 10.0121 0 0123.9448 21zm3.89 2A10.01 10.01 0 0122 27.9854 10.0121 10.0121 0 0120.0552 23zm-4.6831-6.332A12.0265 12.0265 0 0018.0435 21H16.09A6.01 6.01 0 0119.2617 16.668zM16.09 23h1.9532a12.0265 12.0265 0 001.2182 4.332A6.01 6.01 0 0116.09 23zm8.6482 4.332A12.0242 12.0242 0 0025.9565 23H27.91A6.0088 6.0088 0 0124.7385 27.332zM6 14H12V16H6zM6 6H18V8H6zM6 10H18V12H6zM6 24H12V26H6z"
|
|
2056
|
-
})),
|
|
2077
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2057
2078
|
d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H20a2.0021,2.0021,0,0,1,2,2v8H20V4H4V28h8Z"
|
|
2058
2079
|
})), children);
|
|
2059
2080
|
});
|
|
2060
2081
|
if (process.env.NODE_ENV !== "production") {
|
|
2061
2082
|
LicenseGlobal.propTypes = iconPropTypes;
|
|
2062
2083
|
}
|
|
2063
|
-
const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(
|
|
2084
|
+
const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref89, ref) {
|
|
2064
2085
|
let {
|
|
2065
2086
|
children,
|
|
2066
2087
|
size = 16,
|
|
2067
2088
|
...rest
|
|
2068
|
-
} =
|
|
2089
|
+
} = _ref89;
|
|
2069
2090
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2070
2091
|
width: size,
|
|
2071
2092
|
height: size,
|
|
@@ -2074,21 +2095,21 @@ const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMainten
|
|
|
2074
2095
|
viewBox: "0 0 32 32",
|
|
2075
2096
|
fill: "currentColor",
|
|
2076
2097
|
...rest
|
|
2077
|
-
},
|
|
2098
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2078
2099
|
d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM30 24V22H27.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0024 18.1011V16H22v2.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0018.1011 22H16v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0022 27.8989V30h2V27.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0027.8989 24zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0123 26z"
|
|
2079
|
-
})),
|
|
2100
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2080
2101
|
d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
|
|
2081
2102
|
})), children);
|
|
2082
2103
|
});
|
|
2083
2104
|
if (process.env.NODE_ENV !== "production") {
|
|
2084
2105
|
LicenseMaintenance.propTypes = iconPropTypes;
|
|
2085
2106
|
}
|
|
2086
|
-
const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(
|
|
2107
|
+
const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref90, ref) {
|
|
2087
2108
|
let {
|
|
2088
2109
|
children,
|
|
2089
2110
|
size = 16,
|
|
2090
2111
|
...rest
|
|
2091
|
-
} =
|
|
2112
|
+
} = _ref90;
|
|
2092
2113
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2093
2114
|
width: size,
|
|
2094
2115
|
height: size,
|
|
@@ -2097,21 +2118,21 @@ const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMa
|
|
|
2097
2118
|
viewBox: "0 0 32 32",
|
|
2098
2119
|
fill: "currentColor",
|
|
2099
2120
|
...rest
|
|
2100
|
-
},
|
|
2121
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2101
2122
|
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM20 13V11H17.8579a3.94 3.94 0 00-.4248-1.019L18.95 8.4644 17.5356 7.05 16.019 8.5669A3.9443 3.9443 0 0015 8.1421V6H13V8.1421a3.9443 3.9443 0 00-1.019.4248L10.4644 7.05 9.05 8.4644 10.5669 9.981A3.94 3.94 0 0010.1421 11H8v2h2.1421a3.94 3.94 0 00.4248 1.019L9.05 15.5356 10.4644 16.95l1.5166-1.5166A3.9443 3.9443 0 0013 15.8579V18h2V15.8579a3.9443 3.9443 0 001.019-.4248L17.5356 16.95 18.95 15.5356 17.4331 14.019A3.94 3.94 0 0017.8579 13zm-6 1a2 2 0 112-2A2.0025 2.0025 0 0114 14z"
|
|
2102
|
-
})),
|
|
2123
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2103
2124
|
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
|
|
2104
2125
|
})), children);
|
|
2105
2126
|
});
|
|
2106
2127
|
if (process.env.NODE_ENV !== "production") {
|
|
2107
2128
|
LicenseMaintenanceDraft.propTypes = iconPropTypes;
|
|
2108
2129
|
}
|
|
2109
|
-
const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(
|
|
2130
|
+
const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref91, ref) {
|
|
2110
2131
|
let {
|
|
2111
2132
|
children,
|
|
2112
2133
|
size = 16,
|
|
2113
2134
|
...rest
|
|
2114
|
-
} =
|
|
2135
|
+
} = _ref91;
|
|
2115
2136
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2116
2137
|
width: size,
|
|
2117
2138
|
height: size,
|
|
@@ -2120,21 +2141,21 @@ const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdPar
|
|
|
2120
2141
|
viewBox: "0 0 32 32",
|
|
2121
2142
|
fill: "currentColor",
|
|
2122
2143
|
...rest
|
|
2123
|
-
},
|
|
2144
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2124
2145
|
d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM24 24a4 4 0 10-4-4A4 4 0 0024 24zm0-6a2 2 0 11-2 2A2 2 0 0124 18z"
|
|
2125
|
-
})),
|
|
2146
|
+
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2126
2147
|
d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
|
|
2127
2148
|
})), children);
|
|
2128
2149
|
});
|
|
2129
2150
|
if (process.env.NODE_ENV !== "production") {
|
|
2130
2151
|
LicenseThirdParty.propTypes = iconPropTypes;
|
|
2131
2152
|
}
|
|
2132
|
-
const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(
|
|
2153
|
+
const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref92, ref) {
|
|
2133
2154
|
let {
|
|
2134
2155
|
children,
|
|
2135
2156
|
size = 16,
|
|
2136
2157
|
...rest
|
|
2137
|
-
} =
|
|
2158
|
+
} = _ref92;
|
|
2138
2159
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2139
2160
|
width: size,
|
|
2140
2161
|
height: size,
|
|
@@ -2143,21 +2164,21 @@ const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThi
|
|
|
2143
2164
|
viewBox: "0 0 32 32",
|
|
2144
2165
|
fill: "currentColor",
|
|
2145
2166
|
...rest
|
|
2146
|
-
},
|
|
2167
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2147
2168
|
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM17 15H11a3 3 0 00-3 3v1h2V18a1 1 0 011-1h6a1 1 0 011 1v1h2V18A3 3 0 0017 15zM14 14a4 4 0 10-4-4A4 4 0 0014 14zm0-6a2 2 0 11-2 2A2 2 0 0114 8z"
|
|
2148
|
-
})),
|
|
2169
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2149
2170
|
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
|
|
2150
2171
|
})), children);
|
|
2151
2172
|
});
|
|
2152
2173
|
if (process.env.NODE_ENV !== "production") {
|
|
2153
2174
|
LicenseThirdPartyDraft.propTypes = iconPropTypes;
|
|
2154
2175
|
}
|
|
2155
|
-
const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(
|
|
2176
|
+
const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref93, ref) {
|
|
2156
2177
|
let {
|
|
2157
2178
|
children,
|
|
2158
2179
|
size = 16,
|
|
2159
2180
|
...rest
|
|
2160
|
-
} =
|
|
2181
|
+
} = _ref93;
|
|
2161
2182
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2162
2183
|
width: size,
|
|
2163
2184
|
height: size,
|
|
@@ -2166,19 +2187,19 @@ const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref92, ref)
|
|
|
2166
2187
|
viewBox: "0 0 32 32",
|
|
2167
2188
|
fill: "currentColor",
|
|
2168
2189
|
...rest
|
|
2169
|
-
},
|
|
2190
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2170
2191
|
d: "M28.2261,22.812a13.9664,13.9664,0,0,0,0-13.624L28.4141,9a2.0021,2.0021,0,0,0,0-2.8281l-2.5857-2.586a2.0028,2.0028,0,0,0-2.8284,0l-.1877.1875a13.9687,13.9687,0,0,0-13.6243,0L9,3.5859a2.0024,2.0024,0,0,0-2.8284,0L3.5859,6.1719A2.0021,2.0021,0,0,0,3.5859,9l.1878.1875a13.97,13.97,0,0,0,0,13.625L3.5859,23a2.0021,2.0021,0,0,0,0,2.8281l2.5857,2.586a2.0021,2.0021,0,0,0,2.8284,0l.188-.188a13.9687,13.9687,0,0,0,13.6243.0005L23,28.4141a2.0021,2.0021,0,0,0,2.8284,0l2.5857-2.586a2.0021,2.0021,0,0,0,0-2.8281ZM28,16a11.973,11.973,0,0,1-1.2546,5.3315l-3.8948-3.895a6.9808,6.9808,0,0,0,0-2.873l3.8948-3.895A11.973,11.973,0,0,1,28,16ZM27,7.5859l-4.9346,4.9346A7.0434,7.0434,0,0,0,19.48,9.9346L24.4143,5ZM16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21ZM21.3154,5.2705,17.4365,9.1494a6.9808,6.9808,0,0,0-2.873,0L10.6846,5.2705A12.2484,12.2484,0,0,1,21.3154,5.2705ZM7.5859,5l4.9346,4.9346a7.0449,7.0449,0,0,0-2.5859,2.5859L5,7.5859ZM4,16a11.9716,11.9716,0,0,1,1.2546-5.3311l3.8948,3.8946a6.9808,6.9808,0,0,0,0,2.873L5.2546,21.3311A11.9716,11.9716,0,0,1,4,16ZM7.5857,27,5,24.4141,9.9346,19.48a7.0434,7.0434,0,0,0,2.5859,2.5859Zm3.0989-.27,3.8789-3.8789a6.9808,6.9808,0,0,0,2.873,0L21.3154,26.73A12.2484,12.2484,0,0,1,10.6846,26.73Zm13.73.27L19.48,22.0654A7.0449,7.0449,0,0,0,22.0654,19.48L27,24.4141Z"
|
|
2171
2192
|
})), children);
|
|
2172
2193
|
});
|
|
2173
2194
|
if (process.env.NODE_ENV !== "production") {
|
|
2174
2195
|
Lifesaver.propTypes = iconPropTypes;
|
|
2175
2196
|
}
|
|
2176
|
-
const Light = /*#__PURE__*/React.forwardRef(function Light(
|
|
2197
|
+
const Light = /*#__PURE__*/React.forwardRef(function Light(_ref94, ref) {
|
|
2177
2198
|
let {
|
|
2178
2199
|
children,
|
|
2179
2200
|
size = 16,
|
|
2180
2201
|
...rest
|
|
2181
|
-
} =
|
|
2202
|
+
} = _ref94;
|
|
2182
2203
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2183
2204
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2184
2205
|
width: size,
|
|
@@ -2188,27 +2209,27 @@ const Light = /*#__PURE__*/React.forwardRef(function Light(_ref93, ref) {
|
|
|
2188
2209
|
viewBox: "0 0 16 16",
|
|
2189
2210
|
fill: "currentColor",
|
|
2190
2211
|
...rest
|
|
2191
|
-
},
|
|
2212
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2192
2213
|
d: "M7.5 1H8.5V3.5H7.5z"
|
|
2193
|
-
})),
|
|
2214
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2194
2215
|
d: "M10.8 3.4H13.3V4.4H10.8z",
|
|
2195
2216
|
transform: "rotate(-45.001 12.041 3.923)"
|
|
2196
|
-
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2197
|
-
d: "M12.5 7.5H15V8.5H12.5z"
|
|
2198
2217
|
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2218
|
+
d: "M12.5 7.5H15V8.5H12.5z"
|
|
2219
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2199
2220
|
d: "M11.6 10.8H12.6V13.3H11.6z",
|
|
2200
2221
|
transform: "rotate(-45.001 12.075 12.041)"
|
|
2201
|
-
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2202
|
-
d: "M7.5 12.5H8.5V15H7.5z"
|
|
2203
2222
|
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2223
|
+
d: "M7.5 12.5H8.5V15H7.5z"
|
|
2224
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2204
2225
|
d: "M2.7 11.6H5.2V12.6H2.7z",
|
|
2205
2226
|
transform: "rotate(-45.001 3.96 12.079)"
|
|
2206
|
-
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2207
|
-
d: "M1 7.5H3.5V8.5H1z"
|
|
2208
2227
|
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2228
|
+
d: "M1 7.5H3.5V8.5H1z"
|
|
2229
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2209
2230
|
d: "M3.4 2.7H4.4V5.2H3.4z",
|
|
2210
2231
|
transform: "rotate(-45.001 3.925 3.961)"
|
|
2211
|
-
})),
|
|
2232
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2212
2233
|
d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
|
|
2213
2234
|
})), children);
|
|
2214
2235
|
}
|
|
@@ -2220,39 +2241,39 @@ const Light = /*#__PURE__*/React.forwardRef(function Light(_ref93, ref) {
|
|
|
2220
2241
|
viewBox: "0 0 32 32",
|
|
2221
2242
|
fill: "currentColor",
|
|
2222
2243
|
...rest
|
|
2223
|
-
},
|
|
2244
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2224
2245
|
d: "M15 2H17V7H15z"
|
|
2225
|
-
})),
|
|
2246
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2226
2247
|
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
2227
2248
|
transform: "rotate(-45 24.147 7.853)"
|
|
2228
|
-
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2229
|
-
d: "M25 15H30V17H25z"
|
|
2230
2249
|
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2250
|
+
d: "M25 15H30V17H25z"
|
|
2251
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2231
2252
|
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
|
2232
2253
|
transform: "rotate(-45 24.147 24.146)"
|
|
2233
|
-
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2234
|
-
d: "M15 25H17V30H15z"
|
|
2235
2254
|
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2255
|
+
d: "M15 25H17V30H15z"
|
|
2256
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2236
2257
|
d: "M5.375 23.147H10.333V25.147H5.375z",
|
|
2237
2258
|
transform: "rotate(-45 7.853 24.146)"
|
|
2238
|
-
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2239
|
-
d: "M2 15H7V17H2z"
|
|
2240
2259
|
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2260
|
+
d: "M2 15H7V17H2z"
|
|
2261
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2241
2262
|
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
2242
2263
|
transform: "rotate(-45 7.854 7.853)"
|
|
2243
|
-
})),
|
|
2264
|
+
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2244
2265
|
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"
|
|
2245
2266
|
})), children);
|
|
2246
2267
|
});
|
|
2247
2268
|
if (process.env.NODE_ENV !== "production") {
|
|
2248
2269
|
Light.propTypes = iconPropTypes;
|
|
2249
2270
|
}
|
|
2250
|
-
const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(
|
|
2271
|
+
const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref95, ref) {
|
|
2251
2272
|
let {
|
|
2252
2273
|
children,
|
|
2253
2274
|
size = 16,
|
|
2254
2275
|
...rest
|
|
2255
|
-
} =
|
|
2276
|
+
} = _ref95;
|
|
2256
2277
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2257
2278
|
width: size,
|
|
2258
2279
|
height: size,
|
|
@@ -2261,39 +2282,39 @@ const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref94, r
|
|
|
2261
2282
|
viewBox: "0 0 32 32",
|
|
2262
2283
|
fill: "currentColor",
|
|
2263
2284
|
...rest
|
|
2264
|
-
},
|
|
2285
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2265
2286
|
d: "M15 2H17V7H15z"
|
|
2266
|
-
})),
|
|
2287
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2267
2288
|
d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
|
|
2268
2289
|
transform: "rotate(-45 24.147 7.853)"
|
|
2269
|
-
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2270
|
-
d: "M25 15H30V17H25z"
|
|
2271
2290
|
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2291
|
+
d: "M25 15H30V17H25z"
|
|
2292
|
+
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2272
2293
|
d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
|
|
2273
2294
|
transform: "rotate(-45 24.147 24.146)"
|
|
2274
|
-
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2275
|
-
d: "M15 25H17V30H15z"
|
|
2276
2295
|
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2296
|
+
d: "M15 25H17V30H15z"
|
|
2297
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2277
2298
|
d: "M5.375 23.147H10.333V25.147H5.375z",
|
|
2278
2299
|
transform: "rotate(-45 7.853 24.146)"
|
|
2279
|
-
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2280
|
-
d: "M2 15H7V17H2z"
|
|
2281
2300
|
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2301
|
+
d: "M2 15H7V17H2z"
|
|
2302
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2282
2303
|
d: "M6.854 5.375H8.854V10.333H6.854z",
|
|
2283
2304
|
transform: "rotate(-45 7.854 7.853)"
|
|
2284
|
-
})),
|
|
2305
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2285
2306
|
d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
|
|
2286
2307
|
})), children);
|
|
2287
2308
|
});
|
|
2288
2309
|
if (process.env.NODE_ENV !== "production") {
|
|
2289
2310
|
LightFilled.propTypes = iconPropTypes;
|
|
2290
2311
|
}
|
|
2291
|
-
const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(
|
|
2312
|
+
const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref96, ref) {
|
|
2292
2313
|
let {
|
|
2293
2314
|
children,
|
|
2294
2315
|
size = 16,
|
|
2295
2316
|
...rest
|
|
2296
|
-
} =
|
|
2317
|
+
} = _ref96;
|
|
2297
2318
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2298
2319
|
width: size,
|
|
2299
2320
|
height: size,
|
|
@@ -2302,19 +2323,19 @@ const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref95, ref)
|
|
|
2302
2323
|
viewBox: "0 0 32 32",
|
|
2303
2324
|
fill: "currentColor",
|
|
2304
2325
|
...rest
|
|
2305
|
-
},
|
|
2326
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2306
2327
|
d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
|
|
2307
2328
|
})), children);
|
|
2308
2329
|
});
|
|
2309
2330
|
if (process.env.NODE_ENV !== "production") {
|
|
2310
2331
|
Lightning.propTypes = iconPropTypes;
|
|
2311
2332
|
}
|
|
2312
|
-
const Link = /*#__PURE__*/React.forwardRef(function Link(
|
|
2333
|
+
const Link = /*#__PURE__*/React.forwardRef(function Link(_ref97, ref) {
|
|
2313
2334
|
let {
|
|
2314
2335
|
children,
|
|
2315
2336
|
size = 16,
|
|
2316
2337
|
...rest
|
|
2317
|
-
} =
|
|
2338
|
+
} = _ref97;
|
|
2318
2339
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2319
2340
|
width: size,
|
|
2320
2341
|
height: size,
|
|
@@ -2323,21 +2344,21 @@ const Link = /*#__PURE__*/React.forwardRef(function Link(_ref96, ref) {
|
|
|
2323
2344
|
viewBox: "0 0 32 32",
|
|
2324
2345
|
fill: "currentColor",
|
|
2325
2346
|
...rest
|
|
2326
|
-
},
|
|
2347
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2327
2348
|
d: "M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"
|
|
2328
|
-
})),
|
|
2349
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2329
2350
|
d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"
|
|
2330
2351
|
})), children);
|
|
2331
2352
|
});
|
|
2332
2353
|
if (process.env.NODE_ENV !== "production") {
|
|
2333
2354
|
Link.propTypes = iconPropTypes;
|
|
2334
2355
|
}
|
|
2335
|
-
const Linux = /*#__PURE__*/React.forwardRef(function Linux(
|
|
2356
|
+
const Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref98, ref) {
|
|
2336
2357
|
let {
|
|
2337
2358
|
children,
|
|
2338
2359
|
size = 16,
|
|
2339
2360
|
...rest
|
|
2340
|
-
} =
|
|
2361
|
+
} = _ref98;
|
|
2341
2362
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2342
2363
|
width: size,
|
|
2343
2364
|
height: size,
|
|
@@ -2346,19 +2367,19 @@ const Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref97, ref) {
|
|
|
2346
2367
|
viewBox: "0 0 32 32",
|
|
2347
2368
|
fill: "currentColor",
|
|
2348
2369
|
...rest
|
|
2349
|
-
},
|
|
2370
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2350
2371
|
d: "M29.8945,23.542l-1.7238-3.4473a1.9994,1.9994,0,0,0-1.7886-1.1054h-.4683a14.887,14.887,0,0,0-1.8193-4.5977C23.0647,12.4429,22,10.4277,22,8A6,6,0,0,0,10,8a13.0041,13.0041,0,0,1-2.0486,6.2153,14.7022,14.7022,0,0,0-1.8708,4.7759H5.6184a2.0007,2.0007,0,0,0-1.7893,1.106L2.1055,23.5439a1,1,0,0,0,.0971,1.0508L6.2319,29.92a2.9995,2.9995,0,0,0,3.8482.6519l1.8735-1.1241A13.8223,13.8223,0,0,0,16,30a13.8034,13.8034,0,0,0,4.0488-.5527L21.92,30.57a2.9819,2.9819,0,0,0,1.5385.43,3.0385,3.0385,0,0,0,2.3389-1.1187l4-5.2885A1.001,1.001,0,0,0,29.8945,23.542Zm-7.5683-8.2158a14.8311,14.8311,0,0,1,1.5591,3.6631H21.738a16.6591,16.6591,0,0,0-.98-2.6455,12.7083,12.7083,0,0,1-.8789-2.4454,8.8046,8.8046,0,0,0,1.0034-1.4277l.0384-.0718A30.746,30.746,0,0,0,22.3262,15.3262ZM12,21a9.3959,9.3959,0,0,1,1.0728-3.8516c.2563-.5825.5158-1.1757.726-1.7993a4.0474,4.0474,0,0,0,4.4024,0c.21.6236.47,1.2168.726,1.7993A9.3959,9.3959,0,0,1,20,21c0,1.2881-.4146,3-4,3S12,22.2881,12,21Zm6.5105-8.5752A3.6265,3.6265,0,0,1,16,14a3.6273,3.6273,0,0,1-2.5107-1.5757,7.6356,7.6356,0,0,1,5.0212,0ZM12,8a4,4,0,0,1,8,0,10.9164,10.9164,0,0,0,.4673,3.1152A7.9811,7.9811,0,0,0,19,10.4849V8H17v2.0542a9.2522,9.2522,0,0,0-2,0V8H13v2.4849a7.9019,7.9019,0,0,0-1.4785.6372A10.7093,10.7093,0,0,0,12,8ZM9.7146,15.1592A29.8007,29.8007,0,0,0,11.0693,12.38l.0484.09a8.8046,8.8046,0,0,0,1.0034,1.4277,12.7083,12.7083,0,0,1-.8789,2.4454,16.6574,16.6574,0,0,0-.981,2.6474H8.1047A14.0567,14.0567,0,0,1,9.7146,15.1592Zm1.3708,12.4775L9.0508,28.8574a.9866.9866,0,0,1-1.2529-.1806L4.1724,23.8833l1.4458-2.8921h3.706L11.49,26.3853A1.0036,1.0036,0,0,1,11.0854,27.6367Zm2.316.1177a2.9571,2.9571,0,0,0-.0562-2.11A9.03,9.03,0,0,0,16,26a9.0237,9.0237,0,0,0,2.6562-.3564,2.9889,2.9889,0,0,0-.0546,2.11,13.8722,13.8722,0,0,1-5.2,0Zm10.83.8833a.996.996,0,0,1-1.2827.2178l-2.0342-1.2207h0a1.01,1.01,0,0,1-.396-1.273l2.157-5.3725h3.7058l1.4461,2.892Z"
|
|
2351
2372
|
})), children);
|
|
2352
2373
|
});
|
|
2353
2374
|
if (process.env.NODE_ENV !== "production") {
|
|
2354
2375
|
Linux.propTypes = iconPropTypes;
|
|
2355
2376
|
}
|
|
2356
|
-
const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(
|
|
2377
|
+
const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref99, ref) {
|
|
2357
2378
|
let {
|
|
2358
2379
|
children,
|
|
2359
2380
|
size = 16,
|
|
2360
2381
|
...rest
|
|
2361
|
-
} =
|
|
2382
|
+
} = _ref99;
|
|
2362
2383
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2363
2384
|
width: size,
|
|
2364
2385
|
height: size,
|
|
@@ -2367,21 +2388,21 @@ const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref98, ref) {
|
|
|
2367
2388
|
viewBox: "0 0 32 32",
|
|
2368
2389
|
fill: "currentColor",
|
|
2369
2390
|
...rest
|
|
2370
|
-
},
|
|
2391
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2371
2392
|
d: "M22.6121,20.5215A6.1582,6.1582,0,0,0,24,16.5254C24,13.4785,21.9812,11,19.5,11A4.2435,4.2435,0,0,0,16,13.06,4.2435,4.2435,0,0,0,12.5,11C10.0188,11,8,13.4785,8,16.5254a6.1593,6.1593,0,0,0,1.3879,3.9961c-.5688.3686-.9389.6416-.988.6787a1,1,0,0,0-.1807,1.4248C8.6592,23.1748,12.6169,28,16,28s7.3408-4.8252,7.7808-5.375A1,1,0,0,0,23.6,21.2C23.551,21.1631,23.1812,20.89,22.6121,20.5215ZM12.5,13c1.3552,0,2.5,1.6143,2.5,3.5254v1.5664a9.1005,9.1005,0,0,0-1.0244.2314A2.6411,2.6411,0,0,0,14,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.38,2.38,0,0,0,.4072,1.3623c-.0813.0415-.1687.0806-.248.1221A4.0291,4.0291,0,0,1,10,16.5254C10,14.6143,11.1448,13,12.5,13ZM16,26c-1.5691,0-3.9648-2.084-5.52-3.8057C11.9,21.2788,14.2656,20,16,20s4.1,1.2788,5.52,2.1943C19.9648,23.916,17.5691,26,16,26Zm4.8408-6.5156c-.0793-.0415-.1667-.0806-.248-.1221A2.38,2.38,0,0,0,21,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.6411,2.6411,0,0,0,.0244.3232A9.1005,9.1005,0,0,0,17,18.0918V16.5254C17,14.6143,18.1448,13,19.5,13S22,14.6143,22,16.5254A4.0291,4.0291,0,0,1,20.8408,19.4844Z"
|
|
2372
|
-
})),
|
|
2393
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2373
2394
|
d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z"
|
|
2374
2395
|
})), children);
|
|
2375
2396
|
});
|
|
2376
2397
|
if (process.env.NODE_ENV !== "production") {
|
|
2377
2398
|
LinuxAlt.propTypes = iconPropTypes;
|
|
2378
2399
|
}
|
|
2379
|
-
const List = /*#__PURE__*/React.forwardRef(function List(
|
|
2400
|
+
const List = /*#__PURE__*/React.forwardRef(function List(_ref100, ref) {
|
|
2380
2401
|
let {
|
|
2381
2402
|
children,
|
|
2382
2403
|
size = 16,
|
|
2383
2404
|
...rest
|
|
2384
|
-
} =
|
|
2405
|
+
} = _ref100;
|
|
2385
2406
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2386
2407
|
width: size,
|
|
2387
2408
|
height: size,
|
|
@@ -2390,19 +2411,19 @@ const List = /*#__PURE__*/React.forwardRef(function List(_ref99, ref) {
|
|
|
2390
2411
|
viewBox: "0 0 32 32",
|
|
2391
2412
|
fill: "currentColor",
|
|
2392
2413
|
...rest
|
|
2393
|
-
},
|
|
2414
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2394
2415
|
d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
|
|
2395
2416
|
})), children);
|
|
2396
2417
|
});
|
|
2397
2418
|
if (process.env.NODE_ENV !== "production") {
|
|
2398
2419
|
List.propTypes = iconPropTypes;
|
|
2399
2420
|
}
|
|
2400
|
-
const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(
|
|
2421
|
+
const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref101, ref) {
|
|
2401
2422
|
let {
|
|
2402
2423
|
children,
|
|
2403
2424
|
size = 16,
|
|
2404
2425
|
...rest
|
|
2405
|
-
} =
|
|
2426
|
+
} = _ref101;
|
|
2406
2427
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2407
2428
|
width: size,
|
|
2408
2429
|
height: size,
|
|
@@ -2411,19 +2432,19 @@ const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref100, ref)
|
|
|
2411
2432
|
viewBox: "0 0 32 32",
|
|
2412
2433
|
fill: "currentColor",
|
|
2413
2434
|
...rest
|
|
2414
|
-
},
|
|
2435
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2415
2436
|
d: "M16 8H30V10H16zM16 22H30V24H16zM10 14H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 14zM4 6v6h6.0012L10 6zM10 28H4a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 28zM4 20v6h6.0012L10 20z"
|
|
2416
2437
|
})), children);
|
|
2417
2438
|
});
|
|
2418
2439
|
if (process.env.NODE_ENV !== "production") {
|
|
2419
2440
|
ListBoxes.propTypes = iconPropTypes;
|
|
2420
2441
|
}
|
|
2421
|
-
const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(
|
|
2442
|
+
const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref102, ref) {
|
|
2422
2443
|
let {
|
|
2423
2444
|
children,
|
|
2424
2445
|
size = 16,
|
|
2425
2446
|
...rest
|
|
2426
|
-
} =
|
|
2447
|
+
} = _ref102;
|
|
2427
2448
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2428
2449
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2429
2450
|
width: size,
|
|
@@ -2441,7 +2462,7 @@ const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref101
|
|
|
2441
2462
|
cx: "3.5",
|
|
2442
2463
|
cy: "11.5",
|
|
2443
2464
|
r: "1.5"
|
|
2444
|
-
})),
|
|
2465
|
+
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2445
2466
|
d: "M8 11H15V12H8zM8 4H15V5H8z"
|
|
2446
2467
|
})), children);
|
|
2447
2468
|
}
|
|
@@ -2461,19 +2482,19 @@ const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref101
|
|
|
2461
2482
|
cx: "7",
|
|
2462
2483
|
cy: "23",
|
|
2463
2484
|
r: "3"
|
|
2464
|
-
})),
|
|
2485
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2465
2486
|
d: "M16 22H30V24H16zM16 8H30V10H16z"
|
|
2466
2487
|
})), children);
|
|
2467
2488
|
});
|
|
2468
2489
|
if (process.env.NODE_ENV !== "production") {
|
|
2469
2490
|
ListBulleted.propTypes = iconPropTypes;
|
|
2470
2491
|
}
|
|
2471
|
-
const ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(
|
|
2492
|
+
const ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref103, ref) {
|
|
2472
2493
|
let {
|
|
2473
2494
|
children,
|
|
2474
2495
|
size = 16,
|
|
2475
2496
|
...rest
|
|
2476
|
-
} =
|
|
2497
|
+
} = _ref103;
|
|
2477
2498
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2478
2499
|
width: size,
|
|
2479
2500
|
height: size,
|
|
@@ -2482,19 +2503,19 @@ const ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref102,
|
|
|
2482
2503
|
viewBox: "0 0 32 32",
|
|
2483
2504
|
fill: "currentColor",
|
|
2484
2505
|
...rest
|
|
2485
|
-
},
|
|
2506
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2486
2507
|
d: "M16 22H30V24H16zM14 19.4L12.6 18 6 24.6 3.4 22 2 23.4 6 27.4zM16 8H30V10H16zM14 5.4L12.6 4 6 10.6 3.4 8 2 9.4 6 13.4z"
|
|
2487
2508
|
})), children);
|
|
2488
2509
|
});
|
|
2489
2510
|
if (process.env.NODE_ENV !== "production") {
|
|
2490
2511
|
ListChecked.propTypes = iconPropTypes;
|
|
2491
2512
|
}
|
|
2492
|
-
const ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(
|
|
2513
|
+
const ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref104, ref) {
|
|
2493
2514
|
let {
|
|
2494
2515
|
children,
|
|
2495
2516
|
size = 16,
|
|
2496
2517
|
...rest
|
|
2497
|
-
} =
|
|
2518
|
+
} = _ref104;
|
|
2498
2519
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2499
2520
|
width: size,
|
|
2500
2521
|
height: size,
|
|
@@ -2503,19 +2524,19 @@ const ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirr
|
|
|
2503
2524
|
viewBox: "0 0 32 32",
|
|
2504
2525
|
fill: "currentColor",
|
|
2505
2526
|
...rest
|
|
2506
|
-
},
|
|
2527
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2507
2528
|
d: "M30 19.4L28.6 18 22 24.6 19.4 22 18 23.4 22 27.4zM2 22H16V24H2zM30 5.4L28.6 4 22 10.6 19.4 8 18 9.4 22 13.4zM2 8H16V10H2z"
|
|
2508
2529
|
})), children);
|
|
2509
2530
|
});
|
|
2510
2531
|
if (process.env.NODE_ENV !== "production") {
|
|
2511
2532
|
ListCheckedMirror.propTypes = iconPropTypes;
|
|
2512
2533
|
}
|
|
2513
|
-
const ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(
|
|
2534
|
+
const ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref105, ref) {
|
|
2514
2535
|
let {
|
|
2515
2536
|
children,
|
|
2516
2537
|
size = 16,
|
|
2517
2538
|
...rest
|
|
2518
|
-
} =
|
|
2539
|
+
} = _ref105;
|
|
2519
2540
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2520
2541
|
width: size,
|
|
2521
2542
|
height: size,
|
|
@@ -2524,21 +2545,21 @@ const ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref104
|
|
|
2524
2545
|
viewBox: "0 0 32 32",
|
|
2525
2546
|
fill: "currentColor",
|
|
2526
2547
|
...rest
|
|
2527
|
-
},
|
|
2548
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2528
2549
|
d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
|
|
2529
|
-
})),
|
|
2550
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2530
2551
|
d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
|
|
2531
2552
|
})), children);
|
|
2532
2553
|
});
|
|
2533
2554
|
if (process.env.NODE_ENV !== "production") {
|
|
2534
2555
|
ListDropdown.propTypes = iconPropTypes;
|
|
2535
2556
|
}
|
|
2536
|
-
const ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(
|
|
2557
|
+
const ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref106, ref) {
|
|
2537
2558
|
let {
|
|
2538
2559
|
children,
|
|
2539
2560
|
size = 16,
|
|
2540
2561
|
...rest
|
|
2541
|
-
} =
|
|
2562
|
+
} = _ref106;
|
|
2542
2563
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2543
2564
|
width: size,
|
|
2544
2565
|
height: size,
|
|
@@ -2547,19 +2568,19 @@ const ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref105
|
|
|
2547
2568
|
viewBox: "0 0 32 32",
|
|
2548
2569
|
fill: "currentColor",
|
|
2549
2570
|
...rest
|
|
2550
|
-
},
|
|
2571
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2551
2572
|
d: "M16 22H30V24H16zM16 8H30V10H16zM8 12L8 4 6 4 6 5 4 5 4 7 6 7 6 12 4 12 4 14 6 14 8 14 10 14 10 12 8 12zM10 28H4V24a2 2 0 012-2H8V20H4V18H8a2 2 0 012 2v2a2 2 0 01-2 2H6v2h4z"
|
|
2552
2573
|
})), children);
|
|
2553
2574
|
});
|
|
2554
2575
|
if (process.env.NODE_ENV !== "production") {
|
|
2555
2576
|
ListNumbered.propTypes = iconPropTypes;
|
|
2556
2577
|
}
|
|
2557
|
-
const ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMirror(
|
|
2578
|
+
const ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMirror(_ref107, ref) {
|
|
2558
2579
|
let {
|
|
2559
2580
|
children,
|
|
2560
2581
|
size = 16,
|
|
2561
2582
|
...rest
|
|
2562
|
-
} =
|
|
2583
|
+
} = _ref107;
|
|
2563
2584
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2564
2585
|
width: size,
|
|
2565
2586
|
height: size,
|
|
@@ -2568,19 +2589,19 @@ const ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMi
|
|
|
2568
2589
|
viewBox: "0 0 32 32",
|
|
2569
2590
|
fill: "currentColor",
|
|
2570
2591
|
...rest
|
|
2571
|
-
},
|
|
2592
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2572
2593
|
d: "M28 28h-6v-4c0-1.1.9-2 2-2h2v-2h-4v-2h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-2v2h4V28zM2 22H16V24H2zM26 12L26 4 24 4 24 5 22 5 22 7 24 7 24 12 22 12 22 14 24 14 26 14 28 14 28 12zM2 8H16V10H2z"
|
|
2573
2594
|
})), children);
|
|
2574
2595
|
});
|
|
2575
2596
|
if (process.env.NODE_ENV !== "production") {
|
|
2576
2597
|
ListNumberedMirror.propTypes = iconPropTypes;
|
|
2577
2598
|
}
|
|
2578
|
-
const LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalancerApplication(
|
|
2599
|
+
const LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalancerApplication(_ref108, ref) {
|
|
2579
2600
|
let {
|
|
2580
2601
|
children,
|
|
2581
2602
|
size = 16,
|
|
2582
2603
|
...rest
|
|
2583
|
-
} =
|
|
2604
|
+
} = _ref108;
|
|
2584
2605
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2585
2606
|
width: size,
|
|
2586
2607
|
height: size,
|
|
@@ -2589,19 +2610,19 @@ const LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalan
|
|
|
2589
2610
|
viewBox: "0 0 32 32",
|
|
2590
2611
|
fill: "currentColor",
|
|
2591
2612
|
...rest
|
|
2592
|
-
},
|
|
2613
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2593
2614
|
d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V14H15v2H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM9 2V12H23V2zm2 2h2v6H11zm10 6H15V4h6z"
|
|
2594
2615
|
})), children);
|
|
2595
2616
|
});
|
|
2596
2617
|
if (process.env.NODE_ENV !== "production") {
|
|
2597
2618
|
LoadBalancerApplication.propTypes = iconPropTypes;
|
|
2598
2619
|
}
|
|
2599
|
-
const LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerClassic(
|
|
2620
|
+
const LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerClassic(_ref109, ref) {
|
|
2600
2621
|
let {
|
|
2601
2622
|
children,
|
|
2602
2623
|
size = 16,
|
|
2603
2624
|
...rest
|
|
2604
|
-
} =
|
|
2625
|
+
} = _ref109;
|
|
2605
2626
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2606
2627
|
width: size,
|
|
2607
2628
|
height: size,
|
|
@@ -2610,19 +2631,19 @@ const LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerC
|
|
|
2610
2631
|
viewBox: "0 0 32 32",
|
|
2611
2632
|
fill: "currentColor",
|
|
2612
2633
|
...rest
|
|
2613
|
-
},
|
|
2634
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2614
2635
|
d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8zM14 8V4h4V8z"
|
|
2615
2636
|
})), children);
|
|
2616
2637
|
});
|
|
2617
2638
|
if (process.env.NODE_ENV !== "production") {
|
|
2618
2639
|
LoadBalancerClassic.propTypes = iconPropTypes;
|
|
2619
2640
|
}
|
|
2620
|
-
const LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGlobal(
|
|
2641
|
+
const LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGlobal(_ref110, ref) {
|
|
2621
2642
|
let {
|
|
2622
2643
|
children,
|
|
2623
2644
|
size = 16,
|
|
2624
2645
|
...rest
|
|
2625
|
-
} =
|
|
2646
|
+
} = _ref110;
|
|
2626
2647
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2627
2648
|
width: size,
|
|
2628
2649
|
height: size,
|
|
@@ -2631,19 +2652,19 @@ const LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGl
|
|
|
2631
2652
|
viewBox: "0 0 32 32",
|
|
2632
2653
|
fill: "currentColor",
|
|
2633
2654
|
...rest
|
|
2634
|
-
},
|
|
2655
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2635
2656
|
d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM16 10a4 4 0 114-4A4.0045 4.0045 0 0116 10zm0-6a2 2 0 102 2A2.0021 2.0021 0 0016 4z"
|
|
2636
2657
|
})), children);
|
|
2637
2658
|
});
|
|
2638
2659
|
if (process.env.NODE_ENV !== "production") {
|
|
2639
2660
|
LoadBalancerGlobal.propTypes = iconPropTypes;
|
|
2640
2661
|
}
|
|
2641
|
-
const LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancerListener(
|
|
2662
|
+
const LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancerListener(_ref111, ref) {
|
|
2642
2663
|
let {
|
|
2643
2664
|
children,
|
|
2644
2665
|
size = 16,
|
|
2645
2666
|
...rest
|
|
2646
|
-
} =
|
|
2667
|
+
} = _ref111;
|
|
2647
2668
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2648
2669
|
width: size,
|
|
2649
2670
|
height: size,
|
|
@@ -2652,19 +2673,19 @@ const LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancer
|
|
|
2652
2673
|
viewBox: "0 0 32 32",
|
|
2653
2674
|
fill: "currentColor",
|
|
2654
2675
|
...rest
|
|
2655
|
-
},
|
|
2676
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2656
2677
|
d: "M15 8H17V10H15zM19 8H21V10H19zM11 8H13V10H11zM25 16H17V13H15v3H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 3H21V5H11z"
|
|
2657
2678
|
})), children);
|
|
2658
2679
|
});
|
|
2659
2680
|
if (process.env.NODE_ENV !== "production") {
|
|
2660
2681
|
LoadBalancerListener.propTypes = iconPropTypes;
|
|
2661
2682
|
}
|
|
2662
|
-
const LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLocal(
|
|
2683
|
+
const LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLocal(_ref112, ref) {
|
|
2663
2684
|
let {
|
|
2664
2685
|
children,
|
|
2665
2686
|
size = 16,
|
|
2666
2687
|
...rest
|
|
2667
|
-
} =
|
|
2688
|
+
} = _ref112;
|
|
2668
2689
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2669
2690
|
width: size,
|
|
2670
2691
|
height: size,
|
|
@@ -2673,19 +2694,19 @@ const LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLoc
|
|
|
2673
2694
|
viewBox: "0 0 32 32",
|
|
2674
2695
|
fill: "currentColor",
|
|
2675
2696
|
...rest
|
|
2676
|
-
},
|
|
2697
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2677
2698
|
d: "M25 16H17V10H15v6H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 5H21V7H11z"
|
|
2678
2699
|
})), children);
|
|
2679
2700
|
});
|
|
2680
2701
|
if (process.env.NODE_ENV !== "production") {
|
|
2681
2702
|
LoadBalancerLocal.propTypes = iconPropTypes;
|
|
2682
2703
|
}
|
|
2683
|
-
const LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerNetwork(
|
|
2704
|
+
const LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerNetwork(_ref113, ref) {
|
|
2684
2705
|
let {
|
|
2685
2706
|
children,
|
|
2686
2707
|
size = 16,
|
|
2687
2708
|
...rest
|
|
2688
|
-
} =
|
|
2709
|
+
} = _ref113;
|
|
2689
2710
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2690
2711
|
width: size,
|
|
2691
2712
|
height: size,
|
|
@@ -2694,19 +2715,19 @@ const LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerN
|
|
|
2694
2715
|
viewBox: "0 0 32 32",
|
|
2695
2716
|
fill: "currentColor",
|
|
2696
2717
|
...rest
|
|
2697
|
-
},
|
|
2718
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2698
2719
|
d: "M25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v4H7V18h8v4h2V18h8v4h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8h8zM14 8V4h4V8zM26 24a2.9948 2.9948 0 00-2.8157 2H18.8157a2.982 2.982 0 00-5.6314 0H8.8157a3 3 0 100 2h4.3686a2.982 2.982 0 005.6314 0h4.3686A2.9947 2.9947 0 1026 24zM6 28a1 1 0 111-1A1.0009 1.0009 0 016 28zm10 0a1 1 0 111-1A1.0009 1.0009 0 0116 28zm10 0a1 1 0 111-1A1.0009 1.0009 0 0126 28z"
|
|
2699
2720
|
})), children);
|
|
2700
2721
|
});
|
|
2701
2722
|
if (process.env.NODE_ENV !== "production") {
|
|
2702
2723
|
LoadBalancerNetwork.propTypes = iconPropTypes;
|
|
2703
2724
|
}
|
|
2704
|
-
const LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool(
|
|
2725
|
+
const LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool(_ref114, ref) {
|
|
2705
2726
|
let {
|
|
2706
2727
|
children,
|
|
2707
2728
|
size = 16,
|
|
2708
2729
|
...rest
|
|
2709
|
-
} =
|
|
2730
|
+
} = _ref114;
|
|
2710
2731
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2711
2732
|
width: size,
|
|
2712
2733
|
height: size,
|
|
@@ -2715,19 +2736,19 @@ const LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool
|
|
|
2715
2736
|
viewBox: "0 0 32 32",
|
|
2716
2737
|
fill: "currentColor",
|
|
2717
2738
|
...rest
|
|
2718
|
-
},
|
|
2739
|
+
}, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2719
2740
|
d: "M10 15H22V17H10zM8.7 6.2852A2.9665 2.9665 0 009 5 3 3 0 106 8a2.96 2.96 0 001.2852-.3008L10 10.4141V13h2V9.5859zM6 6A1 1 0 117 5 1.0009 1.0009 0 016 6zM19 5a3 3 0 10-4 2.8154V13h2V7.8159A2.9957 2.9957 0 0019 5zM16 6a1 1 0 111-1A1.0009 1.0009 0 0116 6zM26 2a3.0033 3.0033 0 00-3 3 2.9665 2.9665 0 00.3 1.2852L20 9.5859V13h2V10.4141l2.7148-2.7149A2.96 2.96 0 0026 8a3 3 0 000-6zm0 4a1 1 0 111-1A1.0009 1.0009 0 0126 6zM12 19H10v2.5859L7.2854 24.3008A2.9609 2.9609 0 006 24a3 3 0 103 3 2.9665 2.9665 0 00-.3-1.2852L12 22.4141zM6 28a1 1 0 111-1A1.0009 1.0009 0 016 28zM17 24.1841V19H15v5.1841a3 3 0 102 0zM16 28a1 1 0 111-1A1.0009 1.0009 0 0116 28zM26 24a2.9609 2.9609 0 00-1.2854.3008L22 21.5859V19H20v3.4141l3.3 3.3007A2.9665 2.9665 0 0023 27a3 3 0 103-3zm0 4a1 1 0 111-1A1.0009 1.0009 0 0126 28z"
|
|
2720
2741
|
})), children);
|
|
2721
2742
|
});
|
|
2722
2743
|
if (process.env.NODE_ENV !== "production") {
|
|
2723
2744
|
LoadBalancerPool.propTypes = iconPropTypes;
|
|
2724
2745
|
}
|
|
2725
|
-
const LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(
|
|
2746
|
+
const LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_ref115, ref) {
|
|
2726
2747
|
let {
|
|
2727
2748
|
children,
|
|
2728
2749
|
size = 16,
|
|
2729
2750
|
...rest
|
|
2730
|
-
} =
|
|
2751
|
+
} = _ref115;
|
|
2731
2752
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2732
2753
|
width: size,
|
|
2733
2754
|
height: size,
|
|
@@ -2736,19 +2757,19 @@ const LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_
|
|
|
2736
2757
|
viewBox: "0 0 32 32",
|
|
2737
2758
|
fill: "currentColor",
|
|
2738
2759
|
...rest
|
|
2739
|
-
},
|
|
2760
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2740
2761
|
d: "M8 30H2V24H8zM4 28H6V26H4zM19 30H13V24h6zm-4-2h2V26H15zM30 30H24V24h6zm-4-2h2V26H26zM16 10a4 4 0 114-4A4.0045 4.0045 0 0116 10zm0-6a2 2 0 102 2A2.002 2.002 0 0016 4zM26 16H21a4.0045 4.0045 0 01-4-4H15a4.0045 4.0045 0 01-4 4H6a2.0023 2.0023 0 00-2 2v4H6V18h5A5.9694 5.9694 0 0015 16.46V22h2V16.46A5.9694 5.9694 0 0021 18h5v4h2V18A2.0023 2.0023 0 0026 16z"
|
|
2741
2762
|
})), children);
|
|
2742
2763
|
});
|
|
2743
2764
|
if (process.env.NODE_ENV !== "production") {
|
|
2744
2765
|
LoadBalancerVpc.propTypes = iconPropTypes;
|
|
2745
2766
|
}
|
|
2746
|
-
const Location = /*#__PURE__*/React.forwardRef(function Location(
|
|
2767
|
+
const Location = /*#__PURE__*/React.forwardRef(function Location(_ref116, ref) {
|
|
2747
2768
|
let {
|
|
2748
2769
|
children,
|
|
2749
2770
|
size = 16,
|
|
2750
2771
|
...rest
|
|
2751
|
-
} =
|
|
2772
|
+
} = _ref116;
|
|
2752
2773
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2753
2774
|
width: size,
|
|
2754
2775
|
height: size,
|
|
@@ -2757,21 +2778,21 @@ const Location = /*#__PURE__*/React.forwardRef(function Location(_ref115, ref) {
|
|
|
2757
2778
|
viewBox: "0 0 32 32",
|
|
2758
2779
|
fill: "currentColor",
|
|
2759
2780
|
...rest
|
|
2760
|
-
},
|
|
2781
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2761
2782
|
d: "M16,18a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,18Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,10Z"
|
|
2762
|
-
})),
|
|
2783
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2763
2784
|
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,1,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
2764
2785
|
})), children);
|
|
2765
2786
|
});
|
|
2766
2787
|
if (process.env.NODE_ENV !== "production") {
|
|
2767
2788
|
Location.propTypes = iconPropTypes;
|
|
2768
2789
|
}
|
|
2769
|
-
const LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(
|
|
2790
|
+
const LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_ref117, ref) {
|
|
2770
2791
|
let {
|
|
2771
2792
|
children,
|
|
2772
2793
|
size = 16,
|
|
2773
2794
|
...rest
|
|
2774
|
-
} =
|
|
2795
|
+
} = _ref117;
|
|
2775
2796
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2776
2797
|
width: size,
|
|
2777
2798
|
height: size,
|
|
@@ -2780,23 +2801,23 @@ const LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_
|
|
|
2780
2801
|
viewBox: "0 0 32 32",
|
|
2781
2802
|
fill: "currentColor",
|
|
2782
2803
|
...rest
|
|
2783
|
-
},
|
|
2804
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2784
2805
|
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
2785
|
-
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2786
|
-
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
|
|
2787
2806
|
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2807
|
+
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
|
|
2808
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2788
2809
|
d: "M15 16H17V18H15zM15 12H17V14H15z"
|
|
2789
2810
|
})), children);
|
|
2790
2811
|
});
|
|
2791
2812
|
if (process.env.NODE_ENV !== "production") {
|
|
2792
2813
|
LocationCompany.propTypes = iconPropTypes;
|
|
2793
2814
|
}
|
|
2794
|
-
const LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompanyFilled(
|
|
2815
|
+
const LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompanyFilled(_ref118, ref) {
|
|
2795
2816
|
let {
|
|
2796
2817
|
children,
|
|
2797
2818
|
size = 16,
|
|
2798
2819
|
...rest
|
|
2799
|
-
} =
|
|
2820
|
+
} = _ref118;
|
|
2800
2821
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2801
2822
|
width: size,
|
|
2802
2823
|
height: size,
|
|
@@ -2805,22 +2826,22 @@ const LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCom
|
|
|
2805
2826
|
viewBox: "0 0 32 32",
|
|
2806
2827
|
fill: "currentColor",
|
|
2807
2828
|
...rest
|
|
2808
|
-
},
|
|
2829
|
+
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2809
2830
|
fill: "none",
|
|
2810
2831
|
d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
|
|
2811
|
-
})),
|
|
2832
|
+
})), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2812
2833
|
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm1,16H15V16h2Zm0-4H15V12h2Zm4,4H19V10H13v8H11V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2Z"
|
|
2813
2834
|
})), children);
|
|
2814
2835
|
});
|
|
2815
2836
|
if (process.env.NODE_ENV !== "production") {
|
|
2816
2837
|
LocationCompanyFilled.propTypes = iconPropTypes;
|
|
2817
2838
|
}
|
|
2818
|
-
const LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(
|
|
2839
|
+
const LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_ref119, ref) {
|
|
2819
2840
|
let {
|
|
2820
2841
|
children,
|
|
2821
2842
|
size = 16,
|
|
2822
2843
|
...rest
|
|
2823
|
-
} =
|
|
2844
|
+
} = _ref119;
|
|
2824
2845
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2825
2846
|
width: size,
|
|
2826
2847
|
height: size,
|
|
@@ -2829,19 +2850,19 @@ const LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_
|
|
|
2829
2850
|
viewBox: "0 0 32 32",
|
|
2830
2851
|
fill: "currentColor",
|
|
2831
2852
|
...rest
|
|
2832
|
-
},
|
|
2853
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2833
2854
|
d: "M4,12.9835a1,1,0,0,0,.6289.9448l9.6015,3.8409,3.8407,9.6019A1,1,0,0,0,19,28h.0162a1.0009,1.0009,0,0,0,.9238-.6582l8-22.0007A1,1,0,0,0,26.658,4.0594l-22,8A1.0011,1.0011,0,0,0,4,12.9835Z"
|
|
2834
2855
|
})), children);
|
|
2835
2856
|
});
|
|
2836
2857
|
if (process.env.NODE_ENV !== "production") {
|
|
2837
2858
|
LocationCurrent.propTypes = iconPropTypes;
|
|
2838
2859
|
}
|
|
2839
|
-
const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(
|
|
2860
|
+
const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_ref120, ref) {
|
|
2840
2861
|
let {
|
|
2841
2862
|
children,
|
|
2842
2863
|
size = 16,
|
|
2843
2864
|
...rest
|
|
2844
|
-
} =
|
|
2865
|
+
} = _ref120;
|
|
2845
2866
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2846
2867
|
width: size,
|
|
2847
2868
|
height: size,
|
|
@@ -2850,7 +2871,7 @@ const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_re
|
|
|
2850
2871
|
viewBox: "0 0 32 32",
|
|
2851
2872
|
fill: "currentColor",
|
|
2852
2873
|
...rest
|
|
2853
|
-
},
|
|
2874
|
+
}, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2854
2875
|
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,17Z"
|
|
2855
2876
|
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
2856
2877
|
cx: "16",
|
|
@@ -2862,12 +2883,12 @@ const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_re
|
|
|
2862
2883
|
if (process.env.NODE_ENV !== "production") {
|
|
2863
2884
|
LocationFilled.propTypes = iconPropTypes;
|
|
2864
2885
|
}
|
|
2865
|
-
const LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(
|
|
2886
|
+
const LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_ref121, ref) {
|
|
2866
2887
|
let {
|
|
2867
2888
|
children,
|
|
2868
2889
|
size = 16,
|
|
2869
2890
|
...rest
|
|
2870
|
-
} =
|
|
2891
|
+
} = _ref121;
|
|
2871
2892
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2872
2893
|
width: size,
|
|
2873
2894
|
height: size,
|
|
@@ -2880,21 +2901,21 @@ const LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_re
|
|
|
2880
2901
|
cx: "16",
|
|
2881
2902
|
cy: "20.5",
|
|
2882
2903
|
r: "1.5"
|
|
2883
|
-
})), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2884
|
-
d: "M15 7H17V16H15z"
|
|
2885
2904
|
})), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2905
|
+
d: "M15 7H17V16H15z"
|
|
2906
|
+
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2886
2907
|
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
2887
2908
|
})), children);
|
|
2888
2909
|
});
|
|
2889
2910
|
if (process.env.NODE_ENV !== "production") {
|
|
2890
2911
|
LocationHazard.propTypes = iconPropTypes;
|
|
2891
2912
|
}
|
|
2892
|
-
const LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHazardFilled(
|
|
2913
|
+
const LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHazardFilled(_ref122, ref) {
|
|
2893
2914
|
let {
|
|
2894
2915
|
children,
|
|
2895
2916
|
size = 16,
|
|
2896
2917
|
...rest
|
|
2897
|
-
} =
|
|
2918
|
+
} = _ref122;
|
|
2898
2919
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2899
2920
|
width: size,
|
|
2900
2921
|
height: size,
|
|
@@ -2903,22 +2924,22 @@ const LocationHazardFilled = /*#__PURE__*/React.forwardRef(function LocationHaza
|
|
|
2903
2924
|
viewBox: "0 0 32 32",
|
|
2904
2925
|
fill: "currentColor",
|
|
2905
2926
|
...rest
|
|
2906
|
-
},
|
|
2927
|
+
}, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
2907
2928
|
fill: "none",
|
|
2908
2929
|
d: "M16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Zm-1.125-6h2.25V7h-2.25Z"
|
|
2909
|
-
})),
|
|
2930
|
+
})), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2910
2931
|
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2ZM14.875,7h2.25v9h-2.25ZM16,22a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,22Z"
|
|
2911
2932
|
})), children);
|
|
2912
2933
|
});
|
|
2913
2934
|
if (process.env.NODE_ENV !== "production") {
|
|
2914
2935
|
LocationHazardFilled.propTypes = iconPropTypes;
|
|
2915
2936
|
}
|
|
2916
|
-
const LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(
|
|
2937
|
+
const LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref123, ref) {
|
|
2917
2938
|
let {
|
|
2918
2939
|
children,
|
|
2919
2940
|
size = 16,
|
|
2920
2941
|
...rest
|
|
2921
|
-
} =
|
|
2942
|
+
} = _ref123;
|
|
2922
2943
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2923
2944
|
width: size,
|
|
2924
2945
|
height: size,
|
|
@@ -2927,21 +2948,21 @@ const LocationHeart = /*#__PURE__*/React.forwardRef(function LocationHeart(_ref1
|
|
|
2927
2948
|
viewBox: "0 0 32 32",
|
|
2928
2949
|
fill: "currentColor",
|
|
2929
2950
|
...rest
|
|
2930
|
-
},
|
|
2951
|
+
}, _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
2931
2952
|
d: "M18.303,9a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,18l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,9Z"
|
|
2932
|
-
})),
|
|
2953
|
+
})), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
2933
2954
|
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
2934
2955
|
})), children);
|
|
2935
2956
|
});
|
|
2936
2957
|
if (process.env.NODE_ENV !== "production") {
|
|
2937
2958
|
LocationHeart.propTypes = iconPropTypes;
|
|
2938
2959
|
}
|
|
2939
|
-
const LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeartFilled(
|
|
2960
|
+
const LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeartFilled(_ref124, ref) {
|
|
2940
2961
|
let {
|
|
2941
2962
|
children,
|
|
2942
2963
|
size = 16,
|
|
2943
2964
|
...rest
|
|
2944
|
-
} =
|
|
2965
|
+
} = _ref124;
|
|
2945
2966
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2946
2967
|
width: size,
|
|
2947
2968
|
height: size,
|
|
@@ -2950,22 +2971,22 @@ const LocationHeartFilled = /*#__PURE__*/React.forwardRef(function LocationHeart
|
|
|
2950
2971
|
viewBox: "0 0 32 32",
|
|
2951
2972
|
fill: "currentColor",
|
|
2952
2973
|
...rest
|
|
2953
|
-
},
|
|
2974
|
+
}, _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
2954
2975
|
fill: "none",
|
|
2955
2976
|
d: "M18.303,9a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,18l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,9Z"
|
|
2956
|
-
})),
|
|
2977
|
+
})), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
2957
2978
|
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm4.2109,11.7021L16.002,18l-4.2129-4.2979a2.7992,2.7992,0,0,1,0-3.8964,2.6619,2.6619,0,0,1,3.8159,0l.397.4057.393-.4057a2.6619,2.6619,0,0,1,3.8159,0A2.7992,2.7992,0,0,1,20.2109,13.7021Z"
|
|
2958
2979
|
})), children);
|
|
2959
2980
|
});
|
|
2960
2981
|
if (process.env.NODE_ENV !== "production") {
|
|
2961
2982
|
LocationHeartFilled.propTypes = iconPropTypes;
|
|
2962
2983
|
}
|
|
2963
|
-
const LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(
|
|
2984
|
+
const LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_ref125, ref) {
|
|
2964
2985
|
let {
|
|
2965
2986
|
children,
|
|
2966
2987
|
size = 16,
|
|
2967
2988
|
...rest
|
|
2968
|
-
} =
|
|
2989
|
+
} = _ref125;
|
|
2969
2990
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2970
2991
|
width: size,
|
|
2971
2992
|
height: size,
|
|
@@ -2974,42 +2995,14 @@ const LocationPerson = /*#__PURE__*/React.forwardRef(function LocationPerson(_re
|
|
|
2974
2995
|
viewBox: "0 0 32 32",
|
|
2975
2996
|
fill: "currentColor",
|
|
2976
2997
|
...rest
|
|
2977
|
-
},
|
|
2998
|
+
}, _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
2978
2999
|
d: "M20 19H18V17H14v2H12V17a2.0021 2.0021 0 012-2h4a2.0021 2.0021 0 012 2zM16 14a3 3 0 113-3A3.0033 3.0033 0 0116 14zm0-4a1 1 0 101 1A1.0011 1.0011 0 0016 10z"
|
|
2979
|
-
})),
|
|
3000
|
+
})), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
|
2980
3001
|
d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
|
|
2981
3002
|
})), children);
|
|
2982
3003
|
});
|
|
2983
3004
|
if (process.env.NODE_ENV !== "production") {
|
|
2984
3005
|
LocationPerson.propTypes = iconPropTypes;
|
|
2985
3006
|
}
|
|
2986
|
-
const LocationPersonFilled = /*#__PURE__*/React.forwardRef(function LocationPersonFilled(_ref125, ref) {
|
|
2987
|
-
let {
|
|
2988
|
-
children,
|
|
2989
|
-
size = 16,
|
|
2990
|
-
...rest
|
|
2991
|
-
} = _ref125;
|
|
2992
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2993
|
-
width: size,
|
|
2994
|
-
height: size,
|
|
2995
|
-
ref: ref,
|
|
2996
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2997
|
-
viewBox: "0 0 32 32",
|
|
2998
|
-
fill: "currentColor",
|
|
2999
|
-
...rest
|
|
3000
|
-
}, _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
|
3001
|
-
fill: "none",
|
|
3002
|
-
d: "M20,19H18V17H14v2H12V17a2.0021,2.0021,0,0,1,2-2h4a2.0021,2.0021,0,0,1,2,2Zm-1-8a3,3,0,1,0-3,3A3.0033,3.0033,0,0,0,19,11Zm-2,0a1,1,0,1,1-1-1A1.0011,1.0011,0,0,1,17,11Z"
|
|
3003
|
-
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
3004
|
-
cx: "16",
|
|
3005
|
-
cy: "11",
|
|
3006
|
-
r: "1"
|
|
3007
|
-
})), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
|
3008
|
-
d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,6a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,8Zm4,11H18V17H14v2H12V17a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2Z"
|
|
3009
|
-
})), children);
|
|
3010
|
-
});
|
|
3011
|
-
if (process.env.NODE_ENV !== "production") {
|
|
3012
|
-
LocationPersonFilled.propTypes = iconPropTypes;
|
|
3013
|
-
}
|
|
3014
3007
|
|
|
3015
|
-
export { Information, InformationDisabled, InformationFilled, InformationSquare, InformationSquareFilled, InfrastructureClassic, Insert, InsertPage, InsertSyntax, Inspection, InstanceBx, InstanceClassic, InstanceCx, InstanceMx, InstanceVirtual, Integration, IntentRequestActive, IntentRequestCreate, IntentRequestHeal, IntentRequestInactive, IntentRequestScaleIn, IntentRequestScaleOut, IntentRequestUninstall, IntentRequestUpgrade, Interactions, Intersect, IntrusionPrevention, InventoryManagement, IotConnect, IotPlatform, Iso, IsoFilled, IsoOutline, JoinFull, JoinInner, JoinLeft, JoinOuter, JoinRight, Jpg, Json, JsonReference, JumpLink, KeepDry, Keyboard, KeyboardOff, Kubernetes, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, Legend, LetterAa, LetterBb, LetterCc, LetterDd, LetterEe, LetterFf, LetterGg, LetterHh, LetterIi, LetterJj, LetterKk, LetterLl, LetterMm, LetterNn, LetterOo, LetterPp, LetterQq, LetterRr, LetterSs, LetterTt, LetterUu, LetterVv, LetterWw, LetterXx, LetterYy, LetterZz, License, LicenseDraft, LicenseGlobal, LicenseMaintenance, LicenseMaintenanceDraft, LicenseThirdParty, LicenseThirdPartyDraft, Lifesaver, Light, LightFilled, Lightning, Link, Linux, LinuxAlt, List, ListBoxes, ListBulleted, ListChecked, ListCheckedMirror, ListDropdown, ListNumbered, ListNumberedMirror, LoadBalancerApplication, LoadBalancerClassic, LoadBalancerGlobal, LoadBalancerListener, LoadBalancerLocal, LoadBalancerNetwork, LoadBalancerPool, LoadBalancerVpc, Location, LocationCompany, LocationCompanyFilled, LocationCurrent, LocationFilled, LocationHazard, LocationHazardFilled, LocationHeart, LocationHeartFilled, LocationPerson,
|
|
3008
|
+
export { Industry, Information, InformationDisabled, InformationFilled, InformationSquare, InformationSquareFilled, InfrastructureClassic, Insert, InsertPage, InsertSyntax, Inspection, InstanceBx, InstanceClassic, InstanceCx, InstanceMx, InstanceVirtual, Integration, IntentRequestActive, IntentRequestCreate, IntentRequestHeal, IntentRequestInactive, IntentRequestScaleIn, IntentRequestScaleOut, IntentRequestUninstall, IntentRequestUpgrade, Interactions, Intersect, IntrusionPrevention, InventoryManagement, IotConnect, IotPlatform, Iso, IsoFilled, IsoOutline, JoinFull, JoinInner, JoinLeft, JoinOuter, JoinRight, Jpg, Json, JsonReference, JumpLink, KeepDry, Keyboard, KeyboardOff, Kubernetes, Label, Language, Laptop, Lasso, LassoPolygon, Launch, Layers, Legend, LetterAa, LetterBb, LetterCc, LetterDd, LetterEe, LetterFf, LetterGg, LetterHh, LetterIi, LetterJj, LetterKk, LetterLl, LetterMm, LetterNn, LetterOo, LetterPp, LetterQq, LetterRr, LetterSs, LetterTt, LetterUu, LetterVv, LetterWw, LetterXx, LetterYy, LetterZz, License, LicenseDraft, LicenseGlobal, LicenseMaintenance, LicenseMaintenanceDraft, LicenseThirdParty, LicenseThirdPartyDraft, Lifesaver, Light, LightFilled, Lightning, Link, Linux, LinuxAlt, List, ListBoxes, ListBulleted, ListChecked, ListCheckedMirror, ListDropdown, ListNumbered, ListNumberedMirror, LoadBalancerApplication, LoadBalancerClassic, LoadBalancerGlobal, LoadBalancerListener, LoadBalancerLocal, LoadBalancerNetwork, LoadBalancerPool, LoadBalancerVpc, Location, LocationCompany, LocationCompanyFilled, LocationCurrent, LocationFilled, LocationHazard, LocationHazardFilled, LocationHeart, LocationHeartFilled, LocationPerson, WatsonHealthInteractiveSegmentationCursor, WatsonHealthLaunchStudy_1, WatsonHealthLaunchStudy_2, WatsonHealthLaunchStudy_3 };
|