@oxide/design-system 6.7.1 → 6.7.2
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/dist/{chunk-CM7Z5JCS.js → chunk-3UDCDE7A.js} +758 -696
- package/dist/chunk-3UDCDE7A.js.map +1 -0
- package/dist/components/src/asciidoc/index.js +1 -1
- package/dist/components/src/ui/index.js +1 -1
- package/dist/icons/index.d.ts +6 -0
- package/dist/icons/react/index.d.ts +80 -68
- package/dist/icons/react/index.js +5 -1
- package/icons/sprite.svg +1 -1
- package/icons/svg/archive-16.svg +1 -0
- package/icons/svg/archive-24.svg +1 -0
- package/package.json +1 -1
- package/dist/chunk-CM7Z5JCS.js.map +0 -1
|
@@ -154,9 +154,9 @@ var AddRoundel24Icon = ({
|
|
|
154
154
|
);
|
|
155
155
|
var AddRoundel24Icon_default = AddRoundel24Icon;
|
|
156
156
|
|
|
157
|
-
// icons/react/
|
|
157
|
+
// icons/react/Archive24Icon.tsx
|
|
158
158
|
import { jsx as jsx6, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
159
|
-
var
|
|
159
|
+
var Archive24Icon = ({
|
|
160
160
|
title,
|
|
161
161
|
titleId,
|
|
162
162
|
...props
|
|
@@ -173,6 +173,36 @@ var Calendar24Icon = ({
|
|
|
173
173
|
children: [
|
|
174
174
|
title ? /* @__PURE__ */ jsx6("title", { id: titleId, children: title }) : null,
|
|
175
175
|
/* @__PURE__ */ jsx6(
|
|
176
|
+
"path",
|
|
177
|
+
{
|
|
178
|
+
fill: "currentColor",
|
|
179
|
+
d: "M21 20a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8h18zM9 10a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2zm12-7a1 1 0 0 1 1 1v2H2V4a1 1 0 0 1 1-1z"
|
|
180
|
+
}
|
|
181
|
+
)
|
|
182
|
+
]
|
|
183
|
+
}
|
|
184
|
+
);
|
|
185
|
+
var Archive24Icon_default = Archive24Icon;
|
|
186
|
+
|
|
187
|
+
// icons/react/Calendar24Icon.tsx
|
|
188
|
+
import { jsx as jsx7, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
189
|
+
var Calendar24Icon = ({
|
|
190
|
+
title,
|
|
191
|
+
titleId,
|
|
192
|
+
...props
|
|
193
|
+
}) => /* @__PURE__ */ jsxs7(
|
|
194
|
+
"svg",
|
|
195
|
+
{
|
|
196
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
197
|
+
width: 24,
|
|
198
|
+
height: 24,
|
|
199
|
+
viewBox: "0 0 24 24",
|
|
200
|
+
role: "img",
|
|
201
|
+
"aria-labelledby": titleId,
|
|
202
|
+
...props,
|
|
203
|
+
children: [
|
|
204
|
+
title ? /* @__PURE__ */ jsx7("title", { id: titleId, children: title }) : null,
|
|
205
|
+
/* @__PURE__ */ jsx7(
|
|
176
206
|
"path",
|
|
177
207
|
{
|
|
178
208
|
fill: "currentColor",
|
|
@@ -187,8 +217,8 @@ var Calendar24Icon = ({
|
|
|
187
217
|
var Calendar24Icon_default = Calendar24Icon;
|
|
188
218
|
|
|
189
219
|
// icons/react/Chat24Icon.tsx
|
|
190
|
-
import { jsx as
|
|
191
|
-
var Chat24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
220
|
+
import { jsx as jsx8, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
221
|
+
var Chat24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs8(
|
|
192
222
|
"svg",
|
|
193
223
|
{
|
|
194
224
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -199,8 +229,8 @@ var Chat24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs7(
|
|
|
199
229
|
"aria-labelledby": titleId,
|
|
200
230
|
...props,
|
|
201
231
|
children: [
|
|
202
|
-
title ? /* @__PURE__ */
|
|
203
|
-
/* @__PURE__ */
|
|
232
|
+
title ? /* @__PURE__ */ jsx8("title", { id: titleId, children: title }) : null,
|
|
233
|
+
/* @__PURE__ */ jsx8(
|
|
204
234
|
"path",
|
|
205
235
|
{
|
|
206
236
|
fill: "currentColor",
|
|
@@ -215,12 +245,12 @@ var Chat24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs7(
|
|
|
215
245
|
var Chat24Icon_default = Chat24Icon;
|
|
216
246
|
|
|
217
247
|
// icons/react/Clipboard24Icon.tsx
|
|
218
|
-
import { jsx as
|
|
248
|
+
import { jsx as jsx9, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
219
249
|
var Clipboard24Icon = ({
|
|
220
250
|
title,
|
|
221
251
|
titleId,
|
|
222
252
|
...props
|
|
223
|
-
}) => /* @__PURE__ */
|
|
253
|
+
}) => /* @__PURE__ */ jsxs9(
|
|
224
254
|
"svg",
|
|
225
255
|
{
|
|
226
256
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -231,8 +261,8 @@ var Clipboard24Icon = ({
|
|
|
231
261
|
"aria-labelledby": titleId,
|
|
232
262
|
...props,
|
|
233
263
|
children: [
|
|
234
|
-
title ? /* @__PURE__ */
|
|
235
|
-
/* @__PURE__ */
|
|
264
|
+
title ? /* @__PURE__ */ jsx9("title", { id: titleId, children: title }) : null,
|
|
265
|
+
/* @__PURE__ */ jsx9(
|
|
236
266
|
"path",
|
|
237
267
|
{
|
|
238
268
|
fill: "currentColor",
|
|
@@ -247,8 +277,8 @@ var Clipboard24Icon = ({
|
|
|
247
277
|
var Clipboard24Icon_default = Clipboard24Icon;
|
|
248
278
|
|
|
249
279
|
// icons/react/Cloud24Icon.tsx
|
|
250
|
-
import { jsx as
|
|
251
|
-
var Cloud24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
280
|
+
import { jsx as jsx10, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
281
|
+
var Cloud24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs10(
|
|
252
282
|
"svg",
|
|
253
283
|
{
|
|
254
284
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -259,8 +289,8 @@ var Cloud24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs9(
|
|
|
259
289
|
"aria-labelledby": titleId,
|
|
260
290
|
...props,
|
|
261
291
|
children: [
|
|
262
|
-
title ? /* @__PURE__ */
|
|
263
|
-
/* @__PURE__ */
|
|
292
|
+
title ? /* @__PURE__ */ jsx10("title", { id: titleId, children: title }) : null,
|
|
293
|
+
/* @__PURE__ */ jsx10(
|
|
264
294
|
"path",
|
|
265
295
|
{
|
|
266
296
|
fill: "currentColor",
|
|
@@ -275,12 +305,12 @@ var Cloud24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs9(
|
|
|
275
305
|
var Cloud24Icon_default = Cloud24Icon;
|
|
276
306
|
|
|
277
307
|
// icons/react/Compatibility24Icon.tsx
|
|
278
|
-
import { jsx as
|
|
308
|
+
import { jsx as jsx11, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
279
309
|
var Compatibility24Icon = ({
|
|
280
310
|
title,
|
|
281
311
|
titleId,
|
|
282
312
|
...props
|
|
283
|
-
}) => /* @__PURE__ */
|
|
313
|
+
}) => /* @__PURE__ */ jsxs11(
|
|
284
314
|
"svg",
|
|
285
315
|
{
|
|
286
316
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -291,8 +321,8 @@ var Compatibility24Icon = ({
|
|
|
291
321
|
"aria-labelledby": titleId,
|
|
292
322
|
...props,
|
|
293
323
|
children: [
|
|
294
|
-
title ? /* @__PURE__ */
|
|
295
|
-
/* @__PURE__ */
|
|
324
|
+
title ? /* @__PURE__ */ jsx11("title", { id: titleId, children: title }) : null,
|
|
325
|
+
/* @__PURE__ */ jsx11(
|
|
296
326
|
"path",
|
|
297
327
|
{
|
|
298
328
|
fill: "currentColor",
|
|
@@ -307,12 +337,12 @@ var Compatibility24Icon = ({
|
|
|
307
337
|
var Compatibility24Icon_default = Compatibility24Icon;
|
|
308
338
|
|
|
309
339
|
// icons/react/Contrast24Icon.tsx
|
|
310
|
-
import { jsx as
|
|
340
|
+
import { jsx as jsx12, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
311
341
|
var Contrast24Icon = ({
|
|
312
342
|
title,
|
|
313
343
|
titleId,
|
|
314
344
|
...props
|
|
315
|
-
}) => /* @__PURE__ */
|
|
345
|
+
}) => /* @__PURE__ */ jsxs12(
|
|
316
346
|
"svg",
|
|
317
347
|
{
|
|
318
348
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -323,8 +353,8 @@ var Contrast24Icon = ({
|
|
|
323
353
|
"aria-labelledby": titleId,
|
|
324
354
|
...props,
|
|
325
355
|
children: [
|
|
326
|
-
title ? /* @__PURE__ */
|
|
327
|
-
/* @__PURE__ */
|
|
356
|
+
title ? /* @__PURE__ */ jsx12("title", { id: titleId, children: title }) : null,
|
|
357
|
+
/* @__PURE__ */ jsx12(
|
|
328
358
|
"path",
|
|
329
359
|
{
|
|
330
360
|
fill: "currentColor",
|
|
@@ -339,8 +369,8 @@ var Contrast24Icon = ({
|
|
|
339
369
|
var Contrast24Icon_default = Contrast24Icon;
|
|
340
370
|
|
|
341
371
|
// icons/react/Cpu24Icon.tsx
|
|
342
|
-
import { jsx as
|
|
343
|
-
var Cpu24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
372
|
+
import { jsx as jsx13, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
373
|
+
var Cpu24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs13(
|
|
344
374
|
"svg",
|
|
345
375
|
{
|
|
346
376
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -351,8 +381,8 @@ var Cpu24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs12(
|
|
|
351
381
|
"aria-labelledby": titleId,
|
|
352
382
|
...props,
|
|
353
383
|
children: [
|
|
354
|
-
title ? /* @__PURE__ */
|
|
355
|
-
/* @__PURE__ */
|
|
384
|
+
title ? /* @__PURE__ */ jsx13("title", { id: titleId, children: title }) : null,
|
|
385
|
+
/* @__PURE__ */ jsx13(
|
|
356
386
|
"path",
|
|
357
387
|
{
|
|
358
388
|
fill: "currentColor",
|
|
@@ -367,12 +397,12 @@ var Cpu24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs12(
|
|
|
367
397
|
var Cpu24Icon_default = Cpu24Icon;
|
|
368
398
|
|
|
369
399
|
// icons/react/Delete24Icon.tsx
|
|
370
|
-
import { jsx as
|
|
400
|
+
import { jsx as jsx14, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
371
401
|
var Delete24Icon = ({
|
|
372
402
|
title,
|
|
373
403
|
titleId,
|
|
374
404
|
...props
|
|
375
|
-
}) => /* @__PURE__ */
|
|
405
|
+
}) => /* @__PURE__ */ jsxs14(
|
|
376
406
|
"svg",
|
|
377
407
|
{
|
|
378
408
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -383,8 +413,8 @@ var Delete24Icon = ({
|
|
|
383
413
|
"aria-labelledby": titleId,
|
|
384
414
|
...props,
|
|
385
415
|
children: [
|
|
386
|
-
title ? /* @__PURE__ */
|
|
387
|
-
/* @__PURE__ */
|
|
416
|
+
title ? /* @__PURE__ */ jsx14("title", { id: titleId, children: title }) : null,
|
|
417
|
+
/* @__PURE__ */ jsx14(
|
|
388
418
|
"path",
|
|
389
419
|
{
|
|
390
420
|
fill: "currentColor",
|
|
@@ -399,12 +429,12 @@ var Delete24Icon = ({
|
|
|
399
429
|
var Delete24Icon_default = Delete24Icon;
|
|
400
430
|
|
|
401
431
|
// icons/react/Dislike24Icon.tsx
|
|
402
|
-
import { jsx as
|
|
432
|
+
import { jsx as jsx15, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
403
433
|
var Dislike24Icon = ({
|
|
404
434
|
title,
|
|
405
435
|
titleId,
|
|
406
436
|
...props
|
|
407
|
-
}) => /* @__PURE__ */
|
|
437
|
+
}) => /* @__PURE__ */ jsxs15(
|
|
408
438
|
"svg",
|
|
409
439
|
{
|
|
410
440
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -415,8 +445,8 @@ var Dislike24Icon = ({
|
|
|
415
445
|
"aria-labelledby": titleId,
|
|
416
446
|
...props,
|
|
417
447
|
children: [
|
|
418
|
-
title ? /* @__PURE__ */
|
|
419
|
-
/* @__PURE__ */
|
|
448
|
+
title ? /* @__PURE__ */ jsx15("title", { id: titleId, children: title }) : null,
|
|
449
|
+
/* @__PURE__ */ jsx15(
|
|
420
450
|
"path",
|
|
421
451
|
{
|
|
422
452
|
fill: "currentColor",
|
|
@@ -431,12 +461,12 @@ var Dislike24Icon = ({
|
|
|
431
461
|
var Dislike24Icon_default = Dislike24Icon;
|
|
432
462
|
|
|
433
463
|
// icons/react/Document24Icon.tsx
|
|
434
|
-
import { jsx as
|
|
464
|
+
import { jsx as jsx16, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
435
465
|
var Document24Icon = ({
|
|
436
466
|
title,
|
|
437
467
|
titleId,
|
|
438
468
|
...props
|
|
439
|
-
}) => /* @__PURE__ */
|
|
469
|
+
}) => /* @__PURE__ */ jsxs16(
|
|
440
470
|
"svg",
|
|
441
471
|
{
|
|
442
472
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -447,8 +477,8 @@ var Document24Icon = ({
|
|
|
447
477
|
"aria-labelledby": titleId,
|
|
448
478
|
...props,
|
|
449
479
|
children: [
|
|
450
|
-
title ? /* @__PURE__ */
|
|
451
|
-
/* @__PURE__ */
|
|
480
|
+
title ? /* @__PURE__ */ jsx16("title", { id: titleId, children: title }) : null,
|
|
481
|
+
/* @__PURE__ */ jsx16(
|
|
452
482
|
"path",
|
|
453
483
|
{
|
|
454
484
|
fill: "currentColor",
|
|
@@ -461,8 +491,8 @@ var Document24Icon = ({
|
|
|
461
491
|
var Document24Icon_default = Document24Icon;
|
|
462
492
|
|
|
463
493
|
// icons/react/Dots24Icon.tsx
|
|
464
|
-
import { jsx as
|
|
465
|
-
var Dots24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
494
|
+
import { jsx as jsx17, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
495
|
+
var Dots24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs17(
|
|
466
496
|
"svg",
|
|
467
497
|
{
|
|
468
498
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -473,8 +503,8 @@ var Dots24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs16(
|
|
|
473
503
|
"aria-labelledby": titleId,
|
|
474
504
|
...props,
|
|
475
505
|
children: [
|
|
476
|
-
title ? /* @__PURE__ */
|
|
477
|
-
/* @__PURE__ */
|
|
506
|
+
title ? /* @__PURE__ */ jsx17("title", { id: titleId, children: title }) : null,
|
|
507
|
+
/* @__PURE__ */ jsx17(
|
|
478
508
|
"path",
|
|
479
509
|
{
|
|
480
510
|
fill: "currentColor",
|
|
@@ -489,12 +519,12 @@ var Dots24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs16(
|
|
|
489
519
|
var Dots24Icon_default = Dots24Icon;
|
|
490
520
|
|
|
491
521
|
// icons/react/Download24Icon.tsx
|
|
492
|
-
import { jsx as
|
|
522
|
+
import { jsx as jsx18, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
493
523
|
var Download24Icon = ({
|
|
494
524
|
title,
|
|
495
525
|
titleId,
|
|
496
526
|
...props
|
|
497
|
-
}) => /* @__PURE__ */
|
|
527
|
+
}) => /* @__PURE__ */ jsxs18(
|
|
498
528
|
"svg",
|
|
499
529
|
{
|
|
500
530
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -505,8 +535,8 @@ var Download24Icon = ({
|
|
|
505
535
|
"aria-labelledby": titleId,
|
|
506
536
|
...props,
|
|
507
537
|
children: [
|
|
508
|
-
title ? /* @__PURE__ */
|
|
509
|
-
/* @__PURE__ */
|
|
538
|
+
title ? /* @__PURE__ */ jsx18("title", { id: titleId, children: title }) : null,
|
|
539
|
+
/* @__PURE__ */ jsx18(
|
|
510
540
|
"path",
|
|
511
541
|
{
|
|
512
542
|
fill: "currentColor",
|
|
@@ -521,8 +551,8 @@ var Download24Icon = ({
|
|
|
521
551
|
var Download24Icon_default = Download24Icon;
|
|
522
552
|
|
|
523
553
|
// icons/react/Email24Icon.tsx
|
|
524
|
-
import { jsx as
|
|
525
|
-
var Email24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
554
|
+
import { jsx as jsx19, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
555
|
+
var Email24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs19(
|
|
526
556
|
"svg",
|
|
527
557
|
{
|
|
528
558
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -533,8 +563,8 @@ var Email24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs18(
|
|
|
533
563
|
"aria-labelledby": titleId,
|
|
534
564
|
...props,
|
|
535
565
|
children: [
|
|
536
|
-
title ? /* @__PURE__ */
|
|
537
|
-
/* @__PURE__ */
|
|
566
|
+
title ? /* @__PURE__ */ jsx19("title", { id: titleId, children: title }) : null,
|
|
567
|
+
/* @__PURE__ */ jsx19(
|
|
538
568
|
"path",
|
|
539
569
|
{
|
|
540
570
|
fill: "currentColor",
|
|
@@ -549,8 +579,8 @@ var Email24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs18(
|
|
|
549
579
|
var Email24Icon_default = Email24Icon;
|
|
550
580
|
|
|
551
581
|
// icons/react/Error24Icon.tsx
|
|
552
|
-
import { jsx as
|
|
553
|
-
var Error24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
582
|
+
import { jsx as jsx20, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
583
|
+
var Error24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs20(
|
|
554
584
|
"svg",
|
|
555
585
|
{
|
|
556
586
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -561,8 +591,8 @@ var Error24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs19(
|
|
|
561
591
|
"aria-labelledby": titleId,
|
|
562
592
|
...props,
|
|
563
593
|
children: [
|
|
564
|
-
title ? /* @__PURE__ */
|
|
565
|
-
/* @__PURE__ */
|
|
594
|
+
title ? /* @__PURE__ */ jsx20("title", { id: titleId, children: title }) : null,
|
|
595
|
+
/* @__PURE__ */ jsx20(
|
|
566
596
|
"path",
|
|
567
597
|
{
|
|
568
598
|
fill: "currentColor",
|
|
@@ -577,12 +607,12 @@ var Error24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs19(
|
|
|
577
607
|
var Error24Icon_default = Error24Icon;
|
|
578
608
|
|
|
579
609
|
// icons/react/Firewall24Icon.tsx
|
|
580
|
-
import { jsx as
|
|
610
|
+
import { jsx as jsx21, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
581
611
|
var Firewall24Icon = ({
|
|
582
612
|
title,
|
|
583
613
|
titleId,
|
|
584
614
|
...props
|
|
585
|
-
}) => /* @__PURE__ */
|
|
615
|
+
}) => /* @__PURE__ */ jsxs21(
|
|
586
616
|
"svg",
|
|
587
617
|
{
|
|
588
618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -593,8 +623,8 @@ var Firewall24Icon = ({
|
|
|
593
623
|
"aria-labelledby": titleId,
|
|
594
624
|
...props,
|
|
595
625
|
children: [
|
|
596
|
-
title ? /* @__PURE__ */
|
|
597
|
-
/* @__PURE__ */
|
|
626
|
+
title ? /* @__PURE__ */ jsx21("title", { id: titleId, children: title }) : null,
|
|
627
|
+
/* @__PURE__ */ jsx21(
|
|
598
628
|
"path",
|
|
599
629
|
{
|
|
600
630
|
fill: "currentColor",
|
|
@@ -609,12 +639,12 @@ var Firewall24Icon = ({
|
|
|
609
639
|
var Firewall24Icon_default = Firewall24Icon;
|
|
610
640
|
|
|
611
641
|
// icons/react/Folder24Icon.tsx
|
|
612
|
-
import { jsx as
|
|
642
|
+
import { jsx as jsx22, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
613
643
|
var Folder24Icon = ({
|
|
614
644
|
title,
|
|
615
645
|
titleId,
|
|
616
646
|
...props
|
|
617
|
-
}) => /* @__PURE__ */
|
|
647
|
+
}) => /* @__PURE__ */ jsxs22(
|
|
618
648
|
"svg",
|
|
619
649
|
{
|
|
620
650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -625,8 +655,8 @@ var Folder24Icon = ({
|
|
|
625
655
|
"aria-labelledby": titleId,
|
|
626
656
|
...props,
|
|
627
657
|
children: [
|
|
628
|
-
title ? /* @__PURE__ */
|
|
629
|
-
/* @__PURE__ */
|
|
658
|
+
title ? /* @__PURE__ */ jsx22("title", { id: titleId, children: title }) : null,
|
|
659
|
+
/* @__PURE__ */ jsx22(
|
|
630
660
|
"path",
|
|
631
661
|
{
|
|
632
662
|
fill: "currentColor",
|
|
@@ -641,12 +671,12 @@ var Folder24Icon = ({
|
|
|
641
671
|
var Folder24Icon_default = Folder24Icon;
|
|
642
672
|
|
|
643
673
|
// icons/react/Gateway24Icon.tsx
|
|
644
|
-
import { jsx as
|
|
674
|
+
import { jsx as jsx23, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
645
675
|
var Gateway24Icon = ({
|
|
646
676
|
title,
|
|
647
677
|
titleId,
|
|
648
678
|
...props
|
|
649
|
-
}) => /* @__PURE__ */
|
|
679
|
+
}) => /* @__PURE__ */ jsxs23(
|
|
650
680
|
"svg",
|
|
651
681
|
{
|
|
652
682
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -657,8 +687,8 @@ var Gateway24Icon = ({
|
|
|
657
687
|
"aria-labelledby": titleId,
|
|
658
688
|
...props,
|
|
659
689
|
children: [
|
|
660
|
-
title ? /* @__PURE__ */
|
|
661
|
-
/* @__PURE__ */
|
|
690
|
+
title ? /* @__PURE__ */ jsx23("title", { id: titleId, children: title }) : null,
|
|
691
|
+
/* @__PURE__ */ jsx23(
|
|
662
692
|
"path",
|
|
663
693
|
{
|
|
664
694
|
fill: "currentColor",
|
|
@@ -673,8 +703,8 @@ var Gateway24Icon = ({
|
|
|
673
703
|
var Gateway24Icon_default = Gateway24Icon;
|
|
674
704
|
|
|
675
705
|
// icons/react/Heart24Icon.tsx
|
|
676
|
-
import { jsx as
|
|
677
|
-
var Heart24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
706
|
+
import { jsx as jsx24, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
707
|
+
var Heart24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs24(
|
|
678
708
|
"svg",
|
|
679
709
|
{
|
|
680
710
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -685,8 +715,8 @@ var Heart24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs23(
|
|
|
685
715
|
"aria-labelledby": titleId,
|
|
686
716
|
...props,
|
|
687
717
|
children: [
|
|
688
|
-
title ? /* @__PURE__ */
|
|
689
|
-
/* @__PURE__ */
|
|
718
|
+
title ? /* @__PURE__ */ jsx24("title", { id: titleId, children: title }) : null,
|
|
719
|
+
/* @__PURE__ */ jsx24(
|
|
690
720
|
"path",
|
|
691
721
|
{
|
|
692
722
|
fill: "currentColor",
|
|
@@ -699,8 +729,8 @@ var Heart24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs23(
|
|
|
699
729
|
var Heart24Icon_default = Heart24Icon;
|
|
700
730
|
|
|
701
731
|
// icons/react/Hide24Icon.tsx
|
|
702
|
-
import { jsx as
|
|
703
|
-
var Hide24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
732
|
+
import { jsx as jsx25, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
733
|
+
var Hide24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs25(
|
|
704
734
|
"svg",
|
|
705
735
|
{
|
|
706
736
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -711,8 +741,8 @@ var Hide24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs24(
|
|
|
711
741
|
"aria-labelledby": titleId,
|
|
712
742
|
...props,
|
|
713
743
|
children: [
|
|
714
|
-
title ? /* @__PURE__ */
|
|
715
|
-
/* @__PURE__ */
|
|
744
|
+
title ? /* @__PURE__ */ jsx25("title", { id: titleId, children: title }) : null,
|
|
745
|
+
/* @__PURE__ */ jsx25(
|
|
716
746
|
"path",
|
|
717
747
|
{
|
|
718
748
|
fill: "currentColor",
|
|
@@ -727,12 +757,12 @@ var Hide24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs24(
|
|
|
727
757
|
var Hide24Icon_default = Hide24Icon;
|
|
728
758
|
|
|
729
759
|
// icons/react/Hourglass24Icon.tsx
|
|
730
|
-
import { jsx as
|
|
760
|
+
import { jsx as jsx26, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
731
761
|
var Hourglass24Icon = ({
|
|
732
762
|
title,
|
|
733
763
|
titleId,
|
|
734
764
|
...props
|
|
735
|
-
}) => /* @__PURE__ */
|
|
765
|
+
}) => /* @__PURE__ */ jsxs26(
|
|
736
766
|
"svg",
|
|
737
767
|
{
|
|
738
768
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -743,8 +773,8 @@ var Hourglass24Icon = ({
|
|
|
743
773
|
"aria-labelledby": titleId,
|
|
744
774
|
...props,
|
|
745
775
|
children: [
|
|
746
|
-
title ? /* @__PURE__ */
|
|
747
|
-
/* @__PURE__ */
|
|
776
|
+
title ? /* @__PURE__ */ jsx26("title", { id: titleId, children: title }) : null,
|
|
777
|
+
/* @__PURE__ */ jsx26(
|
|
748
778
|
"path",
|
|
749
779
|
{
|
|
750
780
|
fill: "currentColor",
|
|
@@ -759,12 +789,12 @@ var Hourglass24Icon = ({
|
|
|
759
789
|
var Hourglass24Icon_default = Hourglass24Icon;
|
|
760
790
|
|
|
761
791
|
// icons/react/Images24Icon.tsx
|
|
762
|
-
import { jsx as
|
|
792
|
+
import { jsx as jsx27, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
763
793
|
var Images24Icon = ({
|
|
764
794
|
title,
|
|
765
795
|
titleId,
|
|
766
796
|
...props
|
|
767
|
-
}) => /* @__PURE__ */
|
|
797
|
+
}) => /* @__PURE__ */ jsxs27(
|
|
768
798
|
"svg",
|
|
769
799
|
{
|
|
770
800
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -775,8 +805,8 @@ var Images24Icon = ({
|
|
|
775
805
|
"aria-labelledby": titleId,
|
|
776
806
|
...props,
|
|
777
807
|
children: [
|
|
778
|
-
title ? /* @__PURE__ */
|
|
779
|
-
/* @__PURE__ */
|
|
808
|
+
title ? /* @__PURE__ */ jsx27("title", { id: titleId, children: title }) : null,
|
|
809
|
+
/* @__PURE__ */ jsx27(
|
|
780
810
|
"path",
|
|
781
811
|
{
|
|
782
812
|
fill: "currentColor",
|
|
@@ -791,8 +821,8 @@ var Images24Icon = ({
|
|
|
791
821
|
var Images24Icon_default = Images24Icon;
|
|
792
822
|
|
|
793
823
|
// icons/react/Info24Icon.tsx
|
|
794
|
-
import { jsx as
|
|
795
|
-
var Info24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
824
|
+
import { jsx as jsx28, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
825
|
+
var Info24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs28(
|
|
796
826
|
"svg",
|
|
797
827
|
{
|
|
798
828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -803,8 +833,8 @@ var Info24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs27(
|
|
|
803
833
|
"aria-labelledby": titleId,
|
|
804
834
|
...props,
|
|
805
835
|
children: [
|
|
806
|
-
title ? /* @__PURE__ */
|
|
807
|
-
/* @__PURE__ */
|
|
836
|
+
title ? /* @__PURE__ */ jsx28("title", { id: titleId, children: title }) : null,
|
|
837
|
+
/* @__PURE__ */ jsx28(
|
|
808
838
|
"path",
|
|
809
839
|
{
|
|
810
840
|
fill: "currentColor",
|
|
@@ -819,12 +849,12 @@ var Info24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs27(
|
|
|
819
849
|
var Info24Icon_default = Info24Icon;
|
|
820
850
|
|
|
821
851
|
// icons/react/Instances24Icon.tsx
|
|
822
|
-
import { jsx as
|
|
852
|
+
import { jsx as jsx29, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
823
853
|
var Instances24Icon = ({
|
|
824
854
|
title,
|
|
825
855
|
titleId,
|
|
826
856
|
...props
|
|
827
|
-
}) => /* @__PURE__ */
|
|
857
|
+
}) => /* @__PURE__ */ jsxs29(
|
|
828
858
|
"svg",
|
|
829
859
|
{
|
|
830
860
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -835,8 +865,8 @@ var Instances24Icon = ({
|
|
|
835
865
|
"aria-labelledby": titleId,
|
|
836
866
|
...props,
|
|
837
867
|
children: [
|
|
838
|
-
title ? /* @__PURE__ */
|
|
839
|
-
/* @__PURE__ */
|
|
868
|
+
title ? /* @__PURE__ */ jsx29("title", { id: titleId, children: title }) : null,
|
|
869
|
+
/* @__PURE__ */ jsx29(
|
|
840
870
|
"path",
|
|
841
871
|
{
|
|
842
872
|
fill: "currentColor",
|
|
@@ -851,12 +881,12 @@ var Instances24Icon = ({
|
|
|
851
881
|
var Instances24Icon_default = Instances24Icon;
|
|
852
882
|
|
|
853
883
|
// icons/react/IpGlobal24Icon.tsx
|
|
854
|
-
import { jsx as
|
|
884
|
+
import { jsx as jsx30, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
855
885
|
var IpGlobal24Icon = ({
|
|
856
886
|
title,
|
|
857
887
|
titleId,
|
|
858
888
|
...props
|
|
859
|
-
}) => /* @__PURE__ */
|
|
889
|
+
}) => /* @__PURE__ */ jsxs30(
|
|
860
890
|
"svg",
|
|
861
891
|
{
|
|
862
892
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -867,8 +897,8 @@ var IpGlobal24Icon = ({
|
|
|
867
897
|
"aria-labelledby": titleId,
|
|
868
898
|
...props,
|
|
869
899
|
children: [
|
|
870
|
-
title ? /* @__PURE__ */
|
|
871
|
-
/* @__PURE__ */
|
|
900
|
+
title ? /* @__PURE__ */ jsx30("title", { id: titleId, children: title }) : null,
|
|
901
|
+
/* @__PURE__ */ jsx30(
|
|
872
902
|
"path",
|
|
873
903
|
{
|
|
874
904
|
fill: "currentColor",
|
|
@@ -883,12 +913,12 @@ var IpGlobal24Icon = ({
|
|
|
883
913
|
var IpGlobal24Icon_default = IpGlobal24Icon;
|
|
884
914
|
|
|
885
915
|
// icons/react/IpLocal24Icon.tsx
|
|
886
|
-
import { jsx as
|
|
916
|
+
import { jsx as jsx31, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
887
917
|
var IpLocal24Icon = ({
|
|
888
918
|
title,
|
|
889
919
|
titleId,
|
|
890
920
|
...props
|
|
891
|
-
}) => /* @__PURE__ */
|
|
921
|
+
}) => /* @__PURE__ */ jsxs31(
|
|
892
922
|
"svg",
|
|
893
923
|
{
|
|
894
924
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -899,8 +929,8 @@ var IpLocal24Icon = ({
|
|
|
899
929
|
"aria-labelledby": titleId,
|
|
900
930
|
...props,
|
|
901
931
|
children: [
|
|
902
|
-
title ? /* @__PURE__ */
|
|
903
|
-
/* @__PURE__ */
|
|
932
|
+
title ? /* @__PURE__ */ jsx31("title", { id: titleId, children: title }) : null,
|
|
933
|
+
/* @__PURE__ */ jsx31(
|
|
904
934
|
"path",
|
|
905
935
|
{
|
|
906
936
|
fill: "currentColor",
|
|
@@ -915,12 +945,12 @@ var IpLocal24Icon = ({
|
|
|
915
945
|
var IpLocal24Icon_default = IpLocal24Icon;
|
|
916
946
|
|
|
917
947
|
// icons/react/Issues24Icon.tsx
|
|
918
|
-
import { jsx as
|
|
948
|
+
import { jsx as jsx32, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
919
949
|
var Issues24Icon = ({
|
|
920
950
|
title,
|
|
921
951
|
titleId,
|
|
922
952
|
...props
|
|
923
|
-
}) => /* @__PURE__ */
|
|
953
|
+
}) => /* @__PURE__ */ jsxs32(
|
|
924
954
|
"svg",
|
|
925
955
|
{
|
|
926
956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -931,8 +961,8 @@ var Issues24Icon = ({
|
|
|
931
961
|
"aria-labelledby": titleId,
|
|
932
962
|
...props,
|
|
933
963
|
children: [
|
|
934
|
-
title ? /* @__PURE__ */
|
|
935
|
-
/* @__PURE__ */
|
|
964
|
+
title ? /* @__PURE__ */ jsx32("title", { id: titleId, children: title }) : null,
|
|
965
|
+
/* @__PURE__ */ jsx32(
|
|
936
966
|
"path",
|
|
937
967
|
{
|
|
938
968
|
fill: "currentColor",
|
|
@@ -947,8 +977,8 @@ var Issues24Icon = ({
|
|
|
947
977
|
var Issues24Icon_default = Issues24Icon;
|
|
948
978
|
|
|
949
979
|
// icons/react/Key24Icon.tsx
|
|
950
|
-
import { jsx as
|
|
951
|
-
var Key24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
980
|
+
import { jsx as jsx33, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
981
|
+
var Key24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs33(
|
|
952
982
|
"svg",
|
|
953
983
|
{
|
|
954
984
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -959,8 +989,8 @@ var Key24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs32(
|
|
|
959
989
|
"aria-labelledby": titleId,
|
|
960
990
|
...props,
|
|
961
991
|
children: [
|
|
962
|
-
title ? /* @__PURE__ */
|
|
963
|
-
/* @__PURE__ */
|
|
992
|
+
title ? /* @__PURE__ */ jsx33("title", { id: titleId, children: title }) : null,
|
|
993
|
+
/* @__PURE__ */ jsx33(
|
|
964
994
|
"path",
|
|
965
995
|
{
|
|
966
996
|
fill: "currentColor",
|
|
@@ -975,8 +1005,8 @@ var Key24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs32(
|
|
|
975
1005
|
var Key24Icon_default = Key24Icon;
|
|
976
1006
|
|
|
977
1007
|
// icons/react/Like24Icon.tsx
|
|
978
|
-
import { jsx as
|
|
979
|
-
var Like24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
1008
|
+
import { jsx as jsx34, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1009
|
+
var Like24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs34(
|
|
980
1010
|
"svg",
|
|
981
1011
|
{
|
|
982
1012
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -987,8 +1017,8 @@ var Like24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs33(
|
|
|
987
1017
|
"aria-labelledby": titleId,
|
|
988
1018
|
...props,
|
|
989
1019
|
children: [
|
|
990
|
-
title ? /* @__PURE__ */
|
|
991
|
-
/* @__PURE__ */
|
|
1020
|
+
title ? /* @__PURE__ */ jsx34("title", { id: titleId, children: title }) : null,
|
|
1021
|
+
/* @__PURE__ */ jsx34(
|
|
992
1022
|
"path",
|
|
993
1023
|
{
|
|
994
1024
|
fill: "currentColor",
|
|
@@ -1003,12 +1033,12 @@ var Like24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs33(
|
|
|
1003
1033
|
var Like24Icon_default = Like24Icon;
|
|
1004
1034
|
|
|
1005
1035
|
// icons/react/LoadBalancer24Icon.tsx
|
|
1006
|
-
import { jsx as
|
|
1036
|
+
import { jsx as jsx35, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1007
1037
|
var LoadBalancer24Icon = ({
|
|
1008
1038
|
title,
|
|
1009
1039
|
titleId,
|
|
1010
1040
|
...props
|
|
1011
|
-
}) => /* @__PURE__ */
|
|
1041
|
+
}) => /* @__PURE__ */ jsxs35(
|
|
1012
1042
|
"svg",
|
|
1013
1043
|
{
|
|
1014
1044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1019,8 +1049,8 @@ var LoadBalancer24Icon = ({
|
|
|
1019
1049
|
"aria-labelledby": titleId,
|
|
1020
1050
|
...props,
|
|
1021
1051
|
children: [
|
|
1022
|
-
title ? /* @__PURE__ */
|
|
1023
|
-
/* @__PURE__ */
|
|
1052
|
+
title ? /* @__PURE__ */ jsx35("title", { id: titleId, children: title }) : null,
|
|
1053
|
+
/* @__PURE__ */ jsx35(
|
|
1024
1054
|
"path",
|
|
1025
1055
|
{
|
|
1026
1056
|
fill: "currentColor",
|
|
@@ -1035,12 +1065,12 @@ var LoadBalancer24Icon = ({
|
|
|
1035
1065
|
var LoadBalancer24Icon_default = LoadBalancer24Icon;
|
|
1036
1066
|
|
|
1037
1067
|
// icons/react/Location24Icon.tsx
|
|
1038
|
-
import { jsx as
|
|
1068
|
+
import { jsx as jsx36, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1039
1069
|
var Location24Icon = ({
|
|
1040
1070
|
title,
|
|
1041
1071
|
titleId,
|
|
1042
1072
|
...props
|
|
1043
|
-
}) => /* @__PURE__ */
|
|
1073
|
+
}) => /* @__PURE__ */ jsxs36(
|
|
1044
1074
|
"svg",
|
|
1045
1075
|
{
|
|
1046
1076
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1051,8 +1081,8 @@ var Location24Icon = ({
|
|
|
1051
1081
|
"aria-labelledby": titleId,
|
|
1052
1082
|
...props,
|
|
1053
1083
|
children: [
|
|
1054
|
-
title ? /* @__PURE__ */
|
|
1055
|
-
/* @__PURE__ */
|
|
1084
|
+
title ? /* @__PURE__ */ jsx36("title", { id: titleId, children: title }) : null,
|
|
1085
|
+
/* @__PURE__ */ jsx36(
|
|
1056
1086
|
"path",
|
|
1057
1087
|
{
|
|
1058
1088
|
fill: "currentColor",
|
|
@@ -1067,8 +1097,8 @@ var Location24Icon = ({
|
|
|
1067
1097
|
var Location24Icon_default = Location24Icon;
|
|
1068
1098
|
|
|
1069
1099
|
// icons/react/Logs24Icon.tsx
|
|
1070
|
-
import { jsx as
|
|
1071
|
-
var Logs24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
1100
|
+
import { jsx as jsx37, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1101
|
+
var Logs24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs37(
|
|
1072
1102
|
"svg",
|
|
1073
1103
|
{
|
|
1074
1104
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1079,8 +1109,8 @@ var Logs24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs36(
|
|
|
1079
1109
|
"aria-labelledby": titleId,
|
|
1080
1110
|
...props,
|
|
1081
1111
|
children: [
|
|
1082
|
-
title ? /* @__PURE__ */
|
|
1083
|
-
/* @__PURE__ */
|
|
1112
|
+
title ? /* @__PURE__ */ jsx37("title", { id: titleId, children: title }) : null,
|
|
1113
|
+
/* @__PURE__ */ jsx37(
|
|
1084
1114
|
"path",
|
|
1085
1115
|
{
|
|
1086
1116
|
fill: "currentColor",
|
|
@@ -1095,12 +1125,12 @@ var Logs24Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs36(
|
|
|
1095
1125
|
var Logs24Icon_default = Logs24Icon;
|
|
1096
1126
|
|
|
1097
1127
|
// icons/react/Metrics24Icon.tsx
|
|
1098
|
-
import { jsx as
|
|
1128
|
+
import { jsx as jsx38, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1099
1129
|
var Metrics24Icon = ({
|
|
1100
1130
|
title,
|
|
1101
1131
|
titleId,
|
|
1102
1132
|
...props
|
|
1103
|
-
}) => /* @__PURE__ */
|
|
1133
|
+
}) => /* @__PURE__ */ jsxs38(
|
|
1104
1134
|
"svg",
|
|
1105
1135
|
{
|
|
1106
1136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1111,8 +1141,8 @@ var Metrics24Icon = ({
|
|
|
1111
1141
|
"aria-labelledby": titleId,
|
|
1112
1142
|
...props,
|
|
1113
1143
|
children: [
|
|
1114
|
-
title ? /* @__PURE__ */
|
|
1115
|
-
/* @__PURE__ */
|
|
1144
|
+
title ? /* @__PURE__ */ jsx38("title", { id: titleId, children: title }) : null,
|
|
1145
|
+
/* @__PURE__ */ jsx38(
|
|
1116
1146
|
"path",
|
|
1117
1147
|
{
|
|
1118
1148
|
fill: "currentColor",
|
|
@@ -1127,12 +1157,12 @@ var Metrics24Icon = ({
|
|
|
1127
1157
|
var Metrics24Icon_default = Metrics24Icon;
|
|
1128
1158
|
|
|
1129
1159
|
// icons/react/Monitoring24Icon.tsx
|
|
1130
|
-
import { jsx as
|
|
1160
|
+
import { jsx as jsx39, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1131
1161
|
var Monitoring24Icon = ({
|
|
1132
1162
|
title,
|
|
1133
1163
|
titleId,
|
|
1134
1164
|
...props
|
|
1135
|
-
}) => /* @__PURE__ */
|
|
1165
|
+
}) => /* @__PURE__ */ jsxs39(
|
|
1136
1166
|
"svg",
|
|
1137
1167
|
{
|
|
1138
1168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1143,8 +1173,8 @@ var Monitoring24Icon = ({
|
|
|
1143
1173
|
"aria-labelledby": titleId,
|
|
1144
1174
|
...props,
|
|
1145
1175
|
children: [
|
|
1146
|
-
title ? /* @__PURE__ */
|
|
1147
|
-
/* @__PURE__ */
|
|
1176
|
+
title ? /* @__PURE__ */ jsx39("title", { id: titleId, children: title }) : null,
|
|
1177
|
+
/* @__PURE__ */ jsx39(
|
|
1148
1178
|
"path",
|
|
1149
1179
|
{
|
|
1150
1180
|
fill: "currentColor",
|
|
@@ -1159,12 +1189,12 @@ var Monitoring24Icon = ({
|
|
|
1159
1189
|
var Monitoring24Icon_default = Monitoring24Icon;
|
|
1160
1190
|
|
|
1161
1191
|
// icons/react/Networking24Icon.tsx
|
|
1162
|
-
import { jsx as
|
|
1192
|
+
import { jsx as jsx40, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1163
1193
|
var Networking24Icon = ({
|
|
1164
1194
|
title,
|
|
1165
1195
|
titleId,
|
|
1166
1196
|
...props
|
|
1167
|
-
}) => /* @__PURE__ */
|
|
1197
|
+
}) => /* @__PURE__ */ jsxs40(
|
|
1168
1198
|
"svg",
|
|
1169
1199
|
{
|
|
1170
1200
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1175,8 +1205,8 @@ var Networking24Icon = ({
|
|
|
1175
1205
|
"aria-labelledby": titleId,
|
|
1176
1206
|
...props,
|
|
1177
1207
|
children: [
|
|
1178
|
-
title ? /* @__PURE__ */
|
|
1179
|
-
/* @__PURE__ */
|
|
1208
|
+
title ? /* @__PURE__ */ jsx40("title", { id: titleId, children: title }) : null,
|
|
1209
|
+
/* @__PURE__ */ jsx40(
|
|
1180
1210
|
"path",
|
|
1181
1211
|
{
|
|
1182
1212
|
fill: "currentColor",
|
|
@@ -1191,12 +1221,12 @@ var Networking24Icon = ({
|
|
|
1191
1221
|
var Networking24Icon_default = Networking24Icon;
|
|
1192
1222
|
|
|
1193
1223
|
// icons/react/Notifications24Icon.tsx
|
|
1194
|
-
import { jsx as
|
|
1224
|
+
import { jsx as jsx41, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1195
1225
|
var Notifications24Icon = ({
|
|
1196
1226
|
title,
|
|
1197
1227
|
titleId,
|
|
1198
1228
|
...props
|
|
1199
|
-
}) => /* @__PURE__ */
|
|
1229
|
+
}) => /* @__PURE__ */ jsxs41(
|
|
1200
1230
|
"svg",
|
|
1201
1231
|
{
|
|
1202
1232
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1207,8 +1237,8 @@ var Notifications24Icon = ({
|
|
|
1207
1237
|
"aria-labelledby": titleId,
|
|
1208
1238
|
...props,
|
|
1209
1239
|
children: [
|
|
1210
|
-
title ? /* @__PURE__ */
|
|
1211
|
-
/* @__PURE__ */
|
|
1240
|
+
title ? /* @__PURE__ */ jsx41("title", { id: titleId, children: title }) : null,
|
|
1241
|
+
/* @__PURE__ */ jsx41(
|
|
1212
1242
|
"path",
|
|
1213
1243
|
{
|
|
1214
1244
|
fill: "currentColor",
|
|
@@ -1221,12 +1251,12 @@ var Notifications24Icon = ({
|
|
|
1221
1251
|
var Notifications24Icon_default = Notifications24Icon;
|
|
1222
1252
|
|
|
1223
1253
|
// icons/react/Organization24Icon.tsx
|
|
1224
|
-
import { jsx as
|
|
1254
|
+
import { jsx as jsx42, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1225
1255
|
var Organization24Icon = ({
|
|
1226
1256
|
title,
|
|
1227
1257
|
titleId,
|
|
1228
1258
|
...props
|
|
1229
|
-
}) => /* @__PURE__ */
|
|
1259
|
+
}) => /* @__PURE__ */ jsxs42(
|
|
1230
1260
|
"svg",
|
|
1231
1261
|
{
|
|
1232
1262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1237,20 +1267,20 @@ var Organization24Icon = ({
|
|
|
1237
1267
|
"aria-labelledby": titleId,
|
|
1238
1268
|
...props,
|
|
1239
1269
|
children: [
|
|
1240
|
-
title ? /* @__PURE__ */
|
|
1241
|
-
/* @__PURE__ */
|
|
1270
|
+
title ? /* @__PURE__ */ jsx42("title", { id: titleId, children: title }) : null,
|
|
1271
|
+
/* @__PURE__ */ jsx42("g", { fill: "currentColor", children: /* @__PURE__ */ jsx42("path", { d: "M9.918 12.707a1 1 0 0 0 0-1.414L6.52 7.895a1 1 0 0 0-1.415 0l-3.398 3.398a1 1 0 0 0 0 1.414l3.398 3.398a1 1 0 0 0 1.415 0zM22.293 12.707a1 1 0 0 0 0-1.414l-3.398-3.398a1 1 0 0 0-1.415 0l-3.398 3.398a1 1 0 0 0 0 1.414l3.398 3.398a1 1 0 0 0 1.415 0zM11.293 1.707a1 1 0 0 1 1.414 0l3.398 3.398a1 1 0 0 1 0 1.415l-3.398 3.398a1 1 0 0 1-1.414 0L7.895 6.52a1 1 0 0 1 0-1.415zM16.105 18.895a1 1 0 0 0 0-1.415l-3.398-3.398a1 1 0 0 0-1.414 0L7.895 17.48a1 1 0 0 0 0 1.415l3.398 3.398a1 1 0 0 0 1.414 0z" }) })
|
|
1242
1272
|
]
|
|
1243
1273
|
}
|
|
1244
1274
|
);
|
|
1245
1275
|
var Organization24Icon_default = Organization24Icon;
|
|
1246
1276
|
|
|
1247
1277
|
// icons/react/Overview24Icon.tsx
|
|
1248
|
-
import { jsx as
|
|
1278
|
+
import { jsx as jsx43, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1249
1279
|
var Overview24Icon = ({
|
|
1250
1280
|
title,
|
|
1251
1281
|
titleId,
|
|
1252
1282
|
...props
|
|
1253
|
-
}) => /* @__PURE__ */
|
|
1283
|
+
}) => /* @__PURE__ */ jsxs43(
|
|
1254
1284
|
"svg",
|
|
1255
1285
|
{
|
|
1256
1286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1261,8 +1291,8 @@ var Overview24Icon = ({
|
|
|
1261
1291
|
"aria-labelledby": titleId,
|
|
1262
1292
|
...props,
|
|
1263
1293
|
children: [
|
|
1264
|
-
title ? /* @__PURE__ */
|
|
1265
|
-
/* @__PURE__ */
|
|
1294
|
+
title ? /* @__PURE__ */ jsx43("title", { id: titleId, children: title }) : null,
|
|
1295
|
+
/* @__PURE__ */ jsx43(
|
|
1266
1296
|
"path",
|
|
1267
1297
|
{
|
|
1268
1298
|
fill: "currentColor",
|
|
@@ -1277,12 +1307,12 @@ var Overview24Icon = ({
|
|
|
1277
1307
|
var Overview24Icon_default = Overview24Icon;
|
|
1278
1308
|
|
|
1279
1309
|
// icons/react/Person24Icon.tsx
|
|
1280
|
-
import { jsx as
|
|
1310
|
+
import { jsx as jsx44, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1281
1311
|
var Person24Icon = ({
|
|
1282
1312
|
title,
|
|
1283
1313
|
titleId,
|
|
1284
1314
|
...props
|
|
1285
|
-
}) => /* @__PURE__ */
|
|
1315
|
+
}) => /* @__PURE__ */ jsxs44(
|
|
1286
1316
|
"svg",
|
|
1287
1317
|
{
|
|
1288
1318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1293,8 +1323,8 @@ var Person24Icon = ({
|
|
|
1293
1323
|
"aria-labelledby": titleId,
|
|
1294
1324
|
...props,
|
|
1295
1325
|
children: [
|
|
1296
|
-
title ? /* @__PURE__ */
|
|
1297
|
-
/* @__PURE__ */
|
|
1326
|
+
title ? /* @__PURE__ */ jsx44("title", { id: titleId, children: title }) : null,
|
|
1327
|
+
/* @__PURE__ */ jsx44(
|
|
1298
1328
|
"path",
|
|
1299
1329
|
{
|
|
1300
1330
|
fill: "currentColor",
|
|
@@ -1309,12 +1339,12 @@ var Person24Icon = ({
|
|
|
1309
1339
|
var Person24Icon_default = Person24Icon;
|
|
1310
1340
|
|
|
1311
1341
|
// icons/react/PersonGroup24Icon.tsx
|
|
1312
|
-
import { jsx as
|
|
1342
|
+
import { jsx as jsx45, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1313
1343
|
var PersonGroup24Icon = ({
|
|
1314
1344
|
title,
|
|
1315
1345
|
titleId,
|
|
1316
1346
|
...props
|
|
1317
|
-
}) => /* @__PURE__ */
|
|
1347
|
+
}) => /* @__PURE__ */ jsxs45(
|
|
1318
1348
|
"svg",
|
|
1319
1349
|
{
|
|
1320
1350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1325,8 +1355,8 @@ var PersonGroup24Icon = ({
|
|
|
1325
1355
|
"aria-labelledby": titleId,
|
|
1326
1356
|
...props,
|
|
1327
1357
|
children: [
|
|
1328
|
-
title ? /* @__PURE__ */
|
|
1329
|
-
/* @__PURE__ */
|
|
1358
|
+
title ? /* @__PURE__ */ jsx45("title", { id: titleId, children: title }) : null,
|
|
1359
|
+
/* @__PURE__ */ jsx45(
|
|
1330
1360
|
"path",
|
|
1331
1361
|
{
|
|
1332
1362
|
fill: "currentColor",
|
|
@@ -1341,12 +1371,12 @@ var PersonGroup24Icon = ({
|
|
|
1341
1371
|
var PersonGroup24Icon_default = PersonGroup24Icon;
|
|
1342
1372
|
|
|
1343
1373
|
// icons/react/Progress24Icon.tsx
|
|
1344
|
-
import { jsx as
|
|
1374
|
+
import { jsx as jsx46, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1345
1375
|
var Progress24Icon = ({
|
|
1346
1376
|
title,
|
|
1347
1377
|
titleId,
|
|
1348
1378
|
...props
|
|
1349
|
-
}) => /* @__PURE__ */
|
|
1379
|
+
}) => /* @__PURE__ */ jsxs46(
|
|
1350
1380
|
"svg",
|
|
1351
1381
|
{
|
|
1352
1382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1357,8 +1387,8 @@ var Progress24Icon = ({
|
|
|
1357
1387
|
"aria-labelledby": titleId,
|
|
1358
1388
|
...props,
|
|
1359
1389
|
children: [
|
|
1360
|
-
title ? /* @__PURE__ */
|
|
1361
|
-
/* @__PURE__ */
|
|
1390
|
+
title ? /* @__PURE__ */ jsx46("title", { id: titleId, children: title }) : null,
|
|
1391
|
+
/* @__PURE__ */ jsx46(
|
|
1362
1392
|
"path",
|
|
1363
1393
|
{
|
|
1364
1394
|
fill: "currentColor",
|
|
@@ -1373,12 +1403,12 @@ var Progress24Icon = ({
|
|
|
1373
1403
|
var Progress24Icon_default = Progress24Icon;
|
|
1374
1404
|
|
|
1375
1405
|
// icons/react/Prohibited24Icon.tsx
|
|
1376
|
-
import { jsx as
|
|
1406
|
+
import { jsx as jsx47, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1377
1407
|
var Prohibited24Icon = ({
|
|
1378
1408
|
title,
|
|
1379
1409
|
titleId,
|
|
1380
1410
|
...props
|
|
1381
|
-
}) => /* @__PURE__ */
|
|
1411
|
+
}) => /* @__PURE__ */ jsxs47(
|
|
1382
1412
|
"svg",
|
|
1383
1413
|
{
|
|
1384
1414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1389,8 +1419,8 @@ var Prohibited24Icon = ({
|
|
|
1389
1419
|
"aria-labelledby": titleId,
|
|
1390
1420
|
...props,
|
|
1391
1421
|
children: [
|
|
1392
|
-
title ? /* @__PURE__ */
|
|
1393
|
-
/* @__PURE__ */
|
|
1422
|
+
title ? /* @__PURE__ */ jsx47("title", { id: titleId, children: title }) : null,
|
|
1423
|
+
/* @__PURE__ */ jsx47(
|
|
1394
1424
|
"path",
|
|
1395
1425
|
{
|
|
1396
1426
|
fill: "currentColor",
|
|
@@ -1405,12 +1435,12 @@ var Prohibited24Icon = ({
|
|
|
1405
1435
|
var Prohibited24Icon_default = Prohibited24Icon;
|
|
1406
1436
|
|
|
1407
1437
|
// icons/react/Router24Icon.tsx
|
|
1408
|
-
import { jsx as
|
|
1438
|
+
import { jsx as jsx48, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1409
1439
|
var Router24Icon = ({
|
|
1410
1440
|
title,
|
|
1411
1441
|
titleId,
|
|
1412
1442
|
...props
|
|
1413
|
-
}) => /* @__PURE__ */
|
|
1443
|
+
}) => /* @__PURE__ */ jsxs48(
|
|
1414
1444
|
"svg",
|
|
1415
1445
|
{
|
|
1416
1446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1421,8 +1451,8 @@ var Router24Icon = ({
|
|
|
1421
1451
|
"aria-labelledby": titleId,
|
|
1422
1452
|
...props,
|
|
1423
1453
|
children: [
|
|
1424
|
-
title ? /* @__PURE__ */
|
|
1425
|
-
/* @__PURE__ */
|
|
1454
|
+
title ? /* @__PURE__ */ jsx48("title", { id: titleId, children: title }) : null,
|
|
1455
|
+
/* @__PURE__ */ jsx48(
|
|
1426
1456
|
"path",
|
|
1427
1457
|
{
|
|
1428
1458
|
fill: "currentColor",
|
|
@@ -1437,12 +1467,12 @@ var Router24Icon = ({
|
|
|
1437
1467
|
var Router24Icon_default = Router24Icon;
|
|
1438
1468
|
|
|
1439
1469
|
// icons/react/Safety24Icon.tsx
|
|
1440
|
-
import { jsx as
|
|
1470
|
+
import { jsx as jsx49, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1441
1471
|
var Safety24Icon = ({
|
|
1442
1472
|
title,
|
|
1443
1473
|
titleId,
|
|
1444
1474
|
...props
|
|
1445
|
-
}) => /* @__PURE__ */
|
|
1475
|
+
}) => /* @__PURE__ */ jsxs49(
|
|
1446
1476
|
"svg",
|
|
1447
1477
|
{
|
|
1448
1478
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1453,8 +1483,8 @@ var Safety24Icon = ({
|
|
|
1453
1483
|
"aria-labelledby": titleId,
|
|
1454
1484
|
...props,
|
|
1455
1485
|
children: [
|
|
1456
|
-
title ? /* @__PURE__ */
|
|
1457
|
-
/* @__PURE__ */
|
|
1486
|
+
title ? /* @__PURE__ */ jsx49("title", { id: titleId, children: title }) : null,
|
|
1487
|
+
/* @__PURE__ */ jsx49(
|
|
1458
1488
|
"path",
|
|
1459
1489
|
{
|
|
1460
1490
|
fill: "currentColor",
|
|
@@ -1467,12 +1497,12 @@ var Safety24Icon = ({
|
|
|
1467
1497
|
var Safety24Icon_default = Safety24Icon;
|
|
1468
1498
|
|
|
1469
1499
|
// icons/react/Security24Icon.tsx
|
|
1470
|
-
import { jsx as
|
|
1500
|
+
import { jsx as jsx50, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1471
1501
|
var Security24Icon = ({
|
|
1472
1502
|
title,
|
|
1473
1503
|
titleId,
|
|
1474
1504
|
...props
|
|
1475
|
-
}) => /* @__PURE__ */
|
|
1505
|
+
}) => /* @__PURE__ */ jsxs50(
|
|
1476
1506
|
"svg",
|
|
1477
1507
|
{
|
|
1478
1508
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1483,8 +1513,8 @@ var Security24Icon = ({
|
|
|
1483
1513
|
"aria-labelledby": titleId,
|
|
1484
1514
|
...props,
|
|
1485
1515
|
children: [
|
|
1486
|
-
title ? /* @__PURE__ */
|
|
1487
|
-
/* @__PURE__ */
|
|
1516
|
+
title ? /* @__PURE__ */ jsx50("title", { id: titleId, children: title }) : null,
|
|
1517
|
+
/* @__PURE__ */ jsx50(
|
|
1488
1518
|
"path",
|
|
1489
1519
|
{
|
|
1490
1520
|
fill: "currentColor",
|
|
@@ -1499,12 +1529,12 @@ var Security24Icon = ({
|
|
|
1499
1529
|
var Security24Icon_default = Security24Icon;
|
|
1500
1530
|
|
|
1501
1531
|
// icons/react/Servers24Icon.tsx
|
|
1502
|
-
import { jsx as
|
|
1532
|
+
import { jsx as jsx51, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1503
1533
|
var Servers24Icon = ({
|
|
1504
1534
|
title,
|
|
1505
1535
|
titleId,
|
|
1506
1536
|
...props
|
|
1507
|
-
}) => /* @__PURE__ */
|
|
1537
|
+
}) => /* @__PURE__ */ jsxs51(
|
|
1508
1538
|
"svg",
|
|
1509
1539
|
{
|
|
1510
1540
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1515,8 +1545,8 @@ var Servers24Icon = ({
|
|
|
1515
1545
|
"aria-labelledby": titleId,
|
|
1516
1546
|
...props,
|
|
1517
1547
|
children: [
|
|
1518
|
-
title ? /* @__PURE__ */
|
|
1519
|
-
/* @__PURE__ */
|
|
1548
|
+
title ? /* @__PURE__ */ jsx51("title", { id: titleId, children: title }) : null,
|
|
1549
|
+
/* @__PURE__ */ jsx51(
|
|
1520
1550
|
"path",
|
|
1521
1551
|
{
|
|
1522
1552
|
fill: "currentColor",
|
|
@@ -1531,12 +1561,12 @@ var Servers24Icon = ({
|
|
|
1531
1561
|
var Servers24Icon_default = Servers24Icon;
|
|
1532
1562
|
|
|
1533
1563
|
// icons/react/Settings24Icon.tsx
|
|
1534
|
-
import { jsx as
|
|
1564
|
+
import { jsx as jsx52, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
1535
1565
|
var Settings24Icon = ({
|
|
1536
1566
|
title,
|
|
1537
1567
|
titleId,
|
|
1538
1568
|
...props
|
|
1539
|
-
}) => /* @__PURE__ */
|
|
1569
|
+
}) => /* @__PURE__ */ jsxs52(
|
|
1540
1570
|
"svg",
|
|
1541
1571
|
{
|
|
1542
1572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1547,8 +1577,8 @@ var Settings24Icon = ({
|
|
|
1547
1577
|
"aria-labelledby": titleId,
|
|
1548
1578
|
...props,
|
|
1549
1579
|
children: [
|
|
1550
|
-
title ? /* @__PURE__ */
|
|
1551
|
-
/* @__PURE__ */
|
|
1580
|
+
title ? /* @__PURE__ */ jsx52("title", { id: titleId, children: title }) : null,
|
|
1581
|
+
/* @__PURE__ */ jsx52(
|
|
1552
1582
|
"path",
|
|
1553
1583
|
{
|
|
1554
1584
|
fill: "currentColor",
|
|
@@ -1563,12 +1593,12 @@ var Settings24Icon = ({
|
|
|
1563
1593
|
var Settings24Icon_default = Settings24Icon;
|
|
1564
1594
|
|
|
1565
1595
|
// icons/react/Snapshots24Icon.tsx
|
|
1566
|
-
import { jsx as
|
|
1596
|
+
import { jsx as jsx53, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
1567
1597
|
var Snapshots24Icon = ({
|
|
1568
1598
|
title,
|
|
1569
1599
|
titleId,
|
|
1570
1600
|
...props
|
|
1571
|
-
}) => /* @__PURE__ */
|
|
1601
|
+
}) => /* @__PURE__ */ jsxs53(
|
|
1572
1602
|
"svg",
|
|
1573
1603
|
{
|
|
1574
1604
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1579,8 +1609,8 @@ var Snapshots24Icon = ({
|
|
|
1579
1609
|
"aria-labelledby": titleId,
|
|
1580
1610
|
...props,
|
|
1581
1611
|
children: [
|
|
1582
|
-
title ? /* @__PURE__ */
|
|
1583
|
-
/* @__PURE__ */
|
|
1612
|
+
title ? /* @__PURE__ */ jsx53("title", { id: titleId, children: title }) : null,
|
|
1613
|
+
/* @__PURE__ */ jsx53(
|
|
1584
1614
|
"path",
|
|
1585
1615
|
{
|
|
1586
1616
|
fill: "currentColor",
|
|
@@ -1595,12 +1625,12 @@ var Snapshots24Icon = ({
|
|
|
1595
1625
|
var Snapshots24Icon_default = Snapshots24Icon;
|
|
1596
1626
|
|
|
1597
1627
|
// icons/react/SoftwareUpdate24Icon.tsx
|
|
1598
|
-
import { jsx as
|
|
1628
|
+
import { jsx as jsx54, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
1599
1629
|
var SoftwareUpdate24Icon = ({
|
|
1600
1630
|
title,
|
|
1601
1631
|
titleId,
|
|
1602
1632
|
...props
|
|
1603
|
-
}) => /* @__PURE__ */
|
|
1633
|
+
}) => /* @__PURE__ */ jsxs54(
|
|
1604
1634
|
"svg",
|
|
1605
1635
|
{
|
|
1606
1636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1611,8 +1641,8 @@ var SoftwareUpdate24Icon = ({
|
|
|
1611
1641
|
"aria-labelledby": titleId,
|
|
1612
1642
|
...props,
|
|
1613
1643
|
children: [
|
|
1614
|
-
title ? /* @__PURE__ */
|
|
1615
|
-
/* @__PURE__ */
|
|
1644
|
+
title ? /* @__PURE__ */ jsx54("title", { id: titleId, children: title }) : null,
|
|
1645
|
+
/* @__PURE__ */ jsx54(
|
|
1616
1646
|
"path",
|
|
1617
1647
|
{
|
|
1618
1648
|
fill: "currentColor",
|
|
@@ -1627,12 +1657,12 @@ var SoftwareUpdate24Icon = ({
|
|
|
1627
1657
|
var SoftwareUpdate24Icon_default = SoftwareUpdate24Icon;
|
|
1628
1658
|
|
|
1629
1659
|
// icons/react/Speaker24Icon.tsx
|
|
1630
|
-
import { jsx as
|
|
1660
|
+
import { jsx as jsx55, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
1631
1661
|
var Speaker24Icon = ({
|
|
1632
1662
|
title,
|
|
1633
1663
|
titleId,
|
|
1634
1664
|
...props
|
|
1635
|
-
}) => /* @__PURE__ */
|
|
1665
|
+
}) => /* @__PURE__ */ jsxs55(
|
|
1636
1666
|
"svg",
|
|
1637
1667
|
{
|
|
1638
1668
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1643,8 +1673,8 @@ var Speaker24Icon = ({
|
|
|
1643
1673
|
"aria-labelledby": titleId,
|
|
1644
1674
|
...props,
|
|
1645
1675
|
children: [
|
|
1646
|
-
title ? /* @__PURE__ */
|
|
1647
|
-
/* @__PURE__ */
|
|
1676
|
+
title ? /* @__PURE__ */ jsx55("title", { id: titleId, children: title }) : null,
|
|
1677
|
+
/* @__PURE__ */ jsx55(
|
|
1648
1678
|
"path",
|
|
1649
1679
|
{
|
|
1650
1680
|
fill: "currentColor",
|
|
@@ -1659,12 +1689,12 @@ var Speaker24Icon = ({
|
|
|
1659
1689
|
var Speaker24Icon_default = Speaker24Icon;
|
|
1660
1690
|
|
|
1661
1691
|
// icons/react/Storage24Icon.tsx
|
|
1662
|
-
import { jsx as
|
|
1692
|
+
import { jsx as jsx56, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
1663
1693
|
var Storage24Icon = ({
|
|
1664
1694
|
title,
|
|
1665
1695
|
titleId,
|
|
1666
1696
|
...props
|
|
1667
|
-
}) => /* @__PURE__ */
|
|
1697
|
+
}) => /* @__PURE__ */ jsxs56(
|
|
1668
1698
|
"svg",
|
|
1669
1699
|
{
|
|
1670
1700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1675,8 +1705,8 @@ var Storage24Icon = ({
|
|
|
1675
1705
|
"aria-labelledby": titleId,
|
|
1676
1706
|
...props,
|
|
1677
1707
|
children: [
|
|
1678
|
-
title ? /* @__PURE__ */
|
|
1679
|
-
/* @__PURE__ */
|
|
1708
|
+
title ? /* @__PURE__ */ jsx56("title", { id: titleId, children: title }) : null,
|
|
1709
|
+
/* @__PURE__ */ jsx56(
|
|
1680
1710
|
"path",
|
|
1681
1711
|
{
|
|
1682
1712
|
fill: "currentColor",
|
|
@@ -1689,12 +1719,12 @@ var Storage24Icon = ({
|
|
|
1689
1719
|
var Storage24Icon_default = Storage24Icon;
|
|
1690
1720
|
|
|
1691
1721
|
// icons/react/Subnet24Icon.tsx
|
|
1692
|
-
import { jsx as
|
|
1722
|
+
import { jsx as jsx57, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
1693
1723
|
var Subnet24Icon = ({
|
|
1694
1724
|
title,
|
|
1695
1725
|
titleId,
|
|
1696
1726
|
...props
|
|
1697
|
-
}) => /* @__PURE__ */
|
|
1727
|
+
}) => /* @__PURE__ */ jsxs57(
|
|
1698
1728
|
"svg",
|
|
1699
1729
|
{
|
|
1700
1730
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1705,8 +1735,8 @@ var Subnet24Icon = ({
|
|
|
1705
1735
|
"aria-labelledby": titleId,
|
|
1706
1736
|
...props,
|
|
1707
1737
|
children: [
|
|
1708
|
-
title ? /* @__PURE__ */
|
|
1709
|
-
/* @__PURE__ */
|
|
1738
|
+
title ? /* @__PURE__ */ jsx57("title", { id: titleId, children: title }) : null,
|
|
1739
|
+
/* @__PURE__ */ jsx57(
|
|
1710
1740
|
"path",
|
|
1711
1741
|
{
|
|
1712
1742
|
fill: "currentColor",
|
|
@@ -1721,12 +1751,12 @@ var Subnet24Icon = ({
|
|
|
1721
1751
|
var Subnet24Icon_default = Subnet24Icon;
|
|
1722
1752
|
|
|
1723
1753
|
// icons/react/Resize24Icon.tsx
|
|
1724
|
-
import { jsx as
|
|
1754
|
+
import { jsx as jsx58, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
1725
1755
|
var Resize24Icon = ({
|
|
1726
1756
|
title,
|
|
1727
1757
|
titleId,
|
|
1728
1758
|
...props
|
|
1729
|
-
}) => /* @__PURE__ */
|
|
1759
|
+
}) => /* @__PURE__ */ jsxs58(
|
|
1730
1760
|
"svg",
|
|
1731
1761
|
{
|
|
1732
1762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1737,8 +1767,8 @@ var Resize24Icon = ({
|
|
|
1737
1767
|
"aria-labelledby": titleId,
|
|
1738
1768
|
...props,
|
|
1739
1769
|
children: [
|
|
1740
|
-
title ? /* @__PURE__ */
|
|
1741
|
-
/* @__PURE__ */
|
|
1770
|
+
title ? /* @__PURE__ */ jsx58("title", { id: titleId, children: title }) : null,
|
|
1771
|
+
/* @__PURE__ */ jsx58(
|
|
1742
1772
|
"path",
|
|
1743
1773
|
{
|
|
1744
1774
|
fill: "currentColor",
|
|
@@ -1753,12 +1783,12 @@ var Resize24Icon = ({
|
|
|
1753
1783
|
var Resize24Icon_default = Resize24Icon;
|
|
1754
1784
|
|
|
1755
1785
|
// icons/react/Terminal24Icon.tsx
|
|
1756
|
-
import { jsx as
|
|
1786
|
+
import { jsx as jsx59, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
1757
1787
|
var Terminal24Icon = ({
|
|
1758
1788
|
title,
|
|
1759
1789
|
titleId,
|
|
1760
1790
|
...props
|
|
1761
|
-
}) => /* @__PURE__ */
|
|
1791
|
+
}) => /* @__PURE__ */ jsxs59(
|
|
1762
1792
|
"svg",
|
|
1763
1793
|
{
|
|
1764
1794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1769,8 +1799,8 @@ var Terminal24Icon = ({
|
|
|
1769
1799
|
"aria-labelledby": titleId,
|
|
1770
1800
|
...props,
|
|
1771
1801
|
children: [
|
|
1772
|
-
title ? /* @__PURE__ */
|
|
1773
|
-
/* @__PURE__ */
|
|
1802
|
+
title ? /* @__PURE__ */ jsx59("title", { id: titleId, children: title }) : null,
|
|
1803
|
+
/* @__PURE__ */ jsx59(
|
|
1774
1804
|
"path",
|
|
1775
1805
|
{
|
|
1776
1806
|
fill: "currentColor",
|
|
@@ -1785,12 +1815,12 @@ var Terminal24Icon = ({
|
|
|
1785
1815
|
var Terminal24Icon_default = Terminal24Icon;
|
|
1786
1816
|
|
|
1787
1817
|
// icons/react/Transmit24Icon.tsx
|
|
1788
|
-
import { jsx as
|
|
1818
|
+
import { jsx as jsx60, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
1789
1819
|
var Transmit24Icon = ({
|
|
1790
1820
|
title,
|
|
1791
1821
|
titleId,
|
|
1792
1822
|
...props
|
|
1793
|
-
}) => /* @__PURE__ */
|
|
1823
|
+
}) => /* @__PURE__ */ jsxs60(
|
|
1794
1824
|
"svg",
|
|
1795
1825
|
{
|
|
1796
1826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1801,8 +1831,8 @@ var Transmit24Icon = ({
|
|
|
1801
1831
|
"aria-labelledby": titleId,
|
|
1802
1832
|
...props,
|
|
1803
1833
|
children: [
|
|
1804
|
-
title ? /* @__PURE__ */
|
|
1805
|
-
/* @__PURE__ */
|
|
1834
|
+
title ? /* @__PURE__ */ jsx60("title", { id: titleId, children: title }) : null,
|
|
1835
|
+
/* @__PURE__ */ jsx60(
|
|
1806
1836
|
"path",
|
|
1807
1837
|
{
|
|
1808
1838
|
fill: "currentColor",
|
|
@@ -1817,12 +1847,12 @@ var Transmit24Icon = ({
|
|
|
1817
1847
|
var Transmit24Icon_default = Transmit24Icon;
|
|
1818
1848
|
|
|
1819
1849
|
// icons/react/Wireless24Icon.tsx
|
|
1820
|
-
import { jsx as
|
|
1850
|
+
import { jsx as jsx61, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
1821
1851
|
var Wireless24Icon = ({
|
|
1822
1852
|
title,
|
|
1823
1853
|
titleId,
|
|
1824
1854
|
...props
|
|
1825
|
-
}) => /* @__PURE__ */
|
|
1855
|
+
}) => /* @__PURE__ */ jsxs61(
|
|
1826
1856
|
"svg",
|
|
1827
1857
|
{
|
|
1828
1858
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1833,8 +1863,8 @@ var Wireless24Icon = ({
|
|
|
1833
1863
|
"aria-labelledby": titleId,
|
|
1834
1864
|
...props,
|
|
1835
1865
|
children: [
|
|
1836
|
-
title ? /* @__PURE__ */
|
|
1837
|
-
/* @__PURE__ */
|
|
1866
|
+
title ? /* @__PURE__ */ jsx61("title", { id: titleId, children: title }) : null,
|
|
1867
|
+
/* @__PURE__ */ jsx61(
|
|
1838
1868
|
"path",
|
|
1839
1869
|
{
|
|
1840
1870
|
fill: "currentColor",
|
|
@@ -1847,12 +1877,12 @@ var Wireless24Icon = ({
|
|
|
1847
1877
|
var Wireless24Icon_default = Wireless24Icon;
|
|
1848
1878
|
|
|
1849
1879
|
// icons/react/Question24Icon.tsx
|
|
1850
|
-
import { jsx as
|
|
1880
|
+
import { jsx as jsx62, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
1851
1881
|
var Question24Icon = ({
|
|
1852
1882
|
title,
|
|
1853
1883
|
titleId,
|
|
1854
1884
|
...props
|
|
1855
|
-
}) => /* @__PURE__ */
|
|
1885
|
+
}) => /* @__PURE__ */ jsxs62(
|
|
1856
1886
|
"svg",
|
|
1857
1887
|
{
|
|
1858
1888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1863,8 +1893,8 @@ var Question24Icon = ({
|
|
|
1863
1893
|
"aria-labelledby": titleId,
|
|
1864
1894
|
...props,
|
|
1865
1895
|
children: [
|
|
1866
|
-
title ? /* @__PURE__ */
|
|
1867
|
-
/* @__PURE__ */
|
|
1896
|
+
title ? /* @__PURE__ */ jsx62("title", { id: titleId, children: title }) : null,
|
|
1897
|
+
/* @__PURE__ */ jsx62(
|
|
1868
1898
|
"path",
|
|
1869
1899
|
{
|
|
1870
1900
|
fill: "currentColor",
|
|
@@ -1879,12 +1909,12 @@ var Question24Icon = ({
|
|
|
1879
1909
|
var Question24Icon_default = Question24Icon;
|
|
1880
1910
|
|
|
1881
1911
|
// icons/react/Webhooks24Icon.tsx
|
|
1882
|
-
import { jsx as
|
|
1912
|
+
import { jsx as jsx63, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
1883
1913
|
var Webhooks24Icon = ({
|
|
1884
1914
|
title,
|
|
1885
1915
|
titleId,
|
|
1886
1916
|
...props
|
|
1887
|
-
}) => /* @__PURE__ */
|
|
1917
|
+
}) => /* @__PURE__ */ jsxs63(
|
|
1888
1918
|
"svg",
|
|
1889
1919
|
{
|
|
1890
1920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1895,8 +1925,8 @@ var Webhooks24Icon = ({
|
|
|
1895
1925
|
"aria-labelledby": titleId,
|
|
1896
1926
|
...props,
|
|
1897
1927
|
children: [
|
|
1898
|
-
title ? /* @__PURE__ */
|
|
1899
|
-
/* @__PURE__ */
|
|
1928
|
+
title ? /* @__PURE__ */ jsx63("title", { id: titleId, children: title }) : null,
|
|
1929
|
+
/* @__PURE__ */ jsx63(
|
|
1900
1930
|
"path",
|
|
1901
1931
|
{
|
|
1902
1932
|
fill: "currentColor",
|
|
@@ -1911,12 +1941,12 @@ var Webhooks24Icon = ({
|
|
|
1911
1941
|
var Webhooks24Icon_default = Webhooks24Icon;
|
|
1912
1942
|
|
|
1913
1943
|
// icons/react/Access16Icon.tsx
|
|
1914
|
-
import { jsx as
|
|
1944
|
+
import { jsx as jsx64, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
1915
1945
|
var Access16Icon = ({
|
|
1916
1946
|
title,
|
|
1917
1947
|
titleId,
|
|
1918
1948
|
...props
|
|
1919
|
-
}) => /* @__PURE__ */
|
|
1949
|
+
}) => /* @__PURE__ */ jsxs64(
|
|
1920
1950
|
"svg",
|
|
1921
1951
|
{
|
|
1922
1952
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1927,8 +1957,8 @@ var Access16Icon = ({
|
|
|
1927
1957
|
"aria-labelledby": titleId,
|
|
1928
1958
|
...props,
|
|
1929
1959
|
children: [
|
|
1930
|
-
title ? /* @__PURE__ */
|
|
1931
|
-
/* @__PURE__ */
|
|
1960
|
+
title ? /* @__PURE__ */ jsx64("title", { id: titleId, children: title }) : null,
|
|
1961
|
+
/* @__PURE__ */ jsx64(
|
|
1932
1962
|
"path",
|
|
1933
1963
|
{
|
|
1934
1964
|
fill: "currentColor",
|
|
@@ -1943,12 +1973,12 @@ var Access16Icon = ({
|
|
|
1943
1973
|
var Access16Icon_default = Access16Icon;
|
|
1944
1974
|
|
|
1945
1975
|
// icons/react/AccessToken16Icon.tsx
|
|
1946
|
-
import { jsx as
|
|
1976
|
+
import { jsx as jsx65, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
1947
1977
|
var AccessToken16Icon = ({
|
|
1948
1978
|
title,
|
|
1949
1979
|
titleId,
|
|
1950
1980
|
...props
|
|
1951
|
-
}) => /* @__PURE__ */
|
|
1981
|
+
}) => /* @__PURE__ */ jsxs65(
|
|
1952
1982
|
"svg",
|
|
1953
1983
|
{
|
|
1954
1984
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1959,8 +1989,8 @@ var AccessToken16Icon = ({
|
|
|
1959
1989
|
"aria-labelledby": titleId,
|
|
1960
1990
|
...props,
|
|
1961
1991
|
children: [
|
|
1962
|
-
title ? /* @__PURE__ */
|
|
1963
|
-
/* @__PURE__ */
|
|
1992
|
+
title ? /* @__PURE__ */ jsx65("title", { id: titleId, children: title }) : null,
|
|
1993
|
+
/* @__PURE__ */ jsx65(
|
|
1964
1994
|
"path",
|
|
1965
1995
|
{
|
|
1966
1996
|
fill: "currentColor",
|
|
@@ -1973,12 +2003,12 @@ var AccessToken16Icon = ({
|
|
|
1973
2003
|
var AccessToken16Icon_default = AccessToken16Icon;
|
|
1974
2004
|
|
|
1975
2005
|
// icons/react/Affinity16Icon.tsx
|
|
1976
|
-
import { jsx as
|
|
2006
|
+
import { jsx as jsx66, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
1977
2007
|
var Affinity16Icon = ({
|
|
1978
2008
|
title,
|
|
1979
2009
|
titleId,
|
|
1980
2010
|
...props
|
|
1981
|
-
}) => /* @__PURE__ */
|
|
2011
|
+
}) => /* @__PURE__ */ jsxs66(
|
|
1982
2012
|
"svg",
|
|
1983
2013
|
{
|
|
1984
2014
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1989,8 +2019,8 @@ var Affinity16Icon = ({
|
|
|
1989
2019
|
"aria-labelledby": titleId,
|
|
1990
2020
|
...props,
|
|
1991
2021
|
children: [
|
|
1992
|
-
title ? /* @__PURE__ */
|
|
1993
|
-
/* @__PURE__ */
|
|
2022
|
+
title ? /* @__PURE__ */ jsx66("title", { id: titleId, children: title }) : null,
|
|
2023
|
+
/* @__PURE__ */ jsx66(
|
|
1994
2024
|
"path",
|
|
1995
2025
|
{
|
|
1996
2026
|
fill: "currentColor",
|
|
@@ -2005,12 +2035,12 @@ var Affinity16Icon = ({
|
|
|
2005
2035
|
var Affinity16Icon_default = Affinity16Icon;
|
|
2006
2036
|
|
|
2007
2037
|
// icons/react/Action16Icon.tsx
|
|
2008
|
-
import { jsx as
|
|
2038
|
+
import { jsx as jsx67, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2009
2039
|
var Action16Icon = ({
|
|
2010
2040
|
title,
|
|
2011
2041
|
titleId,
|
|
2012
2042
|
...props
|
|
2013
|
-
}) => /* @__PURE__ */
|
|
2043
|
+
}) => /* @__PURE__ */ jsxs67(
|
|
2014
2044
|
"svg",
|
|
2015
2045
|
{
|
|
2016
2046
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2021,8 +2051,8 @@ var Action16Icon = ({
|
|
|
2021
2051
|
"aria-labelledby": titleId,
|
|
2022
2052
|
...props,
|
|
2023
2053
|
children: [
|
|
2024
|
-
title ? /* @__PURE__ */
|
|
2025
|
-
/* @__PURE__ */
|
|
2054
|
+
title ? /* @__PURE__ */ jsx67("title", { id: titleId, children: title }) : null,
|
|
2055
|
+
/* @__PURE__ */ jsx67(
|
|
2026
2056
|
"path",
|
|
2027
2057
|
{
|
|
2028
2058
|
fill: "currentColor",
|
|
@@ -2035,12 +2065,44 @@ var Action16Icon = ({
|
|
|
2035
2065
|
var Action16Icon_default = Action16Icon;
|
|
2036
2066
|
|
|
2037
2067
|
// icons/react/AddRoundel16Icon.tsx
|
|
2038
|
-
import { jsx as
|
|
2068
|
+
import { jsx as jsx68, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2039
2069
|
var AddRoundel16Icon = ({
|
|
2040
2070
|
title,
|
|
2041
2071
|
titleId,
|
|
2042
2072
|
...props
|
|
2043
|
-
}) => /* @__PURE__ */
|
|
2073
|
+
}) => /* @__PURE__ */ jsxs68(
|
|
2074
|
+
"svg",
|
|
2075
|
+
{
|
|
2076
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2077
|
+
width: 16,
|
|
2078
|
+
height: 16,
|
|
2079
|
+
viewBox: "0 0 16 16",
|
|
2080
|
+
role: "img",
|
|
2081
|
+
"aria-labelledby": titleId,
|
|
2082
|
+
...props,
|
|
2083
|
+
children: [
|
|
2084
|
+
title ? /* @__PURE__ */ jsx68("title", { id: titleId, children: title }) : null,
|
|
2085
|
+
/* @__PURE__ */ jsx68(
|
|
2086
|
+
"path",
|
|
2087
|
+
{
|
|
2088
|
+
fill: "currentColor",
|
|
2089
|
+
fillRule: "evenodd",
|
|
2090
|
+
d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M7 4.75A.75.75 0 0 1 7.75 4h.5a.75.75 0 0 1 .75.75V7h2.25a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-.75.75H9v2.25a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75V9H4.75A.75.75 0 0 1 4 8.25v-.5A.75.75 0 0 1 4.75 7H7z",
|
|
2091
|
+
clipRule: "evenodd"
|
|
2092
|
+
}
|
|
2093
|
+
)
|
|
2094
|
+
]
|
|
2095
|
+
}
|
|
2096
|
+
);
|
|
2097
|
+
var AddRoundel16Icon_default = AddRoundel16Icon;
|
|
2098
|
+
|
|
2099
|
+
// icons/react/Archive16Icon.tsx
|
|
2100
|
+
import { jsx as jsx69, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2101
|
+
var Archive16Icon = ({
|
|
2102
|
+
title,
|
|
2103
|
+
titleId,
|
|
2104
|
+
...props
|
|
2105
|
+
}) => /* @__PURE__ */ jsxs69(
|
|
2044
2106
|
"svg",
|
|
2045
2107
|
{
|
|
2046
2108
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2051,28 +2113,26 @@ var AddRoundel16Icon = ({
|
|
|
2051
2113
|
"aria-labelledby": titleId,
|
|
2052
2114
|
...props,
|
|
2053
2115
|
children: [
|
|
2054
|
-
title ? /* @__PURE__ */
|
|
2055
|
-
/* @__PURE__ */
|
|
2116
|
+
title ? /* @__PURE__ */ jsx69("title", { id: titleId, children: title }) : null,
|
|
2117
|
+
/* @__PURE__ */ jsx69(
|
|
2056
2118
|
"path",
|
|
2057
2119
|
{
|
|
2058
2120
|
fill: "currentColor",
|
|
2059
|
-
|
|
2060
|
-
d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14M7 4.75A.75.75 0 0 1 7.75 4h.5a.75.75 0 0 1 .75.75V7h2.25a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-.75.75H9v2.25a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75V9H4.75A.75.75 0 0 1 4 8.25v-.5A.75.75 0 0 1 4.75 7H7z",
|
|
2061
|
-
clipRule: "evenodd"
|
|
2121
|
+
d: "M14 13.25a.75.75 0 0 1-.75.75H2.75a.75.75 0 0 1-.75-.75V5h12zM5.75 6a.75.75 0 0 0-.75.75v.5c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75v-.5a.75.75 0 0 0-.75-.75zm8.5-4a.75.75 0 0 1 .75.75V4H1V2.75A.75.75 0 0 1 1.75 2z"
|
|
2062
2122
|
}
|
|
2063
2123
|
)
|
|
2064
2124
|
]
|
|
2065
2125
|
}
|
|
2066
2126
|
);
|
|
2067
|
-
var
|
|
2127
|
+
var Archive16Icon_default = Archive16Icon;
|
|
2068
2128
|
|
|
2069
2129
|
// icons/react/Calendar16Icon.tsx
|
|
2070
|
-
import { jsx as
|
|
2130
|
+
import { jsx as jsx70, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2071
2131
|
var Calendar16Icon = ({
|
|
2072
2132
|
title,
|
|
2073
2133
|
titleId,
|
|
2074
2134
|
...props
|
|
2075
|
-
}) => /* @__PURE__ */
|
|
2135
|
+
}) => /* @__PURE__ */ jsxs70(
|
|
2076
2136
|
"svg",
|
|
2077
2137
|
{
|
|
2078
2138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2083,8 +2143,8 @@ var Calendar16Icon = ({
|
|
|
2083
2143
|
"aria-labelledby": titleId,
|
|
2084
2144
|
...props,
|
|
2085
2145
|
children: [
|
|
2086
|
-
title ? /* @__PURE__ */
|
|
2087
|
-
/* @__PURE__ */
|
|
2146
|
+
title ? /* @__PURE__ */ jsx70("title", { id: titleId, children: title }) : null,
|
|
2147
|
+
/* @__PURE__ */ jsx70(
|
|
2088
2148
|
"path",
|
|
2089
2149
|
{
|
|
2090
2150
|
fill: "currentColor",
|
|
@@ -2099,8 +2159,8 @@ var Calendar16Icon = ({
|
|
|
2099
2159
|
var Calendar16Icon_default = Calendar16Icon;
|
|
2100
2160
|
|
|
2101
2161
|
// icons/react/Chat16Icon.tsx
|
|
2102
|
-
import { jsx as
|
|
2103
|
-
var Chat16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2162
|
+
import { jsx as jsx71, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2163
|
+
var Chat16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs71(
|
|
2104
2164
|
"svg",
|
|
2105
2165
|
{
|
|
2106
2166
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2111,8 +2171,8 @@ var Chat16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs69(
|
|
|
2111
2171
|
"aria-labelledby": titleId,
|
|
2112
2172
|
...props,
|
|
2113
2173
|
children: [
|
|
2114
|
-
title ? /* @__PURE__ */
|
|
2115
|
-
/* @__PURE__ */
|
|
2174
|
+
title ? /* @__PURE__ */ jsx71("title", { id: titleId, children: title }) : null,
|
|
2175
|
+
/* @__PURE__ */ jsx71(
|
|
2116
2176
|
"path",
|
|
2117
2177
|
{
|
|
2118
2178
|
fill: "currentColor",
|
|
@@ -2127,12 +2187,12 @@ var Chat16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs69(
|
|
|
2127
2187
|
var Chat16Icon_default = Chat16Icon;
|
|
2128
2188
|
|
|
2129
2189
|
// icons/react/Clipboard16Icon.tsx
|
|
2130
|
-
import { jsx as
|
|
2190
|
+
import { jsx as jsx72, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2131
2191
|
var Clipboard16Icon = ({
|
|
2132
2192
|
title,
|
|
2133
2193
|
titleId,
|
|
2134
2194
|
...props
|
|
2135
|
-
}) => /* @__PURE__ */
|
|
2195
|
+
}) => /* @__PURE__ */ jsxs72(
|
|
2136
2196
|
"svg",
|
|
2137
2197
|
{
|
|
2138
2198
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2143,8 +2203,8 @@ var Clipboard16Icon = ({
|
|
|
2143
2203
|
"aria-labelledby": titleId,
|
|
2144
2204
|
...props,
|
|
2145
2205
|
children: [
|
|
2146
|
-
title ? /* @__PURE__ */
|
|
2147
|
-
/* @__PURE__ */
|
|
2206
|
+
title ? /* @__PURE__ */ jsx72("title", { id: titleId, children: title }) : null,
|
|
2207
|
+
/* @__PURE__ */ jsx72(
|
|
2148
2208
|
"path",
|
|
2149
2209
|
{
|
|
2150
2210
|
fill: "currentColor",
|
|
@@ -2159,8 +2219,8 @@ var Clipboard16Icon = ({
|
|
|
2159
2219
|
var Clipboard16Icon_default = Clipboard16Icon;
|
|
2160
2220
|
|
|
2161
2221
|
// icons/react/Cloud16Icon.tsx
|
|
2162
|
-
import { jsx as
|
|
2163
|
-
var Cloud16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2222
|
+
import { jsx as jsx73, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2223
|
+
var Cloud16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs73(
|
|
2164
2224
|
"svg",
|
|
2165
2225
|
{
|
|
2166
2226
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2171,8 +2231,8 @@ var Cloud16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs71(
|
|
|
2171
2231
|
"aria-labelledby": titleId,
|
|
2172
2232
|
...props,
|
|
2173
2233
|
children: [
|
|
2174
|
-
title ? /* @__PURE__ */
|
|
2175
|
-
/* @__PURE__ */
|
|
2234
|
+
title ? /* @__PURE__ */ jsx73("title", { id: titleId, children: title }) : null,
|
|
2235
|
+
/* @__PURE__ */ jsx73(
|
|
2176
2236
|
"path",
|
|
2177
2237
|
{
|
|
2178
2238
|
fill: "currentColor",
|
|
@@ -2187,8 +2247,8 @@ var Cloud16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs71(
|
|
|
2187
2247
|
var Cloud16Icon_default = Cloud16Icon;
|
|
2188
2248
|
|
|
2189
2249
|
// icons/react/Close16Icon.tsx
|
|
2190
|
-
import { jsx as
|
|
2191
|
-
var Close16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2250
|
+
import { jsx as jsx74, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2251
|
+
var Close16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs74(
|
|
2192
2252
|
"svg",
|
|
2193
2253
|
{
|
|
2194
2254
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2199,8 +2259,8 @@ var Close16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs72(
|
|
|
2199
2259
|
"aria-labelledby": titleId,
|
|
2200
2260
|
...props,
|
|
2201
2261
|
children: [
|
|
2202
|
-
title ? /* @__PURE__ */
|
|
2203
|
-
/* @__PURE__ */
|
|
2262
|
+
title ? /* @__PURE__ */ jsx74("title", { id: titleId, children: title }) : null,
|
|
2263
|
+
/* @__PURE__ */ jsx74(
|
|
2204
2264
|
"path",
|
|
2205
2265
|
{
|
|
2206
2266
|
fill: "currentColor",
|
|
@@ -2215,12 +2275,12 @@ var Close16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs72(
|
|
|
2215
2275
|
var Close16Icon_default = Close16Icon;
|
|
2216
2276
|
|
|
2217
2277
|
// icons/react/Compability16Icon.tsx
|
|
2218
|
-
import { jsx as
|
|
2278
|
+
import { jsx as jsx75, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2219
2279
|
var Compability16Icon = ({
|
|
2220
2280
|
title,
|
|
2221
2281
|
titleId,
|
|
2222
2282
|
...props
|
|
2223
|
-
}) => /* @__PURE__ */
|
|
2283
|
+
}) => /* @__PURE__ */ jsxs75(
|
|
2224
2284
|
"svg",
|
|
2225
2285
|
{
|
|
2226
2286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2231,8 +2291,8 @@ var Compability16Icon = ({
|
|
|
2231
2291
|
"aria-labelledby": titleId,
|
|
2232
2292
|
...props,
|
|
2233
2293
|
children: [
|
|
2234
|
-
title ? /* @__PURE__ */
|
|
2235
|
-
/* @__PURE__ */
|
|
2294
|
+
title ? /* @__PURE__ */ jsx75("title", { id: titleId, children: title }) : null,
|
|
2295
|
+
/* @__PURE__ */ jsx75(
|
|
2236
2296
|
"path",
|
|
2237
2297
|
{
|
|
2238
2298
|
fill: "currentColor",
|
|
@@ -2247,12 +2307,12 @@ var Compability16Icon = ({
|
|
|
2247
2307
|
var Compability16Icon_default = Compability16Icon;
|
|
2248
2308
|
|
|
2249
2309
|
// icons/react/Compass16Icon.tsx
|
|
2250
|
-
import { jsx as
|
|
2310
|
+
import { jsx as jsx76, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
2251
2311
|
var Compass16Icon = ({
|
|
2252
2312
|
title,
|
|
2253
2313
|
titleId,
|
|
2254
2314
|
...props
|
|
2255
|
-
}) => /* @__PURE__ */
|
|
2315
|
+
}) => /* @__PURE__ */ jsxs76(
|
|
2256
2316
|
"svg",
|
|
2257
2317
|
{
|
|
2258
2318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2263,8 +2323,8 @@ var Compass16Icon = ({
|
|
|
2263
2323
|
"aria-labelledby": titleId,
|
|
2264
2324
|
...props,
|
|
2265
2325
|
children: [
|
|
2266
|
-
title ? /* @__PURE__ */
|
|
2267
|
-
/* @__PURE__ */
|
|
2326
|
+
title ? /* @__PURE__ */ jsx76("title", { id: titleId, children: title }) : null,
|
|
2327
|
+
/* @__PURE__ */ jsx76(
|
|
2268
2328
|
"path",
|
|
2269
2329
|
{
|
|
2270
2330
|
fill: "currentColor",
|
|
@@ -2279,12 +2339,12 @@ var Compass16Icon = ({
|
|
|
2279
2339
|
var Compass16Icon_default = Compass16Icon;
|
|
2280
2340
|
|
|
2281
2341
|
// icons/react/Contrast16Icon.tsx
|
|
2282
|
-
import { jsx as
|
|
2342
|
+
import { jsx as jsx77, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
2283
2343
|
var Contrast16Icon = ({
|
|
2284
2344
|
title,
|
|
2285
2345
|
titleId,
|
|
2286
2346
|
...props
|
|
2287
|
-
}) => /* @__PURE__ */
|
|
2347
|
+
}) => /* @__PURE__ */ jsxs77(
|
|
2288
2348
|
"svg",
|
|
2289
2349
|
{
|
|
2290
2350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2295,8 +2355,8 @@ var Contrast16Icon = ({
|
|
|
2295
2355
|
"aria-labelledby": titleId,
|
|
2296
2356
|
...props,
|
|
2297
2357
|
children: [
|
|
2298
|
-
title ? /* @__PURE__ */
|
|
2299
|
-
/* @__PURE__ */
|
|
2358
|
+
title ? /* @__PURE__ */ jsx77("title", { id: titleId, children: title }) : null,
|
|
2359
|
+
/* @__PURE__ */ jsx77(
|
|
2300
2360
|
"path",
|
|
2301
2361
|
{
|
|
2302
2362
|
fill: "currentColor",
|
|
@@ -2311,8 +2371,8 @@ var Contrast16Icon = ({
|
|
|
2311
2371
|
var Contrast16Icon_default = Contrast16Icon;
|
|
2312
2372
|
|
|
2313
2373
|
// icons/react/Cpu16Icon.tsx
|
|
2314
|
-
import { jsx as
|
|
2315
|
-
var Cpu16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2374
|
+
import { jsx as jsx78, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
2375
|
+
var Cpu16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs78(
|
|
2316
2376
|
"svg",
|
|
2317
2377
|
{
|
|
2318
2378
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2323,8 +2383,8 @@ var Cpu16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs76(
|
|
|
2323
2383
|
"aria-labelledby": titleId,
|
|
2324
2384
|
...props,
|
|
2325
2385
|
children: [
|
|
2326
|
-
title ? /* @__PURE__ */
|
|
2327
|
-
/* @__PURE__ */
|
|
2386
|
+
title ? /* @__PURE__ */ jsx78("title", { id: titleId, children: title }) : null,
|
|
2387
|
+
/* @__PURE__ */ jsx78(
|
|
2328
2388
|
"path",
|
|
2329
2389
|
{
|
|
2330
2390
|
fill: "currentColor",
|
|
@@ -2339,12 +2399,12 @@ var Cpu16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs76(
|
|
|
2339
2399
|
var Cpu16Icon_default = Cpu16Icon;
|
|
2340
2400
|
|
|
2341
2401
|
// icons/react/Delete16Icon.tsx
|
|
2342
|
-
import { jsx as
|
|
2402
|
+
import { jsx as jsx79, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
2343
2403
|
var Delete16Icon = ({
|
|
2344
2404
|
title,
|
|
2345
2405
|
titleId,
|
|
2346
2406
|
...props
|
|
2347
|
-
}) => /* @__PURE__ */
|
|
2407
|
+
}) => /* @__PURE__ */ jsxs79(
|
|
2348
2408
|
"svg",
|
|
2349
2409
|
{
|
|
2350
2410
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2355,8 +2415,8 @@ var Delete16Icon = ({
|
|
|
2355
2415
|
"aria-labelledby": titleId,
|
|
2356
2416
|
...props,
|
|
2357
2417
|
children: [
|
|
2358
|
-
title ? /* @__PURE__ */
|
|
2359
|
-
/* @__PURE__ */
|
|
2418
|
+
title ? /* @__PURE__ */ jsx79("title", { id: titleId, children: title }) : null,
|
|
2419
|
+
/* @__PURE__ */ jsx79(
|
|
2360
2420
|
"path",
|
|
2361
2421
|
{
|
|
2362
2422
|
fill: "currentColor",
|
|
@@ -2371,12 +2431,12 @@ var Delete16Icon = ({
|
|
|
2371
2431
|
var Delete16Icon_default = Delete16Icon;
|
|
2372
2432
|
|
|
2373
2433
|
// icons/react/Dislike16Icon.tsx
|
|
2374
|
-
import { jsx as
|
|
2434
|
+
import { jsx as jsx80, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
2375
2435
|
var Dislike16Icon = ({
|
|
2376
2436
|
title,
|
|
2377
2437
|
titleId,
|
|
2378
2438
|
...props
|
|
2379
|
-
}) => /* @__PURE__ */
|
|
2439
|
+
}) => /* @__PURE__ */ jsxs80(
|
|
2380
2440
|
"svg",
|
|
2381
2441
|
{
|
|
2382
2442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2387,8 +2447,8 @@ var Dislike16Icon = ({
|
|
|
2387
2447
|
"aria-labelledby": titleId,
|
|
2388
2448
|
...props,
|
|
2389
2449
|
children: [
|
|
2390
|
-
title ? /* @__PURE__ */
|
|
2391
|
-
/* @__PURE__ */
|
|
2450
|
+
title ? /* @__PURE__ */ jsx80("title", { id: titleId, children: title }) : null,
|
|
2451
|
+
/* @__PURE__ */ jsx80(
|
|
2392
2452
|
"path",
|
|
2393
2453
|
{
|
|
2394
2454
|
fill: "currentColor",
|
|
@@ -2403,12 +2463,12 @@ var Dislike16Icon = ({
|
|
|
2403
2463
|
var Dislike16Icon_default = Dislike16Icon;
|
|
2404
2464
|
|
|
2405
2465
|
// icons/react/Document16Icon.tsx
|
|
2406
|
-
import { jsx as
|
|
2466
|
+
import { jsx as jsx81, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
2407
2467
|
var Document16Icon = ({
|
|
2408
2468
|
title,
|
|
2409
2469
|
titleId,
|
|
2410
2470
|
...props
|
|
2411
|
-
}) => /* @__PURE__ */
|
|
2471
|
+
}) => /* @__PURE__ */ jsxs81(
|
|
2412
2472
|
"svg",
|
|
2413
2473
|
{
|
|
2414
2474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2419,8 +2479,8 @@ var Document16Icon = ({
|
|
|
2419
2479
|
"aria-labelledby": titleId,
|
|
2420
2480
|
...props,
|
|
2421
2481
|
children: [
|
|
2422
|
-
title ? /* @__PURE__ */
|
|
2423
|
-
/* @__PURE__ */
|
|
2482
|
+
title ? /* @__PURE__ */ jsx81("title", { id: titleId, children: title }) : null,
|
|
2483
|
+
/* @__PURE__ */ jsx81(
|
|
2424
2484
|
"path",
|
|
2425
2485
|
{
|
|
2426
2486
|
fill: "currentColor",
|
|
@@ -2433,12 +2493,12 @@ var Document16Icon = ({
|
|
|
2433
2493
|
var Document16Icon_default = Document16Icon;
|
|
2434
2494
|
|
|
2435
2495
|
// icons/react/DocumentApi16Icon.tsx
|
|
2436
|
-
import { jsx as
|
|
2496
|
+
import { jsx as jsx82, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
2437
2497
|
var DocumentApi16Icon = ({
|
|
2438
2498
|
title,
|
|
2439
2499
|
titleId,
|
|
2440
2500
|
...props
|
|
2441
|
-
}) => /* @__PURE__ */
|
|
2501
|
+
}) => /* @__PURE__ */ jsxs82(
|
|
2442
2502
|
"svg",
|
|
2443
2503
|
{
|
|
2444
2504
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2449,8 +2509,8 @@ var DocumentApi16Icon = ({
|
|
|
2449
2509
|
"aria-labelledby": titleId,
|
|
2450
2510
|
...props,
|
|
2451
2511
|
children: [
|
|
2452
|
-
title ? /* @__PURE__ */
|
|
2453
|
-
/* @__PURE__ */
|
|
2512
|
+
title ? /* @__PURE__ */ jsx82("title", { id: titleId, children: title }) : null,
|
|
2513
|
+
/* @__PURE__ */ jsx82(
|
|
2454
2514
|
"path",
|
|
2455
2515
|
{
|
|
2456
2516
|
fill: "currentColor",
|
|
@@ -2465,8 +2525,8 @@ var DocumentApi16Icon = ({
|
|
|
2465
2525
|
var DocumentApi16Icon_default = DocumentApi16Icon;
|
|
2466
2526
|
|
|
2467
2527
|
// icons/react/Dots16Icon.tsx
|
|
2468
|
-
import { jsx as
|
|
2469
|
-
var Dots16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2528
|
+
import { jsx as jsx83, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
2529
|
+
var Dots16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs83(
|
|
2470
2530
|
"svg",
|
|
2471
2531
|
{
|
|
2472
2532
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2477,8 +2537,8 @@ var Dots16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs81(
|
|
|
2477
2537
|
"aria-labelledby": titleId,
|
|
2478
2538
|
...props,
|
|
2479
2539
|
children: [
|
|
2480
|
-
title ? /* @__PURE__ */
|
|
2481
|
-
/* @__PURE__ */
|
|
2540
|
+
title ? /* @__PURE__ */ jsx83("title", { id: titleId, children: title }) : null,
|
|
2541
|
+
/* @__PURE__ */ jsx83(
|
|
2482
2542
|
"path",
|
|
2483
2543
|
{
|
|
2484
2544
|
fill: "currentColor",
|
|
@@ -2493,12 +2553,12 @@ var Dots16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs81(
|
|
|
2493
2553
|
var Dots16Icon_default = Dots16Icon;
|
|
2494
2554
|
|
|
2495
2555
|
// icons/react/DownloadRoundel16Icon.tsx
|
|
2496
|
-
import { jsx as
|
|
2556
|
+
import { jsx as jsx84, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
2497
2557
|
var DownloadRoundel16Icon = ({
|
|
2498
2558
|
title,
|
|
2499
2559
|
titleId,
|
|
2500
2560
|
...props
|
|
2501
|
-
}) => /* @__PURE__ */
|
|
2561
|
+
}) => /* @__PURE__ */ jsxs84(
|
|
2502
2562
|
"svg",
|
|
2503
2563
|
{
|
|
2504
2564
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2509,8 +2569,8 @@ var DownloadRoundel16Icon = ({
|
|
|
2509
2569
|
"aria-labelledby": titleId,
|
|
2510
2570
|
...props,
|
|
2511
2571
|
children: [
|
|
2512
|
-
title ? /* @__PURE__ */
|
|
2513
|
-
/* @__PURE__ */
|
|
2572
|
+
title ? /* @__PURE__ */ jsx84("title", { id: titleId, children: title }) : null,
|
|
2573
|
+
/* @__PURE__ */ jsx84(
|
|
2514
2574
|
"path",
|
|
2515
2575
|
{
|
|
2516
2576
|
fill: "currentColor",
|
|
@@ -2525,8 +2585,8 @@ var DownloadRoundel16Icon = ({
|
|
|
2525
2585
|
var DownloadRoundel16Icon_default = DownloadRoundel16Icon;
|
|
2526
2586
|
|
|
2527
2587
|
// icons/react/Edit16Icon.tsx
|
|
2528
|
-
import { jsx as
|
|
2529
|
-
var Edit16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2588
|
+
import { jsx as jsx85, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
2589
|
+
var Edit16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs85(
|
|
2530
2590
|
"svg",
|
|
2531
2591
|
{
|
|
2532
2592
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2537,8 +2597,8 @@ var Edit16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs83(
|
|
|
2537
2597
|
"aria-labelledby": titleId,
|
|
2538
2598
|
...props,
|
|
2539
2599
|
children: [
|
|
2540
|
-
title ? /* @__PURE__ */
|
|
2541
|
-
/* @__PURE__ */
|
|
2600
|
+
title ? /* @__PURE__ */ jsx85("title", { id: titleId, children: title }) : null,
|
|
2601
|
+
/* @__PURE__ */ jsx85(
|
|
2542
2602
|
"path",
|
|
2543
2603
|
{
|
|
2544
2604
|
fill: "currentColor",
|
|
@@ -2553,8 +2613,8 @@ var Edit16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs83(
|
|
|
2553
2613
|
var Edit16Icon_default = Edit16Icon;
|
|
2554
2614
|
|
|
2555
2615
|
// icons/react/Email16Icon.tsx
|
|
2556
|
-
import { jsx as
|
|
2557
|
-
var Email16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2616
|
+
import { jsx as jsx86, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
2617
|
+
var Email16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs86(
|
|
2558
2618
|
"svg",
|
|
2559
2619
|
{
|
|
2560
2620
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2565,8 +2625,8 @@ var Email16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs84(
|
|
|
2565
2625
|
"aria-labelledby": titleId,
|
|
2566
2626
|
...props,
|
|
2567
2627
|
children: [
|
|
2568
|
-
title ? /* @__PURE__ */
|
|
2569
|
-
/* @__PURE__ */
|
|
2628
|
+
title ? /* @__PURE__ */ jsx86("title", { id: titleId, children: title }) : null,
|
|
2629
|
+
/* @__PURE__ */ jsx86(
|
|
2570
2630
|
"path",
|
|
2571
2631
|
{
|
|
2572
2632
|
fill: "currentColor",
|
|
@@ -2581,8 +2641,8 @@ var Email16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs84(
|
|
|
2581
2641
|
var Email16Icon_default = Email16Icon;
|
|
2582
2642
|
|
|
2583
2643
|
// icons/react/Error16Icon.tsx
|
|
2584
|
-
import { jsx as
|
|
2585
|
-
var Error16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2644
|
+
import { jsx as jsx87, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
2645
|
+
var Error16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs87(
|
|
2586
2646
|
"svg",
|
|
2587
2647
|
{
|
|
2588
2648
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2593,8 +2653,8 @@ var Error16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs85(
|
|
|
2593
2653
|
"aria-labelledby": titleId,
|
|
2594
2654
|
...props,
|
|
2595
2655
|
children: [
|
|
2596
|
-
title ? /* @__PURE__ */
|
|
2597
|
-
/* @__PURE__ */
|
|
2656
|
+
title ? /* @__PURE__ */ jsx87("title", { id: titleId, children: title }) : null,
|
|
2657
|
+
/* @__PURE__ */ jsx87(
|
|
2598
2658
|
"path",
|
|
2599
2659
|
{
|
|
2600
2660
|
fill: "currentColor",
|
|
@@ -2609,12 +2669,12 @@ var Error16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs85(
|
|
|
2609
2669
|
var Error16Icon_default = Error16Icon;
|
|
2610
2670
|
|
|
2611
2671
|
// icons/react/Filter16Icon.tsx
|
|
2612
|
-
import { jsx as
|
|
2672
|
+
import { jsx as jsx88, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
2613
2673
|
var Filter16Icon = ({
|
|
2614
2674
|
title,
|
|
2615
2675
|
titleId,
|
|
2616
2676
|
...props
|
|
2617
|
-
}) => /* @__PURE__ */
|
|
2677
|
+
}) => /* @__PURE__ */ jsxs88(
|
|
2618
2678
|
"svg",
|
|
2619
2679
|
{
|
|
2620
2680
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2625,8 +2685,8 @@ var Filter16Icon = ({
|
|
|
2625
2685
|
"aria-labelledby": titleId,
|
|
2626
2686
|
...props,
|
|
2627
2687
|
children: [
|
|
2628
|
-
title ? /* @__PURE__ */
|
|
2629
|
-
/* @__PURE__ */
|
|
2688
|
+
title ? /* @__PURE__ */ jsx88("title", { id: titleId, children: title }) : null,
|
|
2689
|
+
/* @__PURE__ */ jsx88(
|
|
2630
2690
|
"path",
|
|
2631
2691
|
{
|
|
2632
2692
|
fill: "currentColor",
|
|
@@ -2641,12 +2701,12 @@ var Filter16Icon = ({
|
|
|
2641
2701
|
var Filter16Icon_default = Filter16Icon;
|
|
2642
2702
|
|
|
2643
2703
|
// icons/react/Firewall16Icon.tsx
|
|
2644
|
-
import { jsx as
|
|
2704
|
+
import { jsx as jsx89, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
2645
2705
|
var Firewall16Icon = ({
|
|
2646
2706
|
title,
|
|
2647
2707
|
titleId,
|
|
2648
2708
|
...props
|
|
2649
|
-
}) => /* @__PURE__ */
|
|
2709
|
+
}) => /* @__PURE__ */ jsxs89(
|
|
2650
2710
|
"svg",
|
|
2651
2711
|
{
|
|
2652
2712
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2657,8 +2717,8 @@ var Firewall16Icon = ({
|
|
|
2657
2717
|
"aria-labelledby": titleId,
|
|
2658
2718
|
...props,
|
|
2659
2719
|
children: [
|
|
2660
|
-
title ? /* @__PURE__ */
|
|
2661
|
-
/* @__PURE__ */
|
|
2720
|
+
title ? /* @__PURE__ */ jsx89("title", { id: titleId, children: title }) : null,
|
|
2721
|
+
/* @__PURE__ */ jsx89(
|
|
2662
2722
|
"path",
|
|
2663
2723
|
{
|
|
2664
2724
|
fill: "currentColor",
|
|
@@ -2673,12 +2733,12 @@ var Firewall16Icon = ({
|
|
|
2673
2733
|
var Firewall16Icon_default = Firewall16Icon;
|
|
2674
2734
|
|
|
2675
2735
|
// icons/react/Folder16Icon.tsx
|
|
2676
|
-
import { jsx as
|
|
2736
|
+
import { jsx as jsx90, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
2677
2737
|
var Folder16Icon = ({
|
|
2678
2738
|
title,
|
|
2679
2739
|
titleId,
|
|
2680
2740
|
...props
|
|
2681
|
-
}) => /* @__PURE__ */
|
|
2741
|
+
}) => /* @__PURE__ */ jsxs90(
|
|
2682
2742
|
"svg",
|
|
2683
2743
|
{
|
|
2684
2744
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2689,8 +2749,8 @@ var Folder16Icon = ({
|
|
|
2689
2749
|
"aria-labelledby": titleId,
|
|
2690
2750
|
...props,
|
|
2691
2751
|
children: [
|
|
2692
|
-
title ? /* @__PURE__ */
|
|
2693
|
-
/* @__PURE__ */
|
|
2752
|
+
title ? /* @__PURE__ */ jsx90("title", { id: titleId, children: title }) : null,
|
|
2753
|
+
/* @__PURE__ */ jsx90(
|
|
2694
2754
|
"path",
|
|
2695
2755
|
{
|
|
2696
2756
|
fill: "currentColor",
|
|
@@ -2705,12 +2765,12 @@ var Folder16Icon = ({
|
|
|
2705
2765
|
var Folder16Icon_default = Folder16Icon;
|
|
2706
2766
|
|
|
2707
2767
|
// icons/react/Gateway16Icon.tsx
|
|
2708
|
-
import { jsx as
|
|
2768
|
+
import { jsx as jsx91, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
2709
2769
|
var Gateway16Icon = ({
|
|
2710
2770
|
title,
|
|
2711
2771
|
titleId,
|
|
2712
2772
|
...props
|
|
2713
|
-
}) => /* @__PURE__ */
|
|
2773
|
+
}) => /* @__PURE__ */ jsxs91(
|
|
2714
2774
|
"svg",
|
|
2715
2775
|
{
|
|
2716
2776
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2721,8 +2781,8 @@ var Gateway16Icon = ({
|
|
|
2721
2781
|
"aria-labelledby": titleId,
|
|
2722
2782
|
...props,
|
|
2723
2783
|
children: [
|
|
2724
|
-
title ? /* @__PURE__ */
|
|
2725
|
-
/* @__PURE__ */
|
|
2784
|
+
title ? /* @__PURE__ */ jsx91("title", { id: titleId, children: title }) : null,
|
|
2785
|
+
/* @__PURE__ */ jsx91(
|
|
2726
2786
|
"path",
|
|
2727
2787
|
{
|
|
2728
2788
|
fill: "currentColor",
|
|
@@ -2737,8 +2797,8 @@ var Gateway16Icon = ({
|
|
|
2737
2797
|
var Gateway16Icon_default = Gateway16Icon;
|
|
2738
2798
|
|
|
2739
2799
|
// icons/react/Heart16Icon.tsx
|
|
2740
|
-
import { jsx as
|
|
2741
|
-
var Heart16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2800
|
+
import { jsx as jsx92, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
2801
|
+
var Heart16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs92(
|
|
2742
2802
|
"svg",
|
|
2743
2803
|
{
|
|
2744
2804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2749,8 +2809,8 @@ var Heart16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs90(
|
|
|
2749
2809
|
"aria-labelledby": titleId,
|
|
2750
2810
|
...props,
|
|
2751
2811
|
children: [
|
|
2752
|
-
title ? /* @__PURE__ */
|
|
2753
|
-
/* @__PURE__ */
|
|
2812
|
+
title ? /* @__PURE__ */ jsx92("title", { id: titleId, children: title }) : null,
|
|
2813
|
+
/* @__PURE__ */ jsx92(
|
|
2754
2814
|
"path",
|
|
2755
2815
|
{
|
|
2756
2816
|
fill: "currentColor",
|
|
@@ -2763,8 +2823,8 @@ var Heart16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs90(
|
|
|
2763
2823
|
var Heart16Icon_default = Heart16Icon;
|
|
2764
2824
|
|
|
2765
2825
|
// icons/react/Hide16Icon.tsx
|
|
2766
|
-
import { jsx as
|
|
2767
|
-
var Hide16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2826
|
+
import { jsx as jsx93, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
2827
|
+
var Hide16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs93(
|
|
2768
2828
|
"svg",
|
|
2769
2829
|
{
|
|
2770
2830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2775,8 +2835,8 @@ var Hide16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs91(
|
|
|
2775
2835
|
"aria-labelledby": titleId,
|
|
2776
2836
|
...props,
|
|
2777
2837
|
children: [
|
|
2778
|
-
title ? /* @__PURE__ */
|
|
2779
|
-
/* @__PURE__ */
|
|
2838
|
+
title ? /* @__PURE__ */ jsx93("title", { id: titleId, children: title }) : null,
|
|
2839
|
+
/* @__PURE__ */ jsx93(
|
|
2780
2840
|
"path",
|
|
2781
2841
|
{
|
|
2782
2842
|
fill: "currentColor",
|
|
@@ -2791,12 +2851,12 @@ var Hide16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs91(
|
|
|
2791
2851
|
var Hide16Icon_default = Hide16Icon;
|
|
2792
2852
|
|
|
2793
2853
|
// icons/react/Hourglass16Icon.tsx
|
|
2794
|
-
import { jsx as
|
|
2854
|
+
import { jsx as jsx94, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
2795
2855
|
var Hourglass16Icon = ({
|
|
2796
2856
|
title,
|
|
2797
2857
|
titleId,
|
|
2798
2858
|
...props
|
|
2799
|
-
}) => /* @__PURE__ */
|
|
2859
|
+
}) => /* @__PURE__ */ jsxs94(
|
|
2800
2860
|
"svg",
|
|
2801
2861
|
{
|
|
2802
2862
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2807,8 +2867,8 @@ var Hourglass16Icon = ({
|
|
|
2807
2867
|
"aria-labelledby": titleId,
|
|
2808
2868
|
...props,
|
|
2809
2869
|
children: [
|
|
2810
|
-
title ? /* @__PURE__ */
|
|
2811
|
-
/* @__PURE__ */
|
|
2870
|
+
title ? /* @__PURE__ */ jsx94("title", { id: titleId, children: title }) : null,
|
|
2871
|
+
/* @__PURE__ */ jsx94(
|
|
2812
2872
|
"path",
|
|
2813
2873
|
{
|
|
2814
2874
|
fill: "currentColor",
|
|
@@ -2823,12 +2883,12 @@ var Hourglass16Icon = ({
|
|
|
2823
2883
|
var Hourglass16Icon_default = Hourglass16Icon;
|
|
2824
2884
|
|
|
2825
2885
|
// icons/react/Images16Icon.tsx
|
|
2826
|
-
import { jsx as
|
|
2886
|
+
import { jsx as jsx95, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
2827
2887
|
var Images16Icon = ({
|
|
2828
2888
|
title,
|
|
2829
2889
|
titleId,
|
|
2830
2890
|
...props
|
|
2831
|
-
}) => /* @__PURE__ */
|
|
2891
|
+
}) => /* @__PURE__ */ jsxs95(
|
|
2832
2892
|
"svg",
|
|
2833
2893
|
{
|
|
2834
2894
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2839,16 +2899,16 @@ var Images16Icon = ({
|
|
|
2839
2899
|
"aria-labelledby": titleId,
|
|
2840
2900
|
...props,
|
|
2841
2901
|
children: [
|
|
2842
|
-
title ? /* @__PURE__ */
|
|
2843
|
-
/* @__PURE__ */
|
|
2902
|
+
title ? /* @__PURE__ */ jsx95("title", { id: titleId, children: title }) : null,
|
|
2903
|
+
/* @__PURE__ */ jsx95("g", { fill: "currentColor", children: /* @__PURE__ */ jsx95("path", { d: "M1.523 5.312A.375.375 0 0 0 1 5.657v5.808a.75.75 0 0 0 .451.688l5.024 2.184A.375.375 0 0 0 7 13.993V8.154a.75.75 0 0 0-.455-.69zM9 13.993c0 .27.277.452.525.344l5.024-2.184a.75.75 0 0 0 .451-.688V5.657c0-.27-.275-.451-.523-.345L9.455 7.465A.75.75 0 0 0 9 8.154zM12.891 3.816a.375.375 0 0 0 .002-.689L8.299 1.13a.75.75 0 0 0-.598 0L3.107 3.127c-.301.131-.3.56.002.689l4.596 1.97a.75.75 0 0 0 .59 0z" }) })
|
|
2844
2904
|
]
|
|
2845
2905
|
}
|
|
2846
2906
|
);
|
|
2847
2907
|
var Images16Icon_default = Images16Icon;
|
|
2848
2908
|
|
|
2849
2909
|
// icons/react/Info16Icon.tsx
|
|
2850
|
-
import { jsx as
|
|
2851
|
-
var Info16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
2910
|
+
import { jsx as jsx96, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
2911
|
+
var Info16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs96(
|
|
2852
2912
|
"svg",
|
|
2853
2913
|
{
|
|
2854
2914
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2859,8 +2919,8 @@ var Info16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs94(
|
|
|
2859
2919
|
"aria-labelledby": titleId,
|
|
2860
2920
|
...props,
|
|
2861
2921
|
children: [
|
|
2862
|
-
title ? /* @__PURE__ */
|
|
2863
|
-
/* @__PURE__ */
|
|
2922
|
+
title ? /* @__PURE__ */ jsx96("title", { id: titleId, children: title }) : null,
|
|
2923
|
+
/* @__PURE__ */ jsx96(
|
|
2864
2924
|
"path",
|
|
2865
2925
|
{
|
|
2866
2926
|
fill: "currentColor",
|
|
@@ -2875,12 +2935,12 @@ var Info16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs94(
|
|
|
2875
2935
|
var Info16Icon_default = Info16Icon;
|
|
2876
2936
|
|
|
2877
2937
|
// icons/react/Instances16Icon.tsx
|
|
2878
|
-
import { jsx as
|
|
2938
|
+
import { jsx as jsx97, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
2879
2939
|
var Instances16Icon = ({
|
|
2880
2940
|
title,
|
|
2881
2941
|
titleId,
|
|
2882
2942
|
...props
|
|
2883
|
-
}) => /* @__PURE__ */
|
|
2943
|
+
}) => /* @__PURE__ */ jsxs97(
|
|
2884
2944
|
"svg",
|
|
2885
2945
|
{
|
|
2886
2946
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2891,8 +2951,8 @@ var Instances16Icon = ({
|
|
|
2891
2951
|
"aria-labelledby": titleId,
|
|
2892
2952
|
...props,
|
|
2893
2953
|
children: [
|
|
2894
|
-
title ? /* @__PURE__ */
|
|
2895
|
-
/* @__PURE__ */
|
|
2954
|
+
title ? /* @__PURE__ */ jsx97("title", { id: titleId, children: title }) : null,
|
|
2955
|
+
/* @__PURE__ */ jsx97(
|
|
2896
2956
|
"path",
|
|
2897
2957
|
{
|
|
2898
2958
|
fill: "currentColor",
|
|
@@ -2907,12 +2967,12 @@ var Instances16Icon = ({
|
|
|
2907
2967
|
var Instances16Icon_default = Instances16Icon;
|
|
2908
2968
|
|
|
2909
2969
|
// icons/react/Integration16Icon.tsx
|
|
2910
|
-
import { jsx as
|
|
2970
|
+
import { jsx as jsx98, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
2911
2971
|
var Integration16Icon = ({
|
|
2912
2972
|
title,
|
|
2913
2973
|
titleId,
|
|
2914
2974
|
...props
|
|
2915
|
-
}) => /* @__PURE__ */
|
|
2975
|
+
}) => /* @__PURE__ */ jsxs98(
|
|
2916
2976
|
"svg",
|
|
2917
2977
|
{
|
|
2918
2978
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2923,8 +2983,8 @@ var Integration16Icon = ({
|
|
|
2923
2983
|
"aria-labelledby": titleId,
|
|
2924
2984
|
...props,
|
|
2925
2985
|
children: [
|
|
2926
|
-
title ? /* @__PURE__ */
|
|
2927
|
-
/* @__PURE__ */
|
|
2986
|
+
title ? /* @__PURE__ */ jsx98("title", { id: titleId, children: title }) : null,
|
|
2987
|
+
/* @__PURE__ */ jsx98(
|
|
2928
2988
|
"path",
|
|
2929
2989
|
{
|
|
2930
2990
|
fill: "currentColor",
|
|
@@ -2939,12 +2999,12 @@ var Integration16Icon = ({
|
|
|
2939
2999
|
var Integration16Icon_default = Integration16Icon;
|
|
2940
3000
|
|
|
2941
3001
|
// icons/react/IpGlobal16Icon.tsx
|
|
2942
|
-
import { jsx as
|
|
3002
|
+
import { jsx as jsx99, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
2943
3003
|
var IpGlobal16Icon = ({
|
|
2944
3004
|
title,
|
|
2945
3005
|
titleId,
|
|
2946
3006
|
...props
|
|
2947
|
-
}) => /* @__PURE__ */
|
|
3007
|
+
}) => /* @__PURE__ */ jsxs99(
|
|
2948
3008
|
"svg",
|
|
2949
3009
|
{
|
|
2950
3010
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2955,8 +3015,8 @@ var IpGlobal16Icon = ({
|
|
|
2955
3015
|
"aria-labelledby": titleId,
|
|
2956
3016
|
...props,
|
|
2957
3017
|
children: [
|
|
2958
|
-
title ? /* @__PURE__ */
|
|
2959
|
-
/* @__PURE__ */
|
|
3018
|
+
title ? /* @__PURE__ */ jsx99("title", { id: titleId, children: title }) : null,
|
|
3019
|
+
/* @__PURE__ */ jsx99(
|
|
2960
3020
|
"path",
|
|
2961
3021
|
{
|
|
2962
3022
|
fill: "currentColor",
|
|
@@ -2971,12 +3031,12 @@ var IpGlobal16Icon = ({
|
|
|
2971
3031
|
var IpGlobal16Icon_default = IpGlobal16Icon;
|
|
2972
3032
|
|
|
2973
3033
|
// icons/react/IpLocal16Icon.tsx
|
|
2974
|
-
import { jsx as
|
|
3034
|
+
import { jsx as jsx100, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
2975
3035
|
var IpLocal16Icon = ({
|
|
2976
3036
|
title,
|
|
2977
3037
|
titleId,
|
|
2978
3038
|
...props
|
|
2979
|
-
}) => /* @__PURE__ */
|
|
3039
|
+
}) => /* @__PURE__ */ jsxs100(
|
|
2980
3040
|
"svg",
|
|
2981
3041
|
{
|
|
2982
3042
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2987,8 +3047,8 @@ var IpLocal16Icon = ({
|
|
|
2987
3047
|
"aria-labelledby": titleId,
|
|
2988
3048
|
...props,
|
|
2989
3049
|
children: [
|
|
2990
|
-
title ? /* @__PURE__ */
|
|
2991
|
-
/* @__PURE__ */
|
|
3050
|
+
title ? /* @__PURE__ */ jsx100("title", { id: titleId, children: title }) : null,
|
|
3051
|
+
/* @__PURE__ */ jsx100(
|
|
2992
3052
|
"path",
|
|
2993
3053
|
{
|
|
2994
3054
|
fill: "currentColor",
|
|
@@ -3003,12 +3063,12 @@ var IpLocal16Icon = ({
|
|
|
3003
3063
|
var IpLocal16Icon_default = IpLocal16Icon;
|
|
3004
3064
|
|
|
3005
3065
|
// icons/react/Issues16Icon.tsx
|
|
3006
|
-
import { jsx as
|
|
3066
|
+
import { jsx as jsx101, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
3007
3067
|
var Issues16Icon = ({
|
|
3008
3068
|
title,
|
|
3009
3069
|
titleId,
|
|
3010
3070
|
...props
|
|
3011
|
-
}) => /* @__PURE__ */
|
|
3071
|
+
}) => /* @__PURE__ */ jsxs101(
|
|
3012
3072
|
"svg",
|
|
3013
3073
|
{
|
|
3014
3074
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3019,8 +3079,8 @@ var Issues16Icon = ({
|
|
|
3019
3079
|
"aria-labelledby": titleId,
|
|
3020
3080
|
...props,
|
|
3021
3081
|
children: [
|
|
3022
|
-
title ? /* @__PURE__ */
|
|
3023
|
-
/* @__PURE__ */
|
|
3082
|
+
title ? /* @__PURE__ */ jsx101("title", { id: titleId, children: title }) : null,
|
|
3083
|
+
/* @__PURE__ */ jsx101(
|
|
3024
3084
|
"path",
|
|
3025
3085
|
{
|
|
3026
3086
|
fill: "currentColor",
|
|
@@ -3035,8 +3095,8 @@ var Issues16Icon = ({
|
|
|
3035
3095
|
var Issues16Icon_default = Issues16Icon;
|
|
3036
3096
|
|
|
3037
3097
|
// icons/react/Key16Icon.tsx
|
|
3038
|
-
import { jsx as
|
|
3039
|
-
var Key16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3098
|
+
import { jsx as jsx102, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
3099
|
+
var Key16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs102(
|
|
3040
3100
|
"svg",
|
|
3041
3101
|
{
|
|
3042
3102
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3047,8 +3107,8 @@ var Key16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs100(
|
|
|
3047
3107
|
"aria-labelledby": titleId,
|
|
3048
3108
|
...props,
|
|
3049
3109
|
children: [
|
|
3050
|
-
title ? /* @__PURE__ */
|
|
3051
|
-
/* @__PURE__ */
|
|
3110
|
+
title ? /* @__PURE__ */ jsx102("title", { id: titleId, children: title }) : null,
|
|
3111
|
+
/* @__PURE__ */ jsx102(
|
|
3052
3112
|
"path",
|
|
3053
3113
|
{
|
|
3054
3114
|
fill: "currentColor",
|
|
@@ -3063,8 +3123,8 @@ var Key16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs100(
|
|
|
3063
3123
|
var Key16Icon_default = Key16Icon;
|
|
3064
3124
|
|
|
3065
3125
|
// icons/react/Like16Icon.tsx
|
|
3066
|
-
import { jsx as
|
|
3067
|
-
var Like16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3126
|
+
import { jsx as jsx103, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
3127
|
+
var Like16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs103(
|
|
3068
3128
|
"svg",
|
|
3069
3129
|
{
|
|
3070
3130
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3075,8 +3135,8 @@ var Like16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs101(
|
|
|
3075
3135
|
"aria-labelledby": titleId,
|
|
3076
3136
|
...props,
|
|
3077
3137
|
children: [
|
|
3078
|
-
title ? /* @__PURE__ */
|
|
3079
|
-
/* @__PURE__ */
|
|
3138
|
+
title ? /* @__PURE__ */ jsx103("title", { id: titleId, children: title }) : null,
|
|
3139
|
+
/* @__PURE__ */ jsx103(
|
|
3080
3140
|
"path",
|
|
3081
3141
|
{
|
|
3082
3142
|
fill: "currentColor",
|
|
@@ -3091,8 +3151,8 @@ var Like16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs101(
|
|
|
3091
3151
|
var Like16Icon_default = Like16Icon;
|
|
3092
3152
|
|
|
3093
3153
|
// icons/react/Link16Icon.tsx
|
|
3094
|
-
import { jsx as
|
|
3095
|
-
var Link16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3154
|
+
import { jsx as jsx104, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
3155
|
+
var Link16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs104(
|
|
3096
3156
|
"svg",
|
|
3097
3157
|
{
|
|
3098
3158
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3103,10 +3163,10 @@ var Link16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs102(
|
|
|
3103
3163
|
"aria-labelledby": titleId,
|
|
3104
3164
|
...props,
|
|
3105
3165
|
children: [
|
|
3106
|
-
title ? /* @__PURE__ */
|
|
3107
|
-
/* @__PURE__ */
|
|
3108
|
-
/* @__PURE__ */
|
|
3109
|
-
/* @__PURE__ */
|
|
3166
|
+
title ? /* @__PURE__ */ jsx104("title", { id: titleId, children: title }) : null,
|
|
3167
|
+
/* @__PURE__ */ jsxs104("g", { fill: "currentColor", children: [
|
|
3168
|
+
/* @__PURE__ */ jsx104("path", { d: "m6.586 12.243 1.59-1.591a.75.75 0 0 1 1.061 0l.354.353a.75.75 0 0 1 0 1.06L8 13.658A4 4 0 0 1 2.343 8l1.591-1.591a.75.75 0 0 1 1.06 0l.354.354a.75.75 0 0 1 0 1.06l-1.59 1.591a2 2 0 1 0 2.828 2.829M12.066 9.591a.75.75 0 0 1-1.06 0l-.354-.354a.75.75 0 0 1 0-1.06l1.59-1.591a2 2 0 1 0-2.828-2.829l-1.59 1.591a.75.75 0 0 1-1.061 0l-.354-.353a.75.75 0 0 1 0-1.06L8 2.342A4 4 0 0 1 13.657 8z" }),
|
|
3169
|
+
/* @__PURE__ */ jsx104("path", { d: "M9.945 5.702a.75.75 0 0 0-1.061 0L5.702 8.884a.75.75 0 0 0 0 1.06l.353.354a.75.75 0 0 0 1.061 0l3.182-3.182a.75.75 0 0 0 0-1.06z" })
|
|
3110
3170
|
] })
|
|
3111
3171
|
]
|
|
3112
3172
|
}
|
|
@@ -3114,12 +3174,12 @@ var Link16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs102(
|
|
|
3114
3174
|
var Link16Icon_default = Link16Icon;
|
|
3115
3175
|
|
|
3116
3176
|
// icons/react/LoadBalancer16Icon.tsx
|
|
3117
|
-
import { jsx as
|
|
3177
|
+
import { jsx as jsx105, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
3118
3178
|
var LoadBalancer16Icon = ({
|
|
3119
3179
|
title,
|
|
3120
3180
|
titleId,
|
|
3121
3181
|
...props
|
|
3122
|
-
}) => /* @__PURE__ */
|
|
3182
|
+
}) => /* @__PURE__ */ jsxs105(
|
|
3123
3183
|
"svg",
|
|
3124
3184
|
{
|
|
3125
3185
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3130,8 +3190,8 @@ var LoadBalancer16Icon = ({
|
|
|
3130
3190
|
"aria-labelledby": titleId,
|
|
3131
3191
|
...props,
|
|
3132
3192
|
children: [
|
|
3133
|
-
title ? /* @__PURE__ */
|
|
3134
|
-
/* @__PURE__ */
|
|
3193
|
+
title ? /* @__PURE__ */ jsx105("title", { id: titleId, children: title }) : null,
|
|
3194
|
+
/* @__PURE__ */ jsx105(
|
|
3135
3195
|
"path",
|
|
3136
3196
|
{
|
|
3137
3197
|
fill: "currentColor",
|
|
@@ -3146,8 +3206,8 @@ var LoadBalancer16Icon = ({
|
|
|
3146
3206
|
var LoadBalancer16Icon_default = LoadBalancer16Icon;
|
|
3147
3207
|
|
|
3148
3208
|
// icons/react/Logs16Icon.tsx
|
|
3149
|
-
import { jsx as
|
|
3150
|
-
var Logs16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3209
|
+
import { jsx as jsx106, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
3210
|
+
var Logs16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs106(
|
|
3151
3211
|
"svg",
|
|
3152
3212
|
{
|
|
3153
3213
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3158,8 +3218,8 @@ var Logs16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs104(
|
|
|
3158
3218
|
"aria-labelledby": titleId,
|
|
3159
3219
|
...props,
|
|
3160
3220
|
children: [
|
|
3161
|
-
title ? /* @__PURE__ */
|
|
3162
|
-
/* @__PURE__ */
|
|
3221
|
+
title ? /* @__PURE__ */ jsx106("title", { id: titleId, children: title }) : null,
|
|
3222
|
+
/* @__PURE__ */ jsx106(
|
|
3163
3223
|
"path",
|
|
3164
3224
|
{
|
|
3165
3225
|
fill: "currentColor",
|
|
@@ -3174,12 +3234,12 @@ var Logs16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs104(
|
|
|
3174
3234
|
var Logs16Icon_default = Logs16Icon;
|
|
3175
3235
|
|
|
3176
3236
|
// icons/react/Metrics16Icon.tsx
|
|
3177
|
-
import { jsx as
|
|
3237
|
+
import { jsx as jsx107, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
3178
3238
|
var Metrics16Icon = ({
|
|
3179
3239
|
title,
|
|
3180
3240
|
titleId,
|
|
3181
3241
|
...props
|
|
3182
|
-
}) => /* @__PURE__ */
|
|
3242
|
+
}) => /* @__PURE__ */ jsxs107(
|
|
3183
3243
|
"svg",
|
|
3184
3244
|
{
|
|
3185
3245
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3189,9 +3249,9 @@ var Metrics16Icon = ({
|
|
|
3189
3249
|
role: "img",
|
|
3190
3250
|
"aria-labelledby": titleId,
|
|
3191
3251
|
...props,
|
|
3192
|
-
children: [
|
|
3193
|
-
title ? /* @__PURE__ */
|
|
3194
|
-
/* @__PURE__ */
|
|
3252
|
+
children: [
|
|
3253
|
+
title ? /* @__PURE__ */ jsx107("title", { id: titleId, children: title }) : null,
|
|
3254
|
+
/* @__PURE__ */ jsx107(
|
|
3195
3255
|
"path",
|
|
3196
3256
|
{
|
|
3197
3257
|
fill: "currentColor",
|
|
@@ -3206,12 +3266,12 @@ var Metrics16Icon = ({
|
|
|
3206
3266
|
var Metrics16Icon_default = Metrics16Icon;
|
|
3207
3267
|
|
|
3208
3268
|
// icons/react/Monitoring16Icon.tsx
|
|
3209
|
-
import { jsx as
|
|
3269
|
+
import { jsx as jsx108, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
3210
3270
|
var Monitoring16Icon = ({
|
|
3211
3271
|
title,
|
|
3212
3272
|
titleId,
|
|
3213
3273
|
...props
|
|
3214
|
-
}) => /* @__PURE__ */
|
|
3274
|
+
}) => /* @__PURE__ */ jsxs108(
|
|
3215
3275
|
"svg",
|
|
3216
3276
|
{
|
|
3217
3277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3222,8 +3282,8 @@ var Monitoring16Icon = ({
|
|
|
3222
3282
|
"aria-labelledby": titleId,
|
|
3223
3283
|
...props,
|
|
3224
3284
|
children: [
|
|
3225
|
-
title ? /* @__PURE__ */
|
|
3226
|
-
/* @__PURE__ */
|
|
3285
|
+
title ? /* @__PURE__ */ jsx108("title", { id: titleId, children: title }) : null,
|
|
3286
|
+
/* @__PURE__ */ jsx108(
|
|
3227
3287
|
"path",
|
|
3228
3288
|
{
|
|
3229
3289
|
fill: "currentColor",
|
|
@@ -3236,12 +3296,12 @@ var Monitoring16Icon = ({
|
|
|
3236
3296
|
var Monitoring16Icon_default = Monitoring16Icon;
|
|
3237
3297
|
|
|
3238
3298
|
// icons/react/Networking16Icon.tsx
|
|
3239
|
-
import { jsx as
|
|
3299
|
+
import { jsx as jsx109, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
3240
3300
|
var Networking16Icon = ({
|
|
3241
3301
|
title,
|
|
3242
3302
|
titleId,
|
|
3243
3303
|
...props
|
|
3244
|
-
}) => /* @__PURE__ */
|
|
3304
|
+
}) => /* @__PURE__ */ jsxs109(
|
|
3245
3305
|
"svg",
|
|
3246
3306
|
{
|
|
3247
3307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3252,8 +3312,8 @@ var Networking16Icon = ({
|
|
|
3252
3312
|
"aria-labelledby": titleId,
|
|
3253
3313
|
...props,
|
|
3254
3314
|
children: [
|
|
3255
|
-
title ? /* @__PURE__ */
|
|
3256
|
-
/* @__PURE__ */
|
|
3315
|
+
title ? /* @__PURE__ */ jsx109("title", { id: titleId, children: title }) : null,
|
|
3316
|
+
/* @__PURE__ */ jsx109(
|
|
3257
3317
|
"path",
|
|
3258
3318
|
{
|
|
3259
3319
|
fill: "currentColor",
|
|
@@ -3268,12 +3328,12 @@ var Networking16Icon = ({
|
|
|
3268
3328
|
var Networking16Icon_default = Networking16Icon;
|
|
3269
3329
|
|
|
3270
3330
|
// icons/react/NewWindow16Icon.tsx
|
|
3271
|
-
import { jsx as
|
|
3331
|
+
import { jsx as jsx110, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
3272
3332
|
var NewWindow16Icon = ({
|
|
3273
3333
|
title,
|
|
3274
3334
|
titleId,
|
|
3275
3335
|
...props
|
|
3276
|
-
}) => /* @__PURE__ */
|
|
3336
|
+
}) => /* @__PURE__ */ jsxs110(
|
|
3277
3337
|
"svg",
|
|
3278
3338
|
{
|
|
3279
3339
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3284,8 +3344,8 @@ var NewWindow16Icon = ({
|
|
|
3284
3344
|
"aria-labelledby": titleId,
|
|
3285
3345
|
...props,
|
|
3286
3346
|
children: [
|
|
3287
|
-
title ? /* @__PURE__ */
|
|
3288
|
-
/* @__PURE__ */
|
|
3347
|
+
title ? /* @__PURE__ */ jsx110("title", { id: titleId, children: title }) : null,
|
|
3348
|
+
/* @__PURE__ */ jsx110(
|
|
3289
3349
|
"path",
|
|
3290
3350
|
{
|
|
3291
3351
|
fill: "currentColor",
|
|
@@ -3300,12 +3360,12 @@ var NewWindow16Icon = ({
|
|
|
3300
3360
|
var NewWindow16Icon_default = NewWindow16Icon;
|
|
3301
3361
|
|
|
3302
3362
|
// icons/react/Notifications16Icon.tsx
|
|
3303
|
-
import { jsx as
|
|
3363
|
+
import { jsx as jsx111, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
3304
3364
|
var Notifications16Icon = ({
|
|
3305
3365
|
title,
|
|
3306
3366
|
titleId,
|
|
3307
3367
|
...props
|
|
3308
|
-
}) => /* @__PURE__ */
|
|
3368
|
+
}) => /* @__PURE__ */ jsxs111(
|
|
3309
3369
|
"svg",
|
|
3310
3370
|
{
|
|
3311
3371
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3316,8 +3376,8 @@ var Notifications16Icon = ({
|
|
|
3316
3376
|
"aria-labelledby": titleId,
|
|
3317
3377
|
...props,
|
|
3318
3378
|
children: [
|
|
3319
|
-
title ? /* @__PURE__ */
|
|
3320
|
-
/* @__PURE__ */
|
|
3379
|
+
title ? /* @__PURE__ */ jsx111("title", { id: titleId, children: title }) : null,
|
|
3380
|
+
/* @__PURE__ */ jsx111(
|
|
3321
3381
|
"path",
|
|
3322
3382
|
{
|
|
3323
3383
|
fill: "currentColor",
|
|
@@ -3332,12 +3392,12 @@ var Notifications16Icon = ({
|
|
|
3332
3392
|
var Notifications16Icon_default = Notifications16Icon;
|
|
3333
3393
|
|
|
3334
3394
|
// icons/react/Organization16Icon.tsx
|
|
3335
|
-
import { jsx as
|
|
3395
|
+
import { jsx as jsx112, jsxs as jsxs112 } from "react/jsx-runtime";
|
|
3336
3396
|
var Organization16Icon = ({
|
|
3337
3397
|
title,
|
|
3338
3398
|
titleId,
|
|
3339
3399
|
...props
|
|
3340
|
-
}) => /* @__PURE__ */
|
|
3400
|
+
}) => /* @__PURE__ */ jsxs112(
|
|
3341
3401
|
"svg",
|
|
3342
3402
|
{
|
|
3343
3403
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3348,8 +3408,8 @@ var Organization16Icon = ({
|
|
|
3348
3408
|
"aria-labelledby": titleId,
|
|
3349
3409
|
...props,
|
|
3350
3410
|
children: [
|
|
3351
|
-
title ? /* @__PURE__ */
|
|
3352
|
-
/* @__PURE__ */
|
|
3411
|
+
title ? /* @__PURE__ */ jsx112("title", { id: titleId, children: title }) : null,
|
|
3412
|
+
/* @__PURE__ */ jsx112(
|
|
3353
3413
|
"path",
|
|
3354
3414
|
{
|
|
3355
3415
|
fill: "currentColor",
|
|
@@ -3364,12 +3424,12 @@ var Organization16Icon = ({
|
|
|
3364
3424
|
var Organization16Icon_default = Organization16Icon;
|
|
3365
3425
|
|
|
3366
3426
|
// icons/react/Overview16Icon.tsx
|
|
3367
|
-
import { jsx as
|
|
3427
|
+
import { jsx as jsx113, jsxs as jsxs113 } from "react/jsx-runtime";
|
|
3368
3428
|
var Overview16Icon = ({
|
|
3369
3429
|
title,
|
|
3370
3430
|
titleId,
|
|
3371
3431
|
...props
|
|
3372
|
-
}) => /* @__PURE__ */
|
|
3432
|
+
}) => /* @__PURE__ */ jsxs113(
|
|
3373
3433
|
"svg",
|
|
3374
3434
|
{
|
|
3375
3435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3380,8 +3440,8 @@ var Overview16Icon = ({
|
|
|
3380
3440
|
"aria-labelledby": titleId,
|
|
3381
3441
|
...props,
|
|
3382
3442
|
children: [
|
|
3383
|
-
title ? /* @__PURE__ */
|
|
3384
|
-
/* @__PURE__ */
|
|
3443
|
+
title ? /* @__PURE__ */ jsx113("title", { id: titleId, children: title }) : null,
|
|
3444
|
+
/* @__PURE__ */ jsx113(
|
|
3385
3445
|
"path",
|
|
3386
3446
|
{
|
|
3387
3447
|
fill: "currentColor",
|
|
@@ -3396,12 +3456,12 @@ var Overview16Icon = ({
|
|
|
3396
3456
|
var Overview16Icon_default = Overview16Icon;
|
|
3397
3457
|
|
|
3398
3458
|
// icons/react/Person16Icon.tsx
|
|
3399
|
-
import { jsx as
|
|
3459
|
+
import { jsx as jsx114, jsxs as jsxs114 } from "react/jsx-runtime";
|
|
3400
3460
|
var Person16Icon = ({
|
|
3401
3461
|
title,
|
|
3402
3462
|
titleId,
|
|
3403
3463
|
...props
|
|
3404
|
-
}) => /* @__PURE__ */
|
|
3464
|
+
}) => /* @__PURE__ */ jsxs114(
|
|
3405
3465
|
"svg",
|
|
3406
3466
|
{
|
|
3407
3467
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3412,8 +3472,8 @@ var Person16Icon = ({
|
|
|
3412
3472
|
"aria-labelledby": titleId,
|
|
3413
3473
|
...props,
|
|
3414
3474
|
children: [
|
|
3415
|
-
title ? /* @__PURE__ */
|
|
3416
|
-
/* @__PURE__ */
|
|
3475
|
+
title ? /* @__PURE__ */ jsx114("title", { id: titleId, children: title }) : null,
|
|
3476
|
+
/* @__PURE__ */ jsx114(
|
|
3417
3477
|
"path",
|
|
3418
3478
|
{
|
|
3419
3479
|
fill: "currentColor",
|
|
@@ -3428,12 +3488,12 @@ var Person16Icon = ({
|
|
|
3428
3488
|
var Person16Icon_default = Person16Icon;
|
|
3429
3489
|
|
|
3430
3490
|
// icons/react/PersonGroup16Icon.tsx
|
|
3431
|
-
import { jsx as
|
|
3491
|
+
import { jsx as jsx115, jsxs as jsxs115 } from "react/jsx-runtime";
|
|
3432
3492
|
var PersonGroup16Icon = ({
|
|
3433
3493
|
title,
|
|
3434
3494
|
titleId,
|
|
3435
3495
|
...props
|
|
3436
|
-
}) => /* @__PURE__ */
|
|
3496
|
+
}) => /* @__PURE__ */ jsxs115(
|
|
3437
3497
|
"svg",
|
|
3438
3498
|
{
|
|
3439
3499
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3444,8 +3504,8 @@ var PersonGroup16Icon = ({
|
|
|
3444
3504
|
"aria-labelledby": titleId,
|
|
3445
3505
|
...props,
|
|
3446
3506
|
children: [
|
|
3447
|
-
title ? /* @__PURE__ */
|
|
3448
|
-
/* @__PURE__ */
|
|
3507
|
+
title ? /* @__PURE__ */ jsx115("title", { id: titleId, children: title }) : null,
|
|
3508
|
+
/* @__PURE__ */ jsx115(
|
|
3449
3509
|
"path",
|
|
3450
3510
|
{
|
|
3451
3511
|
fill: "currentColor",
|
|
@@ -3460,12 +3520,12 @@ var PersonGroup16Icon = ({
|
|
|
3460
3520
|
var PersonGroup16Icon_default = PersonGroup16Icon;
|
|
3461
3521
|
|
|
3462
3522
|
// icons/react/Profile16Icon.tsx
|
|
3463
|
-
import { jsx as
|
|
3523
|
+
import { jsx as jsx116, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
3464
3524
|
var Profile16Icon = ({
|
|
3465
3525
|
title,
|
|
3466
3526
|
titleId,
|
|
3467
3527
|
...props
|
|
3468
|
-
}) => /* @__PURE__ */
|
|
3528
|
+
}) => /* @__PURE__ */ jsxs116(
|
|
3469
3529
|
"svg",
|
|
3470
3530
|
{
|
|
3471
3531
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3476,8 +3536,8 @@ var Profile16Icon = ({
|
|
|
3476
3536
|
"aria-labelledby": titleId,
|
|
3477
3537
|
...props,
|
|
3478
3538
|
children: [
|
|
3479
|
-
title ? /* @__PURE__ */
|
|
3480
|
-
/* @__PURE__ */
|
|
3539
|
+
title ? /* @__PURE__ */ jsx116("title", { id: titleId, children: title }) : null,
|
|
3540
|
+
/* @__PURE__ */ jsx116(
|
|
3481
3541
|
"path",
|
|
3482
3542
|
{
|
|
3483
3543
|
fill: "currentColor",
|
|
@@ -3492,12 +3552,12 @@ var Profile16Icon = ({
|
|
|
3492
3552
|
var Profile16Icon_default = Profile16Icon;
|
|
3493
3553
|
|
|
3494
3554
|
// icons/react/Refresh16Icon.tsx
|
|
3495
|
-
import { jsx as
|
|
3555
|
+
import { jsx as jsx117, jsxs as jsxs117 } from "react/jsx-runtime";
|
|
3496
3556
|
var Refresh16Icon = ({
|
|
3497
3557
|
title,
|
|
3498
3558
|
titleId,
|
|
3499
3559
|
...props
|
|
3500
|
-
}) => /* @__PURE__ */
|
|
3560
|
+
}) => /* @__PURE__ */ jsxs117(
|
|
3501
3561
|
"svg",
|
|
3502
3562
|
{
|
|
3503
3563
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3508,8 +3568,8 @@ var Refresh16Icon = ({
|
|
|
3508
3568
|
"aria-labelledby": titleId,
|
|
3509
3569
|
...props,
|
|
3510
3570
|
children: [
|
|
3511
|
-
title ? /* @__PURE__ */
|
|
3512
|
-
/* @__PURE__ */
|
|
3571
|
+
title ? /* @__PURE__ */ jsx117("title", { id: titleId, children: title }) : null,
|
|
3572
|
+
/* @__PURE__ */ jsx117(
|
|
3513
3573
|
"path",
|
|
3514
3574
|
{
|
|
3515
3575
|
fill: "currentColor",
|
|
@@ -3524,8 +3584,8 @@ var Refresh16Icon = ({
|
|
|
3524
3584
|
var Refresh16Icon_default = Refresh16Icon;
|
|
3525
3585
|
|
|
3526
3586
|
// icons/react/Ram16Icon.tsx
|
|
3527
|
-
import { jsx as
|
|
3528
|
-
var Ram16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3587
|
+
import { jsx as jsx118, jsxs as jsxs118 } from "react/jsx-runtime";
|
|
3588
|
+
var Ram16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs118(
|
|
3529
3589
|
"svg",
|
|
3530
3590
|
{
|
|
3531
3591
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3536,8 +3596,8 @@ var Ram16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs116(
|
|
|
3536
3596
|
"aria-labelledby": titleId,
|
|
3537
3597
|
...props,
|
|
3538
3598
|
children: [
|
|
3539
|
-
title ? /* @__PURE__ */
|
|
3540
|
-
/* @__PURE__ */
|
|
3599
|
+
title ? /* @__PURE__ */ jsx118("title", { id: titleId, children: title }) : null,
|
|
3600
|
+
/* @__PURE__ */ jsx118(
|
|
3541
3601
|
"path",
|
|
3542
3602
|
{
|
|
3543
3603
|
fill: "currentColor",
|
|
@@ -3552,12 +3612,12 @@ var Ram16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs116(
|
|
|
3552
3612
|
var Ram16Icon_default = Ram16Icon;
|
|
3553
3613
|
|
|
3554
3614
|
// icons/react/Repair16Icon.tsx
|
|
3555
|
-
import { jsx as
|
|
3615
|
+
import { jsx as jsx119, jsxs as jsxs119 } from "react/jsx-runtime";
|
|
3556
3616
|
var Repair16Icon = ({
|
|
3557
3617
|
title,
|
|
3558
3618
|
titleId,
|
|
3559
3619
|
...props
|
|
3560
|
-
}) => /* @__PURE__ */
|
|
3620
|
+
}) => /* @__PURE__ */ jsxs119(
|
|
3561
3621
|
"svg",
|
|
3562
3622
|
{
|
|
3563
3623
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3568,8 +3628,8 @@ var Repair16Icon = ({
|
|
|
3568
3628
|
"aria-labelledby": titleId,
|
|
3569
3629
|
...props,
|
|
3570
3630
|
children: [
|
|
3571
|
-
title ? /* @__PURE__ */
|
|
3572
|
-
/* @__PURE__ */
|
|
3631
|
+
title ? /* @__PURE__ */ jsx119("title", { id: titleId, children: title }) : null,
|
|
3632
|
+
/* @__PURE__ */ jsx119(
|
|
3573
3633
|
"path",
|
|
3574
3634
|
{
|
|
3575
3635
|
fill: "currentColor",
|
|
@@ -3584,12 +3644,12 @@ var Repair16Icon = ({
|
|
|
3584
3644
|
var Repair16Icon_default = Repair16Icon;
|
|
3585
3645
|
|
|
3586
3646
|
// icons/react/Resize16Icon.tsx
|
|
3587
|
-
import { jsx as
|
|
3647
|
+
import { jsx as jsx120, jsxs as jsxs120 } from "react/jsx-runtime";
|
|
3588
3648
|
var Resize16Icon = ({
|
|
3589
3649
|
title,
|
|
3590
3650
|
titleId,
|
|
3591
3651
|
...props
|
|
3592
|
-
}) => /* @__PURE__ */
|
|
3652
|
+
}) => /* @__PURE__ */ jsxs120(
|
|
3593
3653
|
"svg",
|
|
3594
3654
|
{
|
|
3595
3655
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3600,8 +3660,8 @@ var Resize16Icon = ({
|
|
|
3600
3660
|
"aria-labelledby": titleId,
|
|
3601
3661
|
...props,
|
|
3602
3662
|
children: [
|
|
3603
|
-
title ? /* @__PURE__ */
|
|
3604
|
-
/* @__PURE__ */
|
|
3663
|
+
title ? /* @__PURE__ */ jsx120("title", { id: titleId, children: title }) : null,
|
|
3664
|
+
/* @__PURE__ */ jsx120(
|
|
3605
3665
|
"path",
|
|
3606
3666
|
{
|
|
3607
3667
|
fill: "currentColor",
|
|
@@ -3616,12 +3676,12 @@ var Resize16Icon = ({
|
|
|
3616
3676
|
var Resize16Icon_default = Resize16Icon;
|
|
3617
3677
|
|
|
3618
3678
|
// icons/react/Router16Icon.tsx
|
|
3619
|
-
import { jsx as
|
|
3679
|
+
import { jsx as jsx121, jsxs as jsxs121 } from "react/jsx-runtime";
|
|
3620
3680
|
var Router16Icon = ({
|
|
3621
3681
|
title,
|
|
3622
3682
|
titleId,
|
|
3623
3683
|
...props
|
|
3624
|
-
}) => /* @__PURE__ */
|
|
3684
|
+
}) => /* @__PURE__ */ jsxs121(
|
|
3625
3685
|
"svg",
|
|
3626
3686
|
{
|
|
3627
3687
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3632,8 +3692,8 @@ var Router16Icon = ({
|
|
|
3632
3692
|
"aria-labelledby": titleId,
|
|
3633
3693
|
...props,
|
|
3634
3694
|
children: [
|
|
3635
|
-
title ? /* @__PURE__ */
|
|
3636
|
-
/* @__PURE__ */
|
|
3695
|
+
title ? /* @__PURE__ */ jsx121("title", { id: titleId, children: title }) : null,
|
|
3696
|
+
/* @__PURE__ */ jsx121(
|
|
3637
3697
|
"path",
|
|
3638
3698
|
{
|
|
3639
3699
|
fill: "currentColor",
|
|
@@ -3648,8 +3708,8 @@ var Router16Icon = ({
|
|
|
3648
3708
|
var Router16Icon_default = Router16Icon;
|
|
3649
3709
|
|
|
3650
3710
|
// icons/react/Sort16Icon.tsx
|
|
3651
|
-
import { jsx as
|
|
3652
|
-
var Sort16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3711
|
+
import { jsx as jsx122, jsxs as jsxs122 } from "react/jsx-runtime";
|
|
3712
|
+
var Sort16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs122(
|
|
3653
3713
|
"svg",
|
|
3654
3714
|
{
|
|
3655
3715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3660,8 +3720,8 @@ var Sort16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs120(
|
|
|
3660
3720
|
"aria-labelledby": titleId,
|
|
3661
3721
|
...props,
|
|
3662
3722
|
children: [
|
|
3663
|
-
title ? /* @__PURE__ */
|
|
3664
|
-
/* @__PURE__ */
|
|
3723
|
+
title ? /* @__PURE__ */ jsx122("title", { id: titleId, children: title }) : null,
|
|
3724
|
+
/* @__PURE__ */ jsx122(
|
|
3665
3725
|
"path",
|
|
3666
3726
|
{
|
|
3667
3727
|
fill: "currentColor",
|
|
@@ -3676,12 +3736,12 @@ var Sort16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs120(
|
|
|
3676
3736
|
var Sort16Icon_default = Sort16Icon;
|
|
3677
3737
|
|
|
3678
3738
|
// icons/react/Search16Icon.tsx
|
|
3679
|
-
import { jsx as
|
|
3739
|
+
import { jsx as jsx123, jsxs as jsxs123 } from "react/jsx-runtime";
|
|
3680
3740
|
var Search16Icon = ({
|
|
3681
3741
|
title,
|
|
3682
3742
|
titleId,
|
|
3683
3743
|
...props
|
|
3684
|
-
}) => /* @__PURE__ */
|
|
3744
|
+
}) => /* @__PURE__ */ jsxs123(
|
|
3685
3745
|
"svg",
|
|
3686
3746
|
{
|
|
3687
3747
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3692,8 +3752,8 @@ var Search16Icon = ({
|
|
|
3692
3752
|
"aria-labelledby": titleId,
|
|
3693
3753
|
...props,
|
|
3694
3754
|
children: [
|
|
3695
|
-
title ? /* @__PURE__ */
|
|
3696
|
-
/* @__PURE__ */
|
|
3755
|
+
title ? /* @__PURE__ */ jsx123("title", { id: titleId, children: title }) : null,
|
|
3756
|
+
/* @__PURE__ */ jsx123(
|
|
3697
3757
|
"path",
|
|
3698
3758
|
{
|
|
3699
3759
|
fill: "currentColor",
|
|
@@ -3708,12 +3768,12 @@ var Search16Icon = ({
|
|
|
3708
3768
|
var Search16Icon_default = Search16Icon;
|
|
3709
3769
|
|
|
3710
3770
|
// icons/react/Security16Icon.tsx
|
|
3711
|
-
import { jsx as
|
|
3771
|
+
import { jsx as jsx124, jsxs as jsxs124 } from "react/jsx-runtime";
|
|
3712
3772
|
var Security16Icon = ({
|
|
3713
3773
|
title,
|
|
3714
3774
|
titleId,
|
|
3715
3775
|
...props
|
|
3716
|
-
}) => /* @__PURE__ */
|
|
3776
|
+
}) => /* @__PURE__ */ jsxs124(
|
|
3717
3777
|
"svg",
|
|
3718
3778
|
{
|
|
3719
3779
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3724,8 +3784,8 @@ var Security16Icon = ({
|
|
|
3724
3784
|
"aria-labelledby": titleId,
|
|
3725
3785
|
...props,
|
|
3726
3786
|
children: [
|
|
3727
|
-
title ? /* @__PURE__ */
|
|
3728
|
-
/* @__PURE__ */
|
|
3787
|
+
title ? /* @__PURE__ */ jsx124("title", { id: titleId, children: title }) : null,
|
|
3788
|
+
/* @__PURE__ */ jsx124(
|
|
3729
3789
|
"path",
|
|
3730
3790
|
{
|
|
3731
3791
|
fill: "currentColor",
|
|
@@ -3740,12 +3800,12 @@ var Security16Icon = ({
|
|
|
3740
3800
|
var Security16Icon_default = Security16Icon;
|
|
3741
3801
|
|
|
3742
3802
|
// icons/react/Servers16Icon.tsx
|
|
3743
|
-
import { jsx as
|
|
3803
|
+
import { jsx as jsx125, jsxs as jsxs125 } from "react/jsx-runtime";
|
|
3744
3804
|
var Servers16Icon = ({
|
|
3745
3805
|
title,
|
|
3746
3806
|
titleId,
|
|
3747
3807
|
...props
|
|
3748
|
-
}) => /* @__PURE__ */
|
|
3808
|
+
}) => /* @__PURE__ */ jsxs125(
|
|
3749
3809
|
"svg",
|
|
3750
3810
|
{
|
|
3751
3811
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3756,8 +3816,8 @@ var Servers16Icon = ({
|
|
|
3756
3816
|
"aria-labelledby": titleId,
|
|
3757
3817
|
...props,
|
|
3758
3818
|
children: [
|
|
3759
|
-
title ? /* @__PURE__ */
|
|
3760
|
-
/* @__PURE__ */
|
|
3819
|
+
title ? /* @__PURE__ */ jsx125("title", { id: titleId, children: title }) : null,
|
|
3820
|
+
/* @__PURE__ */ jsx125(
|
|
3761
3821
|
"path",
|
|
3762
3822
|
{
|
|
3763
3823
|
fill: "currentColor",
|
|
@@ -3772,12 +3832,12 @@ var Servers16Icon = ({
|
|
|
3772
3832
|
var Servers16Icon_default = Servers16Icon;
|
|
3773
3833
|
|
|
3774
3834
|
// icons/react/Settings16Icon.tsx
|
|
3775
|
-
import { jsx as
|
|
3835
|
+
import { jsx as jsx126, jsxs as jsxs126 } from "react/jsx-runtime";
|
|
3776
3836
|
var Settings16Icon = ({
|
|
3777
3837
|
title,
|
|
3778
3838
|
titleId,
|
|
3779
3839
|
...props
|
|
3780
|
-
}) => /* @__PURE__ */
|
|
3840
|
+
}) => /* @__PURE__ */ jsxs126(
|
|
3781
3841
|
"svg",
|
|
3782
3842
|
{
|
|
3783
3843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3788,8 +3848,8 @@ var Settings16Icon = ({
|
|
|
3788
3848
|
"aria-labelledby": titleId,
|
|
3789
3849
|
...props,
|
|
3790
3850
|
children: [
|
|
3791
|
-
title ? /* @__PURE__ */
|
|
3792
|
-
/* @__PURE__ */
|
|
3851
|
+
title ? /* @__PURE__ */ jsx126("title", { id: titleId, children: title }) : null,
|
|
3852
|
+
/* @__PURE__ */ jsx126(
|
|
3793
3853
|
"path",
|
|
3794
3854
|
{
|
|
3795
3855
|
fill: "currentColor",
|
|
@@ -3804,8 +3864,8 @@ var Settings16Icon = ({
|
|
|
3804
3864
|
var Settings16Icon_default = Settings16Icon;
|
|
3805
3865
|
|
|
3806
3866
|
// icons/react/Show16Icon.tsx
|
|
3807
|
-
import { jsx as
|
|
3808
|
-
var Show16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
3867
|
+
import { jsx as jsx127, jsxs as jsxs127 } from "react/jsx-runtime";
|
|
3868
|
+
var Show16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs127(
|
|
3809
3869
|
"svg",
|
|
3810
3870
|
{
|
|
3811
3871
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3816,8 +3876,8 @@ var Show16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs125(
|
|
|
3816
3876
|
"aria-labelledby": titleId,
|
|
3817
3877
|
...props,
|
|
3818
3878
|
children: [
|
|
3819
|
-
title ? /* @__PURE__ */
|
|
3820
|
-
/* @__PURE__ */
|
|
3879
|
+
title ? /* @__PURE__ */ jsx127("title", { id: titleId, children: title }) : null,
|
|
3880
|
+
/* @__PURE__ */ jsx127(
|
|
3821
3881
|
"path",
|
|
3822
3882
|
{
|
|
3823
3883
|
fill: "currentColor",
|
|
@@ -3832,12 +3892,12 @@ var Show16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs125(
|
|
|
3832
3892
|
var Show16Icon_default = Show16Icon;
|
|
3833
3893
|
|
|
3834
3894
|
// icons/react/SignOut16Icon.tsx
|
|
3835
|
-
import { jsx as
|
|
3895
|
+
import { jsx as jsx128, jsxs as jsxs128 } from "react/jsx-runtime";
|
|
3836
3896
|
var SignOut16Icon = ({
|
|
3837
3897
|
title,
|
|
3838
3898
|
titleId,
|
|
3839
3899
|
...props
|
|
3840
|
-
}) => /* @__PURE__ */
|
|
3900
|
+
}) => /* @__PURE__ */ jsxs128(
|
|
3841
3901
|
"svg",
|
|
3842
3902
|
{
|
|
3843
3903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3848,8 +3908,8 @@ var SignOut16Icon = ({
|
|
|
3848
3908
|
"aria-labelledby": titleId,
|
|
3849
3909
|
...props,
|
|
3850
3910
|
children: [
|
|
3851
|
-
title ? /* @__PURE__ */
|
|
3852
|
-
/* @__PURE__ */
|
|
3911
|
+
title ? /* @__PURE__ */ jsx128("title", { id: titleId, children: title }) : null,
|
|
3912
|
+
/* @__PURE__ */ jsx128(
|
|
3853
3913
|
"path",
|
|
3854
3914
|
{
|
|
3855
3915
|
fill: "currentColor",
|
|
@@ -3864,12 +3924,12 @@ var SignOut16Icon = ({
|
|
|
3864
3924
|
var SignOut16Icon_default = SignOut16Icon;
|
|
3865
3925
|
|
|
3866
3926
|
// icons/react/Snapshots16Icon.tsx
|
|
3867
|
-
import { jsx as
|
|
3927
|
+
import { jsx as jsx129, jsxs as jsxs129 } from "react/jsx-runtime";
|
|
3868
3928
|
var Snapshots16Icon = ({
|
|
3869
3929
|
title,
|
|
3870
3930
|
titleId,
|
|
3871
3931
|
...props
|
|
3872
|
-
}) => /* @__PURE__ */
|
|
3932
|
+
}) => /* @__PURE__ */ jsxs129(
|
|
3873
3933
|
"svg",
|
|
3874
3934
|
{
|
|
3875
3935
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3880,8 +3940,8 @@ var Snapshots16Icon = ({
|
|
|
3880
3940
|
"aria-labelledby": titleId,
|
|
3881
3941
|
...props,
|
|
3882
3942
|
children: [
|
|
3883
|
-
title ? /* @__PURE__ */
|
|
3884
|
-
/* @__PURE__ */
|
|
3943
|
+
title ? /* @__PURE__ */ jsx129("title", { id: titleId, children: title }) : null,
|
|
3944
|
+
/* @__PURE__ */ jsx129(
|
|
3885
3945
|
"path",
|
|
3886
3946
|
{
|
|
3887
3947
|
fill: "currentColor",
|
|
@@ -3896,12 +3956,12 @@ var Snapshots16Icon = ({
|
|
|
3896
3956
|
var Snapshots16Icon_default = Snapshots16Icon;
|
|
3897
3957
|
|
|
3898
3958
|
// icons/react/Sparkle16Icon.tsx
|
|
3899
|
-
import { jsx as
|
|
3959
|
+
import { jsx as jsx130, jsxs as jsxs130 } from "react/jsx-runtime";
|
|
3900
3960
|
var Sparkle16Icon = ({
|
|
3901
3961
|
title,
|
|
3902
3962
|
titleId,
|
|
3903
3963
|
...props
|
|
3904
|
-
}) => /* @__PURE__ */
|
|
3964
|
+
}) => /* @__PURE__ */ jsxs130(
|
|
3905
3965
|
"svg",
|
|
3906
3966
|
{
|
|
3907
3967
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3912,8 +3972,8 @@ var Sparkle16Icon = ({
|
|
|
3912
3972
|
"aria-labelledby": titleId,
|
|
3913
3973
|
...props,
|
|
3914
3974
|
children: [
|
|
3915
|
-
title ? /* @__PURE__ */
|
|
3916
|
-
/* @__PURE__ */
|
|
3975
|
+
title ? /* @__PURE__ */ jsx130("title", { id: titleId, children: title }) : null,
|
|
3976
|
+
/* @__PURE__ */ jsx130(
|
|
3917
3977
|
"path",
|
|
3918
3978
|
{
|
|
3919
3979
|
fill: "currentColor",
|
|
@@ -3926,12 +3986,12 @@ var Sparkle16Icon = ({
|
|
|
3926
3986
|
var Sparkle16Icon_default = Sparkle16Icon;
|
|
3927
3987
|
|
|
3928
3988
|
// icons/react/SoftwareUpdate16Icon.tsx
|
|
3929
|
-
import { jsx as
|
|
3989
|
+
import { jsx as jsx131, jsxs as jsxs131 } from "react/jsx-runtime";
|
|
3930
3990
|
var SoftwareUpdate16Icon = ({
|
|
3931
3991
|
title,
|
|
3932
3992
|
titleId,
|
|
3933
3993
|
...props
|
|
3934
|
-
}) => /* @__PURE__ */
|
|
3994
|
+
}) => /* @__PURE__ */ jsxs131(
|
|
3935
3995
|
"svg",
|
|
3936
3996
|
{
|
|
3937
3997
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3942,8 +4002,8 @@ var SoftwareUpdate16Icon = ({
|
|
|
3942
4002
|
"aria-labelledby": titleId,
|
|
3943
4003
|
...props,
|
|
3944
4004
|
children: [
|
|
3945
|
-
title ? /* @__PURE__ */
|
|
3946
|
-
/* @__PURE__ */
|
|
4005
|
+
title ? /* @__PURE__ */ jsx131("title", { id: titleId, children: title }) : null,
|
|
4006
|
+
/* @__PURE__ */ jsx131(
|
|
3947
4007
|
"path",
|
|
3948
4008
|
{
|
|
3949
4009
|
fill: "currentColor",
|
|
@@ -3958,8 +4018,8 @@ var SoftwareUpdate16Icon = ({
|
|
|
3958
4018
|
var SoftwareUpdate16Icon_default = SoftwareUpdate16Icon;
|
|
3959
4019
|
|
|
3960
4020
|
// icons/react/Ssd16Icon.tsx
|
|
3961
|
-
import { jsx as
|
|
3962
|
-
var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4021
|
+
import { jsx as jsx132, jsxs as jsxs132 } from "react/jsx-runtime";
|
|
4022
|
+
var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs132(
|
|
3963
4023
|
"svg",
|
|
3964
4024
|
{
|
|
3965
4025
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3970,8 +4030,8 @@ var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs130(
|
|
|
3970
4030
|
"aria-labelledby": titleId,
|
|
3971
4031
|
...props,
|
|
3972
4032
|
children: [
|
|
3973
|
-
title ? /* @__PURE__ */
|
|
3974
|
-
/* @__PURE__ */
|
|
4033
|
+
title ? /* @__PURE__ */ jsx132("title", { id: titleId, children: title }) : null,
|
|
4034
|
+
/* @__PURE__ */ jsx132(
|
|
3975
4035
|
"path",
|
|
3976
4036
|
{
|
|
3977
4037
|
fill: "currentColor",
|
|
@@ -3986,12 +4046,12 @@ var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs130(
|
|
|
3986
4046
|
var Ssd16Icon_default = Ssd16Icon;
|
|
3987
4047
|
|
|
3988
4048
|
// icons/react/Storage16Icon.tsx
|
|
3989
|
-
import { jsx as
|
|
4049
|
+
import { jsx as jsx133, jsxs as jsxs133 } from "react/jsx-runtime";
|
|
3990
4050
|
var Storage16Icon = ({
|
|
3991
4051
|
title,
|
|
3992
4052
|
titleId,
|
|
3993
4053
|
...props
|
|
3994
|
-
}) => /* @__PURE__ */
|
|
4054
|
+
}) => /* @__PURE__ */ jsxs133(
|
|
3995
4055
|
"svg",
|
|
3996
4056
|
{
|
|
3997
4057
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4002,8 +4062,8 @@ var Storage16Icon = ({
|
|
|
4002
4062
|
"aria-labelledby": titleId,
|
|
4003
4063
|
...props,
|
|
4004
4064
|
children: [
|
|
4005
|
-
title ? /* @__PURE__ */
|
|
4006
|
-
/* @__PURE__ */
|
|
4065
|
+
title ? /* @__PURE__ */ jsx133("title", { id: titleId, children: title }) : null,
|
|
4066
|
+
/* @__PURE__ */ jsx133(
|
|
4007
4067
|
"path",
|
|
4008
4068
|
{
|
|
4009
4069
|
fill: "currentColor",
|
|
@@ -4018,12 +4078,12 @@ var Storage16Icon = ({
|
|
|
4018
4078
|
var Storage16Icon_default = Storage16Icon;
|
|
4019
4079
|
|
|
4020
4080
|
// icons/react/Submit16Icon.tsx
|
|
4021
|
-
import { jsx as
|
|
4081
|
+
import { jsx as jsx134, jsxs as jsxs134 } from "react/jsx-runtime";
|
|
4022
4082
|
var Submit16Icon = ({
|
|
4023
4083
|
title,
|
|
4024
4084
|
titleId,
|
|
4025
4085
|
...props
|
|
4026
|
-
}) => /* @__PURE__ */
|
|
4086
|
+
}) => /* @__PURE__ */ jsxs134(
|
|
4027
4087
|
"svg",
|
|
4028
4088
|
{
|
|
4029
4089
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4034,8 +4094,8 @@ var Submit16Icon = ({
|
|
|
4034
4094
|
"aria-labelledby": titleId,
|
|
4035
4095
|
...props,
|
|
4036
4096
|
children: [
|
|
4037
|
-
title ? /* @__PURE__ */
|
|
4038
|
-
/* @__PURE__ */
|
|
4097
|
+
title ? /* @__PURE__ */ jsx134("title", { id: titleId, children: title }) : null,
|
|
4098
|
+
/* @__PURE__ */ jsx134(
|
|
4039
4099
|
"path",
|
|
4040
4100
|
{
|
|
4041
4101
|
fill: "currentColor",
|
|
@@ -4048,12 +4108,12 @@ var Submit16Icon = ({
|
|
|
4048
4108
|
var Submit16Icon_default = Submit16Icon;
|
|
4049
4109
|
|
|
4050
4110
|
// icons/react/Subnet16Icon.tsx
|
|
4051
|
-
import { jsx as
|
|
4111
|
+
import { jsx as jsx135, jsxs as jsxs135 } from "react/jsx-runtime";
|
|
4052
4112
|
var Subnet16Icon = ({
|
|
4053
4113
|
title,
|
|
4054
4114
|
titleId,
|
|
4055
4115
|
...props
|
|
4056
|
-
}) => /* @__PURE__ */
|
|
4116
|
+
}) => /* @__PURE__ */ jsxs135(
|
|
4057
4117
|
"svg",
|
|
4058
4118
|
{
|
|
4059
4119
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4064,8 +4124,8 @@ var Subnet16Icon = ({
|
|
|
4064
4124
|
"aria-labelledby": titleId,
|
|
4065
4125
|
...props,
|
|
4066
4126
|
children: [
|
|
4067
|
-
title ? /* @__PURE__ */
|
|
4068
|
-
/* @__PURE__ */
|
|
4127
|
+
title ? /* @__PURE__ */ jsx135("title", { id: titleId, children: title }) : null,
|
|
4128
|
+
/* @__PURE__ */ jsx135(
|
|
4069
4129
|
"path",
|
|
4070
4130
|
{
|
|
4071
4131
|
fill: "currentColor",
|
|
@@ -4080,8 +4140,8 @@ var Subnet16Icon = ({
|
|
|
4080
4140
|
var Subnet16Icon_default = Subnet16Icon;
|
|
4081
4141
|
|
|
4082
4142
|
// icons/react/Tags16Icon.tsx
|
|
4083
|
-
import { jsx as
|
|
4084
|
-
var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4143
|
+
import { jsx as jsx136, jsxs as jsxs136 } from "react/jsx-runtime";
|
|
4144
|
+
var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs136(
|
|
4085
4145
|
"svg",
|
|
4086
4146
|
{
|
|
4087
4147
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4092,8 +4152,8 @@ var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs134(
|
|
|
4092
4152
|
"aria-labelledby": titleId,
|
|
4093
4153
|
...props,
|
|
4094
4154
|
children: [
|
|
4095
|
-
title ? /* @__PURE__ */
|
|
4096
|
-
/* @__PURE__ */
|
|
4155
|
+
title ? /* @__PURE__ */ jsx136("title", { id: titleId, children: title }) : null,
|
|
4156
|
+
/* @__PURE__ */ jsx136(
|
|
4097
4157
|
"path",
|
|
4098
4158
|
{
|
|
4099
4159
|
fill: "currentColor",
|
|
@@ -4108,12 +4168,12 @@ var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs134(
|
|
|
4108
4168
|
var Tags16Icon_default = Tags16Icon;
|
|
4109
4169
|
|
|
4110
4170
|
// icons/react/Terminal16Icon.tsx
|
|
4111
|
-
import { jsx as
|
|
4171
|
+
import { jsx as jsx137, jsxs as jsxs137 } from "react/jsx-runtime";
|
|
4112
4172
|
var Terminal16Icon = ({
|
|
4113
4173
|
title,
|
|
4114
4174
|
titleId,
|
|
4115
4175
|
...props
|
|
4116
|
-
}) => /* @__PURE__ */
|
|
4176
|
+
}) => /* @__PURE__ */ jsxs137(
|
|
4117
4177
|
"svg",
|
|
4118
4178
|
{
|
|
4119
4179
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4124,8 +4184,8 @@ var Terminal16Icon = ({
|
|
|
4124
4184
|
"aria-labelledby": titleId,
|
|
4125
4185
|
...props,
|
|
4126
4186
|
children: [
|
|
4127
|
-
title ? /* @__PURE__ */
|
|
4128
|
-
/* @__PURE__ */
|
|
4187
|
+
title ? /* @__PURE__ */ jsx137("title", { id: titleId, children: title }) : null,
|
|
4188
|
+
/* @__PURE__ */ jsx137(
|
|
4129
4189
|
"path",
|
|
4130
4190
|
{
|
|
4131
4191
|
fill: "currentColor",
|
|
@@ -4140,8 +4200,8 @@ var Terminal16Icon = ({
|
|
|
4140
4200
|
var Terminal16Icon_default = Terminal16Icon;
|
|
4141
4201
|
|
|
4142
4202
|
// icons/react/Time16Icon.tsx
|
|
4143
|
-
import { jsx as
|
|
4144
|
-
var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4203
|
+
import { jsx as jsx138, jsxs as jsxs138 } from "react/jsx-runtime";
|
|
4204
|
+
var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs138(
|
|
4145
4205
|
"svg",
|
|
4146
4206
|
{
|
|
4147
4207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4152,8 +4212,8 @@ var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs136(
|
|
|
4152
4212
|
"aria-labelledby": titleId,
|
|
4153
4213
|
...props,
|
|
4154
4214
|
children: [
|
|
4155
|
-
title ? /* @__PURE__ */
|
|
4156
|
-
/* @__PURE__ */
|
|
4215
|
+
title ? /* @__PURE__ */ jsx138("title", { id: titleId, children: title }) : null,
|
|
4216
|
+
/* @__PURE__ */ jsx138(
|
|
4157
4217
|
"path",
|
|
4158
4218
|
{
|
|
4159
4219
|
fill: "currentColor",
|
|
@@ -4168,12 +4228,12 @@ var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs136(
|
|
|
4168
4228
|
var Time16Icon_default = Time16Icon;
|
|
4169
4229
|
|
|
4170
4230
|
// icons/react/Transmit16Icon.tsx
|
|
4171
|
-
import { jsx as
|
|
4231
|
+
import { jsx as jsx139, jsxs as jsxs139 } from "react/jsx-runtime";
|
|
4172
4232
|
var Transmit16Icon = ({
|
|
4173
4233
|
title,
|
|
4174
4234
|
titleId,
|
|
4175
4235
|
...props
|
|
4176
|
-
}) => /* @__PURE__ */
|
|
4236
|
+
}) => /* @__PURE__ */ jsxs139(
|
|
4177
4237
|
"svg",
|
|
4178
4238
|
{
|
|
4179
4239
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4184,8 +4244,8 @@ var Transmit16Icon = ({
|
|
|
4184
4244
|
"aria-labelledby": titleId,
|
|
4185
4245
|
...props,
|
|
4186
4246
|
children: [
|
|
4187
|
-
title ? /* @__PURE__ */
|
|
4188
|
-
/* @__PURE__ */
|
|
4247
|
+
title ? /* @__PURE__ */ jsx139("title", { id: titleId, children: title }) : null,
|
|
4248
|
+
/* @__PURE__ */ jsx139(
|
|
4189
4249
|
"path",
|
|
4190
4250
|
{
|
|
4191
4251
|
fill: "currentColor",
|
|
@@ -4200,12 +4260,12 @@ var Transmit16Icon = ({
|
|
|
4200
4260
|
var Transmit16Icon_default = Transmit16Icon;
|
|
4201
4261
|
|
|
4202
4262
|
// icons/react/Question16Icon.tsx
|
|
4203
|
-
import { jsx as
|
|
4263
|
+
import { jsx as jsx140, jsxs as jsxs140 } from "react/jsx-runtime";
|
|
4204
4264
|
var Question16Icon = ({
|
|
4205
4265
|
title,
|
|
4206
4266
|
titleId,
|
|
4207
4267
|
...props
|
|
4208
|
-
}) => /* @__PURE__ */
|
|
4268
|
+
}) => /* @__PURE__ */ jsxs140(
|
|
4209
4269
|
"svg",
|
|
4210
4270
|
{
|
|
4211
4271
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4216,8 +4276,8 @@ var Question16Icon = ({
|
|
|
4216
4276
|
"aria-labelledby": titleId,
|
|
4217
4277
|
...props,
|
|
4218
4278
|
children: [
|
|
4219
|
-
title ? /* @__PURE__ */
|
|
4220
|
-
/* @__PURE__ */
|
|
4279
|
+
title ? /* @__PURE__ */ jsx140("title", { id: titleId, children: title }) : null,
|
|
4280
|
+
/* @__PURE__ */ jsx140(
|
|
4221
4281
|
"path",
|
|
4222
4282
|
{
|
|
4223
4283
|
fill: "currentColor",
|
|
@@ -4232,12 +4292,12 @@ var Question16Icon = ({
|
|
|
4232
4292
|
var Question16Icon_default = Question16Icon;
|
|
4233
4293
|
|
|
4234
4294
|
// icons/react/Webhooks16Icon.tsx
|
|
4235
|
-
import { jsx as
|
|
4295
|
+
import { jsx as jsx141, jsxs as jsxs141 } from "react/jsx-runtime";
|
|
4236
4296
|
var Webhooks16Icon = ({
|
|
4237
4297
|
title,
|
|
4238
4298
|
titleId,
|
|
4239
4299
|
...props
|
|
4240
|
-
}) => /* @__PURE__ */
|
|
4300
|
+
}) => /* @__PURE__ */ jsxs141(
|
|
4241
4301
|
"svg",
|
|
4242
4302
|
{
|
|
4243
4303
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4248,8 +4308,8 @@ var Webhooks16Icon = ({
|
|
|
4248
4308
|
"aria-labelledby": titleId,
|
|
4249
4309
|
...props,
|
|
4250
4310
|
children: [
|
|
4251
|
-
title ? /* @__PURE__ */
|
|
4252
|
-
/* @__PURE__ */
|
|
4311
|
+
title ? /* @__PURE__ */ jsx141("title", { id: titleId, children: title }) : null,
|
|
4312
|
+
/* @__PURE__ */ jsx141(
|
|
4253
4313
|
"path",
|
|
4254
4314
|
{
|
|
4255
4315
|
fill: "currentColor",
|
|
@@ -4264,8 +4324,8 @@ var Webhooks16Icon = ({
|
|
|
4264
4324
|
var Webhooks16Icon_default = Webhooks16Icon;
|
|
4265
4325
|
|
|
4266
4326
|
// icons/react/Add12Icon.tsx
|
|
4267
|
-
import { jsx as
|
|
4268
|
-
var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4327
|
+
import { jsx as jsx142, jsxs as jsxs142 } from "react/jsx-runtime";
|
|
4328
|
+
var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs142(
|
|
4269
4329
|
"svg",
|
|
4270
4330
|
{
|
|
4271
4331
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4275,9 +4335,9 @@ var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs140(
|
|
|
4275
4335
|
role: "img",
|
|
4276
4336
|
"aria-labelledby": titleId,
|
|
4277
4337
|
...props,
|
|
4278
|
-
children: [
|
|
4279
|
-
title ? /* @__PURE__ */
|
|
4280
|
-
/* @__PURE__ */
|
|
4338
|
+
children: [
|
|
4339
|
+
title ? /* @__PURE__ */ jsx142("title", { id: titleId, children: title }) : null,
|
|
4340
|
+
/* @__PURE__ */ jsx142(
|
|
4281
4341
|
"path",
|
|
4282
4342
|
{
|
|
4283
4343
|
fill: "currentColor",
|
|
@@ -4292,12 +4352,12 @@ var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs140(
|
|
|
4292
4352
|
var Add12Icon_default = Add12Icon;
|
|
4293
4353
|
|
|
4294
4354
|
// icons/react/AutoRestart12Icon.tsx
|
|
4295
|
-
import { jsx as
|
|
4355
|
+
import { jsx as jsx143, jsxs as jsxs143 } from "react/jsx-runtime";
|
|
4296
4356
|
var AutoRestart12Icon = ({
|
|
4297
4357
|
title,
|
|
4298
4358
|
titleId,
|
|
4299
4359
|
...props
|
|
4300
|
-
}) => /* @__PURE__ */
|
|
4360
|
+
}) => /* @__PURE__ */ jsxs143(
|
|
4301
4361
|
"svg",
|
|
4302
4362
|
{
|
|
4303
4363
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4308,8 +4368,8 @@ var AutoRestart12Icon = ({
|
|
|
4308
4368
|
"aria-labelledby": titleId,
|
|
4309
4369
|
...props,
|
|
4310
4370
|
children: [
|
|
4311
|
-
title ? /* @__PURE__ */
|
|
4312
|
-
/* @__PURE__ */
|
|
4371
|
+
title ? /* @__PURE__ */ jsx143("title", { id: titleId, children: title }) : null,
|
|
4372
|
+
/* @__PURE__ */ jsx143(
|
|
4313
4373
|
"path",
|
|
4314
4374
|
{
|
|
4315
4375
|
fill: "currentColor",
|
|
@@ -4322,12 +4382,12 @@ var AutoRestart12Icon = ({
|
|
|
4322
4382
|
var AutoRestart12Icon_default = AutoRestart12Icon;
|
|
4323
4383
|
|
|
4324
4384
|
// icons/react/AddRoundel12Icon.tsx
|
|
4325
|
-
import { jsx as
|
|
4385
|
+
import { jsx as jsx144, jsxs as jsxs144 } from "react/jsx-runtime";
|
|
4326
4386
|
var AddRoundel12Icon = ({
|
|
4327
4387
|
title,
|
|
4328
4388
|
titleId,
|
|
4329
4389
|
...props
|
|
4330
|
-
}) => /* @__PURE__ */
|
|
4390
|
+
}) => /* @__PURE__ */ jsxs144(
|
|
4331
4391
|
"svg",
|
|
4332
4392
|
{
|
|
4333
4393
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4338,8 +4398,8 @@ var AddRoundel12Icon = ({
|
|
|
4338
4398
|
"aria-labelledby": titleId,
|
|
4339
4399
|
...props,
|
|
4340
4400
|
children: [
|
|
4341
|
-
title ? /* @__PURE__ */
|
|
4342
|
-
/* @__PURE__ */
|
|
4401
|
+
title ? /* @__PURE__ */ jsx144("title", { id: titleId, children: title }) : null,
|
|
4402
|
+
/* @__PURE__ */ jsx144(
|
|
4343
4403
|
"path",
|
|
4344
4404
|
{
|
|
4345
4405
|
fill: "currentColor",
|
|
@@ -4354,12 +4414,12 @@ var AddRoundel12Icon = ({
|
|
|
4354
4414
|
var AddRoundel12Icon_default = AddRoundel12Icon;
|
|
4355
4415
|
|
|
4356
4416
|
// icons/react/Checkmark12Icon.tsx
|
|
4357
|
-
import { jsx as
|
|
4417
|
+
import { jsx as jsx145, jsxs as jsxs145 } from "react/jsx-runtime";
|
|
4358
4418
|
var Checkmark12Icon = ({
|
|
4359
4419
|
title,
|
|
4360
4420
|
titleId,
|
|
4361
4421
|
...props
|
|
4362
|
-
}) => /* @__PURE__ */
|
|
4422
|
+
}) => /* @__PURE__ */ jsxs145(
|
|
4363
4423
|
"svg",
|
|
4364
4424
|
{
|
|
4365
4425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4370,8 +4430,8 @@ var Checkmark12Icon = ({
|
|
|
4370
4430
|
"aria-labelledby": titleId,
|
|
4371
4431
|
...props,
|
|
4372
4432
|
children: [
|
|
4373
|
-
title ? /* @__PURE__ */
|
|
4374
|
-
/* @__PURE__ */
|
|
4433
|
+
title ? /* @__PURE__ */ jsx145("title", { id: titleId, children: title }) : null,
|
|
4434
|
+
/* @__PURE__ */ jsx145(
|
|
4375
4435
|
"path",
|
|
4376
4436
|
{
|
|
4377
4437
|
fill: "currentColor",
|
|
@@ -4386,8 +4446,8 @@ var Checkmark12Icon = ({
|
|
|
4386
4446
|
var Checkmark12Icon_default = Checkmark12Icon;
|
|
4387
4447
|
|
|
4388
4448
|
// icons/react/Close12Icon.tsx
|
|
4389
|
-
import { jsx as
|
|
4390
|
-
var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4449
|
+
import { jsx as jsx146, jsxs as jsxs146 } from "react/jsx-runtime";
|
|
4450
|
+
var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs146(
|
|
4391
4451
|
"svg",
|
|
4392
4452
|
{
|
|
4393
4453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4398,8 +4458,8 @@ var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs144(
|
|
|
4398
4458
|
"aria-labelledby": titleId,
|
|
4399
4459
|
...props,
|
|
4400
4460
|
children: [
|
|
4401
|
-
title ? /* @__PURE__ */
|
|
4402
|
-
/* @__PURE__ */
|
|
4461
|
+
title ? /* @__PURE__ */ jsx146("title", { id: titleId, children: title }) : null,
|
|
4462
|
+
/* @__PURE__ */ jsx146(
|
|
4403
4463
|
"path",
|
|
4404
4464
|
{
|
|
4405
4465
|
fill: "currentColor",
|
|
@@ -4412,12 +4472,12 @@ var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs144(
|
|
|
4412
4472
|
var Close12Icon_default = Close12Icon;
|
|
4413
4473
|
|
|
4414
4474
|
// icons/react/DirectionRightIcon.tsx
|
|
4415
|
-
import { jsx as
|
|
4475
|
+
import { jsx as jsx147, jsxs as jsxs147 } from "react/jsx-runtime";
|
|
4416
4476
|
var DirectionRightIcon = ({
|
|
4417
4477
|
title,
|
|
4418
4478
|
titleId,
|
|
4419
4479
|
...props
|
|
4420
|
-
}) => /* @__PURE__ */
|
|
4480
|
+
}) => /* @__PURE__ */ jsxs147(
|
|
4421
4481
|
"svg",
|
|
4422
4482
|
{
|
|
4423
4483
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4428,8 +4488,8 @@ var DirectionRightIcon = ({
|
|
|
4428
4488
|
"aria-labelledby": titleId,
|
|
4429
4489
|
...props,
|
|
4430
4490
|
children: [
|
|
4431
|
-
title ? /* @__PURE__ */
|
|
4432
|
-
/* @__PURE__ */
|
|
4491
|
+
title ? /* @__PURE__ */ jsx147("title", { id: titleId, children: title }) : null,
|
|
4492
|
+
/* @__PURE__ */ jsx147(
|
|
4433
4493
|
"path",
|
|
4434
4494
|
{
|
|
4435
4495
|
fill: "currentColor",
|
|
@@ -4442,12 +4502,12 @@ var DirectionRightIcon = ({
|
|
|
4442
4502
|
var DirectionRightIcon_default = DirectionRightIcon;
|
|
4443
4503
|
|
|
4444
4504
|
// icons/react/DirectionUpIcon.tsx
|
|
4445
|
-
import { jsx as
|
|
4505
|
+
import { jsx as jsx148, jsxs as jsxs148 } from "react/jsx-runtime";
|
|
4446
4506
|
var DirectionUpIcon = ({
|
|
4447
4507
|
title,
|
|
4448
4508
|
titleId,
|
|
4449
4509
|
...props
|
|
4450
|
-
}) => /* @__PURE__ */
|
|
4510
|
+
}) => /* @__PURE__ */ jsxs148(
|
|
4451
4511
|
"svg",
|
|
4452
4512
|
{
|
|
4453
4513
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4458,8 +4518,8 @@ var DirectionUpIcon = ({
|
|
|
4458
4518
|
"aria-labelledby": titleId,
|
|
4459
4519
|
...props,
|
|
4460
4520
|
children: [
|
|
4461
|
-
title ? /* @__PURE__ */
|
|
4462
|
-
/* @__PURE__ */
|
|
4521
|
+
title ? /* @__PURE__ */ jsx148("title", { id: titleId, children: title }) : null,
|
|
4522
|
+
/* @__PURE__ */ jsx148(
|
|
4463
4523
|
"path",
|
|
4464
4524
|
{
|
|
4465
4525
|
fill: "currentColor",
|
|
@@ -4472,12 +4532,12 @@ var DirectionUpIcon = ({
|
|
|
4472
4532
|
var DirectionUpIcon_default = DirectionUpIcon;
|
|
4473
4533
|
|
|
4474
4534
|
// icons/react/DirectionDownIcon.tsx
|
|
4475
|
-
import { jsx as
|
|
4535
|
+
import { jsx as jsx149, jsxs as jsxs149 } from "react/jsx-runtime";
|
|
4476
4536
|
var DirectionDownIcon = ({
|
|
4477
4537
|
title,
|
|
4478
4538
|
titleId,
|
|
4479
4539
|
...props
|
|
4480
|
-
}) => /* @__PURE__ */
|
|
4540
|
+
}) => /* @__PURE__ */ jsxs149(
|
|
4481
4541
|
"svg",
|
|
4482
4542
|
{
|
|
4483
4543
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4488,8 +4548,8 @@ var DirectionDownIcon = ({
|
|
|
4488
4548
|
"aria-labelledby": titleId,
|
|
4489
4549
|
...props,
|
|
4490
4550
|
children: [
|
|
4491
|
-
title ? /* @__PURE__ */
|
|
4492
|
-
/* @__PURE__ */
|
|
4551
|
+
title ? /* @__PURE__ */ jsx149("title", { id: titleId, children: title }) : null,
|
|
4552
|
+
/* @__PURE__ */ jsx149(
|
|
4493
4553
|
"path",
|
|
4494
4554
|
{
|
|
4495
4555
|
fill: "currentColor",
|
|
@@ -4502,12 +4562,12 @@ var DirectionDownIcon = ({
|
|
|
4502
4562
|
var DirectionDownIcon_default = DirectionDownIcon;
|
|
4503
4563
|
|
|
4504
4564
|
// icons/react/DirectionLeftIcon.tsx
|
|
4505
|
-
import { jsx as
|
|
4565
|
+
import { jsx as jsx150, jsxs as jsxs150 } from "react/jsx-runtime";
|
|
4506
4566
|
var DirectionLeftIcon = ({
|
|
4507
4567
|
title,
|
|
4508
4568
|
titleId,
|
|
4509
4569
|
...props
|
|
4510
|
-
}) => /* @__PURE__ */
|
|
4570
|
+
}) => /* @__PURE__ */ jsxs150(
|
|
4511
4571
|
"svg",
|
|
4512
4572
|
{
|
|
4513
4573
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4518,8 +4578,8 @@ var DirectionLeftIcon = ({
|
|
|
4518
4578
|
"aria-labelledby": titleId,
|
|
4519
4579
|
...props,
|
|
4520
4580
|
children: [
|
|
4521
|
-
title ? /* @__PURE__ */
|
|
4522
|
-
/* @__PURE__ */
|
|
4581
|
+
title ? /* @__PURE__ */ jsx150("title", { id: titleId, children: title }) : null,
|
|
4582
|
+
/* @__PURE__ */ jsx150(
|
|
4523
4583
|
"path",
|
|
4524
4584
|
{
|
|
4525
4585
|
fill: "currentColor",
|
|
@@ -4532,12 +4592,12 @@ var DirectionLeftIcon = ({
|
|
|
4532
4592
|
var DirectionLeftIcon_default = DirectionLeftIcon;
|
|
4533
4593
|
|
|
4534
4594
|
// icons/react/Clipboard12Icon.tsx
|
|
4535
|
-
import { jsx as
|
|
4595
|
+
import { jsx as jsx151, jsxs as jsxs151 } from "react/jsx-runtime";
|
|
4536
4596
|
var Clipboard12Icon = ({
|
|
4537
4597
|
title,
|
|
4538
4598
|
titleId,
|
|
4539
4599
|
...props
|
|
4540
|
-
}) => /* @__PURE__ */
|
|
4600
|
+
}) => /* @__PURE__ */ jsxs151(
|
|
4541
4601
|
"svg",
|
|
4542
4602
|
{
|
|
4543
4603
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4548,8 +4608,8 @@ var Clipboard12Icon = ({
|
|
|
4548
4608
|
"aria-labelledby": titleId,
|
|
4549
4609
|
...props,
|
|
4550
4610
|
children: [
|
|
4551
|
-
title ? /* @__PURE__ */
|
|
4552
|
-
/* @__PURE__ */
|
|
4611
|
+
title ? /* @__PURE__ */ jsx151("title", { id: titleId, children: title }) : null,
|
|
4612
|
+
/* @__PURE__ */ jsx151(
|
|
4553
4613
|
"path",
|
|
4554
4614
|
{
|
|
4555
4615
|
fill: "currentColor",
|
|
@@ -4564,8 +4624,8 @@ var Clipboard12Icon = ({
|
|
|
4564
4624
|
var Clipboard12Icon_default = Clipboard12Icon;
|
|
4565
4625
|
|
|
4566
4626
|
// icons/react/Copy12Icon.tsx
|
|
4567
|
-
import { jsx as
|
|
4568
|
-
var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4627
|
+
import { jsx as jsx152, jsxs as jsxs152 } from "react/jsx-runtime";
|
|
4628
|
+
var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs152(
|
|
4569
4629
|
"svg",
|
|
4570
4630
|
{
|
|
4571
4631
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4576,8 +4636,8 @@ var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs150(
|
|
|
4576
4636
|
"aria-labelledby": titleId,
|
|
4577
4637
|
...props,
|
|
4578
4638
|
children: [
|
|
4579
|
-
title ? /* @__PURE__ */
|
|
4580
|
-
/* @__PURE__ */
|
|
4639
|
+
title ? /* @__PURE__ */ jsx152("title", { id: titleId, children: title }) : null,
|
|
4640
|
+
/* @__PURE__ */ jsx152(
|
|
4581
4641
|
"path",
|
|
4582
4642
|
{
|
|
4583
4643
|
fill: "currentColor",
|
|
@@ -4592,12 +4652,12 @@ var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs150(
|
|
|
4592
4652
|
var Copy12Icon_default = Copy12Icon;
|
|
4593
4653
|
|
|
4594
4654
|
// icons/react/Disabled12Icon.tsx
|
|
4595
|
-
import { jsx as
|
|
4655
|
+
import { jsx as jsx153, jsxs as jsxs153 } from "react/jsx-runtime";
|
|
4596
4656
|
var Disabled12Icon = ({
|
|
4597
4657
|
title,
|
|
4598
4658
|
titleId,
|
|
4599
4659
|
...props
|
|
4600
|
-
}) => /* @__PURE__ */
|
|
4660
|
+
}) => /* @__PURE__ */ jsxs153(
|
|
4601
4661
|
"svg",
|
|
4602
4662
|
{
|
|
4603
4663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4608,8 +4668,8 @@ var Disabled12Icon = ({
|
|
|
4608
4668
|
"aria-labelledby": titleId,
|
|
4609
4669
|
...props,
|
|
4610
4670
|
children: [
|
|
4611
|
-
title ? /* @__PURE__ */
|
|
4612
|
-
/* @__PURE__ */
|
|
4671
|
+
title ? /* @__PURE__ */ jsx153("title", { id: titleId, children: title }) : null,
|
|
4672
|
+
/* @__PURE__ */ jsx153(
|
|
4613
4673
|
"path",
|
|
4614
4674
|
{
|
|
4615
4675
|
fill: "currentColor",
|
|
@@ -4624,12 +4684,12 @@ var Disabled12Icon = ({
|
|
|
4624
4684
|
var Disabled12Icon_default = Disabled12Icon;
|
|
4625
4685
|
|
|
4626
4686
|
// icons/react/DownloadOutline12Icon.tsx
|
|
4627
|
-
import { jsx as
|
|
4687
|
+
import { jsx as jsx154, jsxs as jsxs154 } from "react/jsx-runtime";
|
|
4628
4688
|
var DownloadOutline12Icon = ({
|
|
4629
4689
|
title,
|
|
4630
4690
|
titleId,
|
|
4631
4691
|
...props
|
|
4632
|
-
}) => /* @__PURE__ */
|
|
4692
|
+
}) => /* @__PURE__ */ jsxs154(
|
|
4633
4693
|
"svg",
|
|
4634
4694
|
{
|
|
4635
4695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4640,8 +4700,8 @@ var DownloadOutline12Icon = ({
|
|
|
4640
4700
|
"aria-labelledby": titleId,
|
|
4641
4701
|
...props,
|
|
4642
4702
|
children: [
|
|
4643
|
-
title ? /* @__PURE__ */
|
|
4644
|
-
/* @__PURE__ */
|
|
4703
|
+
title ? /* @__PURE__ */ jsx154("title", { id: titleId, children: title }) : null,
|
|
4704
|
+
/* @__PURE__ */ jsx154(
|
|
4645
4705
|
"path",
|
|
4646
4706
|
{
|
|
4647
4707
|
fill: "currentColor",
|
|
@@ -4654,8 +4714,8 @@ var DownloadOutline12Icon = ({
|
|
|
4654
4714
|
var DownloadOutline12Icon_default = DownloadOutline12Icon;
|
|
4655
4715
|
|
|
4656
4716
|
// icons/react/Error12Icon.tsx
|
|
4657
|
-
import { jsx as
|
|
4658
|
-
var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4717
|
+
import { jsx as jsx155, jsxs as jsxs155 } from "react/jsx-runtime";
|
|
4718
|
+
var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs155(
|
|
4659
4719
|
"svg",
|
|
4660
4720
|
{
|
|
4661
4721
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4666,8 +4726,8 @@ var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs153(
|
|
|
4666
4726
|
"aria-labelledby": titleId,
|
|
4667
4727
|
...props,
|
|
4668
4728
|
children: [
|
|
4669
|
-
title ? /* @__PURE__ */
|
|
4670
|
-
/* @__PURE__ */
|
|
4729
|
+
title ? /* @__PURE__ */ jsx155("title", { id: titleId, children: title }) : null,
|
|
4730
|
+
/* @__PURE__ */ jsx155(
|
|
4671
4731
|
"path",
|
|
4672
4732
|
{
|
|
4673
4733
|
fill: "currentColor",
|
|
@@ -4682,8 +4742,8 @@ var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs153(
|
|
|
4682
4742
|
var Error12Icon_default = Error12Icon;
|
|
4683
4743
|
|
|
4684
4744
|
// icons/react/Info12Icon.tsx
|
|
4685
|
-
import { jsx as
|
|
4686
|
-
var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4745
|
+
import { jsx as jsx156, jsxs as jsxs156 } from "react/jsx-runtime";
|
|
4746
|
+
var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs156(
|
|
4687
4747
|
"svg",
|
|
4688
4748
|
{
|
|
4689
4749
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4694,8 +4754,8 @@ var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs154(
|
|
|
4694
4754
|
"aria-labelledby": titleId,
|
|
4695
4755
|
...props,
|
|
4696
4756
|
children: [
|
|
4697
|
-
title ? /* @__PURE__ */
|
|
4698
|
-
/* @__PURE__ */
|
|
4757
|
+
title ? /* @__PURE__ */ jsx156("title", { id: titleId, children: title }) : null,
|
|
4758
|
+
/* @__PURE__ */ jsx156(
|
|
4699
4759
|
"path",
|
|
4700
4760
|
{
|
|
4701
4761
|
fill: "currentColor",
|
|
@@ -4710,12 +4770,12 @@ var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs154(
|
|
|
4710
4770
|
var Info12Icon_default = Info12Icon;
|
|
4711
4771
|
|
|
4712
4772
|
// icons/react/Filter12Icon.tsx
|
|
4713
|
-
import { jsx as
|
|
4773
|
+
import { jsx as jsx157, jsxs as jsxs157 } from "react/jsx-runtime";
|
|
4714
4774
|
var Filter12Icon = ({
|
|
4715
4775
|
title,
|
|
4716
4776
|
titleId,
|
|
4717
4777
|
...props
|
|
4718
|
-
}) => /* @__PURE__ */
|
|
4778
|
+
}) => /* @__PURE__ */ jsxs157(
|
|
4719
4779
|
"svg",
|
|
4720
4780
|
{
|
|
4721
4781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4726,8 +4786,8 @@ var Filter12Icon = ({
|
|
|
4726
4786
|
"aria-labelledby": titleId,
|
|
4727
4787
|
...props,
|
|
4728
4788
|
children: [
|
|
4729
|
-
title ? /* @__PURE__ */
|
|
4730
|
-
/* @__PURE__ */
|
|
4789
|
+
title ? /* @__PURE__ */ jsx157("title", { id: titleId, children: title }) : null,
|
|
4790
|
+
/* @__PURE__ */ jsx157(
|
|
4731
4791
|
"path",
|
|
4732
4792
|
{
|
|
4733
4793
|
fill: "currentColor",
|
|
@@ -4742,8 +4802,8 @@ var Filter12Icon = ({
|
|
|
4742
4802
|
var Filter12Icon_default = Filter12Icon;
|
|
4743
4803
|
|
|
4744
4804
|
// icons/react/Key12Icon.tsx
|
|
4745
|
-
import { jsx as
|
|
4746
|
-
var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4805
|
+
import { jsx as jsx158, jsxs as jsxs158 } from "react/jsx-runtime";
|
|
4806
|
+
var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs158(
|
|
4747
4807
|
"svg",
|
|
4748
4808
|
{
|
|
4749
4809
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4754,8 +4814,8 @@ var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs156(
|
|
|
4754
4814
|
"aria-labelledby": titleId,
|
|
4755
4815
|
...props,
|
|
4756
4816
|
children: [
|
|
4757
|
-
title ? /* @__PURE__ */
|
|
4758
|
-
/* @__PURE__ */
|
|
4817
|
+
title ? /* @__PURE__ */ jsx158("title", { id: titleId, children: title }) : null,
|
|
4818
|
+
/* @__PURE__ */ jsx158(
|
|
4759
4819
|
"path",
|
|
4760
4820
|
{
|
|
4761
4821
|
fill: "currentColor",
|
|
@@ -4770,12 +4830,12 @@ var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs156(
|
|
|
4770
4830
|
var Key12Icon_default = Key12Icon;
|
|
4771
4831
|
|
|
4772
4832
|
// icons/react/Loader12Icon.tsx
|
|
4773
|
-
import { jsx as
|
|
4833
|
+
import { jsx as jsx159, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
4774
4834
|
var Loader12Icon = ({
|
|
4775
4835
|
title,
|
|
4776
4836
|
titleId,
|
|
4777
4837
|
...props
|
|
4778
|
-
}) => /* @__PURE__ */
|
|
4838
|
+
}) => /* @__PURE__ */ jsxs159(
|
|
4779
4839
|
"svg",
|
|
4780
4840
|
{
|
|
4781
4841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4786,9 +4846,9 @@ var Loader12Icon = ({
|
|
|
4786
4846
|
"aria-labelledby": titleId,
|
|
4787
4847
|
...props,
|
|
4788
4848
|
children: [
|
|
4789
|
-
title ? /* @__PURE__ */
|
|
4790
|
-
/* @__PURE__ */
|
|
4791
|
-
/* @__PURE__ */
|
|
4849
|
+
title ? /* @__PURE__ */ jsx159("title", { id: titleId, children: title }) : null,
|
|
4850
|
+
/* @__PURE__ */ jsx159("circle", { cx: 6, cy: 6, r: 5.25, stroke: "#1C2225", strokeWidth: 1.5 }),
|
|
4851
|
+
/* @__PURE__ */ jsx159(
|
|
4792
4852
|
"path",
|
|
4793
4853
|
{
|
|
4794
4854
|
fill: "currentColor",
|
|
@@ -4801,12 +4861,12 @@ var Loader12Icon = ({
|
|
|
4801
4861
|
var Loader12Icon_default = Loader12Icon;
|
|
4802
4862
|
|
|
4803
4863
|
// icons/react/MenuOpen12Icon.tsx
|
|
4804
|
-
import { jsx as
|
|
4864
|
+
import { jsx as jsx160, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
4805
4865
|
var MenuOpen12Icon = ({
|
|
4806
4866
|
title,
|
|
4807
4867
|
titleId,
|
|
4808
4868
|
...props
|
|
4809
|
-
}) => /* @__PURE__ */
|
|
4869
|
+
}) => /* @__PURE__ */ jsxs160(
|
|
4810
4870
|
"svg",
|
|
4811
4871
|
{
|
|
4812
4872
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4817,8 +4877,8 @@ var MenuOpen12Icon = ({
|
|
|
4817
4877
|
"aria-labelledby": titleId,
|
|
4818
4878
|
...props,
|
|
4819
4879
|
children: [
|
|
4820
|
-
title ? /* @__PURE__ */
|
|
4821
|
-
/* @__PURE__ */
|
|
4880
|
+
title ? /* @__PURE__ */ jsx160("title", { id: titleId, children: title }) : null,
|
|
4881
|
+
/* @__PURE__ */ jsx160(
|
|
4822
4882
|
"path",
|
|
4823
4883
|
{
|
|
4824
4884
|
fill: "currentColor",
|
|
@@ -4833,12 +4893,12 @@ var MenuOpen12Icon = ({
|
|
|
4833
4893
|
var MenuOpen12Icon_default = MenuOpen12Icon;
|
|
4834
4894
|
|
|
4835
4895
|
// icons/react/MenuClose12Icon.tsx
|
|
4836
|
-
import { jsx as
|
|
4896
|
+
import { jsx as jsx161, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
4837
4897
|
var MenuClose12Icon = ({
|
|
4838
4898
|
title,
|
|
4839
4899
|
titleId,
|
|
4840
4900
|
...props
|
|
4841
|
-
}) => /* @__PURE__ */
|
|
4901
|
+
}) => /* @__PURE__ */ jsxs161(
|
|
4842
4902
|
"svg",
|
|
4843
4903
|
{
|
|
4844
4904
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4849,8 +4909,8 @@ var MenuClose12Icon = ({
|
|
|
4849
4909
|
"aria-labelledby": titleId,
|
|
4850
4910
|
...props,
|
|
4851
4911
|
children: [
|
|
4852
|
-
title ? /* @__PURE__ */
|
|
4853
|
-
/* @__PURE__ */
|
|
4912
|
+
title ? /* @__PURE__ */ jsx161("title", { id: titleId, children: title }) : null,
|
|
4913
|
+
/* @__PURE__ */ jsx161(
|
|
4854
4914
|
"path",
|
|
4855
4915
|
{
|
|
4856
4916
|
fill: "currentColor",
|
|
@@ -4865,12 +4925,12 @@ var MenuClose12Icon = ({
|
|
|
4865
4925
|
var MenuClose12Icon_default = MenuClose12Icon;
|
|
4866
4926
|
|
|
4867
4927
|
// icons/react/Monitor12Icon.tsx
|
|
4868
|
-
import { jsx as
|
|
4928
|
+
import { jsx as jsx162, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
4869
4929
|
var Monitor12Icon = ({
|
|
4870
4930
|
title,
|
|
4871
4931
|
titleId,
|
|
4872
4932
|
...props
|
|
4873
|
-
}) => /* @__PURE__ */
|
|
4933
|
+
}) => /* @__PURE__ */ jsxs162(
|
|
4874
4934
|
"svg",
|
|
4875
4935
|
{
|
|
4876
4936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4881,8 +4941,8 @@ var Monitor12Icon = ({
|
|
|
4881
4941
|
"aria-labelledby": titleId,
|
|
4882
4942
|
...props,
|
|
4883
4943
|
children: [
|
|
4884
|
-
title ? /* @__PURE__ */
|
|
4885
|
-
/* @__PURE__ */
|
|
4944
|
+
title ? /* @__PURE__ */ jsx162("title", { id: titleId, children: title }) : null,
|
|
4945
|
+
/* @__PURE__ */ jsx162(
|
|
4886
4946
|
"path",
|
|
4887
4947
|
{
|
|
4888
4948
|
fill: "currentColor",
|
|
@@ -4895,8 +4955,8 @@ var Monitor12Icon = ({
|
|
|
4895
4955
|
var Monitor12Icon_default = Monitor12Icon;
|
|
4896
4956
|
|
|
4897
4957
|
// icons/react/Moon12Icon.tsx
|
|
4898
|
-
import { jsx as
|
|
4899
|
-
var Moon12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4958
|
+
import { jsx as jsx163, jsxs as jsxs163 } from "react/jsx-runtime";
|
|
4959
|
+
var Moon12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs163(
|
|
4900
4960
|
"svg",
|
|
4901
4961
|
{
|
|
4902
4962
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4907,8 +4967,8 @@ var Moon12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs161(
|
|
|
4907
4967
|
"aria-labelledby": titleId,
|
|
4908
4968
|
...props,
|
|
4909
4969
|
children: [
|
|
4910
|
-
title ? /* @__PURE__ */
|
|
4911
|
-
/* @__PURE__ */
|
|
4970
|
+
title ? /* @__PURE__ */ jsx163("title", { id: titleId, children: title }) : null,
|
|
4971
|
+
/* @__PURE__ */ jsx163(
|
|
4912
4972
|
"path",
|
|
4913
4973
|
{
|
|
4914
4974
|
fill: "currentColor",
|
|
@@ -4921,8 +4981,8 @@ var Moon12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs161(
|
|
|
4921
4981
|
var Moon12Icon_default = Moon12Icon;
|
|
4922
4982
|
|
|
4923
4983
|
// icons/react/More12Icon.tsx
|
|
4924
|
-
import { jsx as
|
|
4925
|
-
var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
4984
|
+
import { jsx as jsx164, jsxs as jsxs164 } from "react/jsx-runtime";
|
|
4985
|
+
var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs164(
|
|
4926
4986
|
"svg",
|
|
4927
4987
|
{
|
|
4928
4988
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4933,8 +4993,8 @@ var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs162(
|
|
|
4933
4993
|
"aria-labelledby": titleId,
|
|
4934
4994
|
...props,
|
|
4935
4995
|
children: [
|
|
4936
|
-
title ? /* @__PURE__ */
|
|
4937
|
-
/* @__PURE__ */
|
|
4996
|
+
title ? /* @__PURE__ */ jsx164("title", { id: titleId, children: title }) : null,
|
|
4997
|
+
/* @__PURE__ */ jsx164(
|
|
4938
4998
|
"path",
|
|
4939
4999
|
{
|
|
4940
5000
|
fill: "currentColor",
|
|
@@ -4949,12 +5009,12 @@ var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs162(
|
|
|
4949
5009
|
var More12Icon_default = More12Icon;
|
|
4950
5010
|
|
|
4951
5011
|
// icons/react/NextArrow12Icon.tsx
|
|
4952
|
-
import { jsx as
|
|
5012
|
+
import { jsx as jsx165, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
4953
5013
|
var NextArrow12Icon = ({
|
|
4954
5014
|
title,
|
|
4955
5015
|
titleId,
|
|
4956
5016
|
...props
|
|
4957
|
-
}) => /* @__PURE__ */
|
|
5017
|
+
}) => /* @__PURE__ */ jsxs165(
|
|
4958
5018
|
"svg",
|
|
4959
5019
|
{
|
|
4960
5020
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4965,8 +5025,8 @@ var NextArrow12Icon = ({
|
|
|
4965
5025
|
"aria-labelledby": titleId,
|
|
4966
5026
|
...props,
|
|
4967
5027
|
children: [
|
|
4968
|
-
title ? /* @__PURE__ */
|
|
4969
|
-
/* @__PURE__ */
|
|
5028
|
+
title ? /* @__PURE__ */ jsx165("title", { id: titleId, children: title }) : null,
|
|
5029
|
+
/* @__PURE__ */ jsx165(
|
|
4970
5030
|
"path",
|
|
4971
5031
|
{
|
|
4972
5032
|
fill: "currentColor",
|
|
@@ -4979,12 +5039,12 @@ var NextArrow12Icon = ({
|
|
|
4979
5039
|
var NextArrow12Icon_default = NextArrow12Icon;
|
|
4980
5040
|
|
|
4981
5041
|
// icons/react/PrevArrow12Icon.tsx
|
|
4982
|
-
import { jsx as
|
|
5042
|
+
import { jsx as jsx166, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
4983
5043
|
var PrevArrow12Icon = ({
|
|
4984
5044
|
title,
|
|
4985
5045
|
titleId,
|
|
4986
5046
|
...props
|
|
4987
|
-
}) => /* @__PURE__ */
|
|
5047
|
+
}) => /* @__PURE__ */ jsxs166(
|
|
4988
5048
|
"svg",
|
|
4989
5049
|
{
|
|
4990
5050
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4995,8 +5055,8 @@ var PrevArrow12Icon = ({
|
|
|
4995
5055
|
"aria-labelledby": titleId,
|
|
4996
5056
|
...props,
|
|
4997
5057
|
children: [
|
|
4998
|
-
title ? /* @__PURE__ */
|
|
4999
|
-
/* @__PURE__ */
|
|
5058
|
+
title ? /* @__PURE__ */ jsx166("title", { id: titleId, children: title }) : null,
|
|
5059
|
+
/* @__PURE__ */ jsx166(
|
|
5000
5060
|
"path",
|
|
5001
5061
|
{
|
|
5002
5062
|
fill: "currentColor",
|
|
@@ -5009,12 +5069,12 @@ var PrevArrow12Icon = ({
|
|
|
5009
5069
|
var PrevArrow12Icon_default = PrevArrow12Icon;
|
|
5010
5070
|
|
|
5011
5071
|
// icons/react/OpenLink12Icon.tsx
|
|
5012
|
-
import { jsx as
|
|
5072
|
+
import { jsx as jsx167, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
5013
5073
|
var OpenLink12Icon = ({
|
|
5014
5074
|
title,
|
|
5015
5075
|
titleId,
|
|
5016
5076
|
...props
|
|
5017
|
-
}) => /* @__PURE__ */
|
|
5077
|
+
}) => /* @__PURE__ */ jsxs167(
|
|
5018
5078
|
"svg",
|
|
5019
5079
|
{
|
|
5020
5080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5025,8 +5085,8 @@ var OpenLink12Icon = ({
|
|
|
5025
5085
|
"aria-labelledby": titleId,
|
|
5026
5086
|
...props,
|
|
5027
5087
|
children: [
|
|
5028
|
-
title ? /* @__PURE__ */
|
|
5029
|
-
/* @__PURE__ */
|
|
5088
|
+
title ? /* @__PURE__ */ jsx167("title", { id: titleId, children: title }) : null,
|
|
5089
|
+
/* @__PURE__ */ jsx167(
|
|
5030
5090
|
"path",
|
|
5031
5091
|
{
|
|
5032
5092
|
fill: "currentColor",
|
|
@@ -5039,12 +5099,12 @@ var OpenLink12Icon = ({
|
|
|
5039
5099
|
var OpenLink12Icon_default = OpenLink12Icon;
|
|
5040
5100
|
|
|
5041
5101
|
// icons/react/Repair12Icon.tsx
|
|
5042
|
-
import { jsx as
|
|
5102
|
+
import { jsx as jsx168, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
5043
5103
|
var Repair12Icon = ({
|
|
5044
5104
|
title,
|
|
5045
5105
|
titleId,
|
|
5046
5106
|
...props
|
|
5047
|
-
}) => /* @__PURE__ */
|
|
5107
|
+
}) => /* @__PURE__ */ jsxs168(
|
|
5048
5108
|
"svg",
|
|
5049
5109
|
{
|
|
5050
5110
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5055,8 +5115,8 @@ var Repair12Icon = ({
|
|
|
5055
5115
|
"aria-labelledby": titleId,
|
|
5056
5116
|
...props,
|
|
5057
5117
|
children: [
|
|
5058
|
-
title ? /* @__PURE__ */
|
|
5059
|
-
/* @__PURE__ */
|
|
5118
|
+
title ? /* @__PURE__ */ jsx168("title", { id: titleId, children: title }) : null,
|
|
5119
|
+
/* @__PURE__ */ jsx168(
|
|
5060
5120
|
"path",
|
|
5061
5121
|
{
|
|
5062
5122
|
fill: "currentColor",
|
|
@@ -5071,12 +5131,12 @@ var Repair12Icon = ({
|
|
|
5071
5131
|
var Repair12Icon_default = Repair12Icon;
|
|
5072
5132
|
|
|
5073
5133
|
// icons/react/Security12Icon.tsx
|
|
5074
|
-
import { jsx as
|
|
5134
|
+
import { jsx as jsx169, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
5075
5135
|
var Security12Icon = ({
|
|
5076
5136
|
title,
|
|
5077
5137
|
titleId,
|
|
5078
5138
|
...props
|
|
5079
|
-
}) => /* @__PURE__ */
|
|
5139
|
+
}) => /* @__PURE__ */ jsxs169(
|
|
5080
5140
|
"svg",
|
|
5081
5141
|
{
|
|
5082
5142
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5087,8 +5147,8 @@ var Security12Icon = ({
|
|
|
5087
5147
|
"aria-labelledby": titleId,
|
|
5088
5148
|
...props,
|
|
5089
5149
|
children: [
|
|
5090
|
-
title ? /* @__PURE__ */
|
|
5091
|
-
/* @__PURE__ */
|
|
5150
|
+
title ? /* @__PURE__ */ jsx169("title", { id: titleId, children: title }) : null,
|
|
5151
|
+
/* @__PURE__ */ jsx169(
|
|
5092
5152
|
"path",
|
|
5093
5153
|
{
|
|
5094
5154
|
fill: "currentColor",
|
|
@@ -5103,12 +5163,12 @@ var Security12Icon = ({
|
|
|
5103
5163
|
var Security12Icon_default = Security12Icon;
|
|
5104
5164
|
|
|
5105
5165
|
// icons/react/SizeOutline12Icon.tsx
|
|
5106
|
-
import { jsx as
|
|
5166
|
+
import { jsx as jsx170, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
5107
5167
|
var SizeOutline12Icon = ({
|
|
5108
5168
|
title,
|
|
5109
5169
|
titleId,
|
|
5110
5170
|
...props
|
|
5111
|
-
}) => /* @__PURE__ */
|
|
5171
|
+
}) => /* @__PURE__ */ jsxs170(
|
|
5112
5172
|
"svg",
|
|
5113
5173
|
{
|
|
5114
5174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5119,8 +5179,8 @@ var SizeOutline12Icon = ({
|
|
|
5119
5179
|
"aria-labelledby": titleId,
|
|
5120
5180
|
...props,
|
|
5121
5181
|
children: [
|
|
5122
|
-
title ? /* @__PURE__ */
|
|
5123
|
-
/* @__PURE__ */
|
|
5182
|
+
title ? /* @__PURE__ */ jsx170("title", { id: titleId, children: title }) : null,
|
|
5183
|
+
/* @__PURE__ */ jsx170(
|
|
5124
5184
|
"path",
|
|
5125
5185
|
{
|
|
5126
5186
|
fill: "currentColor",
|
|
@@ -5133,8 +5193,8 @@ var SizeOutline12Icon = ({
|
|
|
5133
5193
|
var SizeOutline12Icon_default = SizeOutline12Icon;
|
|
5134
5194
|
|
|
5135
5195
|
// icons/react/Sun12Icon.tsx
|
|
5136
|
-
import { jsx as
|
|
5137
|
-
var Sun12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
5196
|
+
import { jsx as jsx171, jsxs as jsxs171 } from "react/jsx-runtime";
|
|
5197
|
+
var Sun12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs171(
|
|
5138
5198
|
"svg",
|
|
5139
5199
|
{
|
|
5140
5200
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5145,8 +5205,8 @@ var Sun12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs169(
|
|
|
5145
5205
|
"aria-labelledby": titleId,
|
|
5146
5206
|
...props,
|
|
5147
5207
|
children: [
|
|
5148
|
-
title ? /* @__PURE__ */
|
|
5149
|
-
/* @__PURE__ */
|
|
5208
|
+
title ? /* @__PURE__ */ jsx171("title", { id: titleId, children: title }) : null,
|
|
5209
|
+
/* @__PURE__ */ jsx171(
|
|
5150
5210
|
"path",
|
|
5151
5211
|
{
|
|
5152
5212
|
fill: "currentColor",
|
|
@@ -5161,12 +5221,12 @@ var Sun12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs169(
|
|
|
5161
5221
|
var Sun12Icon_default = Sun12Icon;
|
|
5162
5222
|
|
|
5163
5223
|
// icons/react/Success12Icon.tsx
|
|
5164
|
-
import { jsx as
|
|
5224
|
+
import { jsx as jsx172, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
5165
5225
|
var Success12Icon = ({
|
|
5166
5226
|
title,
|
|
5167
5227
|
titleId,
|
|
5168
5228
|
...props
|
|
5169
|
-
}) => /* @__PURE__ */
|
|
5229
|
+
}) => /* @__PURE__ */ jsxs172(
|
|
5170
5230
|
"svg",
|
|
5171
5231
|
{
|
|
5172
5232
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5177,8 +5237,8 @@ var Success12Icon = ({
|
|
|
5177
5237
|
"aria-labelledby": titleId,
|
|
5178
5238
|
...props,
|
|
5179
5239
|
children: [
|
|
5180
|
-
title ? /* @__PURE__ */
|
|
5181
|
-
/* @__PURE__ */
|
|
5240
|
+
title ? /* @__PURE__ */ jsx172("title", { id: titleId, children: title }) : null,
|
|
5241
|
+
/* @__PURE__ */ jsx172(
|
|
5182
5242
|
"path",
|
|
5183
5243
|
{
|
|
5184
5244
|
fill: "currentColor",
|
|
@@ -5193,12 +5253,12 @@ var Success12Icon = ({
|
|
|
5193
5253
|
var Success12Icon_default = Success12Icon;
|
|
5194
5254
|
|
|
5195
5255
|
// icons/react/TimeOutline12Icon.tsx
|
|
5196
|
-
import { jsx as
|
|
5256
|
+
import { jsx as jsx173, jsxs as jsxs173 } from "react/jsx-runtime";
|
|
5197
5257
|
var TimeOutline12Icon = ({
|
|
5198
5258
|
title,
|
|
5199
5259
|
titleId,
|
|
5200
5260
|
...props
|
|
5201
|
-
}) => /* @__PURE__ */
|
|
5261
|
+
}) => /* @__PURE__ */ jsxs173(
|
|
5202
5262
|
"svg",
|
|
5203
5263
|
{
|
|
5204
5264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5209,8 +5269,8 @@ var TimeOutline12Icon = ({
|
|
|
5209
5269
|
"aria-labelledby": titleId,
|
|
5210
5270
|
...props,
|
|
5211
5271
|
children: [
|
|
5212
|
-
title ? /* @__PURE__ */
|
|
5213
|
-
/* @__PURE__ */
|
|
5272
|
+
title ? /* @__PURE__ */ jsx173("title", { id: titleId, children: title }) : null,
|
|
5273
|
+
/* @__PURE__ */ jsx173(
|
|
5214
5274
|
"path",
|
|
5215
5275
|
{
|
|
5216
5276
|
fill: "currentColor",
|
|
@@ -5223,12 +5283,12 @@ var TimeOutline12Icon = ({
|
|
|
5223
5283
|
var TimeOutline12Icon_default = TimeOutline12Icon;
|
|
5224
5284
|
|
|
5225
5285
|
// icons/react/Unauthorized12Icon.tsx
|
|
5226
|
-
import { jsx as
|
|
5286
|
+
import { jsx as jsx174, jsxs as jsxs174 } from "react/jsx-runtime";
|
|
5227
5287
|
var Unauthorized12Icon = ({
|
|
5228
5288
|
title,
|
|
5229
5289
|
titleId,
|
|
5230
5290
|
...props
|
|
5231
|
-
}) => /* @__PURE__ */
|
|
5291
|
+
}) => /* @__PURE__ */ jsxs174(
|
|
5232
5292
|
"svg",
|
|
5233
5293
|
{
|
|
5234
5294
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5239,8 +5299,8 @@ var Unauthorized12Icon = ({
|
|
|
5239
5299
|
"aria-labelledby": titleId,
|
|
5240
5300
|
...props,
|
|
5241
5301
|
children: [
|
|
5242
|
-
title ? /* @__PURE__ */
|
|
5243
|
-
/* @__PURE__ */
|
|
5302
|
+
title ? /* @__PURE__ */ jsx174("title", { id: titleId, children: title }) : null,
|
|
5303
|
+
/* @__PURE__ */ jsx174(
|
|
5244
5304
|
"path",
|
|
5245
5305
|
{
|
|
5246
5306
|
fill: "currentColor",
|
|
@@ -5255,12 +5315,12 @@ var Unauthorized12Icon = ({
|
|
|
5255
5315
|
var Unauthorized12Icon_default = Unauthorized12Icon;
|
|
5256
5316
|
|
|
5257
5317
|
// icons/react/Warning12Icon.tsx
|
|
5258
|
-
import { jsx as
|
|
5318
|
+
import { jsx as jsx175, jsxs as jsxs175 } from "react/jsx-runtime";
|
|
5259
5319
|
var Warning12Icon = ({
|
|
5260
5320
|
title,
|
|
5261
5321
|
titleId,
|
|
5262
5322
|
...props
|
|
5263
|
-
}) => /* @__PURE__ */
|
|
5323
|
+
}) => /* @__PURE__ */ jsxs175(
|
|
5264
5324
|
"svg",
|
|
5265
5325
|
{
|
|
5266
5326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5271,8 +5331,8 @@ var Warning12Icon = ({
|
|
|
5271
5331
|
"aria-labelledby": titleId,
|
|
5272
5332
|
...props,
|
|
5273
5333
|
children: [
|
|
5274
|
-
title ? /* @__PURE__ */
|
|
5275
|
-
/* @__PURE__ */
|
|
5334
|
+
title ? /* @__PURE__ */ jsx175("title", { id: titleId, children: title }) : null,
|
|
5335
|
+
/* @__PURE__ */ jsx175(
|
|
5276
5336
|
"path",
|
|
5277
5337
|
{
|
|
5278
5338
|
fill: "currentColor",
|
|
@@ -5287,12 +5347,12 @@ var Warning12Icon = ({
|
|
|
5287
5347
|
var Warning12Icon_default = Warning12Icon;
|
|
5288
5348
|
|
|
5289
5349
|
// icons/react/Question12Icon.tsx
|
|
5290
|
-
import { jsx as
|
|
5350
|
+
import { jsx as jsx176, jsxs as jsxs176 } from "react/jsx-runtime";
|
|
5291
5351
|
var Question12Icon = ({
|
|
5292
5352
|
title,
|
|
5293
5353
|
titleId,
|
|
5294
5354
|
...props
|
|
5295
|
-
}) => /* @__PURE__ */
|
|
5355
|
+
}) => /* @__PURE__ */ jsxs176(
|
|
5296
5356
|
"svg",
|
|
5297
5357
|
{
|
|
5298
5358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5303,8 +5363,8 @@ var Question12Icon = ({
|
|
|
5303
5363
|
"aria-labelledby": titleId,
|
|
5304
5364
|
...props,
|
|
5305
5365
|
children: [
|
|
5306
|
-
title ? /* @__PURE__ */
|
|
5307
|
-
/* @__PURE__ */
|
|
5366
|
+
title ? /* @__PURE__ */ jsx176("title", { id: titleId, children: title }) : null,
|
|
5367
|
+
/* @__PURE__ */ jsx176(
|
|
5308
5368
|
"path",
|
|
5309
5369
|
{
|
|
5310
5370
|
fill: "currentColor",
|
|
@@ -5319,8 +5379,8 @@ var Question12Icon = ({
|
|
|
5319
5379
|
var Question12Icon_default = Question12Icon;
|
|
5320
5380
|
|
|
5321
5381
|
// icons/react/Hide12Icon.tsx
|
|
5322
|
-
import { jsx as
|
|
5323
|
-
var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
5382
|
+
import { jsx as jsx177, jsxs as jsxs177 } from "react/jsx-runtime";
|
|
5383
|
+
var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs177(
|
|
5324
5384
|
"svg",
|
|
5325
5385
|
{
|
|
5326
5386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5331,8 +5391,8 @@ var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs175(
|
|
|
5331
5391
|
"aria-labelledby": titleId,
|
|
5332
5392
|
...props,
|
|
5333
5393
|
children: [
|
|
5334
|
-
title ? /* @__PURE__ */
|
|
5335
|
-
/* @__PURE__ */
|
|
5394
|
+
title ? /* @__PURE__ */ jsx177("title", { id: titleId, children: title }) : null,
|
|
5395
|
+
/* @__PURE__ */ jsx177(
|
|
5336
5396
|
"path",
|
|
5337
5397
|
{
|
|
5338
5398
|
fill: "currentColor",
|
|
@@ -5347,12 +5407,12 @@ var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs175(
|
|
|
5347
5407
|
var Hide12Icon_default = Hide12Icon;
|
|
5348
5408
|
|
|
5349
5409
|
// icons/react/SelectArrows6Icon.tsx
|
|
5350
|
-
import { jsx as
|
|
5410
|
+
import { jsx as jsx178, jsxs as jsxs178 } from "react/jsx-runtime";
|
|
5351
5411
|
var SelectArrows6Icon = ({
|
|
5352
5412
|
title,
|
|
5353
5413
|
titleId,
|
|
5354
5414
|
...props
|
|
5355
|
-
}) => /* @__PURE__ */
|
|
5415
|
+
}) => /* @__PURE__ */ jsxs178(
|
|
5356
5416
|
"svg",
|
|
5357
5417
|
{
|
|
5358
5418
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5363,8 +5423,8 @@ var SelectArrows6Icon = ({
|
|
|
5363
5423
|
"aria-labelledby": titleId,
|
|
5364
5424
|
...props,
|
|
5365
5425
|
children: [
|
|
5366
|
-
title ? /* @__PURE__ */
|
|
5367
|
-
/* @__PURE__ */
|
|
5426
|
+
title ? /* @__PURE__ */ jsx178("title", { id: titleId, children: title }) : null,
|
|
5427
|
+
/* @__PURE__ */ jsx178(
|
|
5368
5428
|
"path",
|
|
5369
5429
|
{
|
|
5370
5430
|
fill: "currentColor",
|
|
@@ -5379,8 +5439,8 @@ var SelectArrows6Icon = ({
|
|
|
5379
5439
|
var SelectArrows6Icon_default = SelectArrows6Icon;
|
|
5380
5440
|
|
|
5381
5441
|
// icons/react/Close8Icon.tsx
|
|
5382
|
-
import { jsx as
|
|
5383
|
-
var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */
|
|
5442
|
+
import { jsx as jsx179, jsxs as jsxs179 } from "react/jsx-runtime";
|
|
5443
|
+
var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs179(
|
|
5384
5444
|
"svg",
|
|
5385
5445
|
{
|
|
5386
5446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5391,8 +5451,8 @@ var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs177(
|
|
|
5391
5451
|
"aria-labelledby": titleId,
|
|
5392
5452
|
...props,
|
|
5393
5453
|
children: [
|
|
5394
|
-
title ? /* @__PURE__ */
|
|
5395
|
-
/* @__PURE__ */
|
|
5454
|
+
title ? /* @__PURE__ */ jsx179("title", { id: titleId, children: title }) : null,
|
|
5455
|
+
/* @__PURE__ */ jsx179(
|
|
5396
5456
|
"path",
|
|
5397
5457
|
{
|
|
5398
5458
|
fill: "currentColor",
|
|
@@ -5412,6 +5472,7 @@ export {
|
|
|
5412
5472
|
Action24Icon_default,
|
|
5413
5473
|
Affinity24Icon_default,
|
|
5414
5474
|
AddRoundel24Icon_default,
|
|
5475
|
+
Archive24Icon_default,
|
|
5415
5476
|
Calendar24Icon_default,
|
|
5416
5477
|
Chat24Icon_default,
|
|
5417
5478
|
Clipboard24Icon_default,
|
|
@@ -5474,6 +5535,7 @@ export {
|
|
|
5474
5535
|
Affinity16Icon_default,
|
|
5475
5536
|
Action16Icon_default,
|
|
5476
5537
|
AddRoundel16Icon_default,
|
|
5538
|
+
Archive16Icon_default,
|
|
5477
5539
|
Calendar16Icon_default,
|
|
5478
5540
|
Chat16Icon_default,
|
|
5479
5541
|
Clipboard16Icon_default,
|
|
@@ -5585,4 +5647,4 @@ export {
|
|
|
5585
5647
|
SelectArrows6Icon_default,
|
|
5586
5648
|
Close8Icon_default
|
|
5587
5649
|
};
|
|
5588
|
-
//# sourceMappingURL=chunk-
|
|
5650
|
+
//# sourceMappingURL=chunk-3UDCDE7A.js.map
|