@cypress-design/react-icon 2.0.0-next.0 → 2.0.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/.turbo/turbo-build.log +1 -9
- package/CHANGELOG.md +489 -4
- package/IconReact.cy.tsx +1 -1
- package/_TreeShakableIcons.ts +1099 -407
- package/animated/_testUtils.tsx +1 -1
- package/dist/_TreeShakableIcons.d.ts +64 -1
- package/dist/_TreeShakableIcons.d.ts.map +1 -1
- package/dist/index.es.mjs +845 -405
- package/dist/index.es.mjs.map +1 -1
- package/dist/index.umd.js +908 -405
- package/dist/index.umd.js.map +1 -1
- package/package.json +5 -5
- package/rollup.config.mjs +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -131,1188 +131,1522 @@ function useIconProps(props, iconBodiesAndDefs, availableSizes, name) {
|
|
|
131
131
|
}
|
|
132
132
|
var IconActionAddCircleLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
133
133
|
"16": {
|
|
134
|
-
"body": "<circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"currentColor\" class=\"icon-light\"/><path
|
|
134
|
+
"body": "<circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"currentColor\" class=\"icon-light\"/><path stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 8h8M8 4v8\" class=\"icon-dark\"/>"
|
|
135
135
|
}
|
|
136
136
|
}, ["16"], "action-add-circle-large")); };
|
|
137
137
|
var IconActionAddCircleSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
138
138
|
"16": {
|
|
139
|
-
"body": "<circle cx=\"8\" cy=\"8\" r=\"7\" fill=\"currentColor\" class=\"icon-light\"/><path
|
|
139
|
+
"body": "<circle cx=\"8\" cy=\"8\" r=\"7\" fill=\"currentColor\" class=\"icon-light\"/><path stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 8h6M8 5v6\" class=\"icon-dark\"/>"
|
|
140
140
|
}
|
|
141
141
|
}, ["16"], "action-add-circle-small")); };
|
|
142
142
|
var IconActionAddLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
143
143
|
"16": {
|
|
144
|
-
"body": "<path
|
|
144
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 8h6m6 0H8m0 0V2m0 6v6\" class=\"icon-dark\"/>"
|
|
145
145
|
}
|
|
146
146
|
}, ["16"], "action-add-large")); };
|
|
147
147
|
var IconActionAddMedium = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
148
148
|
"16": {
|
|
149
|
-
"body": "<path
|
|
149
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 3v10m5-5H3\" class=\"icon-dark\"/>"
|
|
150
150
|
}
|
|
151
151
|
}, ["16"], "action-add-medium")); };
|
|
152
152
|
var IconActionAddSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
153
153
|
"16": {
|
|
154
|
-
"body": "<path
|
|
154
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 4v8m4-4H4\" class=\"icon-dark\"/>"
|
|
155
155
|
}
|
|
156
156
|
}, ["16"], "action-add-small")); };
|
|
157
157
|
var IconActionAddXsmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
158
158
|
"16": {
|
|
159
|
-
"body": "<path
|
|
159
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 5v6m3-3H5\" class=\"icon-dark\"/>"
|
|
160
160
|
}
|
|
161
161
|
}, ["16"], "action-add-xsmall")); };
|
|
162
162
|
var IconActionAdd = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
163
163
|
"8": {
|
|
164
|
-
"body": "<path
|
|
164
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 1v6m3-3H1\" class=\"icon-dark\"/>"
|
|
165
165
|
}
|
|
166
166
|
}, ["8"], "action-add")); };
|
|
167
167
|
var IconActionDeleteCircle = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
168
168
|
"16": {
|
|
169
|
-
"body": "<rect width=\"16\" height=\"16\"
|
|
169
|
+
"body": "<rect width=\"16\" height=\"16\" fill=\"#d0d2e0\" class=\"icon-light\" rx=\"8\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.5 5.5 8 8M5.5 5.5 8 8m0 0-2.5 2.5M8 8l2.5 2.5\" class=\"icon-dark\"/>"
|
|
170
170
|
},
|
|
171
171
|
"24": {
|
|
172
|
-
"body": "<rect width=\"24\" height=\"24\"
|
|
172
|
+
"body": "<rect width=\"24\" height=\"24\" fill=\"#d0d2e0\" class=\"icon-light\" rx=\"12\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 9-3 3M9 9l3 3m0 0-3 3m3-3 3 3\" class=\"icon-dark\"/>"
|
|
173
173
|
}
|
|
174
174
|
}, ["16", "24"], "action-delete-circle")); };
|
|
175
175
|
var IconActionDeleteLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
176
176
|
"16": {
|
|
177
|
-
"body": "<path
|
|
177
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 13 13 3M3 3l10 10\" class=\"icon-dark\"/>"
|
|
178
178
|
},
|
|
179
179
|
"24": {
|
|
180
|
-
"body": "<path
|
|
180
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 20 20 4M4 4l16 16\" class=\"icon-dark\"/>"
|
|
181
181
|
}
|
|
182
182
|
}, ["16", "24"], "action-delete-large")); };
|
|
183
183
|
var IconActionDeleteMedium = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
184
184
|
"16": {
|
|
185
|
-
"body": "<path
|
|
185
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 12 8-8M4 4l8 8\" class=\"icon-dark\"/>"
|
|
186
186
|
}
|
|
187
187
|
}, ["16"], "action-delete-medium")); };
|
|
188
188
|
var IconActionDeleteOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
189
189
|
"16": {
|
|
190
|
-
"body": "<path fill
|
|
190
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8m6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0M6.707 5.293a1 1 0 0 0-1.414 1.414L6.586 8 5.293 9.293a1 1 0 0 0 1.414 1.414L8 9.414l1.293 1.293a1 1 0 0 0 1.414-1.414L9.414 8l1.293-1.293a1 1 0 0 0-1.414-1.414L8 6.586z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
191
191
|
}
|
|
192
192
|
}, ["16"], "action-delete-outline")); };
|
|
193
193
|
var IconActionDeleteSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
194
194
|
"16": {
|
|
195
|
-
"body": "<path
|
|
195
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 11 6-6M5 5l6 6\" class=\"icon-dark\"/>"
|
|
196
196
|
}
|
|
197
197
|
}, ["16"], "action-delete-small")); };
|
|
198
198
|
var IconActionDeleteXlarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
199
199
|
"16": {
|
|
200
|
-
"body": "<path
|
|
200
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 14 14 2M2 2l12 12\" class=\"icon-dark\"/>"
|
|
201
201
|
}
|
|
202
202
|
}, ["16"], "action-delete-xlarge")); };
|
|
203
203
|
var IconActionDeleteXsmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
204
204
|
"16": {
|
|
205
|
-
"body": "<path
|
|
205
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 10 4-4M6 6l4 4\" class=\"icon-dark\"/>"
|
|
206
206
|
}
|
|
207
207
|
}, ["16"], "action-delete-xsmall")); };
|
|
208
208
|
var IconActionDelete = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
209
209
|
"12": {
|
|
210
|
-
"body": "<path
|
|
210
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M1 11 11 1M1 1l10 10\" class=\"icon-dark\"/>"
|
|
211
211
|
}
|
|
212
212
|
}, ["12"], "action-delete")); };
|
|
213
213
|
var IconActionDisableCircleSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
214
214
|
"16": {
|
|
215
|
-
"body": "<circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"currentColor\" class=\"icon-dark\"/><path
|
|
215
|
+
"body": "<circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"currentColor\" class=\"icon-dark\"/><path stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 8h8\"/>"
|
|
216
216
|
}
|
|
217
217
|
}, ["16"], "action-disable-circle-solid")); };
|
|
218
218
|
var IconActionExportSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
219
219
|
"16": {
|
|
220
|
-
"body": "<path d=\"M13 7V3m0 0H9m4 0L8 8\"
|
|
220
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 7V3m0 0H9m4 0L8 8\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 3H4a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1\" class=\"icon-dark-secondary\"/>"
|
|
221
221
|
}
|
|
222
222
|
}, ["16"], "action-export-small")); };
|
|
223
223
|
var IconActionExport = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
224
224
|
"16": {
|
|
225
|
-
"body": "<path d=\"M14 7V2m0 0H9m5 0L7 9\"
|
|
225
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 7V2m0 0H9m5 0L7 9\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 2H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-2\" class=\"icon-dark-secondary\"/>"
|
|
226
226
|
}
|
|
227
227
|
}, ["16"], "action-export")); };
|
|
228
228
|
var IconActionInfoOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
229
229
|
"16": {
|
|
230
|
-
"body": "<path d=\"M12.95 12.95a7 7 0 1 1-9.9-9.9 7 7 0 0 1 9.9 9.9Z\"
|
|
230
|
+
"body": "<path fill=\"transparent\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M12.95 12.95a7 7 0 1 1-9.9-9.9 7 7 0 0 1 9.9 9.9Z\" class=\"icon-dark-stroke icon-light-fill\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9 7.5a1 1 0 0 0-2 0v4a1 1 0 1 0 2 0zm-1-4a1 1 0 1 0 0 2 1 1 0 0 0 0-2\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
231
231
|
}
|
|
232
232
|
}, ["16"], "action-info-outline")); };
|
|
233
233
|
var IconActionInfoSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
234
234
|
"12": {
|
|
235
|
-
"body": "<path d=\"M10.243 10.243a6 6 0 1 1-8.486-8.485 6 6 0 0 1 8.486 8.
|
|
235
|
+
"body": "<path fill=\"currentColor\" d=\"M10.243 10.243a6 6 0 1 1-8.486-8.485 6 6 0 0 1 8.486 8.485\" class=\"icon-dark\"/><path fill=\"#f3f4fa\" fill-rule=\"evenodd\" d=\"M7 5.5a1 1 0 0 0-2 0v4a1 1 0 1 0 2 0zm-1-4a1 1 0 1 0 0 2 1 1 0 0 0 0-2\" class=\"icon-light\" clip-rule=\"evenodd\"/>"
|
|
236
236
|
},
|
|
237
237
|
"16": {
|
|
238
|
-
"body": "<path d=\"M12.95 12.95a7 7 0 1 1-9.9-9.9 7 7 0 0 1 9.9 9.9Z\"
|
|
238
|
+
"body": "<path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M12.95 12.95a7 7 0 1 1-9.9-9.9 7 7 0 0 1 9.9 9.9Z\" class=\"icon-dark\"/><path fill=\"#f3f4fa\" fill-rule=\"evenodd\" d=\"M9 7.5a1 1 0 0 0-2 0v4a1 1 0 1 0 2 0zm-1-4a1 1 0 1 0 0 2 1 1 0 0 0 0-2\" class=\"icon-light\" clip-rule=\"evenodd\"/>"
|
|
239
239
|
}
|
|
240
240
|
}, ["12", "16"], "action-info-solid")); };
|
|
241
241
|
var IconActionNext = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
242
242
|
"16": {
|
|
243
|
-
"body": "<path d=\"m12.285 8.429-8.528 5.117a.5.5 0 0 1-.757-.43V2.884a.5.5 0 0 1 .757-.429l8.528 5.117a.5.5 0 0 1 0 .
|
|
243
|
+
"body": "<path fill=\"#d0d2e0\" d=\"m12.285 8.429-8.528 5.117a.5.5 0 0 1-.757-.43V2.884a.5.5 0 0 1 .757-.429l8.528 5.117a.5.5 0 0 1 0 .858\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 2.6v10.8M3.757 2.454l8.528 5.117a.5.5 0 0 1 0 .858l-8.528 5.117a.5.5 0 0 1-.757-.43V2.884a.5.5 0 0 1 .757-.429\" class=\"icon-dark\"/>"
|
|
244
244
|
}
|
|
245
245
|
}, ["16"], "action-next")); };
|
|
246
|
+
var IconActionPause = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
247
|
+
"12": {
|
|
248
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6 12A6 6 0 1 0 6 0a6 6 0 0 0 0 12M5 4a1 1 0 0 0-2 0v4a1 1 0 0 0 2 0zm4 0a1 1 0 0 0-2 0v4a1 1 0 0 0 2 0z\" class=\"icon-light\" clip-rule=\"evenodd\"/>"
|
|
249
|
+
},
|
|
250
|
+
"16": {
|
|
251
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M6.5 5a1 1 0 0 0-2 0v6a1 1 0 1 0 2 0zm5 0a1 1 0 1 0-2 0v6a1 1 0 1 0 2 0z\" class=\"icon-light\" clip-rule=\"evenodd\"/>"
|
|
252
|
+
},
|
|
253
|
+
"24": {
|
|
254
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12M10 8a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0zm6 0a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0z\" class=\"icon-light\" clip-rule=\"evenodd\"/>"
|
|
255
|
+
}
|
|
256
|
+
}, ["12", "16", "24"], "action-pause")); };
|
|
246
257
|
var IconActionPlayLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
247
258
|
"16": {
|
|
248
|
-
"body": "<path d=\"m12.285 8.429-8.528 5.117a.5.5 0 0 1-.757-.43V2.884a.5.5 0 0 1 .757-.429l8.528 5.117a.5.5 0 0 1 0 .
|
|
259
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12.285 8.429-8.528 5.117a.5.5 0 0 1-.757-.43V2.884a.5.5 0 0 1 .757-.429l8.528 5.117a.5.5 0 0 1 0 .858\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
249
260
|
}
|
|
250
261
|
}, ["16"], "action-play-large")); };
|
|
251
262
|
var IconActionPlaySmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
252
263
|
"16": {
|
|
253
|
-
"body": "<path d=\"m11.322 8.424-6.557 4.098A.5.5 0 0 1 4 12.098V3.902a.5.5 0 0 1 .765-.424l6.557 4.098a.5.5 0 0 1 0 .
|
|
264
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11.322 8.424-6.557 4.098A.5.5 0 0 1 4 12.098V3.902a.5.5 0 0 1 .765-.424l6.557 4.098a.5.5 0 0 1 0 .848\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
254
265
|
}
|
|
255
266
|
}, ["16"], "action-play-small")); };
|
|
256
267
|
var IconActionPlayVideo = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
257
268
|
"16": {
|
|
258
|
-
"body": "<path d=\"M1 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-
|
|
269
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M1 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zM11 6v4l3.379.845A.5.5 0 0 0 15 10.36V5.64a.5.5 0 0 0-.621-.485z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M11 6V5a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2zm0 0 3.379-.845A.5.5 0 0 1 15 5.64v4.72a.5.5 0 0 1-.621.485L11 10z\" class=\"icon-dark\"/>"
|
|
259
270
|
},
|
|
260
271
|
"24": {
|
|
261
|
-
"body": "<path d=\"M3 8a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-
|
|
272
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M3 8a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zM16 9v6l3.804.76A1 1 0 0 0 21 14.78V9.22a1 1 0 0 0-1.196-.98z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M16 9V8a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2zm0 0 3.804-.76A1 1 0 0 1 21 9.22v5.56a1 1 0 0 1-1.196.98L16 15z\" class=\"icon-dark\"/>"
|
|
262
273
|
}
|
|
263
274
|
}, ["16", "24"], "action-play-video")); };
|
|
264
275
|
var IconActionPower = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
265
276
|
"16": {
|
|
266
|
-
"body": "<path d=\"M7 7a1 1 0 1 0 2
|
|
277
|
+
"body": "<path fill=\"currentColor\" d=\"M7 7a1 1 0 1 0 2 0zm2-6a1 1 0 0 0-2 0zM4.572 3.074a1 1 0 1 0-1.144-1.64zm8-1.64a1 1 0 0 0-1.144 1.64zM3.757 12.243a6 6 0 0 1 0-8.486L2.343 2.343a8 8 0 0 0 0 11.314zm8.486-8.486a6 6 0 0 1 0 8.486l1.414 1.414a8 8 0 0 0 0-11.314zm0 8.486a6 6 0 0 1-8.486 0l-1.414 1.414a8 8 0 0 0 11.314 0zM9 7V1H7v6zM3.757 3.757q.386-.384.815-.683l-1.144-1.64q-.574.4-1.085.91zm7.67-.683q.431.3.816.683l1.414-1.414a8 8 0 0 0-1.085-.91z\" class=\"icon-dark\"/>"
|
|
267
278
|
}
|
|
268
279
|
}, ["16"], "action-power")); };
|
|
269
280
|
var IconActionQuestionMarkCircle = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
270
281
|
"16": {
|
|
271
|
-
"body": "<path d=\"M13.657 13.657A8 8 0 1 1 2.343 2.343a8 8 0 0 1 11.314 11.
|
|
282
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M13.657 13.657A8 8 0 1 1 2.343 2.343a8 8 0 0 1 11.314 11.314\" class=\"icon-light\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m1.845 2.535-.001.001A1 1 0 0 1 .146 1.48L1 2c-.854-.52-.854-.52-.853-.521v-.001l.001-.002.003-.004.005-.009.015-.023.042-.061q.05-.074.139-.179C.469 1.061.64.883.87.706A3.45 3.45 0 0 1 3 0c1.099 0 1.911.432 2.414 1.113C5.879 1.743 6 2.478 6 3c0 .63-.173 1.147-.463 1.574-.272.402-.62.68-.871.873-.608.465-.655.516-.673.67a1 1 0 0 1-1.986-.234c.125-1.061.915-1.638 1.327-1.938l.117-.087c.229-.175.352-.29.43-.405C3.944 3.363 4 3.237 4 3c0-.259-.067-.525-.195-.7C3.714 2.179 3.526 2 3 2c-.437 0-.729.152-.913.294a1.3 1.3 0 0 0-.242.241M3 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" class=\"icon-dark\" clip-rule=\"evenodd\" style=\"transform:translate(5px,2.8px)\"/>"
|
|
272
283
|
}
|
|
273
284
|
}, ["16"], "action-question-mark-circle")); };
|
|
274
285
|
var IconActionQuestionMarkDefault = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
275
286
|
"16": {
|
|
276
|
-
"body": "<path
|
|
287
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m6.33 4.85-.007.012.001-.002.003-.004.001-.003v-.002zm-.868-.496a99 99 0 0 1-.868-.497l.001-.003.003-.004.005-.01.016-.025.046-.073q.057-.087.16-.219A3.99 3.99 0 0 1 8 2c1.344 0 2.293.561 2.865 1.388.532.77.674 1.67.674 2.32 0 .76-.187 1.38-.51 1.893-.313.495-.718.834-1.045 1.083-.118.09-.219.164-.308.23-.19.14-.326.239-.457.368-.148.144-.21.256-.235.398a1 1 0 0 1-1.968-.36c.12-.653.447-1.118.803-1.467a7 7 0 0 1 .776-.628l.177-.132c.271-.207.446-.371.565-.559.106-.17.201-.413.201-.826 0-.409-.096-.861-.318-1.182C9.04 4.264 8.718 4 8 4a1.99 1.99 0 0 0-1.677.861 1 1 0 0 1-1.73-1.003zM8 12a1 1 0 0 1 1 1v.01a1 1 0 1 1-2 0V13a1 1 0 0 1 1-1\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
277
288
|
}
|
|
278
289
|
}, ["16"], "action-question-mark-default")); };
|
|
279
290
|
var IconActionQuestionMarkOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
280
291
|
"16": {
|
|
281
|
-
"body": "<path d=\"M12.95 12.95a7 7 0 1 1-9.9-9.9 7 7 0 0 1 9.9 9.9Z\"
|
|
292
|
+
"body": "<path fill=\"#e1e3ed\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M12.95 12.95a7 7 0 1 1-9.9-9.9 7 7 0 0 1 9.9 9.9Z\" class=\"icon-dark-stroke icon-light-fill\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m6.845 5.535-.001.001A1 1 0 0 1 5.146 4.48L6 5c-.854-.52-.854-.52-.853-.521v-.001l.001-.002.003-.004.005-.009.015-.023.042-.061q.05-.074.139-.179c.117-.139.288-.317.518-.494A3.45 3.45 0 0 1 8 3c1.099 0 1.911.432 2.414 1.113.465.63.586 1.365.586 1.887 0 .63-.173 1.147-.463 1.574-.272.402-.62.68-.871.873-.608.465-.655.516-.673.67a1 1 0 1 1-1.986-.234c.125-1.061.915-1.638 1.327-1.938l.117-.087c.229-.175.352-.29.43-.405C8.944 6.363 9 6.237 9 6c0-.259-.067-.525-.195-.7C8.714 5.179 8.526 5 8 5c-.437 0-.729.152-.913.294a1.3 1.3 0 0 0-.242.241M8 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
282
293
|
}
|
|
283
294
|
}, ["16"], "action-question-mark-outline")); };
|
|
295
|
+
var IconActionRecordDisabled = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
296
|
+
"16": {
|
|
297
|
+
"body": "<path fill=\"currentColor\" d=\"M14.158 4.669a7 7 0 0 1-9.49 9.49l1.505-1.505a5 5 0 0 0 6.481-6.481zM8 1a7 7 0 0 1 3.33.84L9.826 3.346a5 5 0 0 0-6.481 6.481L1.84 11.33A7 7 0 0 1 8 1\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M10.995 7.833Q11 7.916 11 8a3 3 0 0 1-3.167 2.995zM8 5q.084 0 .167.005L5.005 8.167A3 3 0 0 1 8 5M13.293 1.293a1 1 0 1 1 1.414 1.414l-12 12a1 1 0 1 1-1.414-1.414z\" class=\"icon-dark\"/>"
|
|
298
|
+
},
|
|
299
|
+
"24": {
|
|
300
|
+
"body": "<path fill=\"currentColor\" d=\"M20.34 6.486A9.95 9.95 0 0 1 22 12c0 5.523-4.477 10-10 10a9.95 9.95 0 0 1-5.514-1.66l1.45-1.45A8 8 0 0 0 18.89 7.937zM12 2a9.95 9.95 0 0 1 5.513 1.658l-1.45 1.45A8 8 0 0 0 5.108 16.062l-1.45 1.45A9.95 9.95 0 0 1 2 12C2 6.477 6.477 2 12 2\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M15.863 10.964a4 4 0 0 1-4.9 4.9zM12 8q.538.002 1.035.136l-4.9 4.9A4 4 0 0 1 12 8M20.37 2.225a1 1 0 0 1 1.405 1.406l-.068.076-18 18a1 1 0 1 1-1.414-1.414l18-18z\" class=\"icon-dark\"/>"
|
|
301
|
+
}
|
|
302
|
+
}, ["16", "24"], "action-record-disabled")); };
|
|
284
303
|
var IconActionRecord = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
285
304
|
"16": {
|
|
286
|
-
"body": "<path d=\"M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0
|
|
305
|
+
"body": "<path fill=\"currentColor\" d=\"M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4\" class=\"icon-dark\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0Zm-4 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\" class=\"icon-dark\"/>"
|
|
287
306
|
}
|
|
288
307
|
}, ["16"], "action-record")); };
|
|
308
|
+
var IconActionRedo = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
309
|
+
"16": {
|
|
310
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11 2 3 3m0 0-3 3m3-3H6a4 4 0 0 0-4 4v1a4 4 0 0 0 4 4h8\" class=\"icon-dark\"/>"
|
|
311
|
+
}
|
|
312
|
+
}, ["16"], "action-redo")); };
|
|
289
313
|
var IconActionRefresh = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
290
314
|
"16": {
|
|
291
|
-
"body": "<path d=\"m13 2.071-.707-.707A1 1 0 0 1 14 2.
|
|
315
|
+
"body": "<path fill=\"currentColor\" d=\"m13 2.071-.707-.707A1 1 0 0 1 14 2.071zm0 2.572h1a1 1 0 0 1-1 1zm-2.571 0v1a1 1 0 0 1-.708-1.707zm1.17 4.321a1 1 0 0 1 1.84.786zM14 2.071v2.572h-2V2.07zM7 2a5 5 0 0 0-5 5H0a7 7 0 0 1 7-7zm4.6 3.036A5 5 0 0 0 7 2V0a7 7 0 0 1 6.439 4.25zm1.4.607h-.48v-2H13zm-.48 0h-2.091v-2h2.09zM2 7c0 1.381.559 2.63 1.464 3.536L2.05 11.95A6.98 6.98 0 0 1 0 7zm1.464 3.536A4.98 4.98 0 0 0 7 12v2a6.98 6.98 0 0 1-4.95-2.05zM7 12a5 5 0 0 0 4.6-3.036l1.839.786A7 7 0 0 1 7 14zm2.721-8.064 2.572-2.572 1.414 1.415-2.571 2.571z\" class=\"icon-dark\"/>"
|
|
292
316
|
}
|
|
293
317
|
}, ["16"], "action-refresh")); };
|
|
318
|
+
var IconActionRegenerateConfig = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
319
|
+
"16": {
|
|
320
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 2v3h-.674M12 5h2.326m0 0a7 7 0 1 0 0 6\" class=\"icon-dark\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.474 4.836a.6.6 0 0 0-.22.82l.217.374a3.2 3.2 0 0 0-.444.77h-.433a.6.6 0 0 0-.6.6v1.2a.6.6 0 0 0 .6.6h.433a3.2 3.2 0 0 0 .444.77l-.217.374a.6.6 0 0 0 .22.82l1.04.6a.6.6 0 0 0 .819-.22l.216-.375a3.2 3.2 0 0 0 .889 0l.216.375a.6.6 0 0 0 .82.22l1.04-.6a.6.6 0 0 0 .219-.82l-.217-.374c.185-.237.334-.497.444-.77h.434a.6.6 0 0 0 .6-.6V7.4a.6.6 0 0 0-.6-.6h-.434a3.2 3.2 0 0 0-.444-.77l.217-.375a.6.6 0 0 0-.22-.82l-1.039-.6a.6.6 0 0 0-.82.22l-.216.376a3.2 3.2 0 0 0-.889 0l-.216-.376a.6.6 0 0 0-.82-.22zm1.72 1.778a1.6 1.6 0 1 0 1.6 2.772 1.6 1.6 0 0 0-1.6-2.772\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M8.567 7.669a.667.667 0 1 1-1.155.667.667.667 0 0 1 1.155-.667\" class=\"icon-dark\"/>"
|
|
321
|
+
}
|
|
322
|
+
}, ["16"], "action-regenerate-config")); };
|
|
294
323
|
var IconActionRestart = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
295
324
|
"16": {
|
|
296
|
-
"body": "<path
|
|
325
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 8a5 5 0 1 1-5-5h3m0 0L9 5m2-2L9 1\" class=\"icon-dark\"/>"
|
|
297
326
|
}
|
|
298
327
|
}, ["16"], "action-restart")); };
|
|
328
|
+
var IconActionStopCircle = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
329
|
+
"16": {
|
|
330
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M5 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
331
|
+
}
|
|
332
|
+
}, ["16"], "action-stop-circle")); };
|
|
299
333
|
var IconActionStop = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
300
334
|
"16": {
|
|
301
|
-
"body": "<path d=\"M4 11.5v-7a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.
|
|
335
|
+
"body": "<path fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 11.5v-7a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5\" class=\"icon-dark\"/>"
|
|
302
336
|
}
|
|
303
337
|
}, ["16"], "action-stop")); };
|
|
338
|
+
var IconActionTap = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
339
|
+
"16": {
|
|
340
|
+
"body": "<path fill=\"currentColor\" d=\"M13 15H6.468a1 1 0 0 1-.768-.36l-2.555-3.066C2.293 10.552 3.02 9 4.35 9c.416 0 .815.165 1.11.46l1.37 1.37a.1.1 0 0 0 .17-.071V5.5a1.5 1.5 0 1 1 3 0V9h2a2 2 0 0 1 2 2v3a1 1 0 0 1-1 1\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.5 4c2-4 8-4 10 0M7 15h6a1 1 0 0 0 1-1v-3a2 2 0 0 0-2-2h-2V5.5A1.5 1.5 0 0 0 8.5 4v0A1.5 1.5 0 0 0 7 5.5v5.259a.1.1 0 0 1-.17.07L5.46 9.46A1.57 1.57 0 0 0 4.35 9v0c-1.33 0-2.057 1.552-1.205 2.574L5.7 14.64a1 1 0 0 0 .768.36z\" class=\"icon-dark\"/>"
|
|
341
|
+
},
|
|
342
|
+
"24": {
|
|
343
|
+
"body": "<path fill=\"currentColor\" d=\"M19 22H9.908a2 2 0 0 1-1.506-.683L4.73 17.12C3.666 15.904 4.53 14 6.146 14c.543 0 1.059.234 1.416.643l1.263 1.442A.1.1 0 0 0 9 16.02V8a2 2 0 1 1 4 0v6h5a3 3 0 0 1 3 3v3a2 2 0 0 1-2 2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 5c3-4 9-4 12 0m-6.23 17H19a2 2 0 0 0 2-2v-3a3 3 0 0 0-3-3h-5V8a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v8.02a.1.1 0 0 1-.175.065l-1.263-1.443A1.88 1.88 0 0 0 6.146 14v0c-1.616 0-2.48 1.904-1.416 3.12l3.672 4.197A2 2 0 0 0 9.908 22z\" class=\"icon-dark\"/>"
|
|
344
|
+
}
|
|
345
|
+
}, ["16", "24"], "action-tap")); };
|
|
304
346
|
var IconActionTestReplay = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
347
|
+
"12": {
|
|
348
|
+
"body": "<circle cx=\"6\" cy=\"6\" r=\"6\" fill=\"transparent\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M6 0a6 6 0 1 1-4.2 10.286 1.001 1.001 0 0 1 1.4-1.429A4 4 0 1 0 2.126 5h.303a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1 6 6 0 0 1 6-6M4.5 4.401a.75.75 0 0 1 1.166-.624l2.397 1.599a.75.75 0 0 1 0 1.248L5.666 8.223A.75.75 0 0 1 4.5 7.599z\" class=\"icon-dark\"/>"
|
|
349
|
+
},
|
|
350
|
+
"16": {
|
|
351
|
+
"body": "<circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"transparent\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M7 10.25v-4.5L10.5 8z\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.101 13A7 7 0 1 0 1 8h2m4-2.25v4.5L10.5 8z\" class=\"icon-dark\"/>"
|
|
352
|
+
},
|
|
353
|
+
"24": {
|
|
354
|
+
"body": "<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"transparent\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M10.5 15.536V8.464L16 12z\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.5 12H3c-1.105 0-2.019-.903-1.82-1.99C2.116 4.885 6.604 1 12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11a10.99 10.99 0 0 1-9.221-5m7.721-2.464V8.464L16 12z\" class=\"icon-dark\"/>"
|
|
355
|
+
}
|
|
356
|
+
}, ["12", "16", "24"], "action-test-replay")); };
|
|
357
|
+
var IconActionThumbsDown = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
305
358
|
"16": {
|
|
306
|
-
"body": "<path d=\"
|
|
359
|
+
"body": "<path fill=\"#daddfe\" d=\"M13.566 2.5a.5.5 0 0 1 .495.43l.857 6a.5.5 0 0 1-.494.57H10.1a.1.1 0 0 0-.1.1V14a.5.5 0 0 1-.5.5H8.309a.5.5 0 0 1-.447-.276L5.138 8.776a.5.5 0 0 0-.447-.276H4v-6z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M4 8.5V9a.5.5 0 0 1-.5.5h-2A.5.5 0 0 1 1 9V3a.5.5 0 0 1 .5-.5H4m0 6v-6m0 6h.691a.5.5 0 0 1 .447.276l2.724 5.448a.5.5 0 0 0 .447.276H9.5a.5.5 0 0 0 .5-.5V9.6a.1.1 0 0 1 .1-.1h4.324a.5.5 0 0 0 .495-.57l-.858-6a.5.5 0 0 0-.495-.43H4\" class=\"icon-dark\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14 7.5h-3v-1h3zm0-2h-4v-1h4z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
307
360
|
}
|
|
308
|
-
}, ["16"], "action-
|
|
361
|
+
}, ["16"], "action-thumbs-down")); };
|
|
362
|
+
var IconActionThumbsUp = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
363
|
+
"16": {
|
|
364
|
+
"body": "<path fill=\"#daddfe\" d=\"M13.566 14.5a.5.5 0 0 0 .495-.43l.857-6a.5.5 0 0 0-.494-.57H10.1a.1.1 0 0 1-.1-.1V3a.5.5 0 0 0-.5-.5H8.309a.5.5 0 0 0-.447.276L5.138 8.224a.5.5 0 0 1-.447.276H4v6z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M4 8.5V8a.5.5 0 0 0-.5-.5h-2A.5.5 0 0 0 1 8v6a.5.5 0 0 0 .5.5H4m0-6v6m0-6h.691a.5.5 0 0 0 .447-.276l2.724-5.448a.5.5 0 0 1 .447-.276H9.5a.5.5 0 0 1 .5.5v4.4a.1.1 0 0 0 .1.1h4.324a.5.5 0 0 1 .495.57l-.858 6a.5.5 0 0 1-.495.43H4\" class=\"icon-dark\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14 9.5h-3v1h3zm0 2h-4v1h4z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
365
|
+
}
|
|
366
|
+
}, ["16"], "action-thumbs-up")); };
|
|
367
|
+
var IconActionUndo = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
368
|
+
"16": {
|
|
369
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 2 2 5m0 0 3 3M2 5h8a4 4 0 0 1 4 4v1a4 4 0 0 1-4 4H2\" class=\"icon-dark\"/>"
|
|
370
|
+
}
|
|
371
|
+
}, ["16"], "action-undo")); };
|
|
309
372
|
var IconActionUpgradeSquare = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
310
373
|
"16": {
|
|
311
|
-
"body": "<path d=\"M11 8 8 5m0 0L5 8m3-3v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-.5\"
|
|
374
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 8 8 5m0 0L5 8m3-3v7a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-.5\" class=\"icon-dark\"/>"
|
|
312
375
|
}
|
|
313
376
|
}, ["16"], "action-upgrade-square")); };
|
|
314
377
|
var IconArrowBottomRight = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
315
378
|
"16": {
|
|
316
|
-
"body": "<path
|
|
379
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6v6m0 0H6m6 0L4 4\" class=\"icon-dark\"/>"
|
|
317
380
|
}
|
|
318
381
|
}, ["16"], "arrow-bottom-right")); };
|
|
319
382
|
var IconArrowCollapse = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
320
383
|
"16": {
|
|
321
|
-
"body": "<path d=\"M10.5 3 8 5.5 5.5 3m0 10L8 10.5l2.5 2.5\"
|
|
384
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.5 3 8 5.5 5.5 3m0 10L8 10.5l2.5 2.5\" class=\"icon-dark\"/>"
|
|
322
385
|
}
|
|
323
386
|
}, ["16"], "arrow-collapse")); };
|
|
387
|
+
var IconArrowDownLeft = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
388
|
+
"12": {
|
|
389
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5.5 11-3-3m0 0 3-3m-3 3H10V1.25\" class=\"icon-dark\"/>"
|
|
390
|
+
},
|
|
391
|
+
"16": {
|
|
392
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7 14-4-4m0 0 4-4m-4 4h10V3\" class=\"icon-dark\"/>"
|
|
393
|
+
}
|
|
394
|
+
}, ["12", "16"], "arrow-down-left")); };
|
|
324
395
|
var IconArrowDown = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
325
396
|
"16": {
|
|
326
|
-
"body": "<path
|
|
397
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 9 4 4m0 0 4-4m-4 4V3\" class=\"icon-dark\"/>"
|
|
327
398
|
}
|
|
328
399
|
}, ["16"], "arrow-down")); };
|
|
329
400
|
var IconArrowExpand = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
330
401
|
"16": {
|
|
331
|
-
"body": "<path d=\"M10.5 5.5 8 3 5.5 5.5m5 5L8 13l-2.5-2.5\"
|
|
402
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.5 5.5 8 3 5.5 5.5m5 5L8 13l-2.5-2.5\" class=\"icon-dark\"/>"
|
|
332
403
|
}
|
|
333
404
|
}, ["16"], "arrow-expand")); };
|
|
334
405
|
var IconArrowLeft = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
335
406
|
"16": {
|
|
336
|
-
"body": "<path
|
|
407
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 4 3 8m0 0 4 4M3 8h10\" class=\"icon-dark\"/>"
|
|
337
408
|
}
|
|
338
409
|
}, ["16"], "arrow-left")); };
|
|
339
410
|
var IconArrowOpposingUpDown = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
340
411
|
"16": {
|
|
341
|
-
"body": "<path d=\"m8 12 3 3m0 0 3-3m-3 3V8M2 4l3-3m0 0 3 3M5 1v7\"
|
|
412
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8 12 3 3m0 0 3-3m-3 3V8M2 4l3-3m0 0 3 3M5 1v7\" class=\"icon-dark\"/>"
|
|
342
413
|
},
|
|
343
414
|
"24": {
|
|
344
|
-
"body": "<path d=\"m13 18 5 5m0 0 5-5m-5 5V10M1 6l5-5m0 0 5 5M6 1v13\"
|
|
415
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m13 18 5 5m0 0 5-5m-5 5V10M1 6l5-5m0 0 5 5M6 1v13\" class=\"icon-dark\"/>"
|
|
345
416
|
}
|
|
346
417
|
}, ["16", "24"], "arrow-opposing-up-down")); };
|
|
347
418
|
var IconArrowOutlineDown = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
348
419
|
"16": {
|
|
349
|
-
"body": "<path d=\"M15 8A7 7 0 1 0 1 8a7 7 0 0 0 14
|
|
420
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M15 8A7 7 0 1 0 1 8a7 7 0 0 0 14 0\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M6.207 8.207a1 1 0 0 1-1.414-1.414zM8 5l-.707-.707a1 1 0 0 1 1.414 0zm3.207 1.793a1 1 0 0 1-1.414 1.414zM9 11a1 1 0 1 1-2 0zm5-3a6 6 0 0 0-6-6V0a8 8 0 0 1 8 8zM8 2a6 6 0 0 0-6 6H0a8 8 0 0 1 8-8zM2 8a6 6 0 0 0 6 6v2a8 8 0 0 1-8-8zm6 6a6 6 0 0 0 6-6h2a8 8 0 0 1-8 8zM4.793 6.793l2.5-2.5 1.414 1.414-2.5 2.5zm3.914-2.5 2.5 2.5-1.414 1.414-2.5-2.5zM9 5v6H7V5z\" class=\"icon-dark\"/>"
|
|
350
421
|
}
|
|
351
422
|
}, ["16"], "arrow-outline-down")); };
|
|
352
423
|
var IconArrowRightLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
353
424
|
"16": {
|
|
354
|
-
"body": "<path
|
|
425
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 13 5-5m0 0-5-5m5 5H1\" class=\"icon-dark\"/>"
|
|
355
426
|
}
|
|
356
427
|
}, ["16"], "arrow-right-large")); };
|
|
357
428
|
var IconArrowRight = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
358
429
|
"16": {
|
|
359
|
-
"body": "<path
|
|
430
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 12 4-4m0 0L9 4m4 4H3\" class=\"icon-dark\"/>"
|
|
360
431
|
}
|
|
361
432
|
}, ["16"], "arrow-right")); };
|
|
362
433
|
var IconArrowSquareDown = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
363
434
|
"16": {
|
|
364
|
-
"body": "<path d=\"M8 1v10m0 0 4-4m-4 4L4 7m-3 6v2h14v-2\"
|
|
435
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 1v10m0 0 4-4m-4 4L4 7m-3 6v2h14v-2\" class=\"icon-dark\"/>"
|
|
365
436
|
}
|
|
366
437
|
}, ["16"], "arrow-square-down")); };
|
|
367
438
|
var IconArrowSquareTriangleDown = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
368
439
|
"12": {
|
|
369
|
-
"body": "<path
|
|
440
|
+
"body": "<path fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 7 4 5h4z\" class=\"icon-dark\"/>"
|
|
370
441
|
}
|
|
371
442
|
}, ["12"], "arrow-square-triangle-down")); };
|
|
372
443
|
var IconArrowSquareTriangleUp = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
373
444
|
"12": {
|
|
374
|
-
"body": "<path
|
|
445
|
+
"body": "<path fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 5 4 7h4z\" class=\"icon-dark\"/>"
|
|
375
446
|
}
|
|
376
447
|
}, ["12"], "arrow-square-triangle-up")); };
|
|
377
448
|
var IconArrowTopRight = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
378
449
|
"16": {
|
|
379
|
-
"body": "<path
|
|
450
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10V4m0 0H6m6 0-8 8\" class=\"icon-dark\"/>"
|
|
380
451
|
}
|
|
381
452
|
}, ["16"], "arrow-top-right")); };
|
|
382
453
|
var IconArrowUp = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
383
454
|
"16": {
|
|
384
|
-
"body": "<path
|
|
455
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 7 8 3m0 0L4 7m4-4v10\" class=\"icon-dark\"/>"
|
|
385
456
|
}
|
|
386
457
|
}, ["16"], "arrow-up")); };
|
|
387
458
|
var IconBrowserChromeBeta = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
388
459
|
"16": {
|
|
389
|
-
"body": "<
|
|
390
|
-
"defs": "<defs><linearGradient id=\"cy-svg-12cb01d0b\" x1=\"
|
|
460
|
+
"body": "<g clip-path=\"url(#cy-svg-12cb01d0a)\"><path fill=\"#202124\" d=\"M14.667 12.252c-.15.267-.31.524-.484.76l1.804-.76z\"/><path fill=\"#fff\" d=\"M7.996 12A4 4 0 1 0 8 3.998a4 4 0 0 0-.007 8z\"/><path fill=\"url(#cy-svg-12cb01d0b)\" d=\"M11.467 10.002 8.006 16A7.98 7.98 0 0 0 16 8a8 8 0 0 0-1.077-4H8l-.007.003a3.993 3.993 0 0 1 3.47 6z\"/><path fill=\"url(#cy-svg-12cb01d0c)\" d=\"m4.533 10.002-3.46-5.997A7.994 7.994 0 0 0 8 16l3.46-5.997V10a3.996 3.996 0 0 1-6.927.007z\"/><path fill=\"#1a73e8\" d=\"M7.996 11.169a3.166 3.166 0 1 0 0-6.333 3.166 3.166 0 0 0 0 6.333\"/><path fill=\"url(#cy-svg-12cb01d0d)\" d=\"M7.996 3.999h6.92a7.986 7.986 0 0 0-13.843.006l3.46 6h.007A4 4 0 0 1 7.996 4\"/><path fill=\"#3c4043\" d=\"M5.25 7.499c0-.133.11-.247.25-.247h10.497v5h-10.5a.25.25 0 0 1-.247-.25z\"/><path fill=\"#fff\" d=\"M8.14 9.609a.66.66 0 0 0 .383-.617.72.72 0 0 0-.113-.413.8.8 0 0 0-.314-.287.9.9 0 0 0-.416-.1H6.623v2.934h1.113q.231.003.437-.107a.83.83 0 0 0 .45-.733.72.72 0 0 0-.483-.677m-.134 1.083a.46.46 0 0 1-.253.07H7V9.81h.74q.141-.002.263.067a.49.49 0 0 1 .233.41q-.001.12-.056.226a.5.5 0 0 1-.177.18zm.084-1.48a.47.47 0 0 1-.414.234H7v-.89h.696a.453.453 0 0 1 .454.443c0 .073-.02.147-.06.21zm2.443-.133a1 1 0 0 0-.533-.14.97.97 0 0 0-.88.57 1.3 1.3 0 0 0 .01 1.133 1 1 0 0 0 .9.547 1 1 0 0 0 .92-.557l.01-.016-.32-.16-.01.016c-.134.24-.334.367-.587.367a.64.64 0 0 1-.56-.317.8.8 0 0 1-.107-.373h1.604l.003-.013a1.26 1.26 0 0 0-.107-.667.9.9 0 0 0-.343-.39M10 9.292a.6.6 0 0 1 .333.087q.126.077.197.213c.033.074.06.15.067.234h-1.2a.74.74 0 0 1 .21-.38.56.56 0 0 1 .393-.154m2.19 1.54a.25.25 0 0 1-.207-.083q-.06-.077-.06-.243V9.372h.5v-.35h-.5V8.44h-.38v.583h-.36v.35h.36v1.214c0 .09.01.176.04.26a.53.53 0 0 0 .313.3.5.5 0 0 0 .237.043c.057 0 .11 0 .167-.01a.6.6 0 0 0 .123-.043l.014-.004v-.383l-.03.017a.4.4 0 0 1-.217.066m2.187-1.666a.94.94 0 0 0-.667-.227c-.167 0-.333.033-.48.11a.86.86 0 0 0-.337.3l-.01.013.287.22.01-.016a.6.6 0 0 1 .223-.204.65.65 0 0 1 .307-.073.58.58 0 0 1 .393.133.47.47 0 0 1 .154.36v.097a1.4 1.4 0 0 0-.567-.12c-.25 0-.463.063-.63.187a.63.63 0 0 0-.25.533.68.68 0 0 0 .38.62.9.9 0 0 0 .817-.017.8.8 0 0 0 .253-.233v.277h.36V9.789c0-.26-.083-.47-.243-.62zm-.747 1.68a.5.5 0 0 1-.313-.1.32.32 0 0 1-.12-.264.36.36 0 0 1 .133-.293q.141-.111.413-.113c.182 0 .36.05.517.14a.66.66 0 0 1-.317.546.57.57 0 0 1-.313.084\"/></g>",
|
|
461
|
+
"defs": "<defs><linearGradient id=\"cy-svg-12cb01d0b\" x1=\"-1.659\" x2=\"5.428\" y1=\"15.279\" y2=\"-3.104\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fcc934\"/><stop offset=\"1\" stop-color=\"#fbbc04\"/></linearGradient><linearGradient id=\"cy-svg-12cb01d0c\" x1=\"13.138\" x2=\"-.667\" y1=\"12.58\" y2=\"4.24\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#1e8e3e\"/><stop offset=\"1\" stop-color=\"#34a853\"/></linearGradient><linearGradient id=\"cy-svg-12cb01d0d\" x1=\".189\" x2=\"15.823\" y1=\"7.999\" y2=\"7.999\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#d93025\"/><stop offset=\"1\" stop-color=\"#ea4335\"/></linearGradient><clipPath id=\"cy-svg-12cb01d0a\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/></clipPath></defs>"
|
|
391
462
|
}
|
|
392
463
|
}, ["16"], "browser-chrome-beta")); };
|
|
393
464
|
var IconBrowserChromeCanary = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
394
465
|
"16": {
|
|
395
|
-
"body": "<g clip-path=\"url(#cy-svg-8e6af680a)\"><path d=\"M0 8a8 8 0 0 0 8 8l3.465-
|
|
466
|
+
"body": "<g clip-path=\"url(#cy-svg-8e6af680a)\"><path fill=\"#f4b70a\" d=\"M0 8a8 8 0 0 0 8 8l3.465-6A4 4 0 0 1 8 12a4 4 0 0 1-3.468-2.005L1.07 4l-.104.187A7.96 7.96 0 0 0 0 8\"/><path fill=\"#f7cc50\" d=\"M8 16a8 8 0 0 0 6.93-12H8a4 4 0 0 1 3.468 5.995l-.003.005z\"/><path fill=\"#f19a11\" fill-rule=\"evenodd\" d=\"M1.07 4A8 8 0 0 1 8 0a8 8 0 0 1 6.93 4H8a4 4 0 0 0-3.468 5.995z\" clip-rule=\"evenodd\"/><circle cx=\"8\" cy=\"8\" r=\"4\" fill=\"#fff\"/><circle cx=\"8\" cy=\"8\" r=\"3.2\" fill=\"#f6c231\"/></g>",
|
|
396
467
|
"defs": "<defs><clipPath id=\"cy-svg-8e6af680a\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/></clipPath></defs>"
|
|
397
468
|
}
|
|
398
469
|
}, ["16"], "browser-chrome-canary")); };
|
|
470
|
+
var IconBrowserChromeForTesting = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
471
|
+
"16": {
|
|
472
|
+
"body": "<g clip-path=\"url(#cy-svg-3dd263e8a)\"><path fill=\"#0f9d58\" d=\"M0 8a8 8 0 0 0 8 8l3.465-6A4 4 0 0 1 8 12a4 4 0 0 1-3.468-2.005L1.07 4A7.97 7.97 0 0 0 0 8\"/><path fill=\"#ffcd40\" d=\"M8 16a8 8 0 0 0 6.93-12H8a4 4 0 0 1 3.468 5.995l-.003.005z\"/><path fill=\"#db4437\" fill-rule=\"evenodd\" d=\"M1.07 4A8 8 0 0 1 8 0a8 8 0 0 1 6.93 4H8a4 4 0 0 0-3.468 5.995z\" clip-rule=\"evenodd\"/><circle cx=\"8\" cy=\"8\" r=\"4\" fill=\"#fff\"/><circle cx=\"8\" cy=\"8\" r=\"3.2\" fill=\"#4285f4\"/><path fill=\"#202124\" d=\"M13.977 13.318 16 12.454h-1.84z\"/><path fill=\"#3d4043\" d=\"M6 7.5h10v4.954H6z\"/><path fill=\"#fff\" d=\"M7.087 9.08v-.473h2.226v.473h-.83v2.238h-.566V9.08zM10.264 11.358q-.315 0-.54-.127a.87.87 0 0 1-.347-.363 1.2 1.2 0 0 1-.122-.557q0-.315.122-.55a.9.9 0 0 1 .343-.37 1 1 0 0 1 .521-.132q.202 0 .375.065a.83.83 0 0 1 .508.514q.073.194.073.453v.155H9.48v-.35h1.186a.43.43 0 0 0-.053-.215.4.4 0 0 0-.147-.147.4.4 0 0 0-.216-.054.43.43 0 0 0-.227.06.4.4 0 0 0-.154.157.45.45 0 0 0-.057.218v.332q0 .15.056.261.057.11.16.17t.245.059q.094 0 .172-.026a.344.344 0 0 0 .218-.21l.522.035a.7.7 0 0 1-.163.328.8.8 0 0 1-.315.217 1.2 1.2 0 0 1-.443.077M13.22 9.865l-.517.032a.3.3 0 0 0-.057-.12.3.3 0 0 0-.115-.086.4.4 0 0 0-.168-.033.4.4 0 0 0-.221.056q-.09.054-.09.146 0 .073.058.123t.2.08l.368.074q.296.061.442.196.145.135.145.355 0 .2-.117.35a.76.76 0 0 1-.32.236 1.2 1.2 0 0 1-.468.084q-.404 0-.643-.168a.66.66 0 0 1-.28-.46l.555-.03a.28.28 0 0 0 .122.188.44.44 0 0 0 .247.063.44.44 0 0 0 .239-.056q.09-.06.092-.15a.16.16 0 0 0-.065-.126.5.5 0 0 0-.196-.076l-.351-.07q-.3-.06-.444-.207a.51.51 0 0 1-.144-.375q0-.196.106-.337a.7.7 0 0 1 .3-.219q.195-.076.455-.076.386 0 .607.162a.63.63 0 0 1 .26.444M14.665 9.285v.424H13.44v-.424zm-.947-.487h.564v1.895q0 .079.024.122a.13.13 0 0 0 .066.06q.045.017.1.017a.5.5 0 0 0 .141-.019l.089.42a2 2 0 0 1-.12.03 1 1 0 0 1-.186.023.9.9 0 0 1-.357-.054.5.5 0 0 1-.237-.194.6.6 0 0 1-.084-.33z\"/></g>",
|
|
473
|
+
"defs": "<defs><clipPath id=\"cy-svg-3dd263e8a\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/></clipPath></defs>"
|
|
474
|
+
}
|
|
475
|
+
}, ["16"], "browser-chrome-for-testing")); };
|
|
399
476
|
var IconBrowserChrome = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
400
477
|
"16": {
|
|
401
|
-
"body": "<g clip-path=\"url(#cy-svg-5f3b8fcda)\"><path d=\"M0 8a8 8 0 0 0 8 8l3.465-
|
|
478
|
+
"body": "<g clip-path=\"url(#cy-svg-5f3b8fcda)\"><path fill=\"#0f9d58\" d=\"M0 8a8 8 0 0 0 8 8l3.465-6A4 4 0 0 1 8 12a4 4 0 0 1-3.468-2.005L1.07 4A7.97 7.97 0 0 0 0 8\"/><path fill=\"#ffcd40\" d=\"M8 16a8 8 0 0 0 6.93-12H8a4 4 0 0 1 3.468 5.995l-.003.005z\"/><path fill=\"#db4437\" fill-rule=\"evenodd\" d=\"M1.07 4A8 8 0 0 1 8 0a8 8 0 0 1 6.93 4H8a4 4 0 0 0-3.468 5.995z\" clip-rule=\"evenodd\"/><circle cx=\"8\" cy=\"8\" r=\"4\" fill=\"#fff\"/><circle cx=\"8\" cy=\"8\" r=\"3.2\" fill=\"#4285f4\"/></g>",
|
|
402
479
|
"defs": "<defs><clipPath id=\"cy-svg-5f3b8fcda\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/></clipPath></defs>"
|
|
403
480
|
}
|
|
404
481
|
}, ["16"], "browser-chrome")); };
|
|
482
|
+
var IconBrowserChromium = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
483
|
+
"16": {
|
|
484
|
+
"body": "<path fill=\"#fff\" d=\"M7.997 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8\"/><path fill=\"#669df6\" d=\"M5.997 11.463A4 4 0 0 1 4.534 10L1.072 4a8 8 0 0 0 6.925 12l3.462-6a4 4 0 0 1-5.462 1.463\"/><path fill=\"#aecbfa\" d=\"M11.997 8a4 4 0 0 1-.538 2l-3.462 6a8 8 0 0 0 6.931-12H7.991a4 4 0 0 1 4 4z\"/><path fill=\"#1a73e8\" d=\"M7.997 11.25a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5\"/><path fill=\"#1967d2\" d=\"M5.997 4.537a4 4 0 0 1 2-.537h6.925A8 8 0 0 0 1.066 4l3.468 6a4 4 0 0 1 1.463-5.463\"/>"
|
|
485
|
+
}
|
|
486
|
+
}, ["16"], "browser-chromium")); };
|
|
487
|
+
var IconBrowserEdgeBeta = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
488
|
+
"16": {
|
|
489
|
+
"body": "<path fill=\"url(#cy-svg-0a67a616a)\" d=\"M14.44 11.908q-.316.166-.658.295a6.4 6.4 0 0 1-2.243.404c-2.958 0-5.534-2.034-5.534-4.645 0-.734.424-1.37 1.026-1.706-2.674.112-3.362 2.9-3.362 4.533 0 4.618 4.256 5.086 5.172 5.086.495 0 1.24-.144 1.69-.285l.082-.028a8.02 8.02 0 0 0 4.162-3.3c.138-.22-.105-.474-.334-.354\"/><path fill=\"url(#cy-svg-0a67a616b)\" d=\"M14.44 11.908q-.316.166-.658.295a6.4 6.4 0 0 1-2.243.404c-2.958 0-5.534-2.034-5.534-4.645 0-.734.424-1.37 1.026-1.706-2.674.112-3.362 2.9-3.362 4.533 0 4.618 4.256 5.086 5.172 5.086.495 0 1.24-.144 1.69-.285l.082-.028a8.02 8.02 0 0 0 4.162-3.3c.138-.22-.105-.474-.334-.354\"/><path fill=\"url(#cy-svg-0a67a616c)\" d=\"M6.607 15.088a4.95 4.95 0 0 1-1.421-1.336 5.1 5.1 0 0 1-.946-2.963c0-1.633.76-3.08 1.933-3.996a5 5 0 0 1 .858-.537c.195-.092.529-.258.972-.252.734.01 1.29.385 1.605.81.243.327.393.73.397 1.166 0-.013 1.53-4.975-5.003-4.975C2.26 3.005 0 5.61 0 7.894c0 1.448.336 2.605.757 3.502a7.997 7.997 0 0 0 9.774 4.194 4.735 4.735 0 0 1-3.924-.502\"/><path fill=\"url(#cy-svg-0a67a616d)\" d=\"M6.607 15.088a4.95 4.95 0 0 1-1.421-1.336 5.1 5.1 0 0 1-.946-2.963c0-1.633.76-3.08 1.933-3.996a5 5 0 0 1 .858-.537c.195-.092.529-.258.972-.252.734.01 1.29.385 1.605.81.243.327.393.73.397 1.166 0-.013 1.53-4.975-5.003-4.975C2.26 3.005 0 5.61 0 7.894c0 1.448.336 2.605.757 3.502a7.997 7.997 0 0 0 9.774 4.194 4.735 4.735 0 0 1-3.924-.502\"/><path fill=\"url(#cy-svg-0a67a616e)\" d=\"M9.52 9.304c-.051.065-.207.156-.207.354 0 .162.106.32.295.451.9.627 2.593.543 2.598.543a3.7 3.7 0 0 0 1.892-.524q.385-.226.707-.532A3.86 3.86 0 0 0 16 6.823c.016-1.4-.498-2.332-.709-2.745C13.966 1.49 11.107 0 8 0A8 8 0 0 0 0 7.888c.03-2.284 2.3-4.129 4.998-4.129.219 0 1.467.022 2.626.63 1.02.536 1.556 1.183 1.928 1.825.386.667.455 1.51.455 1.845 0 .336-.17.833-.487 1.245\"/><path fill=\"url(#cy-svg-0a67a616f)\" d=\"M9.52 9.304c-.051.065-.207.156-.207.354 0 .162.106.32.295.451.9.627 2.593.543 2.598.543a3.7 3.7 0 0 0 1.892-.524q.385-.226.707-.532A3.86 3.86 0 0 0 16 6.823c.016-1.4-.498-2.332-.709-2.745C13.966 1.49 11.107 0 8 0A8 8 0 0 0 0 7.888c.03-2.284 2.3-4.129 4.998-4.129.219 0 1.467.022 2.626.63 1.02.536 1.556 1.183 1.928 1.825.386.667.455 1.51.455 1.845 0 .336-.17.833-.487 1.245\"/><path fill=\"#50e6ff\" d=\"M5.218 15.926a1 1 0 0 1-.273-.201l-.124-.134-.013-1.896c-.013-1.832-.01-1.9.088-2.059.174-.283.304-.307 1.642-.307h5.089c3.538 0 3.832.006 3.99.087.093.047.216.15.272.227.1.136.103.197.103 2.02 0 1.811-.004 1.883-.1 2.014a1 1 0 0 1-.273.227c-.164.088-.399.092-5.212.09-4.089-.002-5.068-.015-5.189-.068\"/><path fill=\"#1a1a1a\" d=\"m6.19 12.37.344.002c.19 0 .498.008.685.018.298.014.356.023.457.07a.54.54 0 0 1 .336.528c0 .145-.024.193-.19.368a1 1 0 0 0-.149.18c0 .011.034.035.076.053.112.046.318.262.346.362a.8.8 0 0 1-.009.4q-.093.357-.472.481c-.13.042-.197.047-.783.056l-.642.01zm1.131 2.064c.128-.048.183-.136.183-.296 0-.215-.144-.309-.493-.322l-.228-.009v.294c0 .423-.015.397.231.384.12-.007.247-.028.307-.051m-.096-1.119c.145-.074.233-.277.166-.38-.071-.108-.422-.212-.55-.163l-.058.021v.586l.189-.015a1 1 0 0 0 .253-.049M8.67 12.37h1.483v.446h-.89v.55h.784v.488h-.784v.615h.933v.424H8.67zM11.206 14.38a46 46 0 0 1-.014-1.024v-.513l-.162-.014a5 5 0 0 0-.36-.013h-.199v-.445h2.014v.445h-.7v2.077h-.565zM12.421 14.88c0-.006.192-.538.427-1.18l.447-1.229.02-.058h.73l.044.133c.024.072.219.622.432 1.22.315.886.382 1.092.357 1.108a1.5 1.5 0 0 1-.309.019h-.28l-.173-.551h-.909l-.041.143-.076.262-.034.119-.206.013c-.256.017-.429.018-.429.002m1.548-.99c0-.04-.267-.882-.285-.9-.032-.031-.081.08-.195.44l-.135.43-.019.058h.317c.253 0 .317-.006.317-.029\"/>",
|
|
490
|
+
"defs": "<defs><radialGradient id=\"cy-svg-0a67a616b\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(8.55773 0 0 9.43123 8.837 8.139)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".717\" stop-opacity=\"0\"/><stop offset=\".946\" stop-opacity=\".53\"/><stop offset=\"1\"/></radialGradient><radialGradient id=\"cy-svg-0a67a616d\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(-79.507 10.351 1.724)scale(11.0858 10.8976)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".763\" stop-opacity=\"0\"/><stop offset=\".946\" stop-opacity=\".5\"/><stop offset=\"1\"/></radialGradient><radialGradient id=\"cy-svg-0a67a616e\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(91.418 -1.354 2.965)scale(18.9901 26.9575)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#35c1f1\"/><stop offset=\".111\" stop-color=\"#34c1ed\"/><stop offset=\".232\" stop-color=\"#2fc2df\"/><stop offset=\".314\" stop-color=\"#2bc3d2\"/><stop offset=\".673\" stop-color=\"#36c752\"/></radialGradient><radialGradient id=\"cy-svg-0a67a616f\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(78.962 3.158 12.838)scale(8.93171 5.07999)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#66eb6e\"/><stop offset=\"1\" stop-color=\"#66eb6e\" stop-opacity=\"0\"/></radialGradient><linearGradient id=\"cy-svg-0a67a616a\" x1=\"0\" x2=\"16\" y1=\"8\" y2=\"8\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#0c59a4\"/><stop offset=\"1\" stop-color=\"#114a8b\"/></linearGradient><linearGradient id=\"cy-svg-0a67a616c\" x1=\"14.502\" x2=\"6.262\" y1=\"3.971\" y2=\"15.047\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#1b9de2\"/><stop offset=\".162\" stop-color=\"#1595df\"/><stop offset=\".667\" stop-color=\"#0680d7\"/><stop offset=\"1\" stop-color=\"#0078d4\"/></linearGradient></defs>"
|
|
491
|
+
}
|
|
492
|
+
}, ["16"], "browser-edge-beta")); };
|
|
493
|
+
var IconBrowserEdgeCanary = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
494
|
+
"16": {
|
|
495
|
+
"body": "<path fill=\"url(#cy-svg-77482f5da)\" d=\"M14.44 11.908q-.316.166-.658.295a6.4 6.4 0 0 1-2.243.404c-2.958 0-5.534-2.034-5.534-4.645 0-.734.424-1.37 1.026-1.706-2.674.112-3.362 2.9-3.362 4.533 0 4.618 4.256 5.086 5.172 5.086.495 0 1.24-.144 1.69-.285l.082-.028a8.02 8.02 0 0 0 4.162-3.3c.138-.22-.105-.474-.334-.354\"/><path fill=\"url(#cy-svg-77482f5db)\" d=\"M14.44 11.908q-.316.166-.658.295a6.4 6.4 0 0 1-2.243.404c-2.958 0-5.534-2.034-5.534-4.645 0-.734.424-1.37 1.026-1.706-2.674.112-3.362 2.9-3.362 4.533 0 4.618 4.256 5.086 5.172 5.086.495 0 1.24-.144 1.69-.285l.082-.028a8.02 8.02 0 0 0 4.162-3.3c.138-.22-.105-.474-.334-.354\"/><path fill=\"url(#cy-svg-77482f5dc)\" d=\"M6.607 15.088a4.95 4.95 0 0 1-1.421-1.336 5.1 5.1 0 0 1-.946-2.963c0-1.633.76-3.08 1.933-3.996a5 5 0 0 1 .858-.537c.195-.092.529-.258.972-.252.734.01 1.29.385 1.605.81.243.327.393.73.397 1.166 0-.013 1.53-4.975-5.003-4.975C2.26 3.005 0 5.61 0 7.894c0 1.448.336 2.605.757 3.502a7.997 7.997 0 0 0 9.774 4.194 4.735 4.735 0 0 1-3.924-.502\"/><path fill=\"url(#cy-svg-77482f5dd)\" d=\"M6.607 15.088a4.95 4.95 0 0 1-1.421-1.336 5.1 5.1 0 0 1-.946-2.963c0-1.633.76-3.08 1.933-3.996a5 5 0 0 1 .858-.537c.195-.092.529-.258.972-.252.734.01 1.29.385 1.605.81.243.327.393.73.397 1.166 0-.013 1.53-4.975-5.003-4.975C2.26 3.005 0 5.61 0 7.894c0 1.448.336 2.605.757 3.502a7.997 7.997 0 0 0 9.774 4.194 4.735 4.735 0 0 1-3.924-.502\"/><path fill=\"url(#cy-svg-77482f5de)\" d=\"M9.52 9.304c-.051.065-.207.156-.207.354 0 .162.106.32.295.451.9.627 2.593.543 2.598.543a3.7 3.7 0 0 0 1.892-.524q.385-.226.707-.532A3.86 3.86 0 0 0 16 6.823c.016-1.4-.498-2.332-.709-2.745C13.966 1.49 11.107 0 8 0A8 8 0 0 0 0 7.888c.03-2.284 2.3-4.129 4.998-4.129.219 0 1.467.022 2.626.63 1.02.536 1.556 1.183 1.928 1.825.386.667.455 1.51.455 1.845 0 .336-.17.833-.487 1.245\"/><path fill=\"url(#cy-svg-77482f5df)\" d=\"M9.52 9.304c-.051.065-.207.156-.207.354 0 .162.106.32.295.451.9.627 2.593.543 2.598.543a3.7 3.7 0 0 0 1.892-.524q.385-.226.707-.532A3.86 3.86 0 0 0 16 6.823c.016-1.4-.498-2.332-.709-2.745C13.966 1.49 11.107 0 8 0A8 8 0 0 0 0 7.888c.03-2.284 2.3-4.129 4.998-4.129.219 0 1.467.022 2.626.63 1.02.536 1.556 1.183 1.928 1.825.386.667.455 1.51.455 1.845 0 .336-.17.833-.487 1.245\"/><path fill=\"#fcc024\" d=\"M5.195 15.901c-.365-.225-.345-.103-.36-2.2-.012-1.778-.007-1.894.081-2.038.207-.335-.104-.317 5.507-.317h5.066l.168.112c.342.229.344.243.33 2.27-.014 1.745-.018 1.818-.116 1.953a.9.9 0 0 1-.272.226c-.159.08-.51.086-5.213.086-4.823 0-5.05-.004-5.191-.092\"/><path fill=\"#000\" d=\"M7.837 14.945c-.2-.02-.28-.037-.399-.085a1.07 1.07 0 0 1-.59-.522c-.099-.2-.138-.429-.127-.741.013-.373.11-.59.382-.863a1.24 1.24 0 0 1 .72-.375c.08-.012.287-.016.381-.008.18.015.366.045.39.063.032.024.044.107.045.301 0 .224.006.217-.14.178a2 2 0 0 0-.563-.032.7.7 0 0 0-.407.179c-.13.124-.202.3-.218.545a.9.9 0 0 0 .077.463.75.75 0 0 0 .554.412c.074.013.213.013.29 0a1.4 1.4 0 0 0 .353-.116l.057-.024-.003.524-.1.026c-.236.06-.331.073-.536.075zM9.054 14.895c-.061-.038-.04-.142.127-.604l.209-.57.478-1.31c.001-.002.685-.028.687-.027l.212.6a103 103 0 0 0 .687 1.92l-.305.001h-.305l-.195-.567h-.895l-.039.119-.092.284-.053.164h-.25c-.24 0-.25 0-.266-.01m1.407-.988c.05-.015.057-.03.038-.087a44 44 0 0 1-.288-.943q-.003-.008-.008-.005c-.005.006-.195.58-.242.735a5 5 0 0 0-.085.308c0 .003.126.004.279.002.228-.002.283-.003.306-.01M11.908 12.383h.014l.596.028.147.228c.628.973.91 1.401.926 1.401q.014.001.024-.056c.017-.098.02-.216.022-.906l.003-.69h.49v2.518l-.546-.003-.216-.33c-.769-1.175-.96-1.468-.965-1.47-.002-.002-.004.403-.004.9v.902h-.491z\"/>",
|
|
496
|
+
"defs": "<defs><radialGradient id=\"cy-svg-77482f5db\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(8.55773 0 0 9.43123 8.837 8.139)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".717\" stop-opacity=\"0\"/><stop offset=\".946\" stop-opacity=\".53\"/><stop offset=\"1\"/></radialGradient><radialGradient id=\"cy-svg-77482f5dd\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(-79.507 10.351 1.724)scale(11.0858 10.8976)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".763\" stop-opacity=\"0\"/><stop offset=\".946\" stop-opacity=\".5\"/><stop offset=\"1\"/></radialGradient><radialGradient id=\"cy-svg-77482f5de\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(91.418 -1.354 2.965)scale(18.9901 26.9575)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#35c1f1\"/><stop offset=\".111\" stop-color=\"#34c1ed\"/><stop offset=\".232\" stop-color=\"#2fc2df\"/><stop offset=\".314\" stop-color=\"#2bc3d2\"/><stop offset=\".673\" stop-color=\"#36c752\"/></radialGradient><radialGradient id=\"cy-svg-77482f5df\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(78.962 3.158 12.838)scale(8.93171 5.07999)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#66eb6e\"/><stop offset=\"1\" stop-color=\"#66eb6e\" stop-opacity=\"0\"/></radialGradient><linearGradient id=\"cy-svg-77482f5da\" x1=\"0\" x2=\"16\" y1=\"8\" y2=\"8\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#0c59a4\"/><stop offset=\"1\" stop-color=\"#114a8b\"/></linearGradient><linearGradient id=\"cy-svg-77482f5dc\" x1=\"14.502\" x2=\"6.262\" y1=\"3.971\" y2=\"15.047\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#1b9de2\"/><stop offset=\".162\" stop-color=\"#1595df\"/><stop offset=\".667\" stop-color=\"#0680d7\"/><stop offset=\"1\" stop-color=\"#0078d4\"/></linearGradient></defs>"
|
|
497
|
+
}
|
|
498
|
+
}, ["16"], "browser-edge-canary")); };
|
|
499
|
+
var IconBrowserEdgeDev = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
500
|
+
"16": {
|
|
501
|
+
"body": "<path fill=\"url(#cy-svg-33fc7e98a)\" d=\"M14.396 11.872q-.315.165-.656.293a6.4 6.4 0 0 1-2.237.403c-2.948 0-5.517-2.028-5.517-4.63 0-.733.423-1.367 1.023-1.701-2.666.112-3.351 2.891-3.351 4.52 0 4.602 4.242 5.069 5.156 5.069.493 0 1.236-.144 1.684-.284l.082-.028a8 8 0 0 0 4.149-3.29c.138-.219-.104-.472-.333-.352\"/><path fill=\"url(#cy-svg-33fc7e98b)\" d=\"M14.396 11.872q-.315.165-.656.293a6.4 6.4 0 0 1-2.237.403c-2.948 0-5.517-2.028-5.517-4.63 0-.733.423-1.367 1.023-1.701-2.666.112-3.351 2.891-3.351 4.52 0 4.602 4.242 5.069 5.156 5.069.493 0 1.236-.144 1.684-.284l.082-.028a8 8 0 0 0 4.149-3.29c.138-.219-.104-.472-.333-.352\"/><path fill=\"url(#cy-svg-33fc7e98c)\" d=\"M6.587 15.042A4.9 4.9 0 0 1 5.17 13.71a5.08 5.08 0 0 1-.943-2.954c0-1.628.758-3.07 1.927-3.984.265-.207.605-.417.855-.535.195-.092.527-.258.97-.252.731.01 1.285.384 1.6.808.241.326.39.727.396 1.163 0-.013 1.524-4.96-4.988-4.96C2.252 2.996 0 5.592 0 7.869c0 1.445.335 2.598.755 3.492a7.97 7.97 0 0 0 9.744 4.182 4.719 4.719 0 0 1-3.912-.5\"/><path fill=\"url(#cy-svg-33fc7e98d)\" d=\"M6.587 15.042A4.9 4.9 0 0 1 5.17 13.71a5.08 5.08 0 0 1-.943-2.954c0-1.628.758-3.07 1.927-3.984.265-.207.605-.417.855-.535.195-.092.527-.258.97-.252.731.01 1.285.384 1.6.808.241.326.39.727.396 1.163 0-.013 1.524-4.96-4.988-4.96C2.252 2.996 0 5.592 0 7.869c0 1.445.335 2.598.755 3.492a7.97 7.97 0 0 0 9.744 4.182 4.719 4.719 0 0 1-3.912-.5\"/><path fill=\"url(#cy-svg-33fc7e98e)\" d=\"M9.49 9.275c-.05.065-.206.155-.206.353 0 .162.106.319.295.45.896.625 2.584.541 2.589.541a3.7 3.7 0 0 0 1.886-.523 3.8 3.8 0 0 0 .706-.53 3.85 3.85 0 0 0 1.19-2.764c.016-1.397-.496-2.325-.706-2.736C13.924 1.486 11.073 0 7.974 0A7.973 7.973 0 0 0 0 7.863c.03-2.277 2.293-4.115 4.983-4.115.218 0 1.462.02 2.617.627 1.018.534 1.551 1.18 1.922 1.82.385.665.454 1.505.454 1.84 0 .334-.169.83-.486 1.24\"/><path fill=\"url(#cy-svg-33fc7e98f)\" d=\"M9.49 9.275c-.05.065-.206.155-.206.353 0 .162.106.319.295.45.896.625 2.584.541 2.589.541a3.7 3.7 0 0 0 1.886-.523 3.8 3.8 0 0 0 .706-.53 3.85 3.85 0 0 0 1.19-2.764c.016-1.397-.496-2.325-.706-2.736C13.924 1.486 11.073 0 7.974 0A7.973 7.973 0 0 0 0 7.863c.03-2.277 2.293-4.115 4.983-4.115.218 0 1.462.02 2.617.627 1.018.534 1.551 1.18 1.922 1.82.385.665.454 1.505.454 1.84 0 .334-.169.83-.486 1.24\"/><path fill=\"#9aee0a\" d=\"M4.98 15.847c-.338-.197-.34-.214-.34-2.286 0-1.725.007-1.864.095-2.009.208-.34-.108-.323 5.601-.323h5.153l.171.115c.348.232.35.247.335 2.309-.012 1.775-.017 1.85-.117 1.986a.9.9 0 0 1-.277.23c-.16.082-.516.088-5.303.087h-5.13z\"/><path fill=\"#000\" d=\"m7.007 12.284.459.007c.766.01.93.033 1.188.166.198.102.374.263.44.404.084.176.13.555.105.856a.9.9 0 0 1-.097.4c-.12.25-.334.462-.585.581-.209.1-.367.12-1.075.144l-.384.015-.051.004zm1.081 2.088a.64.64 0 0 0 .327-.185.6.6 0 0 0 .141-.205.94.94 0 0 0 .038-.8.78.78 0 0 0-.45-.418c-.048-.015-.111-.02-.35-.023l-.293-.005v1.669l.25-.005c.205-.005.265-.01.337-.028M9.82 12.287h.73c.577 0 .73.003.73.014-.002.068-.031.397-.036.402s-.68.033-.837.035h-.04l.006.607.8.005v.387h-.806v.665h.956v.44H9.82zM12.58 14.836l-.067-.015c-.05-.014-.007.102-.493-1.352-.288-.862-.382-1.156-.372-1.162.025-.016.517-.004.545.013.007.004.082.248.167.543.345 1.188.41 1.402.427 1.397.026-.009.063-.097.15-.362.073-.218.294-.954.459-1.527l.024-.084h.277c.153 0 .278.002.278.004 0 .007-.869 2.522-.872 2.526a7 7 0 0 1-.454.024z\"/>",
|
|
502
|
+
"defs": "<defs><radialGradient id=\"cy-svg-33fc7e98b\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(8.55773 0 0 9.40548 8.837 8.116)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".717\" stop-opacity=\"0\"/><stop offset=\".946\" stop-opacity=\".53\"/><stop offset=\"1\"/></radialGradient><radialGradient id=\"cy-svg-33fc7e98d\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(-79.479 10.335 1.706)scale(11.0565 10.8966)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".763\" stop-opacity=\"0\"/><stop offset=\".946\" stop-opacity=\".5\"/><stop offset=\"1\"/></radialGradient><radialGradient id=\"cy-svg-33fc7e98e\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(91.422 -1.348 2.96)scale(18.9383 26.9575)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#35c1f1\"/><stop offset=\".111\" stop-color=\"#34c1ed\"/><stop offset=\".232\" stop-color=\"#2fc2df\"/><stop offset=\".314\" stop-color=\"#2bc3d2\"/><stop offset=\".673\" stop-color=\"#36c752\"/></radialGradient><radialGradient id=\"cy-svg-33fc7e98f\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(1.71008 8.74254 -4.985 .9751 15.154 7.26)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#66eb6e\"/><stop offset=\"1\" stop-color=\"#66eb6e\" stop-opacity=\"0\"/></radialGradient><linearGradient id=\"cy-svg-33fc7e98a\" x1=\"0\" x2=\"16\" y1=\"7.978\" y2=\"7.978\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#0c59a4\"/><stop offset=\"1\" stop-color=\"#114a8b\"/></linearGradient><linearGradient id=\"cy-svg-33fc7e98c\" x1=\"14.502\" x2=\"6.291\" y1=\"3.96\" y2=\"15.027\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#1b9de2\"/><stop offset=\".162\" stop-color=\"#1595df\"/><stop offset=\".667\" stop-color=\"#0680d7\"/><stop offset=\"1\" stop-color=\"#0078d4\"/></linearGradient></defs>"
|
|
503
|
+
}
|
|
504
|
+
}, ["16"], "browser-edge-dev")); };
|
|
405
505
|
var IconBrowserEdge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
406
506
|
"16": {
|
|
407
|
-
"body": "<g clip-path=\"url(#cy-svg-01c1ebd0a)\"><path d=\"M14.44 11.
|
|
408
|
-
"defs": "<defs><radialGradient id=\"cy-svg-01c1ebd0c\" cx=\"0\" cy=\"0\" r=\"1\"
|
|
507
|
+
"body": "<g clip-path=\"url(#cy-svg-01c1ebd0a)\"><path fill=\"url(#cy-svg-01c1ebd0b)\" d=\"M14.44 11.909a6 6 0 0 1-.658.294 6.4 6.4 0 0 1-2.244.404c-2.957 0-5.534-2.034-5.534-4.645a1.97 1.97 0 0 1 1.027-1.707c-2.675.113-3.362 2.9-3.362 4.533 0 4.618 4.255 5.086 5.172 5.086.495 0 1.24-.144 1.688-.285l.082-.028a8.02 8.02 0 0 0 4.162-3.3.25.25 0 0 0-.332-.352\"/><path fill=\"url(#cy-svg-01c1ebd0c)\" d=\"M14.44 11.909a6 6 0 0 1-.658.294 6.4 6.4 0 0 1-2.244.404c-2.957 0-5.534-2.034-5.534-4.645a1.97 1.97 0 0 1 1.027-1.707c-2.675.113-3.362 2.9-3.362 4.533 0 4.618 4.255 5.086 5.172 5.086.495 0 1.24-.144 1.688-.285l.082-.028a8.02 8.02 0 0 0 4.162-3.3.25.25 0 0 0-.332-.352\" opacity=\".35\"/><path fill=\"url(#cy-svg-01c1ebd0d)\" d=\"M6.607 15.089a5 5 0 0 1-1.421-1.334 5.045 5.045 0 0 1 1.845-7.5c.195-.092.528-.258.971-.25a2.02 2.02 0 0 1 1.606.813c.253.337.392.745.398 1.166 0-.013 1.528-4.975-5-4.975-2.744 0-5 2.604-5 4.888a8.1 8.1 0 0 0 .756 3.5 8 8 0 0 0 9.774 4.194 4.72 4.72 0 0 1-3.923-.5z\"/><path fill=\"url(#cy-svg-01c1ebd0e)\" d=\"M6.607 15.089a5 5 0 0 1-1.421-1.334 5.045 5.045 0 0 1 1.845-7.5c.195-.092.528-.258.971-.25a2.02 2.02 0 0 1 1.606.813c.253.337.392.745.398 1.166 0-.013 1.528-4.975-5-4.975-2.744 0-5 2.604-5 4.888a8.1 8.1 0 0 0 .756 3.5 8 8 0 0 0 9.774 4.194 4.72 4.72 0 0 1-3.923-.5z\" opacity=\".41\"/><path fill=\"url(#cy-svg-01c1ebd0f)\" d=\"M9.52 9.304c-.051.065-.207.156-.207.354 0 .163.106.32.295.451.899.625 2.593.543 2.598.543a3.7 3.7 0 0 0 1.892-.522 3.84 3.84 0 0 0 1.901-3.305c.017-1.4-.5-2.332-.708-2.744C13.966 1.49 11.108 0 7.999 0a8 8 0 0 0-8 7.888c.03-2.284 2.3-4.129 5-4.129.219 0 1.466.022 2.625.63 1.021.536 1.556 1.183 1.928 1.825.386.667.455 1.51.455 1.845 0 .336-.171.834-.488 1.245\"/><path fill=\"url(#cy-svg-01c1ebd0g)\" d=\"M9.52 9.304c-.051.065-.207.156-.207.354 0 .163.106.32.295.451.899.625 2.593.543 2.598.543a3.7 3.7 0 0 0 1.892-.522 3.84 3.84 0 0 0 1.901-3.305c.017-1.4-.5-2.332-.708-2.744C13.966 1.49 11.108 0 7.999 0a8 8 0 0 0-8 7.888c.03-2.284 2.3-4.129 5-4.129.219 0 1.466.022 2.625.63 1.021.536 1.556 1.183 1.928 1.825.386.667.455 1.51.455 1.845 0 .336-.171.834-.488 1.245\"/></g>",
|
|
508
|
+
"defs": "<defs><radialGradient id=\"cy-svg-01c1ebd0c\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(5.96125 0 0 5.66319 9.825 11.154)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".72\" stop-opacity=\"0\"/><stop offset=\".95\" stop-opacity=\".53\"/><stop offset=\"1\"/></radialGradient><radialGradient id=\"cy-svg-01c1ebd0e\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(-81.384 9.438 3.654)scale(8.96413 7.24212)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".76\" stop-opacity=\"0\"/><stop offset=\".95\" stop-opacity=\".5\"/><stop offset=\"1\"/></radialGradient><radialGradient id=\"cy-svg-01c1ebd0f\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(92.29 -.615 2.256)scale(12.662 26.9674)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#35c1f1\"/><stop offset=\".11\" stop-color=\"#34c1ed\"/><stop offset=\".23\" stop-color=\"#2fc2df\"/><stop offset=\".31\" stop-color=\"#2bc3d2\"/><stop offset=\".67\" stop-color=\"#36c752\"/></radialGradient><radialGradient id=\"cy-svg-01c1ebd0g\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(73.74 4.276 12.421)scale(6.08375 4.94731)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#66eb6e\"/><stop offset=\"1\" stop-color=\"#66eb6e\" stop-opacity=\"0\"/></radialGradient><linearGradient id=\"cy-svg-01c1ebd0b\" x1=\"3.669\" x2=\"14.815\" y1=\"11.066\" y2=\"11.066\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#0c59a4\"/><stop offset=\"1\" stop-color=\"#114a8b\"/></linearGradient><linearGradient id=\"cy-svg-01c1ebd0d\" x1=\"9.545\" x2=\"2.583\" y1=\"6.231\" y2=\"13.814\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#1b9de2\"/><stop offset=\".16\" stop-color=\"#1595df\"/><stop offset=\".67\" stop-color=\"#0680d7\"/><stop offset=\"1\" stop-color=\"#0078d4\"/></linearGradient><clipPath id=\"cy-svg-01c1ebd0a\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/></clipPath></defs>"
|
|
409
509
|
}
|
|
410
510
|
}, ["16"], "browser-edge")); };
|
|
411
511
|
var IconBrowserElectronDark = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
412
512
|
"16": {
|
|
413
|
-
"body": "<path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0
|
|
513
|
+
"body": "<path fill=\"#2b2e3a\" d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16\"/><path fill=\"#9feaf9\" d=\"M6.281 4.48c-1.625-.295-2.91.014-3.422.902-.382.662-.273 1.54.265 2.477a.167.167 0 1 0 .289-.165c-.485-.846-.579-1.603-.266-2.146.426-.737 1.572-1.013 3.075-.74a.167.167 0 0 0 .06-.327M3.97 9c.657.722 1.51 1.4 2.485 1.962 2.357 1.36 4.867 1.725 6.104.881a.167.167 0 1 0-.187-.275c-1.108.755-3.492.41-5.75-.895-.945-.545-1.772-1.201-2.406-1.898A.167.167 0 1 0 3.97 9\"/><path fill=\"#9feaf9\" d=\"M12.164 8.797c1.064-1.257 1.436-2.522.924-3.407-.376-.651-1.17-.995-2.227-1.01a.167.167 0 0 0-.005.334c.95.013 1.636.309 1.944.843.424.735.093 1.863-.89 3.025a.167.167 0 0 0 .14.275.17.17 0 0 0 .114-.06m-2.735-4.26c-.963.205-1.987.608-2.97 1.176-2.434 1.406-4.022 3.478-3.802 4.98a.167.167 0 1 0 .33-.048c-.196-1.334 1.31-3.298 3.638-4.643.954-.55 1.946-.941 2.873-1.14a.167.167 0 1 0-.07-.326\"/><path fill=\"#9feaf9\" d=\"M5.486 11.735c.556 1.553 1.466 2.51 2.49 2.51.747 0 1.437-.509 1.976-1.405a.166.166 0 0 0-.056-.23.167.167 0 0 0-.23.058c-.484.806-1.078 1.244-1.69 1.244-.85 0-1.662-.854-2.177-2.29a.167.167 0 0 0-.27-.07.165.165 0 0 0-.043.183m5.082-.304c.288-.92.443-1.983.443-3.09 0-2.76-.966-5.14-2.343-5.752a.167.167 0 0 0-.135.305c1.228.545 2.145 2.804 2.145 5.448 0 1.073-.15 2.102-.428 2.99a.165.165 0 0 0 .051.179.166.166 0 0 0 .267-.08m3.14-.164a.798.798 0 1 0-1.596 0 .798.798 0 0 0 1.595 0m-.334 0a.465.465 0 1 1-.93 0 .465.465 0 0 1 .93 0m-10.343.798a.798.798 0 1 0 0-1.595.798.798 0 0 0 0 1.595m0-.333a.464.464 0 1 1 0-.929.464.464 0 0 1 0 .929\"/><path fill=\"#9feaf9\" d=\"M7.976 3.403a.798.798 0 1 0 0-1.596.798.798 0 0 0 0 1.596m0-.334a.464.464 0 1 1 0-.928.464.464 0 0 1 0 .928m.122 5.837a.577.577 0 1 1-.244-1.128.577.577 0 0 1 .244 1.128\"/>"
|
|
414
514
|
}
|
|
415
515
|
}, ["16"], "browser-electron-dark")); };
|
|
416
516
|
var IconBrowserElectronLight = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
417
517
|
"16": {
|
|
418
|
-
"body": "<path d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0
|
|
518
|
+
"body": "<path fill=\"#fff\" d=\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16\"/><path fill=\"#47848f\" fill-rule=\"evenodd\" d=\"M6.187 4.2c-1.742-.318-3.12.014-3.669.965-.41.71-.292 1.65.284 2.656a.18.18 0 0 0 .31-.178c-.52-.906-.62-1.718-.284-2.3.458-.79 1.685-1.086 3.296-.793a.18.18 0 0 0 .178-.277.18.18 0 0 0-.115-.074M3.708 9.041c.705.774 1.62 1.5 2.664 2.103 2.53 1.46 5.22 1.85 6.545.947a.179.179 0 0 0-.202-.296c-1.187.81-3.743.44-6.166-.959-1.013-.585-1.9-1.288-2.579-2.034a.18.18 0 0 0-.264.24zm8.787-.216c1.141-1.348 1.54-2.703.992-3.652-.403-.698-1.256-1.067-2.389-1.081a.18.18 0 0 0-.18.176.18.18 0 0 0 .176.18c1.02.014 1.753.332 2.083.904.455.788.1 1.997-.955 3.243a.18.18 0 0 0 .151.293.18.18 0 0 0 .122-.062M9.563 4.258c-1.03.221-2.13.653-3.184 1.262-2.609 1.506-4.31 3.73-4.075 5.338a.18.18 0 0 0 .32.08.18.18 0 0 0 .034-.132c-.21-1.43 1.403-3.535 3.9-4.979 1.02-.59 2.086-1.009 3.08-1.222a.18.18 0 0 0 .06-.324.18.18 0 0 0-.135-.025z\" clip-rule=\"evenodd\"/><path fill=\"#47848f\" fill-rule=\"evenodd\" d=\"M5.336 11.975c.597 1.666 1.573 2.692 2.67 2.692.8 0 1.541-.546 2.118-1.507a.179.179 0 0 0-.306-.184c-.52.863-1.156 1.333-1.812 1.333-.911 0-1.782-.917-2.333-2.454a.18.18 0 0 0-.33-.016.18.18 0 0 0-.007.136m5.449-.325c.309-.987.475-2.126.475-3.312 0-2.96-1.037-5.512-2.512-6.167a.18.18 0 0 0-.24.228.18.18 0 0 0 .095.099c1.316.584 2.3 3.006 2.3 5.84 0 1.151-.161 2.254-.46 3.205a.18.18 0 0 0 .254.212.18.18 0 0 0 .088-.105m3.365-.175a.855.855 0 1 0-1.706 0 .855.855 0 0 0 1.704 0zm-.357 0a.498.498 0 1 1-.997-.001.498.498 0 0 1 .997 0\" clip-rule=\"evenodd\"/><path fill=\"#47848f\" fill-rule=\"evenodd\" d=\"M2.705 12.33a.855.855 0 1 0 0-1.71.855.855 0 0 0 0 1.71m0-.358a.498.498 0 1 1 0-.995.498.498 0 0 1 0 .995m5.301-8.93a.855.855 0 1 0 0-1.71.855.855 0 0 0 0 1.71m0-.358a.498.498 0 1 1 0-.996.498.498 0 0 1 0 .996m.13 6.259a.619.619 0 1 1-.26-1.21.619.619 0 1 1 .26 1.21\" clip-rule=\"evenodd\"/>"
|
|
419
519
|
}
|
|
420
520
|
}, ["16"], "browser-electron-light")); };
|
|
521
|
+
var IconBrowserFirefoxBeta = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
522
|
+
"16": {
|
|
523
|
+
"body": "<path fill=\"#000\" d=\"M14.025 8.578H6.017a.427.427 0 0 0-.427.428v1.281a3.417 3.417 0 0 0 3.416 3.417h4.432A2.563 2.563 0 0 0 16 11.14V10.02c0-.64-.64-1.442-1.975-1.442\"/><path fill=\"#008787\" d=\"M14.025 8.578H6.017a.427.427 0 0 0-.427.428v1.281a3.417 3.417 0 0 0 3.416 3.417h4.432A2.563 2.563 0 0 0 16 11.14V10.02c0-.64-.64-1.442-1.975-1.442\"/><path fill=\"url(#cy-svg-55386c77a)\" d=\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353l.002.013c-.877-2.185-2.363-3.067-3.578-4.986a9 9 0 0 1-.182-.297 3 3 0 0 1-.086-.16 1.4 1.4 0 0 1-.12-.32.02.02 0 0 0-.013-.007.03.03 0 0 0-.015 0l-.003.002-.006.003.003-.005C8.213 1.141 7.552 3.252 7.492 4.31a3.9 3.9 0 0 0-2.135.822 2 2 0 0 0-.2-.151 3.6 3.6 0 0 1-.022-1.896A5.7 5.7 0 0 0 3.27 4.527h-.004c-.307-.39-.285-1.674-.268-1.943q-.136.055-.259.138-.407.29-.758.65a7 7 0 0 0-.725.869A6.55 6.55 0 0 0 .215 6.59l-.01.05c-.015.069-.068.41-.077.485l-.001.017A7.4 7.4 0 0 0 0 8.211v.04a7.755 7.755 0 0 0 15.396 1.311q.018-.15.035-.3a8 8 0 0 0-.503-3.895m-8.938 6.07q.053.027.108.053l.005.003zm8.169-5.665v-.007l.001.008z\"/><path fill=\"url(#cy-svg-55386c77b)\" d=\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353v.007l.002.008a7.02 7.02 0 0 1-.242 5.235c-.888 1.907-3.039 3.861-6.406 3.765C3.876 14.67.67 11.97.073 8.435c-.11-.558-.001-.84.054-1.293a6 6 0 0 0-.125 1.07v.04a7.755 7.755 0 0 0 15.396 1.31q.019-.15.035-.3a8 8 0 0 0-.503-3.895\"/><path fill=\"url(#cy-svg-55386c77c)\" d=\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353v.007l.002.008a7.02 7.02 0 0 1-.242 5.235c-.888 1.907-3.039 3.861-6.406 3.765C3.876 14.67.67 11.97.073 8.435c-.11-.558-.001-.84.054-1.293a6 6 0 0 0-.125 1.07v.04a7.755 7.755 0 0 0 15.396 1.31q.019-.15.035-.3a8 8 0 0 0-.503-3.895\"/><path fill=\"url(#cy-svg-55386c77d)\" d=\"m11.16 6.278.048.036a4.2 4.2 0 0 0-.72-.94c-2.41-2.41-.632-5.226-.332-5.37L10.16 0C8.212 1.14 7.55 3.25 7.49 4.308q.134-.012.273-.014a3.91 3.91 0 0 1 3.397 1.984\"/><path fill=\"url(#cy-svg-55386c77e)\" d=\"M7.767 6.76c-.013.193-.694.859-.933.859-2.204 0-2.563 1.333-2.563 1.333.098 1.124.88 2.05 1.827 2.537q.065.034.13.063.115.051.228.093c.325.115.665.18 1.01.195 3.865.181 4.613-4.622 1.824-6.016a2.68 2.68 0 0 1 1.87.454 3.92 3.92 0 0 0-3.397-1.984q-.138.002-.273.014a3.9 3.9 0 0 0-2.135.822c.118.1.252.233.533.51.526.519 1.875 1.056 1.879 1.119z\"/><path fill=\"url(#cy-svg-55386c77f)\" d=\"M7.767 6.76c-.013.193-.694.859-.933.859-2.204 0-2.563 1.333-2.563 1.333.098 1.124.88 2.05 1.827 2.537q.065.034.13.063.115.051.228.093c.325.115.665.18 1.01.195 3.865.181 4.613-4.622 1.824-6.016a2.68 2.68 0 0 1 1.87.454 3.92 3.92 0 0 0-3.397-1.984q-.138.002-.273.014a3.9 3.9 0 0 0-2.135.822c.118.1.252.233.533.51.526.519 1.875 1.056 1.879 1.119z\"/><path fill=\"url(#cy-svg-55386c77g)\" d=\"M4.994 4.874q.093.06.16.106a3.6 3.6 0 0 1-.022-1.895 5.7 5.7 0 0 0-1.867 1.442c.038-.001 1.163-.021 1.729.347\"/><path fill=\"url(#cy-svg-55386c77h)\" d=\"M.07 8.435c.6 3.535 3.804 6.236 7.442 6.339 3.367.095 5.518-1.86 6.406-3.766a7.02 7.02 0 0 0 .241-5.234V5.76l.002.013c.275 1.796-.639 3.536-2.067 4.714l-.005.01c-2.783 2.267-5.446 1.367-5.984 1l-.113-.056C4.37 10.665 3.7 9.187 3.844 7.92a1.99 1.99 0 0 1-1.837-1.156 2.93 2.93 0 0 1 2.85-.114 3.86 3.86 0 0 0 2.912.114c-.003-.063-1.353-.6-1.879-1.118-.28-.277-.414-.41-.533-.51a2 2 0 0 0-.2-.152l-.16-.107c-.565-.367-1.69-.347-1.727-.346h-.004c-.307-.39-.286-1.674-.268-1.943q-.137.055-.259.138-.407.29-.758.65-.4.403-.728.867A6.55 6.55 0 0 0 .213 6.59c-.004.015-.28 1.22-.144 1.844z\"/><path fill=\"url(#cy-svg-55386c77i)\" d=\"M10.488 5.374c.283.278.526.594.72.94q.066.049.116.096c1.758 1.62.837 3.911.769 4.073 1.428-1.177 2.34-2.917 2.066-4.714-.877-2.187-2.364-3.069-3.577-4.988A9 9 0 0 1 10.4.485a3 3 0 0 1-.085-.16 1.4 1.4 0 0 1-.12-.321.02.02 0 0 0-.013-.007.03.03 0 0 0-.015 0L10.162 0l-.005.003c-.3.142-2.079 2.959.332 5.368z\"/><path fill=\"url(#cy-svg-55386c77j)\" d=\"M11.324 6.41a2 2 0 0 0-.116-.095q-.023-.018-.048-.035a2.68 2.68 0 0 0-1.87-.454c2.79 1.394 2.04 6.196-1.824 6.016a3.5 3.5 0 0 1-1.01-.195 4 4 0 0 1-.227-.093q-.066-.03-.13-.062l.004.003c.54.368 3.202 1.267 5.985-1l.004-.01c.07-.162.99-2.453-.768-4.074z\"/><path fill=\"url(#cy-svg-55386c77k)\" d=\"M4.272 8.951s.358-1.334 2.563-1.334c.238 0 .92-.665.932-.858a3.86 3.86 0 0 1-2.911-.114 2.93 2.93 0 0 0-2.851.114 1.99 1.99 0 0 0 1.837 1.156c-.144 1.268.526 2.745 2.149 3.521q.053.027.107.053C5.15 11 4.369 10.074 4.272 8.951\"/><path fill=\"url(#cy-svg-55386c77l)\" d=\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353l.002.013c-.877-2.185-2.363-3.067-3.578-4.986a9 9 0 0 1-.182-.297 3 3 0 0 1-.086-.16 1.4 1.4 0 0 1-.12-.32.02.02 0 0 0-.013-.007.03.03 0 0 0-.015 0l-.003.002-.006.003.003-.005C8.213 1.141 7.552 3.252 7.492 4.31c.09-.006.18-.014.273-.014a3.91 3.91 0 0 1 3.397 1.984 2.68 2.68 0 0 0-1.87-.454c2.79 1.395 2.04 6.196-1.824 6.016a3.5 3.5 0 0 1-1.01-.194 4 4 0 0 1-.227-.094q-.066-.03-.131-.062l.005.003-.113-.056q.053.027.108.053c-.947-.49-1.729-1.415-1.826-2.537 0 0 .358-1.334 2.563-1.334.238 0 .92-.665.932-.858-.003-.063-1.352-.6-1.879-1.118-.28-.277-.414-.41-.532-.511a2 2 0 0 0-.2-.152 3.6 3.6 0 0 1-.022-1.895 5.7 5.7 0 0 0-1.867 1.442h-.003c-.308-.39-.286-1.674-.268-1.942q-.137.055-.26.138-.406.29-.757.649a7 7 0 0 0-.726.87A6.55 6.55 0 0 0 .215 6.59l-.01.051c-.015.069-.08.415-.09.49q-.09.536-.114 1.08v.04a7.755 7.755 0 0 0 15.396 1.312q.019-.15.035-.3a8 8 0 0 0-.502-3.896\"/><path fill=\"url(#cy-svg-55386c77m)\" d=\"M15.532 10.359H7.46A3.46 3.46 0 0 0 4 13.819v1.691a.47.47 0 0 0 .468.469h8.072a3.46 3.46 0 0 0 3.46-3.46V9.891a.47.47 0 0 1-.469.468\"/><path fill=\"#20123a\" d=\"M7.612 13.137a.51.51 0 0 0 .267-.472c0-.416-.29-.65-.805-.65h-.961v2.326h.968c.515 0 .834-.23.834-.688a.54.54 0 0 0-.303-.516m-1.057-.723h.528c.235 0 .347.098.347.261 0 .159-.102.277-.34.277h-.535zm.531 1.521h-.531v-.58h.512c.284 0 .392.105.392.287 0 .181-.127.293-.373.293m1.258.406h1.563v-.427H8.792v-.528h1.115v-.424H8.792v-.524h1.115v-.423H8.344zm3.678-2.325h-1.73v.414h.647v1.91h.443v-1.91h.64zm1.203 0h-.442l-.88 2.325h.463l.152-.424h.971l.153.424h.462zm-.557 1.493.338-.924.333.924z\"/>",
|
|
524
|
+
"defs": "<defs><radialGradient id=\"cy-svg-55386c77b\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(16.6988 0 0 20.5459 13.845 -2.043)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".129\" stop-color=\"#ffbd4f\"/><stop offset=\".186\" stop-color=\"#ffac31\"/><stop offset=\".247\" stop-color=\"#ff9d17\"/><stop offset=\".283\" stop-color=\"#ff980e\"/><stop offset=\".403\" stop-color=\"#ff563b\"/><stop offset=\".467\" stop-color=\"#ff3750\"/><stop offset=\".71\" stop-color=\"#f5156c\"/><stop offset=\".782\" stop-color=\"#eb0878\"/><stop offset=\".86\" stop-color=\"#e50080\"/></radialGradient><radialGradient id=\"cy-svg-55386c77c\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(16.6988 0 0 20.5459 7.645 6.348)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".3\" stop-color=\"#960e18\"/><stop offset=\".351\" stop-color=\"#b11927\" stop-opacity=\".74\"/><stop offset=\".435\" stop-color=\"#db293d\" stop-opacity=\".343\"/><stop offset=\".497\" stop-color=\"#f5334b\" stop-opacity=\".094\"/><stop offset=\".53\" stop-color=\"#ff3750\" stop-opacity=\"0\"/></radialGradient><radialGradient id=\"cy-svg-55386c77d\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(50.3919 0 0 29.6712 8.233 -4.566)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".132\" stop-color=\"#fff44f\"/><stop offset=\".252\" stop-color=\"#ffdc3e\"/><stop offset=\".506\" stop-color=\"#ff9d12\"/><stop offset=\".526\" stop-color=\"#ff980e\"/></radialGradient><radialGradient id=\"cy-svg-55386c77e\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(17.8776 0 0 16.3057 3.092 17.604)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".353\" stop-color=\"#3a8ee6\"/><stop offset=\".472\" stop-color=\"#5c79f0\"/><stop offset=\".669\" stop-color=\"#9059ff\"/><stop offset=\"1\" stop-color=\"#c139e6\"/></radialGradient><radialGradient id=\"cy-svg-55386c77f\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(9.21472 -2.03196 2.19008 9.9318 9.09 5.763)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".206\" stop-color=\"#9059ff\" stop-opacity=\"0\"/><stop offset=\".278\" stop-color=\"#8c4ff3\" stop-opacity=\".064\"/><stop offset=\".747\" stop-color=\"#7716a8\" stop-opacity=\".45\"/><stop offset=\".975\" stop-color=\"#6e008b\" stop-opacity=\".6\"/></radialGradient><radialGradient id=\"cy-svg-55386c77g\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(46.9228 0 0 46.7445 33.359 -15.908)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#ffe226\"/><stop offset=\".121\" stop-color=\"#ffdb27\"/><stop offset=\".295\" stop-color=\"#ffc82a\"/><stop offset=\".502\" stop-color=\"#ffa930\"/><stop offset=\".732\" stop-color=\"#ff7e37\"/><stop offset=\".792\" stop-color=\"#ff7139\"/></radialGradient><radialGradient id=\"cy-svg-55386c77h\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(26.0347 0 0 31.011 12.752 -6.55)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".113\" stop-color=\"#fff44f\"/><stop offset=\".456\" stop-color=\"#ff980e\"/><stop offset=\".622\" stop-color=\"#ff5634\"/><stop offset=\".716\" stop-color=\"#ff3647\"/><stop offset=\".904\" stop-color=\"#e31587\"/></radialGradient><radialGradient id=\"cy-svg-55386c77i\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(77.432 1.676 -.033)scale(26.914 35.945)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff44f\"/><stop offset=\".06\" stop-color=\"#ffe847\"/><stop offset=\".168\" stop-color=\"#ffc830\"/><stop offset=\".304\" stop-color=\"#ff980e\"/><stop offset=\".356\" stop-color=\"#ff8b16\"/><stop offset=\".455\" stop-color=\"#ff672a\"/><stop offset=\".57\" stop-color=\"#ff3647\"/><stop offset=\".737\" stop-color=\"#e31587\"/></radialGradient><radialGradient id=\"cy-svg-55386c77j\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(37.477 0 0 38.18 2.808 -6.74)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".137\" stop-color=\"#fff44f\"/><stop offset=\".48\" stop-color=\"#ff980e\"/><stop offset=\".592\" stop-color=\"#ff5634\"/><stop offset=\".655\" stop-color=\"#ff3647\"/><stop offset=\".904\" stop-color=\"#e31587\"/></radialGradient><radialGradient id=\"cy-svg-55386c77k\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(44.8255 0 0 50.0477 24.988 -7.218)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".094\" stop-color=\"#fff44f\"/><stop offset=\".231\" stop-color=\"#ffe141\"/><stop offset=\".509\" stop-color=\"#ffaf1e\"/><stop offset=\".626\" stop-color=\"#ff980e\"/></radialGradient><linearGradient id=\"cy-svg-55386c77a\" x1=\"14.361\" x2=\"1.475\" y1=\"2.475\" y2=\"15.313\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".048\" stop-color=\"#fff44f\"/><stop offset=\".111\" stop-color=\"#ffe847\"/><stop offset=\".225\" stop-color=\"#ffc830\"/><stop offset=\".368\" stop-color=\"#ff980e\"/><stop offset=\".401\" stop-color=\"#ff8b16\"/><stop offset=\".462\" stop-color=\"#ff672a\"/><stop offset=\".534\" stop-color=\"#ff3647\"/><stop offset=\".705\" stop-color=\"#e31587\"/></linearGradient><linearGradient id=\"cy-svg-55386c77l\" x1=\"14.199\" x2=\"3.252\" y1=\"2.412\" y2=\"13.72\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".167\" stop-color=\"#fff44f\" stop-opacity=\".8\"/><stop offset=\".266\" stop-color=\"#fff44f\" stop-opacity=\".634\"/><stop offset=\".489\" stop-color=\"#fff44f\" stop-opacity=\".217\"/><stop offset=\".6\" stop-color=\"#fff44f\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"cy-svg-55386c77m\" x1=\"1.759\" x2=\"18.246\" y1=\"2.452\" y2=\"5.992\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#54ffbd\"/><stop offset=\"1\" stop-color=\"#0df\"/></linearGradient></defs>"
|
|
525
|
+
}
|
|
526
|
+
}, ["16"], "browser-firefox-beta")); };
|
|
527
|
+
var IconBrowserFirefoxDev = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
528
|
+
"16": {
|
|
529
|
+
"body": "<path fill=\"#09204d\" d=\"m4.226 9.317.488 1.354.734.99 1.722.328.824.07 1.408-.352.605-.58z\"/><path fill=\"#09204d\" d=\"m11.525 7.317-.172-.572-.494-.93-.564-.593-.6-.428-.52-.204-.624-.222-1.028-.066-.648.117-.528.163-.937.548-.586.654-.54.877-.212.748-.04 1.134.202.772.448.88.316.424.436.4.544.368.672.291 1.123.132.588.017.868-.244.776-.426.5-.426.388-.462.548-1.072.12-.734z\"/><path fill=\"#0e56d7\" d=\"m7.546 4.818-.46.456.75.304.558-.692z\"/><path fill=\"#1053d1\" d=\"m7.826 5.578 1.454-.045-.894-.647z\"/><path fill=\"#0b4fbf\" d=\"m9.166 4.878-.786.005.894.647.827-.054z\"/><path fill=\"#0b48b0\" d=\"m10.105 5.478-.47-.648.652.39z\"/><path fill=\"#0c45a7\" d=\"m10.725 5.878-.622-.398.18-.258z\"/><path fill=\"#0f46af\" d=\"m10.105 5.478-.104.444.57.228z\"/><path fill=\"#0c47ad\" d=\"m10.105 5.478.622.398-.157.276z\"/><path fill=\"#0e4fc3\" d=\"m9.286 5.538.827-.054-.104.444z\"/><path fill=\"#174dca\" d=\"m9.286 5.538-.654.592.841.411z\"/><path fill=\"#1650d4\" d=\"m7.826 5.578 1.454-.045-.654.592z\"/><path fill=\"#1246b2\" d=\"m10.005 5.938.396.767.174-.54z\"/><path fill=\"#133ea1\" d=\"m10.405 6.697.174-.54.414.986z\"/><path fill=\"#103d98\" d=\"m10.565 6.158.632.461-.218.524z\"/><path fill=\"#0b3785\" d=\"m10.725 5.878.122-.061.352.797z\"/><path fill=\"#0b3685\" d=\"m11.205 6.617.141.132-.494-.93z\"/><path fill=\"#0c3b91\" d=\"m11.205 6.617-.474-.737-.157.276zm-.916-1.393.442.656.122-.06z\"/><path fill=\"#0b3279\" d=\"m11.485 7.777-.14-1.02.172.572-.034.448z\"/><path fill=\"#0f388d\" d=\"m11.205 6.617.282 1.152-.14-1.02z\"/><path fill=\"#0d3481\" d=\"m10.985 7.137.498.628-.282-1.152z\"/><path fill=\"#0b2e71\" d=\"m11.485 7.777.034-.448.034 1.146-.066-.7z\"/><path fill=\"#0e2f77\" d=\"m11.405 8.677.15-.206-.066-.7z\"/><path fill=\"#0e2969\" d=\"m11.425 9.197-.12.058.24-.792z\"/><path fill=\"#0c2a69\" d=\"m11.305 9.257.24-.792-.15.206z\"/><path fill=\"#123180\" d=\"m11.405 8.677.084-.906-.256.302z\"/><path fill=\"#112b70\" d=\"m11.305 9.257.09-.584-.493.83z\"/><path fill=\"#12378c\" d=\"m10.985 7.137.498.628-.256.302z\"/><path fill=\"#122e7b\" d=\"m11.405 8.677-.172-.604-.26.744z\"/><path fill=\"#11296c\" d=\"m10.885 10.277.428-1.014-.4.74z\"/><path fill=\"#142a72\" d=\"m10.905 9.997.4-.74-.404.246z\"/><path fill=\"#112768\" d=\"m11.305 9.257-.428 1.014.548-1.072zm-.816 1.476.388-.462.028-.276zm-.5.426.5-.426-.528.242z\"/><path fill=\"#1c226a\" d=\"m7.086 11.457-.504.123.015-.352z\"/><path fill=\"#182b7a\" d=\"m4.286 6.677.14-.051-.352.798z\"/><path fill=\"#1f308d\" d=\"m4.066 7.417.266-.05.086-.75z\"/><path fill=\"#1e2b7f\" d=\"m4.086 8.377-.016-.96.266-.05z\"/><path fill=\"#1346b5\" d=\"m10.005 5.938-.536.613.932.154zm-4.679-.63.684-.468-.61.304z\"/><path fill=\"#1244ac\" d=\"m5.406 5.138.938-.548-.328.246-.61.304\"/><path fill=\"#0e4ab6\" d=\"m6.006 4.838.856-.408-.528.162z\"/><path fill=\"#0e4bba\" d=\"m9.286 5.538.187 1.003.536-.613zm-2.74-.754.798-.32-.464-.042z\"/><path fill=\"#0a4ebc\" d=\"m7.526 4.318-.648.117.464.041z\"/><path fill=\"#0c54cc\" d=\"m8.126 4.458-.798.008.185-.159\"/><path fill=\"#0b4bb4\" d=\"m9.645 4.838-.463.05.935.599zM8.14 4.46l1.038.137-.624-.222z\"/><path fill=\"#0c3889\" d=\"m9.645 4.838-.467-.242.52.204z\"/><path fill=\"#202575\" d=\"m4.226 9.317.308.252-.454-1.2zm4.24 2.38.27-.636-.984.264zm.27-.636.821.228.05-.636z\"/><path fill=\"#1b2773\" d=\"m9.965 10.977-.362-.316.874-.582z\"/><path fill=\"#15276d\" d=\"m10.485 10.077-.512.898.528-.242.414-.736z\"/><path fill=\"#0c409d\" d=\"m9.685 4.798-.052.038.652.39zm-.515.087.463-.05-.467-.241z\"/><path fill=\"#0b4cb7\" d=\"m7.526 4.318.612.15.414-.085zm1.652.288L8.14 4.469l1.042.428z\"/><path fill=\"#0b55ce\" d=\"m8.126 4.458.254.432.786-.005z\"/><path fill=\"#0a52c5\" d=\"m8.126 4.458.254.432-.848-.068z\"/><path fill=\"#0951c4\" d=\"m7.326 4.458.204.356.594-.364z\"/><path fill=\"#0b50c4\" d=\"m6.526 4.778.798-.32.204.356z\"/><path fill=\"#0f4dbf\" d=\"m6.006 4.838.522-.048.334-.36zm.522-.048.542.494.46-.456z\"/><path fill=\"#1546b6\" d=\"m6.526 4.778-.882.826.36-.78z\"/><path fill=\"#1549bd\" d=\"m5.646 5.618.562.093.32-.92z\"/><path fill=\"#144bc3\" d=\"m6.226 5.698.32-.92.542.494z\"/><path fill=\"#173794\" d=\"m4.826 5.798.035.332.477-.822z\"/><path fill=\"#192f84\" d=\"m4.426 6.617.402-.825.035.332z\"/><path fill=\"#1a389b\" d=\"m4.846 6.118.478-.822.324.312z\"/><path fill=\"#1d3089\" d=\"m4.826 6.837.03-.711-.437.493z\"/><path fill=\"#1e389f\" d=\"m4.826 6.837.03-.711.565.46z\"/><path fill=\"#1c40af\" d=\"m5.426 6.577.236-.97-.802.51z\"/><path fill=\"#1e41b7\" d=\"m5.426 6.577.236-.97.562.094z\"/><path fill=\"#192c7d\" d=\"m4.326 7.357.086-.75.406.218z\"/><path fill=\"#162467\" d=\"m8.466 11.717.756-.118.335-.29zm-4.44-3.16.056-.174-.016-.96zm.306-1.184-.25 1.008.454 1.2-.222-1.39z\"/><path fill=\"#1a236a\" d=\"m4.526 9.577.374.052-.262-.611z\"/><path fill=\"#132668\" d=\"m9.965 10.977-.412.32-.335.29.775-.426zm-2.2.838.589.016.868-.244-.756.117zm-2.879-1.548.394.075-.368-.72z\"/><path fill=\"#1b2268\" d=\"m6.586 11.237-.666-.514-.276.266.928.6zm-2.36-1.912.448.88-.14-.628zm-.202-.772.202.772-.147-.948zm3.72 2.78-1.158-.105.49.228-.504.124-.608-.19.672.293 1.124.132.7-.111zm-2.84-1.71L4.53 9.57l.35.696zm-.596-1.444.222 1.39.113-.56zm.964 2.16-.394-.076-.208-.069.316.424.436.4.544.37-.32-.408z\"/><path fill=\"#212a81\" d=\"m4.326 7.357.528.818-.036-1.348z\"/><path fill=\"#21267a\" d=\"m4.306 8.177.334.83.212-.832z\"/><path fill=\"#262781\" d=\"m4.646 9.017.212-.832.264.656z\"/><path fill=\"#272379\" d=\"m4.906 9.637 1.014.628-.8-1.416z\"/><path fill=\"#1e226d\" d=\"m4.666 10.197.21.069-.35-.696zm2.24.362-.32.67 1.158.104zm-2-.936.368.72.372.64.276-.266-.004-.464z\"/><path fill=\"#222475\" d=\"m9.605 10.657-.05.636.413-.32zm-1.771-.092-.084.764.983-.264-.035-.858z\"/><path fill=\"#23277d\" d=\"M4.306 8.177h.546l-.528-.818zm4.38 2.04.035.858.871-.408z\"/><path fill=\"#1e2776\" d=\"m8.706 10.217.562-.508.345.958z\"/><path fill=\"#222b86\" d=\"m9.605 10.657.424-1.286-.77.326z\"/><path fill=\"#192974\" d=\"m10.485 10.077-.874.582.424-1.286z\"/><path fill=\"#172a75\" d=\"m10.905 9.517-.878-.13.45.705.43-.082z\"/><path fill=\"#172d7d\" d=\"m10.965 8.817-.938.562.878.129.494-.83z\"/><path fill=\"#18338a\" d=\"m4.426 6.617.402-.825-.54.877zm6.2 1.024.35 1.178.26-.744z\"/><path fill=\"#153791\" d=\"m11.225 8.077-.242-.93-.368.496z\"/><path fill=\"#1b318b\" d=\"m10.025 9.377.938-.562-.91-.404z\"/><path fill=\"#242d8d\" d=\"m10.025 9.377-.85-.86.08 1.186z\"/><path fill=\"#2a2b8f\" d=\"m8.706 10.217-.652-.578 1.214.07z\"/><path fill=\"#27267f\" d=\"m4.906 9.637.214-.786-.476.174zm3.14.009-.212.938.864-.36z\"/><path fill=\"#2d2381\" d=\"m6.686 9.837-.628-.32-.144.746.99.308.921.01z\"/><path fill=\"#2f2485\" d=\"m7.826 10.577.212-.938-1.352.192z\"/><path fill=\"#233196\" d=\"m4.866 8.177.272-.866-.308-.482z\"/><path fill=\"#293cb7\" d=\"m5.426 6.577 1.19-.346-.628 1.284z\"/><path fill=\"#25339c\" d=\"m10.025 9.377-.85-.86.88-.107z\"/><path fill=\"#19348f\" d=\"m10.965 8.817-.35-1.178-.56.774z\"/><path fill=\"#2a309a\" d=\"m9.266 9.697-.972-.94.892-.246z\"/><path fill=\"#302b96\" d=\"m8.046 9.637 1.214.07-.972-.94z\"/><path fill=\"#3630a7\" d=\"m8.046 9.637-.664-.542.906-.328z\"/><path fill=\"#173da2\" d=\"m5.326 5.298.074-.165-.586.654zm5.06 1.395.22.942.367-.496z\"/><path fill=\"#2a36a8\" d=\"m5.426 6.577.562.938-.848-.2z\"/><path fill=\"#312e9f\" d=\"m5.126 7.317.848.2-.574.904z\"/><path fill=\"#184dcd\" d=\"m6.606 6.237.47-.955-.86.426z\"/><path fill=\"#272986\" d=\"m4.866 8.177.546.238-.282.418z\"/><path fill=\"#2c2584\" d=\"m5.406 8.417-.282.418.8 1.416.145-.746z\"/><path fill=\"#32268b\" d=\"m6.066 9.517.088-1.314-.75.228z\"/><path fill=\"#372999\" d=\"m6.066 9.517 1.316-.414-1.226-.9z\"/><path fill=\"#392da5\" d=\"m7.386 9.097-.128-1.016-1.098.116z\"/><path fill=\"#3338bc\" d=\"m7.246 8.077.928-.346.107 1.034z\"/><path fill=\"#362896\" d=\"m6.686 9.837 1.352-.192-.664-.542z\"/><path fill=\"#35268f\" d=\"m6.686 9.837-.628-.32 1.316-.414z\"/><path fill=\"#2648d3\" d=\"m6.606 6.237.806.086-.336-1.04z\"/><path fill=\"#1057dc\" d=\"m7.826 5.578-.75-.304.336 1.04z\"/><path fill=\"#1653da\" d=\"m7.826 5.578.8.547-1.214.19z\"/><path fill=\"#2b46d5\" d=\"m7.406 6.317 1.192.632-.422.78z\"/><path fill=\"#244ad7\" d=\"m8.606 6.957.023-.82-1.214.19z\"/><path fill=\"#2547cf\" d=\"m8.606 6.957.023-.82.842.412z\"/><path fill=\"#333cc5\" d=\"m7.406 6.317.768 1.412-1.348-.676z\"/><path fill=\"#3833b6\" d=\"m7.246 8.077.928-.346-1.348-.676z\"/><path fill=\"#2a41c6\" d=\"m8.186 7.737 1.19-.218-.768-.562z\"/><path fill=\"#2045c1\" d=\"m9.465 6.537-.097.972-.768-.562z\"/><path fill=\"#1b43b7\" d=\"m9.465 6.537.562.762-.657.208z\"/><path fill=\"#1742af\" d=\"m10.405 6.697-.932-.154.562.762z\"/><path fill=\"#1740a9\" d=\"m5.646 5.618.36-.78-.684.468zm4.74 1.085-.37.608.59.334z\"/><path fill=\"#1b3ca4\" d=\"m10.065 8.417.56-.774-.59-.334z\"/><path fill=\"#1f3dad\" d=\"m10.065 8.417-.03-1.108-.658.208z\"/><path fill=\"#2543c3\" d=\"m5.426 6.577 1.19-.346-.39-.53zm2.76 1.15 1 .788.19-1.006z\"/><path fill=\"#2e37b2\" d=\"m8.286 8.757.892-.246-1-.788z\"/><path fill=\"#2d40c7\" d=\"m6.606 6.237.226.822.58-.736z\"/><path fill=\"#3537b8\" d=\"m6.606 6.237-.628 1.284.854-.462z\"/><path fill=\"#3931b0\" d=\"m6.826 7.057-.678 1.138 1.098-.115z\"/><path fill=\"#3735b8\" d=\"m7.246 8.077.128 1.016.906-.328zm-1.098.116.678-1.138-.854.462z\"/><path fill=\"#342892\" d=\"m5.406 8.417.574-.904.177.676z\"/><path fill=\"#232372\" d=\"m5.966 11.397.608.19-.928-.6zm-.044-.676.666.514.32-.67-.99-.308zm1.824.618.084-.764-.922-.01zm.984-.264-.27.636 1.092-.408z\"/><path fill=\"#2a2f96\" d=\"m4.866 8.177.272-.866.274 1.104z\"/><path fill=\"#2636a5\" d=\"m5.126 7.317.286-.736-.594.254zm4.24.197-.19 1.006.88-.108z\"/><path fill=\"url(#cy-svg-3f2946d6a)\" d=\"M11.565 8.477v-.002L11.53 7.33v-.004l-.172-.572v-.001l-.494-.93-.568-.6h-.001l-.598-.428h-.002l-.52-.204H9.17l-.624-.222h-.004l-1.028-.065h-.004l-.648.117h-.002l-.528.162h-.004l-.938.546-.585.654-.54.878v.002l-.212.748v.002l-.04 1.134v.006l.202.772v.002l.448.88v.001l.31.436v.001l.435.4h.002l.544.368.673.292h.004l1.124.132h.001l.586.016h.005l.868-.244h.003l.775-.426h.002l.5-.426.389-.462.001-.002.548-1.072v-.004l.12-.732v-.002zm-6.139 2.54-.113-.104.254.199zm1.648.43-.396-.186.94.085zm.144-3.38-1.041.11.642-1.08zm-.363-.972 1.273.638-.876.326zm.373 1.006.122.96-1.16-.852zm.106.992-1.26.396.085-1.26zm-.07-.976.976.648-.856.31zm.016-.03.876-.328.101.976zm1.346-1.128.812-.384-.092.912zm.692.55-1.116.204.396-.732zM8.17 7.7l-.726-1.336 1.126.598zm-.04-.004-1.282-.641.55-.7zm-1.98.458-.163-.624.788-.425zm-.108 1.304-.624-1.022.706-.214zm1.272-.324-.634.676-.58-.294zm.938-.338-.226.814-.624-.506zM8.19 7.772l.942.744-.84.232zm.019-.028 1.127-.206-.18.954zm1.167-.252.09-.902.523.708zm.624-.162.029 1.032-.644-.838zM8.61 6.926l.022-.766.786.384zm-.034 0L7.454 6.33l1.143-.177zm-1.747.096-.21-.766.75.08zM6.8 7.05l-.795.43.585-1.196zm-.678 1.134-.691.21.528-.832zm-.124 1.264-.864-.612.258-.382zm.07.086.579.294-.714.394zM7.37 9.12l.622.507-1.266.18zm.914-.32.92.887-1.148-.065zm.024-.024.844-.232.076 1.122zm1.058-1.22.648.844-.826.1zm.668-.22.548.31-.52.718zm.006-.035.34-.558.201.864zm-.025-.025-.522-.708.866.143zM8.644 6.128l.612-.554.175.94zm-1.212.17.388-.69.748.514zm-.812-.077.44-.895.314.975zm-.656 1.264-.534-.892 1.132-.33zm-.566.896-.258-1.04.798.19zm-.284.424-.235-.588.487.214zm.92.712-.133.69-.74-1.308zm.636.336.202.684-.922-.286zm1.34-.197-.2.89-1.082-.708zm1.194.064-.52.472-.604-.536zm-.02-1.155.8.81-.725.307zm.017-.032.826-.1L10 9.34zm1.396-.856.33 1.11-.856-.382zm-.187-.938.538.408-.336.454zm-.926-.208.5-.571.368.715zm-.022-.025-.175-.934.674.364zM8.61 6.11l-.746-.51 1.356-.041zm-1.208.168-.312-.97.7.284zm-.812-.076-.362-.49.798-.396zm-.025.023-1.108.324.744-.816zM5.93 7.493l-.79-.187.268-.686zm-.564.9-.5-.22.248-.794zm-.278.438-.43.157.192-.75zm.774 1.376-.945-.586.2-.734zm.964.351-.896.143-.003-.422zm-.114-.69 1.052.688-.852-.01zm1.332-.2.612.543-.81.335zm1.198.07.324.895-.848-.42zm.029-.02.72-.307-.399 1.204zm.793-1.277.856.382-.884.53zm.574-.758.56.398-.24.682zm-.006-.046.336-.454.222.852zm-.224-.944.155-.483.372.885zm-.023-.037-.358-.692.512.204zm-1.056-1.1.746-.049-.094.4zm-1.476.013.524-.652.842.61zm-.03-.016-.27-.708.79.064zm-.036.003-.69-.28.424-.42zm-1.552.119.296-.856.504.46zm-.796.85.218-.89.516.086zm-.322.76-.277-.438.537-.23zm-.014.04-.238.76-.032-1.186zm-.274.88-.195.76-.304-.76zM4.32 8.17l.016-.746.482.746zm.768.7-.194.708-.236-.552zm.776 1.378-.586.083-.336-.654zm.032.03.003.415-.58-.334zm.977.31-.298.62-.617-.476zm.035.006.784.724-1.084-.098zm.039-.01.86.009-.079.712zm1.727-.34.033.803-.842-.47zm.034.002.85.422-.818.382zm1.318-.824.422.66-.82.544zm.03-.017.811.12-.396.53zm.015-.032.87-.52-.057.64zm1.147-1.24.154.536-.384.125zm-.206-.915.44.553-.226.266zm-.412-1.01.572.418-.196.474zm-.59-.288.093-.392.412.594zm-.727-.398-.1-.6.86.55zm-.038-.02-.82-.594.72-.005zM7.577 4.81l.536-.328.23.39zm-.514.446-.496-.452.916.034zm-.872.43L5.678 5.6l.805-.756zm-.797.866-.526-.428.748-.476zm-.023.025-.544.232.027-.652zm-.544 1.546-.488-.756.454-.49zm-.212.892-.092.462L4.34 8.33zm.024.055.228.534-.326-.046zm.594 1.252-.346-.067.022-.564zm.652.4-.246.236-.33-.566zm.029.018.588.454-.834-.218zm1.922-.14.84.465-.92.248zm1.737.091-.046.586-.758-.21zm.844-.556-.466.818-.33-.29zm.46-.578.002.428-.373.072zm.094-.728.38-.122-.432.728zm.264-.751.216-.254-.07.761zm-.242-.938.193-.466.25 1.026zm-.412-.988.136-.238.41.638zm-.024-.027-.402-.58.538.344zm-1.35-1.228.408-.043.412.568zm-.828-.024-.223-.38.915.376zM7.528 4.8l-.18-.316.708-.007zm-.036.006L6.6 4.77l.71-.284zm-1.8.736.32-.692.462-.042zm-.057.043-.292-.28.616-.422zm-.022.026-.726.462.434-.744zm-.82 1.198-.364-.196.39-.442zm-.011.032-.442.476.076-.672zm-.5 1.336-.187.152.202-.812zm.004.04.191 1.197-.392-1.033zm.59 1.425-.022.562-.304-.608zm.376.72.312.534-.638-.596zm1.31.884-.014.308-.813-.526zm.033.013.422.198-.436.106zm1.126.099.013.434-.614-.322zm.972-.26-.25.585-.658-.341zm.04-.006.758.21-1.006.376zm.876-.391.32.28-.366.283zm.871-.6.37-.071-.811.844zm.436-.164-.002-.418.342-.208zm.03-.476.414-.696-.076.49zm.528-1.504.049.512-.11.152zm-.252-1.281.095.088.095.686zm-.48-.782.09-.045.257.584zm-.623-.408.156-.224.382.568zm-.025-.025L9.686 4.9l.564.337zm-.918-.587-.002-.244.392.202zm-.034-.007-.897-.368.895.118zm-1.775-.412.143-.123.474.117zm-.78.292.278-.3.384.035zm-.072.028-.42.038.692-.33zm-1.158.483.047-.104.386-.191zm-.508.816-.028-.272.42-.4zm-.029.048-.348.396.32-.66zM4.3 7.355l-.222.041.294-.667zm-.007.036-.212.856-.014-.816zm.187 2.14-.252-.208-.12-.78zm.354.72-.161-.053-.108-.484zm.69.665-.536-.29-.086-.29zm.098.092.232.296-.71-.556zm.087.056.738.476-.484-.151zm1.356.424.573.3-.997-.197zm.687-.114.642.334-.63.1zm1.706-.016-.26.226-.588.091zm.482-.338.022.14-.338.105zm.876-.903-.346.617-.442.204zm.097-.103.232-.428-.248.588zm.49-1.322.087-.121-.14.464zm.084-.914-.001-.009.008-.115.01.298zm-.024-.169-.087-.636.109.36zm-.26-.992-.16-.364.225.424zm-.481-.75-.32-.473.408.43zM9.654 4.845l.021-.016.246.176zm-.033-.019-.166-.086.185.073zm-1.403-.364.312-.064.468.167zm-.102-.013-.424-.105.712.045zm-.804.007-.33-.03.464-.083zm-1.168.296.19-.141.306-.094zm-.155.074-.164.082.252-.148zm-.688.472-.195.186.222-.248zM4.39 6.61l-.086.032.336-.546zm-.112.078.093-.035-.236.536zm-.232 1.392.004.298-.017.054zm.016.375.085.548-.117-.448zm.444 1.136.11.49-.35-.688zm.352.7.076.256-.226-.304zm1.695 1.316.032.05-.332-.144zm.086.072-.04-.062.721.142zm1.77.06-.077.086-.396-.011zm.052-.008.472-.074-.542.153zm1.092-.408.278-.086-.488.27zm.444-.184-.022-.14.404-.186zm.877-1.052-.019.19-.265.317zm.438-.806.069-.033-.314.616zm.091-.081-.076.037.154-.508z\"/><path fill=\"url(#cy-svg-3f2946d6b)\" d=\"M11.565 8.477v-.002L11.53 7.33v-.004l-.172-.572v-.001l-.494-.93-.568-.6h-.001l-.598-.428h-.002l-.52-.204H9.17l-.624-.222h-.004l-1.028-.065h-.004l-.648.117h-.002l-.528.162h-.004l-.938.546-.585.654-.54.878v.002l-.212.748v.002l-.04 1.134v.006l.202.772v.002l.448.88v.001l.31.436v.001l.435.4h.002l.544.368.673.292h.004l1.124.132h.001l.586.016h.005l.868-.244h.003l.775-.426h.002l.5-.426.389-.462.001-.002.548-1.072v-.004l.12-.732v-.002zm-6.139 2.54-.113-.104.254.199zm1.648.43-.396-.186.94.085zm.144-3.38-1.041.11.642-1.08zm-.363-.972 1.273.638-.876.326zm.373 1.006.122.96-1.16-.852zm.106.992-1.26.396.085-1.26zm-.07-.976.976.648-.856.31zm.016-.03.876-.328.101.976zm1.346-1.128.812-.384-.092.912zm.692.55-1.116.204.396-.732zM8.17 7.7l-.726-1.336 1.126.598zm-.04-.004-1.282-.641.55-.7zm-1.98.458-.163-.624.788-.425zm-.108 1.304-.624-1.022.706-.214zm1.272-.324-.634.676-.58-.294zm.938-.338-.226.814-.624-.506zM8.19 7.772l.942.744-.84.232zm.019-.028 1.127-.206-.18.954zm1.167-.252.09-.902.523.708zm.624-.162.029 1.032-.644-.838zM8.61 6.926l.022-.766.786.384zm-.034 0L7.454 6.33l1.143-.177zm-1.747.096-.21-.766.75.08zM6.8 7.05l-.795.43.585-1.196zm-.678 1.134-.691.21.528-.832zm-.124 1.264-.864-.612.258-.382zm.07.086.579.294-.714.394zM7.37 9.12l.622.507-1.266.18zm.914-.32.92.887-1.148-.065zm.024-.024.844-.232.076 1.122zm1.058-1.22.648.844-.826.1zm.668-.22.548.31-.52.718zm.006-.035.34-.558.201.864zm-.025-.025-.522-.708.866.143zM8.644 6.128l.612-.554.175.94zm-1.212.17.388-.69.748.514zm-.812-.077.44-.895.314.975zm-.656 1.264-.534-.892 1.132-.33zm-.566.896-.258-1.04.798.19zm-.284.424-.235-.588.487.214zm.92.712-.133.69-.74-1.308zm.636.336.202.684-.922-.286zm1.34-.197-.2.89-1.082-.708zm1.194.064-.52.472-.604-.536zm-.02-1.155.8.81-.725.307zm.017-.032.826-.1L10 9.34zm1.396-.856.33 1.11-.856-.382zm-.187-.938.538.408-.336.454zm-.926-.208.5-.571.368.715zm-.022-.025-.175-.934.674.364zM8.61 6.11l-.746-.51 1.356-.041zm-1.208.168-.312-.97.7.284zm-.812-.076-.362-.49.798-.396zm-.025.023-1.108.324.744-.816zM5.93 7.493l-.79-.187.268-.686zm-.564.9-.5-.22.248-.794zm-.278.438-.43.157.192-.75zm.774 1.376-.945-.586.2-.734zm.964.351-.896.143-.003-.422zm-.114-.69 1.052.688-.852-.01zm1.332-.2.612.543-.81.335zm1.198.07.324.895-.848-.42zm.029-.02.72-.307-.399 1.204zm.793-1.277.856.382-.884.53zm.574-.758.56.398-.24.682zm-.006-.046.336-.454.222.852zm-.224-.944.155-.483.372.885zm-.023-.037-.358-.692.512.204zm-1.056-1.1.746-.049-.094.4zm-1.476.013.524-.652.842.61zm-.03-.016-.27-.708.79.064zm-.036.003-.69-.28.424-.42zm-1.552.119.296-.856.504.46zm-.796.85.218-.89.516.086zm-.322.76-.277-.438.537-.23zm-.014.04-.238.76-.032-1.186zm-.274.88-.195.76-.304-.76zM4.32 8.17l.016-.746.482.746zm.768.7-.194.708-.236-.552zm.776 1.378-.586.083-.336-.654zm.032.03.003.415-.58-.334zm.977.31-.298.62-.617-.476zm.035.006.784.724-1.084-.098zm.039-.01.86.009-.079.712zm1.727-.34.033.803-.842-.47zm.034.002.85.422-.818.382zm1.318-.824.422.66-.82.544zm.03-.017.811.12-.396.53zm.015-.032.87-.52-.057.64zm1.147-1.24.154.536-.384.125zm-.206-.915.44.553-.226.266zm-.412-1.01.572.418-.196.474zm-.59-.288.093-.392.412.594zm-.727-.398-.1-.6.86.55zm-.038-.02-.82-.594.72-.005zM7.577 4.81l.536-.328.23.39zm-.514.446-.496-.452.916.034zm-.872.43L5.678 5.6l.805-.756zm-.797.866-.526-.428.748-.476zm-.023.025-.544.232.027-.652zm-.544 1.546-.488-.756.454-.49zm-.212.892-.092.462L4.34 8.33zm.024.055.228.534-.326-.046zm.594 1.252-.346-.067.022-.564zm.652.4-.246.236-.33-.566zm.029.018.588.454-.834-.218zm1.922-.14.84.465-.92.248zm1.737.091-.046.586-.758-.21zm.844-.556-.466.818-.33-.29zm.46-.578.002.428-.373.072zm.094-.728.38-.122-.432.728zm.264-.751.216-.254-.07.761zm-.242-.938.193-.466.25 1.026zm-.412-.988.136-.238.41.638zm-.024-.027-.402-.58.538.344zm-1.35-1.228.408-.043.412.568zm-.828-.024-.223-.38.915.376zM7.528 4.8l-.18-.316.708-.007zm-.036.006L6.6 4.77l.71-.284zm-1.8.736.32-.692.462-.042zm-.057.043-.292-.28.616-.422zm-.022.026-.726.462.434-.744zm-.82 1.198-.364-.196.39-.442zm-.011.032-.442.476.076-.672zm-.5 1.336-.187.152.202-.812zm.004.04.191 1.197-.392-1.033zm.59 1.425-.022.562-.304-.608zm.376.72.312.534-.638-.596zm1.31.884-.014.308-.813-.526zm.033.013.422.198-.436.106zm1.126.099.013.434-.614-.322zm.972-.26-.25.585-.658-.341zm.04-.006.758.21-1.006.376zm.876-.391.32.28-.366.283zm.871-.6.37-.071-.811.844zm.436-.164-.002-.418.342-.208zm.03-.476.414-.696-.076.49zm.528-1.504.049.512-.11.152zm-.252-1.281.095.088.095.686zm-.48-.782.09-.045.257.584zm-.623-.408.156-.224.382.568zm-.025-.025L9.686 4.9l.564.337zm-.918-.587-.002-.244.392.202zm-.034-.007-.897-.368.895.118zm-1.775-.412.143-.123.474.117zm-.78.292.278-.3.384.035zm-.072.028-.42.038.692-.33zm-1.158.483.047-.104.386-.191zm-.508.816-.028-.272.42-.4zm-.029.048-.348.396.32-.66zM4.3 7.355l-.222.041.294-.667zm-.007.036-.212.856-.014-.816zm.187 2.14-.252-.208-.12-.78zm.354.72-.161-.053-.108-.484zm.69.665-.536-.29-.086-.29zm.098.092.232.296-.71-.556zm.087.056.738.476-.484-.151zm1.356.424.573.3-.997-.197zm.687-.114.642.334-.63.1zm1.706-.016-.26.226-.588.091zm.482-.338.022.14-.338.105zm.876-.903-.346.617-.442.204zm.097-.103.232-.428-.248.588zm.49-1.322.087-.121-.14.464zm.084-.914-.001-.009.008-.115.01.298zm-.024-.169-.087-.636.109.36zm-.26-.992-.16-.364.225.424zm-.481-.75-.32-.473.408.43zM9.654 4.845l.021-.016.246.176zm-.033-.019-.166-.086.185.073zm-1.403-.364.312-.064.468.167zm-.102-.013-.424-.105.712.045zm-.804.007-.33-.03.464-.083zm-1.168.296.19-.141.306-.094zm-.155.074-.164.082.252-.148zm-.688.472-.195.186.222-.248zM4.39 6.61l-.086.032.336-.546zm-.112.078.093-.035-.236.536zm-.232 1.392.004.298-.017.054zm.016.375.085.548-.117-.448zm.444 1.136.11.49-.35-.688zm.352.7.076.256-.226-.304zm1.695 1.316.032.05-.332-.144zm.086.072-.04-.062.721.142zm1.77.06-.077.086-.396-.011zm.052-.008.472-.074-.542.153zm1.092-.408.278-.086-.488.27zm.444-.184-.022-.14.404-.186zm.877-1.052-.019.19-.265.317zm.438-.806.069-.033-.314.616zm.091-.081-.076.037.154-.508z\"/><path fill=\"url(#cy-svg-3f2946d6c)\" d=\"M14.945 5.358c-.338-.81-1.02-1.686-1.556-1.962.382.741.646 1.537.784 2.36v.007l.002.008c.6 1.712.513 3.59-.242 5.24-.89 1.905-3.04 3.859-6.419 3.759-3.639-.103-6.838-2.8-7.438-6.34-.11-.557 0-.84.055-1.291q-.113.529-.126 1.07v.04a7.758 7.758 0 0 0 15.397 1.31q.019-.15.035-.3a7.96 7.96 0 0 0-.503-3.9z\"/><path fill=\"url(#cy-svg-3f2946d6d)\" d=\"M14.945 5.358c-.338-.81-1.02-1.686-1.556-1.962.382.741.646 1.537.784 2.36v.007l.002.008c.6 1.712.513 3.59-.242 5.24-.89 1.905-3.04 3.859-6.419 3.759-3.639-.103-6.838-2.8-7.438-6.34-.11-.557 0-.84.055-1.291q-.113.529-.126 1.07v.04a7.758 7.758 0 0 0 15.397 1.31q.019-.15.035-.3a7.96 7.96 0 0 0-.503-3.9z\"/><path fill=\"url(#cy-svg-3f2946d6e)\" d=\"M.079 8.437c.598 3.54 3.8 6.239 7.438 6.339 3.36.095 5.52-1.858 6.42-3.76a7.02 7.02 0 0 0 .241-5.238V5.77l-.001-.007.002.013c.276 1.795-.64 3.54-2.06 4.719l-.004.01c-2.78 2.26-5.46 1.366-6 .998l-.112-.057c-1.624-.775-2.3-2.26-2.16-3.519a1.99 1.99 0 0 1-1.838-1.156 2.94 2.94 0 0 1 2.86-.114c.92.42 1.969.46 2.92.114-.003-.063-1.354-.6-1.88-1.117-.282-.276-.416-.41-.534-.51a2 2 0 0 0-.2-.152l-.16-.106c-.566-.368-1.692-.348-1.728-.346H3.28c-.308-.39-.286-1.674-.268-1.942a1.4 1.4 0 0 0-.26.138q-.407.29-.758.647a7 7 0 0 0-.726.87 6.5 6.5 0 0 0-1.042 2.34c-.003.017-.28 1.22-.143 1.845z\"/><path fill=\"url(#cy-svg-3f2946d6f)\" d=\"M10.505 5.378c.283.278.526.594.72.94q.06.045.117.095c1.76 1.62.838 3.899.768 4.079 1.43-1.176 2.34-2.92 2.06-4.72-.879-2.179-2.36-3.059-3.58-4.978a10 10 0 0 1-.183-.296 2 2 0 0 1-.085-.16A1.4 1.4 0 0 1 10.2.016a.02.02 0 0 0-.013-.006h-.014l-.004.002-.006.002c-.3.143-2.08 2.96.332 5.36z\"/><path fill=\"url(#cy-svg-3f2946d6g)\" d=\"m7.526 4.318 1.028.065.624.222.52.204.6.428.563.594.196.37.127.082.048.036a4.2 4.2 0 0 0-.72-.94C8.092 2.98 9.88.16 10.18.02l.004-.004c-1.95 1.14-2.62 3.259-2.68 4.299v.006z\"/><path fill=\"url(#cy-svg-3f2946d6h)\" d=\"M5.006 4.878q.082.051.16.106a3.6 3.6 0 0 1-.022-1.894 5.7 5.7 0 0 0-1.867 1.442c.038 0 1.164-.021 1.73.346\"/><path fill=\"url(#cy-svg-3f2946d6i)\" d=\"M4.286 8.937s.358-1.334 2.56-1.334c.238 0 .92-.664.934-.858a3.86 3.86 0 0 1-2.92-.114A2.94 2.94 0 0 0 2 6.745 1.99 1.99 0 0 0 3.84 7.901c-.144 1.268.527 2.74 2.16 3.52q.053.027.107.052c-.948-.49-1.73-1.413-1.828-2.54z\"/><path fill=\"url(#cy-svg-3f2946d6j)\" d=\"M11.345 6.397a2 2 0 0 0-.116-.095l-.049-.035a2.68 2.68 0 0 0-1.871-.454c2.8 1.394 2.04 6.199-1.826 6.019a3.4 3.4 0 0 1-1.01-.195 5 5 0 0 1-.228-.093q-.065-.03-.13-.062l.005.003c.54.368 3.2 1.266 5.979-1l.004-.01c.069-.163.99-2.459-.768-4.079z\"/><path fill=\"url(#cy-svg-3f2946d6k)\" d=\"M14.945 5.358c-.338-.81-1.02-1.686-1.556-1.962.383.741.648 1.537.786 2.36l.001.012c-.878-2.18-2.36-3.06-3.58-4.979a9 9 0 0 1-.182-.296 3 3 0 0 1-.085-.16 1.4 1.4 0 0 1-.121-.32.02.02 0 0 0-.013-.008h-.014l-.004.003-.006.003.003-.005c-1.95 1.14-2.62 3.26-2.68 4.32l.017-.003 1.027.065.578.206.566.22.6.428.564.594.197.37a2.66 2.66 0 0 0-1.744-.372c2.8 1.394 2.04 6.199-1.826 6.019a3.5 3.5 0 0 1-1.01-.195 4 4 0 0 1-.358-.156l.005.004-.113-.056q.053.027.108.052c-.948-.49-1.73-1.413-1.828-2.54 0 0 .358-1.333 2.56-1.333.238 0 .92-.664.933-.858-.002-.063-1.353-.6-1.88-1.118-.281-.276-.415-.41-.533-.51a2 2 0 0 0-.2-.15 3.6 3.6 0 0 1-.022-1.895A5.7 5.7 0 0 0 3.267 4.54h-.003c-.308-.39-.286-1.674-.268-1.941a1.4 1.4 0 0 0-.26.137 5.6 5.6 0 0 0-.758.65 7 7 0 0 0-.724.867 6.5 6.5 0 0 0-1.04 2.34l-.01.051c-.015.068-.08.414-.09.488Q.024 7.67 0 8.214v.04a7.759 7.759 0 0 0 15.397 1.311l.036-.3a7.96 7.96 0 0 0-.504-3.899z\"/><path fill=\"url(#cy-svg-3f2946d6l)\" d=\"M7.786 6.757q-.001.002-.094.035c-.151.256-.69.746-.896.744-2.2-.01-2.58 1.31-2.58 1.31.041.45.19.884.433 1.265a2.8 2.8 0 0 1-.37-1.164s.358-1.333 2.56-1.333c.237 0 .92-.664.933-.858z\"/><path fill=\"url(#cy-svg-3f2946d6m)\" d=\"M14.185 5.778V5.77q-.002-.01 0-.007l.001.013a8 8 0 0 0-.228-.508q-.057-.121-.118-.235l-.076-.138q-.056-.1-.114-.2-.043-.07-.086-.138l-.114-.178q-.046-.07-.093-.136-.058-.084-.117-.166l-.098-.132-.118-.155-.103-.13-.121-.15-.107-.127-.058-.07.024.03c-.673-.793-1.403-1.523-2.06-2.56a10 10 0 0 1-.182-.295 2 2 0 0 1-.085-.16 1.6 1.6 0 0 1-.107-.272L10.22.039l-.009-.03A.02.02 0 0 0 10.198 0h-.014l-.004.003-.006.003a.2.2 0 0 0-.058.044 1 1 0 0 0-.061.065l-.003.002c-.464.546-1.651 2.92.262 5.06-1.791-2.1-.662-4.38-.171-4.98q.04.12.095.234.04.082.086.16.09.153.183.296c1.215 1.918 2.699 2.8 3.579 4.98q-.001-.012-.002-.013l.002.007v.007a7.02 7.02 0 0 1-.24 5.24 6.4 6.4 0 0 1-1.231 1.767 6.4 6.4 0 0 0 1.326-1.862 7.02 7.02 0 0 0 .242-5.239z\"/><path fill=\"url(#cy-svg-3f2946d6n)\" d=\"M10.165.004 10.17 0C8.414 1.028 7.71 2.84 7.53 3.96A5.74 5.74 0 0 1 9.87.34c.071-.132.169-.248.286-.34z\"/><path fill=\"url(#cy-svg-3f2946d6o)\" d=\"m12.105 10.497.004-.01c.069-.163.99-2.46-.767-4.08a2 2 0 0 0-.117-.095l-.048-.035a2.7 2.7 0 0 0-1.8-.464l-.071.011c2.76 1.378 2.06 6.079-1.696 6.019l.03.002c3.8.15 4.56-4.52 1.912-5.98a2.8 2.8 0 0 1 1.52.458q.061.043.12.09c1.821 1.55.99 3.88.927 4.04l-.004.01\"/><path fill=\"url(#cy-svg-3f2946d6p)\" d=\"M4.886 6.717a3.88 3.88 0 0 0 2.8.07 3.88 3.88 0 0 1-2.82-.147 2.94 2.94 0 0 0-2.82.09l-.01.006-.009.006-.006.004-.004.003h-.001l-.003.002h-.001l.003.009v.001l.005.01v.002l.006.014v.002l.051.097a1.98 1.98 0 0 0 1.77 1.02c-.14 1.23.488 2.66 2 3.44-1.452-.837-2.06-2.36-1.892-3.56-1.122-.03-1.622-.702-1.766-.986a3.06 3.06 0 0 1 2.68-.086z\"/><path fill=\"url(#cy-svg-3f2946d6q)\" d=\"m5.166 4.978-.038-.022.04.026zm-.008-.029a3.6 3.6 0 0 1-.012-1.861A5.7 5.7 0 0 0 3.35 4.449a5.9 5.9 0 0 1 1.638-1.155 3.64 3.64 0 0 0 .17 1.655\"/><path fill=\"url(#cy-svg-3f2946d6r)\" d=\"M.265 9.237.26 9.215a7 7 0 0 1-.18-.79 3.4 3.4 0 0 1 0-1 7 7 0 0 0-.071.776v.04a7.76 7.76 0 0 0 5.2 7.319 7.84 7.84 0 0 1-4.96-6.32z\"/><path fill=\"url(#cy-svg-3f2946d6s)\" d=\"M.204 8.457c-.136-.624.14-1.828.143-1.846.19-.84.544-1.636 1.042-2.34q.326-.463.724-.867a5.7 5.7 0 0 1 .758-.648l.032-.02c-.002.59.031 1.584.304 1.91h.004c.037-.002 1.168-.052 1.744.3l.164.102q.107.068.206.146c.121.097.258.228.548.496.42.39 1.334.778 1.727.964C7.217 6.46 6.31 6.046 5.9 5.642c-.282-.276-.416-.41-.534-.51a2 2 0 0 0-.2-.152l-.16-.106c-.566-.368-1.692-.348-1.728-.346h-.003c-.282-.356-.288-1.458-.272-1.85l.001-.041V2.61q0-.012.002-.023L3 2.586h-.007l-.004.002-.006.002-.007.003-.007.003-.008.004-.008.004-.01.005-.008.004-.011.006-.007.004a4 4 0 0 0-.173.1q-.406.29-.757.647a7 7 0 0 0-.726.872A6.5 6.5 0 0 0 .22 6.582c-.004.017-.28 1.22-.143 1.846.51 2.999 2.9 5.419 5.859 6.118-2.9-.75-5.22-3.119-5.74-6.098z\"/><path fill=\"url(#cy-svg-3f2946d6t)\" d=\"M14.945 5.358a4.76 4.76 0 0 0-1.362-1.84l-.014-.01-.107-.07-.016-.01-.058-.032.098.2c.331.683.562 1.41.686 2.16l.002.013c.276 1.795-.64 3.539-2.06 4.719l-.004.01c-1.776 1.444-3.5 1.601-4.66 1.432 1.154.215 2.98.124 4.84-1.4l.004-.01c1.43-1.176 2.34-2.92 2.06-4.72l-.002-.012a7.8 7.8 0 0 0-.566-1.888c.34.36.625.768.848 1.21a7.7 7.7 0 0 1 .718 3.799q-.008.149-.019.296a7.72 7.72 0 0 1-7.278 6.759 8 8 0 0 1-1.532-.063A7.76 7.76 0 0 0 15.4 9.562q.019-.149.035-.3a7.96 7.96 0 0 0-.504-3.899z\"/>",
|
|
530
|
+
"defs": "<defs><linearGradient id=\"cy-svg-3f2946d6f\" x1=\"6.572\" x2=\"9.667\" y1=\"-1.61\" y2=\"18.144\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#aaf2ff\"/><stop offset=\".29\" stop-color=\"#0df\"/><stop offset=\".61\" stop-color=\"#0090ed\"/><stop offset=\".89\" stop-color=\"#0250bb\"/></linearGradient><linearGradient id=\"cy-svg-3f2946d6g\" x1=\"5.906\" x2=\"9.987\" y1=\"-.04\" y2=\"19.699\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#aaf2ff\"/><stop offset=\".29\" stop-color=\"#0df\"/><stop offset=\".74\" stop-color=\"#0090ed\"/><stop offset=\"1\" stop-color=\"#0250bb\"/></linearGradient><linearGradient id=\"cy-svg-3f2946d6k\" x1=\"13.338\" x2=\"2.697\" y1=\"2.406\" y2=\"13.103\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".24\" stop-color=\"#80ebff\" stop-opacity=\".5\"/><stop offset=\".7\" stop-color=\"#0df\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"cy-svg-3f2946d6l\" x1=\"9.432\" x2=\"2.657\" y1=\"-1.579\" y2=\"23.768\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#bff3ff\" stop-opacity=\".9\"/><stop offset=\"1\" stop-color=\"#80ebff\" stop-opacity=\".5\"/></linearGradient><linearGradient id=\"cy-svg-3f2946d6m\" x1=\"7.903\" x2=\"7.422\" y1=\"-.323\" y2=\"22.285\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#bff3ff\"/><stop offset=\"1\" stop-color=\"#0df\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"cy-svg-3f2946d6n\" x1=\"8.043\" x2=\"7.217\" y1=\"-.642\" y2=\"22.949\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#bff3ff\"/><stop offset=\"1\" stop-color=\"#aaf2ff\" stop-opacity=\".5\"/></linearGradient><linearGradient id=\"cy-svg-3f2946d6o\" x1=\"8.179\" x2=\"7.202\" y1=\"-.359\" y2=\"22.625\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#bff3ff\"/><stop offset=\"1\" stop-color=\"#0df\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"cy-svg-3f2946d6p\" x1=\"7.562\" x2=\"8.927\" y1=\"-.309\" y2=\"19.707\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#bff3ff\" stop-opacity=\".8\"/><stop offset=\"1\" stop-color=\"#80ebff\" stop-opacity=\".2\"/></linearGradient><linearGradient id=\"cy-svg-3f2946d6q\" x1=\"18.147\" x2=\"3.127\" y1=\"-3.702\" y2=\"20\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#bff3ff\" stop-opacity=\".8\"/><stop offset=\"1\" stop-color=\"#80ebff\" stop-opacity=\".2\"/></linearGradient><linearGradient id=\"cy-svg-3f2946d6r\" x1=\"8.073\" x2=\"7.262\" y1=\"-.155\" y2=\"21.918\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#0df\" stop-opacity=\".4\"/><stop offset=\"1\" stop-color=\"#0df\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"cy-svg-3f2946d6s\" x1=\"7.763\" x2=\"7.763\" y1=\"-1.926\" y2=\"15.884\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#bff3ff\"/><stop offset=\"1\" stop-color=\"#0df\" stop-opacity=\"0\"/></linearGradient><linearGradient id=\"cy-svg-3f2946d6t\" x1=\"11.284\" x2=\"10.23\" y1=\"3.018\" y2=\"21.181\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#bff3ff\" stop-opacity=\".8\"/><stop offset=\"1\" stop-color=\"#0df\" stop-opacity=\"0\"/></linearGradient><radialGradient id=\"cy-svg-3f2946d6a\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(9.31448 0 0 9.61992 8.54 3.97)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".1\" stop-color=\"#0df\" stop-opacity=\".4\"/><stop offset=\".9\" stop-color=\"#7542e5\" stop-opacity=\".25\"/></radialGradient><radialGradient id=\"cy-svg-3f2946d6b\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(7.91936 0 0 8.17905 7.638 8.42)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".91\" stop-color=\"#7542e5\" stop-opacity=\"0\"/><stop offset=\"1\" stop-color=\"#0df\" stop-opacity=\".4\"/></radialGradient><radialGradient id=\"cy-svg-3f2946d6c\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(19.8496 0 0 20.5139 13.34 -2.077)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#80ebff\"/><stop offset=\".26\" stop-color=\"#0df\"/><stop offset=\".53\" stop-color=\"#0090ed\"/><stop offset=\".86\" stop-color=\"#0060df\"/></radialGradient><radialGradient id=\"cy-svg-3f2946d6d\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(19.8496 0 0 20.5139 7.412 6.41)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".3\" stop-color=\"#321c64\" stop-opacity=\".8\"/><stop offset=\".37\" stop-color=\"#212f83\" stop-opacity=\".5\"/><stop offset=\".48\" stop-color=\"#0a47ac\" stop-opacity=\".14\"/><stop offset=\".53\" stop-color=\"#0250bb\" stop-opacity=\"0\"/></radialGradient><radialGradient id=\"cy-svg-3f2946d6e\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(32.548 0 0 33.6833 13.921 -8.035)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#80ebff\"/><stop offset=\".47\" stop-color=\"#00b3f4\"/><stop offset=\".84\" stop-color=\"#0060df\"/><stop offset=\"1\" stop-color=\"#592acb\"/></radialGradient><radialGradient id=\"cy-svg-3f2946d6h\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(46.5274 0 0 47.9831 32.244 -16.735)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#0df\"/><stop offset=\".82\" stop-color=\"#0090ed\"/></radialGradient><radialGradient id=\"cy-svg-3f2946d6i\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(48.5374 0 0 50.1015 24.107 -7.152)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".29\" stop-color=\"#80ebff\"/><stop offset=\"1\" stop-color=\"#00b3f4\"/></radialGradient><radialGradient id=\"cy-svg-3f2946d6j\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(35.6694 0 0 36.731 2.3 -6.845)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".18\" stop-color=\"#aaf2ff\"/><stop offset=\".43\" stop-color=\"#0df\"/><stop offset=\".69\" stop-color=\"#0060df\"/></radialGradient></defs>"
|
|
531
|
+
}
|
|
532
|
+
}, ["16"], "browser-firefox-dev")); };
|
|
533
|
+
var IconBrowserFirefoxNightly = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
534
|
+
"16": {
|
|
535
|
+
"body": "<path fill=\"url(#cy-svg-100b0034a)\" d=\"M14.967 5.368c-.337-.812-1.023-1.69-1.56-1.967a8 8 0 0 1 .786 2.366v.013c-.877-2.185-2.365-3.068-3.589-4.993a10 10 0 0 1-.183-.297 3 3 0 0 1-.085-.16 1.4 1.4 0 0 1-.121-.322.02.02 0 0 0-.013-.007.03.03 0 0 0-.015 0l-.003.002-.006.003.003-.005C8.228 1.144 7.574 3.27 7.514 4.313a3.9 3.9 0 0 0-2.146.824 2 2 0 0 0-.2-.152 3.6 3.6 0 0 1-.022-1.9 5.8 5.8 0 0 0-1.871 1.447H3.27c-.309-.391-.287-1.679-.269-1.948a1.4 1.4 0 0 0-.258.138 5.7 5.7 0 0 0-.76.65q-.4.406-.726.872A6.6 6.6 0 0 0 .215 6.59l-.01.052c-.015.068-.068.41-.077.485l-.002.017A7.4 7.4 0 0 0 0 8.214v.04a7.78 7.78 0 0 0 15.442 1.314l.035-.3a8 8 0 0 0-.504-3.91zm-8.964 6.077q.053.026.107.053l.006.003zM14.2 5.763v-.007.008\"/><path fill=\"url(#cy-svg-100b0034b)\" d=\"M14.967 5.368c-.337-.812-1.023-1.69-1.56-1.967a8 8 0 0 1 .786 2.366v.016a7.04 7.04 0 0 1-.242 5.254c-.89 1.911-3.048 3.87-6.417 3.77C3.884 14.704.676 12 .074 8.45c-.11-.56 0-.842.055-1.295a6 6 0 0 0-.125 1.073v.04A7.78 7.78 0 0 0 15.446 9.58q.018-.15.035-.3a8 8 0 0 0-.504-3.911z\"/><path fill=\"url(#cy-svg-100b0034c)\" d=\"M14.967 5.368c-.337-.812-1.023-1.69-1.56-1.967a8 8 0 0 1 .786 2.366v.016a7.04 7.04 0 0 1-.242 5.254c-.89 1.911-3.048 3.87-6.417 3.77C3.884 14.704.676 12 .074 8.45c-.11-.56 0-.842.055-1.295a6 6 0 0 0-.125 1.073v.04A7.78 7.78 0 0 0 15.446 9.58q.018-.15.035-.3a8 8 0 0 0-.504-3.911z\"/><path fill=\"url(#cy-svg-100b0034d)\" d=\"m11.197 6.29.048.036a4.2 4.2 0 0 0-.722-.942C8.116 2.977 9.889.15 10.19.009l.003-.004C8.24 1.148 7.586 3.274 7.526 4.317q.134-.012.273-.014a3.93 3.93 0 0 1 3.409 1.99z\"/><path fill=\"url(#cy-svg-100b0034e)\" d=\"M7.787 6.772c-.013.193-.696.86-.934.86-2.206 0-2.567 1.338-2.567 1.338.098 1.125.882 2.046 1.83 2.547l.132.063q.114.05.229.093c.325.115.666.18 1.01.195 3.87.182 4.633-4.632 1.83-6.036a2.7 2.7 0 0 1 1.872.455 3.93 3.93 0 0 0-3.409-1.99c-.092 0-.182.008-.273.015a3.9 3.9 0 0 0-2.145.824c.118.1.252.234.533.511.527.52 1.881 1.059 1.883 1.121z\"/><path fill=\"url(#cy-svg-100b0034f)\" d=\"M7.787 6.772c-.013.193-.696.86-.934.86-2.206 0-2.567 1.338-2.567 1.338.098 1.125.882 2.046 1.83 2.547l.132.063q.114.05.229.093c.325.115.666.18 1.01.195 3.87.182 4.633-4.632 1.83-6.036a2.7 2.7 0 0 1 1.872.455 3.93 3.93 0 0 0-3.409-1.99c-.092 0-.182.008-.273.015a3.9 3.9 0 0 0-2.145.824c.118.1.252.234.533.511.527.52 1.881 1.059 1.883 1.121z\"/><path fill=\"url(#cy-svg-100b0034g)\" d=\"M6.003 11.465q.056.03.113.056l-.006-.003q-.054-.027-.107-.053\"/><path fill=\"url(#cy-svg-100b0034h)\" d=\"M6.003 11.465q.056.03.113.056l-.006-.003q-.054-.027-.107-.053\"/><path fill=\"url(#cy-svg-100b0034i)\" d=\"M5.02 4.887q.093.06.16.107a3.6 3.6 0 0 1-.022-1.9 5.8 5.8 0 0 0-1.87 1.446c.037 0 1.165-.02 1.732.347\"/><path fill=\"url(#cy-svg-100b0034j)\" d=\"M.077 8.457c.6 3.55 3.81 6.256 7.46 6.357 3.37.095 5.535-1.863 6.418-3.77a7.04 7.04 0 0 0 .242-5.254v-.015l.002.013c.277 1.8-.64 3.55-2.066 4.732l-.004.01c-2.788 2.267-5.455 1.37-5.996 1.003l-.113-.056c-1.627-.778-2.307-2.266-2.146-3.53a2 2 0 0 1-1.841-1.159 2.93 2.93 0 0 1 2.847-.115 3.87 3.87 0 0 0 2.928.115c-.003-.063-1.355-.601-1.883-1.12-.28-.278-.415-.412-.533-.512a2 2 0 0 0-.2-.152l-.161-.107c-.568-.369-1.695-.349-1.733-.347h-.003c-.31-.39-.287-1.678-.27-1.947a1.4 1.4 0 0 0-.258.138 5.7 5.7 0 0 0-.76.65q-.401.404-.73.87A6.6 6.6 0 0 0 .234 6.607c-.003.016-.28 1.223-.143 1.85z\"/><path fill=\"url(#cy-svg-100b0034k)\" d=\"M10.515 5.388q.426.421.722.943.064.048.116.095c1.763 1.625.838 3.931.77 4.091 1.432-1.179 2.346-2.927 2.066-4.732-.879-2.186-2.367-3.069-3.59-4.994a10 10 0 0 1-.183-.296 3 3 0 0 1-.086-.16 1.4 1.4 0 0 1-.12-.323.02.02 0 0 0-.013-.007.03.03 0 0 0-.015 0l-.004.002-.005.003c-.301.143-2.086 2.968.333 5.375z\"/><path fill=\"url(#cy-svg-100b0034l)\" d=\"M11.357 6.411a2 2 0 0 0-.117-.095l-.048-.036a2.7 2.7 0 0 0-1.873-.455c2.787 1.398 2.045 6.217-1.829 6.036a3.5 3.5 0 0 1-1.01-.195 4 4 0 0 1-.23-.093q-.065-.03-.13-.063l.005.004c.54.369 3.209 1.269 5.996-1.003l.005-.01c.07-.163.992-2.467-.77-4.091z\"/><path fill=\"url(#cy-svg-100b0034m)\" d=\"M4.298 8.958S4.657 7.62 6.865 7.62c.238 0 .922-.665.934-.86a3.87 3.87 0 0 1-2.928-.115 2.93 2.93 0 0 0-2.847.115 2 2 0 0 0 1.84 1.16c-.143 1.27.528 2.747 2.147 3.529q.053.026.107.053c-.948-.49-1.732-1.418-1.83-2.547z\"/><path fill=\"url(#cy-svg-100b0034n)\" d=\"M14.967 5.368c-.337-.812-1.023-1.69-1.56-1.967a8 8 0 0 1 .786 2.366v.013c-.877-2.185-2.365-3.068-3.589-4.993a10 10 0 0 1-.183-.297 3 3 0 0 1-.085-.16 1.4 1.4 0 0 1-.121-.322.02.02 0 0 0-.013-.007.03.03 0 0 0-.015 0l-.003.002-.006.003.003-.005C8.228 1.144 7.574 3.27 7.514 4.313q.134-.012.272-.014a3.93 3.93 0 0 1 3.41 1.99 2.7 2.7 0 0 0-1.873-.456c2.787 1.398 2.045 6.217-1.83 6.036a3.5 3.5 0 0 1-1.01-.195 4 4 0 0 1-.229-.093q-.066-.03-.13-.063l.005.003-.113-.056q.053.026.107.053c-.948-.491-1.732-1.418-1.83-2.547 0 0 .358-1.338 2.566-1.338.239 0 .923-.665.935-.86-.003-.063-1.356-.601-1.883-1.12-.281-.278-.415-.412-.534-.512a2 2 0 0 0-.2-.152 3.6 3.6 0 0 1-.022-1.9 5.8 5.8 0 0 0-1.871 1.447H3.28c-.309-.391-.287-1.679-.269-1.948a1.4 1.4 0 0 0-.258.138 5.7 5.7 0 0 0-.76.65q-.4.406-.726.872v.001-.001A6.6 6.6 0 0 0 .224 6.594l-.01.052c-.015.068-.08.415-.09.489q-.09.538-.115 1.083v.04A7.78 7.78 0 0 0 15.451 9.57q.018-.15.035-.3a8 8 0 0 0-.503-3.91z\"/>",
|
|
536
|
+
"defs": "<defs><radialGradient id=\"cy-svg-100b0034b\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(16.2131 0 0 20.5777 13.447 -2.035)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".108\" stop-color=\"#3fe1b0\"/><stop offset=\".122\" stop-color=\"#3bdcb3\"/><stop offset=\".254\" stop-color=\"#1bb3d3\"/><stop offset=\".358\" stop-color=\"#0799e6\"/><stop offset=\".42\" stop-color=\"#0090ed\"/><stop offset=\".487\" stop-color=\"#2482f1\"/><stop offset=\".64\" stop-color=\"#7165fb\"/><stop offset=\".71\" stop-color=\"#9059ff\"/><stop offset=\".795\" stop-color=\"#7d49ed\"/><stop offset=\".86\" stop-color=\"#7542e5\"/></radialGradient><radialGradient id=\"cy-svg-100b0034c\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(16.2131 0 0 20.5777 7.427 6.37)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".3\" stop-color=\"#45278d\"/><stop offset=\".341\" stop-color=\"#562896\" stop-opacity=\".787\"/><stop offset=\".43\" stop-color=\"#782aa9\" stop-opacity=\".364\"/><stop offset=\".495\" stop-color=\"#8d2bb5\" stop-opacity=\".1\"/><stop offset=\".53\" stop-color=\"#952bb9\" stop-opacity=\"0\"/></radialGradient><radialGradient id=\"cy-svg-100b0034d\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(49.0347 0 0 29.6935 7.966 -4.596)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".132\" stop-color=\"#3fe1b0\"/><stop offset=\".289\" stop-color=\"#28d0c8\"/><stop offset=\".526\" stop-color=\"#00b3f4\"/></radialGradient><radialGradient id=\"cy-svg-100b0034e\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(17.385 0 0 16.3071 3.007 17.594)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".287\" stop-color=\"#0060df\"/><stop offset=\".417\" stop-color=\"#2357e1\"/><stop offset=\".604\" stop-color=\"#4f4ce3\"/><stop offset=\".748\" stop-color=\"#6b45e4\"/><stop offset=\".833\" stop-color=\"#7542e5\"/></radialGradient><radialGradient id=\"cy-svg-100b0034f\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(-12.777 -1.977 -40.174)scale(9.1812 10.1667)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".206\" stop-color=\"#45278d\" stop-opacity=\"0\"/><stop offset=\".251\" stop-color=\"#44268a\" stop-opacity=\".055\"/><stop offset=\".725\" stop-color=\"#371f6f\" stop-opacity=\".591\"/><stop offset=\".956\" stop-color=\"#321c64\" stop-opacity=\".8\"/></radialGradient><radialGradient id=\"cy-svg-100b0034g\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(17.2532 0 0 35.6441 2.756 -11.388)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".353\" stop-color=\"#3a8ee6\"/><stop offset=\".472\" stop-color=\"#5c79f0\"/><stop offset=\".669\" stop-color=\"#9059ff\"/><stop offset=\"1\" stop-color=\"#c139e6\"/></radialGradient><radialGradient id=\"cy-svg-100b0034h\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(6.00081 -2.9973 6.15142 12.3156 112.421 -795.73)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".206\" stop-color=\"#9059ff\" stop-opacity=\"0\"/><stop offset=\".278\" stop-color=\"#8c4ff3\" stop-opacity=\".064\"/><stop offset=\".747\" stop-color=\"#7716a8\" stop-opacity=\".45\"/><stop offset=\".975\" stop-color=\"#6e008b\" stop-opacity=\".6\"/></radialGradient><radialGradient id=\"cy-svg-100b0034i\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(45.6172 0 0 46.8004 32.342 -15.985)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#0df\"/><stop offset=\".235\" stop-color=\"#00d6fd\"/><stop offset=\".572\" stop-color=\"#00c3f8\"/><stop offset=\".792\" stop-color=\"#00b3f4\"/></radialGradient><radialGradient id=\"cy-svg-100b0034j\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(25.2981 0 0 30.9987 12.385 -6.57)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".126\" stop-color=\"#3fe1b0\"/><stop offset=\".429\" stop-color=\"#0df\"/><stop offset=\".479\" stop-color=\"#1ec1ff\"/><stop offset=\".624\" stop-color=\"#7077ff\"/><stop offset=\".69\" stop-color=\"#9059ff\"/><stop offset=\".904\" stop-color=\"#b833e1\"/></radialGradient><radialGradient id=\"cy-svg-100b0034k\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(77.794 1.684 -.042)scale(26.8752 34.9235)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#54ffbd\"/><stop offset=\".095\" stop-color=\"#4cf3b8\"/><stop offset=\".197\" stop-color=\"#3fe1b0\"/><stop offset=\".257\" stop-color=\"#33d8bd\"/><stop offset=\".369\" stop-color=\"#12c0e1\"/><stop offset=\".423\" stop-color=\"#00b3f4\"/><stop offset=\".737\" stop-color=\"#0060df\"/></radialGradient><radialGradient id=\"cy-svg-100b0034l\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(36.4139 0 0 38.1409 2.725 -6.71)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".137\" stop-color=\"#3fe1b0\"/><stop offset=\".435\" stop-color=\"#0df\"/><stop offset=\".484\" stop-color=\"#1ec1ff\"/><stop offset=\".622\" stop-color=\"#7077ff\"/><stop offset=\".685\" stop-color=\"#9059ff\"/></radialGradient><radialGradient id=\"cy-svg-100b0034m\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(43.5567 0 0 50.0733 24.256 -7.196)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".094\" stop-color=\"#54ffbd\"/><stop offset=\".242\" stop-color=\"#41f7cc\"/><stop offset=\".543\" stop-color=\"#0fe3f3\"/><stop offset=\".626\" stop-color=\"#0df\"/></radialGradient><linearGradient id=\"cy-svg-100b0034a\" x1=\"14.755\" x2=\"1.297\" y1=\"4.107\" y2=\"12.595\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#3fe1b0\"/><stop offset=\".406\" stop-color=\"#00b3f4\"/><stop offset=\".421\" stop-color=\"#03b0f4\"/><stop offset=\".818\" stop-color=\"#5561e9\"/><stop offset=\"1\" stop-color=\"#7542e5\"/></linearGradient><linearGradient id=\"cy-svg-100b0034n\" x1=\"13.784\" x2=\"2.814\" y1=\"2.42\" y2=\"13.389\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".167\" stop-color=\"#54ffbd\" stop-opacity=\".8\"/><stop offset=\".236\" stop-color=\"#43f8ca\" stop-opacity=\".639\"/><stop offset=\".361\" stop-color=\"#27ede1\" stop-opacity=\".368\"/><stop offset=\".466\" stop-color=\"#12e4f1\" stop-opacity=\".169\"/><stop offset=\".545\" stop-color=\"#05dffb\" stop-opacity=\".046\"/><stop offset=\".589\" stop-color=\"#0df\" stop-opacity=\"0\"/></linearGradient></defs>"
|
|
537
|
+
}
|
|
538
|
+
}, ["16"], "browser-firefox-nightly")); };
|
|
421
539
|
var IconBrowserMozillaFirefox = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
422
540
|
"16": {
|
|
423
|
-
"body": "<g clip-path=\"url(#cy-svg-26d8299ea)\"><path d=\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353l.002.013c-.877-2.185-2.363-3.067-3.578-4.986a9
|
|
424
|
-
"defs": "<defs><radialGradient id=\"cy-svg-26d8299ec\" cx=\"0\" cy=\"0\" r=\"1\"
|
|
541
|
+
"body": "<g clip-path=\"url(#cy-svg-26d8299ea)\"><path fill=\"url(#cy-svg-26d8299eb)\" d=\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353l.002.013c-.877-2.185-2.363-3.067-3.578-4.986a9 9 0 0 1-.182-.297 3 3 0 0 1-.086-.16 1.4 1.4 0 0 1-.12-.32.02.02 0 0 0-.013-.007.03.03 0 0 0-.015 0l-.003.002-.006.003.003-.005C8.213 1.141 7.552 3.252 7.492 4.31a3.9 3.9 0 0 0-2.135.822 2 2 0 0 0-.2-.151 3.6 3.6 0 0 1-.022-1.896A5.7 5.7 0 0 0 3.27 4.527h-.004c-.307-.39-.285-1.674-.268-1.942q-.136.054-.259.137-.407.29-.758.65a7 7 0 0 0-.725.869v.001-.001A6.55 6.55 0 0 0 .215 6.59l-.01.05c-.015.07-.068.41-.077.485l-.001.017A7.4 7.4 0 0 0 0 8.212v.04a7.755 7.755 0 0 0 15.396 1.31q.018-.15.035-.3a8 8 0 0 0-.503-3.895zm-8.938 6.07q.053.028.108.053l.005.004zm8.169-5.665v-.007l.001.008z\"/><path fill=\"url(#cy-svg-26d8299ec)\" d=\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353v.008l.002.008a7.02 7.02 0 0 1-.242 5.234c-.888 1.907-3.039 3.861-6.406 3.765C3.876 14.67.67 11.97.073 8.435c-.11-.558 0-.84.054-1.294q-.112.529-.125 1.07v.04a7.755 7.755 0 0 0 15.396 1.312q.019-.15.035-.3a8 8 0 0 0-.503-3.896z\"/><path fill=\"url(#cy-svg-26d8299ed)\" d=\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353v.008l.002.008a7.02 7.02 0 0 1-.242 5.234c-.888 1.907-3.039 3.861-6.406 3.765C3.876 14.67.67 11.97.073 8.435c-.11-.558 0-.84.054-1.294q-.112.529-.125 1.07v.04a7.755 7.755 0 0 0 15.396 1.312q.019-.15.035-.3a8 8 0 0 0-.503-3.896z\"/><path fill=\"url(#cy-svg-26d8299ee)\" d=\"m11.16 6.278.048.036a4.2 4.2 0 0 0-.72-.94c-2.41-2.41-.631-5.226-.332-5.37L10.16 0C8.212 1.14 7.55 3.251 7.49 4.308q.134-.012.273-.014a3.91 3.91 0 0 1 3.397 1.984\"/><path fill=\"url(#cy-svg-26d8299ef)\" d=\"M7.767 6.76c-.013.193-.694.859-.933.859-2.204 0-2.563 1.334-2.563 1.334.098 1.123.88 2.048 1.827 2.537q.065.032.13.062.115.051.228.093c.325.115.665.18 1.01.195 3.865.181 4.613-4.622 1.824-6.016a2.68 2.68 0 0 1 1.87.454 3.91 3.91 0 0 0-3.398-1.985c-.092 0-.182.008-.272.014a3.9 3.9 0 0 0-2.135.823c.118.1.252.233.533.51.526.519 1.876 1.056 1.879 1.119z\"/><path fill=\"url(#cy-svg-26d8299eg)\" d=\"M7.767 6.76c-.013.193-.694.859-.933.859-2.204 0-2.563 1.334-2.563 1.334.098 1.123.88 2.048 1.827 2.537q.065.032.13.062.115.051.228.093c.325.115.665.18 1.01.195 3.865.181 4.613-4.622 1.824-6.016a2.68 2.68 0 0 1 1.87.454 3.91 3.91 0 0 0-3.398-1.985c-.092 0-.182.008-.272.014a3.9 3.9 0 0 0-2.135.823c.118.1.252.233.533.51.526.519 1.876 1.056 1.879 1.119z\"/><path fill=\"url(#cy-svg-26d8299eh)\" d=\"M4.994 4.874q.094.06.16.106a3.6 3.6 0 0 1-.022-1.895 5.7 5.7 0 0 0-1.866 1.442c.037 0 1.162-.021 1.728.347\"/><path fill=\"url(#cy-svg-26d8299ei)\" d=\"M.07 8.435c.6 3.536 3.804 6.237 7.442 6.339 3.367.095 5.518-1.86 6.406-3.766a7.02 7.02 0 0 0 .241-5.234V5.76l.002.013c.275 1.797-.639 3.536-2.067 4.714l-.004.01c-2.783 2.267-5.446 1.367-5.985 1l-.113-.056C4.37 10.665 3.7 9.188 3.844 7.92a1.99 1.99 0 0 1-1.837-1.156 2.93 2.93 0 0 1 2.85-.115 3.86 3.86 0 0 0 2.912.115c-.003-.063-1.353-.6-1.879-1.119-.28-.277-.414-.41-.533-.51a2 2 0 0 0-.2-.152l-.16-.106c-.565-.368-1.69-.348-1.727-.347h-.004c-.307-.39-.286-1.674-.268-1.942q-.137.054-.259.137-.407.291-.758.65-.4.403-.728.867v.001-.001A6.55 6.55 0 0 0 .213 6.59c-.004.016-.28 1.22-.144 1.845z\"/><path fill=\"url(#cy-svg-26d8299ej)\" d=\"M10.488 5.374c.283.278.526.595.72.94q.065.049.117.096c1.758 1.62.836 3.911.768 4.073 1.428-1.177 2.34-2.917 2.066-4.714-.877-2.187-2.364-3.069-3.577-4.988A9 9 0 0 1 10.4.485a3 3 0 0 1-.085-.16 1.4 1.4 0 0 1-.12-.321.02.02 0 0 0-.013-.007.03.03 0 0 0-.015 0L10.162 0l-.005.003c-.3.142-2.079 2.959.332 5.368z\"/><path fill=\"url(#cy-svg-26d8299ek)\" d=\"M11.324 6.41a2 2 0 0 0-.116-.095l-.048-.035a2.68 2.68 0 0 0-1.87-.454c2.79 1.394 2.04 6.196-1.824 6.016a3.5 3.5 0 0 1-1.01-.195 4 4 0 0 1-.227-.093q-.067-.03-.13-.062l.005.003c.539.368 3.2 1.267 5.984-1l.004-.01c.07-.162.99-2.453-.768-4.074\"/><path fill=\"url(#cy-svg-26d8299el)\" d=\"M4.272 8.951s.358-1.333 2.563-1.333c.238 0 .92-.666.932-.859a3.86 3.86 0 0 1-2.911-.114 2.93 2.93 0 0 0-2.851.114 1.99 1.99 0 0 0 1.837 1.156c-.144 1.268.526 2.745 2.149 3.521q.053.027.107.053c-.947-.49-1.729-1.414-1.826-2.537\"/><path fill=\"url(#cy-svg-26d8299em)\" d=\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353l.002.013c-.877-2.185-2.363-3.067-3.578-4.986a9 9 0 0 1-.182-.297 3 3 0 0 1-.086-.16 1.4 1.4 0 0 1-.12-.32.02.02 0 0 0-.013-.007.03.03 0 0 0-.015 0l-.003.002-.006.003.003-.005C8.213 1.141 7.552 3.252 7.492 4.31c.09-.006.18-.014.273-.014a3.91 3.91 0 0 1 3.397 1.984 2.68 2.68 0 0 0-1.87-.454c2.79 1.395 2.04 6.196-1.824 6.017a3.5 3.5 0 0 1-1.01-.195 4 4 0 0 1-.358-.156l.006.004-.113-.057q.053.028.107.053c-.947-.49-1.729-1.414-1.826-2.537 0 0 .358-1.334 2.563-1.334.238 0 .92-.665.932-.858-.003-.063-1.352-.6-1.879-1.118-.28-.277-.414-.41-.532-.511a2 2 0 0 0-.2-.152 3.6 3.6 0 0 1-.022-1.895 5.7 5.7 0 0 0-1.867 1.443h-.003c-.308-.39-.286-1.674-.268-1.943q-.137.056-.26.138-.406.29-.757.649a7 7 0 0 0-.725.87A6.55 6.55 0 0 0 .216 6.59l-.01.052c-.016.068-.08.414-.09.489q-.09.536-.115 1.08v.04a7.755 7.755 0 0 0 15.396 1.312q.019-.15.035-.3a8 8 0 0 0-.503-3.896m-.77.398.002.009z\"/></g>",
|
|
542
|
+
"defs": "<defs><radialGradient id=\"cy-svg-26d8299ec\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"translate(13.405 1.8)scale(16.1661)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".129\" stop-color=\"#ffbd4f\"/><stop offset=\".186\" stop-color=\"#ffac31\"/><stop offset=\".247\" stop-color=\"#ff9d17\"/><stop offset=\".283\" stop-color=\"#ff980e\"/><stop offset=\".403\" stop-color=\"#ff563b\"/><stop offset=\".467\" stop-color=\"#ff3750\"/><stop offset=\".71\" stop-color=\"#f5156c\"/><stop offset=\".782\" stop-color=\"#eb0878\"/><stop offset=\".86\" stop-color=\"#e50080\"/></radialGradient><radialGradient id=\"cy-svg-26d8299ed\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"translate(7.403 8.403)scale(16.1661)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".3\" stop-color=\"#960e18\"/><stop offset=\".351\" stop-color=\"#b11927\" stop-opacity=\".74\"/><stop offset=\".435\" stop-color=\"#db293d\" stop-opacity=\".343\"/><stop offset=\".497\" stop-color=\"#f5334b\" stop-opacity=\".094\"/><stop offset=\".53\" stop-color=\"#ff3750\" stop-opacity=\"0\"/></radialGradient><radialGradient id=\"cy-svg-26d8299ee\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"translate(9.404 -1.8)scale(11.7104)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".132\" stop-color=\"#fff44f\"/><stop offset=\".252\" stop-color=\"#ffdc3e\"/><stop offset=\".506\" stop-color=\"#ff9d12\"/><stop offset=\".526\" stop-color=\"#ff980e\"/></radialGradient><radialGradient id=\"cy-svg-26d8299ef\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"translate(5.602 12.605)scale(7.69689)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".353\" stop-color=\"#3a8ee6\"/><stop offset=\".472\" stop-color=\"#5c79f0\"/><stop offset=\".669\" stop-color=\"#9059ff\"/><stop offset=\"1\" stop-color=\"#c139e6\"/></radialGradient><radialGradient id=\"cy-svg-26d8299eg\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(3.96725 -.95916 1.12294 4.64466 8.185 7.015)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".206\" stop-color=\"#9059ff\" stop-opacity=\"0\"/><stop offset=\".278\" stop-color=\"#8c4ff3\" stop-opacity=\".064\"/><stop offset=\".747\" stop-color=\"#7716a8\" stop-opacity=\".45\"/><stop offset=\".975\" stop-color=\"#6e008b\" stop-opacity=\".6\"/></radialGradient><radialGradient id=\"cy-svg-26d8299eh\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"translate(7.203 1.2)scale(5.53808)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#ffe226\"/><stop offset=\".121\" stop-color=\"#ffdb27\"/><stop offset=\".295\" stop-color=\"#ffc82a\"/><stop offset=\".502\" stop-color=\"#ffa930\"/><stop offset=\".732\" stop-color=\"#ff7e37\"/><stop offset=\".792\" stop-color=\"#ff7139\"/></radialGradient><radialGradient id=\"cy-svg-26d8299ei\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"translate(11.604 -2.4)scale(23.6289)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".113\" stop-color=\"#fff44f\"/><stop offset=\".456\" stop-color=\"#ff980e\"/><stop offset=\".622\" stop-color=\"#ff5634\"/><stop offset=\".716\" stop-color=\"#ff3647\"/><stop offset=\".904\" stop-color=\"#e31587\"/></radialGradient><radialGradient id=\"cy-svg-26d8299ej\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"rotate(83.976 5.426 4.81)scale(17.3156 11.3641)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#fff44f\"/><stop offset=\".06\" stop-color=\"#ffe847\"/><stop offset=\".168\" stop-color=\"#ffc830\"/><stop offset=\".304\" stop-color=\"#ff980e\"/><stop offset=\".356\" stop-color=\"#ff8b16\"/><stop offset=\".455\" stop-color=\"#ff672a\"/><stop offset=\".57\" stop-color=\"#ff3647\"/><stop offset=\".737\" stop-color=\"#e31587\"/></radialGradient><radialGradient id=\"cy-svg-26d8299ek\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"translate(7.203 3.201)scale(14.7495)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".137\" stop-color=\"#fff44f\"/><stop offset=\".48\" stop-color=\"#ff980e\"/><stop offset=\".592\" stop-color=\"#ff5634\"/><stop offset=\".655\" stop-color=\"#ff3647\"/><stop offset=\".904\" stop-color=\"#e31587\"/></radialGradient><radialGradient id=\"cy-svg-26d8299el\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"matrix(16.144 0 0 16.1441 11.004 4.002)\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".094\" stop-color=\"#fff44f\"/><stop offset=\".231\" stop-color=\"#ffe141\"/><stop offset=\".509\" stop-color=\"#ffaf1e\"/><stop offset=\".626\" stop-color=\"#ff980e\"/></radialGradient><linearGradient id=\"cy-svg-26d8299eb\" x1=\"13.903\" x2=\"1.03\" y1=\"2.478\" y2=\"14.899\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".048\" stop-color=\"#fff44f\"/><stop offset=\".111\" stop-color=\"#ffe847\"/><stop offset=\".225\" stop-color=\"#ffc830\"/><stop offset=\".368\" stop-color=\"#ff980e\"/><stop offset=\".401\" stop-color=\"#ff8b16\"/><stop offset=\".462\" stop-color=\"#ff672a\"/><stop offset=\".534\" stop-color=\"#ff3647\"/><stop offset=\".705\" stop-color=\"#e31587\"/></linearGradient><linearGradient id=\"cy-svg-26d8299em\" x1=\"13.747\" x2=\"2.795\" y1=\"2.412\" y2=\"13.366\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".167\" stop-color=\"#fff44f\" stop-opacity=\".8\"/><stop offset=\".266\" stop-color=\"#fff44f\" stop-opacity=\".634\"/><stop offset=\".489\" stop-color=\"#fff44f\" stop-opacity=\".217\"/><stop offset=\".6\" stop-color=\"#fff44f\" stop-opacity=\"0\"/></linearGradient><clipPath id=\"cy-svg-26d8299ea\"><path fill=\"#fff\" d=\"M0 0h15.49v16H0z\"/></clipPath></defs>"
|
|
425
543
|
}
|
|
426
544
|
}, ["16"], "browser-mozilla-firefox")); };
|
|
427
545
|
var IconBrowserSafari = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
428
546
|
"16": {
|
|
429
|
-
"body": "<path d=\"M16 8A8 8 0 1 1-.001 8 8 8 0 0 1 16
|
|
430
|
-
"defs": "<defs><radialGradient id=\"cy-svg-e5a3325aa\" cx=\"0\" cy=\"0\" r=\"1\"
|
|
547
|
+
"body": "<path fill=\"url(#cy-svg-e5a3325aa)\" d=\"M16 8A8 8 0 1 1-.001 8 8 8 0 0 1 16 8\"/><path fill=\"#f4f2f3\" d=\"M8 .417a.116.116 0 0 0-.117.117v1.345a.116.116 0 1 0 .234 0V.534A.116.116 0 0 0 8 .417m-.763.048h-.024a.116.116 0 0 0-.104.129l.06.563a.116.116 0 1 0 .231-.025L7.341.57a.116.116 0 0 0-.104-.104m1.531.001a.116.116 0 0 0-.104.104l-.06.563a.116.116 0 1 0 .233.024l.059-.563a.116.116 0 0 0-.128-.128M6.453.579q-.012 0-.023.003a.116.116 0 0 0-.09.138l.278 1.316a.116.116 0 1 0 .228-.048L6.568.672a.116.116 0 0 0-.115-.093m3.1.001a.116.116 0 0 0-.116.093l-.28 1.316a.116.116 0 1 0 .229.048l.28-1.316a.116.116 0 0 0-.114-.14M5.704.79a.116.116 0 0 0-.121.152l.175.539a.116.116 0 1 0 .222-.073L5.806.87a.12.12 0 0 0-.1-.08m4.59 0a.12.12 0 0 0-.1.08l-.175.539a.116.116 0 1 0 .222.072l.175-.538a.116.116 0 0 0-.121-.153m-5.33.27a.116.116 0 0 0-.104.164l.546 1.23a.116.116 0 1 0 .213-.095L5.075 1.13a.12.12 0 0 0-.109-.07m6.079.005a.12.12 0 0 0-.109.07l-.548 1.228a.116.116 0 0 0 .06.154c.058.026.127 0 .153-.06l.548-1.228a.116.116 0 0 0-.104-.164m-6.765.36a.116.116 0 0 0-.11.175l.284.489a.116.116 0 1 0 .202-.117l-.283-.49a.12.12 0 0 0-.093-.058m7.442-.001a.12.12 0 0 0-.093.058l-.283.49a.116.116 0 0 0 .043.16.116.116 0 0 0 .16-.043l.282-.49a.116.116 0 0 0-.109-.175m-8.109.416a.117.117 0 0 0-.09.185l.79 1.089a.116.116 0 1 0 .188-.137l-.79-1.089a.12.12 0 0 0-.098-.048m8.784.006a.12.12 0 0 0-.098.048l-.791 1.088a.116.116 0 1 0 .189.137l.79-1.088a.116.116 0 0 0-.09-.185m-9.38.494a.116.116 0 0 0-.093.195l.379.42a.116.116 0 1 0 .173-.156l-.378-.42a.12.12 0 0 0-.081-.04m9.969 0a.12.12 0 0 0-.08.04l-.38.42a.116.116 0 1 0 .173.156l.38-.42a.116.116 0 0 0-.093-.195m-10.54.548a.117.117 0 0 0-.072.204l1 .9a.116.116 0 1 0 .156-.174l-1-.9a.12.12 0 0 0-.084-.03m11.114.004a.12.12 0 0 0-.084.03l-1 .9a.116.116 0 1 0 .155.173l1-.9a.116.116 0 0 0-.071-.203M1.969 3.5a.116.116 0 0 0-.073.211l.459.333a.116.116 0 1 0 .137-.189l-.458-.333A.1.1 0 0 0 1.97 3.5m12.064.004a.1.1 0 0 0-.064.023l-.458.332a.116.116 0 1 0 .137.189l.458-.333a.116.116 0 0 0-.073-.21m-12.507.648a.116.116 0 0 0-.05.217l1.165.673a.116.116 0 1 0 .117-.202l-1.166-.673a.1.1 0 0 0-.066-.015m12.948 0a.1.1 0 0 0-.066.015l-1.166.673a.116.116 0 0 0-.042.16.116.116 0 0 0 .16.042l1.164-.673a.116.116 0 0 0-.05-.217M1.19 4.845a.116.116 0 0 0-.05.223l.517.23a.116.116 0 1 0 .095-.212l-.516-.23a.1.1 0 0 0-.046-.01m13.622.005a.1.1 0 0 0-.045.01l-.517.23a.116.116 0 1 0 .095.213l.516-.23a.116.116 0 0 0-.05-.223m-13.92.72a.116.116 0 0 0-.026.227l1.278.418a.116.116 0 1 0 .072-.222L.937 5.576a.1.1 0 0 0-.046-.005m14.219.006a.1.1 0 0 0-.047.005l-1.28.416a.116.116 0 1 0 .073.222l1.28-.416a.116.116 0 0 0-.027-.227M.704 6.333a.116.116 0 0 0-.025.23l.553.118a.116.116 0 1 0 .049-.228l-.554-.118zm14.59 0-.023.003-.554.118a.116.116 0 1 0 .049.228l.553-.117a.116.116 0 0 0-.025-.231M.564 7.1a.116.116 0 0 0 0 .232l1.337.142a.116.116 0 1 0 .024-.232L.587 7.099zm14.873.01h-.023l-1.338.14a.116.116 0 1 0 .024.232l1.338-.14a.116.116 0 0 0 0-.232M.541 7.884a.116.116 0 1 0 0 .233h.566a.116.116 0 1 0 0-.233zm14.352 0a.116.116 0 1 0 0 .233h.566a.116.116 0 1 0 0-.233zm-12.97.635H1.9l-1.338.14a.116.116 0 1 0 .024.232l1.338-.14a.116.116 0 0 0 0-.232m12.153.009a.116.116 0 0 0-.001.232l1.338.141a.116.116 0 1 0 .024-.232l-1.338-.141zm-12.82.788-.023.002-.553.118a.116.116 0 1 0 .048.228l.554-.118a.116.116 0 0 0-.025-.23m13.487 0a.116.116 0 0 0-.025.232l.554.117a.116.116 0 0 0 .138-.09.116.116 0 0 0-.09-.138l-.553-.118zm-12.554.46a.1.1 0 0 0-.046.006l-1.28.415a.116.116 0 1 0 .073.222l1.279-.416a.116.116 0 0 0-.026-.227m11.62.004a.116.116 0 0 0-.026.227l1.28.417a.116.116 0 1 0 .072-.221l-1.28-.417a.1.1 0 0 0-.045-.006m-12.108.907a.1.1 0 0 0-.046.01l-.517.23a.116.116 0 1 0 .095.213l.517-.23a.116.116 0 0 0-.05-.223m12.596.005a.12.12 0 0 0-.108.069.116.116 0 0 0 .059.154l.516.23c.06.027.128 0 .154-.059a.116.116 0 0 0-.059-.154l-.516-.23a.1.1 0 0 0-.046-.01m-11.59.252a.1.1 0 0 0-.066.016l-1.165.672a.116.116 0 1 0 .116.202l1.166-.672a.116.116 0 0 0-.05-.218m10.586 0a.116.116 0 0 0-.05.217l1.165.673a.116.116 0 1 0 .116-.202l-1.165-.672a.1.1 0 0 0-.066-.016m-10.876.987a.1.1 0 0 0-.065.023l-.458.332a.116.116 0 1 0 .137.189l.458-.332a.116.116 0 0 0-.072-.212m11.163.004a.116.116 0 0 0-.073.211l.459.333a.116.116 0 1 0 .137-.189l-.458-.332a.1.1 0 0 0-.065-.023m-10.126.04a.12.12 0 0 0-.084.03l-1 .9a.116.116 0 1 0 .155.173l1-.9a.116.116 0 0 0-.07-.202m9.089.004a.116.116 0 0 0-.072.203l1 .9a.116.116 0 1 0 .156-.173l-1-.9a.12.12 0 0 0-.084-.03m-8.14.854a.12.12 0 0 0-.098.048l-.792 1.088a.116.116 0 1 0 .19.138l.79-1.088a.116.116 0 0 0-.09-.186m7.187.005a.117.117 0 0 0-.09.185l.79 1.09a.116.116 0 1 0 .188-.138l-.79-1.089a.12.12 0 0 0-.098-.048m-8.208.168a.12.12 0 0 0-.08.039l-.38.42a.116.116 0 1 0 .174.156l.378-.42a.116.116 0 0 0-.092-.195m9.236 0a.116.116 0 0 0-.093.195l.378.421a.116.116 0 1 0 .174-.156l-.379-.42a.12.12 0 0 0-.08-.04m-7.11.467a.12.12 0 0 0-.108.07l-.548 1.228a.116.116 0 1 0 .213.095l.548-1.229a.116.116 0 0 0-.104-.164m4.976.004a.117.117 0 0 0-.104.164l.546 1.23a.116.116 0 1 0 .213-.096l-.546-1.229a.12.12 0 0 0-.109-.07m-5.939.376a.12.12 0 0 0-.092.058l-.283.49a.116.116 0 0 0 .042.16.116.116 0 0 0 .16-.043l.283-.49a.116.116 0 0 0-.11-.175m6.91 0a.116.116 0 0 0-.11.175l.283.49a.116.116 0 0 0 .16.043.116.116 0 0 0 .042-.16l-.283-.49a.12.12 0 0 0-.092-.058m-4.726.018a.116.116 0 0 0-.115.092l-.28 1.316a.116.116 0 0 0 .09.139.116.116 0 0 0 .139-.09l.28-1.316a.116.116 0 0 0-.114-.141m2.538 0q-.012 0-.023.003a.116.116 0 0 0-.09.138l.278 1.316a.116.116 0 1 0 .228-.048l-.278-1.316a.116.116 0 0 0-.115-.093M8 14.005a.116.116 0 0 0-.117.117v1.345a.116.116 0 1 0 .234 0v-1.345A.116.116 0 0 0 8 14.004m-2.141.435a.12.12 0 0 0-.101.08l-.175.538a.116.116 0 1 0 .222.073l.175-.539a.116.116 0 0 0-.121-.152m4.281 0a.116.116 0 0 0-.121.152l.175.539a.116.116 0 1 0 .222-.072l-.175-.538a.12.12 0 0 0-.1-.08m-2.872.3a.116.116 0 0 0-.105.104l-.059.563a.116.116 0 1 0 .232.024l.06-.563a.116.116 0 0 0-.128-.128m1.46 0h-.024a.117.117 0 0 0-.104.129l.059.563a.116.116 0 1 0 .232-.024l-.06-.563a.116.116 0 0 0-.104-.104\"/><g filter=\"url(#cy-svg-e5a3325ab)\" opacity=\".409\"><path fill=\"#000\" d=\"M13.467 3.334 7.085 7.042l-4.034 6.352 5.902-4.372z\"/></g><path fill=\"#ff5150\" d=\"m8.915 8.958-1.83-1.916 6.489-4.365z\"/><path fill=\"#f1f1f1\" d=\"m8.915 8.958-1.83-1.916-4.659 6.28z\"/><path fill=\"#000\" d=\"m2.426 13.323 6.489-4.365 4.659-6.28z\" opacity=\".243\"/>",
|
|
548
|
+
"defs": "<defs><radialGradient id=\"cy-svg-e5a3325aa\" cx=\"0\" cy=\"0\" r=\"1\" gradientTransform=\"translate(8.036 6.834)scale(8.68021)\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#06c2e7\"/><stop offset=\".25\" stop-color=\"#0db8ec\"/><stop offset=\".5\" stop-color=\"#12aef1\"/><stop offset=\".75\" stop-color=\"#1f86f9\"/><stop offset=\"1\" stop-color=\"#107ddd\"/></radialGradient><filter id=\"cy-svg-e5a3325ab\" width=\"11.763\" height=\"11.406\" x=\"2.377\" y=\"2.661\" color-interpolation-filters=\"sRGB\" filterUnits=\"userSpaceOnUse\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feBlend in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/><feGaussianBlur result=\"effect1_foregroundBlur_4665_8423\" stdDeviation=\".337\"/></filter></defs>"
|
|
431
549
|
}
|
|
432
550
|
}, ["16"], "browser-safari")); };
|
|
433
551
|
var IconBrowserWebkit = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
434
552
|
"16": {
|
|
435
|
-
"body": "<path d=\"m6.34 12.735-4.352-3.42a1.
|
|
436
|
-
"defs": "<defs><linearGradient id=\"cy-svg-4935d855a\" x1=\"8\"
|
|
553
|
+
"body": "<path fill=\"#fff\" d=\"m6.34 12.735-4.352-3.42a1.65 1.65 0 0 1-.682-1.294c0-.484.243-.948.682-1.292L6.34 3.302A2.7 2.7 0 0 1 8 2.766c.628 0 1.212.194 1.66.539l4.352 3.42a1.65 1.65 0 0 1 .682 1.294c0 .49-.243.95-.682 1.293l-4.353 3.42A2.7 2.7 0 0 1 8 13.275c-.628 0-1.212-.189-1.66-.539\"/><path fill=\"#fff\" d=\"M6.34 10.58 1.989 7.16a1.65 1.65 0 0 1-.682-1.293c0-.485.243-.948.682-1.293L6.34 1.147A2.7 2.7 0 0 1 8 .611c.628 0 1.212.194 1.66.54l4.352 3.42a1.65 1.65 0 0 1 .682 1.293c0 .49-.243.95-.682 1.293l-4.353 3.42c-.477.361-1.061.552-1.659.542-.628 0-1.212-.188-1.66-.538\"/><path fill=\"#ff9d00\" d=\"M14.007 8.835a1.59 1.59 0 0 1 0 2.62L9.67 14.862a2.86 2.86 0 0 1-3.34 0l-4.337-3.4a1.59 1.59 0 0 1 .003-2.623l4.337-3.405c.92-.717 2.419-.717 3.34 0z\"/><path fill=\"#fc0\" d=\"m6.34 12.735-4.352-3.42a1.65 1.65 0 0 1-.682-1.294c0-.484.243-.948.682-1.292L6.34 3.302A2.7 2.7 0 0 1 8 2.766c.628 0 1.212.194 1.66.539l4.352 3.42a1.65 1.65 0 0 1 .682 1.294c0 .49-.243.95-.682 1.293l-4.353 3.42A2.7 2.7 0 0 1 8 13.275c-.628 0-1.212-.189-1.66-.539\"/><path fill=\"url(#cy-svg-4935d855a)\" d=\"M6.34 10.58 1.989 7.16a1.65 1.65 0 0 1-.682-1.293c0-.485.243-.948.682-1.293L6.34 1.147A2.7 2.7 0 0 1 8 .611c.628 0 1.212.194 1.66.54l4.352 3.42a1.65 1.65 0 0 1 .682 1.293c0 .49-.243.95-.682 1.293l-4.353 3.42c-.477.361-1.061.552-1.659.542-.628 0-1.212-.188-1.66-.538\"/><path fill=\"#fff\" d=\"M8.016 9.145c2.222 0 4.024-1.474 4.024-3.292 0-1.813-1.804-3.294-4.024-3.294-2.225 0-4.03 1.481-4.03 3.294 0 1.818 1.805 3.292 4.027 3.292zm0 .34c-2.451 0-4.444-1.625-4.444-3.632 0-2.004 1.993-3.628 4.444-3.628s4.44 1.627 4.44 3.628c0 2.007-1.989 3.631-4.44 3.631\"/><path fill=\"#8cc8f6\" d=\"M8.312 7.251c.221-.027.44-.092.639-.188l1.266.522-.663-.997a1.16 1.16 0 0 0 0-1.47l.663-.997-1.193.493-.035.525a.89.89 0 0 1-.033 1.45 1.4 1.4 0 0 1-.43.228l-.216.431zm-.592-2.79a2.2 2.2 0 0 0-.647.188l-1.266-.523.663.997a1.16 1.16 0 0 0 0 1.468l-.663.997 1.223-.504.027-.493a.89.89 0 0 1 .008-1.47 1.6 1.6 0 0 1 .431-.23l.216-.43z\"/><path fill=\"#fff\" fill-rule=\"evenodd\" d=\"m7.407 5.745-.17 2.99 1.366-2.774.194-2.982zM7.39 8.162l1.093-2.22-.959-.175-.134 2.397z\" clip-rule=\"evenodd\"/>",
|
|
554
|
+
"defs": "<defs><linearGradient id=\"cy-svg-4935d855a\" x1=\"8\" x2=\"8\" y1=\".611\" y2=\"11.12\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#34aadc\"/><stop offset=\"1\" stop-color=\"#007aff\"/></linearGradient></defs>"
|
|
437
555
|
}
|
|
438
556
|
}, ["16"], "browser-webkit")); };
|
|
557
|
+
var IconBuildingHouse = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
558
|
+
"24": {
|
|
559
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M16 10v7h3.5a.5.5 0 0 0 .5-.5v-4.191a.5.5 0 0 0-.276-.447z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M16 10V6.64a.5.5 0 0 0-.621-.485l-11 2.75A.5.5 0 0 0 4 9.39v7.11a.5.5 0 0 0 .5.5H16m0-7v7m0-7 3.724 1.862a.5.5 0 0 1 .276.447V16.5a.5.5 0 0 1-.5.5H16\" class=\"icon-dark\"/><path fill=\"#1b1e2e\" d=\"M6 12.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM12 12.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM9 13a1 1 0 1 1 2 0v3.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z\" class=\"icon-dark\"/>"
|
|
560
|
+
}
|
|
561
|
+
}, ["24"], "building-house")); };
|
|
562
|
+
var IconBuildingOfficeLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
563
|
+
"16": {
|
|
564
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M10 4v10h4a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M10 14H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v2m0 10V4m0 10h4a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-4\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M3 3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM12 6.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0zM12 9.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0zM3 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM3 9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM6 3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM6 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM6 9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z\" class=\"icon-dark\"/>"
|
|
565
|
+
},
|
|
566
|
+
"24": {
|
|
567
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M15 7v14h4a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M15 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2m0 14V7m0 14h4a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-4\" class=\"icon-dark\"/><path fill=\"#1b1e2e\" d=\"M5 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM8 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM8 10.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM5 10.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM5 14.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM8 14.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM17 10.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM17 14.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM11 10.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM11 14.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z\" class=\"icon-dark\"/>"
|
|
568
|
+
}
|
|
569
|
+
}, ["16", "24"], "building-office-large")); };
|
|
570
|
+
var IconBuildingOfficeSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
571
|
+
"24": {
|
|
572
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M13 9v10h4a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M13 19H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v2m0 10V9m0 10h4a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2h-4\" class=\"icon-dark\"/><path fill=\"#1b1e2e\" d=\"M5 8.5a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H5.5a.5.5 0 0 1-.5-.5zM5 12.5a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H5.5a.5.5 0 0 1-.5-.5zM8.5 8.5A.5.5 0 0 1 9 8h1.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H9a.5.5 0 0 1-.5-.5zM8.5 12.5A.5.5 0 0 1 9 12h1.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H9a.5.5 0 0 1-.5-.5zM15 12.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z\" class=\"icon-dark\"/>"
|
|
573
|
+
}
|
|
574
|
+
}, ["24"], "building-office-small")); };
|
|
439
575
|
var IconCheckmarkOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
440
576
|
"16": {
|
|
441
|
-
"body": "<path d=\"M12.95 12.95a7 7 0 1 1-9.9-9.9 7 7 0 0 1 9.9 9.9Z\"
|
|
577
|
+
"body": "<path stroke=\"currentColor\" stroke-width=\"2\" d=\"M12.95 12.95a7 7 0 1 1-9.9-9.9 7 7 0 0 1 9.9 9.9Z\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 8 1.5 2L10 6\" class=\"icon-dark\"/>"
|
|
442
578
|
}
|
|
443
579
|
}, ["16"], "checkmark-outline")); };
|
|
444
580
|
var IconCheckmarkSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
445
581
|
"16": {
|
|
446
|
-
"body": "<path
|
|
582
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 8.5 7.5 11 11 5\" class=\"icon-dark\"/>"
|
|
447
583
|
}
|
|
448
584
|
}, ["16"], "checkmark-small")); };
|
|
449
585
|
var IconCheckmarkSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
450
586
|
"16": {
|
|
451
|
-
"body": "<path d=\"M13.657 13.657A8 8 0 1 1 2.343 2.343a8 8 0 0 1 11.314 11.
|
|
587
|
+
"body": "<path fill=\"#fff\" d=\"M13.657 13.657A8 8 0 1 1 2.343 2.343a8 8 0 0 1 11.314 11.314\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 8.5 2 2 4-5\" class=\"icon-dark\"/>"
|
|
452
588
|
},
|
|
453
589
|
"24": {
|
|
454
|
-
"body": "<path d=\"M20.485 20.485c-4.686 4.687-12.284 4.687-16.97 0-4.687-4.686-4.687-12.284 0-16.97 4.686-4.687 12.284-4.687 16.97 0 4.687 4.686 4.687 12.284 0 16.
|
|
590
|
+
"body": "<path fill=\"#fff\" d=\"M20.485 20.485c-4.686 4.687-12.284 4.687-16.97 0-4.687-4.686-4.687-12.284 0-16.97 4.686-4.687 12.284-4.687 16.97 0 4.687 4.686 4.687 12.284 0 16.97\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15.999 9 11 15l-2.999-3\" class=\"icon-dark\"/>"
|
|
455
591
|
}
|
|
456
592
|
}, ["16", "24"], "checkmark-solid")); };
|
|
457
593
|
var IconCheckmark = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
458
594
|
"16": {
|
|
459
|
-
"body": "<path
|
|
595
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 8.5 7 12l5-8\" class=\"icon-dark\"/>"
|
|
460
596
|
}
|
|
461
597
|
}, ["16"], "checkmark")); };
|
|
462
598
|
var IconChevronDownDouble = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
463
599
|
"16": {
|
|
464
|
-
"body": "<path
|
|
600
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 9 3 3 3-3M5 4l3 3 3-3\" class=\"icon-dark\"/>"
|
|
465
601
|
}
|
|
466
602
|
}, ["16"], "chevron-down-double")); };
|
|
467
603
|
var IconChevronDownLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
468
604
|
"16": {
|
|
469
|
-
"body": "<path
|
|
605
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2 5 6 6 6-6\" class=\"icon-dark\"/>"
|
|
470
606
|
}
|
|
471
607
|
}, ["16"], "chevron-down-large")); };
|
|
472
608
|
var IconChevronDownMedium = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
473
609
|
"16": {
|
|
474
|
-
"body": "<path
|
|
610
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 6 4 4 4-4\" class=\"icon-dark\"/>"
|
|
475
611
|
}
|
|
476
612
|
}, ["16"], "chevron-down-medium")); };
|
|
477
613
|
var IconChevronDownSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
478
614
|
"8": {
|
|
479
|
-
"body": "<path
|
|
615
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m1 2.5 3 3 3-3\" class=\"icon-dark\"/>"
|
|
480
616
|
},
|
|
481
617
|
"16": {
|
|
482
|
-
"body": "<path
|
|
618
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 6 4 4 4-4\" class=\"icon-dark\"/>"
|
|
483
619
|
}
|
|
484
620
|
}, ["8", "16"], "chevron-down-small")); };
|
|
485
621
|
var IconChevronLeftDouble = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
486
622
|
"16": {
|
|
487
|
-
"body": "<path
|
|
623
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 11 4 8l3-3m5 6L9 8l3-3\" class=\"icon-dark\"/>"
|
|
488
624
|
}
|
|
489
625
|
}, ["16"], "chevron-left-double")); };
|
|
490
626
|
var IconChevronLeftLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
627
|
+
"8": {
|
|
628
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5.5 1-3 3 3 3\" class=\"icon-dark\"/>"
|
|
629
|
+
},
|
|
630
|
+
"16": {
|
|
631
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 14 5 8l6-6\" class=\"icon-dark\"/>"
|
|
632
|
+
},
|
|
633
|
+
"24": {
|
|
634
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m16.5 21-9-9 9-9\" class=\"icon-dark\"/>"
|
|
635
|
+
}
|
|
636
|
+
}, ["8", "16", "24"], "chevron-left-large")); };
|
|
637
|
+
var IconChevronLeftMedium = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
491
638
|
"16": {
|
|
492
|
-
"body": "<path
|
|
639
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 4 6 8l4 4\" class=\"icon-dark\"/>"
|
|
640
|
+
},
|
|
641
|
+
"24": {
|
|
642
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 18-6-6 6-6\" class=\"icon-dark\"/>"
|
|
493
643
|
}
|
|
494
|
-
}, ["16"], "chevron-left-
|
|
644
|
+
}, ["16", "24"], "chevron-left-medium")); };
|
|
495
645
|
var IconChevronLeftSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
496
646
|
"8": {
|
|
497
|
-
"body": "<path
|
|
647
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5.5 1-3 3 3 3\" class=\"icon-dark\"/>"
|
|
498
648
|
},
|
|
499
649
|
"16": {
|
|
500
|
-
"body": "<path
|
|
650
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 4 6 8l4 4\" class=\"icon-dark\"/>"
|
|
651
|
+
},
|
|
652
|
+
"24": {
|
|
653
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m13.5 15-3-3 3-3\" class=\"icon-dark\"/>"
|
|
501
654
|
}
|
|
502
|
-
}, ["8", "16"], "chevron-left-small")); };
|
|
655
|
+
}, ["8", "16", "24"], "chevron-left-small")); };
|
|
503
656
|
var IconChevronRightDouble = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
504
657
|
"16": {
|
|
505
|
-
"body": "<path d=\"m9 11 3-3-3-3m-5 6 3-3-3-3\"
|
|
658
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 11 3-3-3-3m-5 6 3-3-3-3\" class=\"icon-dark\"/>"
|
|
506
659
|
}
|
|
507
660
|
}, ["16"], "chevron-right-double")); };
|
|
508
661
|
var IconChevronRightLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
662
|
+
"8": {
|
|
663
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2.5 1 3 3-3 3\" class=\"icon-dark\"/>"
|
|
664
|
+
},
|
|
509
665
|
"16": {
|
|
510
|
-
"body": "<path
|
|
666
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 14 6-6-6-6\" class=\"icon-dark\"/>"
|
|
667
|
+
},
|
|
668
|
+
"24": {
|
|
669
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7.5 21 9-9-9-9\" class=\"icon-dark\"/>"
|
|
511
670
|
}
|
|
512
|
-
}, ["16"], "chevron-right-large")); };
|
|
671
|
+
}, ["8", "16", "24"], "chevron-right-large")); };
|
|
672
|
+
var IconChevronRightMedium = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
673
|
+
"16": {
|
|
674
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 12 4-4-4-4\" class=\"icon-dark\"/>"
|
|
675
|
+
},
|
|
676
|
+
"24": {
|
|
677
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 18 6-6-6-6\" class=\"icon-dark\"/>"
|
|
678
|
+
}
|
|
679
|
+
}, ["16", "24"], "chevron-right-medium")); };
|
|
513
680
|
var IconChevronRightSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
514
681
|
"8": {
|
|
515
|
-
"body": "<path
|
|
682
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2.5 1 3 3-3 3\" class=\"icon-dark\"/>"
|
|
516
683
|
},
|
|
517
684
|
"16": {
|
|
518
|
-
"body": "<path
|
|
685
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 12 4-4-4-4\" class=\"icon-dark\"/>"
|
|
686
|
+
},
|
|
687
|
+
"24": {
|
|
688
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10.5 15 3-3-3-3\" class=\"icon-dark\"/>"
|
|
519
689
|
}
|
|
520
|
-
}, ["8", "16"], "chevron-right-small")); };
|
|
690
|
+
}, ["8", "16", "24"], "chevron-right-small")); };
|
|
521
691
|
var IconChevronUpDouble = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
522
692
|
"16": {
|
|
523
|
-
"body": "<path d=\"m5 7 3-3 3 3m-6 5 3-3 3 3\"
|
|
693
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 7 3-3 3 3m-6 5 3-3 3 3\" class=\"icon-dark\"/>"
|
|
524
694
|
}
|
|
525
695
|
}, ["16"], "chevron-up-double")); };
|
|
526
696
|
var IconChevronUpLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
527
697
|
"16": {
|
|
528
|
-
"body": "<path
|
|
698
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m2 11 6-6 6 6\" class=\"icon-dark\"/>"
|
|
529
699
|
}
|
|
530
700
|
}, ["16"], "chevron-up-large")); };
|
|
531
701
|
var IconChevronUpSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
532
702
|
"8": {
|
|
533
|
-
"body": "<path
|
|
703
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m1 5.5 3-3 3 3\" class=\"icon-dark\"/>"
|
|
534
704
|
},
|
|
535
705
|
"16": {
|
|
536
|
-
"body": "<path
|
|
706
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10 8 6l-4 4\" class=\"icon-dark\"/>"
|
|
537
707
|
}
|
|
538
708
|
}, ["8", "16"], "chevron-up-small")); };
|
|
709
|
+
var IconCreditCard = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
710
|
+
"16": {
|
|
711
|
+
"body": "<path fill=\"currentColor\" d=\"M1 12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6H1zM15 4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M1 6V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v2M1 6v6a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6M1 6h14M4 10h3m2.5 0h1\" class=\"icon-dark\"/>"
|
|
712
|
+
},
|
|
713
|
+
"24": {
|
|
714
|
+
"body": "<path fill=\"currentColor\" d=\"M3 18a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V9H3zM21 6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v3h18z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 9V6a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v3M3 9v9a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V9M3 9h18M7 15h1m7 0h1m-5 0h1\" class=\"icon-dark\"/>"
|
|
715
|
+
}
|
|
716
|
+
}, ["16", "24"], "credit-card")); };
|
|
539
717
|
var IconCurrencyEur = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
540
718
|
"16": {
|
|
541
|
-
"body": "<path d=\"m6.524 13.214.565-.
|
|
719
|
+
"body": "<path fill=\"currentColor\" d=\"m6.524 13.214.565-.825zm6.145.33a1 1 0 1 0-1.338-1.486zm-1.338-9.602a1 1 0 1 0 1.338-1.485zM2.5 5.501a1 1 0 0 0 0 2zm7.695 2a1 1 0 1 0 0-2zM2.5 8.5a1 1 0 0 0 0 2zm6.054 2a1 1 0 1 0 0-2zM9 13a3.36 3.36 0 0 1-1.91-.611l-1.132 1.65A5.36 5.36 0 0 0 9 15zm-1.91-.611C5.884 11.564 5 9.943 5 8H3c0 2.522 1.147 4.797 2.958 6.039zM5 8c0-2.94 1.954-5 4-5V1C5.523 1 3 4.312 3 8zm6.33 4.058C10.657 12.665 9.85 13 9 13v2c1.401 0 2.672-.558 3.67-1.457zM9 3c.85 0 1.656.335 2.33.942l1.34-1.485C11.672 1.557 10.4 1 9 1zM2.5 7.5h7.695v-2H2.5zm0 3h6.054v-2H2.5z\" class=\"icon-dark\"/>"
|
|
542
720
|
}
|
|
543
721
|
}, ["16"], "currency-eur")); };
|
|
544
722
|
var IconCurrencyGbp = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
545
723
|
"16": {
|
|
546
|
-
"body": "<path d=\"M10 5a1 1 0 1 0 2
|
|
724
|
+
"body": "<path fill=\"currentColor\" d=\"M10 5a1 1 0 1 0 2 0zm-6 9-.79-.614a1 1 0 0 0 1.345 1.446zm8.555.832a1 1 0 0 0-1.11-1.664zM4 8a1 1 0 0 0 0 2zm5 2a1 1 0 0 0 0-2zM6 5a2 2 0 0 1 2-2V1a4 4 0 0 0-4 4zm2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4zM4 14c.555.832.554.832.554.833h-.001l-.002.002-.003.002-.005.003-.004.002.014-.008q.03-.018.12-.058c.117-.05.309-.12.568-.167.51-.093 1.319-.108 2.388.32l.742-1.857c-1.431-.573-2.622-.588-3.487-.43a4.6 4.6 0 0 0-1.01.3 3.4 3.4 0 0 0-.42.22l-.004.003-.003.002c-.001 0-.002 0 .553.833m3.629.928c1.431.573 2.622.588 3.487.43a4.6 4.6 0 0 0 1.01-.3 3.4 3.4 0 0 0 .408-.212l.011-.008.005-.003.003-.002c.001 0 .002 0-.553-.833-.555-.832-.554-.832-.554-.833h.001l.002-.002.003-.002.005-.003.004-.002-.014.008q-.03.018-.12.058c-.117.05-.309.12-.568.167-.51.093-1.319.108-2.388-.32zm-2.84-.314c1.77-2.276 2.2-4.085 2.048-5.707l-1.991.186c.095 1.022-.115 2.339-1.635 4.293zm2.048-5.707c-.08-.863-.325-1.632-.51-2.254C6.13 5.996 6 5.498 6 5H4c0 .827.22 1.584.41 2.223.2.674.377 1.242.436 1.87zM4 10h1.841V8H4zm1.841 0H9V8H5.841z\" class=\"icon-dark\"/>"
|
|
547
725
|
}
|
|
548
726
|
}, ["16"], "currency-gbp")); };
|
|
549
727
|
var IconCurrencyInr = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
550
728
|
"16": {
|
|
551
|
-
"body": "<path d=\"M3.5 2H8m3 3a3 3 0 0 1-3 3H3.5l6.5 6m1-9a3 3 0 0 0-3-3m3 3H3.5M11 5h1.5M8 2h4.5\"
|
|
729
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.5 2H8m3 3a3 3 0 0 1-3 3H3.5l6.5 6m1-9a3 3 0 0 0-3-3m3 3H3.5M11 5h1.5M8 2h4.5\" class=\"icon-dark\"/>"
|
|
552
730
|
}
|
|
553
731
|
}, ["16"], "currency-inr")); };
|
|
554
732
|
var IconCurrencyRub = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
555
733
|
"16": {
|
|
556
|
-
"body": "<path d=\"M5 8h5a3 3 0 1 0 0-
|
|
734
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 8h5a3 3 0 1 0 0-6H5zm0 0v6m0-6H3m0 3h6\" class=\"icon-dark\"/>"
|
|
557
735
|
}
|
|
558
736
|
}, ["16"], "currency-rub")); };
|
|
559
737
|
var IconCurrencyUsd = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
560
738
|
"16": {
|
|
561
|
-
"body": "<path d=\"M8 3h3a1 1 0 0 1 1 1v.5M8 3H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3m0-5V1m0 2v5m0 5h3a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H8m0 5H5a1 1 0 0 1-1-1v-.5M8 13v2m0-2V8\"
|
|
739
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 3h3a1 1 0 0 1 1 1v.5M8 3H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3m0-5V1m0 2v5m0 5h3a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H8m0 5H5a1 1 0 0 1-1-1v-.5M8 13v2m0-2V8\" class=\"icon-dark\"/>"
|
|
562
740
|
}
|
|
563
741
|
}, ["16"], "currency-usd")); };
|
|
564
742
|
var IconCypressAccessibilityOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
565
743
|
"16": {
|
|
566
|
-
"body": "<path d=\"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14
|
|
744
|
+
"body": "<path fill=\"transparent\" d=\"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"m8 8 3-1M8 8 5 7m3 1v2m0 0-2 2m2-2 2 2M7.5 4.5v0A.5.5 0 0 0 8 5v0a.5.5 0 0 0 .5-.5v0m-1 0v0A.5.5 0 0 1 8 4v0a.5.5 0 0 1 .5.5v0m-1 0h1M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z\" class=\"icon-dark\"/>"
|
|
567
745
|
}
|
|
568
746
|
}, ["16"], "cypress-accessibility-outline")); };
|
|
569
747
|
var IconCypressAccessibility = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
570
748
|
"12": {
|
|
571
|
-
"body": "<path fill
|
|
749
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m-2.684.05a1 1 0 0 0-.632 1.898L5 6.72v.865L3.293 9.292a1 1 0 0 0 1.414 1.414L6 9.413l1.293 1.293a1 1 0 0 0 1.414-1.414L7 7.585V6.72l2.316-.772a1 1 0 1 0-.632-1.897L6 4.945z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
572
750
|
},
|
|
573
751
|
"16": {
|
|
574
|
-
"body": "<path fill
|
|
752
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 3a2 2 0 1 1-4 0 2 2 0 0 1 4 0M4.243 5.03a1 1 0 1 0-.485 1.94l2.864.715A.5.5 0 0 1 7 8.17V9a2 2 0 0 1-.4 1.2l-2.4 3.2a1 1 0 0 0 1.6 1.2l2.04-2.72a.2.2 0 0 1 .32 0l2.04 2.72a1 1 0 0 0 1.6-1.2l-2.4-3.2A2 2 0 0 1 9 9v-.83a.5.5 0 0 1 .379-.485l2.864-.716a1 1 0 0 0-.485-1.94l-3.273.818a2 2 0 0 1-.97 0z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
575
753
|
}
|
|
576
754
|
}, ["12", "16"], "cypress-accessibility")); };
|
|
755
|
+
var IconCypressStudio = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
756
|
+
"16": {
|
|
757
|
+
"body": "<path fill=\"currentColor\" d=\"M12.18 8.944c.281.533.49 1.049.627 1.528.075.262.124.498.155.709q-.404.472-.855.925a16 16 0 0 1-1.934 1.654l.024.008-.023-.007c-.713.518-1.444.954-2.171 1.3L8 15.058c-.555.264-1.107.478-1.648.632-1.877.536-3.865.446-5.177-.866s-1.402-3.3-.866-5.177q.06-.213.133-.43c.435.78.959 1.549 1.562 2.288-.04.875.194 1.514.585 1.905.565.565 1.647.804 3.214.357l.022-.008h.001c.69-.199 1.427-.522 2.174-.962l-.108-.068.108.067a13.6 13.6 0 0 0 2.691-2.106A14 14 0 0 0 12.26 8.83q-.04.058-.08.115m-1-5.907q.473.405.927.856c.617.618 1.17 1.27 1.653 1.934l.008-.024-.007.023c.517.713.954 1.443 1.3 2.17L15.06 8c.263.555.477 1.107.631 1.648.537 1.877.446 3.865-.866 5.177s-3.3 1.402-5.177.866a9 9 0 0 1-.428-.134 16 16 0 0 0 2.286-1.561l-.019-.002c.886.045 1.53-.189 1.924-.583.565-.565.804-1.646.357-3.214l-.008-.023A9.6 9.6 0 0 0 12.799 8l-.034.055q.016-.028.033-.055a13.7 13.7 0 0 0-2.106-2.691 14 14 0 0 0-1.834-1.55l.087.06a8 8 0 0 1 1.528-.626q.393-.111.709-.156m.039 10.936-.047-.006zm-.593-.099-.108-.024q.054.014.108.024m-9.451-12.7C2.487-.136 4.475-.227 6.352.31q.213.06.428.133c-.779.434-1.547.96-2.286 1.562l-.017-.001c-.867-.037-1.5.197-1.888.586-.565.565-.804 1.647-.357 3.214l.007.024c.2.69.523 1.426.963 2.173l.067-.108L3.203 8A13.6 13.6 0 0 0 5.31 10.69c.599.6 1.224 1.12 1.85 1.56q-.052-.034-.103-.07c-.533.28-1.049.489-1.528.626q-.394.11-.71.155a16.4 16.4 0 0 1-2.579-2.79 14 14 0 0 1-1.3-2.17V8A11 11 0 0 1 .31 6.35c-.536-1.876-.446-3.864.866-5.176m6.423 11.374-.17-.111q.085.056.17.11m.064-7.293c.093-.345.583-.345.676 0l.458 1.702a.35.35 0 0 0 .247.247l1.702.458c.345.093.345.583 0 .676l-1.702.458a.35.35 0 0 0-.247.247l-.458 1.702c-.093.345-.583.345-.676 0l-.458-1.702a.35.35 0 0 0-.247-.247l-1.702-.458c-.345-.093-.345-.583 0-.676l1.702-.458a.35.35 0 0 0 .247-.247zm-5.596 5.679.015-.087zM9.648.309c1.877-.537 3.865-.446 5.177.866s1.403 3.3.867 5.176q-.062.214-.135.428a16 16 0 0 0-1.56-2.285c.04-.876-.195-1.514-.586-1.905-.565-.565-1.647-.804-3.214-.357l-.024.007c-.69.2-1.426.523-2.173.963q.053.033.107.066L8 3.203A13.6 13.6 0 0 0 5.31 5.31 14 14 0 0 0 3.78 7.113q.02-.03.04-.057a8 8 0 0 1-.627-1.528 5.5 5.5 0 0 1-.156-.71 16.5 16.5 0 0 1 2.79-2.579 14 14 0 0 1 2.17-1.3H8A11 11 0 0 1 9.648.31m4.225 5.07-.022.101zm.063-.325-.015.088zm.038-.282-.005.045zM5.429 2.137l.028.006zm-.649-.11.047.005z\" class=\"icon-dark\"/>"
|
|
758
|
+
},
|
|
759
|
+
"24": {
|
|
760
|
+
"body": "<path fill=\"currentColor\" d=\"M20.092 13.101c.286.666.505 1.319.656 1.946q.066.273.113.534c-.7.988-1.506 1.952-2.417 2.863a21.8 21.8 0 0 1-4.008 3.176l.004.001-.002.002c-.806.494-1.623.913-2.436 1.258H12c-.788.333-1.572.597-2.344.783-1.187.286-2.371.398-3.487.3l-.256-.026c-1.53-.18-2.922-.765-4.004-1.847a6 6 0 0 1-.648-.766c-1.347-1.884-1.542-4.423-.925-6.981q.124-.505.289-1.016c.414.843.903 1.68 1.46 2.499q-.055.402-.075.785l-.001.036a8 8 0 0 0-.01.308v.096l.003.106q.001.114.007.227.004.08.01.16a7 7 0 0 0 .072.6q.008.06.02.118.065.347.168.667l.026.074q.043.128.093.254l.03.069q.049.116.102.227l.046.09a4 4 0 0 0 .267.448q.038.057.078.113.062.084.129.165.03.04.063.078a4 4 0 0 0 .438.438q.034.028.07.056a4.1 4.1 0 0 0 1.007.61q.063.028.127.054a5 5 0 0 0 .64.207q.024.007.05.012.143.035.291.064.059.01.118.02a6 6 0 0 0 .987.088q.072.002.146.003.152-.001.307-.008l.093-.003a8 8 0 0 0 .593-.053q.097-.01.194-.022l.037-.007q.165-.024.335-.056l.144-.024q.246-.047.498-.107l.003-.001q.185-.045.371-.096c.793-.22 1.613-.533 2.438-.938q.132-.066.263-.135l.09-.046q.374-.194.749-.412l.146-.09a18 18 0 0 0 .732-.463q.13-.086.26-.176.17-.116.34-.24.068-.05.137-.1l.255-.192.13-.097.4-.32.041-.035.12-.1q.432-.361.855-.756l.085-.08a21 21 0 0 0 .854-.853l.066-.073q.405-.433.774-.874l.065-.079a20 20 0 0 0 1.565-2.191l.075-.125zm-4.51-9.963c.987.7 1.951 1.506 2.862 2.418a21.8 21.8 0 0 1 3.176 4.007l.001-.005.002.004c.493.806.913 1.622 1.258 2.435V12c.333.787.597 1.572.783 2.344.705 2.923.35 5.823-1.573 7.747a6.1 6.1 0 0 1-1.833 1.261c-.825.372-1.733.576-2.686.631-.692.04-1.409.003-2.134-.105a12.5 12.5 0 0 1-2.11-.504c.843-.414 1.68-.902 2.5-1.46q.09.011.182.021a9 9 0 0 0 .602.054l.093.003q.156.007.307.008.074 0 .146-.003a7 7 0 0 0 .763-.055q.113-.015.224-.034.06-.01.118-.02.148-.028.292-.063l.05-.012a5 5 0 0 0 .64-.207l.126-.054a5 5 0 0 0 .277-.131 4 4 0 0 0 .464-.279q.046-.03.091-.063.09-.066.177-.137l.068-.056a4 4 0 0 0 .229-.21 4 4 0 0 0 .209-.228l.063-.078q.067-.082.13-.167l.064-.09a4.3 4.3 0 0 0 .428-.786l.03-.07q.188-.464.288-.994l.02-.118q.019-.113.034-.23.01-.072.017-.148a7 7 0 0 0 .037-.609q.001-.073.003-.146 0-.179-.009-.364l-.002-.036a9 9 0 0 0-.075-.785l-.007-.037q-.026-.18-.06-.364l-.019-.113a11 11 0 0 0-.205-.876A14 14 0 0 0 20.686 12q-.067-.131-.136-.264l-.046-.09q-.194-.373-.412-.748a18 18 0 0 0-.426-.684l-.127-.195a19 19 0 0 0-.588-.832l-.12-.16-.145-.187q-.158-.203-.324-.405l-.07-.083a20 20 0 0 0-.316-.37l-.069-.08a20 20 0 0 0-.384-.42q-.04-.044-.08-.087a21 21 0 0 0-.84-.84l-.085-.08q-.21-.195-.42-.381l-.093-.081a21 21 0 0 0-.689-.575l-.135-.109-.22-.169a19 19 0 0 0-.671-.488q-.03-.022-.059-.042-.144-.099-.289-.195l-.12-.079a18 18 0 0 0-.583-.364q-.068-.043-.137-.084a12 12 0 0 1 1.945-.656q.273-.066.534-.114M1.908 1.909C3.833-.015 6.733-.369 9.656.336c.336.08.675.18 1.015.289-.842.414-1.678.903-2.497 1.46l-.003.002c-2.083-.292-3.773.161-4.848 1.236S1.795 6.088 2.087 8.171l-.001.003.006.039q.02.141.048.285l.03.188a11 11 0 0 0 .208.876c.22.793.532 1.613.937 2.438l.061.117a17 17 0 0 0 .532.984q.044.074.09.147.037.062.075.125a18 18 0 0 0 1.095 1.599 19 19 0 0 0 .469.592l.065.079q.369.442.774.874l.067.073a21 21 0 0 0 .853.853l.085.08q.21.197.423.385l.06.053q.204.177.408.348l.059.048q.204.17.412.331l.156.12q.148.114.296.223.063.047.125.093a19 19 0 0 0 1.15.768l.181.11.147.09a12 12 0 0 1-1.945.656q-.275.066-.536.114c-.988-.7-1.95-1.507-2.861-2.418a21.8 21.8 0 0 1-3.177-4.009l-.001.002a18.4 18.4 0 0 1-1.26-2.436V12a15 15 0 0 1-.782-2.344C-.37 6.733-.014 3.833 1.909 1.91m9.366 5.78c.2-.74 1.25-.74 1.45 0l.648 2.409a.75.75 0 0 0 .53.529l2.408.648c.74.2.74 1.25 0 1.45l-2.409.648a.75.75 0 0 0-.529.53l-.648 2.407c-.2.74-1.25.74-1.45 0l-.648-2.408a.75.75 0 0 0-.53-.53l-2.408-.647c-.74-.2-.74-1.25 0-1.45l2.409-.648a.75.75 0 0 0 .529-.53zM17.572.016c1.733.101 3.317.69 4.519 1.893 1.924 1.924 2.278 4.824 1.573 7.747q-.123.504-.29 1.015a20.5 20.5 0 0 0-1.46-2.497q.056-.405.075-.788l.004-.113Q22 7.12 22 6.97q0-.066-.003-.13a7 7 0 0 0-.036-.61 6 6 0 0 0-.054-.384l-.018-.11a6 6 0 0 0-.171-.673l-.024-.068q-.043-.128-.093-.254l-.045-.104a5 5 0 0 0-.091-.2l-.048-.093a5 5 0 0 0-.099-.18l-.062-.106a4 4 0 0 0-.115-.174l-.063-.09a4 4 0 0 0-.129-.165q-.03-.04-.063-.078a4 4 0 0 0-.438-.438l-.086-.07q-.076-.062-.157-.122-.052-.038-.106-.074a4 4 0 0 0-.55-.319 5 5 0 0 0-.211-.095q-.04-.017-.08-.035a5 5 0 0 0-.254-.093l-.069-.024a5 5 0 0 0-.33-.096l-.05-.011a6 6 0 0 0-.292-.064l-.118-.02a6 6 0 0 0-.987-.088q-.052-.002-.106-.003h-.096q-.123.001-.249.008l-.095.003a9 9 0 0 0-.41.03q-.041.006-.08.01-.147.016-.295.036l-.037.006q-.18.026-.364.06l-.113.019a11 11 0 0 0-.876.207c-.792.219-1.612.532-2.437.937q-.086.044-.173.09l-.231.117q-.348.183-.698.386-.069.041-.137.084l-.17.103q-.207.127-.412.261l-.122.08q-.145.094-.29.194l-.057.042a19 19 0 0 0-.711.518l-.156.12q-.193.151-.385.309l-.111.093a20 20 0 0 0-.866.763l-.085.08a21 21 0 0 0-.84.84l-.08.086q-.196.21-.384.421-.034.04-.069.08a20 20 0 0 0-.316.37l-.07.083a20 20 0 0 0-.468.591l-.12.161a19 19 0 0 0-.589.832l-.127.195q-.222.341-.425.684a12 12 0 0 1-.656-1.945 10 10 0 0 1-.115-.536c.7-.988 1.508-1.95 2.419-2.861a21.8 21.8 0 0 1 4.007-3.177l-.001-.001a18.4 18.4 0 0 1 2.436-1.26H12a15 15 0 0 1 2.344-.782 12 12 0 0 1 2.174-.322 10 10 0 0 1 1.054.002\" class=\"icon-dark\"/>"
|
|
761
|
+
},
|
|
762
|
+
"48": {
|
|
763
|
+
"body": "<path fill=\"currentColor\" d=\"M37.487 25.836a20.3 20.3 0 0 1 1.094 3.242q.11.456.19.89a37 37 0 0 1-4.03 4.773 36.4 36.4 0 0 1-6.681 5.293l.006.002-.003.003a31 31 0 0 1-4.06 2.097H24c-1.313.556-2.62.995-3.907 1.305-1.98.477-3.952.664-5.812.502a15 15 0 0 1-.427-.044c-2.55-.3-4.87-1.276-6.673-3.08A10 10 0 0 1 6.1 39.543c-2.245-3.14-2.57-7.373-1.542-11.637q.206-.84.482-1.692a34 34 0 0 0 2.435 4.165q-.094.671-.127 1.308l-.001.06a13 13 0 0 0-.017.514v.159q.002.09.005.177.002.19.012.378.007.135.017.267a11 11 0 0 0 .12 1.001q.014.098.032.195.11.58.281 1.114l.043.122q.073.216.156.423.025.059.05.115.081.194.17.378.037.075.076.15a7 7 0 0 0 .445.747q.063.095.13.189.105.14.215.275.052.066.106.13.168.198.35.381.181.181.379.348.057.048.115.095a6.8 6.8 0 0 0 1.384.88q.146.071.296.136.105.046.212.09.51.205 1.066.346l.083.02q.24.058.487.105.097.017.195.033a10.4 10.4 0 0 0 1.646.148q.12.003.244.005.252-.002.51-.014l.156-.004q.231-.013.467-.035.258-.021.522-.053.161-.018.322-.038l.062-.011q.277-.042.559-.093.12-.02.24-.04.41-.079.83-.18l.006-.001q.307-.074.618-.16A23.5 23.5 0 0 0 24 38.477c.147-.072.291-.151.438-.227l.15-.076q.623-.322 1.248-.687.122-.074.244-.15a30 30 0 0 0 1.22-.771q.217-.144.434-.293.284-.195.566-.399.115-.084.228-.17.213-.156.425-.318c.072-.055.146-.106.217-.162l.667-.533.068-.059.2-.168q.72-.6 1.425-1.258l.143-.133q.359-.338.712-.689.363-.364.71-.734l.111-.12q.675-.72 1.29-1.459l.109-.13a33 33 0 0 0 1.061-1.36 32 32 0 0 0 1.546-2.293q.064-.104.126-.208.075-.122.15-.244\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M29.969 9.228a37 37 0 0 1 4.772 4.03c2.101 2.101 3.875 4.366 5.294 6.68q0-.003.002-.007l.003.006a31 31 0 0 1 2.096 4.058V24a25 25 0 0 1 1.306 3.906c1.175 4.873.584 9.707-2.623 12.913a10.2 10.2 0 0 1-3.055 2.103c-1.374.62-2.887.959-4.476 1.051-1.155.068-2.35.005-3.558-.175q-.909-.136-1.823-.357a23 23 0 0 1-1.693-.483c1.404-.69 2.8-1.503 4.165-2.434.102.015.204.024.304.036a15 15 0 0 0 1.005.09l.154.005q.26.01.511.013.123-.002.245-.005a12 12 0 0 0 .646-.028 11 11 0 0 0 1-.12q.097-.015.195-.033.248-.047.486-.106.042-.008.083-.02.557-.14 1.067-.344.106-.044.211-.092a8 8 0 0 0 .462-.218 7 7 0 0 0 .774-.464l.151-.105q.15-.111.295-.228l.114-.095q.197-.166.38-.348.182-.184.349-.38l.106-.131q.111-.136.216-.278l.106-.152a7 7 0 0 0 .544-.93q.09-.186.17-.379l.05-.115q.312-.775.48-1.659.017-.097.032-.195.032-.188.059-.383.015-.122.027-.247a11 11 0 0 0 .05-.638q.01-.187.012-.378.004-.12.005-.244 0-.298-.015-.605l-.003-.06a15 15 0 0 0-.125-1.31q-.006-.03-.012-.061-.044-.3-.1-.607-.016-.094-.031-.187a19 19 0 0 0-.342-1.46A23.5 23.5 0 0 0 38.477 24q-.11-.22-.226-.44-.038-.075-.077-.15a28 28 0 0 0-.687-1.246q-.337-.571-.71-1.141l-.21-.324a32 32 0 0 0-1.422-1.966 33 33 0 0 0-.54-.674q-.06-.07-.117-.139a34 34 0 0 0-.528-.617q-.056-.067-.114-.133a35 35 0 0 0-.64-.702l-.133-.143a35 35 0 0 0-1.4-1.4l-.143-.133a34 34 0 0 0-.7-.636l-.155-.136a33 33 0 0 0-1.147-.957l-.226-.182-.367-.282a32 32 0 0 0-1.118-.813q-.049-.036-.098-.07a32 32 0 0 0-.481-.324l-.202-.132a30 30 0 0 0-.97-.607q-.115-.07-.23-.14a20.3 20.3 0 0 1 3.242-1.094q.456-.11.89-.19M7.18 7.18c3.207-3.205 8.04-3.796 12.913-2.621.56.135 1.124.298 1.692.481a34 34 0 0 0-4.163 2.435l-.004.002c-3.472-.486-6.289.269-8.08 2.06-1.792 1.792-2.547 4.61-2.061 8.08l-.002.005.01.066q.036.235.08.475c.018.104.032.21.052.314a19 19 0 0 0 .345 1.46A23.5 23.5 0 0 0 9.525 24q.05.098.1.195.12.239.245.477.303.582.643 1.164.072.122.148.244.062.105.127.208a31 31 0 0 0 1.824 2.665 35 35 0 0 0 .782.988l.109.13q.615.738 1.289 1.459l.112.12a35 35 0 0 0 1.421 1.423l.143.133q.351.327.705.641l.101.088q.338.296.679.58l.098.081q.342.282.687.552.13.101.26.2.246.19.493.371l.209.155a32 32 0 0 0 1.917 1.28q.15.092.301.183.123.076.246.15a20.3 20.3 0 0 1-3.243 1.094q-.457.11-.893.19a37 37 0 0 1-4.77-4.03 36.4 36.4 0 0 1-5.294-6.682l-.002.004a31 31 0 0 1-2.102-4.061L5.862 24a25 25 0 0 1-1.304-3.907c-1.175-4.872-.584-9.706 2.623-12.912\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M22.792 16.815c.333-1.233 2.083-1.233 2.416 0l1.08 4.014c.116.43.453.766.883.882l4.014 1.081c1.233.332 1.233 2.083 0 2.416l-4.014 1.08a1.25 1.25 0 0 0-.882.883l-1.081 4.014c-.332 1.233-2.083 1.233-2.416 0l-1.08-4.014a1.25 1.25 0 0 0-.883-.883l-4.014-1.08c-1.233-.333-1.233-2.084 0-2.416l4.014-1.08a1.25 1.25 0 0 0 .882-.883z\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M33.288 4.026c2.888.168 5.527 1.15 7.531 3.155 3.207 3.206 3.798 8.04 2.623 12.912q-.206.84-.484 1.692a34 34 0 0 0-2.433-4.163q.093-.673.125-1.313l.007-.187q.01-.257.011-.506-.002-.108-.005-.215a12 12 0 0 0-.03-.689 11 11 0 0 0-.061-.587q-.026-.194-.059-.383l-.03-.182a9 9 0 0 0-.285-1.122l-.04-.114a8 8 0 0 0-.156-.423q-.037-.088-.075-.174a8 8 0 0 0-.151-.332q-.04-.08-.08-.156a7 7 0 0 0-.164-.3q-.05-.089-.104-.176a7 7 0 0 0-.192-.291q-.052-.075-.105-.148a7 7 0 0 0-.214-.277q-.053-.066-.106-.13a7 7 0 0 0-.349-.38 7 7 0 0 0-.38-.35q-.071-.058-.144-.115-.128-.106-.262-.205-.087-.063-.177-.124a7 7 0 0 0-.917-.53 8 8 0 0 0-.351-.158l-.134-.059a8 8 0 0 0-.423-.156l-.114-.04a9 9 0 0 0-.552-.159q-.04-.01-.083-.02a10 10 0 0 0-.486-.105q-.097-.017-.196-.032a10 10 0 0 0-1.645-.149q-.089-.002-.178-.004h-.16q-.205.002-.414.013l-.158.004q-.338.018-.685.053-.068.006-.134.016-.243.025-.49.058l-.062.01q-.3.044-.607.101-.093.015-.187.031a19 19 0 0 0-1.46.345A23.5 23.5 0 0 0 24 9.525q-.144.073-.288.148-.193.097-.386.197-.581.303-1.162.643-.115.07-.23.14l-.283.17q-.344.213-.687.437-.102.065-.203.132-.241.158-.482.324-.049.034-.096.07a32 32 0 0 0-1.185.864q-.13.098-.26.2-.323.252-.642.514l-.185.155a34 34 0 0 0-1.443 1.273l-.143.133a35 35 0 0 0-1.4 1.4l-.133.143a34 34 0 0 0-.64.702q-.057.067-.114.133-.269.307-.527.617-.06.07-.117.139a34 34 0 0 0-.78.985q-.102.133-.2.268-.516.69-.982 1.387-.108.162-.211.324-.372.57-.708 1.14a20.3 20.3 0 0 1-1.094-3.242 17 17 0 0 1-.192-.893 37 37 0 0 1 4.031-4.77c2.101-2.1 4.366-3.876 6.68-5.294l-.002-.002a31 31 0 0 1 4.06-2.101l.004.001a25 25 0 0 1 3.907-1.303 19.7 19.7 0 0 1 3.623-.538q.891-.045 1.758.005\" class=\"icon-dark\"/>"
|
|
764
|
+
}
|
|
765
|
+
}, ["16", "24", "48"], "cypress-studio")); };
|
|
577
766
|
var IconCypressUiCoverage = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
578
767
|
"16": {
|
|
579
|
-
"body": "<path fill
|
|
768
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9 2a1 1 0 1 0-2 0v1a1 1 0 0 0 2 0zm4 2.413.707-.707a1 1 0 0 0-1.414-1.414L11.586 3A1 1 0 0 0 13 4.413m-8.293 8.293L4 13.414a1 1 0 0 1-1.414-1.415l.707-.707a1 1 0 1 1 1.414 1.414m-1-10.414a1 1 0 0 0-1.414 1.414L3 4.413A1 1 0 1 0 4.414 3zM1 8a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2H2a1 1 0 0 1-1-1m5.294-1.94 9.134 1.826a.2.2 0 0 1 .05.375l-3.23 1.615a.2.2 0 0 0-.052.32l2.663 2.663a.2.2 0 0 1 0 .283l-1.718 1.717a.2.2 0 0 1-.282 0l-2.663-2.663a.2.2 0 0 0-.32.053l-1.615 3.23a.2.2 0 0 1-.375-.05L6.059 6.293a.2.2 0 0 1 .235-.235\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
580
769
|
}
|
|
581
770
|
}, ["16"], "cypress-ui-coverage")); };
|
|
582
771
|
var IconDeviceLaptop = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
583
772
|
"24": {
|
|
584
|
-
"body": "<path fill
|
|
773
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M3 17H2v.1A2.9 2.9 0 0 0 4.9 20h14.2a2.9 2.9 0 0 0 2.9-2.9V17H3\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 17H3m18 0h1v.1m-1-.1V6M3 17H2v.1m1-.1V6m2-2h14M5 4a2 2 0 0 0-2 2m2-2a2 2 0 0 0-2 2v0m16-2a2 2 0 0 1 2 2m-2-2a2 2 0 0 1 2 2v0m1 11.1a2.9 2.9 0 0 1-2.9 2.9m2.9-2.9a2.9 2.9 0 0 1-2.9 2.9v0m0 0H4.9m0 0A2.9 2.9 0 0 1 2 17.1M4.9 20A2.9 2.9 0 0 1 2 17.1v0\" class=\"icon-dark\"/><circle cx=\"12\" cy=\"7\" r=\"1\" fill=\"currentColor\" class=\"icon-dark\"/>"
|
|
585
774
|
}
|
|
586
775
|
}, ["24"], "device-laptop")); };
|
|
587
776
|
var IconDeviceSmartphone = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
588
777
|
"16": {
|
|
589
|
-
"body": "<path d=\"M9.5 1H11a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1.5m3 0v.5A.5.5 0 0 1 9 2H7a.5.5 0 0 1-.5-.5V1m3 0h-3M8 12.5v.01\"
|
|
778
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9.5 1H11a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1.5m3 0v.5A.5.5 0 0 1 9 2H7a.5.5 0 0 1-.5-.5V1m3 0h-3M8 12.5v.01\" class=\"icon-dark\"/>"
|
|
590
779
|
},
|
|
591
780
|
"24": {
|
|
592
|
-
"body": "<path d=\"M15 1h1a3 3 0 0 1 3 3v16a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h1m6 0v1a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V1m6 0H9m3 19.01V20\"
|
|
781
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M15 1h1a3 3 0 0 1 3 3v16a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h1m6 0v1a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V1m6 0H9m3 19.01V20\" class=\"icon-dark\"/>"
|
|
593
782
|
}
|
|
594
783
|
}, ["16", "24"], "device-smartphone")); };
|
|
595
784
|
var IconDeviceTv = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
596
785
|
"16": {
|
|
597
|
-
"body": "<path d=\"M15 3a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-
|
|
786
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M15 3a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 11H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1zm0 0v2a1 1 0 0 0 1 1h3-8\" class=\"icon-dark\"/>"
|
|
598
787
|
},
|
|
599
788
|
"24": {
|
|
600
|
-
"body": "<path d=\"M23 4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-
|
|
789
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M23 4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 17H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1zm0 0v4m0 0h6m-6 0H6\" class=\"icon-dark\"/>"
|
|
601
790
|
}
|
|
602
791
|
}, ["16", "24"], "device-tv")); };
|
|
603
792
|
var IconDocumentAddedSquarePlus = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
604
793
|
"12": {
|
|
605
|
-
"body": "<path d=\"M1 9V3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-
|
|
794
|
+
"body": "<path fill=\"#e4fbf2\" stroke=\"#1fa971\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M1 9V3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2\" class=\"icon-light-fill icon-dark-stroke\"/><path stroke=\"#1fa971\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 4v4m2-2H4\" class=\"icon-dark\"/>"
|
|
606
795
|
},
|
|
607
796
|
"16": {
|
|
608
|
-
"body": "<path d=\"M2 12V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-
|
|
797
|
+
"body": "<path fill=\"#e4fbf2\" d=\"M2 12V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2\" class=\"icon-light\"/><path stroke=\"#1fa971\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 6v4m2-2H6m6-6H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2\" class=\"icon-dark\"/>"
|
|
609
798
|
},
|
|
610
799
|
"24": {
|
|
611
|
-
"body": "<path d=\"M3 18V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-
|
|
800
|
+
"body": "<path fill=\"#e4fbf2\" d=\"M3 18V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3\" class=\"icon-light\"/><path stroke=\"#1fa971\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v8m4-4H8m10-9H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3\" class=\"icon-dark\"/>"
|
|
612
801
|
}
|
|
613
802
|
}, ["12", "16", "24"], "document-added-square-plus")); };
|
|
614
803
|
var IconDocumentAdded = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
615
804
|
"16": {
|
|
616
|
-
"body": "<path d=\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-
|
|
805
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 10 .5-1m3.5 1-.5-1m-3 0L8 6l1.5 3m-3 0h3M14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828\" class=\"icon-dark\"/>"
|
|
617
806
|
}
|
|
618
807
|
}, ["16"], "document-added")); };
|
|
619
808
|
var IconDocumentBlank = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
620
809
|
"16": {
|
|
621
|
-
"body": "<path d=\"M2 14V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-
|
|
810
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 14V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 8h3M5 5h6m-6 6h5m3-10H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\" class=\"icon-dark\"/>"
|
|
622
811
|
},
|
|
623
812
|
"24": {
|
|
624
|
-
"body": "<path d=\"M4 20V4a2 2 0 0 1 2-2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-
|
|
813
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M4 20V4a2 2 0 0 1 2-2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8m-6-6 6 6m-6-6v6h6\" class=\"icon-dark\"/>"
|
|
625
814
|
},
|
|
626
815
|
"48": {
|
|
627
|
-
"body": "<path d=\"M10 39V9a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H11a1 1 0 0 1-1-
|
|
816
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M10 39V9a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 24h7m-7-6.857h14M17 30.857h11.667M37 8H11a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1\" class=\"icon-dark\"/>"
|
|
628
817
|
}
|
|
629
818
|
}, ["16", "24", "48"], "document-blank")); };
|
|
630
819
|
var IconDocumentCode = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
631
820
|
"24": {
|
|
632
|
-
"body": "<path d=\"M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-
|
|
821
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M9 14a1 1 0 1 0 0 2zm6 2a1 1 0 1 0 0-2zm-6 3h1v-2H9zm-1-2a1 1 0 1 0 0 2zm5-6h-1v2h1zm3 2a1 1 0 1 0 0-2zm-6-2a1 1 0 1 0 0 2zm.01 2h1v-2h-1zM9 8a1 1 0 0 0 0 2zm3 2h1V8h-1zm3-2h-1v2h1zm.01 2a1 1 0 1 0 0-2zM14 7a1 1 0 1 0 0-2zm-2-2h-1v2h1zM8 5a1 1 0 0 0 0 2zm1 2h1V5H9zm3 10h-1v2h1zm1.01 2a1 1 0 1 0 0-2zM6 3h12V1H6zm12 18H6v2h12zm1-17v16h2V4zM5 20V4H3v16zm4-4h6v-2H9zm0 1H8v2h1zm4-4h3v-2h-3zm-3 0h.01v-2H10zm-1-3h3V8H9zm6 0h.01V8H15zm-1-5h-2v2h2zM8 7h1V5H8zm4 12h1.01v-2H12zm-6 2a1 1 0 0 1-1-1H3a3 3 0 0 0 3 3zm12 2a3 3 0 0 0 3-3h-2a1 1 0 0 1-1 1zm0-20a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3zM6 1a3 3 0 0 0-3 3h2a1 1 0 0 1 1-1z\" class=\"icon-dark\"/>"
|
|
633
822
|
},
|
|
634
823
|
"48": {
|
|
635
|
-
"body": "<path fill
|
|
824
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M32 5.18V13h7.82a2 2 0 0 0-.406-.586l-6.828-6.828A2 2 0 0 0 32 5.18\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m20 21-3 3 3 3m8-6 3 3-3 3m-5.5 2.5 3-11M32 5.18a2 2 0 0 0-.828-.18H9a1 1 0 0 0-1 1v36a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V13.828a2 2 0 0 0-.18-.828M32 5.18c.216.098.415.235.586.406l6.828 6.828a2 2 0 0 1 .406.586M32 5.18V13h7.82\" class=\"icon-dark\"/><path fill=\"#a3e7cb\" d=\"M43 40a6 6 0 1 1-12 0 6 6 0 0 1 12 0\" class=\"icon-light-secondary\"/><path stroke=\"#00814d\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M37 38v2m0 2v-2m0 0h2-4m8 0a6 6 0 1 1-12 0 6 6 0 0 1 12 0\" class=\"icon-dark-secondary\"/>"
|
|
636
825
|
}
|
|
637
826
|
}, ["24", "48"], "document-code")); };
|
|
638
827
|
var IconDocumentDeleted = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
639
828
|
"16": {
|
|
640
|
-
"body": "<path d=\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-
|
|
829
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
641
830
|
}
|
|
642
831
|
}, ["16"], "document-deleted")); };
|
|
643
832
|
var IconDocumentDownload = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
644
833
|
"16": {
|
|
645
|
-
"body": "<path d=\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-
|
|
834
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 5v6m0 0 2-2m-2 2L6 9m8-4.172V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828\" class=\"icon-dark\"/>"
|
|
646
835
|
},
|
|
647
836
|
"24": {
|
|
648
|
-
"body": "<path d=\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-
|
|
837
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 16V8m0 8 3-3m-3 3-3-3m11-3.757V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243\" class=\"icon-dark\"/>"
|
|
649
838
|
}
|
|
650
839
|
}, ["16", "24"], "document-download")); };
|
|
651
840
|
var IconDocumentMinus = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
652
841
|
"16": {
|
|
653
|
-
"body": "<path d=\"M4 15a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2
|
|
842
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M4 15a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 8h4m4-3.172V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828\" class=\"icon-dark\"/>"
|
|
654
843
|
},
|
|
655
844
|
"24": {
|
|
656
|
-
"body": "<path d=\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-
|
|
845
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 12H9m11-2.757V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243\" class=\"icon-dark\"/>"
|
|
657
846
|
}
|
|
658
847
|
}, ["16", "24"], "document-minus")); };
|
|
659
848
|
var IconDocumentModifiedSquareDot = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
660
849
|
"16": {
|
|
661
|
-
"body": "<path d=\"M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2
|
|
850
|
+
"body": "<path fill=\"#f5f4d7\" d=\"M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-light\"/><path fill=\"#f5f4d7\" fill-rule=\"evenodd\" d=\"M4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm4 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"#db7903\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/><path stroke=\"#db7903\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm4 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
662
851
|
},
|
|
663
852
|
"24": {
|
|
664
|
-
"body": "<path d=\"M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4
|
|
853
|
+
"body": "<path fill=\"#db7903\" d=\"M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0\" class=\"icon-dark\"/><path fill=\"#f5f4d7\" fill-rule=\"evenodd\" d=\"M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zm6 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"#db7903\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0\" class=\"icon-dark\"/><path stroke=\"#db7903\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3zm6 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
665
854
|
}
|
|
666
855
|
}, ["16", "24"], "document-modified-square-dot")); };
|
|
667
856
|
var IconDocumentModified = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
668
857
|
"16": {
|
|
669
|
-
"body": "<path d=\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-
|
|
858
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 10 1-4 2 3 2-3 1 4m3-5.172V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828\" class=\"icon-dark\"/>"
|
|
670
859
|
}
|
|
671
860
|
}, ["16"], "document-modified")); };
|
|
672
861
|
var IconDocumentPlusMinus = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
673
862
|
"16": {
|
|
674
|
-
"body": "<path d=\"M3 15a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1
|
|
863
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M3 15a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 6.5h4m-2 2v-4m-2 7h4M13 1H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\" class=\"icon-dark\"/>"
|
|
675
864
|
},
|
|
676
865
|
"24": {
|
|
677
|
-
"body": "<path d=\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-
|
|
866
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 13v-3m0-3v3m0 0h3m-3 0H9m0 7h6m5-7.757V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243\" class=\"icon-dark\"/>"
|
|
678
867
|
}
|
|
679
868
|
}, ["16", "24"], "document-plus-minus")); };
|
|
680
869
|
var IconDocumentPlus = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
681
870
|
"16": {
|
|
682
|
-
"body": "<path d=\"M3 15a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1
|
|
871
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M3 15a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 8h4m-2 2V6m5-5H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\" class=\"icon-dark\"/>"
|
|
683
872
|
},
|
|
684
873
|
"24": {
|
|
685
|
-
"body": "<path d=\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-
|
|
874
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 15v-3m0-3v3m0 0h3m-3 0H9m11-2.757V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243\" class=\"icon-dark\"/>"
|
|
686
875
|
}
|
|
687
876
|
}, ["16", "24"], "document-plus")); };
|
|
688
877
|
var IconDocumentScript = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
689
878
|
"24": {
|
|
690
|
-
"body": "<path d=\"M4 1h13a3 3 0 0 1 3 3v15M4 1H3a2 2 0 0 0-2 2v0a2 2 0 0 0 2 2h1m0-4v4m7 1h5m-5 4h5m-5 4h5M4 5v15a3 3 0 0 0 3 3v0m13-4h1a2 2 0 0 1 2 2v0a2 2 0 0 1-2 2H7m13-4H7v0a2.
|
|
879
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 1h13a3 3 0 0 1 3 3v15M4 1H3a2 2 0 0 0-2 2v0a2 2 0 0 0 2 2h1m0-4v4m7 1h5m-5 4h5m-5 4h5M4 5v15a3 3 0 0 0 3 3v0m13-4h1a2 2 0 0 1 2 2v0a2 2 0 0 1-2 2H7m13-4H7v0a2.83 2.83 0 0 1 0 4v0\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M9 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0M9 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0M9 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/>"
|
|
691
880
|
}
|
|
692
881
|
}, ["24"], "document-script")); };
|
|
693
882
|
var IconDocumentSheet = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
694
883
|
"24": {
|
|
695
|
-
"body": "<path fill
|
|
884
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 1a1 1 0 0 0-.707.293l-6 6A1 1 0 0 0 3 8v12a3 3 0 0 0 3 3h1a1 1 0 0 0 0-2H6a1 1 0 0 1-1-1V9h5a1 1 0 0 0 1-1V3h7a1 1 0 0 1 1 1v5a1 1 0 0 0 2 0V4a3 3 0 0 0-3-3zM9 7H6.414L9 4.414zm2 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1zm1 4v-2h2v2zm4 0v-2h4v2zm0 4v-2h4v2zm-2-2v2h-2v-2z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
696
885
|
}
|
|
697
886
|
}, ["24"], "document-sheet")); };
|
|
698
887
|
var IconDocumentStar = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
699
888
|
"16": {
|
|
700
|
-
"body": "<path d=\"M3 15a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1
|
|
889
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M3 15a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8 5.75.001 2.248m0 0 2.139-.693M8 7.998 9.323 9.82M8 7.998 6.677 9.82m1.324-1.822-2.14-.693M13 1H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\" class=\"icon-dark\"/>"
|
|
701
890
|
},
|
|
702
891
|
"24": {
|
|
703
|
-
"body": "<path d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2
|
|
892
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8.844v3.16m0 0 3.002-.98m-3.002.98 1.855 2.55M12 12.003l-1.855 2.55M12 12.003l-3.002-.98M20 9.244V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243\" class=\"icon-dark\"/>"
|
|
704
893
|
}
|
|
705
894
|
}, ["16", "24"], "document-star")); };
|
|
895
|
+
var IconDocumentTextFailed = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
896
|
+
"24": {
|
|
897
|
+
"body": "<rect width=\"19\" height=\"21\" x=\"2\" y=\"1\" fill=\"currentColor\" class=\"icon-light\" rx=\"3\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7.5 12H15M7.5 7.714h9m-9 8.572h3M21 11V3a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h6.5\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 22 3.5-3.5m0 0L22 15m-3.5 3.5L15 15m3.5 3.5L22 22\" class=\"icon-dark-secondary\"/>"
|
|
898
|
+
}
|
|
899
|
+
}, ["24"], "document-text-failed")); };
|
|
706
900
|
var IconDocumentText = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
707
901
|
"16": {
|
|
708
|
-
"body": "<path d=\"M2 14V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-
|
|
902
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 14V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 8h3M5 5h6m-6 6h5m3-10H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\" class=\"icon-dark\"/>"
|
|
709
903
|
}
|
|
710
904
|
}, ["16"], "document-text")); };
|
|
711
905
|
var IconDotOutlineLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
712
906
|
"8": {
|
|
713
|
-
"body": "<circle cx=\"4\" cy=\"4\" r=\"3.5\"
|
|
907
|
+
"body": "<circle cx=\"4\" cy=\"4\" r=\"3.5\" fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-light-fill icon-dark-stroke\"/>"
|
|
714
908
|
}
|
|
715
909
|
}, ["8"], "dot-outline-large")); };
|
|
716
910
|
var IconDotOutlineSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
717
911
|
"8": {
|
|
718
|
-
"body": "<circle cx=\"4\" cy=\"4\" r=\"2.5\"
|
|
912
|
+
"body": "<circle cx=\"4\" cy=\"4\" r=\"2.5\" fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-light-fill icon-dark-stroke\"/>"
|
|
719
913
|
}
|
|
720
914
|
}, ["8"], "dot-outline-small")); };
|
|
721
915
|
var IconFileChangesAdded = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
722
916
|
"24": {
|
|
723
|
-
"body": "<path d=\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0
|
|
917
|
+
"body": "<path fill=\"#c2f1de\" d=\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12\"/><path stroke=\"#00814d\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15.999 9 11 15l-2.999-3\"/>"
|
|
724
918
|
}
|
|
725
919
|
}, ["24"], "file-changes-added")); };
|
|
726
920
|
var IconFileChangesError = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
727
921
|
"24": {
|
|
728
|
-
"body": "<path d=\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0
|
|
922
|
+
"body": "<path fill=\"#fad9df\" d=\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12\"/><path stroke=\"#c62b49\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 9-3 3M9 9l3 3m0 0-3 3m3-3 3 3\"/>"
|
|
729
923
|
}
|
|
730
924
|
}, ["24"], "file-changes-error")); };
|
|
731
925
|
var IconFileChangesSkipped = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
732
926
|
"24": {
|
|
733
|
-
"body": "<path d=\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0
|
|
927
|
+
"body": "<path fill=\"#e1e3ed\" d=\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12\"/><path stroke=\"#9095ad\" stroke-width=\"2\" d=\"M8.464 15.536a5 5 0 1 0 7.072-7.072m-7.072 7.072a5 5 0 1 1 7.072-7.072m-7.072 7.072 7.072-7.072\"/>"
|
|
734
928
|
}
|
|
735
929
|
}, ["24"], "file-changes-skipped")); };
|
|
736
930
|
var IconFileChangesWarning = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
737
931
|
"24": {
|
|
738
|
-
"body": "<path d=\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0
|
|
932
|
+
"body": "<path fill=\"#f3ecb3\" d=\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12\"/><path stroke=\"#bd5800\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 7v7m0 2.99V17\"/>"
|
|
739
933
|
}
|
|
740
934
|
}, ["24"], "file-changes-warning")); };
|
|
741
935
|
var IconGeneral1X = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
742
936
|
"16": {
|
|
743
|
-
"body": "<path
|
|
937
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 4 6 8m-6 0 6-8M5 12V4H2.5L1 5.5\" class=\"icon-dark\"/>"
|
|
744
938
|
}
|
|
745
939
|
}, ["16"], "general-1X")); };
|
|
746
940
|
var IconGeneralChatBubble$1 = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
747
941
|
"16": {
|
|
748
|
-
"body": "<path d=\"M13 3H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2v3l5-3h3a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Z\"
|
|
942
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 3H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2v3l5-3h3a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Z\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
749
943
|
},
|
|
750
944
|
"24": {
|
|
751
|
-
"body": "<path d=\"M19 18a3 3 0 0 0 3-3v-4a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h1l3.915 1.957a.75.75 0 0 0 1.085-.
|
|
945
|
+
"body": "<path fill=\"#f3f4fa\" d=\"M19 18a3 3 0 0 0 3-3v-4a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3h1l3.915 1.957a.75.75 0 0 0 1.085-.67z\" class=\"icon-light-secondary\"/><path stroke=\"#1b1e2e\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 18a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2l5 2.5V18z\" class=\"icon-dark\"/><path fill=\"#bfc2d4\" d=\"M17 7a3 3 0 0 0-3-3H5a3 3 0 0 0-3 3v4a3 3 0 0 0 3 3v1.287a.75.75 0 0 0 1.085.67L10 14h4a3 3 0 0 0 3-3z\" class=\"icon-light\"/><path stroke=\"#1b1e2e\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1v2.5l5-2.5h5a2 2 0 0 0 2-2z\" class=\"icon-dark\"/><path fill=\"#1b1e2e\" d=\"M7 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0M10.5 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0M14 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/>"
|
|
752
946
|
}
|
|
753
947
|
}, ["16", "24"], "general-chat-bubble")); };
|
|
754
948
|
var IconGeneralClipboard = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
755
949
|
"16": {
|
|
756
|
-
"body": "<path d=\"M3.5 2.585A1.5 1.5 0 0 0 2.5 4v9.5A1.5 1.5 0 0 0 4 15h8a1.5 1.5 0 0 0 1.5-1.5V4a1.5 1.5 0 0 0-1-1.415M7 4h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1a1 1 0 0 0 1
|
|
950
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.5 2.585A1.5 1.5 0 0 0 2.5 4v9.5A1.5 1.5 0 0 0 4 15h8a1.5 1.5 0 0 0 1.5-1.5V4a1.5 1.5 0 0 0-1-1.415M7 4h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1\" class=\"icon-dark\"/>"
|
|
757
951
|
}
|
|
758
952
|
}, ["16"], "general-clipboard")); };
|
|
759
953
|
var IconGeneralCommandKey = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
760
954
|
"16": {
|
|
761
|
-
"body": "<path d=\"M5 5v6m0-6h6M5 5V3a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0a2 2 0 0 0 2
|
|
955
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M5 5v6m0-6h6M5 5V3a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0a2 2 0 0 0 2 2zm0 6h6m-6 0v2a2 2 0 0 1-2 2v0a2 2 0 0 1-2-2v0a2 2 0 0 1 2-2zm6 0V5m0 6h2a2 2 0 0 1 2 2v0a2 2 0 0 1-2 2v0a2 2 0 0 1-2-2zm0-6V3a2 2 0 0 1 2-2v0a2 2 0 0 1 2 2v0a2 2 0 0 1-2 2z\" class=\"icon-dark\"/>"
|
|
762
956
|
}
|
|
763
957
|
}, ["16"], "general-command-key")); };
|
|
764
958
|
var IconGeneralCrosshairs = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
765
959
|
"16": {
|
|
766
|
-
"body": "<path fill
|
|
960
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 0a1 1 0 0 1 1 1v.07A7 7 0 0 1 14.93 7H15a1 1 0 1 1 0 2h-.07A7 7 0 0 1 9 14.93V15a1 1 0 1 1-2 0v-.07A7 7 0 0 1 1.07 9H1a1 1 0 0 1 0-2h.07A7.005 7.005 0 0 1 7 1.07V1a1 1 0 0 1 1-1M7 3.1A5.01 5.01 0 0 0 3.1 7H4a1 1 0 0 1 0 2h-.9A5.01 5.01 0 0 0 7 12.9V12a1 1 0 1 1 2 0v.9A5.01 5.01 0 0 0 12.9 9H12a1 1 0 1 1 0-2h.9A5.01 5.01 0 0 0 9 3.1V4a1 1 0 0 1-2 0z\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M9 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0\" class=\"icon-dark\"/>"
|
|
767
961
|
}
|
|
768
962
|
}, ["16"], "general-crosshairs")); };
|
|
769
963
|
var IconGeneralDiffDashed = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
770
964
|
"16": {
|
|
771
|
-
"body": "<path d=\"M2 13a1 1 0 0 1-1-1V4a1 1 0 0 1 1-
|
|
965
|
+
"body": "<path fill=\"#a3e7cb\" d=\"M2 13a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6v10z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M8 13V3m0 10v2m0-2H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6m0 0V1\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M12 3h2a1 1 0 0 1 1 1v2m-3 7h2a1 1 0 0 0 1-1v-2\" class=\"icon-dark\" opacity=\".6\"/>"
|
|
772
966
|
}
|
|
773
967
|
}, ["16"], "general-diff-dashed")); };
|
|
774
968
|
var IconGeneralDiffSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
775
969
|
"16": {
|
|
776
|
-
"body": "<path d=\"M2 13a1 1 0 0 1-1-1V4a1 1 0 0 1 1-
|
|
970
|
+
"body": "<path fill=\"#a3e7cb\" d=\"M2 13a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6v10z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M8 13V3m0 10v2m0-2H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6m0 0V1\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M12 3h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2\" class=\"icon-dark\" opacity=\".6\"/>"
|
|
777
971
|
}
|
|
778
972
|
}, ["16"], "general-diff-solid")); };
|
|
779
973
|
var IconGeneralEarth = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
780
974
|
"16": {
|
|
781
|
-
"body": "<path d=\"M6.825 6.844c.384.53-.018.801-.527 1.144-.464.312-1.018.685-1.145 1.371-.145.785.128 1.563 1.175 2.079.238.117.181 1.293.13 2.358-.018.372-.035.73-.039 1.025l.186.04c2.044-.856 3.464-2.082 4.192-3.72.422-1.157-.406-2.5-1.313-2.
|
|
975
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M6.825 6.844c.384.53-.018.801-.527 1.144-.464.312-1.018.685-1.145 1.371-.145.785.128 1.563 1.175 2.079.238.117.181 1.293.13 2.358-.018.372-.035.73-.039 1.025l.186.04c2.044-.856 3.464-2.082 4.192-3.72.422-1.157-.406-2.5-1.313-2.953-.453-1.938 1.625-1.485 2.188-1.344.167 0 .122-.193.054-.488-.11-.477-.28-1.222.29-1.84.424-.461.998-.993 1.204-1.18A6.98 6.98 0 0 0 8 1c-.816 0-1.6.14-2.327.396-1.27 3.39-.613 3.948.902 5.235z\" class=\"icon-light\"/><path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"m6.605 14.861-.186-.04c.004-.295.021-.653.04-1.025.05-1.065.107-2.241-.13-2.358-1.048-.516-1.32-1.294-1.176-2.079.127-.686.68-1.059 1.145-1.371.51-.343.91-.613.527-1.144l-.25-.213C5.06 5.344 4.402 4.786 5.673 1.396A7 7 0 0 1 8 1c2.074 0 3.938.902 5.22 2.336-.206.188-.78.719-1.204 1.18-.57.618-.4 1.363-.29 1.84.068.295.113.488-.054.488-.563-.14-2.64-.594-2.188 1.343.907.454 1.735 1.797 1.313 2.954-.728 1.638-2.148 2.864-4.192 3.72\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M5.673 1.396a7.003 7.003 0 0 0 .746 13.425M5.673 1.396A7 7 0 0 1 8 1c2.074 0 3.938.902 5.22 2.336m-7.547-1.94c-1.27 3.39-.613 3.948.902 5.235l.25.213c.384.53-.018.801-.527 1.144-.464.312-1.018.685-1.145 1.371-.145.785.128 1.563 1.175 2.079.238.117.181 1.293.13 2.358-.018.372-.035.73-.039 1.025m6.8-11.485c-.205.188-.779.719-1.203 1.18-.57.618-.4 1.363-.29 1.84.068.295.113.488-.054.488-.563-.14-2.64-.594-2.188 1.343.907.454 1.735 1.797 1.313 2.954-.728 1.638-2.148 2.864-4.192 3.72M13.22 3.336A7 7 0 0 1 6.606 14.86m0 0-.187-.04\" class=\"icon-dark\"/>"
|
|
782
976
|
}
|
|
783
977
|
}, ["16"], "general-earth")); };
|
|
784
978
|
var IconGeneralEyeClosed = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
785
979
|
"16": {
|
|
786
|
-
"body": "<path fill
|
|
980
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10.704 2.468A7.8 7.8 0 0 0 8 2C5.128 2 3.128 3.447 1.882 4.831a10.9 10.9 0 0 0-1.69 2.528 7 7 0 0 0-.11.242l-.006.018-.003.006v.002H.071a1 1 0 0 0 0 .744v.002l.001.002.003.006.007.018a4 4 0 0 0 .108.242 10.869 10.869 0 0 0 1.748 2.591l1.416-1.416A9 9 0 0 1 2.105 8q.065-.128.156-.288c.239-.423.605-.985 1.107-1.543C4.372 5.053 5.872 4 8 4q.568.001 1.077.094zM8.166 5.005a3 3 0 0 0-3.162 3.162zm-.334 5.99 3.162-3.162Q11 7.916 11 8a3 3 0 0 1-3.167 2.995m-.91.91Q7.433 12 8 12c2.128 0 3.628-1.053 4.632-2.169A8.9 8.9 0 0 0 13.895 8a8.872 8.872 0 0 0-1.25-1.816l1.416-1.416q.03.03.057.063a10.9 10.9 0 0 1 1.69 2.528 7 7 0 0 1 .11.242l.006.018.003.006.001.003L15 8l.928.372-.001.003-.003.006-.007.018a4 4 0 0 1-.108.242 10.87 10.87 0 0 1-1.69 2.528C12.871 12.554 10.871 14 8 14a7.8 7.8 0 0 1-2.703-.468zm9.005-3.533L15 8l.928-.372c.095.238.095.506 0 .744m-15.857 0L1 8zM1 8l-.928-.372z\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path stroke=\"currentcolor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m2.5 13.5 11-11\"/>"
|
|
787
981
|
}
|
|
788
982
|
}, ["16"], "general-eye-closed")); };
|
|
789
983
|
var IconGeneralEyeOpen = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
790
984
|
"16": {
|
|
791
|
-
"body": "<path d=\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4
|
|
985
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0\" class=\"icon-light\"/><path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"m1 8-.928-.371a1 1 0 0 0 0 .742zm14 0 .928.371a1 1 0 0 0 0-.742zM1 8l.928.372v.002l.013-.033.06-.13a8.868 8.868 0 0 1 1.368-2.043C4.371 5.054 5.871 4.001 8 4.001V2C5.128 2 3.128 3.447 1.882 4.831a10.9 10.9 0 0 0-1.69 2.528 7 7 0 0 0-.119.266v.002H.071c0 .001 0 .002.928.373m7-4c2.128 0 3.628 1.053 4.632 2.169A8.9 8.9 0 0 1 14 8.212l.059.13.012.028.002.004v-.001h-.001c0-.001 0-.002.928-.373l.928-.372v-.001l-.001-.002-.002-.006-.031-.073-.085-.187a10.868 10.868 0 0 0-1.69-2.528C12.871 3.447 10.871 2 8 2zm7 4-.928-.372v-.002l-.001.004-.012.029-.06.13a8.871 8.871 0 0 1-1.368 2.043c-1.003 1.114-2.503 2.168-4.631 2.168v2c2.872 0 4.872-1.447 6.118-2.831a10.9 10.9 0 0 0 1.69-2.528 7 7 0 0 0 .117-.26l.002-.006v-.002h.001c0-.001 0-.002-.928-.373m-7 4c-2.128 0-3.628-1.053-4.632-2.169A8.9 8.9 0 0 1 2 7.788l-.073-.162v.001h.001c0 .001 0 .002-.928.373l-.928.372v.001l.001.002.033.079q.03.07.085.187a10.868 10.868 0 0 0 1.69 2.528C3.129 12.554 5.129 14 8 14zm1-4a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zM8 9a1 1 0 0 1-1-1H5a3 3 0 0 0 3 3zM7 8a1 1 0 0 1 1-1V5a3 3 0 0 0-3 3zm1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3z\" class=\"icon-dark\"/>"
|
|
792
986
|
}
|
|
793
987
|
}, ["16"], "general-eye-open")); };
|
|
794
988
|
var IconGeneralGlobeTested = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
795
989
|
"16": {
|
|
796
|
-
"body": "<mask id=\"cy-svg-4c94f438a\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/><path d=\"M16.562 11.25a2 2 0 1 0-3.124-2.5l.758.607-.758-.606-2.604 3.255-.42-.42a2 2 0 1 0-2.828 2.828l.707-.707-.707.707 2 2a2 2 0 0 0 2.976-.
|
|
990
|
+
"body": "<mask id=\"cy-svg-4c94f438a\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/><path fill=\"#000\" stroke=\"#000\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M16.562 11.25a2 2 0 1 0-3.124-2.5l.758.607-.758-.606-2.604 3.255-.42-.42a2 2 0 1 0-2.828 2.828l.707-.707-.707.707 2 2a2 2 0 0 0 2.976-.165z\"/></mask><mask id=\"cy-svg-4c94f438b\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/><path fill=\"#fff\" stroke=\"#000\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M16.562 11.25a2 2 0 1 0-3.124-2.5l.758.607-.758-.606-2.604 3.255-.42-.42a2 2 0 1 0-2.828 2.828l.707-.707-.707.707 2 2a2 2 0 0 0 2.976-.165z\"/></mask><path fill=\"#d0d2e0\" d=\"M10.5 8c0-1.833-.252-3.502-.664-4.75C9.38 1.866 8.726 1 8 1s-1.38.866-1.836 2.25C5.752 4.498 5.5 6.167 5.5 8q0 .45.02.885C6.317 8.96 7.147 9 8 9s1.683-.04 2.48-.115q.02-.435.02-.885\" class=\"icon-light\" mask=\"url(#cy-svg-4c94f438a)\"/><path fill=\"#d0d2e0\" d=\"M8 1a6.98 6.98 0 0 0-5.142 2.25A6.98 6.98 0 0 0 1 7.971c1.292.437 2.832.755 4.52.914Q5.5 8.45 5.5 8c0-1.833.252-3.502.664-4.75C6.62 1.866 7.274 1 8 1\" class=\"icon-light\" mask=\"url(#cy-svg-4c94f438a)\"/><path fill=\"#d0d2e0\" d=\"M1 8c0 1.833.705 3.502 1.858 4.75A6.98 6.98 0 0 0 8 15c-.726 0-1.38-.866-1.836-2.25-.345-1.044-.577-2.382-.644-3.865-1.688-.159-3.228-.477-4.52-.914z\" class=\"icon-light\" mask=\"url(#cy-svg-4c94f438a)\"/><path fill=\"#d0d2e0\" d=\"M6.164 12.75C6.62 14.134 7.274 15 8 15s1.38-.866 1.836-2.25c.345-1.044.577-2.382.644-3.865C9.683 8.96 8.853 9 8 9s-1.683-.04-2.48-.115c.067 1.483.3 2.821.644 3.865\" class=\"icon-light\" mask=\"url(#cy-svg-4c94f438a)\"/><path fill=\"#d0d2e0\" d=\"M8 15a6.98 6.98 0 0 0 5.142-2.25A6.98 6.98 0 0 0 15 8v-.029c-1.292.437-2.832.755-4.52.914-.067 1.483-.3 2.821-.644 3.865C9.38 14.134 8.726 15 8 15\" class=\"icon-light\" mask=\"url(#cy-svg-4c94f438a)\"/><path fill=\"#d0d2e0\" d=\"M13.142 3.25A6.98 6.98 0 0 0 8 1c.726 0 1.38.866 1.836 2.25.412 1.248.664 2.917.664 4.75q0 .45-.02.885c1.688-.159 3.228-.477 4.52-.914a6.97 6.97 0 0 0-1.858-4.721\" class=\"icon-light\" mask=\"url(#cy-svg-4c94f438a)\"/><path stroke=\"#1b1e2e\" stroke-width=\"2\" d=\"M15 8a6.98 6.98 0 0 1-1.858 4.75A6.98 6.98 0 0 1 8 15m7-7v-.029M15 8v-.029M8 1c2.033 0 3.863.866 5.142 2.25A6.97 6.97 0 0 1 15 7.971M8 1a6.98 6.98 0 0 0-5.142 2.25A6.98 6.98 0 0 0 1 7.971M8 1c.726 0 1.38.866 1.836 2.25.412 1.248.664 2.917.664 4.75q0 .45-.02.885M8 1c-.726 0-1.38.866-1.836 2.25C5.752 4.498 5.5 6.167 5.5 8q0 .45.02.885M1 8c0 1.833.705 3.502 1.858 4.75A6.98 6.98 0 0 0 8 15M1 8v-.029M1 8v-.029M8 15c-.726 0-1.38-.866-1.836-2.25-.345-1.044-.577-2.382-.644-3.865M8 15c.726 0 1.38-.866 1.836-2.25.345-1.044.577-2.382.644-3.865M15 7.971c-1.292.437-2.832.755-4.52.914M1 7.971c1.292.437 2.832.755 4.52.914m0 0C6.317 8.96 7.147 9 8 9s1.683-.04 2.48-.115\" class=\"icon-dark\" mask=\"url(#cy-svg-4c94f438a)\"/><path fill=\"#1fa971\" d=\"M16.562 11.25a2 2 0 1 0-3.124-2.5l.758.607-.758-.606-2.604 3.255-.42-.42a2 2 0 1 0-2.828 2.828l.707-.707-.707.707 2 2a2 2 0 0 0 2.976-.165z\" class=\"icon-dark-secondary\" mask=\"url(#cy-svg-4c94f438b)\"/>"
|
|
797
991
|
}
|
|
798
992
|
}, ["16"], "general-globe-tested")); };
|
|
799
993
|
var IconGeneralGlobeUntested = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
800
994
|
"16": {
|
|
801
|
-
"body": "<mask id=\"cy-svg-62ba98fda\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/><path d=\"M11.414 8.586a2 2 0 1 0-2.828 2.828L9.672 12.5l-1.086 1.086a2 2 0 1 0 2.828 2.828l1.086-1.086 1.086 1.086a2 2 0 1 0 2.828-2.828L15.328 12.5l1.086-1.086a2 2 0 1 0-2.828-2.828L12.5 9.
|
|
995
|
+
"body": "<mask id=\"cy-svg-62ba98fda\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/><path fill=\"#000\" stroke=\"#000\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M11.414 8.586a2 2 0 1 0-2.828 2.828L9.672 12.5l-1.086 1.086a2 2 0 1 0 2.828 2.828l1.086-1.086 1.086 1.086a2 2 0 1 0 2.828-2.828L15.328 12.5l1.086-1.086a2 2 0 1 0-2.828-2.828L12.5 9.672z\"/></mask><mask id=\"cy-svg-62ba98fdb\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/><path fill=\"#fff\" stroke=\"#000\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M11.414 8.586a2 2 0 1 0-2.828 2.828L9.672 12.5l-1.086 1.086a2 2 0 1 0 2.828 2.828l1.086-1.086 1.086 1.086a2 2 0 1 0 2.828-2.828L15.328 12.5l1.086-1.086a2 2 0 1 0-2.828-2.828L12.5 9.672z\"/></mask><path fill=\"#d0d2e0\" d=\"M10.5 8c0-1.833-.252-3.502-.664-4.75C9.38 1.866 8.726 1 8 1s-1.38.866-1.836 2.25C5.752 4.498 5.5 6.167 5.5 8q0 .45.02.885C6.317 8.96 7.147 9 8 9s1.683-.04 2.48-.115q.02-.435.02-.885\" class=\"icon-light\" mask=\"url(#cy-svg-62ba98fda)\"/><path fill=\"#d0d2e0\" d=\"M8 1a6.98 6.98 0 0 0-5.142 2.25A6.98 6.98 0 0 0 1 7.971c1.292.437 2.832.755 4.52.914Q5.5 8.45 5.5 8c0-1.833.252-3.502.664-4.75C6.62 1.866 7.274 1 8 1\" class=\"icon-light\" mask=\"url(#cy-svg-62ba98fda)\"/><path fill=\"#d0d2e0\" d=\"M1 8c0 1.833.705 3.502 1.858 4.75A6.98 6.98 0 0 0 8 15c-.726 0-1.38-.866-1.836-2.25-.345-1.044-.577-2.382-.644-3.865-1.688-.159-3.228-.477-4.52-.914z\" class=\"icon-light\" mask=\"url(#cy-svg-62ba98fda)\"/><path fill=\"#d0d2e0\" d=\"M6.164 12.75C6.62 14.134 7.274 15 8 15s1.38-.866 1.836-2.25c.345-1.044.577-2.382.644-3.865C9.683 8.96 8.853 9 8 9s-1.683-.04-2.48-.115c.067 1.483.3 2.821.644 3.865\" class=\"icon-light\" mask=\"url(#cy-svg-62ba98fda)\"/><path fill=\"#d0d2e0\" d=\"M8 15a6.98 6.98 0 0 0 5.142-2.25A6.98 6.98 0 0 0 15 8v-.029c-1.292.437-2.832.755-4.52.914-.067 1.483-.3 2.821-.644 3.865C9.38 14.134 8.726 15 8 15\" class=\"icon-light\" mask=\"url(#cy-svg-62ba98fda)\"/><path fill=\"#d0d2e0\" d=\"M13.142 3.25A6.98 6.98 0 0 0 8 1c.726 0 1.38.866 1.836 2.25.412 1.248.664 2.917.664 4.75q0 .45-.02.885c1.688-.159 3.228-.477 4.52-.914a6.97 6.97 0 0 0-1.858-4.721\" class=\"icon-light\" mask=\"url(#cy-svg-62ba98fda)\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M15 8a6.98 6.98 0 0 1-1.858 4.75A6.98 6.98 0 0 1 8 15m7-7v-.029M15 8v-.029M8 1c2.033 0 3.863.866 5.142 2.25A6.97 6.97 0 0 1 15 7.971M8 1a6.98 6.98 0 0 0-5.142 2.25A6.98 6.98 0 0 0 1 7.971M8 1c.726 0 1.38.866 1.836 2.25.412 1.248.664 2.917.664 4.75q0 .45-.02.885M8 1c-.726 0-1.38.866-1.836 2.25C5.752 4.498 5.5 6.167 5.5 8q0 .45.02.885M1 8c0 1.833.705 3.502 1.858 4.75A6.98 6.98 0 0 0 8 15M1 8v-.029M1 8v-.029M8 15c-.726 0-1.38-.866-1.836-2.25-.345-1.044-.577-2.382-.644-3.865M8 15c.726 0 1.38-.866 1.836-2.25.345-1.044.577-2.382.644-3.865M15 7.971c-1.292.437-2.832.755-4.52.914M1 7.971c1.292.437 2.832.755 4.52.914m0 0C6.317 8.96 7.147 9 8 9s1.683-.04 2.48-.115\" class=\"icon-dark\" mask=\"url(#cy-svg-62ba98fda)\"/><path fill=\"#e45770\" d=\"M11.414 8.586a2 2 0 1 0-2.828 2.828L9.672 12.5l-1.086 1.086a2 2 0 1 0 2.828 2.828l1.086-1.086 1.086 1.086a2 2 0 1 0 2.828-2.828L15.328 12.5l1.086-1.086a2 2 0 1 0-2.828-2.828L12.5 9.672z\" mask=\"url(#cy-svg-62ba98fdb)\"/>"
|
|
802
996
|
}
|
|
803
997
|
}, ["16"], "general-globe-untested")); };
|
|
804
998
|
var IconGeneralGlobe = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
805
999
|
"12": {
|
|
806
|
-
"body": "<circle cx=\"6\" cy=\"6\" r=\"4\" fill=\"#
|
|
1000
|
+
"body": "<circle cx=\"6\" cy=\"6\" r=\"4\" fill=\"#1b1e2e\" stroke=\"currentColor\" stroke-width=\"2\" class=\"icon-dark-stroke icon-light-fill\"/><path fill=\"#1b1e2e\" fill-rule=\"evenodd\" d=\"M5.426 3.442c.12-.364.255-.624.382-.784a.6.6 0 0 1 .148-.14.2.2 0 0 1 .034-.016L6 2.5l.01.002a.2.2 0 0 1 .034.016c.034.02.085.062.148.14.127.16.262.42.383.784.215.652.354 1.551.354 2.558v.043a15 15 0 0 1-1.857 0V6c0-1.007.138-1.906.354-2.558M4.072 5.944A10.5 10.5 0 0 1 2.16 5.51l-.657-.222-.003.694V6h.494l-.154.457c.668.226 1.438.397 2.27.5.06.716.187 1.372.366 1.914.14.426.323.809.551 1.095.225.281.55.534.973.534s.748-.253.973-.534c.229-.286.41-.669.551-1.095a8.5 8.5 0 0 0 .365-1.914 11.6 11.6 0 0 0 2.271-.5L10.006 6h.494v-.018l-.003-.694-.657.222c-.554.187-1.2.336-1.911.434-.006-1.067-.154-2.054-.405-2.815-.14-.426-.322-.809-.55-1.095C6.747 1.753 6.421 1.5 6 1.5s-.748.253-.973.534c-.228.286-.41.669-.551 1.095-.251.761-.4 1.748-.404 2.815m2.805 1.103a7.3 7.3 0 0 1-.302 1.51c-.12.365-.256.625-.383.785a.6.6 0 0 1-.148.14.2.2 0 0 1-.034.016L6 9.5l-.01-.002a.2.2 0 0 1-.034-.016.6.6 0 0 1-.148-.14c-.127-.16-.262-.42-.382-.784a7.3 7.3 0 0 1-.303-1.51 16 16 0 0 0 1.754 0\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
807
1001
|
},
|
|
808
1002
|
"16": {
|
|
809
|
-
"body": "<path d=\"M10.5 8c0-1.833-.252-3.502-.664-4.75C9.38 1.866 8.726 1 8 1s-1.38.866-1.836 2.25C5.752 4.498 5.5 6.167 5.5
|
|
1003
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M10.5 8c0-1.833-.252-3.502-.664-4.75C9.38 1.866 8.726 1 8 1s-1.38.866-1.836 2.25C5.752 4.498 5.5 6.167 5.5 8q0 .45.02.885C6.317 8.96 7.147 9 8 9s1.683-.04 2.48-.115q.02-.435.02-.885\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M8 1a6.98 6.98 0 0 0-5.142 2.25A6.98 6.98 0 0 0 1 7.971c1.292.437 2.832.755 4.52.914Q5.5 8.45 5.5 8c0-1.833.252-3.502.664-4.75C6.62 1.866 7.274 1 8 1\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M1 8c0 1.833.705 3.502 1.858 4.75A6.98 6.98 0 0 0 8 15c-.726 0-1.38-.866-1.836-2.25-.345-1.044-.577-2.382-.644-3.865-1.688-.16-3.228-.477-4.52-.914z\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M6.164 12.75C6.62 14.134 7.274 15 8 15s1.38-.866 1.836-2.25c.345-1.044.577-2.382.644-3.865C9.683 8.96 8.853 9 8 9s-1.683-.04-2.48-.115c.067 1.483.3 2.821.644 3.865\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M8 15a6.98 6.98 0 0 0 5.142-2.25A6.98 6.98 0 0 0 15 8v-.029c-1.292.437-2.832.755-4.52.914-.067 1.483-.3 2.821-.644 3.865C9.38 14.134 8.726 15 8 15\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M13.142 3.25A6.98 6.98 0 0 0 8 1c.726 0 1.38.866 1.836 2.25.412 1.248.664 2.917.664 4.75q0 .45-.02.885c1.688-.159 3.228-.477 4.52-.914a6.97 6.97 0 0 0-1.858-4.721\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"m13.142 3.25-.735.679zm-10.284 0 .735.679zm0 9.5.735-.679zm10.284 0-.735-.679zm-3.306-9.5-.95.313zm-3.672 0 .95.313zm0 9.5-.95.313zm3.672 0 .95.313zM15 7.971l1-.004zm-14 0-1-.004zM8 2c1.742 0 3.31.741 4.407 1.929l1.47-1.358A7.98 7.98 0 0 0 8 0zM3.593 3.929A5.98 5.98 0 0 1 8 2V0a7.98 7.98 0 0 0-5.876 2.571zM0 8c0 2.095.806 4.003 2.124 5.429l1.469-1.358A5.98 5.98 0 0 1 2 8zm8 6a5.98 5.98 0 0 1-4.407-1.929l-1.47 1.358A7.98 7.98 0 0 0 8 16zm0 2a7.98 7.98 0 0 0 5.876-2.571l-1.469-1.358A5.98 5.98 0 0 1 8 14zm6-8c0 1.572-.603 3-1.593 4.071l1.47 1.358A7.98 7.98 0 0 0 16 8zm-2.5 0c0-1.915-.262-3.693-.714-5.063l-1.9.626C9.259 4.69 9.5 6.248 9.5 8zM8 2c-.067 0 .02-.041.238.23.21.263.44.704.649 1.333l1.899-.626c-.249-.754-.573-1.439-.986-1.955C9.395.475 8.793 0 8 0zm-2.786.937C4.762 4.307 4.5 6.085 4.5 8h2c0-1.752.242-3.311.613-4.437zm1.9.626c.207-.63.438-1.07.648-1.333C7.98 1.96 8.067 2 8 2V0c-.793 0-1.395.475-1.8.982-.413.516-.737 1.2-.986 1.955zM8 14c.067 0-.02.041-.238-.23-.21-.263-.44-.704-.649-1.333l-1.899.626c.249.754.573 1.439.986 1.955.405.507 1.007.982 1.8.982zm0 2c.793 0 1.395-.475 1.8-.982.413-.516.737-1.2.986-1.955l-1.9-.626c-.207.63-.438 1.07-.648 1.333-.217.271-.305.23-.238.23zm8-8v-.033l-2 .008V8zm0-.033a7.98 7.98 0 0 0-2.124-5.396L12.407 3.93A5.98 5.98 0 0 1 14 7.975zM2.124 2.571A7.98 7.98 0 0 0 0 7.967l2 .008A5.98 5.98 0 0 1 3.593 3.93zM0 7.967V8h2v-.025zM4.5 8q0 .472.02.93l1.999-.09A19 19 0 0 1 6.5 8zm.926 1.88C6.255 9.96 7.116 10 8 10V8q-1.235-.001-2.386-.11zM8 10c.884 0 1.745-.041 2.574-.12l-.188-1.99C9.621 7.962 8.822 8 8 8zm3.48-1.07q.02-.457.02-.93h-2q0 .428-.019.84zm-.906.95c1.752-.165 3.37-.496 4.746-.961l-.64-1.895c-1.207.408-2.67.712-4.294.866zM9.481 8.84c-.063 1.413-.284 2.658-.594 3.597l1.899.626c.38-1.149.623-2.58.693-4.133zm-3.867-.95c-1.625-.154-3.087-.458-4.294-.866L.68 8.919c1.377.465 2.994.797 4.746.962zM4.52 8.93c.07 1.553.314 2.985.693 4.133l1.9-.626c-.31-.94-.532-2.184-.595-3.597zM0 7.97 0 7.997l2 .004v-.029zM16 7.997v-.029l-2 .004v.029z\" class=\"icon-dark\"/>"
|
|
810
1004
|
},
|
|
811
1005
|
"48": {
|
|
812
|
-
"body": "<path d=\"M31 24h12c0-4.976-1.913-9.506-5.044-12.893-2.187 1.12-4.967 1.978-8.105 2.458C30.577 16.56 31 20.146 31
|
|
1006
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M31 24h12c0-4.976-1.913-9.506-5.044-12.893-2.187 1.12-4.967 1.978-8.105 2.458C30.577 16.56 31 20.146 31 24\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M29.85 13.565c3.139-.48 5.92-1.337 8.106-2.458A18.95 18.95 0 0 0 24 5c2.446 0 4.6 3.406 5.85 8.565\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M24 5c-2.446 0-4.6 3.406-5.85 8.565 1.842.283 3.809.435 5.85.435s4.008-.152 5.85-.435C28.6 8.405 26.447 5 24 5\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M17 24h14c0-3.854-.423-7.44-1.15-10.435-1.842.283-3.809.435-5.85.435s-4.008-.152-5.85-.435C17.422 16.56 17 20.146 17 24\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M5 24h12c0-3.854.423-7.44 1.15-10.435-3.139-.48-5.92-1.337-8.106-2.458A18.93 18.93 0 0 0 5 24\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M18.15 13.565C19.4 8.405 21.553 5 24 5a18.95 18.95 0 0 0-13.956 6.107c2.186 1.12 4.967 1.978 8.105 2.458M18.15 34.435c-3.139.48-5.92 1.337-8.106 2.458A18.95 18.95 0 0 0 24 43c-2.446 0-4.6-3.406-5.85-8.565\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M17 24H5c0 4.976 1.913 9.506 5.044 12.893 2.186-1.12 4.967-1.978 8.105-2.458C17.423 31.44 17 27.854 17 24\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M31 24H17c0 3.854.423 7.44 1.15 10.435A39 39 0 0 1 24 34c2.041 0 4.008.153 5.85.435C30.578 31.44 31 27.854 31 24\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M18.15 34.435C19.4 39.595 21.553 43 24 43s4.6-3.406 5.85-8.565A39 39 0 0 0 24 34c-2.041 0-4.008.153-5.85.435\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M24 43a18.95 18.95 0 0 0 13.956-6.107c-2.187-1.12-4.967-1.978-8.105-2.458C28.599 39.595 26.446 43 24 43\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M43 24H31c0 3.854-.423 7.44-1.15 10.435 3.139.48 5.92 1.337 8.106 2.458A18.93 18.93 0 0 0 43 24\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M24 14v1zm0 20v-1zm19-11H5v2h38zm-12 2h12v-2H31zm13-1a19.93 19.93 0 0 0-5.31-13.572l-1.468 1.358A17.93 17.93 0 0 1 42 24zm-6.5-13.783c-2.071 1.062-4.745 1.892-7.8 2.36l.302 1.977c3.22-.494 6.108-1.377 8.41-2.557zm-8.621 3.584C29.584 16.709 30 20.215 30 24h2c0-3.923-.43-7.59-1.177-10.67zM24 6c.723 0 1.61.51 2.542 1.904.912 1.363 1.727 3.381 2.337 5.897l1.944-.472c-.642-2.643-1.529-4.908-2.618-6.537C27.135 5.192 25.723 4 24 4zm5.7 6.577A38 38 0 0 1 24 13v2c2.09 0 4.108-.156 6.002-.446zM24 6a17.95 17.95 0 0 1 13.222 5.786l1.469-1.358A19.95 19.95 0 0 0 24 4zm0-2c-1.723 0-3.136 1.193-4.205 2.792-1.089 1.63-1.976 3.894-2.618 6.538l1.944.47c.61-2.515 1.425-4.533 2.337-5.896C22.39 6.51 23.278 6 24 6zm-6.002 10.554c1.894.29 3.911.446 6.002.446v-2c-1.992 0-3.908-.149-5.7-.423zM18 24c0-3.785.416-7.29 1.121-10.2l-1.944-.47C16.43 16.41 16 20.077 16 24zm-1 1h14v-2H17zM5 25h12v-2H5zm13.3-12.423c-3.055-.468-5.729-1.298-7.8-2.36l-.912 1.78c2.302 1.18 5.19 2.063 8.41 2.557zm-8.99-2.149A19.93 19.93 0 0 0 4 24h2c0-4.715 1.811-9.004 4.778-12.214zm1.468 1.358A17.95 17.95 0 0 1 24 6V4a19.95 19.95 0 0 0-14.69 6.428zM4 24a19.93 19.93 0 0 0 5.31 13.572l1.468-1.358A17.93 17.93 0 0 1 6 24zm6.5 13.783c2.071-1.062 4.745-1.892 7.8-2.36l-.302-1.977c-3.22.494-6.108 1.377-8.41 2.557zm8.621-3.584C18.416 31.291 18 27.785 18 24h-2c0 3.923.43 7.59 1.177 10.67zM24 42c-.723 0-1.61-.51-2.542-1.904-.912-1.363-1.727-3.381-2.337-5.897l-1.944.471c.642 2.644 1.529 4.909 2.618 6.538C20.865 42.808 22.277 44 24 44zm-5.7-6.577A38 38 0 0 1 24 35v-2c-2.09 0-4.108.156-6.002.446zM24 42a17.95 17.95 0 0 1-13.222-5.786L9.31 37.572A19.95 19.95 0 0 0 24 44zm0-7c1.992 0 3.908.149 5.7.423l.302-1.977A40 40 0 0 0 24 33zm6.823-.33C31.57 31.59 32 27.923 32 24h-2c0 3.785-.416 7.29-1.121 10.2zm-1.944-.47c-.61 2.515-1.425 4.533-2.337 5.896C25.61 41.49 24.722 42 24 42v2c1.723 0 3.136-1.193 4.205-2.792 1.089-1.63 1.976-3.894 2.618-6.538zM24 44a19.95 19.95 0 0 0 14.69-6.428l-1.468-1.358A17.95 17.95 0 0 1 24 42zm14.412-7.997c-2.302-1.18-5.19-2.063-8.41-2.557l-.303 1.977c3.056.468 5.73 1.298 7.801 2.36zM42 24c0 4.715-1.811 9.004-4.778 12.214l1.469 1.358A19.93 19.93 0 0 0 44 24z\" class=\"icon-dark\"/>"
|
|
813
1007
|
}
|
|
814
1008
|
}, ["12", "16", "48"], "general-globe")); };
|
|
815
1009
|
var IconGeneralGrid2X2Medium = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
816
1010
|
"16": {
|
|
817
|
-
"body": "<path d=\"M3
|
|
1011
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M3 3h3v3H3zM3 10h3v3H3zM10 3h3v3h-3zM10 10h3v3h-3z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3h3v3H3zM3 10h3v3H3zM10 3h3v3h-3zM10 10h3v3h-3z\" class=\"icon-dark\"/>"
|
|
818
1012
|
}
|
|
819
1013
|
}, ["16"], "general-grid-2x2-medium")); };
|
|
820
1014
|
var IconGeneralGrid2X2Small = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
821
1015
|
"16": {
|
|
822
|
-
"body": "<path d=\"M3.5 3.5h3v3h-
|
|
1016
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M3.5 3.5h3v3h-3zM3.5 9.5h3v3h-3zM9.5 3.5h3v3h-3zM9.5 9.5h3v3h-3z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3.5 3.5h3v3h-3zM3.5 9.5h3v3h-3zM9.5 3.5h3v3h-3zM9.5 9.5h3v3h-3z\" class=\"icon-dark\"/>"
|
|
823
1017
|
}
|
|
824
1018
|
}, ["16"], "general-grid-2x2-small")); };
|
|
825
1019
|
var IconGeneralGrid2X2 = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
826
1020
|
"16": {
|
|
827
|
-
"body": "<path d=\"M2
|
|
1021
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 2h4v4H2zM2 10h4v4H2zM10 2h4v4h-4zM10 10h4v4h-4z\" class=\"icon-light\" style=\"opacity:.35\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 2h4v4H2zM2 10h4v4H2zM10 2h4v4h-4zM10 10h4v4h-4z\" class=\"icon-dark\"/>"
|
|
828
1022
|
},
|
|
829
1023
|
"24": {
|
|
830
|
-
"body": "<path d=\"M3
|
|
1024
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M3 3h7v7H3zM3 14h7v7H3zM14 3h7v7h-7zM14 14h7v7h-7z\" class=\"icon-light\" style=\"opacity:.35\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 3h7v7H3zM3 14h7v7H3zM14 3h7v7h-7zM14 14h7v7h-7z\" class=\"icon-dark\"/>"
|
|
831
1025
|
}
|
|
832
1026
|
}, ["16", "24"], "general-grid-2x2")); };
|
|
833
1027
|
var IconGeneralHandleVertical = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
834
1028
|
"16": {
|
|
835
|
-
"body": "<path d=\"M7 6a1 1 0 1 1-2 0 1 1 0 0 1 2
|
|
1029
|
+
"body": "<path fill=\"currentColor\" d=\"M7 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0M7 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0M11 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/>"
|
|
836
1030
|
}
|
|
837
1031
|
}, ["16"], "general-handle-vertical")); };
|
|
838
1032
|
var IconGeneralLifeRing = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
839
1033
|
"16": {
|
|
840
|
-
"body": "<path fill
|
|
1034
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M8 1a7 7 0 0 1 7 7h-4a3 3 0 0 0-3-3zM5 8H1a7 7 0 0 0 7 7v-4a3 3 0 0 1-3-3\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M15 8a7 7 0 0 1-7 7m7-7a7 7 0 0 0-7-7m7 7h-4m-3 7a7 7 0 0 1-7-7m7 7v-4M1 8a7 7 0 0 1 7-7M1 8h4m3-7v4m3 3a3 3 0 0 1-3 3m3-3a3 3 0 0 0-3-3m0 6a3 3 0 0 1-3-3m0 0a3 3 0 0 1 3-3\" class=\"icon-dark\"/>"
|
|
841
1035
|
}
|
|
842
1036
|
}, ["16"], "general-life-ring")); };
|
|
843
|
-
var IconGeneralOfficeBuilding = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
844
|
-
"16": {
|
|
845
|
-
"body": "<path d=\"M10 4v10h4a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-4Z\" class=\"icon-light\" fill=\"#D0D2E0\"/><path d=\"M10 14H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v2m0 10V4m0 10h4a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-4\" stroke=\"currentColor\" stroke-width=\"2\" class=\"icon-dark\"/><path d=\"M3 3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM12 6.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v-1ZM12 9.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v-1ZM3 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM3 9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM6 3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM6 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM6 9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Z\" fill=\"currentColor\" class=\"icon-dark\"/>"
|
|
846
|
-
}
|
|
847
|
-
}, ["16"], "general-office-building")); };
|
|
848
1037
|
var IconGeneralPlaceholder = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
849
1038
|
"12": {
|
|
850
|
-
"body": "<path d=\"M9.55 2.45c1.933 1.934 1.933 5.166 0 7.
|
|
1039
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M9.55 2.45c1.933 1.934 1.933 5.166 0 7.1s-5.166 1.933-7.1 0-1.933-5.166 0-7.1 5.166-1.933 7.1 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"m6 6 3.55-3.55M6 6 2.45 2.45M6 6l3.55 3.55M6 6 2.45 9.55m7.1-7.1c1.933 1.934 1.933 5.166 0 7.1m0-7.1C7.616.517 4.384.517 2.45 2.45m0 0c-1.933 1.934-1.933 5.166 0 7.1m7.1 0c-1.934 1.933-5.166 1.933-7.1 0\" class=\"icon-dark\"/>"
|
|
851
1040
|
},
|
|
852
1041
|
"16": {
|
|
853
|
-
"body": "<path d=\"M12.97 3.03c2.707 2.708 2.707 7.232 0 9.94-2.708 2.707-7.232 2.707-9.94 0-2.707-2.708-2.707-7.232 0-9.94 2.708-2.707 7.232-2.707 9.94
|
|
1042
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M12.97 3.03c2.707 2.708 2.707 7.232 0 9.94-2.708 2.707-7.232 2.707-9.94 0-2.707-2.708-2.707-7.232 0-9.94 2.708-2.707 7.232-2.707 9.94 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"m8 8 4.97-4.97M8 8 3.03 3.03M8 8l4.97 4.97M8 8l-4.97 4.97m9.94-9.94c2.707 2.708 2.707 7.232 0 9.94m0-9.94C10.261.324 5.737.324 3.03 3.03m0 0c-2.707 2.708-2.707 7.232 0 9.94m9.94 0c-2.708 2.707-7.232 2.707-9.94 0\" class=\"icon-dark\"/>"
|
|
854
1043
|
},
|
|
855
1044
|
"24": {
|
|
856
|
-
"body": "<path d=\"M19.1 4.9c3.867 3.869 3.867 10.332 0 14.2-3.869 3.867-10.331 3.867-14.2 0-3.867-3.869-3.867-10.331 0-14.2 3.869-3.867 10.332-3.867 14.2
|
|
1045
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M19.1 4.9c3.867 3.869 3.867 10.332 0 14.2-3.869 3.867-10.331 3.867-14.2 0-3.867-3.869-3.867-10.331 0-14.2 3.869-3.867 10.332-3.867 14.2 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"m12 12 7.1-7.1M12 12 4.9 4.9M12 12l7.1 7.1M12 12l-7.1 7.1M19.1 4.9c3.867 3.869 3.867 10.332 0 14.2m0-14.2C15.23 1.034 8.768 1.034 4.9 4.9m0 0c-3.867 3.869-3.867 10.332 0 14.2m14.2 0c-3.869 3.867-10.331 3.867-14.2 0\" class=\"icon-dark\"/>"
|
|
857
1046
|
},
|
|
858
1047
|
"48": {
|
|
859
|
-
"body": "<path d=\"M38.198 9.802c7.736 7.735 7.736 20.66 0 28.
|
|
1048
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M38.198 9.802c7.736 7.735 7.736 20.66 0 28.396s-20.66 7.736-28.396 0-7.736-20.66 0-28.396 20.66-7.736 28.396 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M24 24 38.198 9.802M24 24 9.802 9.802M24 24l14.198 14.198M24 24 9.802 38.198M38.198 9.802c7.736 7.735 7.736 20.66 0 28.396m0-28.396c-7.735-7.736-20.66-7.736-28.396 0m0 0c-7.736 7.735-7.736 20.66 0 28.396m28.396 0c-7.735 7.736-20.66 7.736-28.396 0\" class=\"icon-dark\"/>"
|
|
860
1049
|
}
|
|
861
1050
|
}, ["12", "16", "24", "48"], "general-placeholder")); };
|
|
862
1051
|
var IconGeneralRocket = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
863
1052
|
"16": {
|
|
864
|
-
"body": "<path d=\"M3.5 9.5 1 11l4 4 1.5-2.
|
|
1053
|
+
"body": "<path d=\"M3.5 9.5 1 11l4 4 1.5-2.5z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7.5 13.5-1-1m1 1 1 1 3-3v-2m-4 4 4-4m-9-1 1 1m-1-1-1-1 3-3h2m-4 4 4-4m-3 5L1 11l4 4 1.5-2.5m-3-3 3 3m5-3 1.621-1.621A3 3 0 0 0 14 5.757V2h-3.757a3 3 0 0 0-2.122.879L6.5 4.5\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M9 11.5 4.5 7\" class=\"icon-dark\"/><circle cx=\"10.5\" cy=\"5.5\" r=\"1\" fill=\"currentColor\" class=\"icon-dark\"/>"
|
|
865
1054
|
},
|
|
866
1055
|
"24": {
|
|
867
|
-
"body": "<path d=\"m6 13.5-3 2L8.5 21l2-
|
|
1056
|
+
"body": "<path d=\"m6 13.5-3 2L8.5 21l2-3zM3.635 11.135 5 12.5l5.23-5.23H7.5zM11.5 19l1.365 1.365 3.866-3.865v-2.73z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16.73 13.77v2.73l-3.865 3.865L11.5 19m5.23-5.23L11.5 19m5.23-5.23 3.098-3.098A4 4 0 0 0 21 7.843V3h-4.843a4 4 0 0 0-2.829 1.172l-3.097 3.097m0 0H7.5l-3.865 3.866L5 12.5m5.23-5.23L5 12.5m0 0 6.5 6.5M6 13.5l-3 2L8.5 21l2-3z\" class=\"icon-dark\"/><path fill=\"#1b1e2e\" d=\"M.146 19.646a.5.5 0 0 0 .708.708zm0 3.5a.5.5 0 0 0 .708.708zm3.5 0a.5.5 0 0 0 .708.708zm-1.5-5.5-2 2 .708.708 2-2zm1.75 1.75-3.75 3.75.708.708 3.75-3.75zm1.75 1.75-2 2 .708.708 2-2z\" opacity=\".4\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m13.5 16.5-6-6\" class=\"icon-dark\"/><circle cx=\"16.5\" cy=\"7.5\" r=\"1.5\" stroke=\"currentColor\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
868
1057
|
}
|
|
869
1058
|
}, ["16", "24"], "general-rocket")); };
|
|
1059
|
+
var IconGeneralSparkleDoubleLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1060
|
+
"16": {
|
|
1061
|
+
"body": "<path fill=\"currentColor\" d=\"m7.878 3.229-.893 1.785a4.9 4.9 0 0 1-2.193 2.194L3.007 8.1a.012.012 0 0 0 0 .022l1.785.893a4.9 4.9 0 0 1 2.193 2.193l.893 1.785c.004.01.017.01.022 0l.893-1.785a4.9 4.9 0 0 1 2.193-2.193l1.785-.893a.012.012 0 0 0 0-.022l-1.785-.892a4.9 4.9 0 0 1-2.193-2.194L7.9 3.23a.012.012 0 0 0-.022 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"m7.878 3.229-.893 1.785a4.9 4.9 0 0 1-2.193 2.194L3.007 8.1a.012.012 0 0 0 0 .022l1.785.893a4.9 4.9 0 0 1 2.193 2.193l.893 1.785c.004.01.017.01.022 0l.893-1.785a4.9 4.9 0 0 1 2.193-2.193l1.785-.893a.012.012 0 0 0 0-.022l-1.785-.892a4.9 4.9 0 0 1-2.193-2.194L7.9 3.23a.012.012 0 0 0-.022 0ZM12.796 3.204 12.39 3l.407-.204L13 2.39l.204.407.407.204-.407.204L13 3.61z\" class=\"icon-dark\"/>"
|
|
1062
|
+
}
|
|
1063
|
+
}, ["16"], "general-sparkle-double-large")); };
|
|
1064
|
+
var IconGeneralSparkleDoubleSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1065
|
+
"16": {
|
|
1066
|
+
"body": "<path fill=\"currentColor\" d=\"m7.991 4.006-.73 1.46a4 4 0 0 1-1.795 1.795l-1.46.73a.01.01 0 0 0 0 .018l1.46.73a4 4 0 0 1 1.795 1.795l.73 1.46a.01.01 0 0 0 .018 0l.73-1.46a4 4 0 0 1 1.795-1.795l1.46-.73a.01.01 0 0 0 0-.018l-1.46-.73a4 4 0 0 1-1.795-1.795l-.73-1.46a.01.01 0 0 0-.018 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"m7.991 4.006-.73 1.46a4 4 0 0 1-1.795 1.795l-1.46.73a.01.01 0 0 0 0 .018l1.46.73a4 4 0 0 1 1.795 1.795l.73 1.46a.01.01 0 0 0 .018 0l.73-1.46a4 4 0 0 1 1.795-1.795l1.46-.73a.01.01 0 0 0 0-.018l-1.46-.73a4 4 0 0 1-1.795-1.795l-.73-1.46a.01.01 0 0 0-.018 0ZM12.333 3.667 12 3.5l.333-.167L12.5 3l.167.333L13 3.5l-.333.167L12.5 4z\" class=\"icon-dark\"/>"
|
|
1067
|
+
}
|
|
1068
|
+
}, ["16"], "general-sparkle-double-small")); };
|
|
1069
|
+
var IconGeneralSparkleSingleLargeDisabled = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1070
|
+
"16": {
|
|
1071
|
+
"body": "<path fill=\"currentColor\" d=\"M11.432 6.689q.18.108.368.202l2.192 1.096c.01.005.01.02 0 .026L11.8 9.11A6.02 6.02 0 0 0 9.11 11.8l-1.096 2.192a.015.015 0 0 1-.026 0L6.89 11.8a6 6 0 0 0-.202-.368zm-3.419-4.68 1.096 2.19q.095.189.202.369L4.568 9.31a6 6 0 0 0-.368-.202L2.008 8.013a.015.015 0 0 1 0-.026L4.2 6.89A6.02 6.02 0 0 0 6.89 4.2l1.096-2.192c.005-.01.02-.01.026 0\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"m12.249 5.996 2.19 1.096a1.016 1.016 0 0 1 0 1.816l-2.19 1.096a5 5 0 0 0-2.245 2.244l-1.095 2.19a1.016 1.016 0 0 1-1.817 0l-1.095-2.19-.043-.08 1.462-1.463q.2.314.37.649l.214.43.215-.43a7 7 0 0 1 3.139-3.139l.43-.215-.43-.215a7 7 0 0 1-.648-.37l1.462-1.462q.04.022.08.043M7.092 1.562a1.016 1.016 0 0 1 1.739-.132l.078.132 1.095 2.19.042.08-1.462 1.462a7 7 0 0 1-.369-.647L8 4.217l-.214.43a7.02 7.02 0 0 1-3.139 3.138L4.217 8l.43.215q.335.168.647.37l-1.461 1.461-.08-.042-2.191-1.096a1.016 1.016 0 0 1 0-1.816l2.19-1.096a5 5 0 0 0 2.245-2.244z\" class=\"icon-dark\"/><path stroke=\"#e45770\" stroke-linecap=\"round\" d=\"M2 14 14 2\"/>"
|
|
1072
|
+
},
|
|
1073
|
+
"24": {
|
|
1074
|
+
"body": "<path fill=\"currentColor\" d=\"M15.788 10.332q.691.51 1.466.898l1.538.77-1.538.77c-1.82.91-3.316 2.349-4.296 4.125l-.188.359-.77 1.538-.77-1.538a10 10 0 0 0-.899-1.465zM12.77 6.746l.188.36q.32.577.71 1.104L8.21 13.668q-.527-.39-1.104-.71l-.36-.188L5.207 12l1.54-.77.359-.188a10.03 10.03 0 0 0 4.125-4.296L12 5.207z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M17.223 8.897q.442.303.925.545l3.287 1.643.132.08c.577.4.577 1.27 0 1.67l-.133.08-3.286 1.643a8.03 8.03 0 0 0-3.44 3.302l-.15.288-1.643 3.287a1.023 1.023 0 0 1-1.83 0l-1.643-3.287a8 8 0 0 0-.545-.925l1.434-1.434q.51.69.9 1.465L12 18.792l.77-1.538.188-.36a10.03 10.03 0 0 1 4.296-4.124l1.538-.77-1.538-.77a10 10 0 0 1-1.466-.898zm-6.059-6.464a1.024 1.024 0 0 1 1.672 0l.079.132 1.643 3.287.15.288q.183.328.393.636L13.669 8.21q-.391-.528-.71-1.105l-.188-.359L12 5.207l-.77 1.54a10.03 10.03 0 0 1-4.125 4.295l-.359.188-1.539.77 1.539.77.36.188q.576.319 1.104.71l-1.434 1.434a8 8 0 0 0-.636-.393l-.288-.151-3.287-1.643a1.023 1.023 0 0 1 0-1.83l3.287-1.643.288-.151a8.03 8.03 0 0 0 3.302-3.44l1.643-3.286z\" class=\"icon-dark\"/><path stroke=\"#e45770\" stroke-linecap=\"round\" d=\"M4 20 20 4\"/>"
|
|
1075
|
+
}
|
|
1076
|
+
}, ["16", "24"], "general-sparkle-single-large-disabled")); };
|
|
1077
|
+
var IconGeneralSparkleSingleLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1078
|
+
"16": {
|
|
1079
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M7.987 2.008 6.89 4.2a6.02 6.02 0 0 1-2.692 2.692L2.01 7.987a.015.015 0 0 0 0 .026l2.19 1.096a6 6 0 0 1 2.692 2.692l1.096 2.19a.015.015 0 0 0 .026 0l1.096-2.19a6 6 0 0 1 2.692-2.692l2.19-1.096a.015.015 0 0 0 0-.026l-2.19-1.096a6 6 0 0 1-2.692-2.692L8.013 2.01a.015.015 0 0 0-.026 0Z\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
1080
|
+
},
|
|
1081
|
+
"24": {
|
|
1082
|
+
"body": "<path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" d=\"m11.98 3.012-1.644 3.287A9.03 9.03 0 0 1 6.3 10.336L3.012 11.98a.023.023 0 0 0 0 .04L6.3 13.664a9.03 9.03 0 0 1 4.037 4.038l1.644 3.286a.023.023 0 0 0 .04 0l1.644-3.286a9.03 9.03 0 0 1 4.037-4.038l3.287-1.643a.023.023 0 0 0 0-.04L17.7 10.335A9.03 9.03 0 0 1 13.664 6.3L12.02 3.012a.023.023 0 0 0-.04 0Z\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
1083
|
+
}
|
|
1084
|
+
}, ["16", "24"], "general-sparkle-single-large")); };
|
|
1085
|
+
var IconGeneralSparkleSingleSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1086
|
+
"16": {
|
|
1087
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-width=\"2\" d=\"m7.991 4.006-.73 1.46a4 4 0 0 1-1.795 1.795l-1.46.73a.01.01 0 0 0 0 .018l1.46.73a4 4 0 0 1 1.795 1.795l.73 1.46a.01.01 0 0 0 .018 0l.73-1.46a4 4 0 0 1 1.795-1.795l1.46-.73a.01.01 0 0 0 0-.018l-1.46-.73a4 4 0 0 1-1.795-1.795l-.73-1.46a.01.01 0 0 0-.018 0Z\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
1088
|
+
}
|
|
1089
|
+
}, ["16"], "general-sparkle-single-small")); };
|
|
1090
|
+
var IconGeneralSparkleSingle = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1091
|
+
"12": {
|
|
1092
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-width=\"2\" d=\"m5.991 2.006-.73 1.46a4 4 0 0 1-1.795 1.795l-1.46.73a.01.01 0 0 0 0 .018l1.46.73a4 4 0 0 1 1.795 1.795l.73 1.46a.01.01 0 0 0 .018 0l.73-1.46a4 4 0 0 1 1.795-1.795l1.46-.73a.01.01 0 0 0 0-.018l-1.46-.73a4 4 0 0 1-1.795-1.795l-.73-1.46a.01.01 0 0 0-.018 0Z\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
1093
|
+
}
|
|
1094
|
+
}, ["12"], "general-sparkle-single")); };
|
|
1095
|
+
var IconGeneralSparkleTriple = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1096
|
+
"16": {
|
|
1097
|
+
"body": "<path fill=\"currentColor\" d=\"m4.991 4.018-.728 1.456a4 4 0 0 1-1.789 1.789l-1.456.728a.01.01 0 0 0 0 .018l1.456.728a4 4 0 0 1 1.789 1.789l.728 1.456a.01.01 0 0 0 .018 0l.728-1.456a4 4 0 0 1 1.789-1.789l1.456-.728a.01.01 0 0 0 0-.018l-1.456-.728a4 4 0 0 1-1.789-1.789l-.728-1.456a.01.01 0 0 0-.018 0M13 10l-.07.14a4 4 0 0 1-1.79 1.79L11 12l.14.07a4 4 0 0 1 1.79 1.79L13 14l.07-.14a4 4 0 0 1 1.79-1.79L15 12l-.14-.07a4 4 0 0 1-1.79-1.79zM13 2l-.07.14a4 4 0 0 1-1.79 1.79L11 4l.14.07a4 4 0 0 1 1.79 1.79L13 6l.07-.14a4 4 0 0 1 1.79-1.79L15 4l-.14-.07a4 4 0 0 1-1.79-1.79z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4.991 4.018-.728 1.456a4 4 0 0 1-1.789 1.789l-1.456.728a.01.01 0 0 0 0 .018l1.456.728a4 4 0 0 1 1.789 1.789l.728 1.456a.01.01 0 0 0 .018 0l.728-1.456a4 4 0 0 1 1.789-1.789l1.456-.728a.01.01 0 0 0 0-.018l-1.456-.728a4 4 0 0 1-1.789-1.789l-.728-1.456a.01.01 0 0 0-.018 0ZM13 10l-.07.14a4 4 0 0 1-1.79 1.79L11 12l.14.07a4 4 0 0 1 1.79 1.79L13 14l.07-.14a4 4 0 0 1 1.79-1.79L15 12l-.14-.07a4 4 0 0 1-1.79-1.79zM13 2l-.07.14a4 4 0 0 1-1.79 1.79L11 4l.14.07a4 4 0 0 1 1.79 1.79L13 6l.07-.14a4 4 0 0 1 1.79-1.79L15 4l-.14-.07a4 4 0 0 1-1.79-1.79z\" class=\"icon-dark\"/>"
|
|
1098
|
+
},
|
|
1099
|
+
"24": {
|
|
1100
|
+
"body": "<path fill=\"currentColor\" d=\"M8 6 6.596 8.807a4 4 0 0 1-1.789 1.79L2 12l2.807 1.404a4 4 0 0 1 1.79 1.789L8 18l1.404-2.807a4 4 0 0 1 1.789-1.79L14 12l-2.807-1.404a4 4 0 0 1-1.79-1.789zM19 14l-.404.807a4 4 0 0 1-1.789 1.79L16 17l.807.404a4 4 0 0 1 1.79 1.789L19 20l.404-.807a4 4 0 0 1 1.789-1.79L22 17l-.807-.404a4 4 0 0 1-1.79-1.789zM19 4l-.404.807a4 4 0 0 1-1.789 1.79L16 7l.807.404a4 4 0 0 1 1.79 1.789L19 10l.404-.807a4 4 0 0 1 1.789-1.79L22 7l-.807-.404a4 4 0 0 1-1.79-1.789z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 6 6.596 8.807a4 4 0 0 1-1.789 1.79L2 12l2.807 1.404a4 4 0 0 1 1.79 1.789L8 18l1.404-2.807a4 4 0 0 1 1.789-1.79L14 12l-2.807-1.404a4 4 0 0 1-1.79-1.789zM19 14l-.404.807a4 4 0 0 1-1.789 1.79L16 17l.807.404a4 4 0 0 1 1.79 1.789L19 20l.404-.807a4 4 0 0 1 1.789-1.79L22 17l-.807-.404a4 4 0 0 1-1.79-1.789zM19 4l-.404.807a4 4 0 0 1-1.789 1.79L16 7l.807.404a4 4 0 0 1 1.79 1.789L19 10l.404-.807a4 4 0 0 1 1.789-1.79L22 7l-.807-.404a4 4 0 0 1-1.79-1.789z\" class=\"icon-dark\"/>"
|
|
1101
|
+
}
|
|
1102
|
+
}, ["16", "24"], "general-sparkle-triple")); };
|
|
870
1103
|
var IconGeneralVennDiagram = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
871
1104
|
"16": {
|
|
872
|
-
"body": "<path fill
|
|
1105
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M8 11.465A4 4 0 0 0 10 8c0-1.48-.804-2.773-2-3.465A4 4 0 0 0 6 8c0 1.48.804 2.773 2 3.465\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M6 8c0 1.48.804 2.773 2 3.465A4 4 0 0 0 10 8c0-1.48-.804-2.773-2-3.465A4 4 0 0 0 6 8\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M8 11.465A4 4 0 0 0 10 8c0-1.48-.804-2.773-2-3.465m0 6.93A4 4 0 0 1 6 8c0-1.48.804-2.773 2-3.465m0 6.93a4 4 0 1 0 0-6.93m0 6.93a4 4 0 1 1 0-6.93\" class=\"icon-dark\"/>"
|
|
873
1106
|
},
|
|
874
1107
|
"24": {
|
|
875
|
-
"body": "<path fill
|
|
1108
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M12 16.978a6.5 6.5 0 0 0 3-5.478 6.5 6.5 0 0 0-3-5.478A6.5 6.5 0 0 0 9 11.5a6.5 6.5 0 0 0 3 5.478\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M9 11.5a6.5 6.5 0 0 0 3 5.478 6.5 6.5 0 0 0 3-5.478 6.5 6.5 0 0 0-3-5.478A6.5 6.5 0 0 0 9 11.5\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M12 16.978a6.5 6.5 0 0 0 3-5.478 6.5 6.5 0 0 0-3-5.478m0 10.956A6.5 6.5 0 0 1 9 11.5a6.5 6.5 0 0 1 3-5.478m0 10.956a6.5 6.5 0 1 0 0-10.956m0 10.956a6.5 6.5 0 1 1 0-10.956\" class=\"icon-dark\"/>"
|
|
876
1109
|
}
|
|
877
1110
|
}, ["16", "24"], "general-venn-diagram")); };
|
|
878
1111
|
var IconLoading = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
879
1112
|
"16": {
|
|
880
|
-
"body": "<circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"#
|
|
1113
|
+
"body": "<circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"#d0d2e0\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 8a6 6 0 0 0-6-6\" class=\"icon-dark\"/>"
|
|
881
1114
|
}
|
|
882
1115
|
}, ["16"], "loading")); };
|
|
883
1116
|
var IconMenuDotsVertical = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
884
1117
|
"16": {
|
|
885
|
-
"body": "<path d=\"M10 2a2 2 0 1 1-4 0 2 2 0 0 1 4
|
|
1118
|
+
"body": "<path fill=\"currentColor\" d=\"M10 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0M10 14a2 2 0 1 1-4 0 2 2 0 0 1 4 0\" class=\"icon-dark\"/>"
|
|
886
1119
|
}
|
|
887
1120
|
}, ["16"], "menu-dots-vertical")); };
|
|
888
1121
|
var IconMenuExpandLeft = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
889
1122
|
"16": {
|
|
890
|
-
"body": "<path d=\"M14 3H8m6 5H2m0 0 2.5-2.5M2 8l2.5 2.5M14 13H8\"
|
|
1123
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 3H8m6 5H2m0 0 2.5-2.5M2 8l2.5 2.5M14 13H8\" class=\"icon-dark\"/>"
|
|
891
1124
|
}
|
|
892
1125
|
}, ["16"], "menu-expand-left")); };
|
|
893
1126
|
var IconMenuExpandRight = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
894
1127
|
"16": {
|
|
895
|
-
"body": "<path d=\"M2 3h6M2 8h12m0 0-2.5-2.5M14 8l-2.5 2.5M2 13h6\"
|
|
1128
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 3h6M2 8h12m0 0-2.5-2.5M14 8l-2.5 2.5M2 13h6\" class=\"icon-dark\"/>"
|
|
896
1129
|
}
|
|
897
1130
|
}, ["16"], "menu-expand-right")); };
|
|
898
1131
|
var IconMenuHamburger = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
899
1132
|
"24": {
|
|
900
|
-
"body": "<path
|
|
1133
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M1 6h22M1 12h14M1 18h18\" class=\"icon-dark\"/>"
|
|
901
1134
|
}
|
|
902
1135
|
}, ["24"], "menu-hamburger")); };
|
|
903
1136
|
var IconNumber1 = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
904
1137
|
"24": {
|
|
905
|
-
"body": "<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#
|
|
1138
|
+
"body": "<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#d0d2e0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 17V8h-2L9.5 9.5\" class=\"icon-dark\"/>"
|
|
906
1139
|
}
|
|
907
1140
|
}, ["24"], "number-1")); };
|
|
908
1141
|
var IconNumber2 = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
909
1142
|
"24": {
|
|
910
|
-
"body": "<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#
|
|
1143
|
+
"body": "<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#d0d2e0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 16H9l4.5-4c2-2 1-5-1.5-5S9 9.5 9 9.5\" class=\"icon-dark\"/>"
|
|
911
1144
|
}
|
|
912
1145
|
}, ["24"], "number-2")); };
|
|
913
1146
|
var IconNumber3 = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
914
1147
|
"24": {
|
|
915
|
-
"body": "<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#
|
|
1148
|
+
"body": "<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#d0d2e0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 15c.5 3 5.5 3 6 0 0-2.5-3-3-3-3l3-4H9\" class=\"icon-dark\"/>"
|
|
916
1149
|
}
|
|
917
1150
|
}, ["24"], "number-3")); };
|
|
918
1151
|
var IconNumber4 = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
919
1152
|
"24": {
|
|
920
|
-
"body": "<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#
|
|
1153
|
+
"body": "<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#d0d2e0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.5 17V8h-2l-3 6h7\" class=\"icon-dark\"/>"
|
|
921
1154
|
}
|
|
922
1155
|
}, ["24"], "number-4")); };
|
|
923
1156
|
var IconNumber5 = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
924
1157
|
"24": {
|
|
925
|
-
"body": "<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#
|
|
1158
|
+
"body": "<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#d0d2e0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.5 8h-4l-.5 4h2c1.657 0 3 1.12 3 2.5S13.657 17 12 17c-.982 0-1.853-.393-2.4-1\" class=\"icon-dark\"/>"
|
|
926
1159
|
}
|
|
927
1160
|
}, ["24"], "number-5")); };
|
|
928
1161
|
var IconNumberOctothorpe = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
929
1162
|
"24": {
|
|
930
|
-
"body": "<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#
|
|
1163
|
+
"body": "<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"#d0d2e0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 6 8 18m5 0 3-12m2 4H7m10 4H6\" class=\"icon-dark\"/>"
|
|
931
1164
|
}
|
|
932
1165
|
}, ["24"], "number-octothorpe")); };
|
|
1166
|
+
var IconObjectAirplaneAngledLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1167
|
+
"16": {
|
|
1168
|
+
"body": "<path fill=\"currentColor\" d=\"m1 5 14-4-4 14-5-5zM4 8v4h4l-2-2z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 1 1 5l5 5m9-9-4 14-5-5m9-9-9 9m0 0 2 2H4V8z\" class=\"icon-dark\"/>"
|
|
1169
|
+
}
|
|
1170
|
+
}, ["16"], "object-airplane-angled-large")); };
|
|
1171
|
+
var IconObjectAirplaneAngledSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1172
|
+
"16": {
|
|
1173
|
+
"body": "<path fill=\"currentColor\" d=\"m2 6 12-4-4 12-4-4zM4 8v4h4l-2-2z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 8v4h4M4 8l4 4M4 8l2 2m2 2-2-2m8-8L2 6l4 4m8-8-4 12-4-4m8-8-8 8\" class=\"icon-dark\"/>"
|
|
1174
|
+
}
|
|
1175
|
+
}, ["16"], "object-airplane-angled-small")); };
|
|
933
1176
|
var IconObjectBookCode = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
934
1177
|
"48": {
|
|
935
|
-
"body": "<path d=\"M40 5H10a2 2 0 0 0-2
|
|
1178
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M40 5H10a2 2 0 0 0-2 2v28h32z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M40 43h-1M8 35v6a2 2 0 0 0 2 2v0m-2-8V7a2 2 0 0 1 2-2v0M8 35h2m0-30h30v30h-1M10 5v30m0 0v8m0-8h29m-29 8h29m0-8s-1 4 0 8M21 17l-3 3 3 3m8-6 3 3-3 3m-5.5 2.5 3-11\" class=\"icon-dark\"/><path fill=\"#69d3a7\" d=\"M14 39h8v8l-4-1.714L14 47z\" class=\"icon-light-secondary\"/><path fill=\"#00814d\" d=\"M14 39v-1h-1v1zm8 0h1v-1h-1zm0 8-.394.92A1 1 0 0 0 23 47zm-8 0h-1a1 1 0 0 0 1.394.92zm4-1.714.394-.92a1 1 0 0 0-.788 0zM14 40h8v-2h-8zm7-1v8h2v-8zm-6 8v-8h-2v8zm7.394-.92-4-1.713-.788 1.838 4 1.714zm-4.788-1.713-4 1.714.788 1.838 4-1.714z\" class=\"icon-dark-secondary\"/>"
|
|
936
1179
|
}
|
|
937
1180
|
}, ["48"], "object-book-code")); };
|
|
938
1181
|
var IconObjectBook = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
939
1182
|
"16": {
|
|
940
|
-
"body": "<path d=\"M13 2H4a1 1 0 0 0-1
|
|
1183
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M13 2H4a1 1 0 0 0-1 1v8h10z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 11V2H4m9 9H4m9 0v3H4m-1-3v2a1 1 0 0 0 1 1v0m-1-3V3a1 1 0 0 1 1-1v0m-1 9h1m0-9v9m0 0v3m6-9H7\" class=\"icon-dark\"/>"
|
|
941
1184
|
},
|
|
942
1185
|
"24": {
|
|
943
|
-
"body": "<path d=\"M20 3H5a1 1 0 0 0-1
|
|
1186
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M20 3H5a1 1 0 0 0-1 1v13h16z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 17V3H5m15 14H5m15 0v4H5m-1-4v3a1 1 0 0 0 1 1v0m-1-4V4a1 1 0 0 1 1-1v0M4 17h1M5 3v14m0 0v4M16 7H9m0 3h6\" class=\"icon-dark\"/>"
|
|
944
1187
|
},
|
|
945
1188
|
"48": {
|
|
946
|
-
"body": "<path d=\"M40 5H10a2 2 0 0 0-2
|
|
1189
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M40 5H10a2 2 0 0 0-2 2v28h32z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M40 43h-1M8 35v6a2 2 0 0 0 2 2v0m-2-8V7a2 2 0 0 1 2-2v0M8 35h2m0-30h30v30h-1M10 5v30m0 0v8m0-8h29m-29 8h29M16 17h13m10 18s-1 4 0 8m-5-32H16v2h18z\" class=\"icon-dark\"/><path fill=\"#69d3a7\" d=\"M14 39h8v8l-4-1.714L14 47z\" class=\"icon-light-secondary\"/><path fill=\"#00814d\" d=\"M14 39v-1h-1v1zm8 0h1v-1h-1zm0 8-.394.92A1 1 0 0 0 23 47zm-8 0h-1a1 1 0 0 0 1.394.92zm4-1.714.394-.92a1 1 0 0 0-.788 0zM14 40h8v-2h-8zm7-1v8h2v-8zm-6 8v-8h-2v8zm7.394-.92-4-1.713-.788 1.838 4 1.714zm-4.788-1.713-4 1.714.788 1.838 4-1.714z\" class=\"icon-dark-secondary\"/>"
|
|
947
1190
|
}
|
|
948
1191
|
}, ["16", "24", "48"], "object-book")); };
|
|
949
1192
|
var IconObjectBookmark = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
950
1193
|
"16": {
|
|
951
|
-
"body": "<path fill
|
|
1194
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M11 2a2 2 0 0 1 2 2v10l-5-2-5 2V4a2 2 0 0 1 2-2zM8.388 6.515 8 5.049l-.388 1.466-1.514-.084 1.274.822-.548 1.414L8 7.709l1.176.958-.548-1.414 1.274-.822z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"m13 14-.371.928A1 1 0 0 0 14 14zm-5-2 .371-.928a1 1 0 0 0-.742 0zm-5 2H2a1 1 0 0 0 1.371.928zm5-8.951.967-.256a1 1 0 0 0-1.934 0zm.388 1.466-.967.255a1 1 0 0 0 1.022.743zm1.514-.084.542.84a1 1 0 0 0-.597-1.839zm-1.274.822-.542-.84a1 1 0 0 0-.39 1.2zm.548 1.414-.632.775a1 1 0 0 0 1.564-1.137zM8 7.709l.632-.776a1 1 0 0 0-1.264 0zm-1.176.958-.932-.362a1 1 0 0 0 1.564 1.137zm.548-1.414.933.36a1 1 0 0 0-.39-1.2zM6.098 6.43l.055-.999a1 1 0 0 0-.597 1.839zm1.514.084-.055.998a1 1 0 0 0 1.022-.743zM12 4v10h2V4zm1.371 9.072-5-2-.742 1.857 5 2zm-5.742-2-5 2 .742 1.857 5-2zM5 3h6V1H5zM4 14V4H2v10zm3.033-8.696.388 1.466 1.934-.511-.388-1.466zm1.41 2.21 1.515-.085-.111-1.997-1.515.084zM9.36 5.59l-1.274.822L9.17 8.093l1.274-.822zM7.695 7.614l.548 1.414 1.865-.723-.548-1.414zm2.112.277-1.175-.958-1.264 1.55 1.176.959zm-2.439-.958-1.175.958 1.263 1.55 1.176-.957zm.389 2.095.548-1.414L6.44 6.89l-.548 1.414zm.157-2.616L6.64 5.59 5.556 7.271l1.274.822zM6.042 7.43l1.515.084.11-1.997-1.514-.084zM8.58 6.77l.388-1.466-1.934-.511-.388 1.466zM5 1a3 3 0 0 0-3 3h2a1 1 0 0 1 1-1zm9 3a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1z\" class=\"icon-dark\"/>"
|
|
952
1195
|
},
|
|
953
1196
|
"24": {
|
|
954
|
-
"body": "<path fill
|
|
1197
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M17 3a3 3 0 0 1 3 3v15l-8-3-8 3V6a3 3 0 0 1 3-3zm-4.418 6.772L12 7.572l-.582 2.2-2.271-.126 1.912 1.233L10.237 13 12 11.563 13.763 13l-.822-2.121 1.912-1.233z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"m20 21-.351.936A1 1 0 0 0 21 21zm-8-3 .351-.936a1 1 0 0 0-.702 0zm-8 3H3a1 1 0 0 0 1.351.936zm8-13.427.967-.256a1 1 0 0 0-1.934 0zm.582 2.199-.967.256a1 1 0 0 0 1.022.742zm2.271-.126.542.84a1 1 0 0 0-.597-1.839zm-1.912 1.233-.542-.84a1 1 0 0 0-.39 1.201zM13.763 13l-.631.775a1 1 0 0 0 1.564-1.136zM12 11.563l.632-.775a1 1 0 0 0-1.264 0zM10.237 13l-.933-.361a1 1 0 0 0 1.564 1.136zm.822-2.121.932.361a1 1 0 0 0-.39-1.201zM9.147 9.646l.055-.999a1 1 0 0 0-.597 1.84zm2.271.126-.055.999a1 1 0 0 0 1.022-.743zM19 6v15h2V6zm1.351 14.064-8-3-.702 1.872 8 3zm-8.702-3-8 3 .702 1.872 8-3zM7 4h10V2H7zM5 21V6H3v15zm6.033-13.171.582 2.199 1.934-.512-.582-2.199zm1.604 2.942 2.272-.127-.111-1.997-2.271.127zm1.674-1.965L12.4 10.039l1.085 1.68 1.911-1.233zM12.01 11.24l.822 2.121 1.865-.722-.822-2.121zm2.386.985-1.763-1.437-1.264 1.55 1.764 1.437zm-3.027-1.437-1.763 1.437 1.263 1.55 1.764-1.437zm-.199 2.573.822-2.12-1.865-.723-.822 2.12zm.431-3.322L9.69 8.806l-1.084 1.68 1.911 1.233zm-2.509.605 2.272.127.11-1.997-2.27-.127zm3.294-.616.582-2.2-1.934-.51-.582 2.198zM7 2a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2zm14 4a4 4 0 0 0-4-4v2a2 2 0 0 1 2 2z\" class=\"icon-dark\"/>"
|
|
955
1198
|
}
|
|
956
1199
|
}, ["16", "24"], "object-bookmark")); };
|
|
957
1200
|
var IconObjectBoxOpen = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
958
1201
|
"48": {
|
|
959
|
-
"body": "<path fill
|
|
1202
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M43 25.162 28.5 33 24 28.487V47l19-9.744z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"#d0d2e0\" d=\"M24 9 5 18.744l19 9.743 19-9.743z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M24 47 5 37.256V25.162M24 47l19-9.744V25.162M24 47V28.487M24 9 5 18.744M24 9l19 9.744M24 9l4-4 19 9.5-4 4.244M24 9l-4-4-19 9.5 4 4.244m0 0 19 9.743M5 18.744 1 23l4 2.162m38-6.418-19 9.743m19-9.743L47 23l-4 2.162m-19 3.325L19.5 33 5 25.162m19 3.325L28.5 33 43 25.162\" class=\"icon-dark\"/><path fill=\"#1fa971\" stroke=\"#00814d\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m18 7 1.131 2.869L22 11l-2.869 1.131L18 15l-1.131-2.869L14 11l2.869-1.131zM27 1l.849 2.151L30 4l-2.151.849L27 7l-.849-2.151L24 4l2.151-.849zM28 12l1.414 3.586L33 17l-3.586 1.414L28 22l-1.414-3.586L23 17l3.586-1.414z\" class=\"icon-dark-secondary-stroke icon-light-secondary-fill\"/>"
|
|
960
1203
|
}
|
|
961
1204
|
}, ["48"], "object-box-open")); };
|
|
962
1205
|
var IconObjectBox = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
963
1206
|
"16": {
|
|
964
|
-
"body": "<path d=\"M14.5 11.133V4.866a.
|
|
1207
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M14.5 11.133V4.866a.7.7 0 0 0-.101-.362L8 8v7c.12 0 .242-.03.35-.09l5.779-3.156a.71.71 0 0 0 .371-.621\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M1.871 11.754 7.65 14.91c.11.06.23.09.351.09V8L1.601 4.504a.7.7 0 0 0-.101.362v6.267c0 .258.142.495.371.62\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M7.65 1.089 1.87 4.246a.7.7 0 0 0-.27.258L8 8l6.399-3.496a.7.7 0 0 0-.27-.258L8.35 1.089a.73.73 0 0 0-.702 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8 8 6.399-3.496M8 8v7m0-7L1.601 4.504m12.798 0a.7.7 0 0 1 .101.362v6.267a.71.71 0 0 1-.371.62L8.35 14.91c-.11.06-.23.09-.351.09m6.399-10.496a.7.7 0 0 0-.27-.258L8.35 1.089a.73.73 0 0 0-.702 0L1.871 4.246a.7.7 0 0 0-.27.258M8 15a.73.73 0 0 1-.35-.09L1.87 11.754a.71.71 0 0 1-.371-.621V4.866a.7.7 0 0 1 .101-.362\" class=\"icon-dark\"/>"
|
|
965
1208
|
},
|
|
966
1209
|
"24": {
|
|
967
|
-
"body": "<path d=\"M21 16.412V7.588a1 1 0 0 0-.14-.51L12 12v9.856a1 1 0 0 0 .486-.126l8-4.444a1 1 0 0 0 .514-.
|
|
1210
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M21 16.412V7.588a1 1 0 0 0-.14-.51L12 12v9.856a1 1 0 0 0 .486-.126l8-4.444a1 1 0 0 0 .514-.874M3.514 17.286l8 4.444a1 1 0 0 0 .486.126V12L3.14 7.078a1 1 0 0 0-.14.51v8.824a1 1 0 0 0 .514.874\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"m11.514 2.27-8 4.444a1 1 0 0 0-.374.364L12 12l8.86-4.922a1 1 0 0 0-.374-.364l-8-4.444a1 1 0 0 0-.972 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 12 8.86-4.922M12 12v9.856M12 12 3.14 7.078m17.72 0a1 1 0 0 1 .14.51v8.824a1 1 0 0 1-.514.874l-8 4.444a1 1 0 0 1-.486.126m8.86-14.778a1 1 0 0 0-.374-.364l-8-4.444a1 1 0 0 0-.972 0l-8 4.444a1 1 0 0 0-.374.364M12 21.856a1 1 0 0 1-.486-.126l-8-4.444A1 1 0 0 1 3 16.412V7.588a1 1 0 0 1 .14-.51\" class=\"icon-dark\"/>"
|
|
968
1211
|
}
|
|
969
1212
|
}, ["16", "24"], "object-box")); };
|
|
970
1213
|
var IconObjectBriefcase = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
971
1214
|
"16": {
|
|
972
|
-
"body": "<path fill
|
|
1215
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M2.5 14A1.5 1.5 0 0 1 1 12.5V7l7 3 7-3v5.5a1.5 1.5 0 0 1-1.5 1.5z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"#d0d2e0\" d=\"M9 9.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 4H5m6 0V2.5A1.5 1.5 0 0 0 9.5 1h-3A1.5 1.5 0 0 0 5 2.5V4m6 0h2.5A1.5 1.5 0 0 1 15 5.5V7M5 4H2.5A1.5 1.5 0 0 0 1 5.5V7m0 0v5.5A1.5 1.5 0 0 0 2.5 14h11a1.5 1.5 0 0 0 1.5-1.5V7M1 7l7 3 7-3M9 9.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\" class=\"icon-dark\"/>"
|
|
973
1216
|
}
|
|
974
1217
|
}, ["16"], "object-briefcase")); };
|
|
975
1218
|
var IconObjectBugLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
976
1219
|
"16": {
|
|
977
|
-
"body": "<path fill
|
|
1220
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M6 6a2 2 0 0 0-2 2v4s1 3 4 3 4-3 4-3V8a2 2 0 0 0-2-2z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"#d0d2e0\" d=\"M6 6h4q.26 0 .5.063V3.5a2.5 2.5 0 0 0-5 0v2.563Q5.74 6.001 6 6\" class=\"icon-light\"/><path stroke=\"#1b1e2e\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 12s-1 3-4 3-4-3-4-3m8 0v-2m0 2a3 3 0 0 1 3 3M4 12v-2m0 2a3 3 0 0 0-3 3m11-5h3m-3 0V8m-8 2H1m3 0V8m8 0a2 2 0 0 0-2-2m2 2a3 3 0 0 0 3-3M4 8a3 3 0 0 1-3-3m3 3a2 2 0 0 1 2-2m4 0H6m4 0q.26 0 .5.063V3.5a2.5 2.5 0 0 0-5 0v2.563Q5.74 6.001 6 6\" class=\"icon-dark\"/>"
|
|
978
1221
|
}
|
|
979
1222
|
}, ["16"], "object-bug-large")); };
|
|
980
1223
|
var IconObjectBugSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
981
1224
|
"16": {
|
|
982
|
-
"body": "<path fill
|
|
1225
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M6 7H5v4s1 2 3 2 3-2 3-2V7H6\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"#d0d2e0\" d=\"M6 5v2h4V5a2 2 0 1 0-4 0\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M13 10a1 1 0 1 0 0-2zM3 8a1 1 0 0 0 0 2zm11-3a1 1 0 1 0-2 0zM4 5a1 1 0 0 0-2 0zm8 8a1 1 0 1 0 2 0zM2 13a1 1 0 1 0 2 0zm3-5h1V6H5zm2-1V5H5v2zM6 8h4V6H6zm4 0h1V6h-1zM9 5v2h2V5zm1 2v2h2V7zm1 3h2V8h-2zM6 9V7H4v2zM5 8H3v2h2zm5 1v2h2V9zm1 2-.894-.448v-.002l.002-.001v-.002l-.002.005a2 2 0 0 1-.126.206 3.6 3.6 0 0 1-.437.535C9.152 11.683 8.64 12 8 12v2c1.359 0 2.348-.684 2.957-1.293a5.6 5.6 0 0 0 .914-1.214l.015-.029.005-.01.002-.004v-.001l.001-.001zm-5 0V9H4v2zm2 1c-.641 0-1.152-.316-1.543-.707a3.6 3.6 0 0 1-.563-.741l-.002-.005v.002l.001.001v.002h.001L5 11l-.894.448.001.002.002.004.005.01a2 2 0 0 0 .065.118 5.555 5.555 0 0 0 .864 1.125C5.652 13.317 6.64 14 8 14zm0-8a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3zM7 5a1 1 0 0 1 1-1V2a3 3 0 0 0-3 3zm5 0a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zM5 6a1 1 0 0 1-1-1H2a3 3 0 0 0 3 3zm6 6a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3zm-7 1a1 1 0 0 1 1-1v-2a3 3 0 0 0-3 3z\" class=\"icon-dark\"/>"
|
|
983
1226
|
},
|
|
984
1227
|
"24": {
|
|
985
|
-
"body": "<path d=\"M15 10V7a3 3 0 1 0-6
|
|
1228
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M15 10V7a3 3 0 1 0-6 0v3zM15 10H9a3.16 3.16 0 0 0-2 2v4a4.564 4.564 0 0 0 4.014 3.89l.685.076q.301.034.602 0l.685-.076A4.564 4.564 0 0 0 17 16v-4a3.16 3.16 0 0 0-2-2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M17 12v2m0-2 .265-.088A4 4 0 0 0 20 8.117V7m-3 5v0a3.16 3.16 0 0 0-2-2v0m0 0V7a3 3 0 0 0-3-3v0a3 3 0 0 0-3 3v3m6 0H9m0 0v0a3.16 3.16 0 0 0-2 2v0m0 0v2m0-2-.265-.088A4 4 0 0 1 4 8.117V7m13 7h3m-3 0v2M7 14H4m3 0v2m10 0v0a4.564 4.564 0 0 1-4.014 3.89l-.685.076q-.301.034-.602 0l-.685-.076A4.564 4.564 0 0 1 7 16v0m10 0 .265.088A4 4 0 0 1 20 19.883V21M7 16l-.265.088A4 4 0 0 0 4 19.883V21\" class=\"icon-dark\"/>"
|
|
986
1229
|
}
|
|
987
1230
|
}, ["16", "24"], "object-bug-small")); };
|
|
988
1231
|
var IconObjectBug = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
989
1232
|
"24": {
|
|
990
|
-
"body": "<path d=\"M15 10V7a3 3 0 1 0-6
|
|
1233
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M15 10V7a3 3 0 1 0-6 0v3zM15 10H9a3.16 3.16 0 0 0-2 2v4a4.564 4.564 0 0 0 4.014 3.89l.685.076q.301.034.602 0l.685-.076A4.564 4.564 0 0 0 17 16v-4a3.16 3.16 0 0 0-2-2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M17 12v2m0-2 .265-.088A4 4 0 0 0 20 8.117V7m-3 5v0a3.16 3.16 0 0 0-2-2v0m0 0V7a3 3 0 0 0-3-3v0a3 3 0 0 0-3 3v3m6 0H9m0 0v0a3.16 3.16 0 0 0-2 2v0m0 0v2m0-2-.265-.088A4 4 0 0 1 4 8.117V7m13 7h3m-3 0v2M7 14H4m3 0v2m10 0v0a4.564 4.564 0 0 1-4.014 3.89l-.685.076q-.301.034-.602 0l-.685-.076A4.564 4.564 0 0 1 7 16v0m10 0 .265.088A4 4 0 0 1 20 19.883V21M7 16l-.265.088A4 4 0 0 0 4 19.883V21\" class=\"icon-dark\"/>"
|
|
991
1234
|
}
|
|
992
1235
|
}, ["24"], "object-bug")); };
|
|
993
1236
|
var IconObjectChainLinkAdded = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
994
1237
|
"16": {
|
|
995
|
-
"body": "<path d=\"M10 4h1a4 4 0 0 1 4 4v0M6 4H5a4 4 0 0 0-4 4v0a4 4 0 0 0 4 4h2M5 8h6\"
|
|
1238
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M10 4h1a4 4 0 0 1 4 4v0M6 4H5a4 4 0 0 0-4 4v0a4 4 0 0 0 4 4h2M5 8h6\" class=\"icon-dark\"/><path stroke=\"#5a5f7a\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M13 13v-2m0 2v2m0-2h2m-2 0h-2\" class=\"icon-dark-secondary\"/>"
|
|
996
1239
|
}
|
|
997
1240
|
}, ["16"], "object-chain-link-added")); };
|
|
998
1241
|
var IconObjectChainLinkTested = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
999
1242
|
"16": {
|
|
1000
|
-
"body": "<path d=\"M10 4h1a4 4 0 0 1 4 4v0M6 4H5a4 4 0 0 0-4 4v0a4 4 0 0 0 4 4h2M5 8h6\" stroke=\"
|
|
1243
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M10 4h1a4 4 0 0 1 4 4v0M6 4H5a4 4 0 0 0-4 4v0a4 4 0 0 0 4 4h2M5 8h6\" class=\"icon-dark\"/><path stroke=\"#1fa971\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 13 1.5 2 3.5-4\" class=\"icon-dark-secondary\"/>"
|
|
1001
1244
|
}
|
|
1002
1245
|
}, ["16"], "object-chain-link-tested")); };
|
|
1003
1246
|
var IconObjectChainLinkUntested = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1004
1247
|
"16": {
|
|
1005
|
-
"body": "<path d=\"M11 13a5 5 0 0 0 2.161-9.51.
|
|
1248
|
+
"body": "<path fill=\"currentColor\" d=\"M11 13a5 5 0 0 0 2.161-9.51.1.1 0 0 0-.13.045l-.807 1.61a.103.103 0 0 0 .05.138A3 3 0 0 1 11 11h-1a1 1 0 1 0 0 2zM2 8a3 3 0 0 1 3-3h1a1 1 0 0 0 0-2H5a5 5 0 0 0-2.159 9.511.1.1 0 0 0 .131-.045l.8-1.612a.103.103 0 0 0-.05-.139A3 3 0 0 1 2 8\" class=\"icon-dark\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.5 7a1 1 0 0 0 0 2h.203L5.7 7zm5.8 2h1.2a1 1 0 1 0 0-2h-.21z\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path stroke=\"#e45770\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"m5 14 6-12\" class=\"icon-dark-secondary\"/>"
|
|
1006
1249
|
},
|
|
1007
1250
|
"48": {
|
|
1008
|
-
"body": "<path d=\"M33 13v0c6.075 0 11 4.925 11 11v0c0 6.075-4.925 11-11 11h-9m0-22h-9C8.925 13 4 17.925 4 24v0c0 6.075 4.925 11 11 11v0m0-11h6m12 0h-6\"
|
|
1251
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M33 13v0c6.075 0 11 4.925 11 11v0c0 6.075-4.925 11-11 11h-9m0-22h-9C8.925 13 4 17.925 4 24v0c0 6.075 4.925 11 11 11v0m0-11h6m12 0h-6\" class=\"icon-dark\"/><path stroke=\"#e45770\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M17 40 31 8\" class=\"icon-dark-secondary\"/>"
|
|
1009
1252
|
}
|
|
1010
1253
|
}, ["16", "48"], "object-chain-link-untested")); };
|
|
1011
1254
|
var IconObjectChainLink = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1012
1255
|
"12": {
|
|
1013
|
-
"body": "<path d=\"M7.429 3H8a3 3 0 0 1 3 3v0a3 3 0 0 1-3 3h-.571M4.57 3H4a3 3 0 0 0-3 3v0a3 3 0 0 0 3 3h.571m-.714-3h4.286\"
|
|
1256
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M7.429 3H8a3 3 0 0 1 3 3v0a3 3 0 0 1-3 3h-.571M4.57 3H4a3 3 0 0 0-3 3v0a3 3 0 0 0 3 3h.571m-.714-3h4.286\" class=\"icon-dark\"/>"
|
|
1014
1257
|
},
|
|
1015
1258
|
"16": {
|
|
1016
|
-
"body": "<path d=\"M10 3a1 1 0 1 0 0
|
|
1259
|
+
"body": "<path fill=\"currentColor\" d=\"M10 3a1 1 0 1 0 0 2zm0 8a1 1 0 1 0 0 2zM6 5a1 1 0 0 0 0-2zm0 8a1 1 0 1 0 0-2zM5 7a1 1 0 0 0 0 2zm6 2a1 1 0 1 0 0-2zm-1-4h1V3h-1zm1 6h-1v2h1zM5 5h1V3H5zm1 6H5v2h1zM5 9h6V7H5zM2 8a3 3 0 0 1 3-3V3a5 5 0 0 0-5 5zM0 8a5 5 0 0 0 5 5v-2a3 3 0 0 1-3-3zm14 0a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5zm2 0a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3z\" class=\"icon-dark\"/>"
|
|
1017
1260
|
}
|
|
1018
1261
|
}, ["12", "16"], "object-chain-link")); };
|
|
1262
|
+
var IconObjectCoinPending = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1263
|
+
"48": {
|
|
1264
|
+
"body": "<path fill=\"currentColor\" d=\"M14 26.197C8.022 25.16 4 23.221 4 21v7.75c0 1.943 4.022 3.64 10 4.548zM24 27c-3.643 0-7.058-.292-10-.803v7.1c2.942.447 6.357.703 10 .703zM34 26.197c-2.942.51-6.357.803-10 .803v7c3.643 0 7.058-.256 10-.702zM44 21c0 2.22-4.022 4.16-10 5.197v7.1c5.978-.907 10-2.604 10-4.547z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M44 21c0 3.314-8.954 6-20 6m20-6c0-3.314-8.954-6-20-6S4 17.686 4 21m40 0v7.75c0 1.943-4.022 3.64-10 4.548M44 21c0 2.22-4.022 4.16-10 5.197M24 27c-11.046 0-20-2.686-20-6m20 6v7m0-7c-3.643 0-7.058-.292-10-.803M24 27c3.643 0 7.058-.292 10-.803M4 21v7.75c0 1.943 4.022 3.64 10 4.548M4 21c0 2.22 4.022 4.16 10 5.197M24 34c3.643 0 7.058-.256 10-.702M24 34c-3.643 0-7.058-.256-10-.702m20 0v-7.1m-20 7.1v-7.1\" class=\"icon-dark\"/><circle cx=\"36\" cy=\"36\" r=\"8\" fill=\"#fff\"/><circle cx=\"36\" cy=\"36\" r=\"6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-light-secondary\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M42 36a6 6 0 0 0-6-6\" class=\"icon-dark-secondary\"/>"
|
|
1265
|
+
}
|
|
1266
|
+
}, ["48"], "object-coin-pending")); };
|
|
1267
|
+
var IconObjectCoinSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1268
|
+
"16": {
|
|
1269
|
+
"body": "<ellipse cx=\"8\" cy=\"6\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" class=\"icon-light\" rx=\"7\" ry=\"2\"/><path fill=\"currentColor\" d=\"M8 3c1.999 0 3.846.23 5.225.624.682.195 1.307.446 1.785.769.442.299.99.823.99 1.607v4c0 .525-.254.94-.534 1.23-.276.284-.63.507-.995.684-.734.356-1.713.624-2.808.805-1.089.18-2.34.281-3.663.281a23 23 0 0 1-3.663-.281c-1.095-.181-2.074-.45-2.808-.805-.365-.177-.719-.4-.995-.684C.254 10.94 0 10.525 0 10V6c0-.784.548-1.308.99-1.607.478-.323 1.103-.574 1.785-.769C4.155 3.23 6.001 3 8 3m-2.5 7.861c.473.055.976.094 1.5.116v-2a23 23 0 0 1-1.5-.106zm5-1.99q-.724.075-1.5.107v2a21 21 0 0 0 1.5-.117zM2 9.864c.065.058.189.147.401.25.28.136.65.266 1.099.385V8.555a13 13 0 0 1-.725-.179A9 9 0 0 1 2 8.117zm12-1.747a9 9 0 0 1-.775.259q-.345.096-.725.179v1.944q.677-.18 1.099-.385c.212-.103.336-.192.401-.25zM8 5c-1.867 0-3.52.217-4.675.547-.52.148-.892.31-1.13.453.238.143.61.305 1.13.453C4.48 6.783 6.133 7 8 7s3.52-.217 4.675-.547c.519-.148.89-.31 1.13-.453-.24-.143-.611-.305-1.13-.453C11.52 5.217 9.867 5 8 5\" class=\"icon-dark\"/>"
|
|
1270
|
+
}
|
|
1271
|
+
}, ["16"], "object-coin-small")); };
|
|
1272
|
+
var IconObjectCoinSuccess = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1273
|
+
"48": {
|
|
1274
|
+
"body": "<path fill=\"currentColor\" d=\"M14 26.197C8.022 25.16 4 23.221 4 21v7.75c0 1.943 4.022 3.64 10 4.548zM24 27c-3.643 0-7.058-.292-10-.803v7.1c2.942.447 6.357.703 10 .703zM34 26.197c-2.942.51-6.357.803-10 .803v7c3.643 0 7.058-.256 10-.702zM44 21c0 2.22-4.022 4.16-10 5.197v7.1c5.978-.907 10-2.604 10-4.547z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M44 21c0 3.314-8.954 6-20 6m20-6c0-3.314-8.954-6-20-6S4 17.686 4 21m40 0v7.75c0 1.943-4.022 3.64-10 4.548M44 21c0 2.22-4.022 4.16-10 5.197M24 27c-11.046 0-20-2.686-20-6m20 6v7m0-7c-3.643 0-7.058-.292-10-.803M24 27c3.643 0 7.058-.292 10-.803M4 21v7.75c0 1.943 4.022 3.64 10 4.548M4 21c0 2.22 4.022 4.16 10 5.197M24 34c3.643 0 7.058-.256 10-.702M24 34c-3.643 0-7.058-.256-10-.702m20 0v-7.1m-20 7.1v-7.1\" class=\"icon-dark\"/><circle cx=\"36\" cy=\"36\" r=\"8\" fill=\"#fff\"/><path fill=\"#a3e7cb\" d=\"M42 36a6 6 0 1 0-12 0 6 6 0 0 0 12 0\"/><path fill=\"#00814d\" d=\"M34.707 35.793a1 1 0 0 0-1.414 1.414L34 36.5zM35.5 38l-.707.707a1 1 0 0 0 1.52-.126zm3.314-2.919a1 1 0 1 0-1.628-1.162L38 34.5zM42 36h1a7 7 0 0 0-7-7v2a5 5 0 0 1 5 5zm-6-6v-1a7 7 0 0 0-7 7h2a5 5 0 0 1 5-5zm-6 6h-1a7 7 0 0 0 7 7v-2a5 5 0 0 1-5-5zm6 6v1a7 7 0 0 0 7-7h-2a5 5 0 0 1-5 5zm-2-5.5-.707.707 1.5 1.5L35.5 38l.707-.707-1.5-1.5zm1.5 1.5.814.581 2.5-3.5L38 34.5l-.814-.581-2.5 3.5z\"/>"
|
|
1275
|
+
}
|
|
1276
|
+
}, ["48"], "object-coin-success")); };
|
|
1019
1277
|
var IconObjectElementAdded = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1020
1278
|
"16": {
|
|
1021
|
-
"body": "<path d=\"M14 5V2.5a.5.5 0 0 0-.5-.5H11M5 14H2.5a.5.5 0 0 1-.5-.5V11m3-9H2.5a.5.5 0 0 0-.5.5V5m12 6v2.5a.5.5 0 0 1-.5.5H11M8 8V6m0 2v2m0-2H6m2 0h2\"
|
|
1279
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M14 5V2.5a.5.5 0 0 0-.5-.5H11M5 14H2.5a.5.5 0 0 1-.5-.5V11m3-9H2.5a.5.5 0 0 0-.5.5V5m12 6v2.5a.5.5 0 0 1-.5.5H11M8 8V6m0 2v2m0-2H6m2 0h2\" class=\"icon-dark\"/>"
|
|
1022
1280
|
}
|
|
1023
1281
|
}, ["16"], "object-element-added")); };
|
|
1024
1282
|
var IconObjectElement = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1025
1283
|
"12": {
|
|
1026
|
-
"body": "<path d=\"M10 4V2.5a.5.5 0 0 0-.5-.5H8m-4 8H2.5a.5.5 0 0 1-.5-.5V8m2-6H2.5a.5.5 0 0 0-.5.5V4m6 6h1.5a.5.5 0 0 0 .5-.5V8\"
|
|
1284
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M10 4V2.5a.5.5 0 0 0-.5-.5H8m-4 8H2.5a.5.5 0 0 1-.5-.5V8m2-6H2.5a.5.5 0 0 0-.5.5V4m6 6h1.5a.5.5 0 0 0 .5-.5V8\" class=\"icon-dark\"/>"
|
|
1027
1285
|
},
|
|
1028
1286
|
"16": {
|
|
1029
|
-
"body": "<path d=\"M14 4V2.5a.5.5 0 0 0-.5-.5H12M4 14H2.5a.5.5 0 0 1-.5-.5V12M4 2H2.5a.5.5 0 0 0-.5.5V4m5-2h2M2 7v2m12 0V7m0 5v1.5a.5.5 0 0 1-.5.5H12m-3 0H7\"
|
|
1287
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M14 4V2.5a.5.5 0 0 0-.5-.5H12M4 14H2.5a.5.5 0 0 1-.5-.5V12M4 2H2.5a.5.5 0 0 0-.5.5V4m5-2h2M2 7v2m12 0V7m0 5v1.5a.5.5 0 0 1-.5.5H12m-3 0H7\" class=\"icon-dark\"/>"
|
|
1030
1288
|
},
|
|
1031
1289
|
"24": {
|
|
1032
|
-
"body": "<path d=\"M21 5V3.5a.5.5 0 0 0-.5-.5H19M5 21H3.5a.5.5 0 0 1-.5-.5V19M5 3H3.5a.5.5 0 0 0-.5.5V5m6-2h1M3 9v1m18 0V9m0 10v1.5a.5.5 0 0 1-.5.5H19m-9 0H9m5-18h1m-1 18h1M3 14v1m18-1v1\"
|
|
1290
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M21 5V3.5a.5.5 0 0 0-.5-.5H19M5 21H3.5a.5.5 0 0 1-.5-.5V19M5 3H3.5a.5.5 0 0 0-.5.5V5m6-2h1M3 9v1m18 0V9m0 10v1.5a.5.5 0 0 1-.5.5H19m-9 0H9m5-18h1m-1 18h1M3 14v1m18-1v1\" class=\"icon-dark\"/>"
|
|
1033
1291
|
}
|
|
1034
1292
|
}, ["12", "16", "24"], "object-element")); };
|
|
1035
1293
|
var IconObjectErroredElement = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1036
1294
|
"12": {
|
|
1037
|
-
"body": "<path fill
|
|
1295
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1 2.5A1.5 1.5 0 0 1 2.5 1H4a1 1 0 0 1 0 2H3v1a1 1 0 0 1-2 0zM7 2a1 1 0 0 1 1-1h1.5A1.5 1.5 0 0 1 11 2.5V4a1 1 0 1 1-2 0V3H8a1 1 0 0 1-1-1M2 7a1 1 0 0 1 1 1v1h1a1 1 0 0 1 0 2H2.5A1.5 1.5 0 0 1 1 9.5V8a1 1 0 0 1 1-1\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M9 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
1038
1296
|
},
|
|
1039
1297
|
"16": {
|
|
1040
|
-
"body": "<path fill
|
|
1298
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1 2.5A1.5 1.5 0 0 1 2.5 1H4a1 1 0 0 1 0 2H3v1a1 1 0 0 1-2 0zM6 2a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H7a1 1 0 0 1-1-1m5 0a1 1 0 0 1 1-1h1.5A1.5 1.5 0 0 1 15 2.5V4a1 1 0 1 1-2 0V3h-1a1 1 0 0 1-1-1M2 6a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V7a1 1 0 0 1 1-1m0 5a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2H2.5A1.5 1.5 0 0 1 1 13.5V12a1 1 0 0 1 1-1\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M15 11a4 4 0 1 0-8 0 4 4 0 0 0 8 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M11 9.8v2.4m4-1.2a4 4 0 1 0-8 0 4 4 0 0 0 8 0Z\" class=\"icon-dark\"/>"
|
|
1041
1299
|
}
|
|
1042
1300
|
}, ["12", "16"], "object-errored-element")); };
|
|
1043
1301
|
var IconObjectFolderDarkSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1044
1302
|
"16": {
|
|
1045
|
-
"body": "<path d=\"M12.5 12a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-4L7.146 6.354a.5.5 0 0 1-.353.146H3v5a.5.5 0 0 0 .5.
|
|
1303
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M12.5 12a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-4L7.146 6.354a.5.5 0 0 1-.353.146H3v5a.5.5 0 0 0 .5.5z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8.5 5 7.146 3.646a.5.5 0 0 0-.353-.146H3.5A.5.5 0 0 0 3 4v2.5M8.5 5h4a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-5M8.5 5 7.146 6.354a.5.5 0 0 1-.353.146H3\" class=\"icon-dark\"/>"
|
|
1046
1304
|
}
|
|
1047
1305
|
}, ["16"], "object-folder-dark-small")); };
|
|
1048
1306
|
var IconObjectFolderDark = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1049
1307
|
"16": {
|
|
1050
|
-
"body": "<path d=\"M14 13a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H9L7.293 4.707A1 1 0 0 1 6.586 5H1v7a1 1 0 0 0 1
|
|
1308
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M14 13a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H9L7.293 4.707A1 1 0 0 1 6.586 5H1v7a1 1 0 0 0 1 1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 3 7.293 1.293A1 1 0 0 0 6.586 1H2a1 1 0 0 0-1 1v3m8-2h5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V5m8-2L7.293 4.707A1 1 0 0 1 6.586 5H1\" class=\"icon-dark\"/>"
|
|
1051
1309
|
}
|
|
1052
1310
|
}, ["16"], "object-folder-dark")); };
|
|
1053
1311
|
var IconObjectFolderLight = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1054
1312
|
"16": {
|
|
1055
|
-
"body": "<path fill
|
|
1313
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M7.293 2.293A1 1 0 0 0 6.586 2H2a1 1 0 0 0-1 1v3h5.586a1 1 0 0 0 .707-.293L9 4z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 4 7.293 2.293A1 1 0 0 0 6.586 2H2a1 1 0 0 0-1 1v3m8-2h5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6m8-2L7.293 5.707A1 1 0 0 1 6.586 6H1\" class=\"icon-dark\"/>"
|
|
1056
1314
|
},
|
|
1057
1315
|
"24": {
|
|
1058
|
-
"body": "<path fill
|
|
1316
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M10.293 4.293A1 1 0 0 0 9.586 4H4a1 1 0 0 0-1 1v3h6.586a1 1 0 0 0 .707-.293L12 6z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 6-1.707-1.707A1 1 0 0 0 9.586 4H4a1 1 0 0 0-1 1v3m9-2h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8m9-2-1.707 1.707A1 1 0 0 1 9.586 8H3\" class=\"icon-dark\"/>"
|
|
1059
1317
|
}
|
|
1060
1318
|
}, ["16", "24"], "object-folder-light")); };
|
|
1061
1319
|
var IconObjectGear$1 = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1062
1320
|
"16": {
|
|
1063
|
-
"body": "<path fill
|
|
1321
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M6.5 1h3a.5.5 0 0 1 .5.5v1.375a5.5 5.5 0 0 1 1.437.831l1.192-.688a.5.5 0 0 1 .683.183l1.5 2.598a.5.5 0 0 1-.183.683l-1.191.688a5.5 5.5 0 0 1 0 1.66l1.191.688a.5.5 0 0 1 .183.683l-1.5 2.598a.5.5 0 0 1-.683.183l-1.192-.688c-.43.345-.914.627-1.437.831V14.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1.375a5.5 5.5 0 0 1-1.437-.831l-1.192.688a.5.5 0 0 1-.683-.183l-1.5-2.598a.5.5 0 0 1 .183-.683l1.191-.688a5.5 5.5 0 0 1 0-1.66l-1.191-.688a.5.5 0 0 1-.183-.683l1.5-2.598a.5.5 0 0 1 .683-.183l1.192.688c.43-.345.914-.627 1.437-.831V1.5a.5.5 0 0 1 .5-.5M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"m13.312 3.201-.866.5zm1.5 2.598.866-.5zm-12.124 7-.866.5zm-1.5-2.598.866-.5zm0-4.402.866.5zm1.5-2.598.866.5zm12.124 7 .866.5zm-1.5 2.598-.866-.5zM6 2.875l.364.931A1 1 0 0 0 7 2.875zm-1.437.831-.5.866a1 1 0 0 0 1.125-.086zM3.37 3.018l-.5.866zM2.562 7.17l.989.15a1 1 0 0 0-.489-1.016zm-1.191-.688.5-.866zM2.562 8.83l.5.866a1 1 0 0 0 .489-1.016zm-1.191.688.5.866zm3.192 2.776.625-.78a1 1 0 0 0-1.125-.086zm-1.192.688.5.866zM6 13.125h1a1 1 0 0 0-.636-.931zm4 0-.364-.931a1 1 0 0 0-.636.931zm1.437-.831.5-.866a1 1 0 0 0-1.125.086zm1.192.688-.5.866zm.809-4.152-.989-.15a1 1 0 0 0 .489 1.016zm1.191.688.5-.866zm0-3.036-.5-.866zm-1.191.688-.5-.866a1 1 0 0 0-.489 1.016zm-2-3.464-.626.78a1 1 0 0 0 1.125.086zm1.191-.688-.5-.866zM10 2.875H9a1 1 0 0 0 .636.931zM6.5 2h3V0h-3zm3 12h-3v2h3zm2.946-10.299 1.5 2.598 1.732-1-1.5-2.598zm-8.892 8.598-1.5-2.598-1.732 1 1.5 2.598zm-1.5-6 1.5-2.598-1.732-1-1.5 2.598zm11.892 3.402-1.5 2.598 1.732 1 1.5-2.598zM7 2.875V1.5H5v1.375zM5.188 4.486a4.5 4.5 0 0 1 1.176-.68l-.728-1.863a6.5 6.5 0 0 0-1.699.983zm-2.317-.602 1.192.688 1-1.732-1.192-.688zM3.5 8q0-.349.051-.68l-1.978-.3Q1.5 7.501 1.5 8zm-.438-1.696-1.191-.688-1 1.732 1.191.688zm.489 2.376A4.5 4.5 0 0 1 3.5 8h-2q0 .499.073.98zm-1.68 1.704 1.191-.688-1-1.732-1.191.688zm2.192 1.044-1.192.688 1 1.732 1.192-.688zm2.3.766a4.5 4.5 0 0 1-1.175-.68l-1.25 1.56c.508.408 1.08.741 1.698.982zM7 14.5v-1.375H5V14.5zm2-1.375V14.5h2v-1.375zm1.812-1.611a4.5 4.5 0 0 1-1.176.68l.728 1.862a6.5 6.5 0 0 0 1.699-.982zm2.317.602-1.192-.688-1 1.732 1.192.688zM12.5 8q0 .349-.051.68l1.978.3q.073-.481.073-.98zm.438 1.696 1.191.688 1-1.732-1.191-.688zm1.191-4.08-1.191.688 1 1.732 1.191-.688zM12.45 7.32q.051.331.051.68h2q0-.499-.073-.98zm-.512-2.748 1.192-.688-1-1.732-1.192.688zm-2.3-.766c.426.167.822.398 1.175.68l1.25-1.56a6.5 6.5 0 0 0-1.698-.983zM9 1.5v1.375h2V1.5zm3.446 10.799a.5.5 0 0 1 .683-.183l-1 1.732a1.5 1.5 0 0 0 2.05-.549zm3.232-1.598a1.5 1.5 0 0 0-.549-2.05l-1 1.733a.5.5 0 0 1-.183-.683zm-12.124-7a.5.5 0 0 1-.683.183l1-1.732a1.5 1.5 0 0 0-2.05.549zM.322 5.299a1.5 1.5 0 0 0 .549 2.05l1-1.733a.5.5 0 0 1 .183.683zm1.732 4.402a.5.5 0 0 1-.183.683l-1-1.732A1.5 1.5 0 0 0 .32 10.7zm-.232 3.598a1.5 1.5 0 0 0 2.049.55l-1-1.733a.5.5 0 0 1 .683.183zm12.124-7a.5.5 0 0 1 .183-.683l1 1.732a1.5 1.5 0 0 0 .55-2.049zm.232-3.598a1.5 1.5 0 0 0-2.049-.55l1 1.733a.5.5 0 0 1-.683-.183zM6.5 14a.5.5 0 0 1 .5.5H5A1.5 1.5 0 0 0 6.5 16zm3 2a1.5 1.5 0 0 0 1.5-1.5H9a.5.5 0 0 1 .5-.5zm0-14a.5.5 0 0 1-.5-.5h2A1.5 1.5 0 0 0 9.5 0zm-3-2A1.5 1.5 0 0 0 5 1.5h2a.5.5 0 0 1-.5.5zM9 8a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zM8 9a1 1 0 0 1-1-1H5a3 3 0 0 0 3 3zM7 8a1 1 0 0 1 1-1V5a3 3 0 0 0-3 3zm1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3z\" class=\"icon-dark\"/>"
|
|
1064
1322
|
},
|
|
1065
1323
|
"24": {
|
|
1066
|
-
"body": "<path fill-rule=\"evenodd\"
|
|
1324
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M9.794 3.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1.417c0 .221.146.414.355.489.804.287 1.54.717 2.177 1.259a.52.52 0 0 0 .6.062l1.23-.71a.5.5 0 0 1 .683.184l1.5 2.598a.5.5 0 0 1-.184.683l-1.227.709a.52.52 0 0 0-.247.55 7 7 0 0 1 0 2.518c-.04.217.055.44.247.55l1.227.709a.5.5 0 0 1 .183.683l-1.5 2.598a.5.5 0 0 1-.683.183l-1.229-.71a.52.52 0 0 0-.6.063 7 7 0 0 1-2.177 1.26.525.525 0 0 0-.355.488V20.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1.417a.525.525 0 0 0-.354-.489 7 7 0 0 1-2.178-1.259.52.52 0 0 0-.6-.062l-1.229.71a.5.5 0 0 1-.683-.184l-1.5-2.598a.5.5 0 0 1 .183-.683l1.228-.709a.52.52 0 0 0 .246-.55 7 7 0 0 1 0-2.517.52.52 0 0 0-.246-.551l-1.228-.709a.5.5 0 0 1-.183-.683l1.5-2.598a.5.5 0 0 1 .683-.183l1.229.71c.191.11.432.08.6-.063a7 7 0 0 1 2.178-1.26.525.525 0 0 0 .354-.488zm2 11.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z\" class=\"icon-dark-stroke icon-light-fill\" clip-rule=\"evenodd\"/>"
|
|
1067
1325
|
}
|
|
1068
1326
|
}, ["16", "24"], "object-gear")); };
|
|
1069
1327
|
var IconObjectGraduationCap = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1070
1328
|
"16": {
|
|
1071
|
-
"body": "<path d=\"m8 3 7 3-2 .857V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857L1
|
|
1329
|
+
"body": "<path fill=\"#d0d2e0\" d=\"m8 3 7 3-2 .857V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857L1 6z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 6.857 15 6 8 3 1 6l2 .857m10 0V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857m10 0L8 9 3 6.857\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.5 6v3\" class=\"icon-dark\"/>"
|
|
1072
1330
|
}
|
|
1073
1331
|
}, ["16"], "object-graduation-cap")); };
|
|
1074
1332
|
var IconObjectIgnoredElement = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1075
1333
|
"12": {
|
|
1076
|
-
"body": "<path d=\"M10 3v-.5a.5.5 0 0 0-.5-.5H8m-4 8H2.5a.5.5 0 0 1-.5-.5V8m2-6H2.5a.5.5 0 0 0-.5.5V4\"
|
|
1334
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M10 3v-.5a.5.5 0 0 0-.5-.5H8m-4 8H2.5a.5.5 0 0 1-.5-.5V8m2-6H2.5a.5.5 0 0 0-.5.5V4\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M11 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"1.5\" d=\"m7.75 10.25 2.5-2.5M11 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\" class=\"icon-dark\"/>"
|
|
1077
1335
|
},
|
|
1078
1336
|
"16": {
|
|
1079
|
-
"body": "<path fill
|
|
1337
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1 2.5A1.5 1.5 0 0 1 2.5 1H4a1 1 0 0 1 0 2H3v1a1 1 0 0 1-2 0zM6 2a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H7a1 1 0 0 1-1-1m5 0a1 1 0 0 1 1-1h1.5A1.5 1.5 0 0 1 15 2.5V4a1 1 0 1 1-2 0V3h-1a1 1 0 0 1-1-1M2 6a1 1 0 0 1 1 1v2a1 1 0 0 1-2 0V7a1 1 0 0 1 1-1m0 5a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2H2.5A1.5 1.5 0 0 1 1 13.5V12a1 1 0 0 1 1-1\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"m10.125 13.875 3.75-3.75M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\" class=\"icon-dark\"/>"
|
|
1080
1338
|
}
|
|
1081
1339
|
}, ["12", "16"], "object-ignored-element")); };
|
|
1082
1340
|
var IconObjectInteractivityOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1083
1341
|
"16": {
|
|
1084
|
-
"body": "<path d=\"M14.971 6.994 5.015 5.002a.01.01 0 0 0-.012.012l1.991 9.957a.01.01 0 0 0 .019.002l1.98-3.961a.01.01 0 0 1 .017-.003l2.983 2.983a.01.01 0 0 0 .014 0l1.986-1.986a.01.01 0 0 0 0-.014L11.01 9.01a.01.01 0 0 1 .002-.016l3.962-1.98a.01.01 0 0 0-.003-.02Z\"
|
|
1342
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M14.971 6.994 5.015 5.002a.01.01 0 0 0-.012.012l1.991 9.957a.01.01 0 0 0 .019.002l1.98-3.961a.01.01 0 0 1 .017-.003l2.983 2.983a.01.01 0 0 0 .014 0l1.986-1.986a.01.01 0 0 0 0-.014L11.01 9.01a.01.01 0 0 1 .002-.016l3.962-1.98a.01.01 0 0 0-.003-.02Z\" class=\"icon-dark-stroke icon-light-fill\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7 0a1 1 0 0 1 1 1v1a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1m5.707 2.706L12 3.413A1 1 0 1 1 10.586 2l.707-.707a1 1 0 1 1 1.414 1.414m-10-1.414a1 1 0 0 0-1.414 1.414L2 3.413A1 1 0 1 0 3.414 2zm0 11.122.707-.708A1 1 0 0 0 2 10.292L1.293 11a1 1 0 1 0 1.414 1.415M1 5.998a1 1 0 1 0 0 2h1a1 1 0 0 0 0-2z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1085
1343
|
},
|
|
1086
1344
|
"24": {
|
|
1087
|
-
"body": "<path d=\"M22.428 10.885 8.294 8.058a.2.2 0 0 0-.235.235l2.827 14.134a.2.2 0 0 0 .375.05l2.615-5.23a.2.2 0 0 1 .32-.052l4.163 4.163a.2.2 0 0 0 .282 0l2.718-2.718a.2.2 0 0 0 0-.282l-4.163-4.163a.2.2 0 0 1 .052-.32l5.23-2.615a.2.2 0 0 0-.05-.375Z\"
|
|
1345
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M22.428 10.885 8.294 8.058a.2.2 0 0 0-.235.235l2.827 14.134a.2.2 0 0 0 .375.05l2.615-5.23a.2.2 0 0 1 .32-.052l4.163 4.163a.2.2 0 0 0 .282 0l2.718-2.718a.2.2 0 0 0 0-.282l-4.163-4.163a.2.2 0 0 1 .052-.32l5.23-2.615a.2.2 0 0 0-.05-.375Z\" class=\"icon-dark-stroke icon-light-fill\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11 .999a1 1 0 0 1 1 1v1.5a1 1 0 1 1-2 0v-1.5a1 1 0 0 1 1-1m8.207 3.207-1.06 1.06a1 1 0 1 1-1.415-1.414l1.06-1.06a1 1 0 1 1 1.415 1.414m-13.5 13.5a1 1 0 1 0-1.414-1.414l-1.06 1.06a1 1 0 1 0 1.413 1.415zM2.793 2.792a1 1 0 0 1 1.414 0l1.06 1.06a1 1 0 0 1-1.413 1.415L2.793 4.206a1 1 0 0 1 0-1.414M2 9.999a1 1 0 1 0 0 2h1.5a1 1 0 1 0 0-2z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1088
1346
|
}
|
|
1089
1347
|
}, ["16", "24"], "object-interactivity-outline")); };
|
|
1090
1348
|
var IconObjectInteractivity = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1091
1349
|
"12": {
|
|
1092
|
-
"body": "<path fill
|
|
1350
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7 1a1 1 0 0 0-2 0v.5a1 1 0 0 0 2 0zm3.707 1.706a1 1 0 0 0-1.414-1.414l-.354.354a1 1 0 1 0 1.415 1.414zm-8 6.586a1 1 0 0 1 0 1.414l-.353.354A1 1 0 1 1 .939 9.646l.354-.354a1 1 0 0 1 1.414 0m0-8a1 1 0 0 0-1.414 1.414l.353.354a1 1 0 0 0 1.415-1.414zM0 6a1 1 0 0 1 1-1h.5a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1m4.294-1.94 7.134 1.426a.2.2 0 0 1 .05.375l-2.43 1.215a.2.2 0 0 0-.052.32l2.063 2.063a.2.2 0 0 1 0 .283L9.74 11.058a.2.2 0 0 1-.282 0L7.396 8.995a.2.2 0 0 0-.32.052l-1.215 2.43a.2.2 0 0 1-.375-.05L4.059 4.294a.2.2 0 0 1 .235-.235\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1093
1351
|
},
|
|
1094
1352
|
"16": {
|
|
1095
|
-
"body": "<path fill
|
|
1353
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M9 2a1 1 0 1 0-2 0v1a1 1 0 0 0 2 0zm4 2.413.707-.707a1 1 0 0 0-1.414-1.414L11.586 3A1 1 0 0 0 13 4.413m-8.293 8.293L4 13.414a1 1 0 0 1-1.414-1.415l.707-.707a1 1 0 1 1 1.414 1.414m-1-10.414a1 1 0 0 0-1.414 1.414L3 4.413A1 1 0 1 0 4.414 3zM1 8a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2H2a1 1 0 0 1-1-1m5.294-1.94 9.134 1.826a.2.2 0 0 1 .05.375l-3.23 1.615a.2.2 0 0 0-.052.32l2.663 2.663a.2.2 0 0 1 0 .283l-1.718 1.717a.2.2 0 0 1-.282 0l-2.663-2.663a.2.2 0 0 0-.32.053l-1.615 3.23a.2.2 0 0 1-.375-.05L6.059 6.293a.2.2 0 0 1 .235-.235\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1096
1354
|
},
|
|
1097
1355
|
"24": {
|
|
1098
|
-
"body": "<path fill
|
|
1356
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 1.999a1 1 0 1 0-2 0v1.5a1 1 0 1 0 2 0zm6.146 3.268 1.061-1.061a1 1 0 0 0-1.414-1.414l-1.06 1.06a1 1 0 0 0 1.413 1.415M5.707 16.292a1 1 0 0 1 0 1.414l-1.06 1.06a1 1 0 0 1-1.415-1.413l1.06-1.061a1 1 0 0 1 1.415 0m-1.5-13.5a1 1 0 0 0-1.414 1.414l1.06 1.06a1 1 0 0 0 1.415-1.414zM1 10.999a1 1 0 0 1 1-1h1.5a1 1 0 1 1 0 2H2a1 1 0 0 1-1-1m7.294-2.941 14.134 2.827a.2.2 0 0 1 .05.375l-5.23 2.615a.2.2 0 0 0-.052.32l4.163 4.163a.2.2 0 0 1 0 .282l-2.718 2.718a.2.2 0 0 1-.282 0l-4.163-4.163a.2.2 0 0 0-.32.052l-2.615 5.23a.2.2 0 0 1-.375-.05L8.059 8.293a.2.2 0 0 1 .235-.235\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1099
1357
|
}
|
|
1100
1358
|
}, ["12", "16", "24"], "object-interactivity")); };
|
|
1101
1359
|
var IconObjectLetter = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1102
1360
|
"16": {
|
|
1103
|
-
"body": "<path d=\"M14.5 3h-13a.
|
|
1361
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M14.5 3h-13a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14.842 3.135 8 9 1.158 3.135m13.684 0A.5.5 0 0 0 14.5 3h-13a.5.5 0 0 0-.342.135m13.684 0c.097.092.158.221.158.365v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9c0-.144.06-.273.158-.365\" class=\"icon-dark\"/>"
|
|
1104
1362
|
}
|
|
1105
1363
|
}, ["16"], "object-letter")); };
|
|
1106
1364
|
var IconObjectMagicWandDarkMode = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1107
1365
|
"16": {
|
|
1108
|
-
"body": "<path d=\"m5.5 3.5-2 2L6 8l2-
|
|
1366
|
+
"body": "<path fill=\"#d0d2e0\" d=\"m5.5 3.5-2 2L6 8l2-2z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"m5.5 3.5.707-.707a1 1 0 0 0-1.414 0zm8 8 .707.707a1 1 0 0 0 0-1.414zm-2 2-.707.707a1 1 0 0 0 1.414 0zm-8-8-.707-.707a1 1 0 0 0 0 1.414zm9.293 5.293-2 2 1.414 1.414 2-2zM4.207 6.207l2-2-1.414-1.414-2 2zm8 6.586-5.5-5.5-1.414 1.414 5.5 5.5zm-5.5-5.5-2.5-2.5-1.414 1.414 2.5 2.5zM4.793 4.207l2.5 2.5 1.414-1.414-2.5-2.5zm2.5 2.5 5.5 5.5 1.414-1.414-5.5-5.5zm-.586 2 2-2-1.414-1.414-2 2z\" class=\"icon-dark\"/><path stroke=\"#d0d2e0\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M5.5 1.5v-1m-5 5h1m1.172-2.828-.708-.708m0 7.072.708-.708m5.656-5.656.708-.708\" class=\"icon-light\"/>"
|
|
1109
1367
|
}
|
|
1110
1368
|
}, ["16"], "object-magic-wand-dark-mode")); };
|
|
1111
1369
|
var IconObjectMagnifyingGlass = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1112
1370
|
"16": {
|
|
1113
|
-
"body": "<path d=\"M12 7c0 1.38-.56 2.63-1.464 3.536A5 5 0 1 1 12
|
|
1371
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M12 7c0 1.38-.56 2.63-1.464 3.536A5 5 0 1 1 12 7\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.536 10.536a5 5 0 1 0-7.071-7.071 5 5 0 0 0 7.07 7.07m0 0L14 14\" class=\"icon-dark\"/>"
|
|
1114
1372
|
}
|
|
1115
1373
|
}, ["16"], "object-magnifying-glass")); };
|
|
1116
1374
|
var IconObjectOdometer = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1117
1375
|
"24": {
|
|
1118
|
-
"body": "<path fill
|
|
1376
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M2 13C2 7.477 6.477 3 12 3s10 4.477 10 10a9.99 9.99 0 0 1-4 8H6a9.99 9.99 0 0 1-4-8m10 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"m6 21-.6.8a1 1 0 0 0 .6.2zm12 0v1a1 1 0 0 0 .6-.2zm-6.707-8.707a1 1 0 0 0 1.414 1.414zm6.414-3.586a1 1 0 0 0-1.414-1.414zM3 13a9 9 0 0 1 9-9V2C5.925 2 1 6.925 1 13zm9-9a9 9 0 0 1 9 9h2c0-6.075-4.925-11-11-11zM6.6 20.2A8.99 8.99 0 0 1 3 13H1c0 3.6 1.73 6.795 4.4 8.8zM21 13a8.99 8.99 0 0 1-3.6 7.2l1.2 1.6c2.67-2.005 4.4-5.2 4.4-8.8zm-9 0v2a2 2 0 0 0 2-2zm0 0h-2a2 2 0 0 0 2 2zm0 0v-2a2 2 0 0 0-2 2zm-6 9h12v-2H6zm8-9c0-.552-.225-1.054-.586-1.415L12 13zm-.586-1.415A2 2 0 0 0 12 11v2zm-.707 2.122.707-.707L12 11.585l-.707.707zm.707-.707 4.293-4.293-1.414-1.414L12 11.585z\" class=\"icon-dark\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.68 8.094A8 8 0 0 1 7.094 6.68l.663.663a1 1 0 0 1-1.414 1.414zM4.062 14a8 8 0 0 1 0-2H5a1 1 0 1 1 0 2zm15.876-2a8 8 0 0 1 0 2H19a1 1 0 1 1 0-2zM13 5.062V6a1 1 0 1 1-2 0v-.938a8 8 0 0 1 2 0\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1119
1377
|
}
|
|
1120
1378
|
}, ["24"], "object-odometer")); };
|
|
1121
1379
|
var IconObjectPaperAirplane = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1122
1380
|
"16": {
|
|
1123
|
-
"body": "<path d=\"M15 8 1 1l2 7-2
|
|
1381
|
+
"body": "<path fill=\"transparent\" d=\"M15 8 1 1l2 7-2 7z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 8-2 7 14-7L1 1zm0 0h3\" class=\"icon-dark\"/>"
|
|
1124
1382
|
}
|
|
1125
1383
|
}, ["16"], "object-paper-airplane")); };
|
|
1126
1384
|
var IconObjectPinModern = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1127
1385
|
"12": {
|
|
1128
|
-
"body": "<path d=\"M9 5a3 3 0 1 1-6 0 3 3 0 0 1 6
|
|
1386
|
+
"body": "<path fill=\"#d9d9d9\" d=\"M9 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 0v3\" class=\"icon-dark\"/>"
|
|
1129
1387
|
},
|
|
1130
1388
|
"16": {
|
|
1131
|
-
"body": "<path d=\"M12 6a4 4 0 1 1-8 0 4 4 0 0 1 8
|
|
1389
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M12 6a4 4 0 1 1-8 0 4 4 0 0 1 8 0\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M7 14a1 1 0 1 0 2 0zm0-4v4h2v-4zm4-4a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5zM8 9a3 3 0 0 1-3-3H3a5 5 0 0 0 5 5zM5 6a3 3 0 0 1 3-3V1a5 5 0 0 0-5 5zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5z\" class=\"icon-dark\"/>"
|
|
1132
1390
|
}
|
|
1133
1391
|
}, ["12", "16"], "object-pin-modern")); };
|
|
1134
1392
|
var IconObjectRuler = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1135
1393
|
"16": {
|
|
1136
|
-
"body": "<path d=\"M5 11a.5.5 0 0 0-1
|
|
1394
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M5 11a.5.5 0 0 0-1 0zm-1 1a.5.5 0 0 0 1 0zm4-1a.5.5 0 0 0-1 0zm-1 1a.5.5 0 0 0 1 0zm3 0a.5.5 0 0 0 1 0zm2-1a.5.5 0 0 0 0-1zm-1-4a.5.5 0 0 0 0 1zm1 1a.5.5 0 0 0 0-1zm-1-4a.5.5 0 0 0 0 1zm1 1a.5.5 0 0 0 0-1zm-1 5a.5.5 0 0 0 0 1zm0 1a.5.5 0 0 0-1 0zm-7 0v1h1v-1zm3 0v1h1v-1zm4-3h1V7h-1zm0-3h1V4h-1zm0 6h1v-1h-1zm-1 0v1h1v-1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 15V1h-5v9H1v5zm0 0v-4\" class=\"icon-dark\"/>"
|
|
1137
1395
|
}
|
|
1138
1396
|
}, ["16"], "object-ruler")); };
|
|
1139
1397
|
var IconObjectSlidersRound = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1140
1398
|
"16": {
|
|
1141
|
-
"body": "<path d=\"M2 12h5m7 0h-2M2 4h2m10 0H9m3
|
|
1399
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 12h5m7 0h-2M2 4h2m10 0H9m3 8a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v0a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2M9 4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v0m5 0a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v0m-1406-193.999h100v100h-100z\" class=\"icon-dark\"/>"
|
|
1142
1400
|
}
|
|
1143
1401
|
}, ["16"], "object-sliders-round")); };
|
|
1402
|
+
var IconObjectStackFailed = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1403
|
+
"16": {
|
|
1404
|
+
"body": "<path fill=\"currentColor\" d=\"M5 5h8v8H5z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M1 1h10v4H5v6H1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 5h8v2M5 5v8h1M5 5h6V1H1v10h4z\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"m10 14 2-2m0 0 2-2m-2 2-2-2m2 2 2 2\" class=\"icon-dark-secondary\"/>"
|
|
1405
|
+
}
|
|
1406
|
+
}, ["16"], "object-stack-failed")); };
|
|
1407
|
+
var IconObjectStackPassed = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1408
|
+
"16": {
|
|
1409
|
+
"body": "<path fill=\"currentColor\" d=\"M5 5h8v8H5z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M1 1h10v4H5v6H1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 5h8v2M5 5v8h1M5 5h6V1H1v10h4z\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"m9 12 1.592 1.592a.5.5 0 0 0 .754-.053L14 10\" class=\"icon-dark-secondary\"/>"
|
|
1410
|
+
}
|
|
1411
|
+
}, ["16"], "object-stack-passed")); };
|
|
1412
|
+
var IconObjectStackQueued = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1413
|
+
"16": {
|
|
1414
|
+
"body": "<path fill=\"currentColor\" d=\"M1 1h10v4H5v6H1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 5h8v1M5 5v8h1M5 5h6V1H1v10h4z\" class=\"icon-dark\"/><g clip-path=\"url(#cy-svg-99968600a)\"><circle cx=\"12\" cy=\"12\" r=\"3\" stroke=\"#9095ad\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"/></g>",
|
|
1415
|
+
"defs": "<defs><clipPath id=\"cy-svg-99968600a\"><path fill=\"#fff\" d=\"M8 8h8v8H8z\"/></clipPath></defs>"
|
|
1416
|
+
}
|
|
1417
|
+
}, ["16"], "object-stack-queued")); };
|
|
1418
|
+
var IconObjectStackRunning = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1419
|
+
"16": {
|
|
1420
|
+
"body": "<path fill=\"currentColor\" d=\"M1 1h10v4H5v6H1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 5h8v1M5 5v8h1M5 5h6V1H1v10h4z\" class=\"icon-dark\"/><g clip-path=\"url(#cy-svg-3938d7faa)\"><g stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" clip-path=\"url(#cy-svg-3938d7fab)\"><circle cx=\"12\" cy=\"12\" r=\"3\" stroke=\"#e1e3ed\" transform=\"rotate(-90 12 12)\"/><path stroke=\"#6470f3\" d=\"M12 9a3 3 0 0 0-3 3\"/></g></g>",
|
|
1421
|
+
"defs": "<defs><clipPath id=\"cy-svg-3938d7faa\"><path fill=\"#fff\" d=\"M8 8h8v8H8z\"/></clipPath><clipPath id=\"cy-svg-3938d7fab\"><path fill=\"#fff\" d=\"M8 16V8h8v8z\"/></clipPath></defs>"
|
|
1422
|
+
}
|
|
1423
|
+
}, ["16"], "object-stack-running")); };
|
|
1424
|
+
var IconObjectStackSkipped = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1425
|
+
"16": {
|
|
1426
|
+
"body": "<path fill=\"currentColor\" d=\"M1 1h10v4H5v6H1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 5h8v1M5 5v8h1M5 5h6V1H1v10h4z\" class=\"icon-dark\"/><g clip-path=\"url(#cy-svg-33c5af2aa)\"><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M9.879 14.121A3 3 0 1 0 14.12 9.88M9.88 14.12A3 3 0 1 1 14.12 9.88M9.88 14.12 14.12 9.88\" class=\"icon-dark-secondary\"/></g>",
|
|
1427
|
+
"defs": "<defs><clipPath id=\"cy-svg-33c5af2aa\"><path fill=\"#fff\" d=\"M8 8h8v8H8z\"/></clipPath></defs>"
|
|
1428
|
+
}
|
|
1429
|
+
}, ["16"], "object-stack-skipped")); };
|
|
1144
1430
|
var IconObjectStack = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1145
1431
|
"12": {
|
|
1146
|
-
"body": "<path d=\"M10 6 6.004 7.
|
|
1432
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M10 6 6.004 7.996h-.008L2 5.999m8 3-3.996 1.998h-.008L2 8.999m.018-6.009 3.978-1.989h.008l3.978 1.99a.01.01 0 0 1 0 .017L6.004 4.997h-.008L2.018 3.008a.01.01 0 0 1 0-.018Z\" class=\"icon-dark\"/>"
|
|
1147
1433
|
},
|
|
1148
1434
|
"16": {
|
|
1149
|
-
"body": "<path d=\"M13 8 8.004 9.
|
|
1435
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M13 8 8.004 9.997h-.008L3 7.999m10 3-4.996 1.999h-.008L3 10.999m.023-6.009L7.996 3h.008l4.973 1.99a.01.01 0 0 1 0 .019L8.004 6.998h-.008l-4.973-1.99a.01.01 0 0 1 0-.018Z\" class=\"icon-dark\"/>"
|
|
1150
1436
|
}
|
|
1151
1437
|
}, ["12", "16"], "object-stack")); };
|
|
1152
1438
|
var IconObjectTag = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1153
1439
|
"16": {
|
|
1154
|
-
"body": "<path fill-rule=\"evenodd\"
|
|
1440
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7.586 2a1 1 0 0 1 .707.294l5.5 5.5a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-5.5-5.5A1 1 0 0 1 2 7.587V3a1 1 0 0 1 1-1z\" class=\"icon-dark-stroke icon-light-fill\" clip-rule=\"evenodd\"/><circle cx=\"5.5\" cy=\"5.501\" r=\"1\" fill=\"currentColor\" class=\"icon-dark\"/>"
|
|
1155
1441
|
}
|
|
1156
1442
|
}, ["16"], "object-tag")); };
|
|
1157
1443
|
var IconObjectTassel = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1158
1444
|
"16": {
|
|
1159
|
-
"body": "<path d=\"m8 3 7 3-2 .857V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857L1
|
|
1445
|
+
"body": "<path fill=\"#d0d2e0\" d=\"m8 3 7 3-2 .857V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857L1 6z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 6.857 15 6 8 3 1 6l2 .857m10 0V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857m10 0L8 9 3 6.857\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.5 6v3\" class=\"icon-dark-secondary\"/>"
|
|
1160
1446
|
}
|
|
1161
1447
|
}, ["16"], "object-tassel")); };
|
|
1162
1448
|
var IconObjectTestedElement = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1163
1449
|
"12": {
|
|
1164
|
-
"body": "<path fill
|
|
1450
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.5 1A1.5 1.5 0 0 0 1 2.5V4a1 1 0 0 0 2 0V3h1a1 1 0 0 0 0-2zM8 1a1 1 0 1 0 0 2h1v1a1 1 0 0 0 2 0V2.5A1.5 1.5 0 0 0 9.5 1zM3 8a1 1 0 0 0-2 0v1.5A1.5 1.5 0 0 0 2.5 11H4a1 1 0 1 0 0-2H3zm8.848-.47a1 1 0 0 0-1.696-1.06L8.425 9.235 7.8 8.401a1 1 0 1 0-1.6 1.2l1.5 2a1 1 0 0 0 1.648-.07z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1165
1451
|
},
|
|
1166
1452
|
"16": {
|
|
1167
|
-
"body": "<rect x=\".5\" y=\".5\"
|
|
1453
|
+
"body": "<rect width=\"15\" height=\"15\" x=\".5\" y=\".5\" fill=\"#f3f4fa\" class=\"icon-light\" rx=\"2.5\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M14 6V3a1 1 0 0 0-1-1h-3M6 14H3a1 1 0 0 1-1-1v-3m4-8H3a1 1 0 0 0-1 1v3\" class=\"icon-dark\"/><path stroke=\"#1fa971\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m15 10-4 5-2-2\" class=\"icon-dark-secondary\"/>"
|
|
1168
1454
|
},
|
|
1169
1455
|
"48": {
|
|
1170
|
-
"body": "<path d=\"M42 17.998V7a1 1 0 0 0-1-1l-11-.002m-12 36H7a1 1 0 0 1-1-1v-11m12-24H7a1 1 0 0 0-1 1v11\" stroke=\"
|
|
1456
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M42 17.998V7a1 1 0 0 0-1-1l-11-.002m-12 36H7a1 1 0 0 1-1-1v-11m12-24H7a1 1 0 0 0-1 1v11\" class=\"icon-dark\"/><path stroke=\"#1fa971\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m45 29.998-12 15-6-6\" class=\"icon-dark-secondary\"/>"
|
|
1171
1457
|
}
|
|
1172
1458
|
}, ["12", "16", "48"], "object-tested-element")); };
|
|
1173
1459
|
var IconObjectUntestedElement = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1174
1460
|
"12": {
|
|
1175
|
-
"body": "<path fill
|
|
1461
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.5 1A1.5 1.5 0 0 0 1 2.5V4a1 1 0 0 0 2 0V3h1a1 1 0 0 0 0-2zM8 1a1 1 0 1 0 0 2h1v1a1 1 0 0 0 2 0V2.5A1.5 1.5 0 0 0 9.5 1zM3 8a1 1 0 0 0-2 0v1.5A1.5 1.5 0 0 0 2.5 11H4a1 1 0 1 0 0-2H3zm5.707-.707a1 1 0 0 0-1.414 1.414l.793.793-.793.793a1 1 0 1 0 1.414 1.414l.793-.793.793.793a1 1 0 0 0 1.414-1.414l-.793-.793.793-.793a1 1 0 0 0-1.414-1.414l-.793.793z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1176
1462
|
},
|
|
1177
1463
|
"16": {
|
|
1178
|
-
"body": "<rect x=\".5\" y=\".5\"
|
|
1464
|
+
"body": "<rect width=\"15\" height=\"15\" x=\".5\" y=\".5\" fill=\"#f3f4fa\" class=\"icon-light\" rx=\"2.5\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M14 6V3a1 1 0 0 0-1-1h-3M6 14H3a1 1 0 0 1-1-1v-3m4-8H3a1 1 0 0 0-1 1v3\" class=\"icon-dark\"/><path stroke=\"#e45770\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"m10 10 2.5 2.5M15 15l-2.5-2.5m0 0L15 10m-2.5 2.5L10 15\" class=\"icon-dark-secondary\"/>"
|
|
1179
1465
|
},
|
|
1180
1466
|
"48": {
|
|
1181
|
-
"body": "<path d=\"M42 17.998V7a1 1 0 0 0-1-1l-11-.002m-12 36H7a1 1 0 0 1-1-1v-11m12-24H7a1 1 0 0 0-1 1v11\"
|
|
1467
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M42 17.998V7a1 1 0 0 0-1-1l-11-.002m-12 36H7a1 1 0 0 1-1-1v-11m12-24H7a1 1 0 0 0-1 1v11\" class=\"icon-dark\"/><path stroke=\"#e45770\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"m30 29.998 7.5 7.5m7.5 7.5-7.5-7.5m0 0 7.5-7.5m-7.5 7.5-7.5 7.5\" class=\"icon-dark-secondary\"/>"
|
|
1182
1468
|
}
|
|
1183
1469
|
}, ["12", "16", "48"], "object-untested-element")); };
|
|
1184
1470
|
var IconOsApple = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1185
1471
|
"16": {
|
|
1186
|
-
"body": "<g clip-path=\"url(#cy-svg-d3d77282a)\"><path d=\"M13.61 5.454c-.093.072-1.732.996-1.732 3.048 0 2.375 2.085 3.215 2.148 3.236-.01.05-.332 1.15-1.1 2.27-.684.986-1.4 1.97-2.488 1.97s-1.368-.632-2.624-.632c-1.224 0-1.659.652-2.654.
|
|
1472
|
+
"body": "<g clip-path=\"url(#cy-svg-d3d77282a)\"><path fill=\"currentColor\" d=\"M13.61 5.454c-.093.072-1.732.996-1.732 3.048 0 2.375 2.085 3.215 2.148 3.236-.01.05-.332 1.15-1.1 2.27-.684.986-1.4 1.97-2.488 1.97s-1.368-.632-2.624-.632c-1.224 0-1.659.652-2.654.652s-1.69-.912-2.488-2.032C1.747 12.651 1 10.608 1 8.67c0-3.11 2.022-4.76 4.013-4.76 1.057 0 1.939.694 2.603.694.632 0 1.618-.736 2.82-.736.457 0 2.095.042 3.174 1.587M9.866 2.55c.497-.59.85-1.41.85-2.228 0-.114-.01-.23-.031-.322-.81.03-1.773.54-2.354 1.213-.456.518-.881 1.337-.881 2.168 0 .125.02.25.03.29.051.009.134.02.218.02.726 0 1.64-.486 2.168-1.14\"/></g>",
|
|
1187
1473
|
"defs": "<defs><clipPath id=\"cy-svg-d3d77282a\"><path fill=\"currentColor\" d=\"M0 0h16v16H0z\"/></clipPath></defs>"
|
|
1188
1474
|
}
|
|
1189
1475
|
}, ["16"], "os-apple")); };
|
|
1190
1476
|
var IconOsGeneric = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1191
1477
|
"16": {
|
|
1192
|
-
"body": "<g clip-path=\"url(#cy-svg-13aa0008a)\"><path fill
|
|
1193
|
-
"defs": "<defs><clipPath id=\"cy-svg-13aa0008a\"><path fill=\"currentColor\"
|
|
1478
|
+
"body": "<g clip-path=\"url(#cy-svg-13aa0008a)\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8m6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0m-.026 8.004c0 1.618-.967 2.527-2.554 2.527-1.59 0-2.548-.914-2.548-2.527v-.008c0-1.582.993-2.527 2.548-2.527 1.56 0 2.554.931 2.554 2.527zm-3.274 0c0 .77.268 1.191.725 1.191.448 0 .72-.426.72-1.19v-.01c0-.75-.285-1.19-.725-1.19-.443 0-.72.44-.72 1.19zm8.428.831c0 1.046-.94 1.696-2.346 1.696-1.53 0-2.33-.655-2.44-1.621l-.004-.04h1.74l.01.035c.07.282.29.449.694.449.347 0 .562-.12.562-.312v-.005c0-.176-.145-.277-.545-.351l-.879-.163c-.962-.176-1.472-.69-1.472-1.441v-.005c0-1.006.857-1.608 2.268-1.608 1.503 0 2.267.747 2.267 1.63v.03H11.35l-.005-.039c-.026-.228-.242-.444-.628-.444-.33 0-.545.124-.545.33v.004c0 .172.123.269.562.352l.88.163c1.045.193 1.515.602 1.515 1.336z\" class=\"icon-light\" clip-rule=\"evenodd\"/></g>",
|
|
1479
|
+
"defs": "<defs><clipPath id=\"cy-svg-13aa0008a\"><path fill=\"currentColor\" d=\"M0 0h16v16H0z\" class=\"icon-light\"/></clipPath></defs>"
|
|
1194
1480
|
}
|
|
1195
1481
|
}, ["16"], "os-generic")); };
|
|
1196
1482
|
var IconOsLinux = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1197
1483
|
"16": {
|
|
1198
|
-
"body": "<g clip-path=\"url(#cy-svg-0db9da59a)\"><path d=\"M7.758 4.389c0 .053-.053.053-.053.053h-.053c-.053 0-.053-.053-.106-.106 0 0-.053-.053-.053-.106s0-.053.053-.053l.106.053c.053.053.106.106.106.
|
|
1484
|
+
"body": "<g clip-path=\"url(#cy-svg-0db9da59a)\"><path fill=\"currentColor\" d=\"M7.758 4.389c0 .053-.053.053-.053.053h-.053c-.053 0-.053-.053-.106-.106 0 0-.053-.053-.053-.106s0-.053.053-.053l.106.053c.053.053.106.106.106.159m-.954-.53c0-.265-.106-.424-.265-.424 0 0 0 .053-.053.053v.106h.16c0 .106.052.16.052.265zm1.854-.265c.106 0 .16.106.212.265h.106c-.053-.053-.053-.106-.053-.159s0-.106-.053-.159-.106-.106-.159-.106c0 0-.053.053-.106.053 0 .053.053.053.053.106m-1.589.848c-.053 0-.053 0-.053-.053s0-.106.053-.16c.106 0 .16-.052.16-.052.052 0 .052.053.052.053 0 .053-.053.106-.159.212zm-.583-.053c-.211-.106-.264-.265-.264-.53 0-.159 0-.265.106-.37a.29.29 0 0 1 .264-.16c.106 0 .16.053.265.16.053.158.106.317.106.476v.106h.053v-.053c.053 0 .053-.106.053-.318 0-.159 0-.318-.106-.477s-.212-.265-.424-.265a.4.4 0 0 0-.37.265c-.106.212-.127.371-.127.636 0 .212.074.424.286.636.053-.053.106-.053.158-.106m6.622 7.47c.053 0 .053-.022.053-.07 0-.116-.053-.254-.212-.407-.159-.16-.423-.26-.741-.303-.053-.005-.106-.005-.106-.005-.053-.01-.053-.01-.106-.01a3 3 0 0 1-.212-.027c.159-.493.212-.927.212-1.308 0-.53-.106-.9-.318-1.219-.212-.318-.424-.477-.689-.53-.053.053-.053.053-.053.106.265.106.53.318.69.636.158.371.211.689.211 1.06 0 .296-.053.736-.265 1.297-.212.085-.424.281-.583.588 0 .048 0 .075.053.075 0 0 .053-.048.106-.138.106-.09.16-.18.265-.27.16-.09.265-.138.424-.138.265 0 .53.037.689.111.212.07.318.143.37.228q.08.12.16.223c0 .069.052.1.052.1M8.235 4.176c-.053-.053-.053-.159-.053-.265 0-.212 0-.318.106-.477q.16-.159.317-.159c.16 0 .265.106.371.212.053.16.106.265.106.424q0 .397-.318.477s.053.053.106.053c.106 0 .16.053.265.106.053-.318.106-.53.106-.795 0-.318-.053-.53-.159-.689a.68.68 0 0 0-.53-.211.85.85 0 0 0-.476.158c-.106.16-.16.265-.16.424 0 .265.054.477.16.689.053 0 .106.053.159.053m.635.847c-.688.477-1.218.69-1.642.69-.37 0-.742-.16-1.06-.425.054.106.107.212.16.265l.317.318c.212.212.477.318.742.318.37 0 .795-.212 1.324-.583l.477-.318c.106-.106.212-.212.212-.37 0-.053 0-.106-.053-.106-.053-.106-.318-.265-.847-.424-.477-.212-.848-.318-1.06-.318q-.239 0-.795.318c-.317.212-.53.424-.53.635 0 0 .054.053.107.16.317.264.635.423.953.423.424 0 .954-.212 1.642-.741v.106c.053 0 .053.052.053.052m1.219 10.701c.212.399.582.599 1.006.599q.159 0 .318-.048a.7.7 0 0 0 .265-.1q.08-.054.159-.117c.106-.037.106-.063.159-.09l.9-.779c.212-.169.424-.316.69-.445.211-.127.423-.211.529-.26a.95.95 0 0 0 .37-.19.55.55 0 0 0 .107-.307c0-.154-.106-.27-.212-.355a1.1 1.1 0 0 0-.318-.18c-.106-.037-.212-.122-.37-.265a1.4 1.4 0 0 1-.266-.578l-.053-.307c-.053-.143-.053-.249-.106-.307 0-.016 0-.021-.053-.021a.29.29 0 0 0-.212.138q-.16.136-.317.296c-.053.106-.212.201-.318.291a.95.95 0 0 1-.424.138c-.424 0-.636-.116-.795-.344-.106-.17-.159-.366-.212-.588-.106-.09-.159-.138-.264-.138-.265 0-.371.276-.371.832v1.648c0 .047-.053.153-.053.317-.053.165-.053.351-.053.562l-.106.588v.01m-7.682-.281q.74.108 1.7.461c.642.233 1.034.355 1.177.355.37 0 .678-.164.932-.482.053-.102.053-.223.053-.362q0-.75-.906-1.902l-.36-.482a5 5 0 0 1-.28-.46 5 5 0 0 0-.292-.477 1.4 1.4 0 0 0-.323-.366 1.1 1.1 0 0 0-.472-.244c-.222.043-.376.117-.45.218a.65.65 0 0 0-.127.328q-.023.167-.1.222a1 1 0 0 1-.266.085q-.04-.002-.143.006h-.143c-.28 0-.471.031-.572.084a.78.78 0 0 0-.201.514q0 .127.064.43c.042.195.063.354.063.465q.002.327-.196.652c-.132.228-.201.397-.201.518q.08.308 1.043.435zm1.764-4.817c0-.366.096-.769.292-1.245.19-.477.381-.795.567-1.007-.01-.053-.037-.053-.08-.053l-.053-.053c-.153.16-.339.53-.561 1.06-.223.476-.34.916-.34 1.24 0 .238.059.444.165.624.116.175.397.43.842.753l.562.365c.598.52.916.88.916 1.092 0 .11-.053.222-.212.344a.5.5 0 0 1-.37.19q-.016-.001-.016.038-.001.007.164.317c.222.302.7.45 1.335.45 1.165 0 2.066-.476 2.755-1.43 0-.264 0-.429-.053-.498v-.196q0-.518.158-.773c.106-.17.212-.249.371-.249q.159-.002.318.117c.053-.408.053-.763.053-1.081 0-.482 0-.88-.106-1.25a2.8 2.8 0 0 0-.265-.795l-.318-.477c-.106-.159-.159-.318-.264-.476-.053-.212-.106-.371-.106-.636-.16-.265-.265-.53-.424-.795-.106-.265-.212-.53-.318-.741l-.477.37c-.53.371-.953.53-1.324.53-.318 0-.583-.053-.742-.265l-.318-.265c0 .16-.053.371-.159.583l-.333.636c-.149.37-.228.582-.244.741-.021.106-.037.212-.048.212l-.397.795c-.43.795-.646 1.53-.646 2.14q0 .185.031.376a.79.79 0 0 1-.355-.688m3.793 5.011q-1.032 0-1.589.278V15.9c-.265.318-.561.482-.974.482q-.391 0-1.219-.302a14 14 0 0 0-1.478-.433 3 3 0 0 0-.291-.055 11 11 0 0 1-.408-.072 3 3 0 0 1-.376-.109.9.9 0 0 1-.318-.162.3.3 0 0 1-.11-.227q0-.127.055-.271.051-.09.108-.17.057-.086.09-.164a.8.8 0 0 0 .074-.148.818.818 0 0 0 .074-.312 6 6 0 0 0-.063-.494 5 5 0 0 1-.064-.524c0-.233.053-.419.17-.551.116-.132.227-.201.344-.201h.61c.047 0 .121-.027.232-.09.037-.085.07-.154.09-.218.027-.063.037-.11.048-.132q.015-.05.032-.09a.7.7 0 0 1 .085-.122.32.32 0 0 1-.064-.207c0-.058 0-.11.01-.143 0-.19.09-.46.281-.815l.186-.334c.153-.286.27-.498.355-.71q.133-.318.291-.953.127-.557.604-1.113l.397-.477c.276-.318.456-.582.556-.794s.154-.477.154-.689q.002-.159-.085-.954c-.053-.53-.08-1.06-.08-1.536 0-.37.033-.636.102-.9.068-.265.19-.53.37-.742.16-.212.371-.424.689-.53A3.5 3.5 0 0 1 7.964.48c.16 0 .318 0 .477.053q.24 0 .636.16c.212.105.424.211.583.37.212.159.37.424.53.689.105.317.211.635.264 1.06.053.264.053.529.106.9 0 .318.053.53.053.688.053.16.053.371.106.636.053.212.106.424.212.583.106.212.212.424.37.636.16.264.372.53.584.847.476.53.847 1.113 1.06 1.695.264.53.423 1.219.423 1.955a3.6 3.6 0 0 1-.159 1.065c.106 0 .159.042.212.116q.08.11.159.482l.053.393a.62.62 0 0 0 .265.323c.106.095.212.175.37.238.106.053.265.127.371.223a.47.47 0 0 1 .16.333c0 .18-.054.313-.16.408a.83.83 0 0 1-.37.228c-.106.053-.318.159-.636.308a6 6 0 0 0-.795.572l-.53.451a3 3 0 0 1-.582.445c-.16.096-.371.143-.583.143l-.37-.042c-.425-.111-.69-.323-.848-.646-.848-.103-1.537-.154-1.96-.154\"/></g>",
|
|
1199
1485
|
"defs": "<defs><clipPath id=\"cy-svg-0db9da59a\"><path fill=\"currentColor\" d=\"M0 0h16v16H0z\"/></clipPath></defs>"
|
|
1200
1486
|
}
|
|
1201
1487
|
}, ["16"], "os-linux")); };
|
|
1202
1488
|
var IconOsWindows = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1203
1489
|
"16": {
|
|
1204
|
-
"body": "<path d=\"M7.6 0H0v7.6h7.
|
|
1490
|
+
"body": "<path fill=\"#00a4ef\" d=\"M7.6 0H0v7.6h7.6zM16 0H8.4v7.6H16zM7.6 8.4H0V16h7.6zM16 8.4H8.4V16H16z\"/>"
|
|
1205
1491
|
}
|
|
1206
1492
|
}, ["16"], "os-windows")); };
|
|
1493
|
+
var IconPuzzlePiece = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1494
|
+
"16": {
|
|
1495
|
+
"body": "<path fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13.657 2.343a2 2 0 0 0-3.346.897L8.707 1.636a1.5 1.5 0 0 0-2.121 0L5.48 2.741a2.004 2.004 0 0 1 .398 3.138A2 2 0 0 1 2.74 5.48L1.636 6.586a1.5 1.5 0 0 0 0 2.121l1.604 1.604a2 2 0 1 0 2.45 2.45l1.603 1.603a1.5 1.5 0 0 0 2.121 0l1.105-1.105a2 2 0 1 1 2.74-2.74l1.105-1.105a1.5 1.5 0 0 0 0-2.121L12.76 5.69a2 2 0 0 0 .896-3.346\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
1496
|
+
},
|
|
1497
|
+
"24": {
|
|
1498
|
+
"body": "<path fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19.071 4.928c-.994-.994-2.591-1.008-3.568-.032a2.45 2.45 0 0 0-.643 1.125l-1.976-1.977a2 2 0 0 0-2.828 0L8.762 5.337q.271.162.506.395c.994.994 1.008 2.591.032 3.567-.976.977-2.573.962-3.568-.032a2.6 2.6 0 0 1-.394-.505l-1.293 1.293a2 2 0 0 0 0 2.828l1.977 1.977a2.46 2.46 0 0 0-1.125.643c-.976.976-.962 2.573.032 3.567s2.591 1.009 3.568.033c.322-.322.536-.712.643-1.125l1.976 1.976a2 2 0 0 0 2.829 0l1.293-1.293a2.6 2.6 0 0 1-.506-.394c-.994-.994-1.008-2.591-.032-3.568s2.574-.962 3.568.032q.232.235.394.506l1.293-1.293a2 2 0 0 0 0-2.829L17.979 9.14a2.45 2.45 0 0 0 1.124-.643c.977-.976.962-2.574-.032-3.568\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
1499
|
+
}
|
|
1500
|
+
}, ["16", "24"], "puzzle-piece")); };
|
|
1501
|
+
var IconSecurityFlagPin = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1502
|
+
"16": {
|
|
1503
|
+
"body": "<path fill=\"#d0d2e0\" d=\"m13 2-2.5 4 2.5 4H3V2z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 15v-5m0-8v8m0-8V1m0 1h10l-2.5 4 2.5 4H3\" class=\"icon-dark\"/>"
|
|
1504
|
+
},
|
|
1505
|
+
"24": {
|
|
1506
|
+
"body": "<path fill=\"#d0d2e0\" d=\"m19 5-3 4.5 3 4.5H5V5z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 21v-7m0-9v9m0-9V3m0 2h14l-3 4.5 3 4.5H5\" class=\"icon-dark\"/>"
|
|
1507
|
+
}
|
|
1508
|
+
}, ["16", "24"], "security-flag-pin")); };
|
|
1207
1509
|
var IconSecurityKey = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1208
1510
|
"16": {
|
|
1209
|
-
"body": "<path d=\"M1.861 7.354a2 2 0 0 1 .273-2.488l2.732-2.732a2 2 0 0 1 2.488-.273l2.502 1.593a2 2 0 0 1 .642 2.716L10 7l5 5v3h-3l-1-2.5H9L8 10H7l-.83.498a2 2 0 0 1-2.716-.
|
|
1511
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M1.861 7.354a2 2 0 0 1 .273-2.488l2.732-2.732a2 2 0 0 1 2.488-.273l2.502 1.593a2 2 0 0 1 .642 2.716L10 7l5 5v3h-3l-1-2.5H9L8 10H7l-.83.498a2 2 0 0 1-2.716-.642z\" class=\"icon-light-fill icon-dark-stroke\"/><circle cx=\"5.752\" cy=\"5.752\" r=\"1.002\" fill=\"currentColor\" class=\"icon-dark\"/>"
|
|
1210
1512
|
},
|
|
1211
1513
|
"24": {
|
|
1212
|
-
"body": "<path fill-rule=\"evenodd\"
|
|
1514
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10.038 2.475a3 3 0 0 0-3.757.394L2.87 6.28a3 3 0 0 0-.394 3.757L5.25 14.31a3 3 0 0 0 4.316.765L11 14l1.5 3.5 1.5-1 1.5 3.5 1.5-1s1 1.7 1.5 2c2.5 1.5 3.5-2 3.5-2l-8-8 1.075-1.433a3 3 0 0 0-.765-4.316zM8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\" class=\"icon-light-fill icon-dark-stroke\" clip-rule=\"evenodd\"/>"
|
|
1213
1515
|
}
|
|
1214
1516
|
}, ["16", "24"], "security-key")); };
|
|
1215
1517
|
var IconSecurityLockLocked = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1216
1518
|
"16": {
|
|
1217
|
-
"body": "<path fill
|
|
1519
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M2 13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 6H4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-1M5 6V4a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v2M5 6h6m-3 4v1\" class=\"icon-dark\"/>"
|
|
1218
1520
|
}
|
|
1219
1521
|
}, ["16"], "security-lock-locked")); };
|
|
1220
1522
|
var IconSecurityShieldCheck = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1523
|
+
"12": {
|
|
1524
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6 1S4 2 1.5 2.5v5.643C2.25 10.286 6 11 6 11z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4.5 6 1.25 1.5 1.75-3m3-2C8 2 6 1 6 1S4 2 1.5 2.5v5.643C2.25 10.286 6 11 6 11s3.75-.714 4.5-2.857z\" class=\"icon-dark\"/>"
|
|
1525
|
+
},
|
|
1221
1526
|
"16": {
|
|
1222
|
-
"body": "<path
|
|
1527
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M8 1.333s-2.667 1.334-6 2v7.524c1 2.857 6 3.81 6 3.81z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 8 1.667 2L10 6m4-2.667c-3.333-.666-6-2-6-2s-2.667 1.334-6 2v7.524c1 2.857 6 3.81 6 3.81s5-.953 6-3.81z\" class=\"icon-dark\"/>"
|
|
1223
1528
|
},
|
|
1224
1529
|
"24": {
|
|
1225
|
-
"body": "<path
|
|
1530
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M12 2S8 4 3 5v11.286C4.5 20.57 12 22 12 22z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 12 2.5 3L15 9m6-4c-5-1-9-3-9-3S8 4 3 5v11.286C4.5 20.57 12 22 12 22s7.5-1.429 9-5.714z\" class=\"icon-dark\"/>"
|
|
1226
1531
|
}
|
|
1227
|
-
}, ["16", "24"], "security-shield-check")); };
|
|
1532
|
+
}, ["12", "16", "24"], "security-shield-check")); };
|
|
1228
1533
|
var IconSecurityShieldCross = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1229
1534
|
"16": {
|
|
1230
|
-
"body": "<path d=\"M8 1S5.5 3 2
|
|
1535
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M8 1S5.5 3 2 3v4h6zM2 11c1 3 6 4 6 4V7H2z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 15s5-1 6-4V7m-6 8s-5-1-6-4V7m6 8V7m0-6S5.5 3 2 3v4m6-6s2.5 2 6 2v4M8 1v6m6 0H8M2 7h6\" class=\"icon-dark\"/>"
|
|
1231
1536
|
},
|
|
1232
1537
|
"24": {
|
|
1233
|
-
"body": "<path d=\"M12 2S8 5 3
|
|
1538
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M12 2S8 5 3 5v5h9zM3 16c1 4.5 9 6 9 6V10H3z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22s8-1.5 9-6v-6m-9 12s-8-1.5-9-6v-6m9 12V10m0-8S8 5 3 5v5m9-8s4 3 9 3v5m-9-8v8m9 0h-9m-9 0h9\" class=\"icon-dark\"/>"
|
|
1234
1539
|
}
|
|
1235
1540
|
}, ["16", "24"], "security-shield-cross")); };
|
|
1541
|
+
var IconSecurityShieldFailed = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1542
|
+
"12": {
|
|
1543
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6 1S4 2 1.5 2.5v5.643C2.25 10.286 6 11 6 11z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4.5 7.5 6 6m1.5-1.5L6 6m0 0L4.5 4.5M6 6l1.5 1.5m3-5C8 2 6 1 6 1S4 2 1.5 2.5v5.643C2.25 10.286 6 11 6 11s3.75-.714 4.5-2.857z\" class=\"icon-dark\"/>"
|
|
1544
|
+
},
|
|
1545
|
+
"16": {
|
|
1546
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 1.333s-2.667 1.334-6 2v7.524c1 2.857 6 3.81 6 3.81z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 10 2-2m2-2L8 8m0 0L6 6m2 2 2 2m4-6.667c-3.333-.666-6-2-6-2s-2.667 1.334-6 2v7.524c1 2.857 6 3.81 6 3.81s5-.953 6-3.81z\" class=\"icon-dark\"/>"
|
|
1547
|
+
}
|
|
1548
|
+
}, ["12", "16"], "security-shield-failed")); };
|
|
1549
|
+
var IconShapeFlag = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1550
|
+
"16": {
|
|
1551
|
+
"body": "<path fill=\"#d0d2e0\" d=\"m13 2-2.5 4 2.5 4H3V2z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 15v-5m0-8v8m0-8V1m0 1h10l-2.5 4 2.5 4H3\" class=\"icon-dark\"/>"
|
|
1552
|
+
}
|
|
1553
|
+
}, ["16"], "shape-flag")); };
|
|
1236
1554
|
var IconShapeHeart = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1237
1555
|
"16": {
|
|
1238
|
-
"body": "<path d=\"M4.448 2a3.
|
|
1556
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4.448 2a3.43 3.43 0 0 0-2.432 1.02l-.007-.004A3.5 3.5 0 0 0 1 5.479c0 .924.363 1.81 1.01 2.463l5.984 6.05.002-.002.01.01 5.985-6.05A3.5 3.5 0 0 0 15 5.485c0-.923-.363-1.81-1.01-2.463a3.413 3.413 0 0 0-4.875-.003L8.002 4.147 6.883 3.015A3.43 3.43 0 0 0 4.448 2Z\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
1239
1557
|
},
|
|
1240
1558
|
"24": {
|
|
1241
|
-
"body": "<path d=\"M6.673 3a5.14 5.14 0 0 0-3.649 1.53l-.01-.006A5.
|
|
1559
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6.673 3a5.14 5.14 0 0 0-3.649 1.53l-.01-.006A5.25 5.25 0 0 0 1.5 8.22c0 1.385.545 2.714 1.514 3.694l8.977 9.076.004-.003.014.014 8.977-9.076A5.25 5.25 0 0 0 22.5 8.23a5.25 5.25 0 0 0-1.514-3.695A5.2 5.2 0 0 0 19.31 3.4a5.12 5.12 0 0 0-5.636 1.131l-1.67 1.688-1.678-1.697A5.14 5.14 0 0 0 6.673 3Z\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
1242
1560
|
}
|
|
1243
1561
|
}, ["16", "24"], "shape-heart")); };
|
|
1244
1562
|
var IconShapeLightningBolt = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1245
1563
|
"16": {
|
|
1246
|
-
"body": "<path
|
|
1564
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 1v5h5.5L8 15v-5H2.5z\" class=\"icon-light-fill icon-dark-stroke\"/>"
|
|
1247
1565
|
},
|
|
1248
1566
|
"24": {
|
|
1249
|
-
"body": "<path
|
|
1567
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 10V2L5 14h7v8l7-12z\" class=\"icon-light-fill icon-dark-stroke\"/>"
|
|
1250
1568
|
}
|
|
1251
1569
|
}, ["16", "24"], "shape-lightning-bolt")); };
|
|
1252
1570
|
var IconShapeMoonCrescent = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1253
1571
|
"16": {
|
|
1254
|
-
"body": "<path fill
|
|
1572
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M14.382 10.881Q13.707 11 13 11a8 8 0 0 1-7.881-9.381 7.001 7.001 0 1 0 9.263 9.262\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"m14.382 10.881.91.412a1 1 0 0 0-1.082-1.397zM5.119 1.62l.985.171A1 1 0 0 0 4.707.707zm9.091 8.277A7 7 0 0 1 13 10v2q.794-.001 1.553-.134zM13 10a7 7 0 0 1-7-7H4a9 9 0 0 0 9 9zM6 3q.001-.62.104-1.21l-1.97-.343A9 9 0 0 0 4 3zM2 8a6 6 0 0 1 3.53-5.47L4.708.707A8 8 0 0 0 0 8zm6 6a6 6 0 0 1-6-6H0a8 8 0 0 0 8 8zm5.47-3.53A6 6 0 0 1 8 14v2a8 8 0 0 0 7.293-4.707z\" class=\"icon-dark\"/>"
|
|
1255
1573
|
}
|
|
1256
1574
|
}, ["16"], "shape-moon-crescent")); };
|
|
1257
1575
|
var IconShapeStar = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1258
1576
|
"16": {
|
|
1259
|
-
"body": "<path d=\"m8 1.345 2.345 4.027 4.555.986-3.105 3.475.47 4.636L8 12.59l-4.264 1.88.47-4.637L1.1 6.358l4.555-.
|
|
1577
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8 1.345 2.345 4.027 4.555.986-3.105 3.475.47 4.636L8 12.59l-4.264 1.88.47-4.637L1.1 6.358l4.555-.986z\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
1260
1578
|
},
|
|
1261
1579
|
"24": {
|
|
1262
|
-
"body": "<path d=\"m12 2 3.569 6.128 6.93 1.5-4.724 5.288.714 7.056L12 19.112l-6.49 2.86.715-7.056L1.5 9.628l6.93-1.
|
|
1580
|
+
"body": "<path fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 2 3.569 6.128 6.93 1.5-4.724 5.288.714 7.056L12 19.112l-6.49 2.86.715-7.056L1.5 9.628l6.93-1.5z\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
1263
1581
|
}
|
|
1264
1582
|
}, ["16", "24"], "shape-star")); };
|
|
1265
1583
|
var IconShapeSunLong = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1266
1584
|
"16": {
|
|
1267
|
-
"body": "<path d=\"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6
|
|
1585
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M3.757 2.343a1 1 0 1 0-1.414 1.414zm9.9 1.414a1 1 0 0 0-1.414-1.414zm-1.414 9.9a1 1 0 0 0 1.414-1.414zm-9.9-1.414a1 1 0 0 0 1.414 1.414zM9 1a1 1 0 0 0-2 0zm6 8a1 1 0 1 0 0-2zm-8 6a1 1 0 1 0 2 0zM1 7a1 1 0 0 0 0 2zm1.343-3.243 1.414 1.415 1.415-1.415-1.415-1.414zm9.9-1.414-1.415 1.414 1.415 1.415 1.414-1.415zm-1.415 9.9 1.415 1.414 1.414-1.414-1.414-1.415zm-7.07-1.415-1.415 1.415 1.414 1.414 1.415-1.414zM9 3V1H7v2zm4 6h2V7h-2zm-6 4v2h2v-2zM3 7H1v2h2zm7 1a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4zm-2 2a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4zM6 8a2 2 0 0 1 2-2V4a4 4 0 0 0-4 4zm2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4z\" class=\"icon-dark\"/>"
|
|
1268
1586
|
}
|
|
1269
1587
|
}, ["16"], "shape-sun-long")); };
|
|
1270
1588
|
var IconSocialDiscordSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1271
1589
|
"16": {
|
|
1272
|
-
"body": "<path d=\"M13.545 3.069a13.
|
|
1590
|
+
"body": "<path fill=\"currentColor\" d=\"M13.545 3.069a13.5 13.5 0 0 0-3.257-.978.05.05 0 0 0-.052.024c-.141.242-.297.558-.406.806a12.6 12.6 0 0 0-3.658 0 8 8 0 0 0-.412-.806.05.05 0 0 0-.052-.024c-1.143.19-2.236.524-3.257.978a.05.05 0 0 0-.021.017c-2.074 3-2.643 5.927-2.364 8.818q.003.022.02.036a13.4 13.4 0 0 0 3.996 1.955.05.05 0 0 0 .056-.018q.463-.61.818-1.287a.048.048 0 0 0-.028-.068 9 9 0 0 1-1.248-.576.05.05 0 0 1-.005-.082 7 7 0 0 0 .248-.189.05.05 0 0 1 .051-.006c2.619 1.157 5.454 1.157 8.041 0a.05.05 0 0 1 .053.006q.121.097.248.189a.05.05 0 0 1-.004.082 8.3 8.3 0 0 1-1.249.575.05.05 0 0 0-.027.07c.24.45.515.879.817 1.286a.05.05 0 0 0 .056.018 13.4 13.4 0 0 0 4.001-1.955.05.05 0 0 0 .021-.036c.334-3.341-.559-6.244-2.365-8.817a.04.04 0 0 0-.021-.018m-8.198 7.075c-.789 0-1.438-.701-1.438-1.562 0-.86.637-1.56 1.438-1.56.807 0 1.45.706 1.438 1.56 0 .861-.637 1.562-1.438 1.562m5.316 0c-.788 0-1.438-.701-1.438-1.562 0-.86.637-1.56 1.438-1.56.807 0 1.45.706 1.438 1.56 0 .861-.63 1.562-1.438 1.562\" class=\"icon-dark\"/>"
|
|
1273
1591
|
}
|
|
1274
1592
|
}, ["16"], "social-discord-solid")); };
|
|
1275
1593
|
var IconSocialEmail = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1276
1594
|
"16": {
|
|
1277
|
-
"body": "<path d=\"M11 5.25V8.5a2 2 0 0 0 3.92.
|
|
1595
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M11 5.25V8.5a2 2 0 0 0 3.92.562Q15 8.542 15 8a7 7 0 1 0-3 5.745M10.5 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\" class=\"icon-dark\"/>"
|
|
1278
1596
|
}
|
|
1279
1597
|
}, ["16"], "social-email")); };
|
|
1280
1598
|
var IconSocialFacebookSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1281
1599
|
"16": {
|
|
1282
|
-
"body": "<path d=\"M16 8a8 8 0 1 0-9.
|
|
1600
|
+
"body": "<path fill=\"currentColor\" d=\"M16 8a8 8 0 1 0-9.932 7.765v-5.32h-1.65V8h1.65V6.947c0-2.723 1.232-3.985 3.905-3.985.507 0 1.382.1 1.74.198v2.216c-.19-.02-.518-.03-.925-.03-1.312 0-1.818.498-1.818 1.79V8h2.613l-.45 2.445H8.97v5.496A8 8 0 0 0 16 8\" class=\"icon-dark\"/>"
|
|
1283
1601
|
}
|
|
1284
1602
|
}, ["16"], "social-facebook-solid")); };
|
|
1603
|
+
var IconSocialGithubOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1604
|
+
"24": {
|
|
1605
|
+
"body": "<path fill=\"currentColor\" d=\"M16.242 21.983a1 1 0 0 1-1-1v-2.6a2.15 2.15 0 0 0-.54-1.66 1 1 0 0 1 .61-1.67c2.44-.29 4.69-1.07 4.69-5.3a4 4 0 0 0-.67-2.22 2.75 2.75 0 0 1-.41-2.06c.09-.466.09-.945 0-1.41a7.7 7.7 0 0 0-2.09 1.09 1 1 0 0 1-.84.15 10.15 10.15 0 0 0-5.52 0 1 1 0 0 1-.84-.15 7.4 7.4 0 0 0-2.11-1.09 3.5 3.5 0 0 0 0 1.41 2.84 2.84 0 0 1-.43 2.08 4.07 4.07 0 0 0-.67 2.23c0 3.89 1.88 4.93 4.7 5.29a1 1 0 0 1 .82.66 1 1 0 0 1-.21 1 2.06 2.06 0 0 0-.55 1.56v2.69a1 1 0 0 1-2 0v-.57a6 6 0 0 1-5.27-2.09 3.9 3.9 0 0 0-1.16-.88 1 1 0 1 1 .5-1.94 4.9 4.9 0 0 1 2 1.36c1 1 2 1.88 3.9 1.52a3.9 3.9 0 0 1 .23-1.58c-2.06-.52-5-2-5-7a6 6 0 0 1 1-3.33.85.85 0 0 0 .13-.62 5.7 5.7 0 0 1 .33-3.21 1 1 0 0 1 .63-.57c.34-.1 1.56-.3 3.87 1.2 1.87-.45 3.82-.45 5.69 0 2.31-1.5 3.53-1.31 3.86-1.2a1 1 0 0 1 .63.57 5.7 5.7 0 0 1 .33 3.22.75.75 0 0 0 .11.57 6 6 0 0 1 1 3.34c0 5.07-2.92 6.54-5 7a4.3 4.3 0 0 1 .22 1.67v2.54a1 1 0 0 1-.94 1\" class=\"icon-dark\"/>"
|
|
1606
|
+
}
|
|
1607
|
+
}, ["24"], "social-github-outline")); };
|
|
1285
1608
|
var IconSocialGithubSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1286
1609
|
"16": {
|
|
1287
|
-
"body": "<path fill
|
|
1610
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 1.002a7 7 0 0 0-2.213 13.642c.35.065.479-.152.479-.337 0-.167-.007-.719-.01-1.303-1.948.424-2.358-.826-2.358-.826-.319-.81-.778-1.025-.778-1.025-.635-.434.049-.425.049-.425.703.05 1.073.721 1.073.721.624 1.07 1.638.76 2.037.582.063-.453.244-.762.444-.937-1.555-.176-3.19-.776-3.19-3.459 0-.764.275-1.389.722-1.878-.073-.177-.313-.889.067-1.853 0 0 .588-.188 1.926.718a6.7 6.7 0 0 1 1.751-.236c.595.003 1.195.08 1.754.236 1.336-.905 1.923-.718 1.923-.718.38.965.142 1.677.07 1.853.448.49.72 1.114.72 1.878 0 2.689-1.639 3.28-3.197 3.453.251.217.476.643.476 1.296 0 .936-.008 1.69-.008 1.92 0 .187.126.405.48.337A7 7 0 0 0 8 1z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1288
1611
|
}
|
|
1289
1612
|
}, ["16"], "social-github-solid")); };
|
|
1290
1613
|
var IconSocialLinkedinSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1291
1614
|
"16": {
|
|
1292
|
-
"body": "<path d=\"M16 1.176v13.647A1.176 1.176 0 0 1 14.823 16H1.176A1.176 1.176 0 0 1 0 14.823V1.176A1.176 1.176 0 0 1 1.176 0h13.647A1.176 1.176 0 0 1 16 1.
|
|
1615
|
+
"body": "<path fill=\"currentColor\" d=\"M16 1.176v13.647A1.176 1.176 0 0 1 14.823 16H1.176A1.176 1.176 0 0 1 0 14.823V1.176A1.176 1.176 0 0 1 1.176 0h13.647A1.176 1.176 0 0 1 16 1.176M4.706 6.118H2.353v7.53h2.353zm.212-2.589a1.355 1.355 0 0 0-1.346-1.364h-.043a1.365 1.365 0 1 0 0 2.73 1.355 1.355 0 0 0 1.389-1.323zm8.73 5.544c0-2.264-1.44-3.144-2.871-3.144a2.68 2.68 0 0 0-2.382 1.215H8.33V6.118H6.118v7.53H8.47V9.641a1.56 1.56 0 0 1 1.411-1.684h.09c.748 0 1.303.47 1.303 1.656v4.033h2.353z\" class=\"icon-dark\"/>"
|
|
1293
1616
|
}
|
|
1294
1617
|
}, ["16"], "social-linkedin-solid")); };
|
|
1295
1618
|
var IconSocialTwitterSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1296
1619
|
"16": {
|
|
1297
|
-
"body": "<path d=\"M14.355 4.741c.01.142.01.284.01.427 0 4.335-3.299 9.33-9.33 9.33A9.
|
|
1620
|
+
"body": "<path fill=\"currentColor\" d=\"M14.355 4.741c.01.142.01.284.01.427 0 4.335-3.299 9.33-9.33 9.33A9.27 9.27 0 0 1 0 13.024c.264.03.518.041.792.041a6.57 6.57 0 0 0 4.07-1.401 3.285 3.285 0 0 1-3.065-2.274c.203.03.406.05.62.05.294 0 .588-.04.862-.111A3.28 3.28 0 0 1 .65 6.112v-.04c.437.243.945.395 1.483.415A3.28 3.28 0 0 1 .67 3.757c0-.61.162-1.168.447-1.655a9.32 9.32 0 0 0 6.761 3.431 3.7 3.7 0 0 1-.081-.751 3.28 3.28 0 0 1 3.28-3.28c.943 0 1.796.397 2.395 1.036a6.5 6.5 0 0 0 2.081-.792 3.27 3.27 0 0 1-1.441 1.807c.66-.07 1.3-.253 1.888-.507a7 7 0 0 1-1.645 1.695\" class=\"icon-dark\"/>"
|
|
1298
1621
|
}
|
|
1299
1622
|
}, ["16"], "social-twitter-solid")); };
|
|
1300
1623
|
var IconSocialTwitterXSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1301
1624
|
"16": {
|
|
1302
|
-
"body": "<path fill=\"currentColor\" d=\"
|
|
1625
|
+
"body": "<path fill=\"currentColor\" d=\"M9.522 6.775 15.478 0h-1.411L8.895 5.883 4.765 0H0l6.246 8.895L0 16H1.41l5.462-6.212L11.236 16H16zM7.59 8.974l-.633-.886L1.92 1.04h2.168l4.064 5.688.633.886 5.283 7.394H11.9z\" class=\"icon-dark\"/>"
|
|
1303
1626
|
}
|
|
1304
1627
|
}, ["16"], "social-twitter-x-solid")); };
|
|
1305
1628
|
var IconSocialYoutubeSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1306
1629
|
"16": {
|
|
1307
|
-
"body": "<path fill
|
|
1630
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.25 2.575c.69.184 1.231.725 1.415 1.414C16 5.237 16 7.84 16 7.84s0 2.604-.335 3.852a2 2 0 0 1-1.414 1.414c-1.247.335-6.251.335-6.251.335s-5.004 0-6.25-.335a2 2 0 0 1-1.415-1.414C0 10.444 0 7.84 0 7.84s0-2.603.335-3.85a2 2 0 0 1 1.414-1.415C2.996 2.24 8 2.24 8 2.24s5.004 0 6.25.335M10.556 7.84l-4.157 2.4v-4.8z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1308
1631
|
}
|
|
1309
1632
|
}, ["16"], "social-youtube-solid")); };
|
|
1633
|
+
var IconSquareMinus = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1634
|
+
"12": {
|
|
1635
|
+
"body": "<path fill=\"transparent\" d=\"M1 9V3a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7.667 6H4.333M9 1H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2\" class=\"icon-dark\"/>"
|
|
1636
|
+
},
|
|
1637
|
+
"16": {
|
|
1638
|
+
"body": "<path fill=\"transparent\" d=\"M2 12V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 8H6m6-6H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2\" class=\"icon-dark\"/>"
|
|
1639
|
+
},
|
|
1640
|
+
"24": {
|
|
1641
|
+
"body": "<path fill=\"transparent\" d=\"M3 18V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16 12H8m10-9H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3\" class=\"icon-dark\"/>"
|
|
1642
|
+
}
|
|
1643
|
+
}, ["12", "16", "24"], "square-minus")); };
|
|
1310
1644
|
var IconStatusCancelledOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1311
1645
|
"16": {
|
|
1312
|
-
"body": "<path d=\"M6 8h4m-2 6A6 6 0 1 1 8 2a6 6 0 0 1 0 12Z\"
|
|
1646
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M6 8h4m-2 6A6 6 0 1 1 8 2a6 6 0 0 1 0 12Z\" class=\"icon-dark\"/>"
|
|
1313
1647
|
},
|
|
1314
1648
|
"24": {
|
|
1315
|
-
"body": "<path d=\"M8 12h8m-4 9a9 9 0 1 1 0-18 9 9 0 0 1 0 18Z\"
|
|
1649
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M8 12h8m-4 9a9 9 0 1 1 0-18 9 9 0 0 1 0 18Z\" class=\"icon-dark\"/>"
|
|
1316
1650
|
}
|
|
1317
1651
|
}, ["16", "24"], "status-cancelled-outline")); };
|
|
1318
1652
|
var IconStatusCancelledSimple = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
@@ -1320,26 +1654,26 @@ var IconStatusCancelledSimple = function (props) { return React__namespace.creat
|
|
|
1320
1654
|
"body": "<circle cx=\"2\" cy=\"2\" r=\"1.5\" stroke=\"currentColor\" class=\"icon-dark\"/>"
|
|
1321
1655
|
},
|
|
1322
1656
|
"8": {
|
|
1323
|
-
"body": "<path
|
|
1657
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M1 4h6\" class=\"icon-dark\"/>"
|
|
1324
1658
|
}
|
|
1325
1659
|
}, ["4", "8"], "status-cancelled-simple")); };
|
|
1326
1660
|
var IconStatusCancelledSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1327
1661
|
"12": {
|
|
1328
|
-
"body": "<path
|
|
1662
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M2 6h8\" class=\"icon-dark\"/>"
|
|
1329
1663
|
},
|
|
1330
1664
|
"16": {
|
|
1331
|
-
"body": "<path fill
|
|
1665
|
+
"body": "<path fill=\"#afb3c7\" fill-rule=\"evenodd\" d=\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8m4-1a1 1 0 0 0 0 2h6a1 1 0 1 0 0-2z\" clip-rule=\"evenodd\"/>"
|
|
1332
1666
|
},
|
|
1333
1667
|
"24": {
|
|
1334
|
-
"body": "<path fill
|
|
1668
|
+
"body": "<path fill=\"#afb3c7\" fill-rule=\"evenodd\" d=\"M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12m6-1a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2z\" clip-rule=\"evenodd\"/>"
|
|
1335
1669
|
}
|
|
1336
1670
|
}, ["12", "16", "24"], "status-cancelled-solid")); };
|
|
1337
1671
|
var IconStatusErroredOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1338
1672
|
"16": {
|
|
1339
|
-
"body": "<path fill
|
|
1673
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8m6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0m1 5a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0zm-1 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1340
1674
|
},
|
|
1341
1675
|
"24": {
|
|
1342
|
-
"body": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\"
|
|
1676
|
+
"body": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-dark\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 7a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/>"
|
|
1343
1677
|
}
|
|
1344
1678
|
}, ["16", "24"], "status-errored-outline")); };
|
|
1345
1679
|
var IconStatusErroredSimple = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
@@ -1347,26 +1681,26 @@ var IconStatusErroredSimple = function (props) { return React__namespace.createE
|
|
|
1347
1681
|
"body": "<circle cx=\"2\" cy=\"2\" r=\"2\" fill=\"currentColor\" class=\"icon-dark\"/>"
|
|
1348
1682
|
},
|
|
1349
1683
|
"8": {
|
|
1350
|
-
"body": "<path fill
|
|
1684
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4 0a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/>"
|
|
1351
1685
|
}
|
|
1352
1686
|
}, ["4", "8"], "status-errored-simple")); };
|
|
1353
1687
|
var IconStatusErroredSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1354
1688
|
"12": {
|
|
1355
|
-
"body": "<path fill
|
|
1689
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M6 1a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0V2a1 1 0 0 1 1-1\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M7 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/>"
|
|
1356
1690
|
},
|
|
1357
1691
|
"16": {
|
|
1358
|
-
"body": "<path fill
|
|
1692
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M9 5a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0zm-1 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1359
1693
|
},
|
|
1360
1694
|
"24": {
|
|
1361
|
-
"body": "<path fill
|
|
1695
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m1-14a1 1 0 1 0-2 0v5a1 1 0 1 0 2 0zm-1 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1362
1696
|
}
|
|
1363
1697
|
}, ["12", "16", "24"], "status-errored-solid")); };
|
|
1364
1698
|
var IconStatusFailedOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1365
1699
|
"16": {
|
|
1366
|
-
"body": "<path d=\"M6.707 5.293a1 1 0 0 0-1.414 1.
|
|
1700
|
+
"body": "<path fill=\"currentColor\" d=\"M6.707 5.293a1 1 0 0 0-1.414 1.414zm2.586 5.414a1 1 0 0 0 1.414-1.414zm1.414-4a1 1 0 0 0-1.414-1.414zM5.293 9.293a1 1 0 0 0 1.414 1.414zM13 8a5 5 0 0 1-5 5v2a7 7 0 0 0 7-7zm-5 5a5 5 0 0 1-5-5H1a7 7 0 0 0 7 7zM3 8a5 5 0 0 1 5-5V1a7 7 0 0 0-7 7zm5-5a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7zM5.293 6.707l2 2 1.414-1.414-2-2zm2 2 2 2 1.414-1.414-2-2zm2-3.414-2 2 1.414 1.414 2-2zm-2 2-2 2 1.414 1.414 2-2z\" class=\"icon-dark\"/>"
|
|
1367
1701
|
},
|
|
1368
1702
|
"24": {
|
|
1369
|
-
"body": "<path d=\"M9.707 8.293a1 1 0 0 0-1.414 1.
|
|
1703
|
+
"body": "<path fill=\"currentColor\" d=\"M9.707 8.293a1 1 0 0 0-1.414 1.414zm4.586 7.414a1 1 0 0 0 1.414-1.414zm1.414-6a1 1 0 0 0-1.414-1.414zm-7.414 4.586a1 1 0 1 0 1.414 1.414zm0-4.586 3 3 1.414-1.414-3-3zm3 3 3 3 1.414-1.414-3-3zm3-4.414-3 3 1.414 1.414 3-3zm-3 3-3 3 1.414 1.414 3-3zM20 12a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10zm-8 8a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10zm-8-8a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12zm8-8a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10z\" class=\"icon-dark\"/>"
|
|
1370
1704
|
}
|
|
1371
1705
|
}, ["16", "24"], "status-failed-outline")); };
|
|
1372
1706
|
var IconStatusFailedSimple = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
@@ -1374,54 +1708,54 @@ var IconStatusFailedSimple = function (props) { return React__namespace.createEl
|
|
|
1374
1708
|
"body": "<circle cx=\"2\" cy=\"2\" r=\"2\" fill=\"currentColor\" class=\"icon-dark\"/>"
|
|
1375
1709
|
},
|
|
1376
1710
|
"8": {
|
|
1377
|
-
"body": "<path d=\"M2.707 1.293a1 1 0 0 0-1.414 1.
|
|
1711
|
+
"body": "<path fill=\"currentColor\" d=\"M2.707 1.293a1 1 0 0 0-1.414 1.414zm2.586 5.414a1 1 0 0 0 1.414-1.414zm1.414-4a1 1 0 0 0-1.414-1.414zM1.293 5.293a1 1 0 0 0 1.414 1.414zm0-2.586 4 4 1.414-1.414-4-4zm4-1.414-4 4 1.414 1.414 4-4z\" class=\"icon-dark\"/>"
|
|
1378
1712
|
},
|
|
1379
1713
|
"12": {
|
|
1380
|
-
"body": "<path d=\"M3.707 2.293a1 1 0 0 0-1.414 1.
|
|
1714
|
+
"body": "<path fill=\"currentColor\" d=\"M3.707 2.293a1 1 0 0 0-1.414 1.414zm4.586 7.414a1 1 0 0 0 1.414-1.414zm1.414-6a1 1 0 0 0-1.414-1.414zM2.293 8.293a1 1 0 0 0 1.414 1.414zm0-4.586 6 6 1.414-1.414-6-6zm6-1.414-6 6 1.414 1.414 6-6z\" class=\"icon-dark\"/>"
|
|
1381
1715
|
},
|
|
1382
1716
|
"16": {
|
|
1383
|
-
"body": "<path d=\"M4.707 3.293a1 1 0 0 0-1.414 1.
|
|
1717
|
+
"body": "<path fill=\"currentColor\" d=\"M4.707 3.293a1 1 0 0 0-1.414 1.414zm6.586 9.414a1 1 0 0 0 1.414-1.414zm1.414-8a1 1 0 0 0-1.414-1.414zm-9.414 6.586a1 1 0 1 0 1.414 1.414zm0-6.586 4 4 1.414-1.414-4-4zm4 4 4 4 1.414-1.414-4-4zm4-5.414-4 4 1.414 1.414 4-4zm-4 4-4 4 1.414 1.414 4-4z\" class=\"icon-dark\"/>"
|
|
1384
1718
|
},
|
|
1385
1719
|
"24": {
|
|
1386
|
-
"body": "<path d=\"M6.707 5.293a1 1 0 0 0-1.414 1.
|
|
1720
|
+
"body": "<path fill=\"currentColor\" d=\"M6.707 5.293a1 1 0 0 0-1.414 1.414zm10.586 13.414a1 1 0 0 0 1.414-1.414zm1.414-12a1 1 0 0 0-1.414-1.414zM5.293 17.293a1 1 0 1 0 1.414 1.414zm0-10.586 6 6 1.414-1.414-6-6zm6 6 6 6 1.414-1.414-6-6zm6-7.414-6 6 1.414 1.414 6-6zm-6 6-6 6 1.414 1.414 6-6z\" class=\"icon-dark\"/>"
|
|
1387
1721
|
}
|
|
1388
1722
|
}, ["4", "8", "12", "16", "24"], "status-failed-simple")); };
|
|
1389
1723
|
var IconStatusFailedSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1390
1724
|
"16": {
|
|
1391
|
-
"body": "<circle cx=\"8\" cy=\"8\" r=\"7\" fill=\"currentColor\" class=\"icon-dark\"/><path d=\"M6.707 5.293a1 1 0 0 0-1.414 1.
|
|
1725
|
+
"body": "<circle cx=\"8\" cy=\"8\" r=\"7\" fill=\"currentColor\" class=\"icon-dark\"/><path fill=\"#fff\" d=\"M6.707 5.293a1 1 0 0 0-1.414 1.414zm2.586 5.414a1 1 0 0 0 1.414-1.414zm1.414-4a1 1 0 0 0-1.414-1.414zM5.293 9.293a1 1 0 0 0 1.414 1.414zm0-2.586 4 4 1.414-1.414-4-4zm4-1.414-4 4 1.414 1.414 4-4z\"/>"
|
|
1392
1726
|
},
|
|
1393
1727
|
"24": {
|
|
1394
|
-
"body": "<path fill
|
|
1728
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10M9.707 8.293a1 1 0 0 0-1.414 1.414L10.586 12l-2.293 2.293a1 1 0 1 0 1.414 1.414L12 13.414l2.293 2.293a1 1 0 0 0 1.414-1.414L13.414 12l2.293-2.293a1 1 0 0 0-1.414-1.414L12 10.586z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1395
1729
|
}
|
|
1396
1730
|
}, ["16", "24"], "status-failed-solid")); };
|
|
1397
1731
|
var IconStatusFailingOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1398
1732
|
"16": {
|
|
1399
|
-
"body": "<path d=\"M6.707 5.293a1 1 0 0 0-1.414 1.
|
|
1733
|
+
"body": "<path fill=\"currentColor\" d=\"M6.707 5.293a1 1 0 0 0-1.414 1.414zm2.586 5.414a1 1 0 0 0 1.414-1.414zm1.414-4a1 1 0 0 0-1.414-1.414zM5.293 9.293a1 1 0 0 0 1.414 1.414zm0-2.586 4 4 1.414-1.414-4-4zm4-1.414-4 4 1.414 1.414 4-4z\" class=\"icon-dark\"/><circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"#e1e3ed\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-light\"/><circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"currentColor\" stroke-dasharray=\"10 28\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-dark\"><animate attributeName=\"stroke-dashoffset\" dur=\"1s\" repeatCount=\"indefinite\" values=\"36.6;0\"/></circle>"
|
|
1400
1734
|
},
|
|
1401
1735
|
"24": {
|
|
1402
|
-
"body": "<path d=\"M9.707 8.293a1 1 0 0 0-1.414 1.
|
|
1736
|
+
"body": "<path fill=\"currentColor\" d=\"M9.707 8.293a1 1 0 0 0-1.414 1.414zm4.586 7.414a1 1 0 0 0 1.414-1.414zm1.414-6a1 1 0 0 0-1.414-1.414zm-7.414 4.586a1 1 0 1 0 1.414 1.414zm0-4.586 3 3 1.414-1.414-3-3zm3 3 3 3 1.414-1.414-3-3zm3-4.414-3 3 1.414 1.414 3-3zm-3 3-3 3 1.414 1.414 3-3zM20 12\" class=\"icon-dark\"/><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"#e1e3ed\" stroke-width=\"2\" class=\"icon-light\"/><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-dasharray=\"15 42\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-dark\"><animate attributeName=\"stroke-dashoffset\" dur=\"1s\" repeatCount=\"indefinite\" values=\"57;0\"/></circle>"
|
|
1403
1737
|
}
|
|
1404
1738
|
}, ["16", "24"], "status-failing-outline")); };
|
|
1405
1739
|
var IconStatusFlaky = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1406
1740
|
"10": {
|
|
1407
|
-
"body": "<path d=\"m7.697 9.59 2.19-4.136a.
|
|
1741
|
+
"body": "<path fill=\"#e45770\" d=\"m7.697 9.59 2.19-4.136a.97.97 0 0 0 0-.908L7.697.41c-.29-.547-1.104-.547-1.394 0l-.742 1.401L6.85 4.365c.201.399.201.871 0 1.27L5.561 8.19l.742 1.4c.29.548 1.104.548 1.394 0\"/><path fill=\"#1fa971\" d=\"M3.697 9.59c-.29.547-1.104.547-1.394 0L.113 5.454a.97.97 0 0 1 0-.908L2.303.41c.29-.547 1.104-.547 1.394 0l2.19 4.136c.15.285.15.623 0 .908z\"/>"
|
|
1408
1742
|
},
|
|
1409
1743
|
"12": {
|
|
1410
|
-
"body": "<path d=\"M0 9V3a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H3a3 3 0 0 1-3-
|
|
1744
|
+
"body": "<path fill=\"#f3ecb3\" d=\"M0 9V3a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3\"/><path fill=\"#e45770\" d=\"m8.697 10.59 2.19-4.136a.97.97 0 0 0 0-.908L8.697 1.41c-.29-.547-1.104-.547-1.394 0l-.742 1.401L7.85 5.365c.201.399.201.871 0 1.27L6.561 9.19l.742 1.4c.29.548 1.104.548 1.394 0\"/><path fill=\"#1fa971\" d=\"M4.697 10.59c-.29.547-1.104.547-1.394 0l-2.19-4.136a.97.97 0 0 1 0-.908l2.19-4.136c.29-.547 1.104-.547 1.394 0l2.19 4.136c.15.285.15.623 0 .908z\"/>"
|
|
1411
1745
|
},
|
|
1412
1746
|
"16": {
|
|
1413
|
-
"body": "<path d=\"M1 12V4a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H4a3 3 0 0 1-3-
|
|
1747
|
+
"body": "<path fill=\"#f3ecb3\" d=\"M1 12V4a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3\"/><path fill=\"#e45770\" d=\"m10.697 12.59 2.19-4.136a.97.97 0 0 0 0-.908l-2.19-4.136c-.29-.547-1.104-.547-1.394 0l-.742 1.401L9.85 7.365c.201.399.201.871 0 1.27L8.561 11.19l.742 1.4c.29.548 1.104.548 1.394 0\"/><path fill=\"#1fa971\" d=\"M6.697 12.59c-.29.547-1.104.547-1.394 0l-2.19-4.136a.97.97 0 0 1 0-.908l2.19-4.136c.29-.547 1.104-.547 1.394 0l2.19 4.136c.15.285.15.623 0 .908z\"/>"
|
|
1414
1748
|
},
|
|
1415
1749
|
"24": {
|
|
1416
|
-
"body": "<path d=\"M2 18V6a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-
|
|
1750
|
+
"body": "<path fill=\"#f3ecb3\" d=\"M2 18V6a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4\"/><path fill=\"#e45770\" d=\"m14.697 16.59 2.19-4.136a.97.97 0 0 0 0-.908l-2.19-4.136c-.29-.547-1.104-.547-1.394 0l-.742 1.401 1.288 2.554c.201.399.201.871 0 1.27l-1.288 2.554.742 1.4c.29.548 1.104.548 1.394 0\"/><path fill=\"#1fa971\" d=\"M10.697 16.59c-.29.547-1.104.547-1.394 0l-2.19-4.136a.97.97 0 0 1 0-.908l2.19-4.136c.29-.547 1.104-.547 1.394 0l2.19 4.136c.15.285.15.623 0 .908z\"/>"
|
|
1417
1751
|
}
|
|
1418
1752
|
}, ["10", "12", "16", "24"], "status-flaky")); };
|
|
1419
1753
|
var IconStatusPassedOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1420
1754
|
"16": {
|
|
1421
|
-
"body": "<circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"currentColor\"
|
|
1755
|
+
"body": "<circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"currentColor\" stroke-width=\"2\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 6-2.5 4L6 8.5\" class=\"icon-dark\"/>"
|
|
1422
1756
|
},
|
|
1423
1757
|
"24": {
|
|
1424
|
-
"body": "<path fill
|
|
1758
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0m8-10C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m3.864 7.504a1 1 0 0 0-1.728-1.008l-2.846 4.88-1.583-1.583a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.57-.203z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1425
1759
|
}
|
|
1426
1760
|
}, ["16", "24"], "status-passed-outline")); };
|
|
1427
1761
|
var IconStatusPassedSimple = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
@@ -1429,35 +1763,35 @@ var IconStatusPassedSimple = function (props) { return React__namespace.createEl
|
|
|
1429
1763
|
"body": "<circle cx=\"2\" cy=\"2\" r=\"2\" fill=\"currentColor\" class=\"icon-dark\"/>"
|
|
1430
1764
|
},
|
|
1431
1765
|
"8": {
|
|
1432
|
-
"body": "<path
|
|
1766
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 2 3.5 6 2 4.5\" class=\"icon-dark\"/>"
|
|
1433
1767
|
},
|
|
1434
1768
|
"12": {
|
|
1435
|
-
"body": "<path
|
|
1769
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 3 5 9 3 6.5\" class=\"icon-dark\"/>"
|
|
1436
1770
|
},
|
|
1437
1771
|
"16": {
|
|
1438
|
-
"body": "<path
|
|
1772
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 8.667 7.333 12 12 4\" class=\"icon-dark\"/>"
|
|
1439
1773
|
},
|
|
1440
1774
|
"24": {
|
|
1441
|
-
"body": "<path fill
|
|
1775
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M15.504 8.136a1 1 0 0 1 .36 1.368l-3.5 6a1 1 0 0 1-1.571.203l-2.5-2.5a1 1 0 1 1 1.414-1.414l1.583 1.583 2.846-4.88a1 1 0 0 1 1.368-.36\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1442
1776
|
}
|
|
1443
1777
|
}, ["4", "8", "12", "16", "24"], "status-passed-simple")); };
|
|
1444
1778
|
var IconStatusPassedSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1445
1779
|
"16": {
|
|
1446
|
-
"body": "<circle cx=\"8\" cy=\"8\" r=\"7\" fill=\"currentColor\" class=\"icon-dark\"/><path
|
|
1780
|
+
"body": "<circle cx=\"8\" cy=\"8\" r=\"7\" fill=\"currentColor\" class=\"icon-dark\"/><path stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 6-2.5 4L6 8.5\"/>"
|
|
1447
1781
|
},
|
|
1448
1782
|
"24": {
|
|
1449
|
-
"body": "<path fill
|
|
1783
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10m3.864-12.496a1 1 0 0 0-1.728-1.008l-2.846 4.88-1.583-1.583a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.57-.203z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1450
1784
|
}
|
|
1451
1785
|
}, ["16", "24"], "status-passed-solid")); };
|
|
1452
1786
|
var IconStatusPendingOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1453
1787
|
"12": {
|
|
1454
|
-
"body": "<path d=\"M4.47 2.305a4 4 0 1 0 3.061 0\"
|
|
1788
|
+
"body": "<path stroke=\"currentColor\" stroke-width=\"2\" d=\"M4.47 2.305a4 4 0 1 0 3.061 0\" class=\"icon-dark\"/>"
|
|
1455
1789
|
},
|
|
1456
1790
|
"16": {
|
|
1457
|
-
"body": "<path d=\"M5.706 2.46a5.998 5.998 0 1 0 4.59 0\"
|
|
1791
|
+
"body": "<path stroke=\"currentColor\" stroke-width=\"2\" d=\"M5.706 2.46a5.998 5.998 0 1 0 4.59 0\" class=\"icon-dark\"/>"
|
|
1458
1792
|
},
|
|
1459
1793
|
"24": {
|
|
1460
|
-
"body": "<path d=\"M8.555 3.685a8.999 8.999 0 1 0 6.887 0\"
|
|
1794
|
+
"body": "<path stroke=\"currentColor\" stroke-width=\"2\" d=\"M8.555 3.685a8.999 8.999 0 1 0 6.887 0\" class=\"icon-dark\"/>"
|
|
1461
1795
|
}
|
|
1462
1796
|
}, ["12", "16", "24"], "status-pending-outline")); };
|
|
1463
1797
|
var IconStatusPendingSimple = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
@@ -1465,7 +1799,7 @@ var IconStatusPendingSimple = function (props) { return React__namespace.createE
|
|
|
1465
1799
|
"body": "<circle cx=\"2\" cy=\"2\" r=\"1.5\" stroke=\"currentColor\" class=\"icon-dark\"/>"
|
|
1466
1800
|
},
|
|
1467
1801
|
"8": {
|
|
1468
|
-
"body": "<path d=\"M2.852 1.228a3 3 0 1 0 2.296 0\"
|
|
1802
|
+
"body": "<path stroke=\"currentColor\" stroke-width=\"2\" d=\"M2.852 1.228a3 3 0 1 0 2.296 0\" class=\"icon-dark\"/>"
|
|
1469
1803
|
}
|
|
1470
1804
|
}, ["4", "8"], "status-pending-simple")); };
|
|
1471
1805
|
var IconStatusPlaceholderSimple = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
@@ -1489,13 +1823,13 @@ var IconStatusPlaceholderSolid = function (props) { return React__namespace.crea
|
|
|
1489
1823
|
}, ["12", "16", "24"], "status-placeholder-solid")); };
|
|
1490
1824
|
var IconStatusQueuedOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1491
1825
|
"12": {
|
|
1492
|
-
"body": "<circle cx=\"6\" cy=\"6\" r=\"4\" stroke=\"currentColor\"
|
|
1826
|
+
"body": "<circle cx=\"6\" cy=\"6\" r=\"4\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-dark\"/>"
|
|
1493
1827
|
},
|
|
1494
1828
|
"16": {
|
|
1495
|
-
"body": "<circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"currentColor\"
|
|
1829
|
+
"body": "<circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-dark\"/>"
|
|
1496
1830
|
},
|
|
1497
1831
|
"24": {
|
|
1498
|
-
"body": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\"
|
|
1832
|
+
"body": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\" class=\"icon-dark\"/>"
|
|
1499
1833
|
}
|
|
1500
1834
|
}, ["12", "16", "24"], "status-queued-outline")); };
|
|
1501
1835
|
var IconStatusQueuedSimple = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
@@ -1503,37 +1837,37 @@ var IconStatusQueuedSimple = function (props) { return React__namespace.createEl
|
|
|
1503
1837
|
"body": "<circle cx=\"2\" cy=\"2\" r=\"1.5\" stroke=\"currentColor\" class=\"icon-dark\"/>"
|
|
1504
1838
|
},
|
|
1505
1839
|
"8": {
|
|
1506
|
-
"body": "<circle cx=\"4\" cy=\"4\" r=\"3\" stroke=\"currentColor\"
|
|
1840
|
+
"body": "<circle cx=\"4\" cy=\"4\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-dark\"/>"
|
|
1507
1841
|
}
|
|
1508
1842
|
}, ["4", "8"], "status-queued-simple")); };
|
|
1509
1843
|
var IconStatusRunningOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1510
1844
|
"12": {
|
|
1511
|
-
"body": "<circle cx=\"6\" cy=\"6\" r=\"4\" stroke=\"#
|
|
1845
|
+
"body": "<circle cx=\"6\" cy=\"6\" r=\"4\" stroke=\"#e1e3ed\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-light\"/><circle cx=\"6\" cy=\"6\" r=\"4\" stroke=\"currentColor\" stroke-dasharray=\"5 20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-dark\"><animate attributeName=\"stroke-dashoffset\" dur=\"1s\" repeatCount=\"indefinite\" values=\"25;0\"/></circle>"
|
|
1512
1846
|
},
|
|
1513
1847
|
"16": {
|
|
1514
|
-
"body": "<circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"#
|
|
1848
|
+
"body": "<circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"#e1e3ed\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-light\"/><circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"currentColor\" stroke-dasharray=\"10 28\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-dark\"><animate attributeName=\"stroke-dashoffset\" dur=\"1s\" repeatCount=\"indefinite\" values=\"36.6;0\"/></circle>"
|
|
1515
1849
|
},
|
|
1516
1850
|
"24": {
|
|
1517
|
-
"body": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"#
|
|
1851
|
+
"body": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"#e1e3ed\" stroke-width=\"2\" class=\"icon-light\"/><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-dasharray=\"15 42\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-dark\"><animate attributeName=\"stroke-dashoffset\" dur=\"1s\" repeatCount=\"indefinite\" values=\"57;0\"/></circle>"
|
|
1518
1852
|
}
|
|
1519
1853
|
}, ["12", "16", "24"], "status-running-outline")); };
|
|
1520
1854
|
var IconStatusRunningSimple = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1521
1855
|
"4": {
|
|
1522
|
-
"body": "<circle cx=\"2\" cy=\"2\" r=\"1.5\" fill=\"#
|
|
1856
|
+
"body": "<circle cx=\"2\" cy=\"2\" r=\"1.5\" fill=\"#c5c9fd\" stroke=\"currentColor\" class=\"icon-dark-stroke icon-light-fill\"><animate attributeName=\"stroke-width\" dur=\"1.5s\" repeatCount=\"indefinite\" values=\"2;1;2\"/><animate attributeName=\"r\" dur=\"1.5s\" repeatCount=\"indefinite\" values=\"1;1.5;1\"/></circle>"
|
|
1523
1857
|
},
|
|
1524
1858
|
"8": {
|
|
1525
|
-
"body": "<circle cx=\"4\" cy=\"4\" r=\"3\" stroke=\"#
|
|
1859
|
+
"body": "<circle cx=\"4\" cy=\"4\" r=\"3\" stroke=\"#e1e3ed\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-light\"/><circle cx=\"4\" cy=\"4\" r=\"3\" stroke=\"currentColor\" stroke-dasharray=\"5 14\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-dark\"><animate attributeName=\"stroke-dashoffset\" dur=\"1s\" repeatCount=\"indefinite\" values=\"18.3;0\"/></circle>"
|
|
1526
1860
|
}
|
|
1527
1861
|
}, ["4", "8"], "status-running-simple")); };
|
|
1528
1862
|
var IconStatusSkippedOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1529
1863
|
"12": {
|
|
1530
|
-
"body": "<path d=\"M3.172 8.828a4 4 0 0 0 5.656-5.656M3.172 8.828a4 4 0 0 1 5.656-5.656M3.172 8.828l5.656-5.656\"
|
|
1864
|
+
"body": "<path stroke=\"currentColor\" stroke-width=\"2\" d=\"M3.172 8.828a4 4 0 0 0 5.656-5.656M3.172 8.828a4 4 0 0 1 5.656-5.656M3.172 8.828l5.656-5.656\" class=\"icon-dark\"/>"
|
|
1531
1865
|
},
|
|
1532
1866
|
"16": {
|
|
1533
|
-
"body": "<path d=\"M3.757 12.243a6 6 0 1 0 8.486-8.486m-8.486 8.486a6 6 0 1 1 8.486-8.486m-8.486 8.486 8.486-8.486\"
|
|
1867
|
+
"body": "<path stroke=\"currentColor\" stroke-width=\"2\" d=\"M3.757 12.243a6 6 0 1 0 8.486-8.486m-8.486 8.486a6 6 0 1 1 8.486-8.486m-8.486 8.486 8.486-8.486\" class=\"icon-dark\"/>"
|
|
1534
1868
|
},
|
|
1535
1869
|
"24": {
|
|
1536
|
-
"body": "<path d=\"M5.636 18.364A9 9 0 0 0 18.364 5.636M5.636 18.364A9 9 0 0 1 18.364 5.636M5.636 18.364 18.364 5.636\"
|
|
1870
|
+
"body": "<path stroke=\"currentColor\" stroke-width=\"2\" d=\"M5.636 18.364A9 9 0 0 0 18.364 5.636M5.636 18.364A9 9 0 0 1 18.364 5.636M5.636 18.364 18.364 5.636\" class=\"icon-dark\"/>"
|
|
1537
1871
|
}
|
|
1538
1872
|
}, ["12", "16", "24"], "status-skipped-outline")); };
|
|
1539
1873
|
var IconStatusSkippedSimple = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
@@ -1541,329 +1875,435 @@ var IconStatusSkippedSimple = function (props) { return React__namespace.createE
|
|
|
1541
1875
|
"body": "<circle cx=\"2\" cy=\"2\" r=\"1.5\" stroke=\"currentColor\" class=\"icon-dark\"/>"
|
|
1542
1876
|
},
|
|
1543
1877
|
"8": {
|
|
1544
|
-
"body": "<path d=\"M1.879 6.121A3 3 0 0 0 6.12 1.88M1.88 6.12A3 3 0 1 1 6.12 1.88M1.88 6.12 6.12 1.88\"
|
|
1878
|
+
"body": "<path stroke=\"currentColor\" stroke-width=\"2\" d=\"M1.879 6.121A3 3 0 0 0 6.12 1.88M1.88 6.12A3 3 0 1 1 6.12 1.88M1.88 6.12 6.12 1.88\" class=\"icon-dark\"/>"
|
|
1545
1879
|
}
|
|
1546
1880
|
}, ["4", "8"], "status-skipped-simple")); };
|
|
1881
|
+
var IconTechnologyAccessibilityDisabled = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1882
|
+
"48": {
|
|
1883
|
+
"body": "<rect width=\"38\" height=\"38\" x=\"5\" y=\"4.999\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" class=\"icon-dark-stroke icon-light-fill\" rx=\"19\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M24 19a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m-6.757.03a1 1 0 1 0-.485 1.94L23 22.53v4.137L17.95 33.4a1 1 0 0 0 1.6 1.2L24 28.667l4.45 5.933a1 1 0 0 0 1.6-1.2L25 26.667V22.53l6.243-1.56a1 1 0 1 0-.485-1.941L24 20.72z\" class=\"icon-dark\" clip-rule=\"evenodd\"/><circle cx=\"37\" cy=\"37\" r=\"8\" fill=\"currentColor\" class=\"icon-light-secondary\"/><path fill=\"currentColor\" d=\"M43 37.001a6 6 0 1 0-12 0 6 6 0 0 0 12 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"m32.741 41.227 8.525-8.446M43 37.001a6 6 0 1 0-12 0 6 6 0 0 0 12 0Z\" class=\"icon-dark\"/>"
|
|
1884
|
+
}
|
|
1885
|
+
}, ["48"], "technology-accessibility-disabled")); };
|
|
1547
1886
|
var IconTechnologyAccessibility = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1548
1887
|
"24": {
|
|
1549
|
-
"body": "<path d=\"m12 10.999 4-1m-4 1-4-1m4 1v3m0 0-3 4m3-4 3 4m8-6c0 6.075-4.925 11-11 11s-11-4.925-11-11 4.925-11 11-11 11 4.925 11 11Zm-11-4a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\"
|
|
1888
|
+
"body": "<path fill=\"#e1e3ed\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"m12 10.999 4-1m-4 1-4-1m4 1v3m0 0-3 4m3-4 3 4m8-6c0 6.075-4.925 11-11 11s-11-4.925-11-11 4.925-11 11-11 11 4.925 11 11Zm-11-4a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\" class=\"icon-dark-stroke icon-light-fill\"/>"
|
|
1889
|
+
},
|
|
1890
|
+
"48": {
|
|
1891
|
+
"body": "<rect width=\"38\" height=\"38\" x=\"5\" y=\"4.999\" fill=\"#f3f4fa\" stroke=\"currentColor\" stroke-width=\"2\" class=\"icon-dark-stroke icon-light-fill\" rx=\"19\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M24 18a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m-6.757.03a1 1 0 1 0-.485 1.94L23 21.53v4.137L17.95 32.4a1 1 0 0 0 1.6 1.2L24 27.667l4.45 5.933a1 1 0 0 0 1.6-1.2L25 25.667V21.53l6.243-1.56a1 1 0 1 0-.485-1.941L24 19.72z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1892
|
+
}
|
|
1893
|
+
}, ["24", "48"], "technology-accessibility")); };
|
|
1894
|
+
var IconTechnologyAngleBrackets = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1895
|
+
"16": {
|
|
1896
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m11 13 4-5-4-5M5 13 1 8l4-5\" class=\"icon-dark\"/>"
|
|
1550
1897
|
}
|
|
1551
|
-
}, ["
|
|
1898
|
+
}, ["16"], "technology-angle-brackets")); };
|
|
1552
1899
|
var IconTechnologyBranchHTall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1553
1900
|
"16": {
|
|
1554
|
-
"body": "<path d=\"M3 13h3v-
|
|
1901
|
+
"body": "<path fill=\"currentColor\" d=\"M3 13h3v-2H3zm3 0h7v-2H6zm4.386-8H13V3h-2.614zm-3.45 7.351L9.45 5.65l-1.873-.702-2.513 6.702zM14 4v2a2 2 0 0 0 2-2zm0 0h-2a2 2 0 0 0 2 2zm0 0V2a2 2 0 0 0-2 2zm0 0h2a2 2 0 0 0-2-2zm0 8v2a2 2 0 0 0 2-2zm0 0h-2a2 2 0 0 0 2 2zm0 0v-2a2 2 0 0 0-2 2zm0 0h2a2 2 0 0 0-2-2zM2 12v2a2 2 0 0 0 2-2zm0 0H0a2 2 0 0 0 2 2zm0 0v-2a2 2 0 0 0-2 2zm0 0h2a2 2 0 0 0-2-2zm8.386-9a3 3 0 0 0-2.809 1.947l1.873.702A1 1 0 0 1 10.386 5z\" class=\"icon-dark\"/>"
|
|
1555
1902
|
}
|
|
1556
1903
|
}, ["16"], "technology-branch-h-tall")); };
|
|
1557
1904
|
var IconTechnologyBranchH = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1558
1905
|
"16": {
|
|
1559
|
-
"body": "<path d=\"M3 12h3v-
|
|
1906
|
+
"body": "<path fill=\"currentColor\" d=\"M3 12h3v-2H3zm3 0h7v-2H6zm4.236-6H13V4h-2.764zm-3.342 5.447 2.448-4.894-1.79-.895-2.446 4.895zM14 5v2a2 2 0 0 0 2-2zm0 0h-2a2 2 0 0 0 2 2zm0 0V3a2 2 0 0 0-2 2zm0 0h2a2 2 0 0 0-2-2zm0 6v2a2 2 0 0 0 2-2zm0 0h-2a2 2 0 0 0 2 2zm0 0V9a2 2 0 0 0-2 2zm0 0h2a2 2 0 0 0-2-2zM2 11v2a2 2 0 0 0 2-2zm0 0H0a2 2 0 0 0 2 2zm0 0V9a2 2 0 0 0-2 2zm0 0h2a2 2 0 0 0-2-2zm8.236-7a3 3 0 0 0-2.683 1.658l1.789.895A1 1 0 0 1 10.236 6z\" class=\"icon-dark\"/>"
|
|
1560
1907
|
}
|
|
1561
1908
|
}, ["16"], "technology-branch-h")); };
|
|
1562
1909
|
var IconTechnologyBrowserAdded = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1563
1910
|
"16": {
|
|
1564
|
-
"body": "<path d=\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1
|
|
1911
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2H2z\" class=\"icon-light\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M0 3a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3m3-1a1 1 0 0 0-1 1v2h12V3a1 1 0 0 0-1-1zm11 4H2v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1zM8 7a1 1 0 0 1 1 1v1h1a1 1 0 1 1 0 2H9v1a1 1 0 1 1-2 0v-1H6a1 1 0 1 1 0-2h1V8a1 1 0 0 1 1-1M3.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M8 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1565
1912
|
}
|
|
1566
1913
|
}, ["16"], "technology-browser-added")); };
|
|
1567
1914
|
var IconTechnologyBrowserCheckmark = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1568
1915
|
"48": {
|
|
1569
|
-
"body": "<path d=\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-
|
|
1916
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3\"/><path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 12h20m4-1v26a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V11m38 0a3 3 0 0 0-3-3H8a3 3 0 0 0-3 3m38 0v5H5v-5\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/><path fill=\"#69d3a7\" d=\"M30 28a6 6 0 1 0-12 0 6 6 0 0 0 12 0\" class=\"icon-light-secondary\"/><path fill=\"#00814d\" d=\"M22.707 27.792a1 1 0 1 0-1.414 1.414zM23.5 30l-.707.707a1 1 0 0 0 1.52-.125zm3.314-2.918a1 1 0 1 0-1.628-1.163zm4.186.918a7 7 0 0 0-7-7v2a5 5 0 0 1 5 5zm-7-7a7 7 0 0 0-7 7h2a5 5 0 0 1 5-5zm-7 7a7 7 0 0 0 7 7v-2a5 5 0 0 1-5-5zm7 7a7 7 0 0 0 7-7h-2a5 5 0 0 1-5 5zm-2.707-5.793 1.5 1.5 1.414-1.414-1.5-1.5zm3.02 1.375 2.5-3.5-1.627-1.163-2.5 3.5z\" class=\"icon-dark-secondary\"/>"
|
|
1570
1917
|
}
|
|
1571
1918
|
}, ["48"], "technology-browser-checkmark")); };
|
|
1572
1919
|
var IconTechnologyBrowserDark = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1573
1920
|
"16": {
|
|
1574
|
-
"body": "<path d=\"M2 6h12v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-
|
|
1921
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 6h12v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z\" class=\"icon-light\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3zM2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2H2zm12 3H2v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1zM3.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M8 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1575
1922
|
}
|
|
1576
1923
|
}, ["16"], "technology-browser-dark")); };
|
|
1577
1924
|
var IconTechnologyBrowserIgnored = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1578
1925
|
"16": {
|
|
1579
|
-
"body": "<path d=\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1
|
|
1926
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2H2z\" class=\"icon-light\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M0 3a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v3a1 1 0 1 1-2 0H2v7a1 1 0 0 0 1 1h3a1 1 0 1 1 0 2H3a3 3 0 0 1-3-3V3m2 2h12V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1zm10.518 5.068a1.999 1.999 0 0 0-2.45 2.45zm1.414 1.414-2.45 2.45a1.999 1.999 0 0 0 2.45-2.45m-4.76-2.31a4 4 0 1 1 5.656 5.656 4 4 0 0 1-5.656-5.656M3.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M8 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1580
1927
|
}
|
|
1581
1928
|
}, ["16"], "technology-browser-ignored")); };
|
|
1582
1929
|
var IconTechnologyBrowserLight = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1583
1930
|
"12": {
|
|
1584
|
-
"body": "<path d=\"M2 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1
|
|
1931
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H2z\" class=\"icon-light\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 0a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3zM2 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v1.75H2V3m0 2.5V9a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V5.5zm1.007-1.648a.375.375 0 1 0 0-.75.375.375 0 0 0 0 .75m1.5 0a.375.375 0 1 0 0-.75.375.375 0 0 0 0 .75m1.875-.375a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1585
1932
|
},
|
|
1586
1933
|
"16": {
|
|
1587
|
-
"body": "<path d=\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1
|
|
1934
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2H2z\" class=\"icon-light\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3zM2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2H2zm12 3H2v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1zM3.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M8 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1588
1935
|
},
|
|
1589
1936
|
"24": {
|
|
1590
|
-
"body": "<path d=\"M3 4a1 1 0 0 1 1-1h16a1 1 0 0 1 1
|
|
1937
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M3 4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v4H3z\" class=\"icon-light\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4 1a3 3 0 0 0-3 3v16a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3zM3 4a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v3.5H3zm18 5H3v11a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1zM5.25 6a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m3 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5M12 5.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1591
1938
|
}
|
|
1592
1939
|
}, ["12", "16", "24"], "technology-browser-light")); };
|
|
1593
1940
|
var IconTechnologyBrowserNotTested = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1594
1941
|
"12": {
|
|
1595
|
-
"body": "<path d=\"M2 3a1 1 0 0 1 1-1h7a1 1 0 0 1 1
|
|
1942
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 3a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v1H2z\" class=\"icon-light\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 0a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h1.571a1 1 0 1 0 0-2H3a1 1 0 0 1-1-1V4.6h8a1 1 0 0 0 2-.029V3a3 3 0 0 0-3-3zm7 3.88V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v.88zm-7-.52a.36.36 0 1 0 0-.72.36.36 0 0 0 0 .72m1.36 0a.36.36 0 1 0 0-.72.36.36 0 0 0 0 .72M6 3a.36.36 0 1 1-.72 0A.36.36 0 0 1 6 3\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path stroke=\"#c62b49\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m7.2 7.2 1.875 1.875m1.875 1.875L9.075 9.075m0 0L10.95 7.2M9.075 9.075 7.2 10.95\" class=\"icon-dark-secondary\"/>"
|
|
1596
1943
|
},
|
|
1597
1944
|
"16": {
|
|
1598
|
-
"body": "<path d=\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1
|
|
1945
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2H2z\" class=\"icon-light\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h3a1 1 0 1 0 0-2H3a1 1 0 0 1-1-1V6h12a1 1 0 1 0 2 0V3a3 3 0 0 0-3-3zm11 5V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2zM3.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M8 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path stroke=\"#c62b49\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 10 2.5 2.5M15 15l-2.5-2.5m0 0L15 10m-2.5 2.5L10 15\" class=\"icon-dark-secondary\"/>"
|
|
1599
1946
|
}
|
|
1600
1947
|
}, ["12", "16"], "technology-browser-not-tested")); };
|
|
1601
1948
|
var IconTechnologyBrowserTested = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1602
1949
|
"12": {
|
|
1603
|
-
"body": "<path d=\"M2 3a1 1 0 0 1 1-1h7a1 1 0 0 1 1
|
|
1950
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 3a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v1H2z\" class=\"icon-light\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 0a3 3 0 0 0-3 3v6a3 3 0 0 0 3 3h1.571a1 1 0 1 0 0-2H3a1 1 0 0 1-1-1V4.6h8a1 1 0 0 0 2-.029V3a3 3 0 0 0-3-3zm7 3.88V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v.88zm-7-.52a.36.36 0 1 0 0-.72.36.36 0 0 0 0 .72m1.36 0a.36.36 0 1 0 0-.72.36.36 0 0 0 0 .72M6 3a.36.36 0 1 1-.72 0A.36.36 0 0 1 6 3\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path stroke=\"#1fa971\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8 10 1 1 2-3\" class=\"icon-dark-secondary\"/>"
|
|
1604
1951
|
},
|
|
1605
1952
|
"16": {
|
|
1606
|
-
"body": "<path d=\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1
|
|
1953
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2H2z\" class=\"icon-light\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h3a1 1 0 1 0 0-2H3a1 1 0 0 1-1-1V6h12a1 1 0 1 0 2 0V3a3 3 0 0 0-3-3zm11 5V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2zM3.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1M8 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path stroke=\"#1fa971\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 13 1.5 2 3.5-5\" class=\"icon-dark-secondary\"/>"
|
|
1607
1954
|
}
|
|
1608
1955
|
}, ["12", "16"], "technology-browser-tested")); };
|
|
1609
1956
|
var IconTechnologyBrowserTesting2 = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1610
1957
|
"48": {
|
|
1611
|
-
"body": "<path d=\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-
|
|
1958
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3\" class=\"icon-light\"/><path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M5 16H4a1 1 0 0 0 1 1zm38 0v1a1 1 0 0 0 1-1zm-24-5a1 1 0 1 0 0 2zm20 2a1 1 0 1 0 0-2zM8 9h32V7H8zm34 2v26h2V11zM6 37V11H4v26zM5 17h38v-2H5zm14-4h20v-2H19zM8 39a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4zm34-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4zM40 9a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4zM8 7a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2zm-4 4v5h2v-5zm40 5v-5h-2v5zm-4 23H24v2h16zm-16 0h-8v2h8zm-8 0H8v2h8zM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/><path fill=\"#9aa2fc\" d=\"M15 30h4v4h-4z\" class=\"icon-light-secondary\"/><path fill=\"#4956e3\" d=\"M33 25a1 1 0 1 0 0-2zm-10-2a1 1 0 1 0 0 2zm10 10a1 1 0 1 0 0-2zm-10-2a1 1 0 1 0 0 2zm-8.707-5.707a1 1 0 0 0 1.414 1.414zm5.414-2.586a1 1 0 0 0-1.414-1.414zm-4-1.414a1 1 0 0 0-1.414 1.414zm2.586 5.414a1 1 0 0 0 1.414-1.414zM15 30v-1a1 1 0 0 0-1 1zm4 0h1a1 1 0 0 0-1-1zm0 4v1a1 1 0 0 0 1-1zm-4 0h-1a1 1 0 0 0 1 1zm18-11H23v2h10zm0 8H23v2h10zm-17.293-4.293 2-2-1.414-1.414-2 2zm2-2 2-2-1.414-1.414-2 2zm-3.414-2 2 2 1.414-1.414-2-2zm2 2 2 2 1.414-1.414-2-2zM15 31h4v-2h-4zm3-1v4h2v-4zm1 3h-4v2h4zm-3 1v-4h-2v4z\" class=\"icon-dark-secondary\"/>"
|
|
1612
1959
|
}
|
|
1613
1960
|
}, ["48"], "technology-browser-testing-2")); };
|
|
1961
|
+
var IconTechnologyBrowsersLight = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1962
|
+
"16": {
|
|
1963
|
+
"body": "<path fill=\"#e1e3ed\" d=\"M6 7a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H6zM2 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H2z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M9 0a3 3 0 0 1 3 3v1h1l.154.004A3 3 0 0 1 16 7v6a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3v-1H3a3 3 0 0 1-3-3V3a3 3 0 0 1 3-3zM6 13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9.5H6zM2 5.5V9a1 1 0 0 0 1 1h1V7c0-.547.15-1.058.405-1.5zM7 6a1 1 0 0 0-1 1v1.75h8V7a1 1 0 0 0-.898-.995L13 6zm.007 1.102a.375.375 0 1 1 0 .75.375.375 0 0 1 0-.75m1.5 0a.375.375 0 1 1 0 .75.375.375 0 0 1 0-.75m1.5 0a.375.375 0 1 1 0 .75.375.375 0 0 1 0-.75M3 2a1 1 0 0 0-1 1v1.75h3.02A2.99 2.99 0 0 1 7 4h3V3a1 1 0 0 0-1-1zm.007 1.102a.375.375 0 1 1 0 .75.375.375 0 0 1 0-.75m1.5 0a.375.375 0 1 1 0 .75.375.375 0 0 1 0-.75m1.5 0a.375.375 0 1 1 0 .75.375.375 0 0 1 0-.75\" class=\"icon-dark\"/>"
|
|
1964
|
+
}
|
|
1965
|
+
}, ["16"], "technology-browsers-light")); };
|
|
1614
1966
|
var IconTechnologyCodeEditorDiff = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1615
1967
|
"48": {
|
|
1616
|
-
"body": "<path d=\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-
|
|
1968
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3z\" class=\"icon-light\"/><path fill=\"#69d3a7\" d=\"M43 37V16H24v24h16a3 3 0 0 0 3-3\" class=\"icon-light-secondary\"/><path fill=\"#d0d2e0\" d=\"M5 16v21a3 3 0 0 0 3 3h16V16z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M10 28a1 1 0 1 0 0 2zm-1 3a1 1 0 1 0 0 2zm11-4a1 1 0 1 0 0-2zm-9-2a1 1 0 1 0 0 2zm-1-3a1 1 0 1 0 0 2zm7 2a1 1 0 1 0 0-2zm-1-3a1 1 0 1 0 0-2zm-7-2a1 1 0 1 0 0 2zm5.01 14a1 1 0 1 0 0-2zM18 30a1 1 0 1 0 0-2zm11-2a1 1 0 1 0 0 2zm-1 3a1 1 0 1 0 0 2zm11-4a1 1 0 1 0 0-2zm-9-2a1 1 0 1 0 0 2zm-1-3a1 1 0 1 0 0 2zm7 2a1 1 0 1 0 0-2zm-1-3a1 1 0 1 0 0-2zm-7-2a1 1 0 1 0 0 2zm5.01 14a1 1 0 1 0 0-2zM37 30a1 1 0 1 0 0-2zM8 9h32V7H8zm34 2v26h2V11zM6 37V11H4v26zm2 2a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4zm34-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4zM40 9a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4zM8 7a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2zm-4 4v5h2v-5zm40 5v-5h-2v5zM5 17h19v-2H5zm19 0h19v-2H24zm16 22H24v2h16zm-16 0H8v2h16zm-1-23v24h2V16zM10 30h2v-2h-2zm1 1H9v2h2zm3-4h6v-2h-6zm-3 0h2v-2h-2zm-1-3h5v-2h-5zm6.01 0H17v-2h-.99zM16 19h-4v2h4zm-7 2h2v-2H9zm3 12h2.01v-2H12zm32 4V16h-2v21zM4 16v21h2V16zm9 14h5v-2h-5zm16 0h2v-2h-2zm1 1h-2v2h2zm3-4h6v-2h-6zm-3 0h2v-2h-2zm-1-3h5v-2h-5zm6.01 0H36v-2h-.99zM35 19h-4v2h4zm-7 2h2v-2h-2zm3 12h2.01v-2H31zm1-3h5v-2h-5zM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/>"
|
|
1617
1969
|
}
|
|
1618
1970
|
}, ["48"], "technology-code-editor-diff")); };
|
|
1619
1971
|
var IconTechnologyCodeEditor = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1620
1972
|
"16": {
|
|
1621
|
-
"body": "<path d=\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2
|
|
1973
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v1h14z\" class=\"icon-light\"/><path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v1h14z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M1 4v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4M1 4V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1M1 4h14m-5 4 1.5 1.5L10 11M6 8 4.5 9.5 6 11\" class=\"icon-dark\"/>"
|
|
1622
1974
|
},
|
|
1623
1975
|
"24": {
|
|
1624
|
-
"body": "<path d=\"M21 6a2 2 0 0 0-2-2H5a2 2 0 0 0-2
|
|
1976
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M21 6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2h18z\" class=\"icon-light\"/><path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M21 6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2h18z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 8v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8M3 8V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2M3 8h18m-7 4 2 2-2 2m-4-4-2 1.929 2 1.928\" class=\"icon-dark\"/>"
|
|
1625
1977
|
}
|
|
1626
1978
|
}, ["16", "24"], "technology-code-editor")); };
|
|
1627
1979
|
var IconTechnologyCommandLineError = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1628
1980
|
"48": {
|
|
1629
|
-
"body": "<rect fill=\"currentColor\"/><path d=\"M43 37V16H5v21a3 3 0 0 0 3 3h32a3 3 0 0 0 3-
|
|
1981
|
+
"body": "<rect fill=\"currentColor\"/><path fill=\"#e1e3ed\" d=\"M43 37V16H5v21a3 3 0 0 0 3 3h32a3 3 0 0 0 3-3\" class=\"icon-light\"/><path fill=\"#747994\" d=\"M13 28a1 1 0 1 0 0 2zm-2 3a1 1 0 1 0 0 2zm2-6a1 1 0 1 0 0 2zm-2-3a1 1 0 1 0 0 2zm13 2a1 1 0 1 0 0-2zm-5-3a1 1 0 1 0 0-2zM9 19a1 1 0 1 0 0 2zm14.01 14a1 1 0 1 0 0-2zM29 27a1 1 0 1 0 0-2zM9 34a1 1 0 1 0 0 2zm17-4a1 1 0 1 0 0-2zm-8 6a1 1 0 1 0 0-2zM8 9h32V7H8zm34 2v26h2V11zM6 37V11H4v26zm2 2a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4zm34-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4zM40 9a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4zM8 7a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2zm-4 4v5h2v-5zm40 5v-5h-2v5zm0 21V16h-2v21zM4 16v21h2V16zm1 1h38v-2H5zm35 22H8v2h32zm-27-9h4v-2h-4zm3 1h-5v2h5zm0-4h8v-2h-8zm-3 0h2v-2h-2zm-2-3h5v-2h-5zm13-2h-6.99v2H24zm-5-3h-6v2h6zM9 21h3v-2H9zm8 12h6.01v-2H17zm8-6h4v-2h-4zm-7 3h5v-2h-5zm-4 4H9v2h5zm10-4h2v-2h-2zm-9 6h3v-2h-3zM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/><path fill=\"#f8c4cd\" d=\"M34 36.998a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-light-secondary\"/><path fill=\"#f8c4cd\" fill-rule=\"evenodd\" d=\"M31 31.498a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1.17a.5.5 0 0 0 .75.432l1.013-.584a.5.5 0 0 1 .683.183l1.5 2.598a.5.5 0 0 1-.183.683l-1.013.585a.5.5 0 0 0 0 .866l1.013.585a.5.5 0 0 1 .183.683l-1.5 2.598a.5.5 0 0 1-.683.183l-1.013-.585a.5.5 0 0 0-.75.433v1.17a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1.17a.5.5 0 0 0-.75-.432l-1.013.584a.5.5 0 0 1-.683-.183l-1.5-2.598a.5.5 0 0 1 .183-.683l1.013-.585a.5.5 0 0 0 0-.866l-1.013-.585a.5.5 0 0 1-.183-.683l1.5-2.598a.5.5 0 0 1 .683-.183l1.013.584a.5.5 0 0 0 .75-.433zm2 6.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" class=\"icon-light-secondary\" clip-rule=\"evenodd\"/><path stroke=\"#c62b49\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M34 36.998a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\" class=\"icon-dark-secondary\"/><path stroke=\"#c62b49\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M31 31.498a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1.17a.5.5 0 0 0 .75.432l1.013-.584a.5.5 0 0 1 .683.183l1.5 2.598a.5.5 0 0 1-.183.683l-1.013.585a.5.5 0 0 0 0 .866l1.013.585a.5.5 0 0 1 .183.683l-1.5 2.598a.5.5 0 0 1-.683.183l-1.013-.585a.5.5 0 0 0-.75.433v1.17a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1.17a.5.5 0 0 0-.75-.432l-1.013.584a.5.5 0 0 1-.683-.183l-1.5-2.598a.5.5 0 0 1 .183-.683l1.013-.585a.5.5 0 0 0 0-.866l-1.013-.585a.5.5 0 0 1-.183-.683l1.5-2.598a.5.5 0 0 1 .683-.183l1.013.584a.5.5 0 0 0 .75-.433zm2 6.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\" class=\"icon-dark-secondary\" clip-rule=\"evenodd\"/>"
|
|
1630
1982
|
}
|
|
1631
1983
|
}, ["48"], "technology-command-line-error")); };
|
|
1632
1984
|
var IconTechnologyCommandLine = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1633
1985
|
"16": {
|
|
1634
|
-
"body": "<path
|
|
1986
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m3 6 3.5 3.5L3 13m6 0h4\" class=\"icon-dark\"/>"
|
|
1635
1987
|
}
|
|
1636
1988
|
}, ["16"], "technology-command-line")); };
|
|
1989
|
+
var IconTechnologyCypressFill = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1990
|
+
"16": {
|
|
1991
|
+
"body": "<path fill=\"currentColor\" d=\"M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"m9.376 14.863 3.607-9.362h-1.458L10.39 8.718 9.23 5.5H7.688l1.93 4.976-1.365 3.518-.353 1.002c.32-.002 1.118-.09 1.476-.134\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M5.54 5.416c-1.393 0-2.523 1.114-2.523 2.487 0 1.374 1.13 2.488 2.523 2.488a2.54 2.54 0 0 0 1.759-.704c.244-.235.44-.518.573-.833L6.533 8.39c-.169.385-.532.652-.953.652-.582 0-1.054-.51-1.055-1.139s.473-1.14 1.055-1.14l.155.013c.354.057.65.303.798.64l1.34-.464a2.5 2.5 0 0 0-.991-1.156 2.54 2.54 0 0 0-1.342-.38\" class=\"icon-dark\"/>"
|
|
1992
|
+
}
|
|
1993
|
+
}, ["16"], "technology-cypress-fill")); };
|
|
1637
1994
|
var IconTechnologyCypress = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1638
1995
|
"16": {
|
|
1639
|
-
"body": "<path
|
|
1996
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7.872 8.854A2.5 2.5 0 0 1 7.1 9.857c-.43.334-.972.533-1.561.533-1.394 0-2.524-1.113-2.524-2.487s1.13-2.487 2.524-2.487a2.54 2.54 0 0 1 1.705.654c.27.243.485.544.627.882l-1.339.464c-.169-.385-.532-.652-.953-.652-.582 0-1.054.51-1.054 1.139s.472 1.139 1.054 1.139c.421 0 .784-.267.953-.652z\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7.872 8.854A2.5 2.5 0 0 1 7.1 9.857c-.43.334-.972.533-1.561.533-1.394 0-2.524-1.113-2.524-2.487s1.13-2.487 2.524-2.487a2.54 2.54 0 0 1 1.705.654c.27.243.485.544.627.882l-1.339.464c-.169-.385-.532-.652-.953-.652-.582 0-1.054.51-1.054 1.139s.472 1.139 1.054 1.139c.421 0 .784-.267.953-.652z\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M2 8a6 6 0 1 1 9.122 5.125l-.996 2.59A8 8 0 0 0 16 8a8 8 0 1 0-7.64 7.991.93.93 0 0 0 .817-.61l3.807-9.88h-1.459L10.39 8.717 9.23 5.5H7.687l1.93 4.975-1.364 3.519A6.001 6.001 0 0 1 2 8\" class=\"icon-dark\"/>"
|
|
1640
1997
|
}
|
|
1641
1998
|
}, ["16"], "technology-cypress")); };
|
|
1642
1999
|
var IconTechnologyDashboardCheckmark = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1643
2000
|
"48": {
|
|
1644
|
-
"body": "<path d=\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-
|
|
2001
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3\" class=\"icon-light\"/><path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"#d0d2e0\" d=\"m19 30-5-2-5 3v5h29a1 1 0 0 0 1-1V23l-5 1-5 3-5-2z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M5 16H4a1 1 0 0 0 1 1zm38 0v1a1 1 0 0 0 1-1zm-24-5a1 1 0 1 0 0 2zm20 2a1 1 0 1 0 0-2zM14 28l.371-.928a1 1 0 0 0-.886.07zm5 2-.371.928a1 1 0 0 0 1.078-.22zm5-5 .371-.928a1 1 0 0 0-1.078.22zm5 2-.371.928a1 1 0 0 0 .886-.07zM9 31l-.514-.858A1 1 0 0 0 8 31zm25-7-.196-.98a1 1 0 0 0-.319.122zM9 36H8a1 1 0 0 0 1 1zM8 9h32V7H8zm34 2v26h2V11zM6 37V11H4v26zM5 17h38v-2H5zm14-4h20v-2H19zM8 39a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4zm34-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4zM40 9a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4zM8 7a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2zm-4 4v5h2v-5zm40 5v-5h-2v5zm-6 3H10v2h28zm-24.371 9.929 5 2 .742-1.857-5-2zm6.078 1.778 5-5-1.414-1.414-5 5zm3.922-4.779 5 2 .742-1.857-5-2zM40 35V23h-2v12zm0-12v-2h-2v2zm0 16H24v2h16zm-16 0h-8v2h8zm-8 0H8v2h8zm-6.485-7.142 5-3-1.03-1.716-5 3zm20-4 5-3-1.03-1.716-5 3zm4.681-2.877 5-1-.392-1.962-5 1zM38 35H9v2h29zm-28 1V21H8v15zm-2-5v5h2v-5zm30-10h2a2 2 0 0 0-2-2zm0 14v2a2 2 0 0 0 2-2zM10 19a2 2 0 0 0-2 2h2zM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/><path fill=\"#69d3a7\" d=\"M37 37a6 6 0 1 0-12 0 6 6 0 0 0 12 0\"/><path fill=\"#00814d\" d=\"M28.293 38.207a1 1 0 0 1 1.414-1.414zM30.5 39l.814.581a1 1 0 0 1-1.521.126zm1.686-4.081a1 1 0 1 1 1.628 1.162zM36 37a5 5 0 0 0-5-5v-2a7 7 0 0 1 7 7zm-5-5a5 5 0 0 0-5 5h-2a7 7 0 0 1 7-7zm-5 5a5 5 0 0 0 5 5v2a7 7 0 0 1-7-7zm5 5a5 5 0 0 0 5-5h2a7 7 0 0 1-7 7zm-1.293-5.207 1.5 1.5-1.414 1.414-1.5-1.5zm-.02 1.626 2.5-3.5 1.627 1.162-2.5 3.5z\"/>"
|
|
1645
2002
|
}
|
|
1646
2003
|
}, ["48"], "technology-dashboard-checkmark")); };
|
|
1647
2004
|
var IconTechnologyDashboardFail = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
2005
|
+
"16": {
|
|
2006
|
+
"body": "<path fill=\"currentColor\" d=\"M2 3c0-.552.41-1 .917-1h9.166c.507 0 .917.448.917 1v1H2z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M13 4v1H2V4z\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M1 12a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2V6l-3.95 2.963a.1.1 0 0 1-.105.01l-1.88-.94a.1.1 0 0 0-.116.018L6.051 9.949a.1.1 0 0 1-.115.019l-1.872-.936a.1.1 0 0 0-.115.019z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M1 12a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2V6M1 12V3a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v3M1 12l2.949-2.949a.1.1 0 0 1 .115-.019l1.872.936a.1.1 0 0 0 .115-.019l1.898-1.898a.1.1 0 0 1 .115-.019l1.88.94a.1.1 0 0 0 .105-.01L14 6\" class=\"icon-dark\"/><circle cx=\"13\" cy=\"13\" r=\"2.5\" fill=\"currentColor\" stroke=\"#fff\" class=\"icon-light-secondary-fill\"/>"
|
|
2007
|
+
},
|
|
2008
|
+
"24": {
|
|
2009
|
+
"body": "<path fill=\"currentColor\" d=\"M20 2H4a3 3 0 0 0-3 3h22a3 3 0 0 0-3-3\" class=\"icon-light\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4 2a3 3 0 0 0-3 3h22a3 3 0 0 0-3-3z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"m11 15-3-2-4 6h15a1 1 0 0 0 1-1v-7l-3 2-3-1z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M1 5v14a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3V5M1 5h22M1 5a3 3 0 0 1 3-3h16a3 3 0 0 1 3 3m-3 6v7a1 1 0 0 1-1 1H4m16-8V9a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10m16-8-3 2-3-1-3 3-3-2-4 6\" class=\"icon-dark\"/><circle cx=\"21\" cy=\"20\" r=\"3.5\" fill=\"currentColor\" stroke=\"#fff\" class=\"icon-light-secondary-fill\"/>"
|
|
2010
|
+
},
|
|
1648
2011
|
"48": {
|
|
1649
|
-
"body": "<path fill
|
|
2012
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"#d0d2e0\" d=\"m19 30-5-2-5 3v5h29a1 1 0 0 0 1-1V23l-5 1-5 3-5-2z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M5 16H4a1 1 0 0 0 1 1zm38 0v1a1 1 0 0 0 1-1zm-24-5a1 1 0 1 0 0 2zm20 2a1 1 0 1 0 0-2zM14 28l.371-.928a1 1 0 0 0-.886.07zm5 2-.371.928a1 1 0 0 0 1.078-.22zm5-5 .371-.928a1 1 0 0 0-1.078.22zm5 2-.371.928a1 1 0 0 0 .886-.07zM9 31l-.514-.858A1 1 0 0 0 8 31zm25-7-.196-.98a1 1 0 0 0-.319.122zM9 36H8a1 1 0 0 0 1 1zM8 9h32V7H8zm34 2v26h2V11zM6 37V11H4v26zM5 17h38v-2H5zm14-4h20v-2H19zM8 39a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4zm34-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4zM40 9a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4zM8 7a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2zm-4 4v5h2v-5zm40 5v-5h-2v5zm-6 3H10v2h28zm-24.371 9.929 5 2 .742-1.857-5-2zm6.078 1.778 5-5-1.414-1.414-5 5zm3.922-4.779 5 2 .742-1.857-5-2zM40 35V23h-2v12zm0-12v-2h-2v2zm0 16H24v2h16zm-16 0h-8v2h8zm-8 0H8v2h8zm-6.485-7.142 5-3-1.03-1.716-5 3zm20-4 5-3-1.03-1.716-5 3zm4.681-2.877 5-1-.392-1.962-5 1zM38 35H9v2h29zm-28 1V21H8v15zm-2-5v5h2v-5zm30-10h2a2 2 0 0 0-2-2zm0 14v2a2 2 0 0 0 2-2zM10 19a2 2 0 0 0-2 2h2zM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/><path fill=\"#f8c4cd\" d=\"M35.243 41.243a6 6 0 1 1-8.486-8.485 6 6 0 0 1 8.486 8.485\" class=\"icon-light-secondary\"/><path stroke=\"#c62b49\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m32.5 35.5-3 3m3 0-3-3m5.743 5.743a6 6 0 1 1-8.486-8.485 6 6 0 0 1 8.486 8.485\" class=\"icon-dark-secondary\"/>"
|
|
1650
2013
|
}
|
|
1651
|
-
}, ["48"], "technology-dashboard-fail")); };
|
|
2014
|
+
}, ["16", "24", "48"], "technology-dashboard-fail")); };
|
|
1652
2015
|
var IconTechnologyDashboardRunning = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1653
2016
|
"48": {
|
|
1654
|
-
"body": "<path d=\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-
|
|
2017
|
+
"body": "<path fill=\"#e1e3ed\" d=\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3\" class=\"icon-light\"/><path fill=\"#e1e3ed\" fill-rule=\"evenodd\" d=\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path fill=\"#e1e3ed\" d=\"m19 30-5-2-5 3v5h29a1 1 0 0 0 1-1V23l-5 1-5 3-5-2z\" class=\"icon-light\"/><path stroke=\"#9095ad\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 12h20m4-1v26a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V11m38 0a3 3 0 0 0-3-3H8a3 3 0 0 0-3 3m38 0v5H5v-5m34 12v12a1 1 0 0 1-1 1H9m30-13v-2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v15m30-13-5 1-5 3-5-2-5 5-5-2-5 3v5\" class=\"icon-dark\"/><path fill=\"#9095ad\" d=\"M10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0M16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/><path fill=\"#fff\" d=\"M39 37a8 8 0 1 1-16 0 8 8 0 0 1 16 0\"/><path fill=\"currentColor\" d=\"M37 37a6 6 0 1 1-12 0 6 6 0 0 1 12 0\" class=\"icon-light\"/><path fill=\"#c5c9fd\" fill-rule=\"evenodd\" d=\"M31 32a5 5 0 1 0 0 10 5 5 0 0 0 0-10m-7 5a7 7 0 1 1 14 0 7 7 0 0 1-14 0\" class=\"icon-light-secondary\" clip-rule=\"evenodd\"/><path fill=\"#4956e3\" fill-rule=\"evenodd\" d=\"M30 31a1 1 0 0 1 1-1 7 7 0 0 1 7 7 1 1 0 1 1-2 0 5 5 0 0 0-5-5 1 1 0 0 1-1-1\" class=\"icon-dark-secondary\" clip-rule=\"evenodd\"/><path fill=\"#fff\" d=\"M36 37a5 5 0 1 1-10 0 5 5 0 0 1 10 0\"/>"
|
|
1655
2018
|
}
|
|
1656
2019
|
}, ["48"], "technology-dashboard-running")); };
|
|
1657
2020
|
var IconTechnologyDollar = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1658
2021
|
"16": {
|
|
1659
|
-
"body": "<path
|
|
2022
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 3h3a1 1 0 0 1 1 1v.5M5 3H2a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3m0-5V1m0 2v5m0 5h3a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H5m0 5H2a1 1 0 0 1-1-1v-.5M5 13v2m0-2V8\" class=\"icon-dark\"/>"
|
|
2023
|
+
},
|
|
2024
|
+
"24": {
|
|
2025
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 4h4a2 2 0 0 1 2 2v.5M12 4H8a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4m0-8V2m0 2v8m0 8h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-4m0 8H8a2 2 0 0 1-2-2v-.5m6 2.5v2m0-2v-8\" class=\"icon-dark\"/>"
|
|
1660
2026
|
}
|
|
1661
|
-
}, ["16"], "technology-dollar")); };
|
|
2027
|
+
}, ["16", "24"], "technology-dollar")); };
|
|
1662
2028
|
var IconTechnologyDragProject = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1663
2029
|
"48": {
|
|
1664
|
-
"body": "<path d=\"M38.5 15v-1m-29 24h-2a3 3 0 0 1-3-3v-1m34-24V9a3 3 0 0 0-3-3h-1m-30 4V9a3 3 0 0 1 3-3h1m-4 24v-2.5m0-4v-3m0-4V14m8-8H16m4 0h3m4 0h3.5\"
|
|
2030
|
+
"body": "<path stroke=\"rgba(0,0,0,0.2)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M38.5 15v-1m-29 24h-2a3 3 0 0 1-3-3v-1m34-24V9a3 3 0 0 0-3-3h-1m-30 4V9a3 3 0 0 1 3-3h1m-4 24v-2.5m0-4v-3m0-4V14m8-8H16m4 0h3m4 0h3.5\" class=\"icon-dark-secondary\"/><path fill=\"#69d3a7\" d=\"M26.086 15.586A2 2 0 0 0 24.672 15H13.5a1 1 0 0 0-1 1v5h12.172a2 2 0 0 0 1.414-.586L28.5 18z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M12.5 21h-1zm13.586-.586.707.707zM24.672 15v-1zm1.414.586.707-.707zM13.5 15v1zm10.707 13.707a.999.999 0 1 0-1.414-1.414zM21 30.5l-.707-.707a1 1 0 0 0 0 1.414zm1.793 3.207a.999.999 0 1 0 1.414-1.414zm9.414-6.414a.999.999 0 1 0-1.414 1.414zM34 30.5l.707.707a1 1 0 0 0 0-1.414zm-3.207 1.793a.999.999 0 1 0 1.414 1.414zm-5.269 2.49a1 1 0 1 0 1.952.434zm3.952-8.566a1 1 0 1 0-1.952-.434zM41.5 20v19h2V20zm-1 20h-26v2h26zm-27-24h11.172v-2H13.5zm11.879.293 2.414 2.414 1.414-1.414-2.414-2.414zM28.5 19h12v-2h-12zm-.707-1.707-2.414 2.414 1.414 1.414 2.414-2.414zM13.5 39V21h-2v18zm0-18v-5h-2v5zm11.172-1H12.5v2h12.172zm.707-.293a1 1 0 0 1-.707.293v2a3 3 0 0 0 2.121-.879zM24.672 16a1 1 0 0 1 .707.293l1.414-1.414A3 3 0 0 0 24.672 14zM14.5 40a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3zm27-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zm2-19a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1zm-30-6a2 2 0 0 0-2 2h2zm9.293 13.293-2.5 2.5 1.414 1.414 2.5-2.5zm-2.5 3.914 2.5 2.5 1.414-1.414-2.5-2.5zm10.5-2.5 2.5 2.5 1.414-1.414-2.5-2.5zm2.5 1.086-2.5 2.5 1.414 1.414 2.5-2.5zm-5.817 5.424 2-9-1.952-.434-2 9z\" class=\"icon-dark\"/>"
|
|
1665
2031
|
}
|
|
1666
2032
|
}, ["48"], "technology-drag-project")); };
|
|
1667
2033
|
var IconTechnologyElementSelector = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1668
2034
|
"16": {
|
|
1669
|
-
"body": "<path d=\"M14 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h1\"
|
|
2035
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h1\" class=\"icon-dark\"/><path fill=\"currentColor\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m10 11 3 3 1-1-3-3 1.5-1.5L7 7l1.5 5.5z\" class=\"icon-dark\"/>"
|
|
1670
2036
|
}
|
|
1671
2037
|
}, ["16"], "technology-element-selector")); };
|
|
2038
|
+
var IconTechnologyEmail = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
2039
|
+
"48": {
|
|
2040
|
+
"body": "<path fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 39V9a4 4 0 0 1 4-4h30a4 4 0 0 1 4 4v30a4 4 0 0 1-4 4H9a4 4 0 0 1-4-4\" class=\"icon-dark-stroke icon-light-fill\"/><path fill=\"currentColor\" d=\"M24.978 14.023a10 10 0 0 0-5 19.1 10.15 10.15 0 0 0 4 .9 10 10 0 0 0 6.08-2.06 1 1 0 0 0-.104-1.662 1 1 0 0 0-1.116.072 8 8 0 1 1-4.09-14.35 8.17 8.17 0 0 1 7.23 8.22v.68a1.71 1.71 0 0 1-1.78 1.7 1.82 1.82 0 0 1-1.62-1.88v-4.32a1 1 0 0 0-1-1 1 1 0 0 0-1 .87 5 5 0 0 0-3.44-1.36 5.09 5.09 0 1 0 4.15 8.09 3.6 3.6 0 0 0 5.55.61 3.67 3.67 0 0 0 1.14-2.71v-.68a10.2 10.2 0 0 0-9-10.22m-1.82 13.09a3.09 3.09 0 1 1 3.09-3.09 3.1 3.1 0 0 1-3.09 3.09\" class=\"icon-dark\"/>"
|
|
2041
|
+
}
|
|
2042
|
+
}, ["48"], "technology-email")); };
|
|
1672
2043
|
var IconTechnologyGitBranches = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1673
2044
|
"24": {
|
|
1674
|
-
"body": "<path d=\"M11 4a1 1 0 0 0-1-1H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h4.026a.974.974 0 0 0 .974-.974 2 2 0 0 0-.824-1.616l-3.029-2.203A4 4 0 0 1 5.5 12.972V12.5a1 1 0 1 1 2 0v.472a2 2 0 0 0 .824 1.618L11 16.536v-3.538c0-.628-.297-1.22-.8-1.598l-1.6-1.2A4 4 0 0 1 7 7v-.5a1 1 0 0 1 2 0V7a2 2 0 0 0 .8 1.6l1.2.
|
|
2045
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M11 4a1 1 0 0 0-1-1H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h4.026a.974.974 0 0 0 .974-.974 2 2 0 0 0-.824-1.616l-3.029-2.203A4 4 0 0 1 5.5 12.972V12.5a1 1 0 1 1 2 0v.472a2 2 0 0 0 .824 1.618L11 16.536v-3.538c0-.628-.297-1.22-.8-1.598l-1.6-1.2A4 4 0 0 1 7 7v-.5a1 1 0 0 1 2 0V7a2 2 0 0 0 .8 1.6l1.2.9z\" class=\"icon-light-secondary\"/><path fill=\"#e1e3ed\" d=\"M13 20a1 1 0 0 0 1 1h4a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3h-4a1 1 0 0 0-1 1v8.955l1.728-1.344a2 2 0 0 0 .772-1.578V9.5a1 1 0 1 1 2 0v.533a4 4 0 0 1-1.544 3.157l-2.184 1.699A2 2 0 0 0 13 16.466z\" class=\"icon-light\"/><path fill=\"#1b1e2e\" d=\"M16.5 10.033h1zm1-.533a1 1 0 1 0-2 0zm-6.7 1.1.6-.8zM9.2 9.4l-.6.8zM9 6.5a1 1 0 0 0-2 0zm1.765 11.102-.589.808zm-3.03-2.203-.588.808zM7.5 12.5a1 1 0 1 0-2 0zm7.842-.1-.614-.789zm-2.184 1.7.614.789zM6 3v1zm12 0V2zm2 3v12h2V6zM4 18V6H2v12zm13.5-7.967V9.5h-2v.533zM11.4 9.8 9.8 8.6l-1.2 1.6 1.6 1.2zM9 7v-.5H7V7zm2.353 9.793-3.03-2.203-1.176 1.617 3.03 2.203zM7.5 12.973V12.5h-2v.472zm7.228-1.362-2.184 1.699 1.228 1.579 2.184-1.699zM13 12.997V3h-2v9.998zm-.456.313A4 4 0 0 0 11 16.466h2a2 2 0 0 1 .772-1.578zm-4.22 1.28a2 2 0 0 1-.824-1.618h-2a4 4 0 0 0 1.647 3.235zM9.8 8.6A2 2 0 0 1 9 7H7a4 4 0 0 0 1.6 3.2zm.376 9.81A2 2 0 0 1 11 20.026l2-.001a4 4 0 0 0-1.647-3.232zm5.324-8.377a2 2 0 0 1-.772 1.579l1.228 1.578a4 4 0 0 0 1.544-3.157zM10.2 11.4a2 2 0 0 1 .8 1.598l2-.001A4 4 0 0 0 11.4 9.8zm.8 5.066v3.56h2v-3.56zM13 21v-.975h-2V21zm0-4.534v-3.469h-2v3.47zM6 4h6V2H6zm6 0h6V2h-6zm6 16h-6v2h6zm-6 0H6v2h6zM4 6a2 2 0 0 1 2-2V2a4 4 0 0 0-4 4zM2 18a4 4 0 0 0 4 4v-2a2 2 0 0 1-2-2zm18 0a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4zm2-12a4 4 0 0 0-4-4v2a2 2 0 0 1 2 2z\" class=\"icon-dark\"/>"
|
|
1675
2046
|
}
|
|
1676
2047
|
}, ["24"], "technology-git-branches")); };
|
|
2048
|
+
var IconTechnologyGitCommit = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
2049
|
+
"16": {
|
|
2050
|
+
"body": "<path fill=\"currentColor\" d=\"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M11 8a3 3 0 0 1-6 0m6 0a3 3 0 0 0-6 0m6 0h3M5 8H2\" class=\"icon-dark\"/>"
|
|
2051
|
+
}
|
|
2052
|
+
}, ["16"], "technology-git-commit")); };
|
|
1677
2053
|
var IconTechnologyImageScreenshot = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1678
2054
|
"16": {
|
|
1679
|
-
"body": "<path d=\"M1 14a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2l-2.5-2.5L10 12 5.5 7.5 1
|
|
2055
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M1 14a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2l-2.5-2.5L10 12 5.5 7.5 1 12zM12 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"m5.5 7.5.707-.707a1 1 0 0 0-1.414 0zM10 12l-.707.707a1 1 0 0 0 1.414 0zm2.5-2.5.707-.707a1 1 0 0 0-1.414 0zM14 0H2v2h12zM2 14v-2H0v2zm0-2V2H0v10zm-.293.707 4.5-4.5-1.414-1.414-4.5 4.5zm3.086-4.5 4.5 4.5 1.414-1.414-4.5-4.5zm5.914 4.5 2.5-2.5-1.414-1.414-2.5 2.5zM16 14v-2h-2v2zm0-2V2h-2v10zm-4.207-1.793 2.5 2.5 1.414-1.414-2.5-2.5zM2 16h12v-2H2zm9-11v2a2 2 0 0 0 2-2zm0 0H9a2 2 0 0 0 2 2zm0 0V3a2 2 0 0 0-2 2zm0 0h2a2 2 0 0 0-2-2zm3-3h2a2 2 0 0 0-2-2zm0 12v2a2 2 0 0 0 2-2zM2 0a2 2 0 0 0-2 2h2zM0 14a2 2 0 0 0 2 2v-2z\" class=\"icon-dark\"/>"
|
|
1680
2056
|
},
|
|
1681
2057
|
"24": {
|
|
1682
|
-
"body": "<path d=\"M3 19a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-2l-3-3-3 3-6-6-6
|
|
2058
|
+
"body": "<path fill=\"#c5c9fd\" d=\"M3 19a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-2l-3-3-3 3-6-6-6 6zM18 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"m9 11 .707-.707a1 1 0 0 0-1.414 0zm6 6-.707.707a1 1 0 0 0 1.414 0zm3-3 .707-.707a1 1 0 0 0-1.414 0zm2-11H4v2h16zM4 19v-2H2v2zm0-2V5H2v12zm-.293.707 6-6-1.414-1.414-6 6zm4.586-6 6 6 1.414-1.414-6-6zm7.414 6 3-3-1.414-1.414-3 3zM22 19v-2h-2v2zm0-2V5h-2v12zm-4.707-2.293 3 3 1.414-1.414-3-3zM4 21h16v-2H4zM17 9a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zm-1 1a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3zm-1-1a1 1 0 0 1 1-1V6a3 3 0 0 0-3 3zm1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3zm4-3h2a2 2 0 0 0-2-2zm0 14v2a2 2 0 0 0 2-2zM4 3a2 2 0 0 0-2 2h2zM2 19a2 2 0 0 0 2 2v-2z\" class=\"icon-dark\"/>"
|
|
1683
2059
|
}
|
|
1684
2060
|
}, ["16", "24"], "technology-image-screenshot")); };
|
|
1685
2061
|
var IconTechnologyInfinityLoop = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1686
2062
|
"16": {
|
|
1687
|
-
"body": "<path d=\"M7
|
|
2063
|
+
"body": "<path fill=\"currentColor\" d=\"M7 5v1h2V5zm2 6v-1H7v1zM5 7a2 2 0 0 1-2-2H1a4 4 0 0 0 4 4zM3 5a2 2 0 0 1 2-2V1a4 4 0 0 0-4 4zm2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4zm8 8a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4zm-2 2a2 2 0 0 1-2-2H7a4 4 0 0 0 4 4zm0-4a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4zm0-2H5v2h6z\" class=\"icon-dark\"/>"
|
|
1688
2064
|
},
|
|
1689
2065
|
"20": {
|
|
1690
|
-
"body": "<path
|
|
2066
|
+
"body": "<path fill=\"currentColor\" d=\"M11 13v-1H9v1zM9 7v1h2V7zM5.5 9A3.5 3.5 0 0 1 2 5.5H0A5.5 5.5 0 0 0 5.5 11zM2 5.5A3.5 3.5 0 0 1 5.5 2V0A5.5 5.5 0 0 0 0 5.5zM5.5 2A3.5 3.5 0 0 1 9 5.5h2A5.5 5.5 0 0 0 5.5 0zM18 14.5a3.5 3.5 0 0 1-3.5 3.5v2a5.5 5.5 0 0 0 5.5-5.5zM14.5 18a3.5 3.5 0 0 1-3.5-3.5H9a5.5 5.5 0 0 0 5.5 5.5zm0-7a3.5 3.5 0 0 1 3.5 3.5h2A5.5 5.5 0 0 0 14.5 9zm0-2h-9v2h9zM11 14.5V13H9v1.5zm-2-9V7h2V5.5z\" class=\"icon-dark\"/>"
|
|
1691
2067
|
},
|
|
1692
2068
|
"24": {
|
|
1693
|
-
"body": "<path d=\"M13 15v-1h-
|
|
2069
|
+
"body": "<path fill=\"currentColor\" d=\"M13 15v-1h-2v1zm-2-6v1h2V9zm-3.5 2A3.5 3.5 0 0 1 4 7.5H2A5.5 5.5 0 0 0 7.5 13zM4 7.5A3.5 3.5 0 0 1 7.5 4V2A5.5 5.5 0 0 0 2 7.5zM7.5 4A3.5 3.5 0 0 1 11 7.5h2A5.5 5.5 0 0 0 7.5 2zM20 16.5a3.5 3.5 0 0 1-3.5 3.5v2a5.5 5.5 0 0 0 5.5-5.5zM16.5 20a3.5 3.5 0 0 1-3.5-3.5h-2a5.5 5.5 0 0 0 5.5 5.5zm0-7a3.5 3.5 0 0 1 3.5 3.5h2a5.5 5.5 0 0 0-5.5-5.5zm0-2h-9v2h9zM13 16.5V15h-2v1.5zm-2-9V9h2V7.5z\" class=\"icon-dark\"/>"
|
|
1694
2070
|
}
|
|
1695
2071
|
}, ["16", "20", "24"], "technology-infinity-loop")); };
|
|
1696
2072
|
var IconTechnologyLinkNotTested = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1697
2073
|
"16": {
|
|
1698
|
-
"body": "<path d=\"M11 13a5 5 0 0 0 2.161-9.51.
|
|
2074
|
+
"body": "<path fill=\"currentColor\" d=\"M11 13a5 5 0 0 0 2.161-9.51.1.1 0 0 0-.13.045l-.807 1.61a.103.103 0 0 0 .05.138A3 3 0 0 1 11 11h-1a1 1 0 1 0 0 2zM2 8a3 3 0 0 1 3-3h1a1 1 0 0 0 0-2H5a5 5 0 0 0-2.159 9.511.1.1 0 0 0 .131-.045l.8-1.612a.103.103 0 0 0-.05-.139A3 3 0 0 1 2 8\" class=\"icon-dark\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.5 7a1 1 0 0 0 0 2h.203L5.7 7zm5.8 2h1.2a1 1 0 1 0 0-2h-.21z\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path stroke=\"#e45770\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"m5 14 6-12\" class=\"icon-dark-secondary\"/>"
|
|
1699
2075
|
}
|
|
1700
2076
|
}, ["16"], "technology-link-not-tested")); };
|
|
1701
2077
|
var IconTechnologyLockedProject = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
2078
|
+
"24": {
|
|
2079
|
+
"body": "<path fill=\"currentColor\" d=\"M10 5 8.293 3.293A1 1 0 0 0 7.586 3H3a2 2 0 0 0-2 2v2h6.586a1 1 0 0 0 .707-.293z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M10 5h11a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-1M10 5 8.293 3.293A1 1 0 0 0 7.586 3H3a2 2 0 0 0-2 2v2m9-2L8.293 6.707A1 1 0 0 1 7.586 7H1m0 0v12a2 2 0 0 0 2 2h4\" class=\"icon-dark\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 23h7v-5h-7z\" class=\"icon-light-secondary\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 18h-2v5h7v-5h-2m-3 0v-1.5a1.5 1.5 0 0 1 1.5-1.5v0a1.5 1.5 0 0 1 1.5 1.5V18m-3 0h3m-1.5 2.49v.01\" class=\"icon-dark-secondary\"/>"
|
|
2080
|
+
},
|
|
1702
2081
|
"48": {
|
|
1703
|
-
"body": "<path d=\"M18.586 8.586A2 2 0 0 0 17.172 8H6a1 1 0 0 0-1 1v5h12.172a2 2 0 0 0 1.414-.586L21
|
|
2082
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M18.586 8.586A2 2 0 0 0 17.172 8H6a1 1 0 0 0-1 1v5h12.172a2 2 0 0 0 1.414-.586L21 11z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"m18.586 13.414.707.707zM17.172 8v1zm1.414.586.707-.707zM5 38H4zM6 8V7zm36 5v25h2V13zm-1 26H7v2h34zM6 9h11.172V7H6zm11.879.293 2.414 2.414 1.414-1.414-2.414-2.414zM21 12h20v-2H21zm-.707-1.707-2.414 2.414 1.414 1.414 2.414-2.414zM6 38V14H4v24zm0-24V9H4v5zm11.172-1H5v2h12.172zm.707-.293a1 1 0 0 1-.707.293v2a3 3 0 0 0 2.12-.879zM17.172 9a1 1 0 0 1 .707.293l1.414-1.414A3 3 0 0 0 17.172 7zM7 39a1 1 0 0 1-1-1H4a3 3 0 0 0 3 3zm35-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3zm2-25a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1zM6 7a2 2 0 0 0-2 2h2z\" class=\"icon-dark\"/><path fill=\"#69d3a7\" fill-rule=\"evenodd\" d=\"M25 41a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2z\" class=\"icon-light-secondary\" clip-rule=\"evenodd\"/><path stroke=\"#00814d\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M28 34h-1a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2h-1m-6 0v-2a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v2m-6 0h6m-3 4v1\" class=\"icon-dark-secondary\"/>"
|
|
1704
2083
|
}
|
|
1705
|
-
}, ["48"], "technology-locked-project")); };
|
|
2084
|
+
}, ["24", "48"], "technology-locked-project")); };
|
|
2085
|
+
var IconTechnologyLogoAttlasianJiraBlue = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
2086
|
+
"16": {
|
|
2087
|
+
"body": "<path fill=\"#2684ff\" d=\"M14.42 1H7.68c0 1.68 1.36 3.04 3.04 3.04h1.24v1.2c0 1.68 1.36 3.04 3.04 3.04v-6.7a.58.58 0 0 0-.58-.58\"/><path fill=\"url(#cy-svg-72910d04a)\" d=\"M11.08 4.36H4.34c0 1.68 1.36 3.04 3.04 3.04h1.24v1.2c0 1.68 1.36 3.04 3.04 3.04v-6.7a.58.58 0 0 0-.58-.58\"/><path fill=\"url(#cy-svg-72910d04b)\" d=\"M7.74 7.72H1c0 1.68 1.36 3.04 3.04 3.04h1.24v1.2c0 1.68 1.36 3.04 3.04 3.04V8.3a.58.58 0 0 0-.58-.58\"/>",
|
|
2088
|
+
"defs": "<defs><linearGradient id=\"cy-svg-72910d04a\" x1=\"11.52\" x2=\"8.652\" y1=\"4.367\" y2=\"7.325\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".176\" stop-color=\"#0052cc\"/><stop offset=\"1\" stop-color=\"#2684ff\"/></linearGradient><linearGradient id=\"cy-svg-72910d04b\" x1=\"8.374\" x2=\"5.058\" y1=\"7.745\" y2=\"10.972\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".176\" stop-color=\"#0052cc\"/><stop offset=\"1\" stop-color=\"#2684ff\"/></linearGradient></defs>"
|
|
2089
|
+
}
|
|
2090
|
+
}, ["16"], "technology-logo-attlasian-jira-blue")); };
|
|
2091
|
+
var IconTechnologyLogoAttlasianJira = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
2092
|
+
"16": {
|
|
2093
|
+
"body": "<path fill=\"currentColor\" d=\"M14.42 1H7.68c0 1.68 1.36 3.04 3.04 3.04h1.24v1.2c0 1.68 1.36 3.04 3.04 3.04v-6.7a.58.58 0 0 0-.58-.58\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M11.08 4.36H4.34c0 1.68 1.36 3.04 3.04 3.04h1.24v1.2c0 1.68 1.36 3.04 3.04 3.04v-6.7a.58.58 0 0 0-.58-.58\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M7.74 7.72H1c0 1.68 1.36 3.04 3.04 3.04h1.24v1.2c0 1.68 1.36 3.04 3.04 3.04V8.3a.58.58 0 0 0-.58-.58\" class=\"icon-dark\"/>"
|
|
2094
|
+
}
|
|
2095
|
+
}, ["16"], "technology-logo-attlasian-jira")); };
|
|
2096
|
+
var IconTechnologyLogoMcp = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
2097
|
+
"24": {
|
|
2098
|
+
"body": "<title>ModelContextProtocol</title><path fill=\"currentColor\" d=\"M15.688 2.343a2.59 2.59 0 0 0-3.61 0l-9.626 9.44a.863.863 0 0 1-1.203 0 .823.823 0 0 1 0-1.18l9.626-9.44a4.313 4.313 0 0 1 6.016 0 4.12 4.12 0 0 1 1.204 3.54 4.3 4.3 0 0 1 3.609 1.18l.05.05a4.115 4.115 0 0 1 0 5.9l-8.706 8.537a.274.274 0 0 0 0 .393l1.788 1.754a.823.823 0 0 1 0 1.18.863.863 0 0 1-1.203 0l-1.788-1.753a1.92 1.92 0 0 1 0-2.754l8.706-8.538a2.47 2.47 0 0 0 0-3.54l-.05-.049a2.59 2.59 0 0 0-3.607-.003l-7.172 7.034-.002.002-.098.097a.863.863 0 0 1-1.204 0 .823.823 0 0 1 0-1.18l7.273-7.133a2.47 2.47 0 0 0-.003-3.537\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M14.485 4.703a.823.823 0 0 0 0-1.18.863.863 0 0 0-1.204 0l-7.119 6.982a4.115 4.115 0 0 0 0 5.9 4.314 4.314 0 0 0 6.016 0l7.12-6.982a.823.823 0 0 0 0-1.18.863.863 0 0 0-1.204 0l-7.119 6.982a2.59 2.59 0 0 1-3.61 0 2.47 2.47 0 0 1 0-3.54z\" class=\"icon-dark\"/>"
|
|
2099
|
+
}
|
|
2100
|
+
}, ["24"], "technology-logo-mcp")); };
|
|
1706
2101
|
var IconTechnologyMagnifyingGlassNoResults = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1707
2102
|
"24": {
|
|
1708
|
-
"body": "<path d=\"M18 10.5c0 2.07-.84 3.946-2.197 5.303A7.5 7.5 0 1 1 18 10.
|
|
2103
|
+
"body": "<path fill=\"transparent\" d=\"M18 10.5c0 2.07-.84 3.946-2.197 5.303A7.5 7.5 0 1 1 18 10.5\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15.803 15.803A7.5 7.5 0 1 0 5.196 5.197a7.5 7.5 0 0 0 10.607 10.606m0 0L21 21\" class=\"icon-dark\"/><path stroke=\"#e45770\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m8.5 12.5 2-2m2-2-2 2m0 0-2-2m2 2 2 2\" class=\"icon-dark-secondary\"/>"
|
|
1709
2104
|
},
|
|
1710
2105
|
"48": {
|
|
1711
|
-
"body": "<path d=\"M34.667 21.333c0 3.682-1.493 7.015-3.906 9.428a13.
|
|
2106
|
+
"body": "<path fill=\"transparent\" d=\"M34.667 21.333c0 3.682-1.493 7.015-3.906 9.428a13.3 13.3 0 0 1-9.428 3.905C13.97 34.666 8 28.696 8 21.333S13.97 7.999 21.333 7.999s13.334 5.97 13.334 13.334\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M30.761 30.76a13.3 13.3 0 0 0 3.906-9.427c0-7.364-5.97-13.334-13.334-13.334S8 13.97 8 21.333s5.97 13.333 13.333 13.333c3.682 0 7.016-1.492 9.428-3.905m0 0L40 40\" class=\"icon-dark\"/><path stroke=\"#e45770\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m17.5 25.5 4-4m4-4-4 4m0 0-4-4m4 4 4 4\" class=\"icon-dark-secondary\"/>"
|
|
1712
2107
|
}
|
|
1713
2108
|
}, ["24", "48"], "technology-magnifying-glass-no-results")); };
|
|
1714
2109
|
var IconTechnologyOctothorpe = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1715
2110
|
"16": {
|
|
1716
|
-
"body": "<path
|
|
2111
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 2 4 14m5 0 3-12m2 4H3m10 4H2\" class=\"icon-dark\"/>"
|
|
1717
2112
|
}
|
|
1718
2113
|
}, ["16"], "technology-octothorpe")); };
|
|
1719
2114
|
var IconTechnologyPullRequest = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1720
2115
|
"16": {
|
|
1721
|
-
"body": "<path d=\"M2.5 12a1 1 0 1 0 2
|
|
2116
|
+
"body": "<path fill=\"currentColor\" d=\"M2.5 12a1 1 0 1 0 2 0zm2-8a1 1 0 1 0-2 0zm7 8a1 1 0 1 0 2 0zm-4-8-.707-.707a1 1 0 0 0 0 1.414zM9 2.5h1a1 1 0 0 0-1.707-.707zm0 3-.707.707A1 1 0 0 0 10 5.5zM11.5 4v1zm-7 8V4h-2v8zm9 0V5h-2v7zm-2-9h-4v2h4zM8.207 4.707l1.5-1.5-1.414-1.414-1.5 1.5zm-1.414 0 1.5 1.5 1.414-1.414-1.5-1.5zM8 2.5v3h2v-3zM13.5 5a2 2 0 0 0-2-2v2z\" class=\"icon-dark\"/><path fill=\"#d0d2e0\" stroke=\"currentColor\" d=\"M5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm9 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z\" class=\"icon-light-fill icon-dark-stroke\"/>"
|
|
1722
2117
|
}
|
|
1723
2118
|
}, ["16"], "technology-pull-request")); };
|
|
2119
|
+
var IconTechnologyRssLarge = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
2120
|
+
"16": {
|
|
2121
|
+
"body": "<path fill=\"currentColor\" d=\"M3.97 15.501a4 4 0 0 0-3.471-3.47C.225 11.997 0 12.224 0 12.5v2A1.5 1.5 0 0 0 1.5 16h2c.276 0 .503-.225.47-.499M6 15a5 5 0 0 0-5-5 1 1 0 0 1 0-2 7 7 0 0 1 7 7 1 1 0 1 1-2 0m4 0a9 9 0 0 0-9-9 1 1 0 0 1 0-2c6.075 0 11 4.925 11 11a1 1 0 1 1-2 0m4 0C14 7.82 8.18 2 1 2a1 1 0 0 1 0-2c8.284 0 15 6.716 15 15a1 1 0 1 1-2 0\" class=\"icon-dark\"/>"
|
|
2122
|
+
}
|
|
2123
|
+
}, ["16"], "technology-rss-large")); };
|
|
2124
|
+
var IconTechnologyRssSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
2125
|
+
"16": {
|
|
2126
|
+
"body": "<path fill=\"currentColor\" d=\"M5.97 13.501a4 4 0 0 0-3.471-3.47C2.225 9.997 2 10.224 2 10.5v2A1.5 1.5 0 0 0 3.5 14h2c.276 0 .503-.225.47-.499M8 13a5 5 0 0 0-5-5 1 1 0 0 1 0-2 7 7 0 0 1 7 7 1 1 0 1 1-2 0m4 0a9 9 0 0 0-9-9 1 1 0 0 1 0-2c6.075 0 11 4.925 11 11a1 1 0 1 1-2 0\" class=\"icon-dark\"/>"
|
|
2127
|
+
}
|
|
2128
|
+
}, ["16"], "technology-rss-small")); };
|
|
1724
2129
|
var IconTechnologyServerAlt = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1725
2130
|
"24": {
|
|
1726
|
-
"body": "<rect
|
|
2131
|
+
"body": "<rect width=\"20\" height=\"6\" x=\"2\" y=\"9\" fill=\"#d0d2e0\" class=\"icon-light\" rx=\"2\"/><path fill=\"#1b1e2e\" fill-rule=\"evenodd\" d=\"M1 17a3 3 0 0 1 3-3h16a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1zm3 2a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1m-2 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path fill=\"#1b1e2e\" fill-rule=\"evenodd\" d=\"M1 11a3 3 0 0 1 3-3h16a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1zm3 2a1 1 0 0 1 1-1h11a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1m-2 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path fill=\"#1b1e2e\" fill-rule=\"evenodd\" d=\"M1 5a3 3 0 0 1 3-3h16a3 3 0 0 1 3 3v2a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm3 2a1 1 0 0 1 1-1h7a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1M5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1727
2132
|
}
|
|
1728
2133
|
}, ["24"], "technology-server-alt")); };
|
|
1729
2134
|
var IconTechnologyServer = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1730
2135
|
"16": {
|
|
1731
|
-
"body": "<rect x=\"1\" y=\"2\"
|
|
2136
|
+
"body": "<rect width=\"14\" height=\"6\" x=\"1\" y=\"2\" fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-dark-stroke icon-light-fill\" rx=\"2\"/><rect width=\"14\" height=\"6\" x=\"1\" y=\"8\" fill=\"#d0d2e0\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"icon-dark-stroke icon-light-fill\" rx=\"2\"/><path fill=\"currentColor\" d=\"M13 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0M10 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0M13 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/>"
|
|
1732
2137
|
}
|
|
1733
2138
|
}, ["16"], "technology-server")); };
|
|
1734
2139
|
var IconTechnologyTerminalLog = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1735
2140
|
"16": {
|
|
1736
|
-
"body": "<path d=\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2
|
|
2141
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v1h14z\" class=\"icon-light\"/><path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v1h14z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M1 4v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4M1 4V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1M1 4h14\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M4.5 7a.5.5 0 0 0 0 1zm1 1H6V7h-.5zm-1 1a.5.5 0 0 0 0 1zM6 10h.5V9H6zm-1.5 1a.5.5 0 0 0 0 1zm3 1H8v-1h-.5zm0-3H7v1h.5zM9 10a.5.5 0 0 0 0-1zm0 1h-.5v1H9zm2 1a.5.5 0 0 0 0-1zM7 7h-.5v1H7zm1 1h.5V7H8zm1.5-1H9v1h.5zm2 1a.5.5 0 0 0 0-1zm-7 0h1V7h-1zm0 2H6V9H4.5zm0 2h3v-1h-3zm3-2H9V9H7.5zM9 12h2v-1H9zM7 8h1V7H7zm2.5 0h2V7h-2z\" class=\"icon-dark\"/>"
|
|
1737
2142
|
}
|
|
1738
2143
|
}, ["16"], "technology-terminal-log")); };
|
|
1739
2144
|
var IconTechnologyTerminal = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1740
2145
|
"16": {
|
|
1741
|
-
"body": "<path
|
|
2146
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M1 4v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4M1 4V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1M1 4h14M5 8l1.5 1.5L5 11\" class=\"icon-dark\" opacity=\".7\"/>"
|
|
1742
2147
|
}
|
|
1743
2148
|
}, ["16"], "technology-terminal")); };
|
|
1744
2149
|
var IconTechnologyTestResults = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1745
2150
|
"16": {
|
|
1746
|
-
"body": "<path
|
|
2151
|
+
"body": "<path fill=\"currentColor\" d=\"M1 10h3v3H1z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M15 5.5a1 1 0 1 0 0-2zm-8-2a1 1 0 0 0 0 2zm8 9a1 1 0 1 0 0-2zm-8-2a1 1 0 1 0 0 2zM.293 5.293a1 1 0 0 0 1.414 1.414zm4.414-1.586a1 1 0 0 0-1.414-1.414zm-3-1.414A1 1 0 0 0 .293 3.707zm1.586 4.414a1 1 0 0 0 1.414-1.414zM1 10V9a1 1 0 0 0-1 1zm3 0h1a1 1 0 0 0-1-1zm0 3v1a1 1 0 0 0 1-1zm-3 0H0a1 1 0 0 0 1 1zm14-9.5H7v2h8zm0 7H7v2h8zM1.707 6.707l1.5-1.5-1.414-1.414-1.5 1.5zm1.5-1.5 1.5-1.5-1.414-1.414-1.5 1.5zm-2.914-1.5 1.5 1.5 1.414-1.414-1.5-1.5zm1.5 1.5 1.5 1.5 1.414-1.414-1.5-1.5zM1 11h3V9H1zm2-1v3h2v-3zm1 2H1v2h3zm-2 1v-3H0v3z\" class=\"icon-dark\"/>"
|
|
1747
2152
|
},
|
|
1748
2153
|
"24": {
|
|
1749
|
-
"body": "<path
|
|
2154
|
+
"body": "<path fill=\"currentColor\" d=\"M3 15h4v4H3z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M21 8a1 1 0 1 0 0-2zM11 6a1 1 0 1 0 0 2zm10 12a1 1 0 1 0 0-2zm-10-2a1 1 0 1 0 0 2zM2.293 8.293a1 1 0 0 0 1.414 1.414zm5.414-2.586a1 1 0 0 0-1.414-1.414zm-4-1.414a1 1 0 0 0-1.414 1.414zm2.586 5.414a1 1 0 0 0 1.414-1.414zM3 15v-1a1 1 0 0 0-1 1zm4 0h1a1 1 0 0 0-1-1zm0 4v1a1 1 0 0 0 1-1zm-4 0H2a1 1 0 0 0 1 1zM21 6H11v2h10zm0 10H11v2h10zM3.707 9.707l2-2-1.414-1.414-2 2zm2-2 2-2-1.414-1.414-2 2zm-3.414-2 2 2 1.414-1.414-2-2zm2 2 2 2 1.414-1.414-2-2zM3 16h4v-2H3zm3-1v4h2v-4zm1 3H3v2h4zm-3 1v-4H2v4z\" class=\"icon-dark\"/>"
|
|
1750
2155
|
}
|
|
1751
2156
|
}, ["16", "24"], "technology-test-results")); };
|
|
2157
|
+
var IconTechnologyUiCoverageDisabled = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
2158
|
+
"48": {
|
|
2159
|
+
"body": "<rect width=\"38\" height=\"38\" x=\"5\" y=\"4.999\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" class=\"icon-dark-stroke icon-light-fill\" rx=\"4\"/><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"2\" d=\"m33.428 21.885-14.134-2.827a.2.2 0 0 0-.235.236l2.827 14.134a.2.2 0 0 0 .375.05l2.615-5.23a.2.2 0 0 1 .32-.052l4.163 4.162a.2.2 0 0 0 .282 0l2.718-2.717a.2.2 0 0 0 0-.283l-4.163-4.162a.2.2 0 0 1 .052-.32l5.23-2.616a.2.2 0 0 0-.05-.375Z\" class=\"icon-dark-stroke icon-light-secondary-fill\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M22 12a1 1 0 0 1 1 1v1.5a1 1 0 1 1-2 0V13a1 1 0 0 1 1-1m8.207 3.207-1.06 1.06a1 1 0 0 1-1.415-1.414l1.06-1.06a1 1 0 0 1 1.415 1.414m-13.5 13.5a1 1 0 0 0-1.414-1.415l-1.06 1.061a1 1 0 0 0 1.413 1.414zm-2.914-14.915a1 1 0 0 1 1.414 0l1.06 1.061a1 1 0 0 1-1.413 1.414l-1.061-1.06a1 1 0 0 1 0-1.415M13 21a1 1 0 1 0 0 2h1.5a1 1 0 1 0 0-2z\" class=\"icon-dark\" clip-rule=\"evenodd\"/><circle cx=\"40\" cy=\"40\" r=\"8\" fill=\"currentColor\" class=\"icon-light-secondary\"/><path fill=\"currentColor\" d=\"M46 40.001a6 6 0 1 0-12 0 6 6 0 0 0 12 0\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"m35.741 44.227 8.525-8.446M46 40.001a6 6 0 1 0-12 0 6 6 0 0 0 12 0Z\" class=\"icon-dark\"/>"
|
|
2160
|
+
}
|
|
2161
|
+
}, ["48"], "technology-ui-coverage-disabled")); };
|
|
1752
2162
|
var IconTechnologyUiCoverage = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1753
2163
|
"16": {
|
|
1754
|
-
"body": "<path d=\"M14.971 6.994 5.015 5.002a.01.01 0 0 0-.012.012l1.991 9.957a.01.01 0 0 0 .019.002l1.98-3.961a.01.01 0 0 1 .017-.003l2.983 2.983a.01.01 0 0 0 .014 0l1.986-1.986a.01.01 0 0 0 0-.014L11.01 9.01a.01.01 0 0 1 .002-.016l3.962-1.98a.01.01 0 0 0-.003-.02Z\"
|
|
2164
|
+
"body": "<path fill=\"#e1e3ed\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M14.971 6.994 5.015 5.002a.01.01 0 0 0-.012.012l1.991 9.957a.01.01 0 0 0 .019.002l1.98-3.961a.01.01 0 0 1 .017-.003l2.983 2.983a.01.01 0 0 0 .014 0l1.986-1.986a.01.01 0 0 0 0-.014L11.01 9.01a.01.01 0 0 1 .002-.016l3.962-1.98a.01.01 0 0 0-.003-.02Z\" class=\"icon-dark-stroke icon-light-fill\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7 0a1 1 0 0 1 1 1v1a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1m5.707 2.706L12 3.413A1 1 0 1 1 10.586 2l.707-.707a1 1 0 1 1 1.414 1.414m-10-1.414a1 1 0 0 0-1.414 1.414L2 3.413A1 1 0 1 0 3.414 2zm0 11.122.707-.708A1 1 0 0 0 2 10.292L1.293 11a1 1 0 1 0 1.414 1.415M1 5.998a1 1 0 1 0 0 2h1a1 1 0 0 0 0-2z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1755
2165
|
},
|
|
1756
2166
|
"24": {
|
|
1757
|
-
"body": "<path d=\"M21.428 9.885 7.294 7.058a.2.2 0 0 0-.235.235l2.827 14.134a.2.2 0 0 0 .375.05l2.615-5.23a.2.2 0 0 1 .32-.052l4.163 4.163a.2.2 0 0 0 .282 0l2.718-2.718a.2.2 0 0 0 0-.282l-4.163-4.163a.2.2 0 0 1 .052-.32l5.23-2.615a.2.2 0 0 0-.05-.375Z\"
|
|
2167
|
+
"body": "<path fill=\"#e1e3ed\" stroke=\"currentColor\" stroke-width=\"2\" d=\"M21.428 9.885 7.294 7.058a.2.2 0 0 0-.235.235l2.827 14.134a.2.2 0 0 0 .375.05l2.615-5.23a.2.2 0 0 1 .32-.052l4.163 4.163a.2.2 0 0 0 .282 0l2.718-2.718a.2.2 0 0 0 0-.282l-4.163-4.163a.2.2 0 0 1 .052-.32l5.23-2.615a.2.2 0 0 0-.05-.375Z\" class=\"icon-dark-stroke icon-light-fill\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10-.001a1 1 0 0 1 1 1v1.5a1 1 0 1 1-2 0v-1.5a1 1 0 0 1 1-1m8.207 3.207-1.06 1.06a1 1 0 1 1-1.415-1.413l1.06-1.061a1 1 0 1 1 1.415 1.414m-13.5 13.5a1 1 0 1 0-1.414-1.414l-1.06 1.06a1 1 0 1 0 1.413 1.415zM1.793 1.792a1 1 0 0 1 1.414 0l1.06 1.06a1 1 0 0 1-1.413 1.415l-1.061-1.06a1 1 0 0 1 0-1.415M1 8.999a1 1 0 1 0 0 2h1.5a1 1 0 1 0 0-2z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
2168
|
+
},
|
|
2169
|
+
"48": {
|
|
2170
|
+
"body": "<rect width=\"38\" height=\"38\" x=\"5\" y=\"4.999\" fill=\"#f3f4fa\" stroke=\"currentColor\" stroke-width=\"2\" class=\"icon-dark-stroke icon-light-fill\" rx=\"4\"/><path fill=\"#fff\" stroke=\"currentColor\" stroke-width=\"2\" d=\"m33.428 22.885-14.134-2.827a.2.2 0 0 0-.235.236l2.827 14.134a.2.2 0 0 0 .375.05l2.615-5.23a.2.2 0 0 1 .32-.052l4.163 4.162a.2.2 0 0 0 .282 0l2.718-2.717a.2.2 0 0 0 0-.283l-4.163-4.162a.2.2 0 0 1 .052-.32l5.23-2.616a.2.2 0 0 0-.05-.375Z\" class=\"icon-dark-stroke icon-light-secondary-fill\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M22 13a1 1 0 0 1 1 1v1.5a1 1 0 1 1-2 0V14a1 1 0 0 1 1-1m8.207 3.207-1.06 1.06a1 1 0 0 1-1.415-1.414l1.06-1.06a1 1 0 0 1 1.415 1.414m-13.5 13.5a1 1 0 0 0-1.414-1.415l-1.06 1.061a1 1 0 0 0 1.413 1.414zm-2.914-14.914a1 1 0 0 1 1.414 0l1.06 1.06a1 1 0 0 1-1.413 1.414l-1.061-1.06a1 1 0 0 1 0-1.415M13 22a1 1 0 1 0 0 2h1.5a1 1 0 1 0 0-2z\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1758
2171
|
}
|
|
1759
|
-
}, ["16", "24"], "technology-ui-coverage")); };
|
|
2172
|
+
}, ["16", "24", "48"], "technology-ui-coverage")); };
|
|
1760
2173
|
var IconTestingTypeComponentSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1761
2174
|
"24": {
|
|
1762
|
-
"body": "<mask id=\"cy-svg-9cfedbe0a\" fill=\"#fff\"><path d=\"M2 13h9v9H4a2 2 0 0 1-2-
|
|
2175
|
+
"body": "<mask id=\"cy-svg-9cfedbe0a\" fill=\"#fff\"><path d=\"M2 13h9v9H4a2 2 0 0 1-2-2zM13 2h7a2 2 0 0 1 2 2v7h-9z\"/></mask><path fill=\"currentColor\" d=\"M2 13h9v9H4a2 2 0 0 1-2-2zM13 2h7a2 2 0 0 1 2 2v7h-9z\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M11 13h2a2 2 0 0 0-2-2zm-9 0v-2a2 2 0 0 0-2 2zm9 9v2a2 2 0 0 0 2-2zm2-20V0h-2v2zm9 9v2h2v-2zm-9 0h-2v2h2zm-2 0H2v4h9zm-2 2v9h4v-9zm2 7H4v4h7zm-7 0v-7H0v7zm9-16h7V0h-7zm7 0v7h4V4zm2 5h-9v4h9zm-7 2V2h-4v9zm5-7h4a4 4 0 0 0-4-4zM4 20H0a4 4 0 0 0 4 4z\" class=\"icon-dark\" mask=\"url(#cy-svg-9cfedbe0a)\"/><path fill=\"#d0d2e0\" d=\"M4 4h7v9h9v7a2 2 0 0 1-2 2h-7v-9H2V6a2 2 0 0 1 2-2\" class=\"icon-light\"/>"
|
|
1763
2176
|
},
|
|
1764
2177
|
"64": {
|
|
1765
|
-
"body": "<path d=\"M36 4h21a3 3 0 0 1 3
|
|
2178
|
+
"body": "<path fill=\"currentColor\" d=\"M36 4h21a3 3 0 0 1 3 3v21H36zM32 56H11a3 3 0 0 1-3-3V32h24z\" class=\"icon-dark\"/><path fill=\"#d0d2e0\" d=\"M11 8h21v24h24v21a3 3 0 0 1-3 3H32V32H8V11a3 3 0 0 1 3-3\" class=\"icon-light\"/>"
|
|
1766
2179
|
}
|
|
1767
2180
|
}, ["24", "64"], "testing-type-component-solid")); };
|
|
1768
2181
|
var IconTestingTypeComponent = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1769
2182
|
"16": {
|
|
1770
|
-
"body": "<path
|
|
2183
|
+
"body": "<path fill=\"currentColor\" fill-opacity=\".5\" d=\"M2 10h4v4H2zM10 2h4v4h-4z\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M2 6V5a1 1 0 0 0-1 1zm4 0h1V5H6zm-4 8H1a1 1 0 0 0 1 1zm8-12V1H9v1zm4 0h1a1 1 0 0 0-1-1zm0 4v1h1V6zm-4 0H9v1h1zm0 4h1V9h-1zm0 4v1a1 1 0 0 0 1-1zM2 7h4V5H2zm3-1v4h2V6zm1 3H2v2h4zm-3 1V6H1v4zm2 0v4h2v-4zm1 3H2v2h4zm-3 1v-4H1v4zm7-11h4V1h-4zm3-1v4h2V2zm1 3h-4v2h4zm-3 1V2H9v4zm-5 5h4V9H6zm3-1v4h2v-4zm1 3H6v2h4z\" class=\"icon-dark\"/>"
|
|
1771
2184
|
},
|
|
1772
2185
|
"24": {
|
|
1773
|
-
"body": "<path d=\"M3 14h7v7H4a1 1 0 0 1-1-
|
|
2186
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M3 14h7v7H4a1 1 0 0 1-1-1zM14 3h6a1 1 0 0 1 1 1v6h-7z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M10 7h1V6h-1zm4-4V2h-1v1zm7 7v1h1v-1zm-7 0h-1v1h1zm3 4h1v-1h-1zM4 8h6V6H4zm5-1v7h2V7zm1 6H3v2h7zm-6 1V8H2v6zm5 0v7h2v-7zm1 6H4v2h6zm-6 0v-6H2v6zM14 4h6V2h-6zm6 0v6h2V4zm1 5h-7v2h7zm-6 1V3h-2v7zm-5 5h7v-2h-7zm6-1v6h2v-6zm0 6h-6v2h6zm0 0v2a2 2 0 0 0 2-2zm4-16h2a2 2 0 0 0-2-2zM4 20H2a2 2 0 0 0 2 2zM4 6a2 2 0 0 0-2 2h2z\" class=\"icon-dark\"/>"
|
|
1774
2187
|
},
|
|
1775
2188
|
"64": {
|
|
1776
|
-
"body": "<path d=\"M36 5h21.5A1.5 1.5 0 0 1 59 6.
|
|
2189
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M36 5h21.5A1.5 1.5 0 0 1 59 6.5V28H36zM32 32H9v21.5a1.5 1.5 0 0 0 1.5 1.5H32z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M32 9h1V8h-1zm4-4V4h-1v1zm23 23v1h1v-1zm-23 0h-1v1h1zm19 4h1v-1h-1zM10.5 10H32V8H10.5zM31 9v23h2V9zm1 22H9v2h23zm-22 1V10.5H8V32zm21 0v23h2V32zm1 22H10.5v2H32zm-22-.5V32H8v21.5zM36 6h21.5V4H36zm22 .5V28h2V6.5zM59 27H36v2h23zm-22 1V5h-2v23zm-5 5h23v-2H32zm22-1v21.5h2V32zm-.5 22H32v2h21.5zm.5-.5a.5.5 0 0 1-.5.5v2a2.5 2.5 0 0 0 2.5-2.5zM57.5 6a.5.5 0 0 1 .5.5h2A2.5 2.5 0 0 0 57.5 4zm-47 48a.5.5 0 0 1-.5-.5H8a2.5 2.5 0 0 0 2.5 2.5zm0-46A2.5 2.5 0 0 0 8 10.5h2a.5.5 0 0 1 .5-.5z\" class=\"icon-dark\"/>"
|
|
1777
2190
|
}
|
|
1778
2191
|
}, ["16", "24", "64"], "testing-type-component")); };
|
|
1779
2192
|
var IconTestingTypeE2ESolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1780
2193
|
"24": {
|
|
1781
|
-
"body": "<path d=\"M4 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5a2 2 0 0 0-2-
|
|
2194
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M4 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M20 21a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2v8a2 2 0 0 1-2 2H6v2a2 2 0 0 0 2 2zM6 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0M9 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0M12 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/>"
|
|
1782
2195
|
},
|
|
1783
2196
|
"64": {
|
|
1784
|
-
"body": "<path d=\"M9 8a3 3 0 0 0-3 3v33a3 3 0 0 0 3 3h37a3 3 0 0 0 3-3V11a3 3 0 0 0-3-
|
|
2197
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M9 8a3 3 0 0 0-3 3v33a3 3 0 0 0 3 3h37a3 3 0 0 0 3-3V11a3 3 0 0 0-3-3z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M55 56a3 3 0 0 0 3-3V20a3 3 0 0 0-3-3h-6v27a3 3 0 0 1-3 3H15v6a3 3 0 0 0 3 3z\" class=\"icon-dark\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M49 11a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3v6h43zm-5 .5a1 1 0 1 1 0 2H25a1 1 0 1 1 0-2zm-33 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2m4-2a1 1 0 1 0 0 2 1 1 0 0 0 0-2m4 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1785
2198
|
}
|
|
1786
2199
|
}, ["24", "64"], "testing-type-e2e-solid")); };
|
|
1787
2200
|
var IconTestingTypeE2E = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1788
2201
|
"16": {
|
|
1789
|
-
"body": "<path d=\"M15 14V5h-
|
|
2202
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M15 14V5h-3v6H4v3z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M15 5h1a1 1 0 0 0-1-1zM4 14H3a1 1 0 0 0 1 1zm11 0v1a1 1 0 0 0 1-1zM1 2V1a1 1 0 0 0-1 1zm11 0h1a1 1 0 0 0-1-1zM1 11H0a1 1 0 0 0 1 1zm11 0v1a1 1 0 0 0 1-1zm2-6v9h2V5zm1 8H4v2h11zM1 3h11V1H1zm11 7H4v2h8zm-8 0H1v2h3zm1 4v-3H3v3zm7-8h3V4h-3zm-1-4v3h2V2zm0 3v6h2V5zm-9 6V2H0v9zM4 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0M6 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0M8 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0\" class=\"icon-dark\"/>"
|
|
1790
2203
|
},
|
|
1791
2204
|
"24": {
|
|
1792
|
-
"body": "<path d=\"M20 20a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-3v7a1 1 0 0 1-1 1H7v3a1 1 0 0 0 1
|
|
2205
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M20 20a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-3v7a1 1 0 0 1-1 1H7v3a1 1 0 0 0 1 1z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M6 6a1 1 0 0 0 0 2zm.01 2a1 1 0 0 0 0-2zM9 6a1 1 0 0 0 0 2zm.01 2a1 1 0 0 0 0-2zM12 6a1 1 0 1 0 0 2zm.01 2a1 1 0 1 0 0-2zM20 9v10h2V9zm0 10H8v2h12zM4 5h12V3H4zm12 10H7v2h9zm-9 0H4v2h3zm1 4v-3H6v3zm9-10h3V7h-3zm-1-4v3h2V5zm0 3v7h2V8zM4 15V5H2v10zm2-7h.01V6H6zm3 0h.01V6H9zm3 0h.01V6H12zm4 9a2 2 0 0 0 2-2h-2zM4 15H2a2 2 0 0 0 2 2zM16 5h2a2 2 0 0 0-2-2zM4 3a2 2 0 0 0-2 2h2zm16 16v2a2 2 0 0 0 2-2zM8 19H6a2 2 0 0 0 2 2zM22 9a2 2 0 0 0-2-2v2z\" class=\"icon-dark\"/>"
|
|
1793
2206
|
},
|
|
1794
2207
|
"64": {
|
|
1795
|
-
"body": "<path d=\"M55.5 55a1.5 1.5 0 0 0 1.5-1.5v-34a1.5 1.5 0 0 0-1.5-1.5H48v26.5a1.5 1.5 0 0 1-1.5 1.5H16v7.5a1.5 1.5 0 0 0 1.5 1.
|
|
2208
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M55.5 55a1.5 1.5 0 0 0 1.5-1.5v-34a1.5 1.5 0 0 0-1.5-1.5H48v26.5a1.5 1.5 0 0 1-1.5 1.5H16v7.5a1.5 1.5 0 0 0 1.5 1.5zM48 10.5A1.5 1.5 0 0 0 46.5 9h-38A1.5 1.5 0 0 0 7 10.5V18h41z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M7 18v26.5A1.5 1.5 0 0 0 8.5 46H16M7 18v-7.5A1.5 1.5 0 0 1 8.5 9h38a1.5 1.5 0 0 1 1.5 1.5V18M7 18h41M16 46h30.5a1.5 1.5 0 0 0 1.5-1.5V18M16 46v7.5a1.5 1.5 0 0 0 1.5 1.5h38a1.5 1.5 0 0 0 1.5-1.5v-34a1.5 1.5 0 0 0-1.5-1.5H48m-5-4.5H25m-13.001 0h.014m3.987 0h.013m3.987 0h.013\" class=\"icon-dark\"/>"
|
|
1796
2209
|
}
|
|
1797
2210
|
}, ["16", "24", "64"], "testing-type-e2e")); };
|
|
1798
2211
|
var IconTimeCalendarDay = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1799
2212
|
"16": {
|
|
1800
|
-
"body": "<path fill
|
|
2213
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M14 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v2h12z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M14 6V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v2m12 0v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6m12 0H2m3-5v2m6-2v2M5 9v1h1V9z\" class=\"icon-dark\"/>"
|
|
1801
2214
|
}
|
|
1802
2215
|
}, ["16"], "time-calendar-day")); };
|
|
1803
2216
|
var IconTimeClock = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1804
2217
|
"16": {
|
|
1805
|
-
"body": "<path d=\"M8 4v4l2 1.5M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14
|
|
2218
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 4v4l2 1.5M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0\" class=\"icon-dark\"/>"
|
|
1806
2219
|
},
|
|
1807
2220
|
"24": {
|
|
1808
|
-
"body": "<path d=\"M12 7v5l3 2m6-2a9 9 0 1 1-18 0 9 9 0 0 1 18
|
|
2221
|
+
"body": "<path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 7v5l3 2m6-2a9 9 0 1 1-18 0 9 9 0 0 1 18 0\" class=\"icon-dark\"/>"
|
|
1809
2222
|
}
|
|
1810
2223
|
}, ["16", "24"], "time-clock")); };
|
|
1811
2224
|
var IconTimeStopwatch = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1812
2225
|
"16": {
|
|
1813
|
-
"body": "<path fill
|
|
2226
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M13.5 9.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0M8 9.993a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 4V1m0 3c1.519 0 2.894.616 3.89 1.61M8 4a5.48 5.48 0 0 0-3.89 1.61M8 1h2M8 1H6m5.89 4.61a5.5 5.5 0 1 1-7.778 0m7.777 0L13 4.5M4.11 5.61 3 4.5m5 5 .357-.357M10 7.5 8.357 9.143m0 0a.498.498 0 0 1-.357.85.5.5 0 1 1 .357-.85\" class=\"icon-dark\"/>"
|
|
1814
2227
|
}
|
|
1815
2228
|
}, ["16"], "time-stopwatch")); };
|
|
1816
2229
|
var IconUserGeneralOutline = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1817
2230
|
"16": {
|
|
1818
|
-
"body": "<path d=\"M8 1a7 7 0 0 0-4.9 12 5.
|
|
2231
|
+
"body": "<path fill=\"transparent\" d=\"M8 1a7 7 0 0 0-4.9 12 5.01 5.01 0 0 1 3.043-3.644 3 3 0 1 1 3.714 0A5.01 5.01 0 0 1 12.9 13 7 7 0 0 0 8 1\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M6.143 9.356C6.653 9.76 7.299 10 8 10s1.346-.24 1.857-.644m-3.714 0a3 3 0 1 1 3.714 0m-3.714 0A5.01 5.01 0 0 0 3.1 13m6.757-3.643A5.01 5.01 0 0 1 12.9 13m0 0a7 7 0 1 0-9.8 0m9.8 0A6.98 6.98 0 0 1 8 15a6.98 6.98 0 0 1-4.9-2\" class=\"icon-dark\"/>"
|
|
2232
|
+
},
|
|
2233
|
+
"24": {
|
|
2234
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M12 3a9 9 0 0 0-6.3 15.427 6.44 6.44 0 0 1 3.912-4.683 3.857 3.857 0 1 1 4.775 0 6.44 6.44 0 0 1 3.913 4.683A9 9 0 0 0 12 3\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M9.612 13.744A3.84 3.84 0 0 0 12 14.57a3.84 3.84 0 0 0 2.388-.827m-4.776 0a3.857 3.857 0 1 1 4.775 0m-4.775 0A6.44 6.44 0 0 0 5.7 18.427m8.688-4.683a6.44 6.44 0 0 1 3.912 4.683m0 0a9 9 0 1 0-12.6 0m12.6 0A8.97 8.97 0 0 1 12 21a8.97 8.97 0 0 1-6.3-2.573\" class=\"icon-dark\"/>"
|
|
1819
2235
|
}
|
|
1820
|
-
}, ["16"], "user-general-outline")); };
|
|
2236
|
+
}, ["16", "24"], "user-general-outline")); };
|
|
1821
2237
|
var IconUserGeneralSolid = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1822
2238
|
"16": {
|
|
1823
|
-
"body": "<path d=\"M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8
|
|
2239
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0\" class=\"icon-light\"/><path fill=\"#d0d2e0\" d=\"M5 7a3 3 0 1 1 4.857 2.356A5.01 5.01 0 0 1 12.9 13 6.98 6.98 0 0 1 8 15a6.98 6.98 0 0 1-4.9-2 5.01 5.01 0 0 1 3.043-3.644A3 3 0 0 1 5 7\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-width=\"2\" d=\"M6.143 9.356C6.653 9.76 7.299 10 8 10s1.346-.24 1.857-.644m-3.714 0a3 3 0 1 1 3.714 0m-3.714 0A5.01 5.01 0 0 0 3.1 13 6.98 6.98 0 0 0 8 15a6.98 6.98 0 0 0 4.9-2 5.01 5.01 0 0 0-3.043-3.644\" class=\"icon-dark\"/>"
|
|
1824
2240
|
}
|
|
1825
2241
|
}, ["16"], "user-general-solid")); };
|
|
1826
2242
|
var IconViewList = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1827
2243
|
"16": {
|
|
1828
|
-
"body": "<path
|
|
2244
|
+
"body": "<path fill=\"currentColor\" fill-opacity=\".4\" d=\"M1 7h2v2H1zM1 1h2v2H1z\" class=\"icon-dark\"/><path fill=\"currentColor\" d=\"M15 3a1 1 0 1 0 0-2zM6 1a1 1 0 0 0 0 2zm9 8a1 1 0 1 0 0-2zM6 7a1 1 0 1 0 0 2zM1 3H0a1 1 0 0 0 1 1zm2-2h1a1 1 0 0 0-1-1zM1 1V0a1 1 0 0 0-1 1zm2 2v1a1 1 0 0 0 1-1zM1 7V6a1 1 0 0 0-1 1zm2 0h1a1 1 0 0 0-1-1zm0 2v1a1 1 0 0 0 1-1zM1 9H0a1 1 0 0 0 1 1zm14-8H6v2h9zm0 6H6v2h9zM1 8h2V6H1zm1-1v2h2V7zm1 1H1v2h2zM2 9V7H0v2zM1 2h2V0H1zm3 1V1H2v2zM3 2H1v2h2zM2 3V1H0v2z\" class=\"icon-dark\"/>"
|
|
1829
2245
|
}
|
|
1830
2246
|
}, ["16"], "view-list")); };
|
|
1831
2247
|
var IconViewPieChartAlt = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1832
2248
|
"24": {
|
|
1833
|
-
"body": "<path d=\"M20.97 12.75a9 9 0 0 1-14.782 6.122c-.316-.268-.315-.745-.022-1.038l5.541-5.541a1 1 0 0 1 .707-.293h7.836c.414 0 .753.337.72.
|
|
2249
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M20.97 12.75a9 9 0 0 1-14.782 6.122c-.316-.268-.315-.745-.022-1.038l5.541-5.541a1 1 0 0 1 .707-.293h7.836c.414 0 .753.337.72.75\" class=\"icon-light\"/><path fill=\"#bfc2d4\" d=\"M5.128 17.812A8.96 8.96 0 0 1 3 12a8.97 8.97 0 0 1 2.636-6.364 8.97 8.97 0 0 1 5.615-2.605c.413-.034.749.305.749.719v7.836a1 1 0 0 1-.293.707l-5.54 5.54c-.294.294-.771.295-1.039-.02\" class=\"icon-light-secondary\"/><path fill=\"#9095ad\" d=\"M12 3.75c0-.414.337-.753.75-.72a9 9 0 0 1 8.22 8.22c.033.413-.306.75-.72.75h-7.5a.75.75 0 0 1-.75-.75z\" class=\"icon-dark-secondary\"/><path stroke=\"#1b1e2e\" stroke-width=\"2\" d=\"M21 12a9 9 0 0 1-15.364 6.364M21 12a9 9 0 0 0-9-9m9 9h-9m0-9a9 9 0 0 0-6.364 15.364M12 3v9m0 0-6.364 6.364\" class=\"icon-dark\"/>"
|
|
1834
2250
|
}
|
|
1835
2251
|
}, ["24"], "view-pie-chart-alt")); };
|
|
1836
2252
|
var IconViewPieChart = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1837
2253
|
"16": {
|
|
1838
|
-
"body": "<path d=\"M8 1a7 7 0 0 1 7
|
|
2254
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M8 1a7 7 0 0 1 7 7H8z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 8a7 7 0 0 1-11.95 4.95M15 8a7 7 0 0 0-7-7m7 7H8m0-7a6.98 6.98 0 0 0-4.95 2.05A6.98 6.98 0 0 0 1 8c0 1.933.784 3.683 2.05 4.95M8 1v7m-4.95 4.95L8 8\" class=\"icon-dark\"/>"
|
|
1839
2255
|
},
|
|
1840
2256
|
"24": {
|
|
1841
|
-
"body": "<path d=\"M12 3a9 9 0 0 1 9 9h-
|
|
2257
|
+
"body": "<path fill=\"#d0d2e0\" d=\"M12 3a9 9 0 0 1 9 9h-9z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M21 12a9 9 0 0 1-15.364 6.364M21 12a9 9 0 0 0-9-9m9 9h-9m0-9a8.97 8.97 0 0 0-6.364 2.636A8.97 8.97 0 0 0 3 12a8.97 8.97 0 0 0 2.636 6.364M12 3v9m-6.364 6.364L12 12\" class=\"icon-dark\"/>"
|
|
1842
2258
|
}
|
|
1843
2259
|
}, ["16", "24"], "view-pie-chart")); };
|
|
1844
2260
|
var IconViewTreeAlt = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1845
2261
|
"16": {
|
|
1846
|
-
"body": "<path d=\"M13 1.999h2v2h-
|
|
2262
|
+
"body": "<path fill=\"currentColor\" d=\"M13 1.999h2v2h-2zM13 7.999h2v2h-2z\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 2.999v6h6m-6-6H1m3 0h6m3 1h2v-2h-2zm0 6h2v-2h-2z\" class=\"icon-dark\"/>"
|
|
1847
2263
|
}
|
|
1848
2264
|
}, ["16"], "view-tree-alt")); };
|
|
1849
2265
|
var IconWarningCircle = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1850
2266
|
"16": {
|
|
1851
|
-
"body": "<path fill
|
|
2267
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8m6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0m1 5a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0zm-1 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2\" class=\"icon-dark\" clip-rule=\"evenodd\"/>"
|
|
1852
2268
|
}
|
|
1853
2269
|
}, ["16"], "warning-circle")); };
|
|
2270
|
+
var IconWarningTriangle = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
2271
|
+
"16": {
|
|
2272
|
+
"body": "<path fill=\"currentColor\" d=\"M5.172 2.82a3.106 3.106 0 0 1 5.655 0l3.952 8.694A2.466 2.466 0 0 1 12.534 15H3.466a2.466 2.466 0 0 1-2.245-3.486z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 6v3m0 3zm7 .535A2.466 2.466 0 0 1 12.534 15H3.466A2.466 2.466 0 0 1 1 12.534v0c0-.352.075-.7.221-1.02L5.172 2.82A3.11 3.11 0 0 1 8 1v0c1.218 0 2.324.712 2.828 1.82l3.951 8.694c.146.32.221.668.221 1.02\" class=\"icon-dark\"/>"
|
|
2273
|
+
},
|
|
2274
|
+
"24": {
|
|
2275
|
+
"body": "<path fill=\"currentColor\" d=\"M7.96 4.601a4.437 4.437 0 0 1 8.08 0l5.424 11.934A6 6 0 0 1 22 19.01 2.99 2.99 0 0 1 19.01 22H4.99A2.99 2.99 0 0 1 2 19.01c0-.854.183-1.698.536-2.475z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 7v7m0 4v.01m10 1A2.99 2.99 0 0 1 19.01 22H4.99A2.99 2.99 0 0 1 2 19.01v0c0-.854.183-1.698.536-2.475L7.961 4.601A4.44 4.44 0 0 1 12 2v0c1.74 0 3.32 1.017 4.04 2.601l5.424 11.934A6 6 0 0 1 22 19.01\" class=\"icon-dark\"/>"
|
|
2276
|
+
},
|
|
2277
|
+
"48": {
|
|
2278
|
+
"body": "<path fill=\"currentColor\" d=\"M16.729 10.682a7.987 7.987 0 0 1 14.542 0l10.16 22.353A6.342 6.342 0 0 1 35.66 42H12.341a6.34 6.34 0 0 1-5.773-8.965z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M24 14v18m0 4.01V36m18-.34c0-.906-.194-1.8-.568-2.625L31.27 10.682a7.987 7.987 0 0 0-14.542 0L6.569 33.035A6.34 6.34 0 0 0 12.34 42h23.318A6.34 6.34 0 0 0 42 35.66\" class=\"icon-dark\"/>"
|
|
2279
|
+
}
|
|
2280
|
+
}, ["16", "24", "48"], "warning-triangle")); };
|
|
1854
2281
|
var IconWarning = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1855
2282
|
"8": {
|
|
1856
|
-
"body": "<path fill
|
|
2283
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4 0a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1\" class=\"icon-dark\" clip-rule=\"evenodd\"/><path fill=\"currentColor\" d=\"M5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" class=\"icon-dark\"/>"
|
|
1857
2284
|
}
|
|
1858
2285
|
}, ["8"], "warning")); };
|
|
2286
|
+
var IconWindowCodeEditorSmall = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
2287
|
+
"16": {
|
|
2288
|
+
"body": "<path fill=\"currentColor\" d=\"M4 5a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1z\" class=\"icon-light\"/><path fill=\"currentColor\" d=\"M4 5h8v1H4z\" class=\"icon-dark\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9.5 8 1 1-1 1m-3-2-1 1 1 1M5 3h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2\" class=\"icon-dark\"/>"
|
|
2289
|
+
}
|
|
2290
|
+
}, ["16"], "window-code-editor-small")); };
|
|
1859
2291
|
var IconWindowCodeEditor = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
1860
2292
|
"16": {
|
|
1861
|
-
"body": "<path fill
|
|
2293
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v1h14z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M1 4v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4M1 4V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1M1 4h14m-5 4 1.5 1.5L10 11M6 8 4.5 9.5 6 11\" class=\"icon-dark\"/>"
|
|
1862
2294
|
},
|
|
1863
2295
|
"24": {
|
|
1864
|
-
"body": "<path fill
|
|
2296
|
+
"body": "<path fill=\"#d0d2e0\" fill-rule=\"evenodd\" d=\"M21 6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2h18z\" class=\"icon-light\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 8v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8M3 8V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2M3 8h18m-7 4 2 2-2 2m-4-4-2 1.929 2 1.928\" class=\"icon-dark\"/>"
|
|
1865
2297
|
}
|
|
1866
2298
|
}, ["16", "24"], "window-code-editor")); };
|
|
2299
|
+
var IconWindowSidebarCollapseLeft = function (props) { return React__namespace.createElement('svg', useIconProps(props, {
|
|
2300
|
+
"16": {
|
|
2301
|
+
"body": "<path fill=\"currentColor\" d=\"M3 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2V2z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 14h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H5m0 12H3a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h2m0 12V2m6 8L9 8l2-2\" class=\"icon-dark\"/>"
|
|
2302
|
+
},
|
|
2303
|
+
"24": {
|
|
2304
|
+
"body": "<path fill=\"currentColor\" d=\"M5 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h4V4z\" class=\"icon-light\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 20h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H9m0 16H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h4m0 16V4m7 10-2-2 2-2\" class=\"icon-dark\"/>"
|
|
2305
|
+
}
|
|
2306
|
+
}, ["16", "24"], "window-sidebar-collapse-left")); };
|
|
1867
2307
|
|
|
1868
2308
|
function useAnimatedEffect(animated, dur) {
|
|
1869
2309
|
var _a = React.useState(animated), prevAnimated = _a[0], setPrevAnimated = _a[1];
|
|
@@ -1971,6 +2411,7 @@ exports.IconActionExportSmall = IconActionExportSmall;
|
|
|
1971
2411
|
exports.IconActionInfoOutline = IconActionInfoOutline;
|
|
1972
2412
|
exports.IconActionInfoSolid = IconActionInfoSolid;
|
|
1973
2413
|
exports.IconActionNext = IconActionNext;
|
|
2414
|
+
exports.IconActionPause = IconActionPause;
|
|
1974
2415
|
exports.IconActionPlayLarge = IconActionPlayLarge;
|
|
1975
2416
|
exports.IconActionPlaySmall = IconActionPlaySmall;
|
|
1976
2417
|
exports.IconActionPlayVideo = IconActionPlayVideo;
|
|
@@ -1979,10 +2420,18 @@ exports.IconActionQuestionMarkCircle = IconActionQuestionMarkCircle;
|
|
|
1979
2420
|
exports.IconActionQuestionMarkDefault = IconActionQuestionMarkDefault;
|
|
1980
2421
|
exports.IconActionQuestionMarkOutline = IconActionQuestionMarkOutline;
|
|
1981
2422
|
exports.IconActionRecord = IconActionRecord;
|
|
2423
|
+
exports.IconActionRecordDisabled = IconActionRecordDisabled;
|
|
2424
|
+
exports.IconActionRedo = IconActionRedo;
|
|
1982
2425
|
exports.IconActionRefresh = IconActionRefresh;
|
|
2426
|
+
exports.IconActionRegenerateConfig = IconActionRegenerateConfig;
|
|
1983
2427
|
exports.IconActionRestart = IconActionRestart;
|
|
1984
2428
|
exports.IconActionStop = IconActionStop;
|
|
2429
|
+
exports.IconActionStopCircle = IconActionStopCircle;
|
|
2430
|
+
exports.IconActionTap = IconActionTap;
|
|
1985
2431
|
exports.IconActionTestReplay = IconActionTestReplay;
|
|
2432
|
+
exports.IconActionThumbsDown = IconActionThumbsDown;
|
|
2433
|
+
exports.IconActionThumbsUp = IconActionThumbsUp;
|
|
2434
|
+
exports.IconActionUndo = IconActionUndo;
|
|
1986
2435
|
exports.IconActionUpgradeSquare = IconActionUpgradeSquare;
|
|
1987
2436
|
exports.IconAnimatedGeneralChatBubble = IconGeneralChatBubble;
|
|
1988
2437
|
exports.IconAnimatedObjectGear = IconObjectGear;
|
|
@@ -1992,6 +2441,7 @@ exports.IconAnimatedViewChart = IconViewChart;
|
|
|
1992
2441
|
exports.IconArrowBottomRight = IconArrowBottomRight;
|
|
1993
2442
|
exports.IconArrowCollapse = IconArrowCollapse;
|
|
1994
2443
|
exports.IconArrowDown = IconArrowDown;
|
|
2444
|
+
exports.IconArrowDownLeft = IconArrowDownLeft;
|
|
1995
2445
|
exports.IconArrowExpand = IconArrowExpand;
|
|
1996
2446
|
exports.IconArrowLeft = IconArrowLeft;
|
|
1997
2447
|
exports.IconArrowOpposingUpDown = IconArrowOpposingUpDown;
|
|
@@ -2006,12 +2456,23 @@ exports.IconArrowUp = IconArrowUp;
|
|
|
2006
2456
|
exports.IconBrowserChrome = IconBrowserChrome;
|
|
2007
2457
|
exports.IconBrowserChromeBeta = IconBrowserChromeBeta;
|
|
2008
2458
|
exports.IconBrowserChromeCanary = IconBrowserChromeCanary;
|
|
2459
|
+
exports.IconBrowserChromeForTesting = IconBrowserChromeForTesting;
|
|
2460
|
+
exports.IconBrowserChromium = IconBrowserChromium;
|
|
2009
2461
|
exports.IconBrowserEdge = IconBrowserEdge;
|
|
2462
|
+
exports.IconBrowserEdgeBeta = IconBrowserEdgeBeta;
|
|
2463
|
+
exports.IconBrowserEdgeCanary = IconBrowserEdgeCanary;
|
|
2464
|
+
exports.IconBrowserEdgeDev = IconBrowserEdgeDev;
|
|
2010
2465
|
exports.IconBrowserElectronDark = IconBrowserElectronDark;
|
|
2011
2466
|
exports.IconBrowserElectronLight = IconBrowserElectronLight;
|
|
2467
|
+
exports.IconBrowserFirefoxBeta = IconBrowserFirefoxBeta;
|
|
2468
|
+
exports.IconBrowserFirefoxDev = IconBrowserFirefoxDev;
|
|
2469
|
+
exports.IconBrowserFirefoxNightly = IconBrowserFirefoxNightly;
|
|
2012
2470
|
exports.IconBrowserMozillaFirefox = IconBrowserMozillaFirefox;
|
|
2013
2471
|
exports.IconBrowserSafari = IconBrowserSafari;
|
|
2014
2472
|
exports.IconBrowserWebkit = IconBrowserWebkit;
|
|
2473
|
+
exports.IconBuildingHouse = IconBuildingHouse;
|
|
2474
|
+
exports.IconBuildingOfficeLarge = IconBuildingOfficeLarge;
|
|
2475
|
+
exports.IconBuildingOfficeSmall = IconBuildingOfficeSmall;
|
|
2015
2476
|
exports.IconCheckmark = IconCheckmark;
|
|
2016
2477
|
exports.IconCheckmarkOutline = IconCheckmarkOutline;
|
|
2017
2478
|
exports.IconCheckmarkSmall = IconCheckmarkSmall;
|
|
@@ -2022,13 +2483,16 @@ exports.IconChevronDownMedium = IconChevronDownMedium;
|
|
|
2022
2483
|
exports.IconChevronDownSmall = IconChevronDownSmall;
|
|
2023
2484
|
exports.IconChevronLeftDouble = IconChevronLeftDouble;
|
|
2024
2485
|
exports.IconChevronLeftLarge = IconChevronLeftLarge;
|
|
2486
|
+
exports.IconChevronLeftMedium = IconChevronLeftMedium;
|
|
2025
2487
|
exports.IconChevronLeftSmall = IconChevronLeftSmall;
|
|
2026
2488
|
exports.IconChevronRightDouble = IconChevronRightDouble;
|
|
2027
2489
|
exports.IconChevronRightLarge = IconChevronRightLarge;
|
|
2490
|
+
exports.IconChevronRightMedium = IconChevronRightMedium;
|
|
2028
2491
|
exports.IconChevronRightSmall = IconChevronRightSmall;
|
|
2029
2492
|
exports.IconChevronUpDouble = IconChevronUpDouble;
|
|
2030
2493
|
exports.IconChevronUpLarge = IconChevronUpLarge;
|
|
2031
2494
|
exports.IconChevronUpSmall = IconChevronUpSmall;
|
|
2495
|
+
exports.IconCreditCard = IconCreditCard;
|
|
2032
2496
|
exports.IconCurrencyEur = IconCurrencyEur;
|
|
2033
2497
|
exports.IconCurrencyGbp = IconCurrencyGbp;
|
|
2034
2498
|
exports.IconCurrencyInr = IconCurrencyInr;
|
|
@@ -2036,6 +2500,7 @@ exports.IconCurrencyRub = IconCurrencyRub;
|
|
|
2036
2500
|
exports.IconCurrencyUsd = IconCurrencyUsd;
|
|
2037
2501
|
exports.IconCypressAccessibility = IconCypressAccessibility;
|
|
2038
2502
|
exports.IconCypressAccessibilityOutline = IconCypressAccessibilityOutline;
|
|
2503
|
+
exports.IconCypressStudio = IconCypressStudio;
|
|
2039
2504
|
exports.IconCypressUiCoverage = IconCypressUiCoverage;
|
|
2040
2505
|
exports.IconDeviceLaptop = IconDeviceLaptop;
|
|
2041
2506
|
exports.IconDeviceSmartphone = IconDeviceSmartphone;
|
|
@@ -2055,6 +2520,7 @@ exports.IconDocumentScript = IconDocumentScript;
|
|
|
2055
2520
|
exports.IconDocumentSheet = IconDocumentSheet;
|
|
2056
2521
|
exports.IconDocumentStar = IconDocumentStar;
|
|
2057
2522
|
exports.IconDocumentText = IconDocumentText;
|
|
2523
|
+
exports.IconDocumentTextFailed = IconDocumentTextFailed;
|
|
2058
2524
|
exports.IconDotOutlineLarge = IconDotOutlineLarge;
|
|
2059
2525
|
exports.IconDotOutlineSmall = IconDotOutlineSmall;
|
|
2060
2526
|
exports.IconFileChangesAdded = IconFileChangesAdded;
|
|
@@ -2079,9 +2545,15 @@ exports.IconGeneralGrid2X2Medium = IconGeneralGrid2X2Medium;
|
|
|
2079
2545
|
exports.IconGeneralGrid2X2Small = IconGeneralGrid2X2Small;
|
|
2080
2546
|
exports.IconGeneralHandleVertical = IconGeneralHandleVertical;
|
|
2081
2547
|
exports.IconGeneralLifeRing = IconGeneralLifeRing;
|
|
2082
|
-
exports.IconGeneralOfficeBuilding = IconGeneralOfficeBuilding;
|
|
2083
2548
|
exports.IconGeneralPlaceholder = IconGeneralPlaceholder;
|
|
2084
2549
|
exports.IconGeneralRocket = IconGeneralRocket;
|
|
2550
|
+
exports.IconGeneralSparkleDoubleLarge = IconGeneralSparkleDoubleLarge;
|
|
2551
|
+
exports.IconGeneralSparkleDoubleSmall = IconGeneralSparkleDoubleSmall;
|
|
2552
|
+
exports.IconGeneralSparkleSingle = IconGeneralSparkleSingle;
|
|
2553
|
+
exports.IconGeneralSparkleSingleLarge = IconGeneralSparkleSingleLarge;
|
|
2554
|
+
exports.IconGeneralSparkleSingleLargeDisabled = IconGeneralSparkleSingleLargeDisabled;
|
|
2555
|
+
exports.IconGeneralSparkleSingleSmall = IconGeneralSparkleSingleSmall;
|
|
2556
|
+
exports.IconGeneralSparkleTriple = IconGeneralSparkleTriple;
|
|
2085
2557
|
exports.IconGeneralVennDiagram = IconGeneralVennDiagram;
|
|
2086
2558
|
exports.IconLoading = IconLoading;
|
|
2087
2559
|
exports.IconMenuDotsVertical = IconMenuDotsVertical;
|
|
@@ -2094,6 +2566,8 @@ exports.IconNumber3 = IconNumber3;
|
|
|
2094
2566
|
exports.IconNumber4 = IconNumber4;
|
|
2095
2567
|
exports.IconNumber5 = IconNumber5;
|
|
2096
2568
|
exports.IconNumberOctothorpe = IconNumberOctothorpe;
|
|
2569
|
+
exports.IconObjectAirplaneAngledLarge = IconObjectAirplaneAngledLarge;
|
|
2570
|
+
exports.IconObjectAirplaneAngledSmall = IconObjectAirplaneAngledSmall;
|
|
2097
2571
|
exports.IconObjectBook = IconObjectBook;
|
|
2098
2572
|
exports.IconObjectBookCode = IconObjectBookCode;
|
|
2099
2573
|
exports.IconObjectBookmark = IconObjectBookmark;
|
|
@@ -2107,6 +2581,9 @@ exports.IconObjectChainLink = IconObjectChainLink;
|
|
|
2107
2581
|
exports.IconObjectChainLinkAdded = IconObjectChainLinkAdded;
|
|
2108
2582
|
exports.IconObjectChainLinkTested = IconObjectChainLinkTested;
|
|
2109
2583
|
exports.IconObjectChainLinkUntested = IconObjectChainLinkUntested;
|
|
2584
|
+
exports.IconObjectCoinPending = IconObjectCoinPending;
|
|
2585
|
+
exports.IconObjectCoinSmall = IconObjectCoinSmall;
|
|
2586
|
+
exports.IconObjectCoinSuccess = IconObjectCoinSuccess;
|
|
2110
2587
|
exports.IconObjectElement = IconObjectElement;
|
|
2111
2588
|
exports.IconObjectElementAdded = IconObjectElementAdded;
|
|
2112
2589
|
exports.IconObjectErroredElement = IconObjectErroredElement;
|
|
@@ -2127,6 +2604,11 @@ exports.IconObjectPinModern = IconObjectPinModern;
|
|
|
2127
2604
|
exports.IconObjectRuler = IconObjectRuler;
|
|
2128
2605
|
exports.IconObjectSlidersRound = IconObjectSlidersRound;
|
|
2129
2606
|
exports.IconObjectStack = IconObjectStack;
|
|
2607
|
+
exports.IconObjectStackFailed = IconObjectStackFailed;
|
|
2608
|
+
exports.IconObjectStackPassed = IconObjectStackPassed;
|
|
2609
|
+
exports.IconObjectStackQueued = IconObjectStackQueued;
|
|
2610
|
+
exports.IconObjectStackRunning = IconObjectStackRunning;
|
|
2611
|
+
exports.IconObjectStackSkipped = IconObjectStackSkipped;
|
|
2130
2612
|
exports.IconObjectTag = IconObjectTag;
|
|
2131
2613
|
exports.IconObjectTassel = IconObjectTassel;
|
|
2132
2614
|
exports.IconObjectTestedElement = IconObjectTestedElement;
|
|
@@ -2135,10 +2617,14 @@ exports.IconOsApple = IconOsApple;
|
|
|
2135
2617
|
exports.IconOsGeneric = IconOsGeneric;
|
|
2136
2618
|
exports.IconOsLinux = IconOsLinux;
|
|
2137
2619
|
exports.IconOsWindows = IconOsWindows;
|
|
2620
|
+
exports.IconPuzzlePiece = IconPuzzlePiece;
|
|
2621
|
+
exports.IconSecurityFlagPin = IconSecurityFlagPin;
|
|
2138
2622
|
exports.IconSecurityKey = IconSecurityKey;
|
|
2139
2623
|
exports.IconSecurityLockLocked = IconSecurityLockLocked;
|
|
2140
2624
|
exports.IconSecurityShieldCheck = IconSecurityShieldCheck;
|
|
2141
2625
|
exports.IconSecurityShieldCross = IconSecurityShieldCross;
|
|
2626
|
+
exports.IconSecurityShieldFailed = IconSecurityShieldFailed;
|
|
2627
|
+
exports.IconShapeFlag = IconShapeFlag;
|
|
2142
2628
|
exports.IconShapeHeart = IconShapeHeart;
|
|
2143
2629
|
exports.IconShapeLightningBolt = IconShapeLightningBolt;
|
|
2144
2630
|
exports.IconShapeMoonCrescent = IconShapeMoonCrescent;
|
|
@@ -2147,11 +2633,13 @@ exports.IconShapeSunLong = IconShapeSunLong;
|
|
|
2147
2633
|
exports.IconSocialDiscordSolid = IconSocialDiscordSolid;
|
|
2148
2634
|
exports.IconSocialEmail = IconSocialEmail;
|
|
2149
2635
|
exports.IconSocialFacebookSolid = IconSocialFacebookSolid;
|
|
2636
|
+
exports.IconSocialGithubOutline = IconSocialGithubOutline;
|
|
2150
2637
|
exports.IconSocialGithubSolid = IconSocialGithubSolid;
|
|
2151
2638
|
exports.IconSocialLinkedinSolid = IconSocialLinkedinSolid;
|
|
2152
2639
|
exports.IconSocialTwitterSolid = IconSocialTwitterSolid;
|
|
2153
2640
|
exports.IconSocialTwitterXSolid = IconSocialTwitterXSolid;
|
|
2154
2641
|
exports.IconSocialYoutubeSolid = IconSocialYoutubeSolid;
|
|
2642
|
+
exports.IconSquareMinus = IconSquareMinus;
|
|
2155
2643
|
exports.IconStatusCancelledOutline = IconStatusCancelledOutline;
|
|
2156
2644
|
exports.IconStatusCancelledSimple = IconStatusCancelledSimple;
|
|
2157
2645
|
exports.IconStatusCancelledSolid = IconStatusCancelledSolid;
|
|
@@ -2177,6 +2665,8 @@ exports.IconStatusRunningSimple = IconStatusRunningSimple;
|
|
|
2177
2665
|
exports.IconStatusSkippedOutline = IconStatusSkippedOutline;
|
|
2178
2666
|
exports.IconStatusSkippedSimple = IconStatusSkippedSimple;
|
|
2179
2667
|
exports.IconTechnologyAccessibility = IconTechnologyAccessibility;
|
|
2668
|
+
exports.IconTechnologyAccessibilityDisabled = IconTechnologyAccessibilityDisabled;
|
|
2669
|
+
exports.IconTechnologyAngleBrackets = IconTechnologyAngleBrackets;
|
|
2180
2670
|
exports.IconTechnologyBranchH = IconTechnologyBranchH;
|
|
2181
2671
|
exports.IconTechnologyBranchHTall = IconTechnologyBranchHTall;
|
|
2182
2672
|
exports.IconTechnologyBrowserAdded = IconTechnologyBrowserAdded;
|
|
@@ -2187,31 +2677,41 @@ exports.IconTechnologyBrowserLight = IconTechnologyBrowserLight;
|
|
|
2187
2677
|
exports.IconTechnologyBrowserNotTested = IconTechnologyBrowserNotTested;
|
|
2188
2678
|
exports.IconTechnologyBrowserTested = IconTechnologyBrowserTested;
|
|
2189
2679
|
exports.IconTechnologyBrowserTesting2 = IconTechnologyBrowserTesting2;
|
|
2680
|
+
exports.IconTechnologyBrowsersLight = IconTechnologyBrowsersLight;
|
|
2190
2681
|
exports.IconTechnologyCodeEditor = IconTechnologyCodeEditor;
|
|
2191
2682
|
exports.IconTechnologyCodeEditorDiff = IconTechnologyCodeEditorDiff;
|
|
2192
2683
|
exports.IconTechnologyCommandLine = IconTechnologyCommandLine;
|
|
2193
2684
|
exports.IconTechnologyCommandLineError = IconTechnologyCommandLineError;
|
|
2194
2685
|
exports.IconTechnologyCypress = IconTechnologyCypress;
|
|
2686
|
+
exports.IconTechnologyCypressFill = IconTechnologyCypressFill;
|
|
2195
2687
|
exports.IconTechnologyDashboardCheckmark = IconTechnologyDashboardCheckmark;
|
|
2196
2688
|
exports.IconTechnologyDashboardFail = IconTechnologyDashboardFail;
|
|
2197
2689
|
exports.IconTechnologyDashboardRunning = IconTechnologyDashboardRunning;
|
|
2198
2690
|
exports.IconTechnologyDollar = IconTechnologyDollar;
|
|
2199
2691
|
exports.IconTechnologyDragProject = IconTechnologyDragProject;
|
|
2200
2692
|
exports.IconTechnologyElementSelector = IconTechnologyElementSelector;
|
|
2693
|
+
exports.IconTechnologyEmail = IconTechnologyEmail;
|
|
2201
2694
|
exports.IconTechnologyGitBranches = IconTechnologyGitBranches;
|
|
2695
|
+
exports.IconTechnologyGitCommit = IconTechnologyGitCommit;
|
|
2202
2696
|
exports.IconTechnologyImageScreenshot = IconTechnologyImageScreenshot;
|
|
2203
2697
|
exports.IconTechnologyInfinityLoop = IconTechnologyInfinityLoop;
|
|
2204
2698
|
exports.IconTechnologyLinkNotTested = IconTechnologyLinkNotTested;
|
|
2205
2699
|
exports.IconTechnologyLockedProject = IconTechnologyLockedProject;
|
|
2700
|
+
exports.IconTechnologyLogoAttlasianJira = IconTechnologyLogoAttlasianJira;
|
|
2701
|
+
exports.IconTechnologyLogoAttlasianJiraBlue = IconTechnologyLogoAttlasianJiraBlue;
|
|
2702
|
+
exports.IconTechnologyLogoMcp = IconTechnologyLogoMcp;
|
|
2206
2703
|
exports.IconTechnologyMagnifyingGlassNoResults = IconTechnologyMagnifyingGlassNoResults;
|
|
2207
2704
|
exports.IconTechnologyOctothorpe = IconTechnologyOctothorpe;
|
|
2208
2705
|
exports.IconTechnologyPullRequest = IconTechnologyPullRequest;
|
|
2706
|
+
exports.IconTechnologyRssLarge = IconTechnologyRssLarge;
|
|
2707
|
+
exports.IconTechnologyRssSmall = IconTechnologyRssSmall;
|
|
2209
2708
|
exports.IconTechnologyServer = IconTechnologyServer;
|
|
2210
2709
|
exports.IconTechnologyServerAlt = IconTechnologyServerAlt;
|
|
2211
2710
|
exports.IconTechnologyTerminal = IconTechnologyTerminal;
|
|
2212
2711
|
exports.IconTechnologyTerminalLog = IconTechnologyTerminalLog;
|
|
2213
2712
|
exports.IconTechnologyTestResults = IconTechnologyTestResults;
|
|
2214
2713
|
exports.IconTechnologyUiCoverage = IconTechnologyUiCoverage;
|
|
2714
|
+
exports.IconTechnologyUiCoverageDisabled = IconTechnologyUiCoverageDisabled;
|
|
2215
2715
|
exports.IconTestingTypeComponent = IconTestingTypeComponent;
|
|
2216
2716
|
exports.IconTestingTypeComponentSolid = IconTestingTypeComponentSolid;
|
|
2217
2717
|
exports.IconTestingTypeE2E = IconTestingTypeE2E;
|
|
@@ -2227,9 +2727,12 @@ exports.IconViewPieChartAlt = IconViewPieChartAlt;
|
|
|
2227
2727
|
exports.IconViewTreeAlt = IconViewTreeAlt;
|
|
2228
2728
|
exports.IconWarning = IconWarning;
|
|
2229
2729
|
exports.IconWarningCircle = IconWarningCircle;
|
|
2730
|
+
exports.IconWarningTriangle = IconWarningTriangle;
|
|
2230
2731
|
exports.IconWindowCodeEditor = IconWindowCodeEditor;
|
|
2732
|
+
exports.IconWindowCodeEditorSmall = IconWindowCodeEditorSmall;
|
|
2733
|
+
exports.IconWindowSidebarCollapseLeft = IconWindowSidebarCollapseLeft;
|
|
2231
2734
|
exports.compileReactIconProperties = compileReactIconProperties;
|
|
2232
2735
|
exports.default = Icon;
|
|
2233
2736
|
//# sourceMappingURL=index.umd.js.map
|
|
2234
2737
|
|
|
2235
|
-
/* <wind-keep class="icon-dark-secondary filter icon-light-secondary"> */
|
|
2738
|
+
/* <wind-keep class="icon-dark-secondary filter icon-light-secondary transform"> */
|