@oxide/design-system 6.7.0 → 6.7.1-canary.ba9ba24
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-H5ZEQGTH.js → chunk-3UDCDE7A.js} +788 -697
- 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 +9 -0
- package/dist/icons/react/index.d.ts +85 -67
- package/dist/icons/react/index.js +7 -1
- package/icons/sprite.svg +1 -1
- package/icons/svg/access-token-16.svg +1 -1
- package/icons/svg/archive-16.svg +1 -0
- package/icons/svg/archive-24.svg +1 -0
- package/icons/svg/monitoring-16.svg +1 -1
- package/icons/svg/notifications-24.svg +1 -0
- package/package.json +1 -1
- package/dist/chunk-H5ZEQGTH.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",
|
|
@@ -1190,13 +1220,43 @@ var Networking24Icon = ({
|
|
|
1190
1220
|
);
|
|
1191
1221
|
var Networking24Icon_default = Networking24Icon;
|
|
1192
1222
|
|
|
1223
|
+
// icons/react/Notifications24Icon.tsx
|
|
1224
|
+
import { jsx as jsx41, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1225
|
+
var Notifications24Icon = ({
|
|
1226
|
+
title,
|
|
1227
|
+
titleId,
|
|
1228
|
+
...props
|
|
1229
|
+
}) => /* @__PURE__ */ jsxs41(
|
|
1230
|
+
"svg",
|
|
1231
|
+
{
|
|
1232
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1233
|
+
width: 24,
|
|
1234
|
+
height: 24,
|
|
1235
|
+
viewBox: "0 0 24 24",
|
|
1236
|
+
role: "img",
|
|
1237
|
+
"aria-labelledby": titleId,
|
|
1238
|
+
...props,
|
|
1239
|
+
children: [
|
|
1240
|
+
title ? /* @__PURE__ */ jsx41("title", { id: titleId, children: title }) : null,
|
|
1241
|
+
/* @__PURE__ */ jsx41(
|
|
1242
|
+
"path",
|
|
1243
|
+
{
|
|
1244
|
+
fill: "currentColor",
|
|
1245
|
+
d: "M15 19a3 3 0 1 1-6 0zM12 2a2 2 0 0 1 2 2c0 .173.114.324.277.38A7 7 0 0 1 19 11v2.697a1 1 0 0 0 .168.555l.664.996a1 1 0 0 1 .168.555V16a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-.197a1 1 0 0 1 .168-.555l.664-.996A1 1 0 0 0 5 13.697V11a7 7 0 0 1 4.723-6.62A.405.405 0 0 0 10 4a2 2 0 0 1 2-2"
|
|
1246
|
+
}
|
|
1247
|
+
)
|
|
1248
|
+
]
|
|
1249
|
+
}
|
|
1250
|
+
);
|
|
1251
|
+
var Notifications24Icon_default = Notifications24Icon;
|
|
1252
|
+
|
|
1193
1253
|
// icons/react/Organization24Icon.tsx
|
|
1194
|
-
import { jsx as
|
|
1254
|
+
import { jsx as jsx42, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1195
1255
|
var Organization24Icon = ({
|
|
1196
1256
|
title,
|
|
1197
1257
|
titleId,
|
|
1198
1258
|
...props
|
|
1199
|
-
}) => /* @__PURE__ */
|
|
1259
|
+
}) => /* @__PURE__ */ jsxs42(
|
|
1200
1260
|
"svg",
|
|
1201
1261
|
{
|
|
1202
1262
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1207,20 +1267,20 @@ var Organization24Icon = ({
|
|
|
1207
1267
|
"aria-labelledby": titleId,
|
|
1208
1268
|
...props,
|
|
1209
1269
|
children: [
|
|
1210
|
-
title ? /* @__PURE__ */
|
|
1211
|
-
/* @__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" }) })
|
|
1212
1272
|
]
|
|
1213
1273
|
}
|
|
1214
1274
|
);
|
|
1215
1275
|
var Organization24Icon_default = Organization24Icon;
|
|
1216
1276
|
|
|
1217
1277
|
// icons/react/Overview24Icon.tsx
|
|
1218
|
-
import { jsx as
|
|
1278
|
+
import { jsx as jsx43, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1219
1279
|
var Overview24Icon = ({
|
|
1220
1280
|
title,
|
|
1221
1281
|
titleId,
|
|
1222
1282
|
...props
|
|
1223
|
-
}) => /* @__PURE__ */
|
|
1283
|
+
}) => /* @__PURE__ */ jsxs43(
|
|
1224
1284
|
"svg",
|
|
1225
1285
|
{
|
|
1226
1286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1231,8 +1291,8 @@ var Overview24Icon = ({
|
|
|
1231
1291
|
"aria-labelledby": titleId,
|
|
1232
1292
|
...props,
|
|
1233
1293
|
children: [
|
|
1234
|
-
title ? /* @__PURE__ */
|
|
1235
|
-
/* @__PURE__ */
|
|
1294
|
+
title ? /* @__PURE__ */ jsx43("title", { id: titleId, children: title }) : null,
|
|
1295
|
+
/* @__PURE__ */ jsx43(
|
|
1236
1296
|
"path",
|
|
1237
1297
|
{
|
|
1238
1298
|
fill: "currentColor",
|
|
@@ -1247,12 +1307,12 @@ var Overview24Icon = ({
|
|
|
1247
1307
|
var Overview24Icon_default = Overview24Icon;
|
|
1248
1308
|
|
|
1249
1309
|
// icons/react/Person24Icon.tsx
|
|
1250
|
-
import { jsx as
|
|
1310
|
+
import { jsx as jsx44, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1251
1311
|
var Person24Icon = ({
|
|
1252
1312
|
title,
|
|
1253
1313
|
titleId,
|
|
1254
1314
|
...props
|
|
1255
|
-
}) => /* @__PURE__ */
|
|
1315
|
+
}) => /* @__PURE__ */ jsxs44(
|
|
1256
1316
|
"svg",
|
|
1257
1317
|
{
|
|
1258
1318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1263,8 +1323,8 @@ var Person24Icon = ({
|
|
|
1263
1323
|
"aria-labelledby": titleId,
|
|
1264
1324
|
...props,
|
|
1265
1325
|
children: [
|
|
1266
|
-
title ? /* @__PURE__ */
|
|
1267
|
-
/* @__PURE__ */
|
|
1326
|
+
title ? /* @__PURE__ */ jsx44("title", { id: titleId, children: title }) : null,
|
|
1327
|
+
/* @__PURE__ */ jsx44(
|
|
1268
1328
|
"path",
|
|
1269
1329
|
{
|
|
1270
1330
|
fill: "currentColor",
|
|
@@ -1279,12 +1339,12 @@ var Person24Icon = ({
|
|
|
1279
1339
|
var Person24Icon_default = Person24Icon;
|
|
1280
1340
|
|
|
1281
1341
|
// icons/react/PersonGroup24Icon.tsx
|
|
1282
|
-
import { jsx as
|
|
1342
|
+
import { jsx as jsx45, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1283
1343
|
var PersonGroup24Icon = ({
|
|
1284
1344
|
title,
|
|
1285
1345
|
titleId,
|
|
1286
1346
|
...props
|
|
1287
|
-
}) => /* @__PURE__ */
|
|
1347
|
+
}) => /* @__PURE__ */ jsxs45(
|
|
1288
1348
|
"svg",
|
|
1289
1349
|
{
|
|
1290
1350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1295,8 +1355,8 @@ var PersonGroup24Icon = ({
|
|
|
1295
1355
|
"aria-labelledby": titleId,
|
|
1296
1356
|
...props,
|
|
1297
1357
|
children: [
|
|
1298
|
-
title ? /* @__PURE__ */
|
|
1299
|
-
/* @__PURE__ */
|
|
1358
|
+
title ? /* @__PURE__ */ jsx45("title", { id: titleId, children: title }) : null,
|
|
1359
|
+
/* @__PURE__ */ jsx45(
|
|
1300
1360
|
"path",
|
|
1301
1361
|
{
|
|
1302
1362
|
fill: "currentColor",
|
|
@@ -1311,12 +1371,12 @@ var PersonGroup24Icon = ({
|
|
|
1311
1371
|
var PersonGroup24Icon_default = PersonGroup24Icon;
|
|
1312
1372
|
|
|
1313
1373
|
// icons/react/Progress24Icon.tsx
|
|
1314
|
-
import { jsx as
|
|
1374
|
+
import { jsx as jsx46, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1315
1375
|
var Progress24Icon = ({
|
|
1316
1376
|
title,
|
|
1317
1377
|
titleId,
|
|
1318
1378
|
...props
|
|
1319
|
-
}) => /* @__PURE__ */
|
|
1379
|
+
}) => /* @__PURE__ */ jsxs46(
|
|
1320
1380
|
"svg",
|
|
1321
1381
|
{
|
|
1322
1382
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1327,8 +1387,8 @@ var Progress24Icon = ({
|
|
|
1327
1387
|
"aria-labelledby": titleId,
|
|
1328
1388
|
...props,
|
|
1329
1389
|
children: [
|
|
1330
|
-
title ? /* @__PURE__ */
|
|
1331
|
-
/* @__PURE__ */
|
|
1390
|
+
title ? /* @__PURE__ */ jsx46("title", { id: titleId, children: title }) : null,
|
|
1391
|
+
/* @__PURE__ */ jsx46(
|
|
1332
1392
|
"path",
|
|
1333
1393
|
{
|
|
1334
1394
|
fill: "currentColor",
|
|
@@ -1343,12 +1403,12 @@ var Progress24Icon = ({
|
|
|
1343
1403
|
var Progress24Icon_default = Progress24Icon;
|
|
1344
1404
|
|
|
1345
1405
|
// icons/react/Prohibited24Icon.tsx
|
|
1346
|
-
import { jsx as
|
|
1406
|
+
import { jsx as jsx47, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1347
1407
|
var Prohibited24Icon = ({
|
|
1348
1408
|
title,
|
|
1349
1409
|
titleId,
|
|
1350
1410
|
...props
|
|
1351
|
-
}) => /* @__PURE__ */
|
|
1411
|
+
}) => /* @__PURE__ */ jsxs47(
|
|
1352
1412
|
"svg",
|
|
1353
1413
|
{
|
|
1354
1414
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1359,8 +1419,8 @@ var Prohibited24Icon = ({
|
|
|
1359
1419
|
"aria-labelledby": titleId,
|
|
1360
1420
|
...props,
|
|
1361
1421
|
children: [
|
|
1362
|
-
title ? /* @__PURE__ */
|
|
1363
|
-
/* @__PURE__ */
|
|
1422
|
+
title ? /* @__PURE__ */ jsx47("title", { id: titleId, children: title }) : null,
|
|
1423
|
+
/* @__PURE__ */ jsx47(
|
|
1364
1424
|
"path",
|
|
1365
1425
|
{
|
|
1366
1426
|
fill: "currentColor",
|
|
@@ -1375,12 +1435,12 @@ var Prohibited24Icon = ({
|
|
|
1375
1435
|
var Prohibited24Icon_default = Prohibited24Icon;
|
|
1376
1436
|
|
|
1377
1437
|
// icons/react/Router24Icon.tsx
|
|
1378
|
-
import { jsx as
|
|
1438
|
+
import { jsx as jsx48, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1379
1439
|
var Router24Icon = ({
|
|
1380
1440
|
title,
|
|
1381
1441
|
titleId,
|
|
1382
1442
|
...props
|
|
1383
|
-
}) => /* @__PURE__ */
|
|
1443
|
+
}) => /* @__PURE__ */ jsxs48(
|
|
1384
1444
|
"svg",
|
|
1385
1445
|
{
|
|
1386
1446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1391,8 +1451,8 @@ var Router24Icon = ({
|
|
|
1391
1451
|
"aria-labelledby": titleId,
|
|
1392
1452
|
...props,
|
|
1393
1453
|
children: [
|
|
1394
|
-
title ? /* @__PURE__ */
|
|
1395
|
-
/* @__PURE__ */
|
|
1454
|
+
title ? /* @__PURE__ */ jsx48("title", { id: titleId, children: title }) : null,
|
|
1455
|
+
/* @__PURE__ */ jsx48(
|
|
1396
1456
|
"path",
|
|
1397
1457
|
{
|
|
1398
1458
|
fill: "currentColor",
|
|
@@ -1407,12 +1467,12 @@ var Router24Icon = ({
|
|
|
1407
1467
|
var Router24Icon_default = Router24Icon;
|
|
1408
1468
|
|
|
1409
1469
|
// icons/react/Safety24Icon.tsx
|
|
1410
|
-
import { jsx as
|
|
1470
|
+
import { jsx as jsx49, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
1411
1471
|
var Safety24Icon = ({
|
|
1412
1472
|
title,
|
|
1413
1473
|
titleId,
|
|
1414
1474
|
...props
|
|
1415
|
-
}) => /* @__PURE__ */
|
|
1475
|
+
}) => /* @__PURE__ */ jsxs49(
|
|
1416
1476
|
"svg",
|
|
1417
1477
|
{
|
|
1418
1478
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1423,8 +1483,8 @@ var Safety24Icon = ({
|
|
|
1423
1483
|
"aria-labelledby": titleId,
|
|
1424
1484
|
...props,
|
|
1425
1485
|
children: [
|
|
1426
|
-
title ? /* @__PURE__ */
|
|
1427
|
-
/* @__PURE__ */
|
|
1486
|
+
title ? /* @__PURE__ */ jsx49("title", { id: titleId, children: title }) : null,
|
|
1487
|
+
/* @__PURE__ */ jsx49(
|
|
1428
1488
|
"path",
|
|
1429
1489
|
{
|
|
1430
1490
|
fill: "currentColor",
|
|
@@ -1437,12 +1497,12 @@ var Safety24Icon = ({
|
|
|
1437
1497
|
var Safety24Icon_default = Safety24Icon;
|
|
1438
1498
|
|
|
1439
1499
|
// icons/react/Security24Icon.tsx
|
|
1440
|
-
import { jsx as
|
|
1500
|
+
import { jsx as jsx50, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
1441
1501
|
var Security24Icon = ({
|
|
1442
1502
|
title,
|
|
1443
1503
|
titleId,
|
|
1444
1504
|
...props
|
|
1445
|
-
}) => /* @__PURE__ */
|
|
1505
|
+
}) => /* @__PURE__ */ jsxs50(
|
|
1446
1506
|
"svg",
|
|
1447
1507
|
{
|
|
1448
1508
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1453,8 +1513,8 @@ var Security24Icon = ({
|
|
|
1453
1513
|
"aria-labelledby": titleId,
|
|
1454
1514
|
...props,
|
|
1455
1515
|
children: [
|
|
1456
|
-
title ? /* @__PURE__ */
|
|
1457
|
-
/* @__PURE__ */
|
|
1516
|
+
title ? /* @__PURE__ */ jsx50("title", { id: titleId, children: title }) : null,
|
|
1517
|
+
/* @__PURE__ */ jsx50(
|
|
1458
1518
|
"path",
|
|
1459
1519
|
{
|
|
1460
1520
|
fill: "currentColor",
|
|
@@ -1469,12 +1529,12 @@ var Security24Icon = ({
|
|
|
1469
1529
|
var Security24Icon_default = Security24Icon;
|
|
1470
1530
|
|
|
1471
1531
|
// icons/react/Servers24Icon.tsx
|
|
1472
|
-
import { jsx as
|
|
1532
|
+
import { jsx as jsx51, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
1473
1533
|
var Servers24Icon = ({
|
|
1474
1534
|
title,
|
|
1475
1535
|
titleId,
|
|
1476
1536
|
...props
|
|
1477
|
-
}) => /* @__PURE__ */
|
|
1537
|
+
}) => /* @__PURE__ */ jsxs51(
|
|
1478
1538
|
"svg",
|
|
1479
1539
|
{
|
|
1480
1540
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1485,8 +1545,8 @@ var Servers24Icon = ({
|
|
|
1485
1545
|
"aria-labelledby": titleId,
|
|
1486
1546
|
...props,
|
|
1487
1547
|
children: [
|
|
1488
|
-
title ? /* @__PURE__ */
|
|
1489
|
-
/* @__PURE__ */
|
|
1548
|
+
title ? /* @__PURE__ */ jsx51("title", { id: titleId, children: title }) : null,
|
|
1549
|
+
/* @__PURE__ */ jsx51(
|
|
1490
1550
|
"path",
|
|
1491
1551
|
{
|
|
1492
1552
|
fill: "currentColor",
|
|
@@ -1501,12 +1561,12 @@ var Servers24Icon = ({
|
|
|
1501
1561
|
var Servers24Icon_default = Servers24Icon;
|
|
1502
1562
|
|
|
1503
1563
|
// icons/react/Settings24Icon.tsx
|
|
1504
|
-
import { jsx as
|
|
1564
|
+
import { jsx as jsx52, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
1505
1565
|
var Settings24Icon = ({
|
|
1506
1566
|
title,
|
|
1507
1567
|
titleId,
|
|
1508
1568
|
...props
|
|
1509
|
-
}) => /* @__PURE__ */
|
|
1569
|
+
}) => /* @__PURE__ */ jsxs52(
|
|
1510
1570
|
"svg",
|
|
1511
1571
|
{
|
|
1512
1572
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1517,8 +1577,8 @@ var Settings24Icon = ({
|
|
|
1517
1577
|
"aria-labelledby": titleId,
|
|
1518
1578
|
...props,
|
|
1519
1579
|
children: [
|
|
1520
|
-
title ? /* @__PURE__ */
|
|
1521
|
-
/* @__PURE__ */
|
|
1580
|
+
title ? /* @__PURE__ */ jsx52("title", { id: titleId, children: title }) : null,
|
|
1581
|
+
/* @__PURE__ */ jsx52(
|
|
1522
1582
|
"path",
|
|
1523
1583
|
{
|
|
1524
1584
|
fill: "currentColor",
|
|
@@ -1533,12 +1593,12 @@ var Settings24Icon = ({
|
|
|
1533
1593
|
var Settings24Icon_default = Settings24Icon;
|
|
1534
1594
|
|
|
1535
1595
|
// icons/react/Snapshots24Icon.tsx
|
|
1536
|
-
import { jsx as
|
|
1596
|
+
import { jsx as jsx53, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
1537
1597
|
var Snapshots24Icon = ({
|
|
1538
1598
|
title,
|
|
1539
1599
|
titleId,
|
|
1540
1600
|
...props
|
|
1541
|
-
}) => /* @__PURE__ */
|
|
1601
|
+
}) => /* @__PURE__ */ jsxs53(
|
|
1542
1602
|
"svg",
|
|
1543
1603
|
{
|
|
1544
1604
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1549,8 +1609,8 @@ var Snapshots24Icon = ({
|
|
|
1549
1609
|
"aria-labelledby": titleId,
|
|
1550
1610
|
...props,
|
|
1551
1611
|
children: [
|
|
1552
|
-
title ? /* @__PURE__ */
|
|
1553
|
-
/* @__PURE__ */
|
|
1612
|
+
title ? /* @__PURE__ */ jsx53("title", { id: titleId, children: title }) : null,
|
|
1613
|
+
/* @__PURE__ */ jsx53(
|
|
1554
1614
|
"path",
|
|
1555
1615
|
{
|
|
1556
1616
|
fill: "currentColor",
|
|
@@ -1565,12 +1625,12 @@ var Snapshots24Icon = ({
|
|
|
1565
1625
|
var Snapshots24Icon_default = Snapshots24Icon;
|
|
1566
1626
|
|
|
1567
1627
|
// icons/react/SoftwareUpdate24Icon.tsx
|
|
1568
|
-
import { jsx as
|
|
1628
|
+
import { jsx as jsx54, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
1569
1629
|
var SoftwareUpdate24Icon = ({
|
|
1570
1630
|
title,
|
|
1571
1631
|
titleId,
|
|
1572
1632
|
...props
|
|
1573
|
-
}) => /* @__PURE__ */
|
|
1633
|
+
}) => /* @__PURE__ */ jsxs54(
|
|
1574
1634
|
"svg",
|
|
1575
1635
|
{
|
|
1576
1636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1581,8 +1641,8 @@ var SoftwareUpdate24Icon = ({
|
|
|
1581
1641
|
"aria-labelledby": titleId,
|
|
1582
1642
|
...props,
|
|
1583
1643
|
children: [
|
|
1584
|
-
title ? /* @__PURE__ */
|
|
1585
|
-
/* @__PURE__ */
|
|
1644
|
+
title ? /* @__PURE__ */ jsx54("title", { id: titleId, children: title }) : null,
|
|
1645
|
+
/* @__PURE__ */ jsx54(
|
|
1586
1646
|
"path",
|
|
1587
1647
|
{
|
|
1588
1648
|
fill: "currentColor",
|
|
@@ -1597,12 +1657,12 @@ var SoftwareUpdate24Icon = ({
|
|
|
1597
1657
|
var SoftwareUpdate24Icon_default = SoftwareUpdate24Icon;
|
|
1598
1658
|
|
|
1599
1659
|
// icons/react/Speaker24Icon.tsx
|
|
1600
|
-
import { jsx as
|
|
1660
|
+
import { jsx as jsx55, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
1601
1661
|
var Speaker24Icon = ({
|
|
1602
1662
|
title,
|
|
1603
1663
|
titleId,
|
|
1604
1664
|
...props
|
|
1605
|
-
}) => /* @__PURE__ */
|
|
1665
|
+
}) => /* @__PURE__ */ jsxs55(
|
|
1606
1666
|
"svg",
|
|
1607
1667
|
{
|
|
1608
1668
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1613,8 +1673,8 @@ var Speaker24Icon = ({
|
|
|
1613
1673
|
"aria-labelledby": titleId,
|
|
1614
1674
|
...props,
|
|
1615
1675
|
children: [
|
|
1616
|
-
title ? /* @__PURE__ */
|
|
1617
|
-
/* @__PURE__ */
|
|
1676
|
+
title ? /* @__PURE__ */ jsx55("title", { id: titleId, children: title }) : null,
|
|
1677
|
+
/* @__PURE__ */ jsx55(
|
|
1618
1678
|
"path",
|
|
1619
1679
|
{
|
|
1620
1680
|
fill: "currentColor",
|
|
@@ -1629,12 +1689,12 @@ var Speaker24Icon = ({
|
|
|
1629
1689
|
var Speaker24Icon_default = Speaker24Icon;
|
|
1630
1690
|
|
|
1631
1691
|
// icons/react/Storage24Icon.tsx
|
|
1632
|
-
import { jsx as
|
|
1692
|
+
import { jsx as jsx56, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
1633
1693
|
var Storage24Icon = ({
|
|
1634
1694
|
title,
|
|
1635
1695
|
titleId,
|
|
1636
1696
|
...props
|
|
1637
|
-
}) => /* @__PURE__ */
|
|
1697
|
+
}) => /* @__PURE__ */ jsxs56(
|
|
1638
1698
|
"svg",
|
|
1639
1699
|
{
|
|
1640
1700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1645,8 +1705,8 @@ var Storage24Icon = ({
|
|
|
1645
1705
|
"aria-labelledby": titleId,
|
|
1646
1706
|
...props,
|
|
1647
1707
|
children: [
|
|
1648
|
-
title ? /* @__PURE__ */
|
|
1649
|
-
/* @__PURE__ */
|
|
1708
|
+
title ? /* @__PURE__ */ jsx56("title", { id: titleId, children: title }) : null,
|
|
1709
|
+
/* @__PURE__ */ jsx56(
|
|
1650
1710
|
"path",
|
|
1651
1711
|
{
|
|
1652
1712
|
fill: "currentColor",
|
|
@@ -1659,12 +1719,12 @@ var Storage24Icon = ({
|
|
|
1659
1719
|
var Storage24Icon_default = Storage24Icon;
|
|
1660
1720
|
|
|
1661
1721
|
// icons/react/Subnet24Icon.tsx
|
|
1662
|
-
import { jsx as
|
|
1722
|
+
import { jsx as jsx57, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
1663
1723
|
var Subnet24Icon = ({
|
|
1664
1724
|
title,
|
|
1665
1725
|
titleId,
|
|
1666
1726
|
...props
|
|
1667
|
-
}) => /* @__PURE__ */
|
|
1727
|
+
}) => /* @__PURE__ */ jsxs57(
|
|
1668
1728
|
"svg",
|
|
1669
1729
|
{
|
|
1670
1730
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1675,8 +1735,8 @@ var Subnet24Icon = ({
|
|
|
1675
1735
|
"aria-labelledby": titleId,
|
|
1676
1736
|
...props,
|
|
1677
1737
|
children: [
|
|
1678
|
-
title ? /* @__PURE__ */
|
|
1679
|
-
/* @__PURE__ */
|
|
1738
|
+
title ? /* @__PURE__ */ jsx57("title", { id: titleId, children: title }) : null,
|
|
1739
|
+
/* @__PURE__ */ jsx57(
|
|
1680
1740
|
"path",
|
|
1681
1741
|
{
|
|
1682
1742
|
fill: "currentColor",
|
|
@@ -1691,12 +1751,12 @@ var Subnet24Icon = ({
|
|
|
1691
1751
|
var Subnet24Icon_default = Subnet24Icon;
|
|
1692
1752
|
|
|
1693
1753
|
// icons/react/Resize24Icon.tsx
|
|
1694
|
-
import { jsx as
|
|
1754
|
+
import { jsx as jsx58, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
1695
1755
|
var Resize24Icon = ({
|
|
1696
1756
|
title,
|
|
1697
1757
|
titleId,
|
|
1698
1758
|
...props
|
|
1699
|
-
}) => /* @__PURE__ */
|
|
1759
|
+
}) => /* @__PURE__ */ jsxs58(
|
|
1700
1760
|
"svg",
|
|
1701
1761
|
{
|
|
1702
1762
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1707,8 +1767,8 @@ var Resize24Icon = ({
|
|
|
1707
1767
|
"aria-labelledby": titleId,
|
|
1708
1768
|
...props,
|
|
1709
1769
|
children: [
|
|
1710
|
-
title ? /* @__PURE__ */
|
|
1711
|
-
/* @__PURE__ */
|
|
1770
|
+
title ? /* @__PURE__ */ jsx58("title", { id: titleId, children: title }) : null,
|
|
1771
|
+
/* @__PURE__ */ jsx58(
|
|
1712
1772
|
"path",
|
|
1713
1773
|
{
|
|
1714
1774
|
fill: "currentColor",
|
|
@@ -1723,12 +1783,12 @@ var Resize24Icon = ({
|
|
|
1723
1783
|
var Resize24Icon_default = Resize24Icon;
|
|
1724
1784
|
|
|
1725
1785
|
// icons/react/Terminal24Icon.tsx
|
|
1726
|
-
import { jsx as
|
|
1786
|
+
import { jsx as jsx59, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
1727
1787
|
var Terminal24Icon = ({
|
|
1728
1788
|
title,
|
|
1729
1789
|
titleId,
|
|
1730
1790
|
...props
|
|
1731
|
-
}) => /* @__PURE__ */
|
|
1791
|
+
}) => /* @__PURE__ */ jsxs59(
|
|
1732
1792
|
"svg",
|
|
1733
1793
|
{
|
|
1734
1794
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1739,8 +1799,8 @@ var Terminal24Icon = ({
|
|
|
1739
1799
|
"aria-labelledby": titleId,
|
|
1740
1800
|
...props,
|
|
1741
1801
|
children: [
|
|
1742
|
-
title ? /* @__PURE__ */
|
|
1743
|
-
/* @__PURE__ */
|
|
1802
|
+
title ? /* @__PURE__ */ jsx59("title", { id: titleId, children: title }) : null,
|
|
1803
|
+
/* @__PURE__ */ jsx59(
|
|
1744
1804
|
"path",
|
|
1745
1805
|
{
|
|
1746
1806
|
fill: "currentColor",
|
|
@@ -1755,12 +1815,12 @@ var Terminal24Icon = ({
|
|
|
1755
1815
|
var Terminal24Icon_default = Terminal24Icon;
|
|
1756
1816
|
|
|
1757
1817
|
// icons/react/Transmit24Icon.tsx
|
|
1758
|
-
import { jsx as
|
|
1818
|
+
import { jsx as jsx60, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
1759
1819
|
var Transmit24Icon = ({
|
|
1760
1820
|
title,
|
|
1761
1821
|
titleId,
|
|
1762
1822
|
...props
|
|
1763
|
-
}) => /* @__PURE__ */
|
|
1823
|
+
}) => /* @__PURE__ */ jsxs60(
|
|
1764
1824
|
"svg",
|
|
1765
1825
|
{
|
|
1766
1826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1771,8 +1831,8 @@ var Transmit24Icon = ({
|
|
|
1771
1831
|
"aria-labelledby": titleId,
|
|
1772
1832
|
...props,
|
|
1773
1833
|
children: [
|
|
1774
|
-
title ? /* @__PURE__ */
|
|
1775
|
-
/* @__PURE__ */
|
|
1834
|
+
title ? /* @__PURE__ */ jsx60("title", { id: titleId, children: title }) : null,
|
|
1835
|
+
/* @__PURE__ */ jsx60(
|
|
1776
1836
|
"path",
|
|
1777
1837
|
{
|
|
1778
1838
|
fill: "currentColor",
|
|
@@ -1787,12 +1847,12 @@ var Transmit24Icon = ({
|
|
|
1787
1847
|
var Transmit24Icon_default = Transmit24Icon;
|
|
1788
1848
|
|
|
1789
1849
|
// icons/react/Wireless24Icon.tsx
|
|
1790
|
-
import { jsx as
|
|
1850
|
+
import { jsx as jsx61, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
1791
1851
|
var Wireless24Icon = ({
|
|
1792
1852
|
title,
|
|
1793
1853
|
titleId,
|
|
1794
1854
|
...props
|
|
1795
|
-
}) => /* @__PURE__ */
|
|
1855
|
+
}) => /* @__PURE__ */ jsxs61(
|
|
1796
1856
|
"svg",
|
|
1797
1857
|
{
|
|
1798
1858
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1803,8 +1863,8 @@ var Wireless24Icon = ({
|
|
|
1803
1863
|
"aria-labelledby": titleId,
|
|
1804
1864
|
...props,
|
|
1805
1865
|
children: [
|
|
1806
|
-
title ? /* @__PURE__ */
|
|
1807
|
-
/* @__PURE__ */
|
|
1866
|
+
title ? /* @__PURE__ */ jsx61("title", { id: titleId, children: title }) : null,
|
|
1867
|
+
/* @__PURE__ */ jsx61(
|
|
1808
1868
|
"path",
|
|
1809
1869
|
{
|
|
1810
1870
|
fill: "currentColor",
|
|
@@ -1817,12 +1877,12 @@ var Wireless24Icon = ({
|
|
|
1817
1877
|
var Wireless24Icon_default = Wireless24Icon;
|
|
1818
1878
|
|
|
1819
1879
|
// icons/react/Question24Icon.tsx
|
|
1820
|
-
import { jsx as
|
|
1880
|
+
import { jsx as jsx62, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
1821
1881
|
var Question24Icon = ({
|
|
1822
1882
|
title,
|
|
1823
1883
|
titleId,
|
|
1824
1884
|
...props
|
|
1825
|
-
}) => /* @__PURE__ */
|
|
1885
|
+
}) => /* @__PURE__ */ jsxs62(
|
|
1826
1886
|
"svg",
|
|
1827
1887
|
{
|
|
1828
1888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1833,8 +1893,8 @@ var Question24Icon = ({
|
|
|
1833
1893
|
"aria-labelledby": titleId,
|
|
1834
1894
|
...props,
|
|
1835
1895
|
children: [
|
|
1836
|
-
title ? /* @__PURE__ */
|
|
1837
|
-
/* @__PURE__ */
|
|
1896
|
+
title ? /* @__PURE__ */ jsx62("title", { id: titleId, children: title }) : null,
|
|
1897
|
+
/* @__PURE__ */ jsx62(
|
|
1838
1898
|
"path",
|
|
1839
1899
|
{
|
|
1840
1900
|
fill: "currentColor",
|
|
@@ -1849,12 +1909,12 @@ var Question24Icon = ({
|
|
|
1849
1909
|
var Question24Icon_default = Question24Icon;
|
|
1850
1910
|
|
|
1851
1911
|
// icons/react/Webhooks24Icon.tsx
|
|
1852
|
-
import { jsx as
|
|
1912
|
+
import { jsx as jsx63, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
1853
1913
|
var Webhooks24Icon = ({
|
|
1854
1914
|
title,
|
|
1855
1915
|
titleId,
|
|
1856
1916
|
...props
|
|
1857
|
-
}) => /* @__PURE__ */
|
|
1917
|
+
}) => /* @__PURE__ */ jsxs63(
|
|
1858
1918
|
"svg",
|
|
1859
1919
|
{
|
|
1860
1920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1865,8 +1925,8 @@ var Webhooks24Icon = ({
|
|
|
1865
1925
|
"aria-labelledby": titleId,
|
|
1866
1926
|
...props,
|
|
1867
1927
|
children: [
|
|
1868
|
-
title ? /* @__PURE__ */
|
|
1869
|
-
/* @__PURE__ */
|
|
1928
|
+
title ? /* @__PURE__ */ jsx63("title", { id: titleId, children: title }) : null,
|
|
1929
|
+
/* @__PURE__ */ jsx63(
|
|
1870
1930
|
"path",
|
|
1871
1931
|
{
|
|
1872
1932
|
fill: "currentColor",
|
|
@@ -1881,12 +1941,12 @@ var Webhooks24Icon = ({
|
|
|
1881
1941
|
var Webhooks24Icon_default = Webhooks24Icon;
|
|
1882
1942
|
|
|
1883
1943
|
// icons/react/Access16Icon.tsx
|
|
1884
|
-
import { jsx as
|
|
1944
|
+
import { jsx as jsx64, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
1885
1945
|
var Access16Icon = ({
|
|
1886
1946
|
title,
|
|
1887
1947
|
titleId,
|
|
1888
1948
|
...props
|
|
1889
|
-
}) => /* @__PURE__ */
|
|
1949
|
+
}) => /* @__PURE__ */ jsxs64(
|
|
1890
1950
|
"svg",
|
|
1891
1951
|
{
|
|
1892
1952
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1897,8 +1957,8 @@ var Access16Icon = ({
|
|
|
1897
1957
|
"aria-labelledby": titleId,
|
|
1898
1958
|
...props,
|
|
1899
1959
|
children: [
|
|
1900
|
-
title ? /* @__PURE__ */
|
|
1901
|
-
/* @__PURE__ */
|
|
1960
|
+
title ? /* @__PURE__ */ jsx64("title", { id: titleId, children: title }) : null,
|
|
1961
|
+
/* @__PURE__ */ jsx64(
|
|
1902
1962
|
"path",
|
|
1903
1963
|
{
|
|
1904
1964
|
fill: "currentColor",
|
|
@@ -1913,12 +1973,12 @@ var Access16Icon = ({
|
|
|
1913
1973
|
var Access16Icon_default = Access16Icon;
|
|
1914
1974
|
|
|
1915
1975
|
// icons/react/AccessToken16Icon.tsx
|
|
1916
|
-
import { jsx as
|
|
1976
|
+
import { jsx as jsx65, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
1917
1977
|
var AccessToken16Icon = ({
|
|
1918
1978
|
title,
|
|
1919
1979
|
titleId,
|
|
1920
1980
|
...props
|
|
1921
|
-
}) => /* @__PURE__ */
|
|
1981
|
+
}) => /* @__PURE__ */ jsxs65(
|
|
1922
1982
|
"svg",
|
|
1923
1983
|
{
|
|
1924
1984
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1929,12 +1989,12 @@ var AccessToken16Icon = ({
|
|
|
1929
1989
|
"aria-labelledby": titleId,
|
|
1930
1990
|
...props,
|
|
1931
1991
|
children: [
|
|
1932
|
-
title ? /* @__PURE__ */
|
|
1933
|
-
/* @__PURE__ */
|
|
1992
|
+
title ? /* @__PURE__ */ jsx65("title", { id: titleId, children: title }) : null,
|
|
1993
|
+
/* @__PURE__ */ jsx65(
|
|
1934
1994
|
"path",
|
|
1935
1995
|
{
|
|
1936
1996
|
fill: "currentColor",
|
|
1937
|
-
d: "M1.25 11a.75.75 0 0 1 .75.75V14h2.25a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-.75.75H.
|
|
1997
|
+
d: "M1.25 11a.75.75 0 0 1 .75.75V14h2.25a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-.75.75H.75l-.077-.004A.75.75 0 0 1 0 15.25v-3.5A.75.75 0 0 1 .75 11zm14 0a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75v-.5a.75.75 0 0 1 .75-.75H14v-2.25a.75.75 0 0 1 .75-.75zm-7-8a.75.75 0 0 1 .75.75v2.518l2.18-1.26a.75.75 0 0 1 1.025.275l.25.434a.75.75 0 0 1-.274 1.024L10 8l2.18 1.26a.75.75 0 0 1 .275 1.024l-.25.434a.75.75 0 0 1-1.024.274L9 9.731v2.519a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75V9.731l-2.18 1.26a.75.75 0 0 1-1.025-.274l-.25-.434a.75.75 0 0 1 .274-1.024L6 7.999l-2.18-1.258a.75.75 0 0 1-.274-1.024l.25-.434a.75.75 0 0 1 1.024-.274L7 6.268V3.75A.75.75 0 0 1 7.75 3zm-4-3A.75.75 0 0 1 5 .75v.5a.75.75 0 0 1-.75.75H2v2.25a.75.75 0 0 1-.75.75h-.5A.75.75 0 0 1 0 4.25V.75Q0 .71.004.673A.75.75 0 0 1 .75 0zm11 0a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75V2h-2.25a.75.75 0 0 1-.75-.75v-.5a.75.75 0 0 1 .75-.75z"
|
|
1938
1998
|
}
|
|
1939
1999
|
)
|
|
1940
2000
|
]
|
|
@@ -1943,12 +2003,12 @@ var AccessToken16Icon = ({
|
|
|
1943
2003
|
var AccessToken16Icon_default = AccessToken16Icon;
|
|
1944
2004
|
|
|
1945
2005
|
// icons/react/Affinity16Icon.tsx
|
|
1946
|
-
import { jsx as
|
|
2006
|
+
import { jsx as jsx66, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
1947
2007
|
var Affinity16Icon = ({
|
|
1948
2008
|
title,
|
|
1949
2009
|
titleId,
|
|
1950
2010
|
...props
|
|
1951
|
-
}) => /* @__PURE__ */
|
|
2011
|
+
}) => /* @__PURE__ */ jsxs66(
|
|
1952
2012
|
"svg",
|
|
1953
2013
|
{
|
|
1954
2014
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1959,8 +2019,8 @@ var Affinity16Icon = ({
|
|
|
1959
2019
|
"aria-labelledby": titleId,
|
|
1960
2020
|
...props,
|
|
1961
2021
|
children: [
|
|
1962
|
-
title ? /* @__PURE__ */
|
|
1963
|
-
/* @__PURE__ */
|
|
2022
|
+
title ? /* @__PURE__ */ jsx66("title", { id: titleId, children: title }) : null,
|
|
2023
|
+
/* @__PURE__ */ jsx66(
|
|
1964
2024
|
"path",
|
|
1965
2025
|
{
|
|
1966
2026
|
fill: "currentColor",
|
|
@@ -1975,12 +2035,12 @@ var Affinity16Icon = ({
|
|
|
1975
2035
|
var Affinity16Icon_default = Affinity16Icon;
|
|
1976
2036
|
|
|
1977
2037
|
// icons/react/Action16Icon.tsx
|
|
1978
|
-
import { jsx as
|
|
2038
|
+
import { jsx as jsx67, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
1979
2039
|
var Action16Icon = ({
|
|
1980
2040
|
title,
|
|
1981
2041
|
titleId,
|
|
1982
2042
|
...props
|
|
1983
|
-
}) => /* @__PURE__ */
|
|
2043
|
+
}) => /* @__PURE__ */ jsxs67(
|
|
1984
2044
|
"svg",
|
|
1985
2045
|
{
|
|
1986
2046
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1991,8 +2051,8 @@ var Action16Icon = ({
|
|
|
1991
2051
|
"aria-labelledby": titleId,
|
|
1992
2052
|
...props,
|
|
1993
2053
|
children: [
|
|
1994
|
-
title ? /* @__PURE__ */
|
|
1995
|
-
/* @__PURE__ */
|
|
2054
|
+
title ? /* @__PURE__ */ jsx67("title", { id: titleId, children: title }) : null,
|
|
2055
|
+
/* @__PURE__ */ jsx67(
|
|
1996
2056
|
"path",
|
|
1997
2057
|
{
|
|
1998
2058
|
fill: "currentColor",
|
|
@@ -2002,15 +2062,47 @@ var Action16Icon = ({
|
|
|
2002
2062
|
]
|
|
2003
2063
|
}
|
|
2004
2064
|
);
|
|
2005
|
-
var Action16Icon_default = Action16Icon;
|
|
2065
|
+
var Action16Icon_default = Action16Icon;
|
|
2066
|
+
|
|
2067
|
+
// icons/react/AddRoundel16Icon.tsx
|
|
2068
|
+
import { jsx as jsx68, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2069
|
+
var AddRoundel16Icon = ({
|
|
2070
|
+
title,
|
|
2071
|
+
titleId,
|
|
2072
|
+
...props
|
|
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;
|
|
2006
2098
|
|
|
2007
|
-
// icons/react/
|
|
2008
|
-
import { jsx as
|
|
2009
|
-
var
|
|
2099
|
+
// icons/react/Archive16Icon.tsx
|
|
2100
|
+
import { jsx as jsx69, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2101
|
+
var Archive16Icon = ({
|
|
2010
2102
|
title,
|
|
2011
2103
|
titleId,
|
|
2012
2104
|
...props
|
|
2013
|
-
}) => /* @__PURE__ */
|
|
2105
|
+
}) => /* @__PURE__ */ jsxs69(
|
|
2014
2106
|
"svg",
|
|
2015
2107
|
{
|
|
2016
2108
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2021,28 +2113,26 @@ var AddRoundel16Icon = ({
|
|
|
2021
2113
|
"aria-labelledby": titleId,
|
|
2022
2114
|
...props,
|
|
2023
2115
|
children: [
|
|
2024
|
-
title ? /* @__PURE__ */
|
|
2025
|
-
/* @__PURE__ */
|
|
2116
|
+
title ? /* @__PURE__ */ jsx69("title", { id: titleId, children: title }) : null,
|
|
2117
|
+
/* @__PURE__ */ jsx69(
|
|
2026
2118
|
"path",
|
|
2027
2119
|
{
|
|
2028
2120
|
fill: "currentColor",
|
|
2029
|
-
|
|
2030
|
-
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",
|
|
2031
|
-
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"
|
|
2032
2122
|
}
|
|
2033
2123
|
)
|
|
2034
2124
|
]
|
|
2035
2125
|
}
|
|
2036
2126
|
);
|
|
2037
|
-
var
|
|
2127
|
+
var Archive16Icon_default = Archive16Icon;
|
|
2038
2128
|
|
|
2039
2129
|
// icons/react/Calendar16Icon.tsx
|
|
2040
|
-
import { jsx as
|
|
2130
|
+
import { jsx as jsx70, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2041
2131
|
var Calendar16Icon = ({
|
|
2042
2132
|
title,
|
|
2043
2133
|
titleId,
|
|
2044
2134
|
...props
|
|
2045
|
-
}) => /* @__PURE__ */
|
|
2135
|
+
}) => /* @__PURE__ */ jsxs70(
|
|
2046
2136
|
"svg",
|
|
2047
2137
|
{
|
|
2048
2138
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2053,8 +2143,8 @@ var Calendar16Icon = ({
|
|
|
2053
2143
|
"aria-labelledby": titleId,
|
|
2054
2144
|
...props,
|
|
2055
2145
|
children: [
|
|
2056
|
-
title ? /* @__PURE__ */
|
|
2057
|
-
/* @__PURE__ */
|
|
2146
|
+
title ? /* @__PURE__ */ jsx70("title", { id: titleId, children: title }) : null,
|
|
2147
|
+
/* @__PURE__ */ jsx70(
|
|
2058
2148
|
"path",
|
|
2059
2149
|
{
|
|
2060
2150
|
fill: "currentColor",
|
|
@@ -2069,8 +2159,8 @@ var Calendar16Icon = ({
|
|
|
2069
2159
|
var Calendar16Icon_default = Calendar16Icon;
|
|
2070
2160
|
|
|
2071
2161
|
// icons/react/Chat16Icon.tsx
|
|
2072
|
-
import { jsx as
|
|
2073
|
-
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(
|
|
2074
2164
|
"svg",
|
|
2075
2165
|
{
|
|
2076
2166
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2081,8 +2171,8 @@ var Chat16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs68(
|
|
|
2081
2171
|
"aria-labelledby": titleId,
|
|
2082
2172
|
...props,
|
|
2083
2173
|
children: [
|
|
2084
|
-
title ? /* @__PURE__ */
|
|
2085
|
-
/* @__PURE__ */
|
|
2174
|
+
title ? /* @__PURE__ */ jsx71("title", { id: titleId, children: title }) : null,
|
|
2175
|
+
/* @__PURE__ */ jsx71(
|
|
2086
2176
|
"path",
|
|
2087
2177
|
{
|
|
2088
2178
|
fill: "currentColor",
|
|
@@ -2097,12 +2187,12 @@ var Chat16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs68(
|
|
|
2097
2187
|
var Chat16Icon_default = Chat16Icon;
|
|
2098
2188
|
|
|
2099
2189
|
// icons/react/Clipboard16Icon.tsx
|
|
2100
|
-
import { jsx as
|
|
2190
|
+
import { jsx as jsx72, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2101
2191
|
var Clipboard16Icon = ({
|
|
2102
2192
|
title,
|
|
2103
2193
|
titleId,
|
|
2104
2194
|
...props
|
|
2105
|
-
}) => /* @__PURE__ */
|
|
2195
|
+
}) => /* @__PURE__ */ jsxs72(
|
|
2106
2196
|
"svg",
|
|
2107
2197
|
{
|
|
2108
2198
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2113,8 +2203,8 @@ var Clipboard16Icon = ({
|
|
|
2113
2203
|
"aria-labelledby": titleId,
|
|
2114
2204
|
...props,
|
|
2115
2205
|
children: [
|
|
2116
|
-
title ? /* @__PURE__ */
|
|
2117
|
-
/* @__PURE__ */
|
|
2206
|
+
title ? /* @__PURE__ */ jsx72("title", { id: titleId, children: title }) : null,
|
|
2207
|
+
/* @__PURE__ */ jsx72(
|
|
2118
2208
|
"path",
|
|
2119
2209
|
{
|
|
2120
2210
|
fill: "currentColor",
|
|
@@ -2129,8 +2219,8 @@ var Clipboard16Icon = ({
|
|
|
2129
2219
|
var Clipboard16Icon_default = Clipboard16Icon;
|
|
2130
2220
|
|
|
2131
2221
|
// icons/react/Cloud16Icon.tsx
|
|
2132
|
-
import { jsx as
|
|
2133
|
-
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(
|
|
2134
2224
|
"svg",
|
|
2135
2225
|
{
|
|
2136
2226
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2141,8 +2231,8 @@ var Cloud16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs70(
|
|
|
2141
2231
|
"aria-labelledby": titleId,
|
|
2142
2232
|
...props,
|
|
2143
2233
|
children: [
|
|
2144
|
-
title ? /* @__PURE__ */
|
|
2145
|
-
/* @__PURE__ */
|
|
2234
|
+
title ? /* @__PURE__ */ jsx73("title", { id: titleId, children: title }) : null,
|
|
2235
|
+
/* @__PURE__ */ jsx73(
|
|
2146
2236
|
"path",
|
|
2147
2237
|
{
|
|
2148
2238
|
fill: "currentColor",
|
|
@@ -2157,8 +2247,8 @@ var Cloud16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs70(
|
|
|
2157
2247
|
var Cloud16Icon_default = Cloud16Icon;
|
|
2158
2248
|
|
|
2159
2249
|
// icons/react/Close16Icon.tsx
|
|
2160
|
-
import { jsx as
|
|
2161
|
-
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(
|
|
2162
2252
|
"svg",
|
|
2163
2253
|
{
|
|
2164
2254
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2169,8 +2259,8 @@ var Close16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs71(
|
|
|
2169
2259
|
"aria-labelledby": titleId,
|
|
2170
2260
|
...props,
|
|
2171
2261
|
children: [
|
|
2172
|
-
title ? /* @__PURE__ */
|
|
2173
|
-
/* @__PURE__ */
|
|
2262
|
+
title ? /* @__PURE__ */ jsx74("title", { id: titleId, children: title }) : null,
|
|
2263
|
+
/* @__PURE__ */ jsx74(
|
|
2174
2264
|
"path",
|
|
2175
2265
|
{
|
|
2176
2266
|
fill: "currentColor",
|
|
@@ -2185,12 +2275,12 @@ var Close16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs71(
|
|
|
2185
2275
|
var Close16Icon_default = Close16Icon;
|
|
2186
2276
|
|
|
2187
2277
|
// icons/react/Compability16Icon.tsx
|
|
2188
|
-
import { jsx as
|
|
2278
|
+
import { jsx as jsx75, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2189
2279
|
var Compability16Icon = ({
|
|
2190
2280
|
title,
|
|
2191
2281
|
titleId,
|
|
2192
2282
|
...props
|
|
2193
|
-
}) => /* @__PURE__ */
|
|
2283
|
+
}) => /* @__PURE__ */ jsxs75(
|
|
2194
2284
|
"svg",
|
|
2195
2285
|
{
|
|
2196
2286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2201,8 +2291,8 @@ var Compability16Icon = ({
|
|
|
2201
2291
|
"aria-labelledby": titleId,
|
|
2202
2292
|
...props,
|
|
2203
2293
|
children: [
|
|
2204
|
-
title ? /* @__PURE__ */
|
|
2205
|
-
/* @__PURE__ */
|
|
2294
|
+
title ? /* @__PURE__ */ jsx75("title", { id: titleId, children: title }) : null,
|
|
2295
|
+
/* @__PURE__ */ jsx75(
|
|
2206
2296
|
"path",
|
|
2207
2297
|
{
|
|
2208
2298
|
fill: "currentColor",
|
|
@@ -2217,12 +2307,12 @@ var Compability16Icon = ({
|
|
|
2217
2307
|
var Compability16Icon_default = Compability16Icon;
|
|
2218
2308
|
|
|
2219
2309
|
// icons/react/Compass16Icon.tsx
|
|
2220
|
-
import { jsx as
|
|
2310
|
+
import { jsx as jsx76, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
2221
2311
|
var Compass16Icon = ({
|
|
2222
2312
|
title,
|
|
2223
2313
|
titleId,
|
|
2224
2314
|
...props
|
|
2225
|
-
}) => /* @__PURE__ */
|
|
2315
|
+
}) => /* @__PURE__ */ jsxs76(
|
|
2226
2316
|
"svg",
|
|
2227
2317
|
{
|
|
2228
2318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2233,8 +2323,8 @@ var Compass16Icon = ({
|
|
|
2233
2323
|
"aria-labelledby": titleId,
|
|
2234
2324
|
...props,
|
|
2235
2325
|
children: [
|
|
2236
|
-
title ? /* @__PURE__ */
|
|
2237
|
-
/* @__PURE__ */
|
|
2326
|
+
title ? /* @__PURE__ */ jsx76("title", { id: titleId, children: title }) : null,
|
|
2327
|
+
/* @__PURE__ */ jsx76(
|
|
2238
2328
|
"path",
|
|
2239
2329
|
{
|
|
2240
2330
|
fill: "currentColor",
|
|
@@ -2249,12 +2339,12 @@ var Compass16Icon = ({
|
|
|
2249
2339
|
var Compass16Icon_default = Compass16Icon;
|
|
2250
2340
|
|
|
2251
2341
|
// icons/react/Contrast16Icon.tsx
|
|
2252
|
-
import { jsx as
|
|
2342
|
+
import { jsx as jsx77, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
2253
2343
|
var Contrast16Icon = ({
|
|
2254
2344
|
title,
|
|
2255
2345
|
titleId,
|
|
2256
2346
|
...props
|
|
2257
|
-
}) => /* @__PURE__ */
|
|
2347
|
+
}) => /* @__PURE__ */ jsxs77(
|
|
2258
2348
|
"svg",
|
|
2259
2349
|
{
|
|
2260
2350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2265,8 +2355,8 @@ var Contrast16Icon = ({
|
|
|
2265
2355
|
"aria-labelledby": titleId,
|
|
2266
2356
|
...props,
|
|
2267
2357
|
children: [
|
|
2268
|
-
title ? /* @__PURE__ */
|
|
2269
|
-
/* @__PURE__ */
|
|
2358
|
+
title ? /* @__PURE__ */ jsx77("title", { id: titleId, children: title }) : null,
|
|
2359
|
+
/* @__PURE__ */ jsx77(
|
|
2270
2360
|
"path",
|
|
2271
2361
|
{
|
|
2272
2362
|
fill: "currentColor",
|
|
@@ -2281,8 +2371,8 @@ var Contrast16Icon = ({
|
|
|
2281
2371
|
var Contrast16Icon_default = Contrast16Icon;
|
|
2282
2372
|
|
|
2283
2373
|
// icons/react/Cpu16Icon.tsx
|
|
2284
|
-
import { jsx as
|
|
2285
|
-
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(
|
|
2286
2376
|
"svg",
|
|
2287
2377
|
{
|
|
2288
2378
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2293,8 +2383,8 @@ var Cpu16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs75(
|
|
|
2293
2383
|
"aria-labelledby": titleId,
|
|
2294
2384
|
...props,
|
|
2295
2385
|
children: [
|
|
2296
|
-
title ? /* @__PURE__ */
|
|
2297
|
-
/* @__PURE__ */
|
|
2386
|
+
title ? /* @__PURE__ */ jsx78("title", { id: titleId, children: title }) : null,
|
|
2387
|
+
/* @__PURE__ */ jsx78(
|
|
2298
2388
|
"path",
|
|
2299
2389
|
{
|
|
2300
2390
|
fill: "currentColor",
|
|
@@ -2309,12 +2399,12 @@ var Cpu16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs75(
|
|
|
2309
2399
|
var Cpu16Icon_default = Cpu16Icon;
|
|
2310
2400
|
|
|
2311
2401
|
// icons/react/Delete16Icon.tsx
|
|
2312
|
-
import { jsx as
|
|
2402
|
+
import { jsx as jsx79, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
2313
2403
|
var Delete16Icon = ({
|
|
2314
2404
|
title,
|
|
2315
2405
|
titleId,
|
|
2316
2406
|
...props
|
|
2317
|
-
}) => /* @__PURE__ */
|
|
2407
|
+
}) => /* @__PURE__ */ jsxs79(
|
|
2318
2408
|
"svg",
|
|
2319
2409
|
{
|
|
2320
2410
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2325,8 +2415,8 @@ var Delete16Icon = ({
|
|
|
2325
2415
|
"aria-labelledby": titleId,
|
|
2326
2416
|
...props,
|
|
2327
2417
|
children: [
|
|
2328
|
-
title ? /* @__PURE__ */
|
|
2329
|
-
/* @__PURE__ */
|
|
2418
|
+
title ? /* @__PURE__ */ jsx79("title", { id: titleId, children: title }) : null,
|
|
2419
|
+
/* @__PURE__ */ jsx79(
|
|
2330
2420
|
"path",
|
|
2331
2421
|
{
|
|
2332
2422
|
fill: "currentColor",
|
|
@@ -2341,12 +2431,12 @@ var Delete16Icon = ({
|
|
|
2341
2431
|
var Delete16Icon_default = Delete16Icon;
|
|
2342
2432
|
|
|
2343
2433
|
// icons/react/Dislike16Icon.tsx
|
|
2344
|
-
import { jsx as
|
|
2434
|
+
import { jsx as jsx80, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
2345
2435
|
var Dislike16Icon = ({
|
|
2346
2436
|
title,
|
|
2347
2437
|
titleId,
|
|
2348
2438
|
...props
|
|
2349
|
-
}) => /* @__PURE__ */
|
|
2439
|
+
}) => /* @__PURE__ */ jsxs80(
|
|
2350
2440
|
"svg",
|
|
2351
2441
|
{
|
|
2352
2442
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2357,8 +2447,8 @@ var Dislike16Icon = ({
|
|
|
2357
2447
|
"aria-labelledby": titleId,
|
|
2358
2448
|
...props,
|
|
2359
2449
|
children: [
|
|
2360
|
-
title ? /* @__PURE__ */
|
|
2361
|
-
/* @__PURE__ */
|
|
2450
|
+
title ? /* @__PURE__ */ jsx80("title", { id: titleId, children: title }) : null,
|
|
2451
|
+
/* @__PURE__ */ jsx80(
|
|
2362
2452
|
"path",
|
|
2363
2453
|
{
|
|
2364
2454
|
fill: "currentColor",
|
|
@@ -2373,12 +2463,12 @@ var Dislike16Icon = ({
|
|
|
2373
2463
|
var Dislike16Icon_default = Dislike16Icon;
|
|
2374
2464
|
|
|
2375
2465
|
// icons/react/Document16Icon.tsx
|
|
2376
|
-
import { jsx as
|
|
2466
|
+
import { jsx as jsx81, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
2377
2467
|
var Document16Icon = ({
|
|
2378
2468
|
title,
|
|
2379
2469
|
titleId,
|
|
2380
2470
|
...props
|
|
2381
|
-
}) => /* @__PURE__ */
|
|
2471
|
+
}) => /* @__PURE__ */ jsxs81(
|
|
2382
2472
|
"svg",
|
|
2383
2473
|
{
|
|
2384
2474
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2389,8 +2479,8 @@ var Document16Icon = ({
|
|
|
2389
2479
|
"aria-labelledby": titleId,
|
|
2390
2480
|
...props,
|
|
2391
2481
|
children: [
|
|
2392
|
-
title ? /* @__PURE__ */
|
|
2393
|
-
/* @__PURE__ */
|
|
2482
|
+
title ? /* @__PURE__ */ jsx81("title", { id: titleId, children: title }) : null,
|
|
2483
|
+
/* @__PURE__ */ jsx81(
|
|
2394
2484
|
"path",
|
|
2395
2485
|
{
|
|
2396
2486
|
fill: "currentColor",
|
|
@@ -2403,12 +2493,12 @@ var Document16Icon = ({
|
|
|
2403
2493
|
var Document16Icon_default = Document16Icon;
|
|
2404
2494
|
|
|
2405
2495
|
// icons/react/DocumentApi16Icon.tsx
|
|
2406
|
-
import { jsx as
|
|
2496
|
+
import { jsx as jsx82, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
2407
2497
|
var DocumentApi16Icon = ({
|
|
2408
2498
|
title,
|
|
2409
2499
|
titleId,
|
|
2410
2500
|
...props
|
|
2411
|
-
}) => /* @__PURE__ */
|
|
2501
|
+
}) => /* @__PURE__ */ jsxs82(
|
|
2412
2502
|
"svg",
|
|
2413
2503
|
{
|
|
2414
2504
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2419,8 +2509,8 @@ var DocumentApi16Icon = ({
|
|
|
2419
2509
|
"aria-labelledby": titleId,
|
|
2420
2510
|
...props,
|
|
2421
2511
|
children: [
|
|
2422
|
-
title ? /* @__PURE__ */
|
|
2423
|
-
/* @__PURE__ */
|
|
2512
|
+
title ? /* @__PURE__ */ jsx82("title", { id: titleId, children: title }) : null,
|
|
2513
|
+
/* @__PURE__ */ jsx82(
|
|
2424
2514
|
"path",
|
|
2425
2515
|
{
|
|
2426
2516
|
fill: "currentColor",
|
|
@@ -2435,8 +2525,8 @@ var DocumentApi16Icon = ({
|
|
|
2435
2525
|
var DocumentApi16Icon_default = DocumentApi16Icon;
|
|
2436
2526
|
|
|
2437
2527
|
// icons/react/Dots16Icon.tsx
|
|
2438
|
-
import { jsx as
|
|
2439
|
-
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(
|
|
2440
2530
|
"svg",
|
|
2441
2531
|
{
|
|
2442
2532
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2447,8 +2537,8 @@ var Dots16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs80(
|
|
|
2447
2537
|
"aria-labelledby": titleId,
|
|
2448
2538
|
...props,
|
|
2449
2539
|
children: [
|
|
2450
|
-
title ? /* @__PURE__ */
|
|
2451
|
-
/* @__PURE__ */
|
|
2540
|
+
title ? /* @__PURE__ */ jsx83("title", { id: titleId, children: title }) : null,
|
|
2541
|
+
/* @__PURE__ */ jsx83(
|
|
2452
2542
|
"path",
|
|
2453
2543
|
{
|
|
2454
2544
|
fill: "currentColor",
|
|
@@ -2463,12 +2553,12 @@ var Dots16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs80(
|
|
|
2463
2553
|
var Dots16Icon_default = Dots16Icon;
|
|
2464
2554
|
|
|
2465
2555
|
// icons/react/DownloadRoundel16Icon.tsx
|
|
2466
|
-
import { jsx as
|
|
2556
|
+
import { jsx as jsx84, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
2467
2557
|
var DownloadRoundel16Icon = ({
|
|
2468
2558
|
title,
|
|
2469
2559
|
titleId,
|
|
2470
2560
|
...props
|
|
2471
|
-
}) => /* @__PURE__ */
|
|
2561
|
+
}) => /* @__PURE__ */ jsxs84(
|
|
2472
2562
|
"svg",
|
|
2473
2563
|
{
|
|
2474
2564
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2479,8 +2569,8 @@ var DownloadRoundel16Icon = ({
|
|
|
2479
2569
|
"aria-labelledby": titleId,
|
|
2480
2570
|
...props,
|
|
2481
2571
|
children: [
|
|
2482
|
-
title ? /* @__PURE__ */
|
|
2483
|
-
/* @__PURE__ */
|
|
2572
|
+
title ? /* @__PURE__ */ jsx84("title", { id: titleId, children: title }) : null,
|
|
2573
|
+
/* @__PURE__ */ jsx84(
|
|
2484
2574
|
"path",
|
|
2485
2575
|
{
|
|
2486
2576
|
fill: "currentColor",
|
|
@@ -2495,8 +2585,8 @@ var DownloadRoundel16Icon = ({
|
|
|
2495
2585
|
var DownloadRoundel16Icon_default = DownloadRoundel16Icon;
|
|
2496
2586
|
|
|
2497
2587
|
// icons/react/Edit16Icon.tsx
|
|
2498
|
-
import { jsx as
|
|
2499
|
-
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(
|
|
2500
2590
|
"svg",
|
|
2501
2591
|
{
|
|
2502
2592
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2507,8 +2597,8 @@ var Edit16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs82(
|
|
|
2507
2597
|
"aria-labelledby": titleId,
|
|
2508
2598
|
...props,
|
|
2509
2599
|
children: [
|
|
2510
|
-
title ? /* @__PURE__ */
|
|
2511
|
-
/* @__PURE__ */
|
|
2600
|
+
title ? /* @__PURE__ */ jsx85("title", { id: titleId, children: title }) : null,
|
|
2601
|
+
/* @__PURE__ */ jsx85(
|
|
2512
2602
|
"path",
|
|
2513
2603
|
{
|
|
2514
2604
|
fill: "currentColor",
|
|
@@ -2523,8 +2613,8 @@ var Edit16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs82(
|
|
|
2523
2613
|
var Edit16Icon_default = Edit16Icon;
|
|
2524
2614
|
|
|
2525
2615
|
// icons/react/Email16Icon.tsx
|
|
2526
|
-
import { jsx as
|
|
2527
|
-
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(
|
|
2528
2618
|
"svg",
|
|
2529
2619
|
{
|
|
2530
2620
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2535,8 +2625,8 @@ var Email16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs83(
|
|
|
2535
2625
|
"aria-labelledby": titleId,
|
|
2536
2626
|
...props,
|
|
2537
2627
|
children: [
|
|
2538
|
-
title ? /* @__PURE__ */
|
|
2539
|
-
/* @__PURE__ */
|
|
2628
|
+
title ? /* @__PURE__ */ jsx86("title", { id: titleId, children: title }) : null,
|
|
2629
|
+
/* @__PURE__ */ jsx86(
|
|
2540
2630
|
"path",
|
|
2541
2631
|
{
|
|
2542
2632
|
fill: "currentColor",
|
|
@@ -2551,8 +2641,8 @@ var Email16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs83(
|
|
|
2551
2641
|
var Email16Icon_default = Email16Icon;
|
|
2552
2642
|
|
|
2553
2643
|
// icons/react/Error16Icon.tsx
|
|
2554
|
-
import { jsx as
|
|
2555
|
-
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(
|
|
2556
2646
|
"svg",
|
|
2557
2647
|
{
|
|
2558
2648
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2563,8 +2653,8 @@ var Error16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs84(
|
|
|
2563
2653
|
"aria-labelledby": titleId,
|
|
2564
2654
|
...props,
|
|
2565
2655
|
children: [
|
|
2566
|
-
title ? /* @__PURE__ */
|
|
2567
|
-
/* @__PURE__ */
|
|
2656
|
+
title ? /* @__PURE__ */ jsx87("title", { id: titleId, children: title }) : null,
|
|
2657
|
+
/* @__PURE__ */ jsx87(
|
|
2568
2658
|
"path",
|
|
2569
2659
|
{
|
|
2570
2660
|
fill: "currentColor",
|
|
@@ -2579,12 +2669,12 @@ var Error16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs84(
|
|
|
2579
2669
|
var Error16Icon_default = Error16Icon;
|
|
2580
2670
|
|
|
2581
2671
|
// icons/react/Filter16Icon.tsx
|
|
2582
|
-
import { jsx as
|
|
2672
|
+
import { jsx as jsx88, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
2583
2673
|
var Filter16Icon = ({
|
|
2584
2674
|
title,
|
|
2585
2675
|
titleId,
|
|
2586
2676
|
...props
|
|
2587
|
-
}) => /* @__PURE__ */
|
|
2677
|
+
}) => /* @__PURE__ */ jsxs88(
|
|
2588
2678
|
"svg",
|
|
2589
2679
|
{
|
|
2590
2680
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2595,8 +2685,8 @@ var Filter16Icon = ({
|
|
|
2595
2685
|
"aria-labelledby": titleId,
|
|
2596
2686
|
...props,
|
|
2597
2687
|
children: [
|
|
2598
|
-
title ? /* @__PURE__ */
|
|
2599
|
-
/* @__PURE__ */
|
|
2688
|
+
title ? /* @__PURE__ */ jsx88("title", { id: titleId, children: title }) : null,
|
|
2689
|
+
/* @__PURE__ */ jsx88(
|
|
2600
2690
|
"path",
|
|
2601
2691
|
{
|
|
2602
2692
|
fill: "currentColor",
|
|
@@ -2611,12 +2701,12 @@ var Filter16Icon = ({
|
|
|
2611
2701
|
var Filter16Icon_default = Filter16Icon;
|
|
2612
2702
|
|
|
2613
2703
|
// icons/react/Firewall16Icon.tsx
|
|
2614
|
-
import { jsx as
|
|
2704
|
+
import { jsx as jsx89, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
2615
2705
|
var Firewall16Icon = ({
|
|
2616
2706
|
title,
|
|
2617
2707
|
titleId,
|
|
2618
2708
|
...props
|
|
2619
|
-
}) => /* @__PURE__ */
|
|
2709
|
+
}) => /* @__PURE__ */ jsxs89(
|
|
2620
2710
|
"svg",
|
|
2621
2711
|
{
|
|
2622
2712
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2627,8 +2717,8 @@ var Firewall16Icon = ({
|
|
|
2627
2717
|
"aria-labelledby": titleId,
|
|
2628
2718
|
...props,
|
|
2629
2719
|
children: [
|
|
2630
|
-
title ? /* @__PURE__ */
|
|
2631
|
-
/* @__PURE__ */
|
|
2720
|
+
title ? /* @__PURE__ */ jsx89("title", { id: titleId, children: title }) : null,
|
|
2721
|
+
/* @__PURE__ */ jsx89(
|
|
2632
2722
|
"path",
|
|
2633
2723
|
{
|
|
2634
2724
|
fill: "currentColor",
|
|
@@ -2643,12 +2733,12 @@ var Firewall16Icon = ({
|
|
|
2643
2733
|
var Firewall16Icon_default = Firewall16Icon;
|
|
2644
2734
|
|
|
2645
2735
|
// icons/react/Folder16Icon.tsx
|
|
2646
|
-
import { jsx as
|
|
2736
|
+
import { jsx as jsx90, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
2647
2737
|
var Folder16Icon = ({
|
|
2648
2738
|
title,
|
|
2649
2739
|
titleId,
|
|
2650
2740
|
...props
|
|
2651
|
-
}) => /* @__PURE__ */
|
|
2741
|
+
}) => /* @__PURE__ */ jsxs90(
|
|
2652
2742
|
"svg",
|
|
2653
2743
|
{
|
|
2654
2744
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2659,8 +2749,8 @@ var Folder16Icon = ({
|
|
|
2659
2749
|
"aria-labelledby": titleId,
|
|
2660
2750
|
...props,
|
|
2661
2751
|
children: [
|
|
2662
|
-
title ? /* @__PURE__ */
|
|
2663
|
-
/* @__PURE__ */
|
|
2752
|
+
title ? /* @__PURE__ */ jsx90("title", { id: titleId, children: title }) : null,
|
|
2753
|
+
/* @__PURE__ */ jsx90(
|
|
2664
2754
|
"path",
|
|
2665
2755
|
{
|
|
2666
2756
|
fill: "currentColor",
|
|
@@ -2675,12 +2765,12 @@ var Folder16Icon = ({
|
|
|
2675
2765
|
var Folder16Icon_default = Folder16Icon;
|
|
2676
2766
|
|
|
2677
2767
|
// icons/react/Gateway16Icon.tsx
|
|
2678
|
-
import { jsx as
|
|
2768
|
+
import { jsx as jsx91, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
2679
2769
|
var Gateway16Icon = ({
|
|
2680
2770
|
title,
|
|
2681
2771
|
titleId,
|
|
2682
2772
|
...props
|
|
2683
|
-
}) => /* @__PURE__ */
|
|
2773
|
+
}) => /* @__PURE__ */ jsxs91(
|
|
2684
2774
|
"svg",
|
|
2685
2775
|
{
|
|
2686
2776
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2691,8 +2781,8 @@ var Gateway16Icon = ({
|
|
|
2691
2781
|
"aria-labelledby": titleId,
|
|
2692
2782
|
...props,
|
|
2693
2783
|
children: [
|
|
2694
|
-
title ? /* @__PURE__ */
|
|
2695
|
-
/* @__PURE__ */
|
|
2784
|
+
title ? /* @__PURE__ */ jsx91("title", { id: titleId, children: title }) : null,
|
|
2785
|
+
/* @__PURE__ */ jsx91(
|
|
2696
2786
|
"path",
|
|
2697
2787
|
{
|
|
2698
2788
|
fill: "currentColor",
|
|
@@ -2707,8 +2797,8 @@ var Gateway16Icon = ({
|
|
|
2707
2797
|
var Gateway16Icon_default = Gateway16Icon;
|
|
2708
2798
|
|
|
2709
2799
|
// icons/react/Heart16Icon.tsx
|
|
2710
|
-
import { jsx as
|
|
2711
|
-
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(
|
|
2712
2802
|
"svg",
|
|
2713
2803
|
{
|
|
2714
2804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2719,8 +2809,8 @@ var Heart16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs89(
|
|
|
2719
2809
|
"aria-labelledby": titleId,
|
|
2720
2810
|
...props,
|
|
2721
2811
|
children: [
|
|
2722
|
-
title ? /* @__PURE__ */
|
|
2723
|
-
/* @__PURE__ */
|
|
2812
|
+
title ? /* @__PURE__ */ jsx92("title", { id: titleId, children: title }) : null,
|
|
2813
|
+
/* @__PURE__ */ jsx92(
|
|
2724
2814
|
"path",
|
|
2725
2815
|
{
|
|
2726
2816
|
fill: "currentColor",
|
|
@@ -2733,8 +2823,8 @@ var Heart16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs89(
|
|
|
2733
2823
|
var Heart16Icon_default = Heart16Icon;
|
|
2734
2824
|
|
|
2735
2825
|
// icons/react/Hide16Icon.tsx
|
|
2736
|
-
import { jsx as
|
|
2737
|
-
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(
|
|
2738
2828
|
"svg",
|
|
2739
2829
|
{
|
|
2740
2830
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2745,8 +2835,8 @@ var Hide16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs90(
|
|
|
2745
2835
|
"aria-labelledby": titleId,
|
|
2746
2836
|
...props,
|
|
2747
2837
|
children: [
|
|
2748
|
-
title ? /* @__PURE__ */
|
|
2749
|
-
/* @__PURE__ */
|
|
2838
|
+
title ? /* @__PURE__ */ jsx93("title", { id: titleId, children: title }) : null,
|
|
2839
|
+
/* @__PURE__ */ jsx93(
|
|
2750
2840
|
"path",
|
|
2751
2841
|
{
|
|
2752
2842
|
fill: "currentColor",
|
|
@@ -2761,12 +2851,12 @@ var Hide16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs90(
|
|
|
2761
2851
|
var Hide16Icon_default = Hide16Icon;
|
|
2762
2852
|
|
|
2763
2853
|
// icons/react/Hourglass16Icon.tsx
|
|
2764
|
-
import { jsx as
|
|
2854
|
+
import { jsx as jsx94, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
2765
2855
|
var Hourglass16Icon = ({
|
|
2766
2856
|
title,
|
|
2767
2857
|
titleId,
|
|
2768
2858
|
...props
|
|
2769
|
-
}) => /* @__PURE__ */
|
|
2859
|
+
}) => /* @__PURE__ */ jsxs94(
|
|
2770
2860
|
"svg",
|
|
2771
2861
|
{
|
|
2772
2862
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2777,8 +2867,8 @@ var Hourglass16Icon = ({
|
|
|
2777
2867
|
"aria-labelledby": titleId,
|
|
2778
2868
|
...props,
|
|
2779
2869
|
children: [
|
|
2780
|
-
title ? /* @__PURE__ */
|
|
2781
|
-
/* @__PURE__ */
|
|
2870
|
+
title ? /* @__PURE__ */ jsx94("title", { id: titleId, children: title }) : null,
|
|
2871
|
+
/* @__PURE__ */ jsx94(
|
|
2782
2872
|
"path",
|
|
2783
2873
|
{
|
|
2784
2874
|
fill: "currentColor",
|
|
@@ -2793,12 +2883,12 @@ var Hourglass16Icon = ({
|
|
|
2793
2883
|
var Hourglass16Icon_default = Hourglass16Icon;
|
|
2794
2884
|
|
|
2795
2885
|
// icons/react/Images16Icon.tsx
|
|
2796
|
-
import { jsx as
|
|
2886
|
+
import { jsx as jsx95, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
2797
2887
|
var Images16Icon = ({
|
|
2798
2888
|
title,
|
|
2799
2889
|
titleId,
|
|
2800
2890
|
...props
|
|
2801
|
-
}) => /* @__PURE__ */
|
|
2891
|
+
}) => /* @__PURE__ */ jsxs95(
|
|
2802
2892
|
"svg",
|
|
2803
2893
|
{
|
|
2804
2894
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2809,16 +2899,16 @@ var Images16Icon = ({
|
|
|
2809
2899
|
"aria-labelledby": titleId,
|
|
2810
2900
|
...props,
|
|
2811
2901
|
children: [
|
|
2812
|
-
title ? /* @__PURE__ */
|
|
2813
|
-
/* @__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" }) })
|
|
2814
2904
|
]
|
|
2815
2905
|
}
|
|
2816
2906
|
);
|
|
2817
2907
|
var Images16Icon_default = Images16Icon;
|
|
2818
2908
|
|
|
2819
2909
|
// icons/react/Info16Icon.tsx
|
|
2820
|
-
import { jsx as
|
|
2821
|
-
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(
|
|
2822
2912
|
"svg",
|
|
2823
2913
|
{
|
|
2824
2914
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2829,8 +2919,8 @@ var Info16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs93(
|
|
|
2829
2919
|
"aria-labelledby": titleId,
|
|
2830
2920
|
...props,
|
|
2831
2921
|
children: [
|
|
2832
|
-
title ? /* @__PURE__ */
|
|
2833
|
-
/* @__PURE__ */
|
|
2922
|
+
title ? /* @__PURE__ */ jsx96("title", { id: titleId, children: title }) : null,
|
|
2923
|
+
/* @__PURE__ */ jsx96(
|
|
2834
2924
|
"path",
|
|
2835
2925
|
{
|
|
2836
2926
|
fill: "currentColor",
|
|
@@ -2845,12 +2935,12 @@ var Info16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs93(
|
|
|
2845
2935
|
var Info16Icon_default = Info16Icon;
|
|
2846
2936
|
|
|
2847
2937
|
// icons/react/Instances16Icon.tsx
|
|
2848
|
-
import { jsx as
|
|
2938
|
+
import { jsx as jsx97, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
2849
2939
|
var Instances16Icon = ({
|
|
2850
2940
|
title,
|
|
2851
2941
|
titleId,
|
|
2852
2942
|
...props
|
|
2853
|
-
}) => /* @__PURE__ */
|
|
2943
|
+
}) => /* @__PURE__ */ jsxs97(
|
|
2854
2944
|
"svg",
|
|
2855
2945
|
{
|
|
2856
2946
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2861,8 +2951,8 @@ var Instances16Icon = ({
|
|
|
2861
2951
|
"aria-labelledby": titleId,
|
|
2862
2952
|
...props,
|
|
2863
2953
|
children: [
|
|
2864
|
-
title ? /* @__PURE__ */
|
|
2865
|
-
/* @__PURE__ */
|
|
2954
|
+
title ? /* @__PURE__ */ jsx97("title", { id: titleId, children: title }) : null,
|
|
2955
|
+
/* @__PURE__ */ jsx97(
|
|
2866
2956
|
"path",
|
|
2867
2957
|
{
|
|
2868
2958
|
fill: "currentColor",
|
|
@@ -2877,12 +2967,12 @@ var Instances16Icon = ({
|
|
|
2877
2967
|
var Instances16Icon_default = Instances16Icon;
|
|
2878
2968
|
|
|
2879
2969
|
// icons/react/Integration16Icon.tsx
|
|
2880
|
-
import { jsx as
|
|
2970
|
+
import { jsx as jsx98, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
2881
2971
|
var Integration16Icon = ({
|
|
2882
2972
|
title,
|
|
2883
2973
|
titleId,
|
|
2884
2974
|
...props
|
|
2885
|
-
}) => /* @__PURE__ */
|
|
2975
|
+
}) => /* @__PURE__ */ jsxs98(
|
|
2886
2976
|
"svg",
|
|
2887
2977
|
{
|
|
2888
2978
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2893,8 +2983,8 @@ var Integration16Icon = ({
|
|
|
2893
2983
|
"aria-labelledby": titleId,
|
|
2894
2984
|
...props,
|
|
2895
2985
|
children: [
|
|
2896
|
-
title ? /* @__PURE__ */
|
|
2897
|
-
/* @__PURE__ */
|
|
2986
|
+
title ? /* @__PURE__ */ jsx98("title", { id: titleId, children: title }) : null,
|
|
2987
|
+
/* @__PURE__ */ jsx98(
|
|
2898
2988
|
"path",
|
|
2899
2989
|
{
|
|
2900
2990
|
fill: "currentColor",
|
|
@@ -2909,12 +2999,12 @@ var Integration16Icon = ({
|
|
|
2909
2999
|
var Integration16Icon_default = Integration16Icon;
|
|
2910
3000
|
|
|
2911
3001
|
// icons/react/IpGlobal16Icon.tsx
|
|
2912
|
-
import { jsx as
|
|
3002
|
+
import { jsx as jsx99, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
2913
3003
|
var IpGlobal16Icon = ({
|
|
2914
3004
|
title,
|
|
2915
3005
|
titleId,
|
|
2916
3006
|
...props
|
|
2917
|
-
}) => /* @__PURE__ */
|
|
3007
|
+
}) => /* @__PURE__ */ jsxs99(
|
|
2918
3008
|
"svg",
|
|
2919
3009
|
{
|
|
2920
3010
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2925,8 +3015,8 @@ var IpGlobal16Icon = ({
|
|
|
2925
3015
|
"aria-labelledby": titleId,
|
|
2926
3016
|
...props,
|
|
2927
3017
|
children: [
|
|
2928
|
-
title ? /* @__PURE__ */
|
|
2929
|
-
/* @__PURE__ */
|
|
3018
|
+
title ? /* @__PURE__ */ jsx99("title", { id: titleId, children: title }) : null,
|
|
3019
|
+
/* @__PURE__ */ jsx99(
|
|
2930
3020
|
"path",
|
|
2931
3021
|
{
|
|
2932
3022
|
fill: "currentColor",
|
|
@@ -2941,12 +3031,12 @@ var IpGlobal16Icon = ({
|
|
|
2941
3031
|
var IpGlobal16Icon_default = IpGlobal16Icon;
|
|
2942
3032
|
|
|
2943
3033
|
// icons/react/IpLocal16Icon.tsx
|
|
2944
|
-
import { jsx as
|
|
3034
|
+
import { jsx as jsx100, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
2945
3035
|
var IpLocal16Icon = ({
|
|
2946
3036
|
title,
|
|
2947
3037
|
titleId,
|
|
2948
3038
|
...props
|
|
2949
|
-
}) => /* @__PURE__ */
|
|
3039
|
+
}) => /* @__PURE__ */ jsxs100(
|
|
2950
3040
|
"svg",
|
|
2951
3041
|
{
|
|
2952
3042
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2957,8 +3047,8 @@ var IpLocal16Icon = ({
|
|
|
2957
3047
|
"aria-labelledby": titleId,
|
|
2958
3048
|
...props,
|
|
2959
3049
|
children: [
|
|
2960
|
-
title ? /* @__PURE__ */
|
|
2961
|
-
/* @__PURE__ */
|
|
3050
|
+
title ? /* @__PURE__ */ jsx100("title", { id: titleId, children: title }) : null,
|
|
3051
|
+
/* @__PURE__ */ jsx100(
|
|
2962
3052
|
"path",
|
|
2963
3053
|
{
|
|
2964
3054
|
fill: "currentColor",
|
|
@@ -2973,12 +3063,12 @@ var IpLocal16Icon = ({
|
|
|
2973
3063
|
var IpLocal16Icon_default = IpLocal16Icon;
|
|
2974
3064
|
|
|
2975
3065
|
// icons/react/Issues16Icon.tsx
|
|
2976
|
-
import { jsx as
|
|
3066
|
+
import { jsx as jsx101, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
2977
3067
|
var Issues16Icon = ({
|
|
2978
3068
|
title,
|
|
2979
3069
|
titleId,
|
|
2980
3070
|
...props
|
|
2981
|
-
}) => /* @__PURE__ */
|
|
3071
|
+
}) => /* @__PURE__ */ jsxs101(
|
|
2982
3072
|
"svg",
|
|
2983
3073
|
{
|
|
2984
3074
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2989,8 +3079,8 @@ var Issues16Icon = ({
|
|
|
2989
3079
|
"aria-labelledby": titleId,
|
|
2990
3080
|
...props,
|
|
2991
3081
|
children: [
|
|
2992
|
-
title ? /* @__PURE__ */
|
|
2993
|
-
/* @__PURE__ */
|
|
3082
|
+
title ? /* @__PURE__ */ jsx101("title", { id: titleId, children: title }) : null,
|
|
3083
|
+
/* @__PURE__ */ jsx101(
|
|
2994
3084
|
"path",
|
|
2995
3085
|
{
|
|
2996
3086
|
fill: "currentColor",
|
|
@@ -3005,8 +3095,8 @@ var Issues16Icon = ({
|
|
|
3005
3095
|
var Issues16Icon_default = Issues16Icon;
|
|
3006
3096
|
|
|
3007
3097
|
// icons/react/Key16Icon.tsx
|
|
3008
|
-
import { jsx as
|
|
3009
|
-
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(
|
|
3010
3100
|
"svg",
|
|
3011
3101
|
{
|
|
3012
3102
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3017,8 +3107,8 @@ var Key16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs99(
|
|
|
3017
3107
|
"aria-labelledby": titleId,
|
|
3018
3108
|
...props,
|
|
3019
3109
|
children: [
|
|
3020
|
-
title ? /* @__PURE__ */
|
|
3021
|
-
/* @__PURE__ */
|
|
3110
|
+
title ? /* @__PURE__ */ jsx102("title", { id: titleId, children: title }) : null,
|
|
3111
|
+
/* @__PURE__ */ jsx102(
|
|
3022
3112
|
"path",
|
|
3023
3113
|
{
|
|
3024
3114
|
fill: "currentColor",
|
|
@@ -3033,8 +3123,8 @@ var Key16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs99(
|
|
|
3033
3123
|
var Key16Icon_default = Key16Icon;
|
|
3034
3124
|
|
|
3035
3125
|
// icons/react/Like16Icon.tsx
|
|
3036
|
-
import { jsx as
|
|
3037
|
-
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(
|
|
3038
3128
|
"svg",
|
|
3039
3129
|
{
|
|
3040
3130
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3045,8 +3135,8 @@ var Like16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs100(
|
|
|
3045
3135
|
"aria-labelledby": titleId,
|
|
3046
3136
|
...props,
|
|
3047
3137
|
children: [
|
|
3048
|
-
title ? /* @__PURE__ */
|
|
3049
|
-
/* @__PURE__ */
|
|
3138
|
+
title ? /* @__PURE__ */ jsx103("title", { id: titleId, children: title }) : null,
|
|
3139
|
+
/* @__PURE__ */ jsx103(
|
|
3050
3140
|
"path",
|
|
3051
3141
|
{
|
|
3052
3142
|
fill: "currentColor",
|
|
@@ -3061,8 +3151,8 @@ var Like16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs100(
|
|
|
3061
3151
|
var Like16Icon_default = Like16Icon;
|
|
3062
3152
|
|
|
3063
3153
|
// icons/react/Link16Icon.tsx
|
|
3064
|
-
import { jsx as
|
|
3065
|
-
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(
|
|
3066
3156
|
"svg",
|
|
3067
3157
|
{
|
|
3068
3158
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3073,10 +3163,10 @@ var Link16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs101(
|
|
|
3073
3163
|
"aria-labelledby": titleId,
|
|
3074
3164
|
...props,
|
|
3075
3165
|
children: [
|
|
3076
|
-
title ? /* @__PURE__ */
|
|
3077
|
-
/* @__PURE__ */
|
|
3078
|
-
/* @__PURE__ */
|
|
3079
|
-
/* @__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" })
|
|
3080
3170
|
] })
|
|
3081
3171
|
]
|
|
3082
3172
|
}
|
|
@@ -3084,12 +3174,12 @@ var Link16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs101(
|
|
|
3084
3174
|
var Link16Icon_default = Link16Icon;
|
|
3085
3175
|
|
|
3086
3176
|
// icons/react/LoadBalancer16Icon.tsx
|
|
3087
|
-
import { jsx as
|
|
3177
|
+
import { jsx as jsx105, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
3088
3178
|
var LoadBalancer16Icon = ({
|
|
3089
3179
|
title,
|
|
3090
3180
|
titleId,
|
|
3091
3181
|
...props
|
|
3092
|
-
}) => /* @__PURE__ */
|
|
3182
|
+
}) => /* @__PURE__ */ jsxs105(
|
|
3093
3183
|
"svg",
|
|
3094
3184
|
{
|
|
3095
3185
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3100,8 +3190,8 @@ var LoadBalancer16Icon = ({
|
|
|
3100
3190
|
"aria-labelledby": titleId,
|
|
3101
3191
|
...props,
|
|
3102
3192
|
children: [
|
|
3103
|
-
title ? /* @__PURE__ */
|
|
3104
|
-
/* @__PURE__ */
|
|
3193
|
+
title ? /* @__PURE__ */ jsx105("title", { id: titleId, children: title }) : null,
|
|
3194
|
+
/* @__PURE__ */ jsx105(
|
|
3105
3195
|
"path",
|
|
3106
3196
|
{
|
|
3107
3197
|
fill: "currentColor",
|
|
@@ -3116,8 +3206,8 @@ var LoadBalancer16Icon = ({
|
|
|
3116
3206
|
var LoadBalancer16Icon_default = LoadBalancer16Icon;
|
|
3117
3207
|
|
|
3118
3208
|
// icons/react/Logs16Icon.tsx
|
|
3119
|
-
import { jsx as
|
|
3120
|
-
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(
|
|
3121
3211
|
"svg",
|
|
3122
3212
|
{
|
|
3123
3213
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3128,8 +3218,8 @@ var Logs16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs103(
|
|
|
3128
3218
|
"aria-labelledby": titleId,
|
|
3129
3219
|
...props,
|
|
3130
3220
|
children: [
|
|
3131
|
-
title ? /* @__PURE__ */
|
|
3132
|
-
/* @__PURE__ */
|
|
3221
|
+
title ? /* @__PURE__ */ jsx106("title", { id: titleId, children: title }) : null,
|
|
3222
|
+
/* @__PURE__ */ jsx106(
|
|
3133
3223
|
"path",
|
|
3134
3224
|
{
|
|
3135
3225
|
fill: "currentColor",
|
|
@@ -3144,12 +3234,12 @@ var Logs16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs103(
|
|
|
3144
3234
|
var Logs16Icon_default = Logs16Icon;
|
|
3145
3235
|
|
|
3146
3236
|
// icons/react/Metrics16Icon.tsx
|
|
3147
|
-
import { jsx as
|
|
3237
|
+
import { jsx as jsx107, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
3148
3238
|
var Metrics16Icon = ({
|
|
3149
3239
|
title,
|
|
3150
3240
|
titleId,
|
|
3151
3241
|
...props
|
|
3152
|
-
}) => /* @__PURE__ */
|
|
3242
|
+
}) => /* @__PURE__ */ jsxs107(
|
|
3153
3243
|
"svg",
|
|
3154
3244
|
{
|
|
3155
3245
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3160,8 +3250,8 @@ var Metrics16Icon = ({
|
|
|
3160
3250
|
"aria-labelledby": titleId,
|
|
3161
3251
|
...props,
|
|
3162
3252
|
children: [
|
|
3163
|
-
title ? /* @__PURE__ */
|
|
3164
|
-
/* @__PURE__ */
|
|
3253
|
+
title ? /* @__PURE__ */ jsx107("title", { id: titleId, children: title }) : null,
|
|
3254
|
+
/* @__PURE__ */ jsx107(
|
|
3165
3255
|
"path",
|
|
3166
3256
|
{
|
|
3167
3257
|
fill: "currentColor",
|
|
@@ -3176,12 +3266,12 @@ var Metrics16Icon = ({
|
|
|
3176
3266
|
var Metrics16Icon_default = Metrics16Icon;
|
|
3177
3267
|
|
|
3178
3268
|
// icons/react/Monitoring16Icon.tsx
|
|
3179
|
-
import { jsx as
|
|
3269
|
+
import { jsx as jsx108, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
3180
3270
|
var Monitoring16Icon = ({
|
|
3181
3271
|
title,
|
|
3182
3272
|
titleId,
|
|
3183
3273
|
...props
|
|
3184
|
-
}) => /* @__PURE__ */
|
|
3274
|
+
}) => /* @__PURE__ */ jsxs108(
|
|
3185
3275
|
"svg",
|
|
3186
3276
|
{
|
|
3187
3277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3192,14 +3282,12 @@ var Monitoring16Icon = ({
|
|
|
3192
3282
|
"aria-labelledby": titleId,
|
|
3193
3283
|
...props,
|
|
3194
3284
|
children: [
|
|
3195
|
-
title ? /* @__PURE__ */
|
|
3196
|
-
/* @__PURE__ */
|
|
3285
|
+
title ? /* @__PURE__ */ jsx108("title", { id: titleId, children: title }) : null,
|
|
3286
|
+
/* @__PURE__ */ jsx108(
|
|
3197
3287
|
"path",
|
|
3198
3288
|
{
|
|
3199
3289
|
fill: "currentColor",
|
|
3200
|
-
|
|
3201
|
-
d: "M11 .75v.5c0 .414.336.75.75.75H14v2.25c0 .414.336.75.75.75h.5a.75.75 0 0 0 .75-.75V.75a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0-.75.75M1.25 11h-.5a.75.75 0 0 0-.75.75v3.5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 .75-.75v-.5a.75.75 0 0 0-.75-.75H2v-2.25a.75.75 0 0 0-.75-.75m13.5 0h.5a.75.75 0 0 1 .75.75v3.5a.747.747 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75v-.5a.75.75 0 0 1 .75-.75H14v-2.25a.75.75 0 0 1 .75-.75M5 1.25v-.5A.75.75 0 0 0 4.25 0H.75A.75.75 0 0 0 0 .75v3.5c0 .414.336.75.75.75h.5A.75.75 0 0 0 2 4.25V2h2.25A.75.75 0 0 0 5 1.25m-1 3.5A.75.75 0 0 1 4.75 4h6.5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-.75.75h-6.5A.75.75 0 0 1 4 6.25zM4.75 9a.75.75 0 0 0-.75.75v1.5c0 .414.336.75.75.75h6.5a.75.75 0 0 0 .75-.75v-1.5a.75.75 0 0 0-.75-.75z",
|
|
3202
|
-
clipRule: "evenodd"
|
|
3290
|
+
d: "M1.25 11a.75.75 0 0 1 .75.75V14h2.25a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1-.75-.75v-3.5A.75.75 0 0 1 .75 11zm14 0a.75.75 0 0 1 .75.75v3.5l-.004.077a.75.75 0 0 1-.746.673h-3.5a.75.75 0 0 1-.75-.75v-.5a.75.75 0 0 1 .75-.75H14v-2.25a.75.75 0 0 1 .75-.75zm-4-2a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-.75.75h-6.5a.75.75 0 0 1-.75-.75v-1.5A.75.75 0 0 1 4.75 9zm0-5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-.75.75h-6.5A.75.75 0 0 1 4 6.25v-1.5A.75.75 0 0 1 4.75 4zm-7-4A.75.75 0 0 1 5 .75v.5a.75.75 0 0 1-.75.75H2v2.25a.75.75 0 0 1-.75.75h-.5A.75.75 0 0 1 0 4.25V.75A.75.75 0 0 1 .75 0zm11.077.004A.75.75 0 0 1 16 .75v3.5a.75.75 0 0 1-.75.75h-.5a.75.75 0 0 1-.75-.75V2h-2.25a.75.75 0 0 1-.75-.75v-.5a.75.75 0 0 1 .75-.75h3.5q.04 0 .077.004"
|
|
3203
3291
|
}
|
|
3204
3292
|
)
|
|
3205
3293
|
]
|
|
@@ -3208,12 +3296,12 @@ var Monitoring16Icon = ({
|
|
|
3208
3296
|
var Monitoring16Icon_default = Monitoring16Icon;
|
|
3209
3297
|
|
|
3210
3298
|
// icons/react/Networking16Icon.tsx
|
|
3211
|
-
import { jsx as
|
|
3299
|
+
import { jsx as jsx109, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
3212
3300
|
var Networking16Icon = ({
|
|
3213
3301
|
title,
|
|
3214
3302
|
titleId,
|
|
3215
3303
|
...props
|
|
3216
|
-
}) => /* @__PURE__ */
|
|
3304
|
+
}) => /* @__PURE__ */ jsxs109(
|
|
3217
3305
|
"svg",
|
|
3218
3306
|
{
|
|
3219
3307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3224,8 +3312,8 @@ var Networking16Icon = ({
|
|
|
3224
3312
|
"aria-labelledby": titleId,
|
|
3225
3313
|
...props,
|
|
3226
3314
|
children: [
|
|
3227
|
-
title ? /* @__PURE__ */
|
|
3228
|
-
/* @__PURE__ */
|
|
3315
|
+
title ? /* @__PURE__ */ jsx109("title", { id: titleId, children: title }) : null,
|
|
3316
|
+
/* @__PURE__ */ jsx109(
|
|
3229
3317
|
"path",
|
|
3230
3318
|
{
|
|
3231
3319
|
fill: "currentColor",
|
|
@@ -3240,12 +3328,12 @@ var Networking16Icon = ({
|
|
|
3240
3328
|
var Networking16Icon_default = Networking16Icon;
|
|
3241
3329
|
|
|
3242
3330
|
// icons/react/NewWindow16Icon.tsx
|
|
3243
|
-
import { jsx as
|
|
3331
|
+
import { jsx as jsx110, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
3244
3332
|
var NewWindow16Icon = ({
|
|
3245
3333
|
title,
|
|
3246
3334
|
titleId,
|
|
3247
3335
|
...props
|
|
3248
|
-
}) => /* @__PURE__ */
|
|
3336
|
+
}) => /* @__PURE__ */ jsxs110(
|
|
3249
3337
|
"svg",
|
|
3250
3338
|
{
|
|
3251
3339
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3256,8 +3344,8 @@ var NewWindow16Icon = ({
|
|
|
3256
3344
|
"aria-labelledby": titleId,
|
|
3257
3345
|
...props,
|
|
3258
3346
|
children: [
|
|
3259
|
-
title ? /* @__PURE__ */
|
|
3260
|
-
/* @__PURE__ */
|
|
3347
|
+
title ? /* @__PURE__ */ jsx110("title", { id: titleId, children: title }) : null,
|
|
3348
|
+
/* @__PURE__ */ jsx110(
|
|
3261
3349
|
"path",
|
|
3262
3350
|
{
|
|
3263
3351
|
fill: "currentColor",
|
|
@@ -3272,12 +3360,12 @@ var NewWindow16Icon = ({
|
|
|
3272
3360
|
var NewWindow16Icon_default = NewWindow16Icon;
|
|
3273
3361
|
|
|
3274
3362
|
// icons/react/Notifications16Icon.tsx
|
|
3275
|
-
import { jsx as
|
|
3363
|
+
import { jsx as jsx111, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
3276
3364
|
var Notifications16Icon = ({
|
|
3277
3365
|
title,
|
|
3278
3366
|
titleId,
|
|
3279
3367
|
...props
|
|
3280
|
-
}) => /* @__PURE__ */
|
|
3368
|
+
}) => /* @__PURE__ */ jsxs111(
|
|
3281
3369
|
"svg",
|
|
3282
3370
|
{
|
|
3283
3371
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3288,8 +3376,8 @@ var Notifications16Icon = ({
|
|
|
3288
3376
|
"aria-labelledby": titleId,
|
|
3289
3377
|
...props,
|
|
3290
3378
|
children: [
|
|
3291
|
-
title ? /* @__PURE__ */
|
|
3292
|
-
/* @__PURE__ */
|
|
3379
|
+
title ? /* @__PURE__ */ jsx111("title", { id: titleId, children: title }) : null,
|
|
3380
|
+
/* @__PURE__ */ jsx111(
|
|
3293
3381
|
"path",
|
|
3294
3382
|
{
|
|
3295
3383
|
fill: "currentColor",
|
|
@@ -3304,12 +3392,12 @@ var Notifications16Icon = ({
|
|
|
3304
3392
|
var Notifications16Icon_default = Notifications16Icon;
|
|
3305
3393
|
|
|
3306
3394
|
// icons/react/Organization16Icon.tsx
|
|
3307
|
-
import { jsx as
|
|
3395
|
+
import { jsx as jsx112, jsxs as jsxs112 } from "react/jsx-runtime";
|
|
3308
3396
|
var Organization16Icon = ({
|
|
3309
3397
|
title,
|
|
3310
3398
|
titleId,
|
|
3311
3399
|
...props
|
|
3312
|
-
}) => /* @__PURE__ */
|
|
3400
|
+
}) => /* @__PURE__ */ jsxs112(
|
|
3313
3401
|
"svg",
|
|
3314
3402
|
{
|
|
3315
3403
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3320,8 +3408,8 @@ var Organization16Icon = ({
|
|
|
3320
3408
|
"aria-labelledby": titleId,
|
|
3321
3409
|
...props,
|
|
3322
3410
|
children: [
|
|
3323
|
-
title ? /* @__PURE__ */
|
|
3324
|
-
/* @__PURE__ */
|
|
3411
|
+
title ? /* @__PURE__ */ jsx112("title", { id: titleId, children: title }) : null,
|
|
3412
|
+
/* @__PURE__ */ jsx112(
|
|
3325
3413
|
"path",
|
|
3326
3414
|
{
|
|
3327
3415
|
fill: "currentColor",
|
|
@@ -3336,12 +3424,12 @@ var Organization16Icon = ({
|
|
|
3336
3424
|
var Organization16Icon_default = Organization16Icon;
|
|
3337
3425
|
|
|
3338
3426
|
// icons/react/Overview16Icon.tsx
|
|
3339
|
-
import { jsx as
|
|
3427
|
+
import { jsx as jsx113, jsxs as jsxs113 } from "react/jsx-runtime";
|
|
3340
3428
|
var Overview16Icon = ({
|
|
3341
3429
|
title,
|
|
3342
3430
|
titleId,
|
|
3343
3431
|
...props
|
|
3344
|
-
}) => /* @__PURE__ */
|
|
3432
|
+
}) => /* @__PURE__ */ jsxs113(
|
|
3345
3433
|
"svg",
|
|
3346
3434
|
{
|
|
3347
3435
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3352,8 +3440,8 @@ var Overview16Icon = ({
|
|
|
3352
3440
|
"aria-labelledby": titleId,
|
|
3353
3441
|
...props,
|
|
3354
3442
|
children: [
|
|
3355
|
-
title ? /* @__PURE__ */
|
|
3356
|
-
/* @__PURE__ */
|
|
3443
|
+
title ? /* @__PURE__ */ jsx113("title", { id: titleId, children: title }) : null,
|
|
3444
|
+
/* @__PURE__ */ jsx113(
|
|
3357
3445
|
"path",
|
|
3358
3446
|
{
|
|
3359
3447
|
fill: "currentColor",
|
|
@@ -3368,12 +3456,12 @@ var Overview16Icon = ({
|
|
|
3368
3456
|
var Overview16Icon_default = Overview16Icon;
|
|
3369
3457
|
|
|
3370
3458
|
// icons/react/Person16Icon.tsx
|
|
3371
|
-
import { jsx as
|
|
3459
|
+
import { jsx as jsx114, jsxs as jsxs114 } from "react/jsx-runtime";
|
|
3372
3460
|
var Person16Icon = ({
|
|
3373
3461
|
title,
|
|
3374
3462
|
titleId,
|
|
3375
3463
|
...props
|
|
3376
|
-
}) => /* @__PURE__ */
|
|
3464
|
+
}) => /* @__PURE__ */ jsxs114(
|
|
3377
3465
|
"svg",
|
|
3378
3466
|
{
|
|
3379
3467
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3384,8 +3472,8 @@ var Person16Icon = ({
|
|
|
3384
3472
|
"aria-labelledby": titleId,
|
|
3385
3473
|
...props,
|
|
3386
3474
|
children: [
|
|
3387
|
-
title ? /* @__PURE__ */
|
|
3388
|
-
/* @__PURE__ */
|
|
3475
|
+
title ? /* @__PURE__ */ jsx114("title", { id: titleId, children: title }) : null,
|
|
3476
|
+
/* @__PURE__ */ jsx114(
|
|
3389
3477
|
"path",
|
|
3390
3478
|
{
|
|
3391
3479
|
fill: "currentColor",
|
|
@@ -3400,12 +3488,12 @@ var Person16Icon = ({
|
|
|
3400
3488
|
var Person16Icon_default = Person16Icon;
|
|
3401
3489
|
|
|
3402
3490
|
// icons/react/PersonGroup16Icon.tsx
|
|
3403
|
-
import { jsx as
|
|
3491
|
+
import { jsx as jsx115, jsxs as jsxs115 } from "react/jsx-runtime";
|
|
3404
3492
|
var PersonGroup16Icon = ({
|
|
3405
3493
|
title,
|
|
3406
3494
|
titleId,
|
|
3407
3495
|
...props
|
|
3408
|
-
}) => /* @__PURE__ */
|
|
3496
|
+
}) => /* @__PURE__ */ jsxs115(
|
|
3409
3497
|
"svg",
|
|
3410
3498
|
{
|
|
3411
3499
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3416,8 +3504,8 @@ var PersonGroup16Icon = ({
|
|
|
3416
3504
|
"aria-labelledby": titleId,
|
|
3417
3505
|
...props,
|
|
3418
3506
|
children: [
|
|
3419
|
-
title ? /* @__PURE__ */
|
|
3420
|
-
/* @__PURE__ */
|
|
3507
|
+
title ? /* @__PURE__ */ jsx115("title", { id: titleId, children: title }) : null,
|
|
3508
|
+
/* @__PURE__ */ jsx115(
|
|
3421
3509
|
"path",
|
|
3422
3510
|
{
|
|
3423
3511
|
fill: "currentColor",
|
|
@@ -3432,12 +3520,12 @@ var PersonGroup16Icon = ({
|
|
|
3432
3520
|
var PersonGroup16Icon_default = PersonGroup16Icon;
|
|
3433
3521
|
|
|
3434
3522
|
// icons/react/Profile16Icon.tsx
|
|
3435
|
-
import { jsx as
|
|
3523
|
+
import { jsx as jsx116, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
3436
3524
|
var Profile16Icon = ({
|
|
3437
3525
|
title,
|
|
3438
3526
|
titleId,
|
|
3439
3527
|
...props
|
|
3440
|
-
}) => /* @__PURE__ */
|
|
3528
|
+
}) => /* @__PURE__ */ jsxs116(
|
|
3441
3529
|
"svg",
|
|
3442
3530
|
{
|
|
3443
3531
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3448,8 +3536,8 @@ var Profile16Icon = ({
|
|
|
3448
3536
|
"aria-labelledby": titleId,
|
|
3449
3537
|
...props,
|
|
3450
3538
|
children: [
|
|
3451
|
-
title ? /* @__PURE__ */
|
|
3452
|
-
/* @__PURE__ */
|
|
3539
|
+
title ? /* @__PURE__ */ jsx116("title", { id: titleId, children: title }) : null,
|
|
3540
|
+
/* @__PURE__ */ jsx116(
|
|
3453
3541
|
"path",
|
|
3454
3542
|
{
|
|
3455
3543
|
fill: "currentColor",
|
|
@@ -3464,12 +3552,12 @@ var Profile16Icon = ({
|
|
|
3464
3552
|
var Profile16Icon_default = Profile16Icon;
|
|
3465
3553
|
|
|
3466
3554
|
// icons/react/Refresh16Icon.tsx
|
|
3467
|
-
import { jsx as
|
|
3555
|
+
import { jsx as jsx117, jsxs as jsxs117 } from "react/jsx-runtime";
|
|
3468
3556
|
var Refresh16Icon = ({
|
|
3469
3557
|
title,
|
|
3470
3558
|
titleId,
|
|
3471
3559
|
...props
|
|
3472
|
-
}) => /* @__PURE__ */
|
|
3560
|
+
}) => /* @__PURE__ */ jsxs117(
|
|
3473
3561
|
"svg",
|
|
3474
3562
|
{
|
|
3475
3563
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3480,8 +3568,8 @@ var Refresh16Icon = ({
|
|
|
3480
3568
|
"aria-labelledby": titleId,
|
|
3481
3569
|
...props,
|
|
3482
3570
|
children: [
|
|
3483
|
-
title ? /* @__PURE__ */
|
|
3484
|
-
/* @__PURE__ */
|
|
3571
|
+
title ? /* @__PURE__ */ jsx117("title", { id: titleId, children: title }) : null,
|
|
3572
|
+
/* @__PURE__ */ jsx117(
|
|
3485
3573
|
"path",
|
|
3486
3574
|
{
|
|
3487
3575
|
fill: "currentColor",
|
|
@@ -3496,8 +3584,8 @@ var Refresh16Icon = ({
|
|
|
3496
3584
|
var Refresh16Icon_default = Refresh16Icon;
|
|
3497
3585
|
|
|
3498
3586
|
// icons/react/Ram16Icon.tsx
|
|
3499
|
-
import { jsx as
|
|
3500
|
-
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(
|
|
3501
3589
|
"svg",
|
|
3502
3590
|
{
|
|
3503
3591
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3508,8 +3596,8 @@ var Ram16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs115(
|
|
|
3508
3596
|
"aria-labelledby": titleId,
|
|
3509
3597
|
...props,
|
|
3510
3598
|
children: [
|
|
3511
|
-
title ? /* @__PURE__ */
|
|
3512
|
-
/* @__PURE__ */
|
|
3599
|
+
title ? /* @__PURE__ */ jsx118("title", { id: titleId, children: title }) : null,
|
|
3600
|
+
/* @__PURE__ */ jsx118(
|
|
3513
3601
|
"path",
|
|
3514
3602
|
{
|
|
3515
3603
|
fill: "currentColor",
|
|
@@ -3524,12 +3612,12 @@ var Ram16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs115(
|
|
|
3524
3612
|
var Ram16Icon_default = Ram16Icon;
|
|
3525
3613
|
|
|
3526
3614
|
// icons/react/Repair16Icon.tsx
|
|
3527
|
-
import { jsx as
|
|
3615
|
+
import { jsx as jsx119, jsxs as jsxs119 } from "react/jsx-runtime";
|
|
3528
3616
|
var Repair16Icon = ({
|
|
3529
3617
|
title,
|
|
3530
3618
|
titleId,
|
|
3531
3619
|
...props
|
|
3532
|
-
}) => /* @__PURE__ */
|
|
3620
|
+
}) => /* @__PURE__ */ jsxs119(
|
|
3533
3621
|
"svg",
|
|
3534
3622
|
{
|
|
3535
3623
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3540,8 +3628,8 @@ var Repair16Icon = ({
|
|
|
3540
3628
|
"aria-labelledby": titleId,
|
|
3541
3629
|
...props,
|
|
3542
3630
|
children: [
|
|
3543
|
-
title ? /* @__PURE__ */
|
|
3544
|
-
/* @__PURE__ */
|
|
3631
|
+
title ? /* @__PURE__ */ jsx119("title", { id: titleId, children: title }) : null,
|
|
3632
|
+
/* @__PURE__ */ jsx119(
|
|
3545
3633
|
"path",
|
|
3546
3634
|
{
|
|
3547
3635
|
fill: "currentColor",
|
|
@@ -3556,12 +3644,12 @@ var Repair16Icon = ({
|
|
|
3556
3644
|
var Repair16Icon_default = Repair16Icon;
|
|
3557
3645
|
|
|
3558
3646
|
// icons/react/Resize16Icon.tsx
|
|
3559
|
-
import { jsx as
|
|
3647
|
+
import { jsx as jsx120, jsxs as jsxs120 } from "react/jsx-runtime";
|
|
3560
3648
|
var Resize16Icon = ({
|
|
3561
3649
|
title,
|
|
3562
3650
|
titleId,
|
|
3563
3651
|
...props
|
|
3564
|
-
}) => /* @__PURE__ */
|
|
3652
|
+
}) => /* @__PURE__ */ jsxs120(
|
|
3565
3653
|
"svg",
|
|
3566
3654
|
{
|
|
3567
3655
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3572,8 +3660,8 @@ var Resize16Icon = ({
|
|
|
3572
3660
|
"aria-labelledby": titleId,
|
|
3573
3661
|
...props,
|
|
3574
3662
|
children: [
|
|
3575
|
-
title ? /* @__PURE__ */
|
|
3576
|
-
/* @__PURE__ */
|
|
3663
|
+
title ? /* @__PURE__ */ jsx120("title", { id: titleId, children: title }) : null,
|
|
3664
|
+
/* @__PURE__ */ jsx120(
|
|
3577
3665
|
"path",
|
|
3578
3666
|
{
|
|
3579
3667
|
fill: "currentColor",
|
|
@@ -3588,12 +3676,12 @@ var Resize16Icon = ({
|
|
|
3588
3676
|
var Resize16Icon_default = Resize16Icon;
|
|
3589
3677
|
|
|
3590
3678
|
// icons/react/Router16Icon.tsx
|
|
3591
|
-
import { jsx as
|
|
3679
|
+
import { jsx as jsx121, jsxs as jsxs121 } from "react/jsx-runtime";
|
|
3592
3680
|
var Router16Icon = ({
|
|
3593
3681
|
title,
|
|
3594
3682
|
titleId,
|
|
3595
3683
|
...props
|
|
3596
|
-
}) => /* @__PURE__ */
|
|
3684
|
+
}) => /* @__PURE__ */ jsxs121(
|
|
3597
3685
|
"svg",
|
|
3598
3686
|
{
|
|
3599
3687
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3604,8 +3692,8 @@ var Router16Icon = ({
|
|
|
3604
3692
|
"aria-labelledby": titleId,
|
|
3605
3693
|
...props,
|
|
3606
3694
|
children: [
|
|
3607
|
-
title ? /* @__PURE__ */
|
|
3608
|
-
/* @__PURE__ */
|
|
3695
|
+
title ? /* @__PURE__ */ jsx121("title", { id: titleId, children: title }) : null,
|
|
3696
|
+
/* @__PURE__ */ jsx121(
|
|
3609
3697
|
"path",
|
|
3610
3698
|
{
|
|
3611
3699
|
fill: "currentColor",
|
|
@@ -3620,8 +3708,8 @@ var Router16Icon = ({
|
|
|
3620
3708
|
var Router16Icon_default = Router16Icon;
|
|
3621
3709
|
|
|
3622
3710
|
// icons/react/Sort16Icon.tsx
|
|
3623
|
-
import { jsx as
|
|
3624
|
-
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(
|
|
3625
3713
|
"svg",
|
|
3626
3714
|
{
|
|
3627
3715
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3632,8 +3720,8 @@ var Sort16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs119(
|
|
|
3632
3720
|
"aria-labelledby": titleId,
|
|
3633
3721
|
...props,
|
|
3634
3722
|
children: [
|
|
3635
|
-
title ? /* @__PURE__ */
|
|
3636
|
-
/* @__PURE__ */
|
|
3723
|
+
title ? /* @__PURE__ */ jsx122("title", { id: titleId, children: title }) : null,
|
|
3724
|
+
/* @__PURE__ */ jsx122(
|
|
3637
3725
|
"path",
|
|
3638
3726
|
{
|
|
3639
3727
|
fill: "currentColor",
|
|
@@ -3648,12 +3736,12 @@ var Sort16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs119(
|
|
|
3648
3736
|
var Sort16Icon_default = Sort16Icon;
|
|
3649
3737
|
|
|
3650
3738
|
// icons/react/Search16Icon.tsx
|
|
3651
|
-
import { jsx as
|
|
3739
|
+
import { jsx as jsx123, jsxs as jsxs123 } from "react/jsx-runtime";
|
|
3652
3740
|
var Search16Icon = ({
|
|
3653
3741
|
title,
|
|
3654
3742
|
titleId,
|
|
3655
3743
|
...props
|
|
3656
|
-
}) => /* @__PURE__ */
|
|
3744
|
+
}) => /* @__PURE__ */ jsxs123(
|
|
3657
3745
|
"svg",
|
|
3658
3746
|
{
|
|
3659
3747
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3664,8 +3752,8 @@ var Search16Icon = ({
|
|
|
3664
3752
|
"aria-labelledby": titleId,
|
|
3665
3753
|
...props,
|
|
3666
3754
|
children: [
|
|
3667
|
-
title ? /* @__PURE__ */
|
|
3668
|
-
/* @__PURE__ */
|
|
3755
|
+
title ? /* @__PURE__ */ jsx123("title", { id: titleId, children: title }) : null,
|
|
3756
|
+
/* @__PURE__ */ jsx123(
|
|
3669
3757
|
"path",
|
|
3670
3758
|
{
|
|
3671
3759
|
fill: "currentColor",
|
|
@@ -3680,12 +3768,12 @@ var Search16Icon = ({
|
|
|
3680
3768
|
var Search16Icon_default = Search16Icon;
|
|
3681
3769
|
|
|
3682
3770
|
// icons/react/Security16Icon.tsx
|
|
3683
|
-
import { jsx as
|
|
3771
|
+
import { jsx as jsx124, jsxs as jsxs124 } from "react/jsx-runtime";
|
|
3684
3772
|
var Security16Icon = ({
|
|
3685
3773
|
title,
|
|
3686
3774
|
titleId,
|
|
3687
3775
|
...props
|
|
3688
|
-
}) => /* @__PURE__ */
|
|
3776
|
+
}) => /* @__PURE__ */ jsxs124(
|
|
3689
3777
|
"svg",
|
|
3690
3778
|
{
|
|
3691
3779
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3696,8 +3784,8 @@ var Security16Icon = ({
|
|
|
3696
3784
|
"aria-labelledby": titleId,
|
|
3697
3785
|
...props,
|
|
3698
3786
|
children: [
|
|
3699
|
-
title ? /* @__PURE__ */
|
|
3700
|
-
/* @__PURE__ */
|
|
3787
|
+
title ? /* @__PURE__ */ jsx124("title", { id: titleId, children: title }) : null,
|
|
3788
|
+
/* @__PURE__ */ jsx124(
|
|
3701
3789
|
"path",
|
|
3702
3790
|
{
|
|
3703
3791
|
fill: "currentColor",
|
|
@@ -3712,12 +3800,12 @@ var Security16Icon = ({
|
|
|
3712
3800
|
var Security16Icon_default = Security16Icon;
|
|
3713
3801
|
|
|
3714
3802
|
// icons/react/Servers16Icon.tsx
|
|
3715
|
-
import { jsx as
|
|
3803
|
+
import { jsx as jsx125, jsxs as jsxs125 } from "react/jsx-runtime";
|
|
3716
3804
|
var Servers16Icon = ({
|
|
3717
3805
|
title,
|
|
3718
3806
|
titleId,
|
|
3719
3807
|
...props
|
|
3720
|
-
}) => /* @__PURE__ */
|
|
3808
|
+
}) => /* @__PURE__ */ jsxs125(
|
|
3721
3809
|
"svg",
|
|
3722
3810
|
{
|
|
3723
3811
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3728,8 +3816,8 @@ var Servers16Icon = ({
|
|
|
3728
3816
|
"aria-labelledby": titleId,
|
|
3729
3817
|
...props,
|
|
3730
3818
|
children: [
|
|
3731
|
-
title ? /* @__PURE__ */
|
|
3732
|
-
/* @__PURE__ */
|
|
3819
|
+
title ? /* @__PURE__ */ jsx125("title", { id: titleId, children: title }) : null,
|
|
3820
|
+
/* @__PURE__ */ jsx125(
|
|
3733
3821
|
"path",
|
|
3734
3822
|
{
|
|
3735
3823
|
fill: "currentColor",
|
|
@@ -3744,12 +3832,12 @@ var Servers16Icon = ({
|
|
|
3744
3832
|
var Servers16Icon_default = Servers16Icon;
|
|
3745
3833
|
|
|
3746
3834
|
// icons/react/Settings16Icon.tsx
|
|
3747
|
-
import { jsx as
|
|
3835
|
+
import { jsx as jsx126, jsxs as jsxs126 } from "react/jsx-runtime";
|
|
3748
3836
|
var Settings16Icon = ({
|
|
3749
3837
|
title,
|
|
3750
3838
|
titleId,
|
|
3751
3839
|
...props
|
|
3752
|
-
}) => /* @__PURE__ */
|
|
3840
|
+
}) => /* @__PURE__ */ jsxs126(
|
|
3753
3841
|
"svg",
|
|
3754
3842
|
{
|
|
3755
3843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3760,8 +3848,8 @@ var Settings16Icon = ({
|
|
|
3760
3848
|
"aria-labelledby": titleId,
|
|
3761
3849
|
...props,
|
|
3762
3850
|
children: [
|
|
3763
|
-
title ? /* @__PURE__ */
|
|
3764
|
-
/* @__PURE__ */
|
|
3851
|
+
title ? /* @__PURE__ */ jsx126("title", { id: titleId, children: title }) : null,
|
|
3852
|
+
/* @__PURE__ */ jsx126(
|
|
3765
3853
|
"path",
|
|
3766
3854
|
{
|
|
3767
3855
|
fill: "currentColor",
|
|
@@ -3776,8 +3864,8 @@ var Settings16Icon = ({
|
|
|
3776
3864
|
var Settings16Icon_default = Settings16Icon;
|
|
3777
3865
|
|
|
3778
3866
|
// icons/react/Show16Icon.tsx
|
|
3779
|
-
import { jsx as
|
|
3780
|
-
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(
|
|
3781
3869
|
"svg",
|
|
3782
3870
|
{
|
|
3783
3871
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3788,8 +3876,8 @@ var Show16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs124(
|
|
|
3788
3876
|
"aria-labelledby": titleId,
|
|
3789
3877
|
...props,
|
|
3790
3878
|
children: [
|
|
3791
|
-
title ? /* @__PURE__ */
|
|
3792
|
-
/* @__PURE__ */
|
|
3879
|
+
title ? /* @__PURE__ */ jsx127("title", { id: titleId, children: title }) : null,
|
|
3880
|
+
/* @__PURE__ */ jsx127(
|
|
3793
3881
|
"path",
|
|
3794
3882
|
{
|
|
3795
3883
|
fill: "currentColor",
|
|
@@ -3804,12 +3892,12 @@ var Show16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs124(
|
|
|
3804
3892
|
var Show16Icon_default = Show16Icon;
|
|
3805
3893
|
|
|
3806
3894
|
// icons/react/SignOut16Icon.tsx
|
|
3807
|
-
import { jsx as
|
|
3895
|
+
import { jsx as jsx128, jsxs as jsxs128 } from "react/jsx-runtime";
|
|
3808
3896
|
var SignOut16Icon = ({
|
|
3809
3897
|
title,
|
|
3810
3898
|
titleId,
|
|
3811
3899
|
...props
|
|
3812
|
-
}) => /* @__PURE__ */
|
|
3900
|
+
}) => /* @__PURE__ */ jsxs128(
|
|
3813
3901
|
"svg",
|
|
3814
3902
|
{
|
|
3815
3903
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3820,8 +3908,8 @@ var SignOut16Icon = ({
|
|
|
3820
3908
|
"aria-labelledby": titleId,
|
|
3821
3909
|
...props,
|
|
3822
3910
|
children: [
|
|
3823
|
-
title ? /* @__PURE__ */
|
|
3824
|
-
/* @__PURE__ */
|
|
3911
|
+
title ? /* @__PURE__ */ jsx128("title", { id: titleId, children: title }) : null,
|
|
3912
|
+
/* @__PURE__ */ jsx128(
|
|
3825
3913
|
"path",
|
|
3826
3914
|
{
|
|
3827
3915
|
fill: "currentColor",
|
|
@@ -3836,12 +3924,12 @@ var SignOut16Icon = ({
|
|
|
3836
3924
|
var SignOut16Icon_default = SignOut16Icon;
|
|
3837
3925
|
|
|
3838
3926
|
// icons/react/Snapshots16Icon.tsx
|
|
3839
|
-
import { jsx as
|
|
3927
|
+
import { jsx as jsx129, jsxs as jsxs129 } from "react/jsx-runtime";
|
|
3840
3928
|
var Snapshots16Icon = ({
|
|
3841
3929
|
title,
|
|
3842
3930
|
titleId,
|
|
3843
3931
|
...props
|
|
3844
|
-
}) => /* @__PURE__ */
|
|
3932
|
+
}) => /* @__PURE__ */ jsxs129(
|
|
3845
3933
|
"svg",
|
|
3846
3934
|
{
|
|
3847
3935
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3852,8 +3940,8 @@ var Snapshots16Icon = ({
|
|
|
3852
3940
|
"aria-labelledby": titleId,
|
|
3853
3941
|
...props,
|
|
3854
3942
|
children: [
|
|
3855
|
-
title ? /* @__PURE__ */
|
|
3856
|
-
/* @__PURE__ */
|
|
3943
|
+
title ? /* @__PURE__ */ jsx129("title", { id: titleId, children: title }) : null,
|
|
3944
|
+
/* @__PURE__ */ jsx129(
|
|
3857
3945
|
"path",
|
|
3858
3946
|
{
|
|
3859
3947
|
fill: "currentColor",
|
|
@@ -3868,12 +3956,12 @@ var Snapshots16Icon = ({
|
|
|
3868
3956
|
var Snapshots16Icon_default = Snapshots16Icon;
|
|
3869
3957
|
|
|
3870
3958
|
// icons/react/Sparkle16Icon.tsx
|
|
3871
|
-
import { jsx as
|
|
3959
|
+
import { jsx as jsx130, jsxs as jsxs130 } from "react/jsx-runtime";
|
|
3872
3960
|
var Sparkle16Icon = ({
|
|
3873
3961
|
title,
|
|
3874
3962
|
titleId,
|
|
3875
3963
|
...props
|
|
3876
|
-
}) => /* @__PURE__ */
|
|
3964
|
+
}) => /* @__PURE__ */ jsxs130(
|
|
3877
3965
|
"svg",
|
|
3878
3966
|
{
|
|
3879
3967
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3884,8 +3972,8 @@ var Sparkle16Icon = ({
|
|
|
3884
3972
|
"aria-labelledby": titleId,
|
|
3885
3973
|
...props,
|
|
3886
3974
|
children: [
|
|
3887
|
-
title ? /* @__PURE__ */
|
|
3888
|
-
/* @__PURE__ */
|
|
3975
|
+
title ? /* @__PURE__ */ jsx130("title", { id: titleId, children: title }) : null,
|
|
3976
|
+
/* @__PURE__ */ jsx130(
|
|
3889
3977
|
"path",
|
|
3890
3978
|
{
|
|
3891
3979
|
fill: "currentColor",
|
|
@@ -3898,12 +3986,12 @@ var Sparkle16Icon = ({
|
|
|
3898
3986
|
var Sparkle16Icon_default = Sparkle16Icon;
|
|
3899
3987
|
|
|
3900
3988
|
// icons/react/SoftwareUpdate16Icon.tsx
|
|
3901
|
-
import { jsx as
|
|
3989
|
+
import { jsx as jsx131, jsxs as jsxs131 } from "react/jsx-runtime";
|
|
3902
3990
|
var SoftwareUpdate16Icon = ({
|
|
3903
3991
|
title,
|
|
3904
3992
|
titleId,
|
|
3905
3993
|
...props
|
|
3906
|
-
}) => /* @__PURE__ */
|
|
3994
|
+
}) => /* @__PURE__ */ jsxs131(
|
|
3907
3995
|
"svg",
|
|
3908
3996
|
{
|
|
3909
3997
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3914,8 +4002,8 @@ var SoftwareUpdate16Icon = ({
|
|
|
3914
4002
|
"aria-labelledby": titleId,
|
|
3915
4003
|
...props,
|
|
3916
4004
|
children: [
|
|
3917
|
-
title ? /* @__PURE__ */
|
|
3918
|
-
/* @__PURE__ */
|
|
4005
|
+
title ? /* @__PURE__ */ jsx131("title", { id: titleId, children: title }) : null,
|
|
4006
|
+
/* @__PURE__ */ jsx131(
|
|
3919
4007
|
"path",
|
|
3920
4008
|
{
|
|
3921
4009
|
fill: "currentColor",
|
|
@@ -3930,8 +4018,8 @@ var SoftwareUpdate16Icon = ({
|
|
|
3930
4018
|
var SoftwareUpdate16Icon_default = SoftwareUpdate16Icon;
|
|
3931
4019
|
|
|
3932
4020
|
// icons/react/Ssd16Icon.tsx
|
|
3933
|
-
import { jsx as
|
|
3934
|
-
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(
|
|
3935
4023
|
"svg",
|
|
3936
4024
|
{
|
|
3937
4025
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3942,8 +4030,8 @@ var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs129(
|
|
|
3942
4030
|
"aria-labelledby": titleId,
|
|
3943
4031
|
...props,
|
|
3944
4032
|
children: [
|
|
3945
|
-
title ? /* @__PURE__ */
|
|
3946
|
-
/* @__PURE__ */
|
|
4033
|
+
title ? /* @__PURE__ */ jsx132("title", { id: titleId, children: title }) : null,
|
|
4034
|
+
/* @__PURE__ */ jsx132(
|
|
3947
4035
|
"path",
|
|
3948
4036
|
{
|
|
3949
4037
|
fill: "currentColor",
|
|
@@ -3958,12 +4046,12 @@ var Ssd16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs129(
|
|
|
3958
4046
|
var Ssd16Icon_default = Ssd16Icon;
|
|
3959
4047
|
|
|
3960
4048
|
// icons/react/Storage16Icon.tsx
|
|
3961
|
-
import { jsx as
|
|
4049
|
+
import { jsx as jsx133, jsxs as jsxs133 } from "react/jsx-runtime";
|
|
3962
4050
|
var Storage16Icon = ({
|
|
3963
4051
|
title,
|
|
3964
4052
|
titleId,
|
|
3965
4053
|
...props
|
|
3966
|
-
}) => /* @__PURE__ */
|
|
4054
|
+
}) => /* @__PURE__ */ jsxs133(
|
|
3967
4055
|
"svg",
|
|
3968
4056
|
{
|
|
3969
4057
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3974,8 +4062,8 @@ var Storage16Icon = ({
|
|
|
3974
4062
|
"aria-labelledby": titleId,
|
|
3975
4063
|
...props,
|
|
3976
4064
|
children: [
|
|
3977
|
-
title ? /* @__PURE__ */
|
|
3978
|
-
/* @__PURE__ */
|
|
4065
|
+
title ? /* @__PURE__ */ jsx133("title", { id: titleId, children: title }) : null,
|
|
4066
|
+
/* @__PURE__ */ jsx133(
|
|
3979
4067
|
"path",
|
|
3980
4068
|
{
|
|
3981
4069
|
fill: "currentColor",
|
|
@@ -3990,12 +4078,12 @@ var Storage16Icon = ({
|
|
|
3990
4078
|
var Storage16Icon_default = Storage16Icon;
|
|
3991
4079
|
|
|
3992
4080
|
// icons/react/Submit16Icon.tsx
|
|
3993
|
-
import { jsx as
|
|
4081
|
+
import { jsx as jsx134, jsxs as jsxs134 } from "react/jsx-runtime";
|
|
3994
4082
|
var Submit16Icon = ({
|
|
3995
4083
|
title,
|
|
3996
4084
|
titleId,
|
|
3997
4085
|
...props
|
|
3998
|
-
}) => /* @__PURE__ */
|
|
4086
|
+
}) => /* @__PURE__ */ jsxs134(
|
|
3999
4087
|
"svg",
|
|
4000
4088
|
{
|
|
4001
4089
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4006,8 +4094,8 @@ var Submit16Icon = ({
|
|
|
4006
4094
|
"aria-labelledby": titleId,
|
|
4007
4095
|
...props,
|
|
4008
4096
|
children: [
|
|
4009
|
-
title ? /* @__PURE__ */
|
|
4010
|
-
/* @__PURE__ */
|
|
4097
|
+
title ? /* @__PURE__ */ jsx134("title", { id: titleId, children: title }) : null,
|
|
4098
|
+
/* @__PURE__ */ jsx134(
|
|
4011
4099
|
"path",
|
|
4012
4100
|
{
|
|
4013
4101
|
fill: "currentColor",
|
|
@@ -4020,12 +4108,12 @@ var Submit16Icon = ({
|
|
|
4020
4108
|
var Submit16Icon_default = Submit16Icon;
|
|
4021
4109
|
|
|
4022
4110
|
// icons/react/Subnet16Icon.tsx
|
|
4023
|
-
import { jsx as
|
|
4111
|
+
import { jsx as jsx135, jsxs as jsxs135 } from "react/jsx-runtime";
|
|
4024
4112
|
var Subnet16Icon = ({
|
|
4025
4113
|
title,
|
|
4026
4114
|
titleId,
|
|
4027
4115
|
...props
|
|
4028
|
-
}) => /* @__PURE__ */
|
|
4116
|
+
}) => /* @__PURE__ */ jsxs135(
|
|
4029
4117
|
"svg",
|
|
4030
4118
|
{
|
|
4031
4119
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4036,8 +4124,8 @@ var Subnet16Icon = ({
|
|
|
4036
4124
|
"aria-labelledby": titleId,
|
|
4037
4125
|
...props,
|
|
4038
4126
|
children: [
|
|
4039
|
-
title ? /* @__PURE__ */
|
|
4040
|
-
/* @__PURE__ */
|
|
4127
|
+
title ? /* @__PURE__ */ jsx135("title", { id: titleId, children: title }) : null,
|
|
4128
|
+
/* @__PURE__ */ jsx135(
|
|
4041
4129
|
"path",
|
|
4042
4130
|
{
|
|
4043
4131
|
fill: "currentColor",
|
|
@@ -4052,8 +4140,8 @@ var Subnet16Icon = ({
|
|
|
4052
4140
|
var Subnet16Icon_default = Subnet16Icon;
|
|
4053
4141
|
|
|
4054
4142
|
// icons/react/Tags16Icon.tsx
|
|
4055
|
-
import { jsx as
|
|
4056
|
-
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(
|
|
4057
4145
|
"svg",
|
|
4058
4146
|
{
|
|
4059
4147
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4064,8 +4152,8 @@ var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs133(
|
|
|
4064
4152
|
"aria-labelledby": titleId,
|
|
4065
4153
|
...props,
|
|
4066
4154
|
children: [
|
|
4067
|
-
title ? /* @__PURE__ */
|
|
4068
|
-
/* @__PURE__ */
|
|
4155
|
+
title ? /* @__PURE__ */ jsx136("title", { id: titleId, children: title }) : null,
|
|
4156
|
+
/* @__PURE__ */ jsx136(
|
|
4069
4157
|
"path",
|
|
4070
4158
|
{
|
|
4071
4159
|
fill: "currentColor",
|
|
@@ -4080,12 +4168,12 @@ var Tags16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs133(
|
|
|
4080
4168
|
var Tags16Icon_default = Tags16Icon;
|
|
4081
4169
|
|
|
4082
4170
|
// icons/react/Terminal16Icon.tsx
|
|
4083
|
-
import { jsx as
|
|
4171
|
+
import { jsx as jsx137, jsxs as jsxs137 } from "react/jsx-runtime";
|
|
4084
4172
|
var Terminal16Icon = ({
|
|
4085
4173
|
title,
|
|
4086
4174
|
titleId,
|
|
4087
4175
|
...props
|
|
4088
|
-
}) => /* @__PURE__ */
|
|
4176
|
+
}) => /* @__PURE__ */ jsxs137(
|
|
4089
4177
|
"svg",
|
|
4090
4178
|
{
|
|
4091
4179
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4096,8 +4184,8 @@ var Terminal16Icon = ({
|
|
|
4096
4184
|
"aria-labelledby": titleId,
|
|
4097
4185
|
...props,
|
|
4098
4186
|
children: [
|
|
4099
|
-
title ? /* @__PURE__ */
|
|
4100
|
-
/* @__PURE__ */
|
|
4187
|
+
title ? /* @__PURE__ */ jsx137("title", { id: titleId, children: title }) : null,
|
|
4188
|
+
/* @__PURE__ */ jsx137(
|
|
4101
4189
|
"path",
|
|
4102
4190
|
{
|
|
4103
4191
|
fill: "currentColor",
|
|
@@ -4112,8 +4200,8 @@ var Terminal16Icon = ({
|
|
|
4112
4200
|
var Terminal16Icon_default = Terminal16Icon;
|
|
4113
4201
|
|
|
4114
4202
|
// icons/react/Time16Icon.tsx
|
|
4115
|
-
import { jsx as
|
|
4116
|
-
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(
|
|
4117
4205
|
"svg",
|
|
4118
4206
|
{
|
|
4119
4207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4124,8 +4212,8 @@ var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs135(
|
|
|
4124
4212
|
"aria-labelledby": titleId,
|
|
4125
4213
|
...props,
|
|
4126
4214
|
children: [
|
|
4127
|
-
title ? /* @__PURE__ */
|
|
4128
|
-
/* @__PURE__ */
|
|
4215
|
+
title ? /* @__PURE__ */ jsx138("title", { id: titleId, children: title }) : null,
|
|
4216
|
+
/* @__PURE__ */ jsx138(
|
|
4129
4217
|
"path",
|
|
4130
4218
|
{
|
|
4131
4219
|
fill: "currentColor",
|
|
@@ -4140,12 +4228,12 @@ var Time16Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs135(
|
|
|
4140
4228
|
var Time16Icon_default = Time16Icon;
|
|
4141
4229
|
|
|
4142
4230
|
// icons/react/Transmit16Icon.tsx
|
|
4143
|
-
import { jsx as
|
|
4231
|
+
import { jsx as jsx139, jsxs as jsxs139 } from "react/jsx-runtime";
|
|
4144
4232
|
var Transmit16Icon = ({
|
|
4145
4233
|
title,
|
|
4146
4234
|
titleId,
|
|
4147
4235
|
...props
|
|
4148
|
-
}) => /* @__PURE__ */
|
|
4236
|
+
}) => /* @__PURE__ */ jsxs139(
|
|
4149
4237
|
"svg",
|
|
4150
4238
|
{
|
|
4151
4239
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4156,8 +4244,8 @@ var Transmit16Icon = ({
|
|
|
4156
4244
|
"aria-labelledby": titleId,
|
|
4157
4245
|
...props,
|
|
4158
4246
|
children: [
|
|
4159
|
-
title ? /* @__PURE__ */
|
|
4160
|
-
/* @__PURE__ */
|
|
4247
|
+
title ? /* @__PURE__ */ jsx139("title", { id: titleId, children: title }) : null,
|
|
4248
|
+
/* @__PURE__ */ jsx139(
|
|
4161
4249
|
"path",
|
|
4162
4250
|
{
|
|
4163
4251
|
fill: "currentColor",
|
|
@@ -4172,12 +4260,12 @@ var Transmit16Icon = ({
|
|
|
4172
4260
|
var Transmit16Icon_default = Transmit16Icon;
|
|
4173
4261
|
|
|
4174
4262
|
// icons/react/Question16Icon.tsx
|
|
4175
|
-
import { jsx as
|
|
4263
|
+
import { jsx as jsx140, jsxs as jsxs140 } from "react/jsx-runtime";
|
|
4176
4264
|
var Question16Icon = ({
|
|
4177
4265
|
title,
|
|
4178
4266
|
titleId,
|
|
4179
4267
|
...props
|
|
4180
|
-
}) => /* @__PURE__ */
|
|
4268
|
+
}) => /* @__PURE__ */ jsxs140(
|
|
4181
4269
|
"svg",
|
|
4182
4270
|
{
|
|
4183
4271
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4188,8 +4276,8 @@ var Question16Icon = ({
|
|
|
4188
4276
|
"aria-labelledby": titleId,
|
|
4189
4277
|
...props,
|
|
4190
4278
|
children: [
|
|
4191
|
-
title ? /* @__PURE__ */
|
|
4192
|
-
/* @__PURE__ */
|
|
4279
|
+
title ? /* @__PURE__ */ jsx140("title", { id: titleId, children: title }) : null,
|
|
4280
|
+
/* @__PURE__ */ jsx140(
|
|
4193
4281
|
"path",
|
|
4194
4282
|
{
|
|
4195
4283
|
fill: "currentColor",
|
|
@@ -4204,12 +4292,12 @@ var Question16Icon = ({
|
|
|
4204
4292
|
var Question16Icon_default = Question16Icon;
|
|
4205
4293
|
|
|
4206
4294
|
// icons/react/Webhooks16Icon.tsx
|
|
4207
|
-
import { jsx as
|
|
4295
|
+
import { jsx as jsx141, jsxs as jsxs141 } from "react/jsx-runtime";
|
|
4208
4296
|
var Webhooks16Icon = ({
|
|
4209
4297
|
title,
|
|
4210
4298
|
titleId,
|
|
4211
4299
|
...props
|
|
4212
|
-
}) => /* @__PURE__ */
|
|
4300
|
+
}) => /* @__PURE__ */ jsxs141(
|
|
4213
4301
|
"svg",
|
|
4214
4302
|
{
|
|
4215
4303
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4220,8 +4308,8 @@ var Webhooks16Icon = ({
|
|
|
4220
4308
|
"aria-labelledby": titleId,
|
|
4221
4309
|
...props,
|
|
4222
4310
|
children: [
|
|
4223
|
-
title ? /* @__PURE__ */
|
|
4224
|
-
/* @__PURE__ */
|
|
4311
|
+
title ? /* @__PURE__ */ jsx141("title", { id: titleId, children: title }) : null,
|
|
4312
|
+
/* @__PURE__ */ jsx141(
|
|
4225
4313
|
"path",
|
|
4226
4314
|
{
|
|
4227
4315
|
fill: "currentColor",
|
|
@@ -4236,8 +4324,8 @@ var Webhooks16Icon = ({
|
|
|
4236
4324
|
var Webhooks16Icon_default = Webhooks16Icon;
|
|
4237
4325
|
|
|
4238
4326
|
// icons/react/Add12Icon.tsx
|
|
4239
|
-
import { jsx as
|
|
4240
|
-
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(
|
|
4241
4329
|
"svg",
|
|
4242
4330
|
{
|
|
4243
4331
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4248,8 +4336,8 @@ var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs139(
|
|
|
4248
4336
|
"aria-labelledby": titleId,
|
|
4249
4337
|
...props,
|
|
4250
4338
|
children: [
|
|
4251
|
-
title ? /* @__PURE__ */
|
|
4252
|
-
/* @__PURE__ */
|
|
4339
|
+
title ? /* @__PURE__ */ jsx142("title", { id: titleId, children: title }) : null,
|
|
4340
|
+
/* @__PURE__ */ jsx142(
|
|
4253
4341
|
"path",
|
|
4254
4342
|
{
|
|
4255
4343
|
fill: "currentColor",
|
|
@@ -4264,12 +4352,12 @@ var Add12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs139(
|
|
|
4264
4352
|
var Add12Icon_default = Add12Icon;
|
|
4265
4353
|
|
|
4266
4354
|
// icons/react/AutoRestart12Icon.tsx
|
|
4267
|
-
import { jsx as
|
|
4355
|
+
import { jsx as jsx143, jsxs as jsxs143 } from "react/jsx-runtime";
|
|
4268
4356
|
var AutoRestart12Icon = ({
|
|
4269
4357
|
title,
|
|
4270
4358
|
titleId,
|
|
4271
4359
|
...props
|
|
4272
|
-
}) => /* @__PURE__ */
|
|
4360
|
+
}) => /* @__PURE__ */ jsxs143(
|
|
4273
4361
|
"svg",
|
|
4274
4362
|
{
|
|
4275
4363
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4280,8 +4368,8 @@ var AutoRestart12Icon = ({
|
|
|
4280
4368
|
"aria-labelledby": titleId,
|
|
4281
4369
|
...props,
|
|
4282
4370
|
children: [
|
|
4283
|
-
title ? /* @__PURE__ */
|
|
4284
|
-
/* @__PURE__ */
|
|
4371
|
+
title ? /* @__PURE__ */ jsx143("title", { id: titleId, children: title }) : null,
|
|
4372
|
+
/* @__PURE__ */ jsx143(
|
|
4285
4373
|
"path",
|
|
4286
4374
|
{
|
|
4287
4375
|
fill: "currentColor",
|
|
@@ -4294,12 +4382,12 @@ var AutoRestart12Icon = ({
|
|
|
4294
4382
|
var AutoRestart12Icon_default = AutoRestart12Icon;
|
|
4295
4383
|
|
|
4296
4384
|
// icons/react/AddRoundel12Icon.tsx
|
|
4297
|
-
import { jsx as
|
|
4385
|
+
import { jsx as jsx144, jsxs as jsxs144 } from "react/jsx-runtime";
|
|
4298
4386
|
var AddRoundel12Icon = ({
|
|
4299
4387
|
title,
|
|
4300
4388
|
titleId,
|
|
4301
4389
|
...props
|
|
4302
|
-
}) => /* @__PURE__ */
|
|
4390
|
+
}) => /* @__PURE__ */ jsxs144(
|
|
4303
4391
|
"svg",
|
|
4304
4392
|
{
|
|
4305
4393
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4310,8 +4398,8 @@ var AddRoundel12Icon = ({
|
|
|
4310
4398
|
"aria-labelledby": titleId,
|
|
4311
4399
|
...props,
|
|
4312
4400
|
children: [
|
|
4313
|
-
title ? /* @__PURE__ */
|
|
4314
|
-
/* @__PURE__ */
|
|
4401
|
+
title ? /* @__PURE__ */ jsx144("title", { id: titleId, children: title }) : null,
|
|
4402
|
+
/* @__PURE__ */ jsx144(
|
|
4315
4403
|
"path",
|
|
4316
4404
|
{
|
|
4317
4405
|
fill: "currentColor",
|
|
@@ -4326,12 +4414,12 @@ var AddRoundel12Icon = ({
|
|
|
4326
4414
|
var AddRoundel12Icon_default = AddRoundel12Icon;
|
|
4327
4415
|
|
|
4328
4416
|
// icons/react/Checkmark12Icon.tsx
|
|
4329
|
-
import { jsx as
|
|
4417
|
+
import { jsx as jsx145, jsxs as jsxs145 } from "react/jsx-runtime";
|
|
4330
4418
|
var Checkmark12Icon = ({
|
|
4331
4419
|
title,
|
|
4332
4420
|
titleId,
|
|
4333
4421
|
...props
|
|
4334
|
-
}) => /* @__PURE__ */
|
|
4422
|
+
}) => /* @__PURE__ */ jsxs145(
|
|
4335
4423
|
"svg",
|
|
4336
4424
|
{
|
|
4337
4425
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4342,8 +4430,8 @@ var Checkmark12Icon = ({
|
|
|
4342
4430
|
"aria-labelledby": titleId,
|
|
4343
4431
|
...props,
|
|
4344
4432
|
children: [
|
|
4345
|
-
title ? /* @__PURE__ */
|
|
4346
|
-
/* @__PURE__ */
|
|
4433
|
+
title ? /* @__PURE__ */ jsx145("title", { id: titleId, children: title }) : null,
|
|
4434
|
+
/* @__PURE__ */ jsx145(
|
|
4347
4435
|
"path",
|
|
4348
4436
|
{
|
|
4349
4437
|
fill: "currentColor",
|
|
@@ -4358,8 +4446,8 @@ var Checkmark12Icon = ({
|
|
|
4358
4446
|
var Checkmark12Icon_default = Checkmark12Icon;
|
|
4359
4447
|
|
|
4360
4448
|
// icons/react/Close12Icon.tsx
|
|
4361
|
-
import { jsx as
|
|
4362
|
-
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(
|
|
4363
4451
|
"svg",
|
|
4364
4452
|
{
|
|
4365
4453
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4370,8 +4458,8 @@ var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs143(
|
|
|
4370
4458
|
"aria-labelledby": titleId,
|
|
4371
4459
|
...props,
|
|
4372
4460
|
children: [
|
|
4373
|
-
title ? /* @__PURE__ */
|
|
4374
|
-
/* @__PURE__ */
|
|
4461
|
+
title ? /* @__PURE__ */ jsx146("title", { id: titleId, children: title }) : null,
|
|
4462
|
+
/* @__PURE__ */ jsx146(
|
|
4375
4463
|
"path",
|
|
4376
4464
|
{
|
|
4377
4465
|
fill: "currentColor",
|
|
@@ -4384,12 +4472,12 @@ var Close12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs143(
|
|
|
4384
4472
|
var Close12Icon_default = Close12Icon;
|
|
4385
4473
|
|
|
4386
4474
|
// icons/react/DirectionRightIcon.tsx
|
|
4387
|
-
import { jsx as
|
|
4475
|
+
import { jsx as jsx147, jsxs as jsxs147 } from "react/jsx-runtime";
|
|
4388
4476
|
var DirectionRightIcon = ({
|
|
4389
4477
|
title,
|
|
4390
4478
|
titleId,
|
|
4391
4479
|
...props
|
|
4392
|
-
}) => /* @__PURE__ */
|
|
4480
|
+
}) => /* @__PURE__ */ jsxs147(
|
|
4393
4481
|
"svg",
|
|
4394
4482
|
{
|
|
4395
4483
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4400,8 +4488,8 @@ var DirectionRightIcon = ({
|
|
|
4400
4488
|
"aria-labelledby": titleId,
|
|
4401
4489
|
...props,
|
|
4402
4490
|
children: [
|
|
4403
|
-
title ? /* @__PURE__ */
|
|
4404
|
-
/* @__PURE__ */
|
|
4491
|
+
title ? /* @__PURE__ */ jsx147("title", { id: titleId, children: title }) : null,
|
|
4492
|
+
/* @__PURE__ */ jsx147(
|
|
4405
4493
|
"path",
|
|
4406
4494
|
{
|
|
4407
4495
|
fill: "currentColor",
|
|
@@ -4414,12 +4502,12 @@ var DirectionRightIcon = ({
|
|
|
4414
4502
|
var DirectionRightIcon_default = DirectionRightIcon;
|
|
4415
4503
|
|
|
4416
4504
|
// icons/react/DirectionUpIcon.tsx
|
|
4417
|
-
import { jsx as
|
|
4505
|
+
import { jsx as jsx148, jsxs as jsxs148 } from "react/jsx-runtime";
|
|
4418
4506
|
var DirectionUpIcon = ({
|
|
4419
4507
|
title,
|
|
4420
4508
|
titleId,
|
|
4421
4509
|
...props
|
|
4422
|
-
}) => /* @__PURE__ */
|
|
4510
|
+
}) => /* @__PURE__ */ jsxs148(
|
|
4423
4511
|
"svg",
|
|
4424
4512
|
{
|
|
4425
4513
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4430,8 +4518,8 @@ var DirectionUpIcon = ({
|
|
|
4430
4518
|
"aria-labelledby": titleId,
|
|
4431
4519
|
...props,
|
|
4432
4520
|
children: [
|
|
4433
|
-
title ? /* @__PURE__ */
|
|
4434
|
-
/* @__PURE__ */
|
|
4521
|
+
title ? /* @__PURE__ */ jsx148("title", { id: titleId, children: title }) : null,
|
|
4522
|
+
/* @__PURE__ */ jsx148(
|
|
4435
4523
|
"path",
|
|
4436
4524
|
{
|
|
4437
4525
|
fill: "currentColor",
|
|
@@ -4444,12 +4532,12 @@ var DirectionUpIcon = ({
|
|
|
4444
4532
|
var DirectionUpIcon_default = DirectionUpIcon;
|
|
4445
4533
|
|
|
4446
4534
|
// icons/react/DirectionDownIcon.tsx
|
|
4447
|
-
import { jsx as
|
|
4535
|
+
import { jsx as jsx149, jsxs as jsxs149 } from "react/jsx-runtime";
|
|
4448
4536
|
var DirectionDownIcon = ({
|
|
4449
4537
|
title,
|
|
4450
4538
|
titleId,
|
|
4451
4539
|
...props
|
|
4452
|
-
}) => /* @__PURE__ */
|
|
4540
|
+
}) => /* @__PURE__ */ jsxs149(
|
|
4453
4541
|
"svg",
|
|
4454
4542
|
{
|
|
4455
4543
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4460,8 +4548,8 @@ var DirectionDownIcon = ({
|
|
|
4460
4548
|
"aria-labelledby": titleId,
|
|
4461
4549
|
...props,
|
|
4462
4550
|
children: [
|
|
4463
|
-
title ? /* @__PURE__ */
|
|
4464
|
-
/* @__PURE__ */
|
|
4551
|
+
title ? /* @__PURE__ */ jsx149("title", { id: titleId, children: title }) : null,
|
|
4552
|
+
/* @__PURE__ */ jsx149(
|
|
4465
4553
|
"path",
|
|
4466
4554
|
{
|
|
4467
4555
|
fill: "currentColor",
|
|
@@ -4474,12 +4562,12 @@ var DirectionDownIcon = ({
|
|
|
4474
4562
|
var DirectionDownIcon_default = DirectionDownIcon;
|
|
4475
4563
|
|
|
4476
4564
|
// icons/react/DirectionLeftIcon.tsx
|
|
4477
|
-
import { jsx as
|
|
4565
|
+
import { jsx as jsx150, jsxs as jsxs150 } from "react/jsx-runtime";
|
|
4478
4566
|
var DirectionLeftIcon = ({
|
|
4479
4567
|
title,
|
|
4480
4568
|
titleId,
|
|
4481
4569
|
...props
|
|
4482
|
-
}) => /* @__PURE__ */
|
|
4570
|
+
}) => /* @__PURE__ */ jsxs150(
|
|
4483
4571
|
"svg",
|
|
4484
4572
|
{
|
|
4485
4573
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4490,8 +4578,8 @@ var DirectionLeftIcon = ({
|
|
|
4490
4578
|
"aria-labelledby": titleId,
|
|
4491
4579
|
...props,
|
|
4492
4580
|
children: [
|
|
4493
|
-
title ? /* @__PURE__ */
|
|
4494
|
-
/* @__PURE__ */
|
|
4581
|
+
title ? /* @__PURE__ */ jsx150("title", { id: titleId, children: title }) : null,
|
|
4582
|
+
/* @__PURE__ */ jsx150(
|
|
4495
4583
|
"path",
|
|
4496
4584
|
{
|
|
4497
4585
|
fill: "currentColor",
|
|
@@ -4504,12 +4592,12 @@ var DirectionLeftIcon = ({
|
|
|
4504
4592
|
var DirectionLeftIcon_default = DirectionLeftIcon;
|
|
4505
4593
|
|
|
4506
4594
|
// icons/react/Clipboard12Icon.tsx
|
|
4507
|
-
import { jsx as
|
|
4595
|
+
import { jsx as jsx151, jsxs as jsxs151 } from "react/jsx-runtime";
|
|
4508
4596
|
var Clipboard12Icon = ({
|
|
4509
4597
|
title,
|
|
4510
4598
|
titleId,
|
|
4511
4599
|
...props
|
|
4512
|
-
}) => /* @__PURE__ */
|
|
4600
|
+
}) => /* @__PURE__ */ jsxs151(
|
|
4513
4601
|
"svg",
|
|
4514
4602
|
{
|
|
4515
4603
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4520,8 +4608,8 @@ var Clipboard12Icon = ({
|
|
|
4520
4608
|
"aria-labelledby": titleId,
|
|
4521
4609
|
...props,
|
|
4522
4610
|
children: [
|
|
4523
|
-
title ? /* @__PURE__ */
|
|
4524
|
-
/* @__PURE__ */
|
|
4611
|
+
title ? /* @__PURE__ */ jsx151("title", { id: titleId, children: title }) : null,
|
|
4612
|
+
/* @__PURE__ */ jsx151(
|
|
4525
4613
|
"path",
|
|
4526
4614
|
{
|
|
4527
4615
|
fill: "currentColor",
|
|
@@ -4536,8 +4624,8 @@ var Clipboard12Icon = ({
|
|
|
4536
4624
|
var Clipboard12Icon_default = Clipboard12Icon;
|
|
4537
4625
|
|
|
4538
4626
|
// icons/react/Copy12Icon.tsx
|
|
4539
|
-
import { jsx as
|
|
4540
|
-
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(
|
|
4541
4629
|
"svg",
|
|
4542
4630
|
{
|
|
4543
4631
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4548,8 +4636,8 @@ var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs149(
|
|
|
4548
4636
|
"aria-labelledby": titleId,
|
|
4549
4637
|
...props,
|
|
4550
4638
|
children: [
|
|
4551
|
-
title ? /* @__PURE__ */
|
|
4552
|
-
/* @__PURE__ */
|
|
4639
|
+
title ? /* @__PURE__ */ jsx152("title", { id: titleId, children: title }) : null,
|
|
4640
|
+
/* @__PURE__ */ jsx152(
|
|
4553
4641
|
"path",
|
|
4554
4642
|
{
|
|
4555
4643
|
fill: "currentColor",
|
|
@@ -4564,12 +4652,12 @@ var Copy12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs149(
|
|
|
4564
4652
|
var Copy12Icon_default = Copy12Icon;
|
|
4565
4653
|
|
|
4566
4654
|
// icons/react/Disabled12Icon.tsx
|
|
4567
|
-
import { jsx as
|
|
4655
|
+
import { jsx as jsx153, jsxs as jsxs153 } from "react/jsx-runtime";
|
|
4568
4656
|
var Disabled12Icon = ({
|
|
4569
4657
|
title,
|
|
4570
4658
|
titleId,
|
|
4571
4659
|
...props
|
|
4572
|
-
}) => /* @__PURE__ */
|
|
4660
|
+
}) => /* @__PURE__ */ jsxs153(
|
|
4573
4661
|
"svg",
|
|
4574
4662
|
{
|
|
4575
4663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4580,8 +4668,8 @@ var Disabled12Icon = ({
|
|
|
4580
4668
|
"aria-labelledby": titleId,
|
|
4581
4669
|
...props,
|
|
4582
4670
|
children: [
|
|
4583
|
-
title ? /* @__PURE__ */
|
|
4584
|
-
/* @__PURE__ */
|
|
4671
|
+
title ? /* @__PURE__ */ jsx153("title", { id: titleId, children: title }) : null,
|
|
4672
|
+
/* @__PURE__ */ jsx153(
|
|
4585
4673
|
"path",
|
|
4586
4674
|
{
|
|
4587
4675
|
fill: "currentColor",
|
|
@@ -4596,12 +4684,12 @@ var Disabled12Icon = ({
|
|
|
4596
4684
|
var Disabled12Icon_default = Disabled12Icon;
|
|
4597
4685
|
|
|
4598
4686
|
// icons/react/DownloadOutline12Icon.tsx
|
|
4599
|
-
import { jsx as
|
|
4687
|
+
import { jsx as jsx154, jsxs as jsxs154 } from "react/jsx-runtime";
|
|
4600
4688
|
var DownloadOutline12Icon = ({
|
|
4601
4689
|
title,
|
|
4602
4690
|
titleId,
|
|
4603
4691
|
...props
|
|
4604
|
-
}) => /* @__PURE__ */
|
|
4692
|
+
}) => /* @__PURE__ */ jsxs154(
|
|
4605
4693
|
"svg",
|
|
4606
4694
|
{
|
|
4607
4695
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4612,8 +4700,8 @@ var DownloadOutline12Icon = ({
|
|
|
4612
4700
|
"aria-labelledby": titleId,
|
|
4613
4701
|
...props,
|
|
4614
4702
|
children: [
|
|
4615
|
-
title ? /* @__PURE__ */
|
|
4616
|
-
/* @__PURE__ */
|
|
4703
|
+
title ? /* @__PURE__ */ jsx154("title", { id: titleId, children: title }) : null,
|
|
4704
|
+
/* @__PURE__ */ jsx154(
|
|
4617
4705
|
"path",
|
|
4618
4706
|
{
|
|
4619
4707
|
fill: "currentColor",
|
|
@@ -4626,8 +4714,8 @@ var DownloadOutline12Icon = ({
|
|
|
4626
4714
|
var DownloadOutline12Icon_default = DownloadOutline12Icon;
|
|
4627
4715
|
|
|
4628
4716
|
// icons/react/Error12Icon.tsx
|
|
4629
|
-
import { jsx as
|
|
4630
|
-
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(
|
|
4631
4719
|
"svg",
|
|
4632
4720
|
{
|
|
4633
4721
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4638,8 +4726,8 @@ var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs152(
|
|
|
4638
4726
|
"aria-labelledby": titleId,
|
|
4639
4727
|
...props,
|
|
4640
4728
|
children: [
|
|
4641
|
-
title ? /* @__PURE__ */
|
|
4642
|
-
/* @__PURE__ */
|
|
4729
|
+
title ? /* @__PURE__ */ jsx155("title", { id: titleId, children: title }) : null,
|
|
4730
|
+
/* @__PURE__ */ jsx155(
|
|
4643
4731
|
"path",
|
|
4644
4732
|
{
|
|
4645
4733
|
fill: "currentColor",
|
|
@@ -4654,8 +4742,8 @@ var Error12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs152(
|
|
|
4654
4742
|
var Error12Icon_default = Error12Icon;
|
|
4655
4743
|
|
|
4656
4744
|
// icons/react/Info12Icon.tsx
|
|
4657
|
-
import { jsx as
|
|
4658
|
-
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(
|
|
4659
4747
|
"svg",
|
|
4660
4748
|
{
|
|
4661
4749
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4666,8 +4754,8 @@ var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs153(
|
|
|
4666
4754
|
"aria-labelledby": titleId,
|
|
4667
4755
|
...props,
|
|
4668
4756
|
children: [
|
|
4669
|
-
title ? /* @__PURE__ */
|
|
4670
|
-
/* @__PURE__ */
|
|
4757
|
+
title ? /* @__PURE__ */ jsx156("title", { id: titleId, children: title }) : null,
|
|
4758
|
+
/* @__PURE__ */ jsx156(
|
|
4671
4759
|
"path",
|
|
4672
4760
|
{
|
|
4673
4761
|
fill: "currentColor",
|
|
@@ -4682,12 +4770,12 @@ var Info12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs153(
|
|
|
4682
4770
|
var Info12Icon_default = Info12Icon;
|
|
4683
4771
|
|
|
4684
4772
|
// icons/react/Filter12Icon.tsx
|
|
4685
|
-
import { jsx as
|
|
4773
|
+
import { jsx as jsx157, jsxs as jsxs157 } from "react/jsx-runtime";
|
|
4686
4774
|
var Filter12Icon = ({
|
|
4687
4775
|
title,
|
|
4688
4776
|
titleId,
|
|
4689
4777
|
...props
|
|
4690
|
-
}) => /* @__PURE__ */
|
|
4778
|
+
}) => /* @__PURE__ */ jsxs157(
|
|
4691
4779
|
"svg",
|
|
4692
4780
|
{
|
|
4693
4781
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4698,8 +4786,8 @@ var Filter12Icon = ({
|
|
|
4698
4786
|
"aria-labelledby": titleId,
|
|
4699
4787
|
...props,
|
|
4700
4788
|
children: [
|
|
4701
|
-
title ? /* @__PURE__ */
|
|
4702
|
-
/* @__PURE__ */
|
|
4789
|
+
title ? /* @__PURE__ */ jsx157("title", { id: titleId, children: title }) : null,
|
|
4790
|
+
/* @__PURE__ */ jsx157(
|
|
4703
4791
|
"path",
|
|
4704
4792
|
{
|
|
4705
4793
|
fill: "currentColor",
|
|
@@ -4714,8 +4802,8 @@ var Filter12Icon = ({
|
|
|
4714
4802
|
var Filter12Icon_default = Filter12Icon;
|
|
4715
4803
|
|
|
4716
4804
|
// icons/react/Key12Icon.tsx
|
|
4717
|
-
import { jsx as
|
|
4718
|
-
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(
|
|
4719
4807
|
"svg",
|
|
4720
4808
|
{
|
|
4721
4809
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4726,8 +4814,8 @@ var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs155(
|
|
|
4726
4814
|
"aria-labelledby": titleId,
|
|
4727
4815
|
...props,
|
|
4728
4816
|
children: [
|
|
4729
|
-
title ? /* @__PURE__ */
|
|
4730
|
-
/* @__PURE__ */
|
|
4817
|
+
title ? /* @__PURE__ */ jsx158("title", { id: titleId, children: title }) : null,
|
|
4818
|
+
/* @__PURE__ */ jsx158(
|
|
4731
4819
|
"path",
|
|
4732
4820
|
{
|
|
4733
4821
|
fill: "currentColor",
|
|
@@ -4742,12 +4830,12 @@ var Key12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs155(
|
|
|
4742
4830
|
var Key12Icon_default = Key12Icon;
|
|
4743
4831
|
|
|
4744
4832
|
// icons/react/Loader12Icon.tsx
|
|
4745
|
-
import { jsx as
|
|
4833
|
+
import { jsx as jsx159, jsxs as jsxs159 } from "react/jsx-runtime";
|
|
4746
4834
|
var Loader12Icon = ({
|
|
4747
4835
|
title,
|
|
4748
4836
|
titleId,
|
|
4749
4837
|
...props
|
|
4750
|
-
}) => /* @__PURE__ */
|
|
4838
|
+
}) => /* @__PURE__ */ jsxs159(
|
|
4751
4839
|
"svg",
|
|
4752
4840
|
{
|
|
4753
4841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4758,9 +4846,9 @@ var Loader12Icon = ({
|
|
|
4758
4846
|
"aria-labelledby": titleId,
|
|
4759
4847
|
...props,
|
|
4760
4848
|
children: [
|
|
4761
|
-
title ? /* @__PURE__ */
|
|
4762
|
-
/* @__PURE__ */
|
|
4763
|
-
/* @__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(
|
|
4764
4852
|
"path",
|
|
4765
4853
|
{
|
|
4766
4854
|
fill: "currentColor",
|
|
@@ -4773,12 +4861,12 @@ var Loader12Icon = ({
|
|
|
4773
4861
|
var Loader12Icon_default = Loader12Icon;
|
|
4774
4862
|
|
|
4775
4863
|
// icons/react/MenuOpen12Icon.tsx
|
|
4776
|
-
import { jsx as
|
|
4864
|
+
import { jsx as jsx160, jsxs as jsxs160 } from "react/jsx-runtime";
|
|
4777
4865
|
var MenuOpen12Icon = ({
|
|
4778
4866
|
title,
|
|
4779
4867
|
titleId,
|
|
4780
4868
|
...props
|
|
4781
|
-
}) => /* @__PURE__ */
|
|
4869
|
+
}) => /* @__PURE__ */ jsxs160(
|
|
4782
4870
|
"svg",
|
|
4783
4871
|
{
|
|
4784
4872
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4789,8 +4877,8 @@ var MenuOpen12Icon = ({
|
|
|
4789
4877
|
"aria-labelledby": titleId,
|
|
4790
4878
|
...props,
|
|
4791
4879
|
children: [
|
|
4792
|
-
title ? /* @__PURE__ */
|
|
4793
|
-
/* @__PURE__ */
|
|
4880
|
+
title ? /* @__PURE__ */ jsx160("title", { id: titleId, children: title }) : null,
|
|
4881
|
+
/* @__PURE__ */ jsx160(
|
|
4794
4882
|
"path",
|
|
4795
4883
|
{
|
|
4796
4884
|
fill: "currentColor",
|
|
@@ -4805,12 +4893,12 @@ var MenuOpen12Icon = ({
|
|
|
4805
4893
|
var MenuOpen12Icon_default = MenuOpen12Icon;
|
|
4806
4894
|
|
|
4807
4895
|
// icons/react/MenuClose12Icon.tsx
|
|
4808
|
-
import { jsx as
|
|
4896
|
+
import { jsx as jsx161, jsxs as jsxs161 } from "react/jsx-runtime";
|
|
4809
4897
|
var MenuClose12Icon = ({
|
|
4810
4898
|
title,
|
|
4811
4899
|
titleId,
|
|
4812
4900
|
...props
|
|
4813
|
-
}) => /* @__PURE__ */
|
|
4901
|
+
}) => /* @__PURE__ */ jsxs161(
|
|
4814
4902
|
"svg",
|
|
4815
4903
|
{
|
|
4816
4904
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4821,8 +4909,8 @@ var MenuClose12Icon = ({
|
|
|
4821
4909
|
"aria-labelledby": titleId,
|
|
4822
4910
|
...props,
|
|
4823
4911
|
children: [
|
|
4824
|
-
title ? /* @__PURE__ */
|
|
4825
|
-
/* @__PURE__ */
|
|
4912
|
+
title ? /* @__PURE__ */ jsx161("title", { id: titleId, children: title }) : null,
|
|
4913
|
+
/* @__PURE__ */ jsx161(
|
|
4826
4914
|
"path",
|
|
4827
4915
|
{
|
|
4828
4916
|
fill: "currentColor",
|
|
@@ -4837,12 +4925,12 @@ var MenuClose12Icon = ({
|
|
|
4837
4925
|
var MenuClose12Icon_default = MenuClose12Icon;
|
|
4838
4926
|
|
|
4839
4927
|
// icons/react/Monitor12Icon.tsx
|
|
4840
|
-
import { jsx as
|
|
4928
|
+
import { jsx as jsx162, jsxs as jsxs162 } from "react/jsx-runtime";
|
|
4841
4929
|
var Monitor12Icon = ({
|
|
4842
4930
|
title,
|
|
4843
4931
|
titleId,
|
|
4844
4932
|
...props
|
|
4845
|
-
}) => /* @__PURE__ */
|
|
4933
|
+
}) => /* @__PURE__ */ jsxs162(
|
|
4846
4934
|
"svg",
|
|
4847
4935
|
{
|
|
4848
4936
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4853,8 +4941,8 @@ var Monitor12Icon = ({
|
|
|
4853
4941
|
"aria-labelledby": titleId,
|
|
4854
4942
|
...props,
|
|
4855
4943
|
children: [
|
|
4856
|
-
title ? /* @__PURE__ */
|
|
4857
|
-
/* @__PURE__ */
|
|
4944
|
+
title ? /* @__PURE__ */ jsx162("title", { id: titleId, children: title }) : null,
|
|
4945
|
+
/* @__PURE__ */ jsx162(
|
|
4858
4946
|
"path",
|
|
4859
4947
|
{
|
|
4860
4948
|
fill: "currentColor",
|
|
@@ -4867,8 +4955,8 @@ var Monitor12Icon = ({
|
|
|
4867
4955
|
var Monitor12Icon_default = Monitor12Icon;
|
|
4868
4956
|
|
|
4869
4957
|
// icons/react/Moon12Icon.tsx
|
|
4870
|
-
import { jsx as
|
|
4871
|
-
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(
|
|
4872
4960
|
"svg",
|
|
4873
4961
|
{
|
|
4874
4962
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4879,8 +4967,8 @@ var Moon12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs160(
|
|
|
4879
4967
|
"aria-labelledby": titleId,
|
|
4880
4968
|
...props,
|
|
4881
4969
|
children: [
|
|
4882
|
-
title ? /* @__PURE__ */
|
|
4883
|
-
/* @__PURE__ */
|
|
4970
|
+
title ? /* @__PURE__ */ jsx163("title", { id: titleId, children: title }) : null,
|
|
4971
|
+
/* @__PURE__ */ jsx163(
|
|
4884
4972
|
"path",
|
|
4885
4973
|
{
|
|
4886
4974
|
fill: "currentColor",
|
|
@@ -4893,8 +4981,8 @@ var Moon12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs160(
|
|
|
4893
4981
|
var Moon12Icon_default = Moon12Icon;
|
|
4894
4982
|
|
|
4895
4983
|
// icons/react/More12Icon.tsx
|
|
4896
|
-
import { jsx as
|
|
4897
|
-
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(
|
|
4898
4986
|
"svg",
|
|
4899
4987
|
{
|
|
4900
4988
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4905,8 +4993,8 @@ var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs161(
|
|
|
4905
4993
|
"aria-labelledby": titleId,
|
|
4906
4994
|
...props,
|
|
4907
4995
|
children: [
|
|
4908
|
-
title ? /* @__PURE__ */
|
|
4909
|
-
/* @__PURE__ */
|
|
4996
|
+
title ? /* @__PURE__ */ jsx164("title", { id: titleId, children: title }) : null,
|
|
4997
|
+
/* @__PURE__ */ jsx164(
|
|
4910
4998
|
"path",
|
|
4911
4999
|
{
|
|
4912
5000
|
fill: "currentColor",
|
|
@@ -4921,12 +5009,12 @@ var More12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs161(
|
|
|
4921
5009
|
var More12Icon_default = More12Icon;
|
|
4922
5010
|
|
|
4923
5011
|
// icons/react/NextArrow12Icon.tsx
|
|
4924
|
-
import { jsx as
|
|
5012
|
+
import { jsx as jsx165, jsxs as jsxs165 } from "react/jsx-runtime";
|
|
4925
5013
|
var NextArrow12Icon = ({
|
|
4926
5014
|
title,
|
|
4927
5015
|
titleId,
|
|
4928
5016
|
...props
|
|
4929
|
-
}) => /* @__PURE__ */
|
|
5017
|
+
}) => /* @__PURE__ */ jsxs165(
|
|
4930
5018
|
"svg",
|
|
4931
5019
|
{
|
|
4932
5020
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4937,8 +5025,8 @@ var NextArrow12Icon = ({
|
|
|
4937
5025
|
"aria-labelledby": titleId,
|
|
4938
5026
|
...props,
|
|
4939
5027
|
children: [
|
|
4940
|
-
title ? /* @__PURE__ */
|
|
4941
|
-
/* @__PURE__ */
|
|
5028
|
+
title ? /* @__PURE__ */ jsx165("title", { id: titleId, children: title }) : null,
|
|
5029
|
+
/* @__PURE__ */ jsx165(
|
|
4942
5030
|
"path",
|
|
4943
5031
|
{
|
|
4944
5032
|
fill: "currentColor",
|
|
@@ -4951,12 +5039,12 @@ var NextArrow12Icon = ({
|
|
|
4951
5039
|
var NextArrow12Icon_default = NextArrow12Icon;
|
|
4952
5040
|
|
|
4953
5041
|
// icons/react/PrevArrow12Icon.tsx
|
|
4954
|
-
import { jsx as
|
|
5042
|
+
import { jsx as jsx166, jsxs as jsxs166 } from "react/jsx-runtime";
|
|
4955
5043
|
var PrevArrow12Icon = ({
|
|
4956
5044
|
title,
|
|
4957
5045
|
titleId,
|
|
4958
5046
|
...props
|
|
4959
|
-
}) => /* @__PURE__ */
|
|
5047
|
+
}) => /* @__PURE__ */ jsxs166(
|
|
4960
5048
|
"svg",
|
|
4961
5049
|
{
|
|
4962
5050
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4967,8 +5055,8 @@ var PrevArrow12Icon = ({
|
|
|
4967
5055
|
"aria-labelledby": titleId,
|
|
4968
5056
|
...props,
|
|
4969
5057
|
children: [
|
|
4970
|
-
title ? /* @__PURE__ */
|
|
4971
|
-
/* @__PURE__ */
|
|
5058
|
+
title ? /* @__PURE__ */ jsx166("title", { id: titleId, children: title }) : null,
|
|
5059
|
+
/* @__PURE__ */ jsx166(
|
|
4972
5060
|
"path",
|
|
4973
5061
|
{
|
|
4974
5062
|
fill: "currentColor",
|
|
@@ -4981,12 +5069,12 @@ var PrevArrow12Icon = ({
|
|
|
4981
5069
|
var PrevArrow12Icon_default = PrevArrow12Icon;
|
|
4982
5070
|
|
|
4983
5071
|
// icons/react/OpenLink12Icon.tsx
|
|
4984
|
-
import { jsx as
|
|
5072
|
+
import { jsx as jsx167, jsxs as jsxs167 } from "react/jsx-runtime";
|
|
4985
5073
|
var OpenLink12Icon = ({
|
|
4986
5074
|
title,
|
|
4987
5075
|
titleId,
|
|
4988
5076
|
...props
|
|
4989
|
-
}) => /* @__PURE__ */
|
|
5077
|
+
}) => /* @__PURE__ */ jsxs167(
|
|
4990
5078
|
"svg",
|
|
4991
5079
|
{
|
|
4992
5080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4997,8 +5085,8 @@ var OpenLink12Icon = ({
|
|
|
4997
5085
|
"aria-labelledby": titleId,
|
|
4998
5086
|
...props,
|
|
4999
5087
|
children: [
|
|
5000
|
-
title ? /* @__PURE__ */
|
|
5001
|
-
/* @__PURE__ */
|
|
5088
|
+
title ? /* @__PURE__ */ jsx167("title", { id: titleId, children: title }) : null,
|
|
5089
|
+
/* @__PURE__ */ jsx167(
|
|
5002
5090
|
"path",
|
|
5003
5091
|
{
|
|
5004
5092
|
fill: "currentColor",
|
|
@@ -5011,12 +5099,12 @@ var OpenLink12Icon = ({
|
|
|
5011
5099
|
var OpenLink12Icon_default = OpenLink12Icon;
|
|
5012
5100
|
|
|
5013
5101
|
// icons/react/Repair12Icon.tsx
|
|
5014
|
-
import { jsx as
|
|
5102
|
+
import { jsx as jsx168, jsxs as jsxs168 } from "react/jsx-runtime";
|
|
5015
5103
|
var Repair12Icon = ({
|
|
5016
5104
|
title,
|
|
5017
5105
|
titleId,
|
|
5018
5106
|
...props
|
|
5019
|
-
}) => /* @__PURE__ */
|
|
5107
|
+
}) => /* @__PURE__ */ jsxs168(
|
|
5020
5108
|
"svg",
|
|
5021
5109
|
{
|
|
5022
5110
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5027,8 +5115,8 @@ var Repair12Icon = ({
|
|
|
5027
5115
|
"aria-labelledby": titleId,
|
|
5028
5116
|
...props,
|
|
5029
5117
|
children: [
|
|
5030
|
-
title ? /* @__PURE__ */
|
|
5031
|
-
/* @__PURE__ */
|
|
5118
|
+
title ? /* @__PURE__ */ jsx168("title", { id: titleId, children: title }) : null,
|
|
5119
|
+
/* @__PURE__ */ jsx168(
|
|
5032
5120
|
"path",
|
|
5033
5121
|
{
|
|
5034
5122
|
fill: "currentColor",
|
|
@@ -5043,12 +5131,12 @@ var Repair12Icon = ({
|
|
|
5043
5131
|
var Repair12Icon_default = Repair12Icon;
|
|
5044
5132
|
|
|
5045
5133
|
// icons/react/Security12Icon.tsx
|
|
5046
|
-
import { jsx as
|
|
5134
|
+
import { jsx as jsx169, jsxs as jsxs169 } from "react/jsx-runtime";
|
|
5047
5135
|
var Security12Icon = ({
|
|
5048
5136
|
title,
|
|
5049
5137
|
titleId,
|
|
5050
5138
|
...props
|
|
5051
|
-
}) => /* @__PURE__ */
|
|
5139
|
+
}) => /* @__PURE__ */ jsxs169(
|
|
5052
5140
|
"svg",
|
|
5053
5141
|
{
|
|
5054
5142
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5059,8 +5147,8 @@ var Security12Icon = ({
|
|
|
5059
5147
|
"aria-labelledby": titleId,
|
|
5060
5148
|
...props,
|
|
5061
5149
|
children: [
|
|
5062
|
-
title ? /* @__PURE__ */
|
|
5063
|
-
/* @__PURE__ */
|
|
5150
|
+
title ? /* @__PURE__ */ jsx169("title", { id: titleId, children: title }) : null,
|
|
5151
|
+
/* @__PURE__ */ jsx169(
|
|
5064
5152
|
"path",
|
|
5065
5153
|
{
|
|
5066
5154
|
fill: "currentColor",
|
|
@@ -5075,12 +5163,12 @@ var Security12Icon = ({
|
|
|
5075
5163
|
var Security12Icon_default = Security12Icon;
|
|
5076
5164
|
|
|
5077
5165
|
// icons/react/SizeOutline12Icon.tsx
|
|
5078
|
-
import { jsx as
|
|
5166
|
+
import { jsx as jsx170, jsxs as jsxs170 } from "react/jsx-runtime";
|
|
5079
5167
|
var SizeOutline12Icon = ({
|
|
5080
5168
|
title,
|
|
5081
5169
|
titleId,
|
|
5082
5170
|
...props
|
|
5083
|
-
}) => /* @__PURE__ */
|
|
5171
|
+
}) => /* @__PURE__ */ jsxs170(
|
|
5084
5172
|
"svg",
|
|
5085
5173
|
{
|
|
5086
5174
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5091,8 +5179,8 @@ var SizeOutline12Icon = ({
|
|
|
5091
5179
|
"aria-labelledby": titleId,
|
|
5092
5180
|
...props,
|
|
5093
5181
|
children: [
|
|
5094
|
-
title ? /* @__PURE__ */
|
|
5095
|
-
/* @__PURE__ */
|
|
5182
|
+
title ? /* @__PURE__ */ jsx170("title", { id: titleId, children: title }) : null,
|
|
5183
|
+
/* @__PURE__ */ jsx170(
|
|
5096
5184
|
"path",
|
|
5097
5185
|
{
|
|
5098
5186
|
fill: "currentColor",
|
|
@@ -5105,8 +5193,8 @@ var SizeOutline12Icon = ({
|
|
|
5105
5193
|
var SizeOutline12Icon_default = SizeOutline12Icon;
|
|
5106
5194
|
|
|
5107
5195
|
// icons/react/Sun12Icon.tsx
|
|
5108
|
-
import { jsx as
|
|
5109
|
-
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(
|
|
5110
5198
|
"svg",
|
|
5111
5199
|
{
|
|
5112
5200
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5117,8 +5205,8 @@ var Sun12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs168(
|
|
|
5117
5205
|
"aria-labelledby": titleId,
|
|
5118
5206
|
...props,
|
|
5119
5207
|
children: [
|
|
5120
|
-
title ? /* @__PURE__ */
|
|
5121
|
-
/* @__PURE__ */
|
|
5208
|
+
title ? /* @__PURE__ */ jsx171("title", { id: titleId, children: title }) : null,
|
|
5209
|
+
/* @__PURE__ */ jsx171(
|
|
5122
5210
|
"path",
|
|
5123
5211
|
{
|
|
5124
5212
|
fill: "currentColor",
|
|
@@ -5133,12 +5221,12 @@ var Sun12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs168(
|
|
|
5133
5221
|
var Sun12Icon_default = Sun12Icon;
|
|
5134
5222
|
|
|
5135
5223
|
// icons/react/Success12Icon.tsx
|
|
5136
|
-
import { jsx as
|
|
5224
|
+
import { jsx as jsx172, jsxs as jsxs172 } from "react/jsx-runtime";
|
|
5137
5225
|
var Success12Icon = ({
|
|
5138
5226
|
title,
|
|
5139
5227
|
titleId,
|
|
5140
5228
|
...props
|
|
5141
|
-
}) => /* @__PURE__ */
|
|
5229
|
+
}) => /* @__PURE__ */ jsxs172(
|
|
5142
5230
|
"svg",
|
|
5143
5231
|
{
|
|
5144
5232
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5149,8 +5237,8 @@ var Success12Icon = ({
|
|
|
5149
5237
|
"aria-labelledby": titleId,
|
|
5150
5238
|
...props,
|
|
5151
5239
|
children: [
|
|
5152
|
-
title ? /* @__PURE__ */
|
|
5153
|
-
/* @__PURE__ */
|
|
5240
|
+
title ? /* @__PURE__ */ jsx172("title", { id: titleId, children: title }) : null,
|
|
5241
|
+
/* @__PURE__ */ jsx172(
|
|
5154
5242
|
"path",
|
|
5155
5243
|
{
|
|
5156
5244
|
fill: "currentColor",
|
|
@@ -5165,12 +5253,12 @@ var Success12Icon = ({
|
|
|
5165
5253
|
var Success12Icon_default = Success12Icon;
|
|
5166
5254
|
|
|
5167
5255
|
// icons/react/TimeOutline12Icon.tsx
|
|
5168
|
-
import { jsx as
|
|
5256
|
+
import { jsx as jsx173, jsxs as jsxs173 } from "react/jsx-runtime";
|
|
5169
5257
|
var TimeOutline12Icon = ({
|
|
5170
5258
|
title,
|
|
5171
5259
|
titleId,
|
|
5172
5260
|
...props
|
|
5173
|
-
}) => /* @__PURE__ */
|
|
5261
|
+
}) => /* @__PURE__ */ jsxs173(
|
|
5174
5262
|
"svg",
|
|
5175
5263
|
{
|
|
5176
5264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5181,8 +5269,8 @@ var TimeOutline12Icon = ({
|
|
|
5181
5269
|
"aria-labelledby": titleId,
|
|
5182
5270
|
...props,
|
|
5183
5271
|
children: [
|
|
5184
|
-
title ? /* @__PURE__ */
|
|
5185
|
-
/* @__PURE__ */
|
|
5272
|
+
title ? /* @__PURE__ */ jsx173("title", { id: titleId, children: title }) : null,
|
|
5273
|
+
/* @__PURE__ */ jsx173(
|
|
5186
5274
|
"path",
|
|
5187
5275
|
{
|
|
5188
5276
|
fill: "currentColor",
|
|
@@ -5195,12 +5283,12 @@ var TimeOutline12Icon = ({
|
|
|
5195
5283
|
var TimeOutline12Icon_default = TimeOutline12Icon;
|
|
5196
5284
|
|
|
5197
5285
|
// icons/react/Unauthorized12Icon.tsx
|
|
5198
|
-
import { jsx as
|
|
5286
|
+
import { jsx as jsx174, jsxs as jsxs174 } from "react/jsx-runtime";
|
|
5199
5287
|
var Unauthorized12Icon = ({
|
|
5200
5288
|
title,
|
|
5201
5289
|
titleId,
|
|
5202
5290
|
...props
|
|
5203
|
-
}) => /* @__PURE__ */
|
|
5291
|
+
}) => /* @__PURE__ */ jsxs174(
|
|
5204
5292
|
"svg",
|
|
5205
5293
|
{
|
|
5206
5294
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5211,8 +5299,8 @@ var Unauthorized12Icon = ({
|
|
|
5211
5299
|
"aria-labelledby": titleId,
|
|
5212
5300
|
...props,
|
|
5213
5301
|
children: [
|
|
5214
|
-
title ? /* @__PURE__ */
|
|
5215
|
-
/* @__PURE__ */
|
|
5302
|
+
title ? /* @__PURE__ */ jsx174("title", { id: titleId, children: title }) : null,
|
|
5303
|
+
/* @__PURE__ */ jsx174(
|
|
5216
5304
|
"path",
|
|
5217
5305
|
{
|
|
5218
5306
|
fill: "currentColor",
|
|
@@ -5227,12 +5315,12 @@ var Unauthorized12Icon = ({
|
|
|
5227
5315
|
var Unauthorized12Icon_default = Unauthorized12Icon;
|
|
5228
5316
|
|
|
5229
5317
|
// icons/react/Warning12Icon.tsx
|
|
5230
|
-
import { jsx as
|
|
5318
|
+
import { jsx as jsx175, jsxs as jsxs175 } from "react/jsx-runtime";
|
|
5231
5319
|
var Warning12Icon = ({
|
|
5232
5320
|
title,
|
|
5233
5321
|
titleId,
|
|
5234
5322
|
...props
|
|
5235
|
-
}) => /* @__PURE__ */
|
|
5323
|
+
}) => /* @__PURE__ */ jsxs175(
|
|
5236
5324
|
"svg",
|
|
5237
5325
|
{
|
|
5238
5326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5243,8 +5331,8 @@ var Warning12Icon = ({
|
|
|
5243
5331
|
"aria-labelledby": titleId,
|
|
5244
5332
|
...props,
|
|
5245
5333
|
children: [
|
|
5246
|
-
title ? /* @__PURE__ */
|
|
5247
|
-
/* @__PURE__ */
|
|
5334
|
+
title ? /* @__PURE__ */ jsx175("title", { id: titleId, children: title }) : null,
|
|
5335
|
+
/* @__PURE__ */ jsx175(
|
|
5248
5336
|
"path",
|
|
5249
5337
|
{
|
|
5250
5338
|
fill: "currentColor",
|
|
@@ -5259,12 +5347,12 @@ var Warning12Icon = ({
|
|
|
5259
5347
|
var Warning12Icon_default = Warning12Icon;
|
|
5260
5348
|
|
|
5261
5349
|
// icons/react/Question12Icon.tsx
|
|
5262
|
-
import { jsx as
|
|
5350
|
+
import { jsx as jsx176, jsxs as jsxs176 } from "react/jsx-runtime";
|
|
5263
5351
|
var Question12Icon = ({
|
|
5264
5352
|
title,
|
|
5265
5353
|
titleId,
|
|
5266
5354
|
...props
|
|
5267
|
-
}) => /* @__PURE__ */
|
|
5355
|
+
}) => /* @__PURE__ */ jsxs176(
|
|
5268
5356
|
"svg",
|
|
5269
5357
|
{
|
|
5270
5358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5275,8 +5363,8 @@ var Question12Icon = ({
|
|
|
5275
5363
|
"aria-labelledby": titleId,
|
|
5276
5364
|
...props,
|
|
5277
5365
|
children: [
|
|
5278
|
-
title ? /* @__PURE__ */
|
|
5279
|
-
/* @__PURE__ */
|
|
5366
|
+
title ? /* @__PURE__ */ jsx176("title", { id: titleId, children: title }) : null,
|
|
5367
|
+
/* @__PURE__ */ jsx176(
|
|
5280
5368
|
"path",
|
|
5281
5369
|
{
|
|
5282
5370
|
fill: "currentColor",
|
|
@@ -5291,8 +5379,8 @@ var Question12Icon = ({
|
|
|
5291
5379
|
var Question12Icon_default = Question12Icon;
|
|
5292
5380
|
|
|
5293
5381
|
// icons/react/Hide12Icon.tsx
|
|
5294
|
-
import { jsx as
|
|
5295
|
-
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(
|
|
5296
5384
|
"svg",
|
|
5297
5385
|
{
|
|
5298
5386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5303,8 +5391,8 @@ var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs174(
|
|
|
5303
5391
|
"aria-labelledby": titleId,
|
|
5304
5392
|
...props,
|
|
5305
5393
|
children: [
|
|
5306
|
-
title ? /* @__PURE__ */
|
|
5307
|
-
/* @__PURE__ */
|
|
5394
|
+
title ? /* @__PURE__ */ jsx177("title", { id: titleId, children: title }) : null,
|
|
5395
|
+
/* @__PURE__ */ jsx177(
|
|
5308
5396
|
"path",
|
|
5309
5397
|
{
|
|
5310
5398
|
fill: "currentColor",
|
|
@@ -5319,12 +5407,12 @@ var Hide12Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs174(
|
|
|
5319
5407
|
var Hide12Icon_default = Hide12Icon;
|
|
5320
5408
|
|
|
5321
5409
|
// icons/react/SelectArrows6Icon.tsx
|
|
5322
|
-
import { jsx as
|
|
5410
|
+
import { jsx as jsx178, jsxs as jsxs178 } from "react/jsx-runtime";
|
|
5323
5411
|
var SelectArrows6Icon = ({
|
|
5324
5412
|
title,
|
|
5325
5413
|
titleId,
|
|
5326
5414
|
...props
|
|
5327
|
-
}) => /* @__PURE__ */
|
|
5415
|
+
}) => /* @__PURE__ */ jsxs178(
|
|
5328
5416
|
"svg",
|
|
5329
5417
|
{
|
|
5330
5418
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5335,8 +5423,8 @@ var SelectArrows6Icon = ({
|
|
|
5335
5423
|
"aria-labelledby": titleId,
|
|
5336
5424
|
...props,
|
|
5337
5425
|
children: [
|
|
5338
|
-
title ? /* @__PURE__ */
|
|
5339
|
-
/* @__PURE__ */
|
|
5426
|
+
title ? /* @__PURE__ */ jsx178("title", { id: titleId, children: title }) : null,
|
|
5427
|
+
/* @__PURE__ */ jsx178(
|
|
5340
5428
|
"path",
|
|
5341
5429
|
{
|
|
5342
5430
|
fill: "currentColor",
|
|
@@ -5351,8 +5439,8 @@ var SelectArrows6Icon = ({
|
|
|
5351
5439
|
var SelectArrows6Icon_default = SelectArrows6Icon;
|
|
5352
5440
|
|
|
5353
5441
|
// icons/react/Close8Icon.tsx
|
|
5354
|
-
import { jsx as
|
|
5355
|
-
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(
|
|
5356
5444
|
"svg",
|
|
5357
5445
|
{
|
|
5358
5446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -5363,8 +5451,8 @@ var Close8Icon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs176(
|
|
|
5363
5451
|
"aria-labelledby": titleId,
|
|
5364
5452
|
...props,
|
|
5365
5453
|
children: [
|
|
5366
|
-
title ? /* @__PURE__ */
|
|
5367
|
-
/* @__PURE__ */
|
|
5454
|
+
title ? /* @__PURE__ */ jsx179("title", { id: titleId, children: title }) : null,
|
|
5455
|
+
/* @__PURE__ */ jsx179(
|
|
5368
5456
|
"path",
|
|
5369
5457
|
{
|
|
5370
5458
|
fill: "currentColor",
|
|
@@ -5384,6 +5472,7 @@ export {
|
|
|
5384
5472
|
Action24Icon_default,
|
|
5385
5473
|
Affinity24Icon_default,
|
|
5386
5474
|
AddRoundel24Icon_default,
|
|
5475
|
+
Archive24Icon_default,
|
|
5387
5476
|
Calendar24Icon_default,
|
|
5388
5477
|
Chat24Icon_default,
|
|
5389
5478
|
Clipboard24Icon_default,
|
|
@@ -5418,6 +5507,7 @@ export {
|
|
|
5418
5507
|
Metrics24Icon_default,
|
|
5419
5508
|
Monitoring24Icon_default,
|
|
5420
5509
|
Networking24Icon_default,
|
|
5510
|
+
Notifications24Icon_default,
|
|
5421
5511
|
Organization24Icon_default,
|
|
5422
5512
|
Overview24Icon_default,
|
|
5423
5513
|
Person24Icon_default,
|
|
@@ -5445,6 +5535,7 @@ export {
|
|
|
5445
5535
|
Affinity16Icon_default,
|
|
5446
5536
|
Action16Icon_default,
|
|
5447
5537
|
AddRoundel16Icon_default,
|
|
5538
|
+
Archive16Icon_default,
|
|
5448
5539
|
Calendar16Icon_default,
|
|
5449
5540
|
Chat16Icon_default,
|
|
5450
5541
|
Clipboard16Icon_default,
|
|
@@ -5556,4 +5647,4 @@ export {
|
|
|
5556
5647
|
SelectArrows6Icon_default,
|
|
5557
5648
|
Close8Icon_default
|
|
5558
5649
|
};
|
|
5559
|
-
//# sourceMappingURL=chunk-
|
|
5650
|
+
//# sourceMappingURL=chunk-3UDCDE7A.js.map
|