@oxide/design-system 6.7.0 → 6.7.1

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