@kopexa/icons 17.1.1 → 17.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-FUOST266.mjs +30 -0
- package/dist/chunk-UFEHCDGF.mjs +34 -0
- package/dist/dora-icon.d.mts +11 -0
- package/dist/dora-icon.d.ts +11 -0
- package/dist/dora-icon.js +57 -0
- package/dist/dora-icon.mjs +7 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +421 -363
- package/dist/index.mjs +35 -27
- package/dist/nis2-icon.d.mts +11 -0
- package/dist/nis2-icon.d.ts +11 -0
- package/dist/nis2-icon.js +53 -0
- package/dist/nis2-icon.mjs +7 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -59,6 +59,7 @@ __export(index_exports, {
|
|
|
59
59
|
CopyIcon: () => CopyIcon,
|
|
60
60
|
CornerDownLeftIcon: () => CornerDownLeftIcon,
|
|
61
61
|
CropIcon: () => CropIcon,
|
|
62
|
+
DORAIcon: () => DORAIcon,
|
|
62
63
|
DSARIcon: () => DSARIcon,
|
|
63
64
|
DataAssetIcon: () => DataAssetIcon,
|
|
64
65
|
DocumentsIcon: () => DocumentsIcon,
|
|
@@ -94,6 +95,7 @@ __export(index_exports, {
|
|
|
94
95
|
ListTodoIcon: () => ListTodoIcon,
|
|
95
96
|
MinusIcon: () => MinusIcon,
|
|
96
97
|
MoreVerticalIcon: () => MoreVerticalIcon,
|
|
98
|
+
NIS2Icon: () => NIS2Icon,
|
|
97
99
|
NotificationIcon: () => NotificationIcon,
|
|
98
100
|
PanelLeftIcon: () => PanelLeftIcon,
|
|
99
101
|
PartialIcon: () => ChartPie,
|
|
@@ -1371,9 +1373,9 @@ var DomainIcon = ({ size = 24, ...props }) => {
|
|
|
1371
1373
|
);
|
|
1372
1374
|
};
|
|
1373
1375
|
|
|
1374
|
-
// src/
|
|
1376
|
+
// src/dora-icon.tsx
|
|
1375
1377
|
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
1376
|
-
var
|
|
1378
|
+
var DORAIcon = ({ size = 24, ...props }) => {
|
|
1377
1379
|
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
1378
1380
|
"svg",
|
|
1379
1381
|
{
|
|
@@ -1388,17 +1390,21 @@ var DSARIcon = ({ size = 24, ...props }) => {
|
|
|
1388
1390
|
strokeLinejoin: "round",
|
|
1389
1391
|
...props,
|
|
1390
1392
|
children: [
|
|
1391
|
-
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: "
|
|
1392
|
-
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("
|
|
1393
|
-
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("
|
|
1393
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("title", { children: "DORA compliance" }),
|
|
1394
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("line", { x1: "3", x2: "21", y1: "22", y2: "22" }),
|
|
1395
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("line", { x1: "6", x2: "6", y1: "18", y2: "11" }),
|
|
1396
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("line", { x1: "10", x2: "10", y1: "18", y2: "11" }),
|
|
1397
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("line", { x1: "14", x2: "14", y1: "18", y2: "11" }),
|
|
1398
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("line", { x1: "18", x2: "18", y1: "18", y2: "11" }),
|
|
1399
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)("polygon", { points: "12 2 20 7 4 7" })
|
|
1394
1400
|
]
|
|
1395
1401
|
}
|
|
1396
1402
|
);
|
|
1397
1403
|
};
|
|
1398
1404
|
|
|
1399
|
-
// src/
|
|
1405
|
+
// src/dsar.tsx
|
|
1400
1406
|
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
1401
|
-
var
|
|
1407
|
+
var DSARIcon = ({ size = 24, ...props }) => {
|
|
1402
1408
|
return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
|
|
1403
1409
|
"svg",
|
|
1404
1410
|
{
|
|
@@ -1413,17 +1419,17 @@ var EditIcon = ({ size = 24, ...props }) => {
|
|
|
1413
1419
|
strokeLinejoin: "round",
|
|
1414
1420
|
...props,
|
|
1415
1421
|
children: [
|
|
1416
|
-
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "
|
|
1417
|
-
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("
|
|
1418
|
-
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "
|
|
1422
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "DSAR icon" }),
|
|
1423
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
|
|
1424
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" })
|
|
1419
1425
|
]
|
|
1420
1426
|
}
|
|
1421
1427
|
);
|
|
1422
1428
|
};
|
|
1423
1429
|
|
|
1424
|
-
// src/
|
|
1430
|
+
// src/edit-icon.tsx
|
|
1425
1431
|
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
1426
|
-
var
|
|
1432
|
+
var EditIcon = ({ size = 24, ...props }) => {
|
|
1427
1433
|
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
|
|
1428
1434
|
"svg",
|
|
1429
1435
|
{
|
|
@@ -1438,18 +1444,17 @@ var EllipsisIcon = ({ size = 24, ...props }) => {
|
|
|
1438
1444
|
strokeLinejoin: "round",
|
|
1439
1445
|
...props,
|
|
1440
1446
|
children: [
|
|
1441
|
-
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "
|
|
1442
|
-
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("
|
|
1443
|
-
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("
|
|
1444
|
-
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("circle", { cx: "5", cy: "12", r: "1" })
|
|
1447
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "Edit icon" }),
|
|
1448
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z" }),
|
|
1449
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)("path", { d: "m15 5 4 4" })
|
|
1445
1450
|
]
|
|
1446
1451
|
}
|
|
1447
1452
|
);
|
|
1448
1453
|
};
|
|
1449
1454
|
|
|
1450
|
-
// src/
|
|
1455
|
+
// src/ellipsis-icon.tsx
|
|
1451
1456
|
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
1452
|
-
var
|
|
1457
|
+
var EllipsisIcon = ({ size = 24, ...props }) => {
|
|
1453
1458
|
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
|
|
1454
1459
|
"svg",
|
|
1455
1460
|
{
|
|
@@ -1464,18 +1469,44 @@ var EqualsIcon = ({ size = 24, ...props }) => {
|
|
|
1464
1469
|
strokeLinejoin: "round",
|
|
1465
1470
|
...props,
|
|
1466
1471
|
children: [
|
|
1467
|
-
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("title", { children: "
|
|
1468
|
-
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("
|
|
1469
|
-
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("
|
|
1472
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("title", { children: "Ellipsis Icon" }),
|
|
1473
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
|
|
1474
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
|
|
1475
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("circle", { cx: "5", cy: "12", r: "1" })
|
|
1470
1476
|
]
|
|
1471
1477
|
}
|
|
1472
1478
|
);
|
|
1473
1479
|
};
|
|
1474
1480
|
|
|
1475
|
-
// src/
|
|
1481
|
+
// src/equals-icon.tsx
|
|
1476
1482
|
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
1477
|
-
var
|
|
1483
|
+
var EqualsIcon = ({ size = 24, ...props }) => {
|
|
1478
1484
|
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
|
|
1485
|
+
"svg",
|
|
1486
|
+
{
|
|
1487
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1488
|
+
width: size,
|
|
1489
|
+
height: size,
|
|
1490
|
+
viewBox: "0 0 24 24",
|
|
1491
|
+
fill: "none",
|
|
1492
|
+
stroke: "currentColor",
|
|
1493
|
+
strokeWidth: "2",
|
|
1494
|
+
strokeLinecap: "round",
|
|
1495
|
+
strokeLinejoin: "round",
|
|
1496
|
+
...props,
|
|
1497
|
+
children: [
|
|
1498
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("title", { children: "Equals icon" }),
|
|
1499
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("line", { x1: "5", x2: "19", y1: "9", y2: "9" }),
|
|
1500
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)("line", { x1: "5", x2: "19", y1: "15", y2: "15" })
|
|
1501
|
+
]
|
|
1502
|
+
}
|
|
1503
|
+
);
|
|
1504
|
+
};
|
|
1505
|
+
|
|
1506
|
+
// src/external-link-icon.tsx
|
|
1507
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
1508
|
+
var ExternalLinkIcon = ({ size = 24, ...props }) => {
|
|
1509
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
|
|
1479
1510
|
"svg",
|
|
1480
1511
|
{
|
|
1481
1512
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1490,19 +1521,19 @@ var ExternalLinkIcon = ({ size = 24, ...props }) => {
|
|
|
1490
1521
|
"aria-hidden": "true",
|
|
1491
1522
|
...props,
|
|
1492
1523
|
children: [
|
|
1493
|
-
/* @__PURE__ */ (0,
|
|
1494
|
-
/* @__PURE__ */ (0,
|
|
1495
|
-
/* @__PURE__ */ (0,
|
|
1496
|
-
/* @__PURE__ */ (0,
|
|
1524
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: "External Link Icon" }),
|
|
1525
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M15 3h6v6" }),
|
|
1526
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M10 14 21 3" }),
|
|
1527
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
|
|
1497
1528
|
]
|
|
1498
1529
|
}
|
|
1499
1530
|
);
|
|
1500
1531
|
};
|
|
1501
1532
|
|
|
1502
1533
|
// src/eye.tsx
|
|
1503
|
-
var
|
|
1534
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
1504
1535
|
var EyeIcon = (props) => {
|
|
1505
|
-
return /* @__PURE__ */ (0,
|
|
1536
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
1506
1537
|
"svg",
|
|
1507
1538
|
{
|
|
1508
1539
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1516,18 +1547,18 @@ var EyeIcon = (props) => {
|
|
|
1516
1547
|
strokeLinejoin: "round",
|
|
1517
1548
|
...props,
|
|
1518
1549
|
children: [
|
|
1519
|
-
/* @__PURE__ */ (0,
|
|
1520
|
-
/* @__PURE__ */ (0,
|
|
1521
|
-
/* @__PURE__ */ (0,
|
|
1550
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: "Eye Icon" }),
|
|
1551
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" }),
|
|
1552
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)("circle", { cx: "12", cy: "12", r: "3" })
|
|
1522
1553
|
]
|
|
1523
1554
|
}
|
|
1524
1555
|
);
|
|
1525
1556
|
};
|
|
1526
1557
|
|
|
1527
1558
|
// src/eye-off.tsx
|
|
1528
|
-
var
|
|
1559
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
1529
1560
|
var EyeOffIcon = (props) => {
|
|
1530
|
-
return /* @__PURE__ */ (0,
|
|
1561
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
|
|
1531
1562
|
"svg",
|
|
1532
1563
|
{
|
|
1533
1564
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1541,20 +1572,20 @@ var EyeOffIcon = (props) => {
|
|
|
1541
1572
|
strokeLinejoin: "round",
|
|
1542
1573
|
...props,
|
|
1543
1574
|
children: [
|
|
1544
|
-
/* @__PURE__ */ (0,
|
|
1545
|
-
/* @__PURE__ */ (0,
|
|
1546
|
-
/* @__PURE__ */ (0,
|
|
1547
|
-
/* @__PURE__ */ (0,
|
|
1548
|
-
/* @__PURE__ */ (0,
|
|
1575
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: "Eye Off Icon" }),
|
|
1576
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" }),
|
|
1577
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
|
|
1578
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" }),
|
|
1579
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)("path", { d: "m2 2 20 20" })
|
|
1549
1580
|
]
|
|
1550
1581
|
}
|
|
1551
1582
|
);
|
|
1552
1583
|
};
|
|
1553
1584
|
|
|
1554
1585
|
// src/globe-icon.tsx
|
|
1555
|
-
var
|
|
1586
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
1556
1587
|
var GlobeIcon = ({ size = 24, ...props }) => {
|
|
1557
|
-
return /* @__PURE__ */ (0,
|
|
1588
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
|
|
1558
1589
|
"svg",
|
|
1559
1590
|
{
|
|
1560
1591
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1569,19 +1600,19 @@ var GlobeIcon = ({ size = 24, ...props }) => {
|
|
|
1569
1600
|
"aria-hidden": "true",
|
|
1570
1601
|
...props,
|
|
1571
1602
|
children: [
|
|
1572
|
-
/* @__PURE__ */ (0,
|
|
1573
|
-
/* @__PURE__ */ (0,
|
|
1574
|
-
/* @__PURE__ */ (0,
|
|
1575
|
-
/* @__PURE__ */ (0,
|
|
1603
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: "External Link Icon" }),
|
|
1604
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
1605
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
|
|
1606
|
+
/* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M2 12h20" })
|
|
1576
1607
|
]
|
|
1577
1608
|
}
|
|
1578
1609
|
);
|
|
1579
1610
|
};
|
|
1580
1611
|
|
|
1581
1612
|
// src/grip-vertical.tsx
|
|
1582
|
-
var
|
|
1613
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1583
1614
|
var GripVerticalIcon = ({ size = 24, ...props }) => {
|
|
1584
|
-
return /* @__PURE__ */ (0,
|
|
1615
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
1585
1616
|
"svg",
|
|
1586
1617
|
{
|
|
1587
1618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1596,22 +1627,22 @@ var GripVerticalIcon = ({ size = 24, ...props }) => {
|
|
|
1596
1627
|
"aria-hidden": "true",
|
|
1597
1628
|
...props,
|
|
1598
1629
|
children: [
|
|
1599
|
-
/* @__PURE__ */ (0,
|
|
1600
|
-
/* @__PURE__ */ (0,
|
|
1601
|
-
/* @__PURE__ */ (0,
|
|
1602
|
-
/* @__PURE__ */ (0,
|
|
1603
|
-
/* @__PURE__ */ (0,
|
|
1604
|
-
/* @__PURE__ */ (0,
|
|
1605
|
-
/* @__PURE__ */ (0,
|
|
1630
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: "Grip Vertical Icon" }),
|
|
1631
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
|
|
1632
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
|
|
1633
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
|
|
1634
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
|
|
1635
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
|
|
1636
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "15", cy: "19", r: "1" })
|
|
1606
1637
|
]
|
|
1607
1638
|
}
|
|
1608
1639
|
);
|
|
1609
1640
|
};
|
|
1610
1641
|
|
|
1611
1642
|
// src/hardware-asset.tsx
|
|
1612
|
-
var
|
|
1643
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
1613
1644
|
var HardwareAssetIcon = ({ size = 24, ...props }) => {
|
|
1614
|
-
return /* @__PURE__ */ (0,
|
|
1645
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
|
|
1615
1646
|
"svg",
|
|
1616
1647
|
{
|
|
1617
1648
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1625,20 +1656,20 @@ var HardwareAssetIcon = ({ size = 24, ...props }) => {
|
|
|
1625
1656
|
strokeLinejoin: "round",
|
|
1626
1657
|
...props,
|
|
1627
1658
|
children: [
|
|
1628
|
-
/* @__PURE__ */ (0,
|
|
1629
|
-
/* @__PURE__ */ (0,
|
|
1630
|
-
/* @__PURE__ */ (0,
|
|
1631
|
-
/* @__PURE__ */ (0,
|
|
1632
|
-
/* @__PURE__ */ (0,
|
|
1659
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: "Hardware Asset icon" }),
|
|
1660
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
|
|
1661
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
|
|
1662
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
|
|
1663
|
+
/* @__PURE__ */ (0, import_jsx_runtime52.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
|
|
1633
1664
|
]
|
|
1634
1665
|
}
|
|
1635
1666
|
);
|
|
1636
1667
|
};
|
|
1637
1668
|
|
|
1638
1669
|
// src/heading-five-icon.tsx
|
|
1639
|
-
var
|
|
1670
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
1640
1671
|
var HeadingFiveIcon = ({ size = 24, ...props }) => {
|
|
1641
|
-
return /* @__PURE__ */ (0,
|
|
1672
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
|
|
1642
1673
|
"svg",
|
|
1643
1674
|
{
|
|
1644
1675
|
width: size,
|
|
@@ -1648,15 +1679,15 @@ var HeadingFiveIcon = ({ size = 24, ...props }) => {
|
|
|
1648
1679
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1649
1680
|
...props,
|
|
1650
1681
|
children: [
|
|
1651
|
-
/* @__PURE__ */ (0,
|
|
1652
|
-
/* @__PURE__ */ (0,
|
|
1682
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: "Heading Five" }),
|
|
1683
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
1653
1684
|
"path",
|
|
1654
1685
|
{
|
|
1655
1686
|
d: "M5 6C5 5.44772 4.55228 5 4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19C4.55228 19 5 18.5523 5 18V13H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V11H5V6Z",
|
|
1656
1687
|
fill: "currentColor"
|
|
1657
1688
|
}
|
|
1658
1689
|
),
|
|
1659
|
-
/* @__PURE__ */ (0,
|
|
1690
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
1660
1691
|
"path",
|
|
1661
1692
|
{
|
|
1662
1693
|
d: "M16 10C16 9.44772 16.4477 9 17 9H21C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11H18V12H18.3C20.2754 12 22 13.4739 22 15.5C22 17.5261 20.2754 19 18.3 19C17.6457 19 17.0925 18.8643 16.5528 18.5944C16.0588 18.3474 15.8586 17.7468 16.1055 17.2528C16.3525 16.7588 16.9532 16.5586 17.4472 16.8056C17.7074 16.9357 17.9542 17 18.3 17C19.3246 17 20 16.2739 20 15.5C20 14.7261 19.3246 14 18.3 14H17C16.4477 14 16 13.5523 16 13L16 12.9928V10Z",
|
|
@@ -1669,9 +1700,9 @@ var HeadingFiveIcon = ({ size = 24, ...props }) => {
|
|
|
1669
1700
|
};
|
|
1670
1701
|
|
|
1671
1702
|
// src/heading-four-icon.tsx
|
|
1672
|
-
var
|
|
1703
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
1673
1704
|
var HeadingFourIcon = ({ size = 24, ...props }) => {
|
|
1674
|
-
return /* @__PURE__ */ (0,
|
|
1705
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
|
|
1675
1706
|
"svg",
|
|
1676
1707
|
{
|
|
1677
1708
|
width: size,
|
|
@@ -1681,15 +1712,15 @@ var HeadingFourIcon = ({ size = 24, ...props }) => {
|
|
|
1681
1712
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1682
1713
|
...props,
|
|
1683
1714
|
children: [
|
|
1684
|
-
/* @__PURE__ */ (0,
|
|
1685
|
-
/* @__PURE__ */ (0,
|
|
1715
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: "Heading Four" }),
|
|
1716
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1686
1717
|
"path",
|
|
1687
1718
|
{
|
|
1688
1719
|
d: "M4 5C4.55228 5 5 5.44772 5 6V11H11V6C11 5.44772 11.4477 5 12 5C12.5523 5 13 5.44772 13 6V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H5V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5Z",
|
|
1689
1720
|
fill: "currentColor"
|
|
1690
1721
|
}
|
|
1691
1722
|
),
|
|
1692
|
-
/* @__PURE__ */ (0,
|
|
1723
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
1693
1724
|
"path",
|
|
1694
1725
|
{
|
|
1695
1726
|
d: "M17 9C17.5523 9 18 9.44772 18 10V13H20V10C20 9.44772 20.4477 9 21 9C21.5523 9 22 9.44772 22 10V18C22 18.5523 21.5523 19 21 19C20.4477 19 20 18.5523 20 18V15H17C16.4477 15 16 14.5523 16 14V10C16 9.44772 16.4477 9 17 9Z",
|
|
@@ -1702,9 +1733,9 @@ var HeadingFourIcon = ({ size = 24, ...props }) => {
|
|
|
1702
1733
|
};
|
|
1703
1734
|
|
|
1704
1735
|
// src/heading-icon.tsx
|
|
1705
|
-
var
|
|
1736
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
1706
1737
|
var HeadingIcon = ({ size = 24, ...props }) => {
|
|
1707
|
-
return /* @__PURE__ */ (0,
|
|
1738
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
|
|
1708
1739
|
"svg",
|
|
1709
1740
|
{
|
|
1710
1741
|
width: size,
|
|
@@ -1714,8 +1745,8 @@ var HeadingIcon = ({ size = 24, ...props }) => {
|
|
|
1714
1745
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1715
1746
|
...props,
|
|
1716
1747
|
children: [
|
|
1717
|
-
/* @__PURE__ */ (0,
|
|
1718
|
-
/* @__PURE__ */ (0,
|
|
1748
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: "Heading" }),
|
|
1749
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1719
1750
|
"path",
|
|
1720
1751
|
{
|
|
1721
1752
|
d: "M6 3C6.55228 3 7 3.44772 7 4V11H17V4C17 3.44772 17.4477 3 18 3C18.5523 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21C17.4477 21 17 20.5523 17 20V13H7V20C7 20.5523 6.55228 21 6 21C5.44772 21 5 20.5523 5 20V4C5 3.44772 5.44772 3 6 3Z",
|
|
@@ -1728,9 +1759,9 @@ var HeadingIcon = ({ size = 24, ...props }) => {
|
|
|
1728
1759
|
};
|
|
1729
1760
|
|
|
1730
1761
|
// src/heading-one-icon.tsx
|
|
1731
|
-
var
|
|
1762
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
1732
1763
|
var HeadingOneIcon = ({ size = 24, ...props }) => {
|
|
1733
|
-
return /* @__PURE__ */ (0,
|
|
1764
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
|
|
1734
1765
|
"svg",
|
|
1735
1766
|
{
|
|
1736
1767
|
width: size,
|
|
@@ -1740,15 +1771,15 @@ var HeadingOneIcon = ({ size = 24, ...props }) => {
|
|
|
1740
1771
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1741
1772
|
...props,
|
|
1742
1773
|
children: [
|
|
1743
|
-
/* @__PURE__ */ (0,
|
|
1744
|
-
/* @__PURE__ */ (0,
|
|
1774
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: "Heading One" }),
|
|
1775
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1745
1776
|
"path",
|
|
1746
1777
|
{
|
|
1747
1778
|
d: "M5 6C5 5.44772 4.55228 5 4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19C4.55228 19 5 18.5523 5 18V13H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V11H5V6Z",
|
|
1748
1779
|
fill: "currentColor"
|
|
1749
1780
|
}
|
|
1750
1781
|
),
|
|
1751
|
-
/* @__PURE__ */ (0,
|
|
1782
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
1752
1783
|
"path",
|
|
1753
1784
|
{
|
|
1754
1785
|
d: "M21.0001 10C21.0001 9.63121 20.7971 9.29235 20.472 9.11833C20.1468 8.94431 19.7523 8.96338 19.4454 9.16795L16.4454 11.168C15.9859 11.4743 15.8617 12.0952 16.1681 12.5547C16.4744 13.0142 17.0953 13.1384 17.5548 12.8321L19.0001 11.8685V18C19.0001 18.5523 19.4478 19 20.0001 19C20.5524 19 21.0001 18.5523 21.0001 18V10Z",
|
|
@@ -1761,9 +1792,9 @@ var HeadingOneIcon = ({ size = 24, ...props }) => {
|
|
|
1761
1792
|
};
|
|
1762
1793
|
|
|
1763
1794
|
// src/heading-six-icon.tsx
|
|
1764
|
-
var
|
|
1795
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
1765
1796
|
var HeadingSixIcon = ({ size = 24, ...props }) => {
|
|
1766
|
-
return /* @__PURE__ */ (0,
|
|
1797
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
|
1767
1798
|
"svg",
|
|
1768
1799
|
{
|
|
1769
1800
|
width: size,
|
|
@@ -1773,15 +1804,15 @@ var HeadingSixIcon = ({ size = 24, ...props }) => {
|
|
|
1773
1804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1774
1805
|
...props,
|
|
1775
1806
|
children: [
|
|
1776
|
-
/* @__PURE__ */ (0,
|
|
1777
|
-
/* @__PURE__ */ (0,
|
|
1807
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)("title", { children: "Heading Six" }),
|
|
1808
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
1778
1809
|
"path",
|
|
1779
1810
|
{
|
|
1780
1811
|
d: "M5 6C5 5.44772 4.55228 5 4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19C4.55228 19 5 18.5523 5 18V13H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V11H5V6Z",
|
|
1781
1812
|
fill: "currentColor"
|
|
1782
1813
|
}
|
|
1783
1814
|
),
|
|
1784
|
-
/* @__PURE__ */ (0,
|
|
1815
|
+
/* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
1785
1816
|
"path",
|
|
1786
1817
|
{
|
|
1787
1818
|
fillRule: "evenodd",
|
|
@@ -1796,9 +1827,9 @@ var HeadingSixIcon = ({ size = 24, ...props }) => {
|
|
|
1796
1827
|
};
|
|
1797
1828
|
|
|
1798
1829
|
// src/heading-three-icon.tsx
|
|
1799
|
-
var
|
|
1830
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
1800
1831
|
var HeadingThreeIcon = ({ size = 24, ...props }) => {
|
|
1801
|
-
return /* @__PURE__ */ (0,
|
|
1832
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
|
|
1802
1833
|
"svg",
|
|
1803
1834
|
{
|
|
1804
1835
|
width: size,
|
|
@@ -1808,15 +1839,15 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
|
|
|
1808
1839
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1809
1840
|
...props,
|
|
1810
1841
|
children: [
|
|
1811
|
-
/* @__PURE__ */ (0,
|
|
1812
|
-
/* @__PURE__ */ (0,
|
|
1842
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("title", { children: "Heading Three" }),
|
|
1843
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1813
1844
|
"path",
|
|
1814
1845
|
{
|
|
1815
1846
|
d: "M4 5C4.55228 5 5 5.44772 5 6V11H11V6C11 5.44772 11.4477 5 12 5C12.5523 5 13 5.44772 13 6V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V13H5V18C5 18.5523 4.55228 19 4 19C3.44772 19 3 18.5523 3 18V6C3 5.44772 3.44772 5 4 5Z",
|
|
1816
1847
|
fill: "currentColor"
|
|
1817
1848
|
}
|
|
1818
1849
|
),
|
|
1819
|
-
/* @__PURE__ */ (0,
|
|
1850
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1820
1851
|
"path",
|
|
1821
1852
|
{
|
|
1822
1853
|
fillRule: "evenodd",
|
|
@@ -1825,7 +1856,7 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
|
|
|
1825
1856
|
fill: "currentColor"
|
|
1826
1857
|
}
|
|
1827
1858
|
),
|
|
1828
|
-
/* @__PURE__ */ (0,
|
|
1859
|
+
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1829
1860
|
"path",
|
|
1830
1861
|
{
|
|
1831
1862
|
fillRule: "evenodd",
|
|
@@ -1840,9 +1871,9 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
|
|
|
1840
1871
|
};
|
|
1841
1872
|
|
|
1842
1873
|
// src/heading-two-icon.tsx
|
|
1843
|
-
var
|
|
1874
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
1844
1875
|
var HeadingTwoIcon = ({ size = 24, ...props }) => {
|
|
1845
|
-
return /* @__PURE__ */ (0,
|
|
1876
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
|
|
1846
1877
|
"svg",
|
|
1847
1878
|
{
|
|
1848
1879
|
width: size,
|
|
@@ -1852,15 +1883,15 @@ var HeadingTwoIcon = ({ size = 24, ...props }) => {
|
|
|
1852
1883
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1853
1884
|
...props,
|
|
1854
1885
|
children: [
|
|
1855
|
-
/* @__PURE__ */ (0,
|
|
1856
|
-
/* @__PURE__ */ (0,
|
|
1886
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)("title", { children: "Heading Two" }),
|
|
1887
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
1857
1888
|
"path",
|
|
1858
1889
|
{
|
|
1859
1890
|
d: "M5 6C5 5.44772 4.55228 5 4 5C3.44772 5 3 5.44772 3 6V18C3 18.5523 3.44772 19 4 19C4.55228 19 5 18.5523 5 18V13H11V18C11 18.5523 11.4477 19 12 19C12.5523 19 13 18.5523 13 18V6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V11H5V6Z",
|
|
1860
1891
|
fill: "currentColor"
|
|
1861
1892
|
}
|
|
1862
1893
|
),
|
|
1863
|
-
/* @__PURE__ */ (0,
|
|
1894
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
1864
1895
|
"path",
|
|
1865
1896
|
{
|
|
1866
1897
|
d: "M22.0001 12C22.0001 10.7611 21.1663 9.79297 20.0663 9.42632C18.9547 9.05578 17.6171 9.28724 16.4001 10.2C15.9582 10.5314 15.8687 11.1582 16.2001 11.6C16.5314 12.0418 17.1582 12.1314 17.6001 11.8C18.383 11.2128 19.0455 11.1942 19.4338 11.3237C19.8339 11.457 20.0001 11.7389 20.0001 12C20.0001 12.4839 19.8554 12.7379 19.6537 12.9481C19.4275 13.1837 19.1378 13.363 18.7055 13.6307C18.6313 13.6767 18.553 13.7252 18.4701 13.777C17.9572 14.0975 17.3128 14.5261 16.8163 15.2087C16.3007 15.9177 16.0001 16.8183 16.0001 18C16.0001 18.5523 16.4478 19 17.0001 19H21.0001C21.5523 19 22.0001 18.5523 22.0001 18C22.0001 17.4477 21.5523 17 21.0001 17H18.131C18.21 16.742 18.3176 16.5448 18.4338 16.385C18.6873 16.0364 19.0429 15.7775 19.5301 15.473C19.5898 15.4357 19.6536 15.3966 19.7205 15.3556C20.139 15.0992 20.6783 14.7687 21.0964 14.3332C21.6447 13.7621 22.0001 13.0161 22.0001 12Z",
|
|
@@ -1873,9 +1904,9 @@ var HeadingTwoIcon = ({ size = 24, ...props }) => {
|
|
|
1873
1904
|
};
|
|
1874
1905
|
|
|
1875
1906
|
// src/highlighter-icon.tsx
|
|
1876
|
-
var
|
|
1907
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
1877
1908
|
var HighlighterIcon = ({ size = 24, ...props }) => {
|
|
1878
|
-
return /* @__PURE__ */ (0,
|
|
1909
|
+
return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
|
|
1879
1910
|
"svg",
|
|
1880
1911
|
{
|
|
1881
1912
|
width: size,
|
|
@@ -1885,8 +1916,8 @@ var HighlighterIcon = ({ size = 24, ...props }) => {
|
|
|
1885
1916
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1886
1917
|
...props,
|
|
1887
1918
|
children: [
|
|
1888
|
-
/* @__PURE__ */ (0,
|
|
1889
|
-
/* @__PURE__ */ (0,
|
|
1919
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)("title", { children: "Highlighter" }),
|
|
1920
|
+
/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
1890
1921
|
"path",
|
|
1891
1922
|
{
|
|
1892
1923
|
fillRule: "evenodd",
|
|
@@ -1901,9 +1932,9 @@ var HighlighterIcon = ({ size = 24, ...props }) => {
|
|
|
1901
1932
|
};
|
|
1902
1933
|
|
|
1903
1934
|
// src/image-icon.tsx
|
|
1904
|
-
var
|
|
1935
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
1905
1936
|
var ImageIcon = ({ size = 24, ...props }) => {
|
|
1906
|
-
return /* @__PURE__ */ (0,
|
|
1937
|
+
return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
|
|
1907
1938
|
"svg",
|
|
1908
1939
|
{
|
|
1909
1940
|
width: size,
|
|
@@ -1913,8 +1944,8 @@ var ImageIcon = ({ size = 24, ...props }) => {
|
|
|
1913
1944
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1914
1945
|
...props,
|
|
1915
1946
|
children: [
|
|
1916
|
-
/* @__PURE__ */ (0,
|
|
1917
|
-
/* @__PURE__ */ (0,
|
|
1947
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)("title", { children: "Image" }),
|
|
1948
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
1918
1949
|
"path",
|
|
1919
1950
|
{
|
|
1920
1951
|
fillRule: "evenodd",
|
|
@@ -1929,9 +1960,9 @@ var ImageIcon = ({ size = 24, ...props }) => {
|
|
|
1929
1960
|
};
|
|
1930
1961
|
|
|
1931
1962
|
// src/incident.tsx
|
|
1932
|
-
var
|
|
1963
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
1933
1964
|
var IncidentIcon = ({ size = 24, ...props }) => {
|
|
1934
|
-
return /* @__PURE__ */ (0,
|
|
1965
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
|
|
1935
1966
|
"svg",
|
|
1936
1967
|
{
|
|
1937
1968
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1945,19 +1976,19 @@ var IncidentIcon = ({ size = 24, ...props }) => {
|
|
|
1945
1976
|
strokeLinejoin: "round",
|
|
1946
1977
|
...props,
|
|
1947
1978
|
children: [
|
|
1948
|
-
/* @__PURE__ */ (0,
|
|
1949
|
-
/* @__PURE__ */ (0,
|
|
1950
|
-
/* @__PURE__ */ (0,
|
|
1951
|
-
/* @__PURE__ */ (0,
|
|
1979
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("title", { children: "Incident icon" }),
|
|
1980
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { d: "M12 16h.01" }),
|
|
1981
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { d: "M12 8v4" }),
|
|
1982
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { d: "M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z" })
|
|
1952
1983
|
]
|
|
1953
1984
|
}
|
|
1954
1985
|
);
|
|
1955
1986
|
};
|
|
1956
1987
|
|
|
1957
1988
|
// src/info.tsx
|
|
1958
|
-
var
|
|
1989
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
1959
1990
|
var InfoIcon = ({ size = 24, ...props }) => {
|
|
1960
|
-
return /* @__PURE__ */ (0,
|
|
1991
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
|
|
1961
1992
|
"svg",
|
|
1962
1993
|
{
|
|
1963
1994
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1972,19 +2003,19 @@ var InfoIcon = ({ size = 24, ...props }) => {
|
|
|
1972
2003
|
"aria-hidden": "true",
|
|
1973
2004
|
...props,
|
|
1974
2005
|
children: [
|
|
1975
|
-
/* @__PURE__ */ (0,
|
|
1976
|
-
/* @__PURE__ */ (0,
|
|
1977
|
-
/* @__PURE__ */ (0,
|
|
1978
|
-
/* @__PURE__ */ (0,
|
|
2006
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("title", { children: "Info Icon" }),
|
|
2007
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
|
|
2008
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M12 16v-4" }),
|
|
2009
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M12 8h.01" })
|
|
1979
2010
|
]
|
|
1980
2011
|
}
|
|
1981
2012
|
);
|
|
1982
2013
|
};
|
|
1983
2014
|
|
|
1984
2015
|
// src/issues.tsx
|
|
1985
|
-
var
|
|
2016
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
1986
2017
|
var IssuesIcon = ({ size = 24, ...props }) => {
|
|
1987
|
-
return /* @__PURE__ */ (0,
|
|
2018
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
|
|
1988
2019
|
"svg",
|
|
1989
2020
|
{
|
|
1990
2021
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1998,21 +2029,21 @@ var IssuesIcon = ({ size = 24, ...props }) => {
|
|
|
1998
2029
|
strokeLinejoin: "round",
|
|
1999
2030
|
...props,
|
|
2000
2031
|
children: [
|
|
2001
|
-
/* @__PURE__ */ (0,
|
|
2002
|
-
/* @__PURE__ */ (0,
|
|
2003
|
-
/* @__PURE__ */ (0,
|
|
2004
|
-
/* @__PURE__ */ (0,
|
|
2005
|
-
/* @__PURE__ */ (0,
|
|
2006
|
-
/* @__PURE__ */ (0,
|
|
2032
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("title", { children: "Issues icon" }),
|
|
2033
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }),
|
|
2034
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M12 11h4" }),
|
|
2035
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M12 16h4" }),
|
|
2036
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M8 11h.01" }),
|
|
2037
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M8 16h.01" })
|
|
2007
2038
|
]
|
|
2008
2039
|
}
|
|
2009
2040
|
);
|
|
2010
2041
|
};
|
|
2011
2042
|
|
|
2012
2043
|
// src/italic-icon.tsx
|
|
2013
|
-
var
|
|
2044
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
|
2014
2045
|
var ItalicIcon = ({ size = 24, ...props }) => {
|
|
2015
|
-
return /* @__PURE__ */ (0,
|
|
2046
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
|
|
2016
2047
|
"svg",
|
|
2017
2048
|
{
|
|
2018
2049
|
width: size,
|
|
@@ -2022,8 +2053,8 @@ var ItalicIcon = ({ size = 24, ...props }) => {
|
|
|
2022
2053
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2023
2054
|
...props,
|
|
2024
2055
|
children: [
|
|
2025
|
-
/* @__PURE__ */ (0,
|
|
2026
|
-
/* @__PURE__ */ (0,
|
|
2056
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: "Italic" }),
|
|
2057
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
2027
2058
|
"path",
|
|
2028
2059
|
{
|
|
2029
2060
|
d: "M15.0222 3H19C19.5523 3 20 3.44772 20 4C20 4.55228 19.5523 5 19 5H15.693L10.443 19H14C14.5523 19 15 19.4477 15 20C15 20.5523 14.5523 21 14 21H9.02418C9.00802 21.0004 8.99181 21.0004 8.97557 21H5C4.44772 21 4 20.5523 4 20C4 19.4477 4.44772 19 5 19H8.30704L13.557 5H10C9.44772 5 9 4.55228 9 4C9 3.44772 9.44772 3 10 3H14.9782C14.9928 2.99968 15.0075 2.99967 15.0222 3Z",
|
|
@@ -2036,9 +2067,9 @@ var ItalicIcon = ({ size = 24, ...props }) => {
|
|
|
2036
2067
|
};
|
|
2037
2068
|
|
|
2038
2069
|
// src/link-icon.tsx
|
|
2039
|
-
var
|
|
2070
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
2040
2071
|
var LinkIcon = ({ size = 24, ...props }) => {
|
|
2041
|
-
return /* @__PURE__ */ (0,
|
|
2072
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
|
|
2042
2073
|
"svg",
|
|
2043
2074
|
{
|
|
2044
2075
|
width: size,
|
|
@@ -2048,15 +2079,15 @@ var LinkIcon = ({ size = 24, ...props }) => {
|
|
|
2048
2079
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2049
2080
|
...props,
|
|
2050
2081
|
children: [
|
|
2051
|
-
/* @__PURE__ */ (0,
|
|
2052
|
-
/* @__PURE__ */ (0,
|
|
2082
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)("title", { children: "Link" }),
|
|
2083
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2053
2084
|
"path",
|
|
2054
2085
|
{
|
|
2055
2086
|
d: "M16.9958 1.06669C15.4226 1.05302 13.907 1.65779 12.7753 2.75074L12.765 2.76086L11.045 4.47086C10.6534 4.86024 10.6515 5.49341 11.0409 5.88507C11.4303 6.27673 12.0634 6.27858 12.4551 5.88919L14.1697 4.18456C14.9236 3.45893 15.9319 3.05752 16.9784 3.06662C18.0272 3.07573 19.0304 3.49641 19.772 4.23804C20.5137 4.97967 20.9344 5.98292 20.9435 7.03171C20.9526 8.07776 20.5515 9.08563 19.8265 9.83941L16.833 12.8329C16.4274 13.2386 15.9393 13.5524 15.4019 13.7529C14.8645 13.9533 14.2903 14.0359 13.7181 13.9949C13.146 13.9539 12.5894 13.7904 12.0861 13.5154C11.5827 13.2404 11.1444 12.8604 10.8008 12.401C10.47 11.9588 9.84333 11.8685 9.40108 12.1993C8.95883 12.5301 8.86849 13.1568 9.1993 13.599C9.71464 14.288 10.3721 14.858 11.1272 15.2705C11.8822 15.683 12.7171 15.9283 13.5753 15.9898C14.4334 16.0513 15.2948 15.9274 16.1009 15.6267C16.907 15.326 17.639 14.8555 18.2473 14.247L21.2472 11.2471L21.2593 11.2347C22.3523 10.1031 22.9571 8.58751 22.9434 7.01433C22.9297 5.44115 22.2987 3.93628 21.1863 2.82383C20.0738 1.71138 18.5689 1.08036 16.9958 1.06669Z",
|
|
2056
2087
|
fill: "currentColor"
|
|
2057
2088
|
}
|
|
2058
2089
|
),
|
|
2059
|
-
/* @__PURE__ */ (0,
|
|
2090
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
2060
2091
|
"path",
|
|
2061
2092
|
{
|
|
2062
2093
|
d: "M10.4247 8.0102C9.56657 7.94874 8.70522 8.07256 7.89911 8.37326C7.09305 8.67395 6.36096 9.14458 5.75272 9.753L2.75285 12.7529L2.74067 12.7653C1.64772 13.8969 1.04295 15.4125 1.05662 16.9857C1.07029 18.5589 1.70131 20.0637 2.81376 21.1762C3.9262 22.2886 5.43108 22.9196 7.00426 22.9333C8.57744 22.947 10.0931 22.3422 11.2247 21.2493L11.2371 21.2371L12.9471 19.5271C13.3376 19.1366 13.3376 18.5034 12.9471 18.1129C12.5565 17.7223 11.9234 17.7223 11.5328 18.1129L9.82932 19.8164C9.07555 20.5414 8.06768 20.9425 7.02164 20.9334C5.97285 20.9243 4.9696 20.5036 4.22797 19.762C3.48634 19.0203 3.06566 18.0171 3.05655 16.9683C3.04746 15.9222 3.44851 14.9144 4.17355 14.1606L7.16719 11.167C7.5727 10.7613 8.06071 10.4476 8.59811 10.2471C9.13552 10.0467 9.70976 9.96412 10.2819 10.0051C10.854 10.0461 11.4106 10.2096 11.9139 10.4846C12.4173 10.7596 12.8556 11.1397 13.1992 11.599C13.53 12.0412 14.1567 12.1316 14.5989 11.8007C15.0412 11.4699 15.1315 10.8433 14.8007 10.401C14.2854 9.71205 13.6279 9.14198 12.8729 8.72948C12.1178 8.31697 11.2829 8.07166 10.4247 8.0102Z",
|
|
@@ -2069,9 +2100,9 @@ var LinkIcon = ({ size = 24, ...props }) => {
|
|
|
2069
2100
|
};
|
|
2070
2101
|
|
|
2071
2102
|
// src/linkedin.tsx
|
|
2072
|
-
var
|
|
2103
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
2073
2104
|
var LinkedInIcon = ({ size = 24, ...props }) => {
|
|
2074
|
-
return /* @__PURE__ */ (0,
|
|
2105
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
|
|
2075
2106
|
"svg",
|
|
2076
2107
|
{
|
|
2077
2108
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2087,19 +2118,19 @@ var LinkedInIcon = ({ size = 24, ...props }) => {
|
|
|
2087
2118
|
focusable: "false",
|
|
2088
2119
|
...props,
|
|
2089
2120
|
children: [
|
|
2090
|
-
/* @__PURE__ */ (0,
|
|
2091
|
-
/* @__PURE__ */ (0,
|
|
2092
|
-
/* @__PURE__ */ (0,
|
|
2093
|
-
/* @__PURE__ */ (0,
|
|
2121
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("title", { children: "LinkedIn Icon" }),
|
|
2122
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("path", { d: "M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" }),
|
|
2123
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
|
|
2124
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)("circle", { cx: "4", cy: "4", r: "2" })
|
|
2094
2125
|
]
|
|
2095
2126
|
}
|
|
2096
2127
|
);
|
|
2097
2128
|
};
|
|
2098
2129
|
|
|
2099
2130
|
// src/list-icon.tsx
|
|
2100
|
-
var
|
|
2131
|
+
var import_jsx_runtime68 = require("react/jsx-runtime");
|
|
2101
2132
|
var ListIcon = ({ size = 24, ...props }) => {
|
|
2102
|
-
return /* @__PURE__ */ (0,
|
|
2133
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
|
|
2103
2134
|
"svg",
|
|
2104
2135
|
{
|
|
2105
2136
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2109,8 +2140,8 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2109
2140
|
fill: "currentColor",
|
|
2110
2141
|
...props,
|
|
2111
2142
|
children: [
|
|
2112
|
-
/* @__PURE__ */ (0,
|
|
2113
|
-
/* @__PURE__ */ (0,
|
|
2143
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: "List Icon" }),
|
|
2144
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2114
2145
|
"path",
|
|
2115
2146
|
{
|
|
2116
2147
|
fillRule: "evenodd",
|
|
@@ -2119,7 +2150,7 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2119
2150
|
fill: "currentColor"
|
|
2120
2151
|
}
|
|
2121
2152
|
),
|
|
2122
|
-
/* @__PURE__ */ (0,
|
|
2153
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2123
2154
|
"path",
|
|
2124
2155
|
{
|
|
2125
2156
|
fillRule: "evenodd",
|
|
@@ -2128,7 +2159,7 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2128
2159
|
fill: "currentColor"
|
|
2129
2160
|
}
|
|
2130
2161
|
),
|
|
2131
|
-
/* @__PURE__ */ (0,
|
|
2162
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2132
2163
|
"path",
|
|
2133
2164
|
{
|
|
2134
2165
|
fillRule: "evenodd",
|
|
@@ -2137,7 +2168,7 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2137
2168
|
fill: "currentColor"
|
|
2138
2169
|
}
|
|
2139
2170
|
),
|
|
2140
|
-
/* @__PURE__ */ (0,
|
|
2171
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2141
2172
|
"path",
|
|
2142
2173
|
{
|
|
2143
2174
|
fillRule: "evenodd",
|
|
@@ -2146,7 +2177,7 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2146
2177
|
fill: "currentColor"
|
|
2147
2178
|
}
|
|
2148
2179
|
),
|
|
2149
|
-
/* @__PURE__ */ (0,
|
|
2180
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2150
2181
|
"path",
|
|
2151
2182
|
{
|
|
2152
2183
|
fillRule: "evenodd",
|
|
@@ -2155,7 +2186,7 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2155
2186
|
fill: "currentColor"
|
|
2156
2187
|
}
|
|
2157
2188
|
),
|
|
2158
|
-
/* @__PURE__ */ (0,
|
|
2189
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
2159
2190
|
"path",
|
|
2160
2191
|
{
|
|
2161
2192
|
fillRule: "evenodd",
|
|
@@ -2170,9 +2201,9 @@ var ListIcon = ({ size = 24, ...props }) => {
|
|
|
2170
2201
|
};
|
|
2171
2202
|
|
|
2172
2203
|
// src/list-ordered-icon.tsx
|
|
2173
|
-
var
|
|
2204
|
+
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
2174
2205
|
var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
2175
|
-
return /* @__PURE__ */ (0,
|
|
2206
|
+
return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
|
|
2176
2207
|
"svg",
|
|
2177
2208
|
{
|
|
2178
2209
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2182,8 +2213,8 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2182
2213
|
fill: "currentColor",
|
|
2183
2214
|
...props,
|
|
2184
2215
|
children: [
|
|
2185
|
-
/* @__PURE__ */ (0,
|
|
2186
|
-
/* @__PURE__ */ (0,
|
|
2216
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: "List Ordered Icon" }),
|
|
2217
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2187
2218
|
"path",
|
|
2188
2219
|
{
|
|
2189
2220
|
fillRule: "evenodd",
|
|
@@ -2192,7 +2223,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2192
2223
|
fill: "currentColor"
|
|
2193
2224
|
}
|
|
2194
2225
|
),
|
|
2195
|
-
/* @__PURE__ */ (0,
|
|
2226
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2196
2227
|
"path",
|
|
2197
2228
|
{
|
|
2198
2229
|
fillRule: "evenodd",
|
|
@@ -2201,7 +2232,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2201
2232
|
fill: "currentColor"
|
|
2202
2233
|
}
|
|
2203
2234
|
),
|
|
2204
|
-
/* @__PURE__ */ (0,
|
|
2235
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2205
2236
|
"path",
|
|
2206
2237
|
{
|
|
2207
2238
|
fillRule: "evenodd",
|
|
@@ -2210,7 +2241,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2210
2241
|
fill: "currentColor"
|
|
2211
2242
|
}
|
|
2212
2243
|
),
|
|
2213
|
-
/* @__PURE__ */ (0,
|
|
2244
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2214
2245
|
"path",
|
|
2215
2246
|
{
|
|
2216
2247
|
fillRule: "evenodd",
|
|
@@ -2219,7 +2250,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2219
2250
|
fill: "currentColor"
|
|
2220
2251
|
}
|
|
2221
2252
|
),
|
|
2222
|
-
/* @__PURE__ */ (0,
|
|
2253
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2223
2254
|
"path",
|
|
2224
2255
|
{
|
|
2225
2256
|
fillRule: "evenodd",
|
|
@@ -2228,7 +2259,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2228
2259
|
fill: "currentColor"
|
|
2229
2260
|
}
|
|
2230
2261
|
),
|
|
2231
|
-
/* @__PURE__ */ (0,
|
|
2262
|
+
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
|
2232
2263
|
"path",
|
|
2233
2264
|
{
|
|
2234
2265
|
fillRule: "evenodd",
|
|
@@ -2243,9 +2274,9 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
|
|
|
2243
2274
|
};
|
|
2244
2275
|
|
|
2245
2276
|
// src/list-todo-icon.tsx
|
|
2246
|
-
var
|
|
2277
|
+
var import_jsx_runtime70 = require("react/jsx-runtime");
|
|
2247
2278
|
var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
2248
|
-
return /* @__PURE__ */ (0,
|
|
2279
|
+
return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
|
2249
2280
|
"svg",
|
|
2250
2281
|
{
|
|
2251
2282
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2255,8 +2286,8 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
|
2255
2286
|
fill: "currentColor",
|
|
2256
2287
|
...props,
|
|
2257
2288
|
children: [
|
|
2258
|
-
/* @__PURE__ */ (0,
|
|
2259
|
-
/* @__PURE__ */ (0,
|
|
2289
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: "List Todo Icon" }),
|
|
2290
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2260
2291
|
"path",
|
|
2261
2292
|
{
|
|
2262
2293
|
fillRule: "evenodd",
|
|
@@ -2265,7 +2296,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
|
2265
2296
|
fill: "currentColor"
|
|
2266
2297
|
}
|
|
2267
2298
|
),
|
|
2268
|
-
/* @__PURE__ */ (0,
|
|
2299
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2269
2300
|
"path",
|
|
2270
2301
|
{
|
|
2271
2302
|
fillRule: "evenodd",
|
|
@@ -2274,7 +2305,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
|
2274
2305
|
fill: "currentColor"
|
|
2275
2306
|
}
|
|
2276
2307
|
),
|
|
2277
|
-
/* @__PURE__ */ (0,
|
|
2308
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2278
2309
|
"path",
|
|
2279
2310
|
{
|
|
2280
2311
|
fillRule: "evenodd",
|
|
@@ -2283,7 +2314,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
|
2283
2314
|
fill: "currentColor"
|
|
2284
2315
|
}
|
|
2285
2316
|
),
|
|
2286
|
-
/* @__PURE__ */ (0,
|
|
2317
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2287
2318
|
"path",
|
|
2288
2319
|
{
|
|
2289
2320
|
fillRule: "evenodd",
|
|
@@ -2292,7 +2323,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
|
2292
2323
|
fill: "currentColor"
|
|
2293
2324
|
}
|
|
2294
2325
|
),
|
|
2295
|
-
/* @__PURE__ */ (0,
|
|
2326
|
+
/* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
|
|
2296
2327
|
"path",
|
|
2297
2328
|
{
|
|
2298
2329
|
fillRule: "evenodd",
|
|
@@ -2307,9 +2338,9 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
|
|
|
2307
2338
|
};
|
|
2308
2339
|
|
|
2309
2340
|
// src/minus.tsx
|
|
2310
|
-
var
|
|
2341
|
+
var import_jsx_runtime71 = require("react/jsx-runtime");
|
|
2311
2342
|
var MinusIcon = ({ size = 24, ...props }) => {
|
|
2312
|
-
return /* @__PURE__ */ (0,
|
|
2343
|
+
return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
|
|
2313
2344
|
"svg",
|
|
2314
2345
|
{
|
|
2315
2346
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2323,17 +2354,17 @@ var MinusIcon = ({ size = 24, ...props }) => {
|
|
|
2323
2354
|
strokeLinejoin: "round",
|
|
2324
2355
|
...props,
|
|
2325
2356
|
children: [
|
|
2326
|
-
/* @__PURE__ */ (0,
|
|
2327
|
-
/* @__PURE__ */ (0,
|
|
2357
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: "Minus Icon" }),
|
|
2358
|
+
/* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { d: "M5 12h14" })
|
|
2328
2359
|
]
|
|
2329
2360
|
}
|
|
2330
2361
|
);
|
|
2331
2362
|
};
|
|
2332
2363
|
|
|
2333
2364
|
// src/more-vertical-icon.tsx
|
|
2334
|
-
var
|
|
2365
|
+
var import_jsx_runtime72 = require("react/jsx-runtime");
|
|
2335
2366
|
var MoreVerticalIcon = ({ size = 24, ...props }) => {
|
|
2336
|
-
return /* @__PURE__ */ (0,
|
|
2367
|
+
return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
|
|
2337
2368
|
"svg",
|
|
2338
2369
|
{
|
|
2339
2370
|
width: size,
|
|
@@ -2343,8 +2374,8 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
|
|
|
2343
2374
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2344
2375
|
...props,
|
|
2345
2376
|
children: [
|
|
2346
|
-
/* @__PURE__ */ (0,
|
|
2347
|
-
/* @__PURE__ */ (0,
|
|
2377
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: "More Vertical Icon" }),
|
|
2378
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2348
2379
|
"path",
|
|
2349
2380
|
{
|
|
2350
2381
|
fillRule: "evenodd",
|
|
@@ -2353,7 +2384,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
|
|
|
2353
2384
|
fill: "currentColor"
|
|
2354
2385
|
}
|
|
2355
2386
|
),
|
|
2356
|
-
/* @__PURE__ */ (0,
|
|
2387
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2357
2388
|
"path",
|
|
2358
2389
|
{
|
|
2359
2390
|
fillRule: "evenodd",
|
|
@@ -2362,7 +2393,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
|
|
|
2362
2393
|
fill: "currentColor"
|
|
2363
2394
|
}
|
|
2364
2395
|
),
|
|
2365
|
-
/* @__PURE__ */ (0,
|
|
2396
|
+
/* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
|
|
2366
2397
|
"path",
|
|
2367
2398
|
{
|
|
2368
2399
|
fillRule: "evenodd",
|
|
@@ -2376,10 +2407,35 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
|
|
|
2376
2407
|
);
|
|
2377
2408
|
};
|
|
2378
2409
|
|
|
2410
|
+
// src/nis2-icon.tsx
|
|
2411
|
+
var import_jsx_runtime73 = require("react/jsx-runtime");
|
|
2412
|
+
var NIS2Icon = ({ size = 24, ...props }) => {
|
|
2413
|
+
return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
|
|
2414
|
+
"svg",
|
|
2415
|
+
{
|
|
2416
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2417
|
+
width: size,
|
|
2418
|
+
height: size,
|
|
2419
|
+
viewBox: "0 0 24 24",
|
|
2420
|
+
fill: "none",
|
|
2421
|
+
stroke: "currentColor",
|
|
2422
|
+
strokeWidth: "2",
|
|
2423
|
+
strokeLinecap: "round",
|
|
2424
|
+
strokeLinejoin: "round",
|
|
2425
|
+
...props,
|
|
2426
|
+
children: [
|
|
2427
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: "NIS2 compliance" }),
|
|
2428
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
|
|
2429
|
+
/* @__PURE__ */ (0, import_jsx_runtime73.jsx)("path", { d: "m9 12 2 2 4-4" })
|
|
2430
|
+
]
|
|
2431
|
+
}
|
|
2432
|
+
);
|
|
2433
|
+
};
|
|
2434
|
+
|
|
2379
2435
|
// src/notification-icon.tsx
|
|
2380
|
-
var
|
|
2436
|
+
var import_jsx_runtime74 = require("react/jsx-runtime");
|
|
2381
2437
|
var NotificationIcon = (props) => {
|
|
2382
|
-
return /* @__PURE__ */ (0,
|
|
2438
|
+
return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
|
|
2383
2439
|
"svg",
|
|
2384
2440
|
{
|
|
2385
2441
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2393,18 +2449,18 @@ var NotificationIcon = (props) => {
|
|
|
2393
2449
|
strokeLinejoin: "round",
|
|
2394
2450
|
...props,
|
|
2395
2451
|
children: [
|
|
2396
|
-
/* @__PURE__ */ (0,
|
|
2397
|
-
/* @__PURE__ */ (0,
|
|
2398
|
-
/* @__PURE__ */ (0,
|
|
2452
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: "Notification Icon" }),
|
|
2453
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
|
|
2454
|
+
/* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" })
|
|
2399
2455
|
]
|
|
2400
2456
|
}
|
|
2401
2457
|
);
|
|
2402
2458
|
};
|
|
2403
2459
|
|
|
2404
2460
|
// src/panel-left-icon.tsx
|
|
2405
|
-
var
|
|
2461
|
+
var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
2406
2462
|
var PanelLeftIcon = ({ size = 24, ...props }) => {
|
|
2407
|
-
return /* @__PURE__ */ (0,
|
|
2463
|
+
return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
|
|
2408
2464
|
"svg",
|
|
2409
2465
|
{
|
|
2410
2466
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2418,18 +2474,18 @@ var PanelLeftIcon = ({ size = 24, ...props }) => {
|
|
|
2418
2474
|
strokeLinejoin: "round",
|
|
2419
2475
|
...props,
|
|
2420
2476
|
children: [
|
|
2421
|
-
/* @__PURE__ */ (0,
|
|
2422
|
-
/* @__PURE__ */ (0,
|
|
2423
|
-
/* @__PURE__ */ (0,
|
|
2477
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: "Panel Left icon" }),
|
|
2478
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
2479
|
+
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { d: "M9 3v18" })
|
|
2424
2480
|
]
|
|
2425
2481
|
}
|
|
2426
2482
|
);
|
|
2427
2483
|
};
|
|
2428
2484
|
|
|
2429
2485
|
// src/people.tsx
|
|
2430
|
-
var
|
|
2486
|
+
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
2431
2487
|
var PeopleIcon = ({ size = 24, ...props }) => {
|
|
2432
|
-
return /* @__PURE__ */ (0,
|
|
2488
|
+
return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
|
|
2433
2489
|
"svg",
|
|
2434
2490
|
{
|
|
2435
2491
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2443,20 +2499,20 @@ var PeopleIcon = ({ size = 24, ...props }) => {
|
|
|
2443
2499
|
strokeLinejoin: "round",
|
|
2444
2500
|
...props,
|
|
2445
2501
|
children: [
|
|
2446
|
-
/* @__PURE__ */ (0,
|
|
2447
|
-
/* @__PURE__ */ (0,
|
|
2448
|
-
/* @__PURE__ */ (0,
|
|
2449
|
-
/* @__PURE__ */ (0,
|
|
2450
|
-
/* @__PURE__ */ (0,
|
|
2502
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: "People icon" }),
|
|
2503
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
|
|
2504
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
|
|
2505
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
|
|
2506
|
+
/* @__PURE__ */ (0, import_jsx_runtime76.jsx)("circle", { cx: "9", cy: "7", r: "4" })
|
|
2451
2507
|
]
|
|
2452
2508
|
}
|
|
2453
2509
|
);
|
|
2454
2510
|
};
|
|
2455
2511
|
|
|
2456
2512
|
// src/physical-asset.tsx
|
|
2457
|
-
var
|
|
2513
|
+
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
2458
2514
|
var PhysicalAssetIcon = ({ size = 24, ...props }) => {
|
|
2459
|
-
return /* @__PURE__ */ (0,
|
|
2515
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
|
|
2460
2516
|
"svg",
|
|
2461
2517
|
{
|
|
2462
2518
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2470,20 +2526,20 @@ var PhysicalAssetIcon = ({ size = 24, ...props }) => {
|
|
|
2470
2526
|
strokeLinejoin: "round",
|
|
2471
2527
|
...props,
|
|
2472
2528
|
children: [
|
|
2473
|
-
/* @__PURE__ */ (0,
|
|
2474
|
-
/* @__PURE__ */ (0,
|
|
2475
|
-
/* @__PURE__ */ (0,
|
|
2476
|
-
/* @__PURE__ */ (0,
|
|
2477
|
-
/* @__PURE__ */ (0,
|
|
2529
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: "Physical Asset icon" }),
|
|
2530
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }),
|
|
2531
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 1.132-1.803l7.95-3.974a2 2 0 0 1 1.837 0l7.948 3.974A2 2 0 0 1 22 8z" }),
|
|
2532
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M6 13h12" }),
|
|
2533
|
+
/* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M6 17h12" })
|
|
2478
2534
|
]
|
|
2479
2535
|
}
|
|
2480
2536
|
);
|
|
2481
2537
|
};
|
|
2482
2538
|
|
|
2483
2539
|
// src/plus.tsx
|
|
2484
|
-
var
|
|
2540
|
+
var import_jsx_runtime78 = require("react/jsx-runtime");
|
|
2485
2541
|
var PlusIcon = (props) => {
|
|
2486
|
-
return /* @__PURE__ */ (0,
|
|
2542
|
+
return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
|
|
2487
2543
|
"svg",
|
|
2488
2544
|
{
|
|
2489
2545
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2497,18 +2553,18 @@ var PlusIcon = (props) => {
|
|
|
2497
2553
|
strokeLinejoin: "round",
|
|
2498
2554
|
...props,
|
|
2499
2555
|
children: [
|
|
2500
|
-
/* @__PURE__ */ (0,
|
|
2501
|
-
/* @__PURE__ */ (0,
|
|
2502
|
-
/* @__PURE__ */ (0,
|
|
2556
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: "Plus Icon" }),
|
|
2557
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { d: "M5 12h14" }),
|
|
2558
|
+
/* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { d: "M12 5v14" })
|
|
2503
2559
|
]
|
|
2504
2560
|
}
|
|
2505
2561
|
);
|
|
2506
2562
|
};
|
|
2507
2563
|
|
|
2508
2564
|
// src/process.tsx
|
|
2509
|
-
var
|
|
2565
|
+
var import_jsx_runtime79 = require("react/jsx-runtime");
|
|
2510
2566
|
var ProcessIcon = ({ size = 24, ...props }) => {
|
|
2511
|
-
return /* @__PURE__ */ (0,
|
|
2567
|
+
return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
|
|
2512
2568
|
"svg",
|
|
2513
2569
|
{
|
|
2514
2570
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2522,20 +2578,20 @@ var ProcessIcon = ({ size = 24, ...props }) => {
|
|
|
2522
2578
|
strokeLinejoin: "round",
|
|
2523
2579
|
...props,
|
|
2524
2580
|
children: [
|
|
2525
|
-
/* @__PURE__ */ (0,
|
|
2526
|
-
/* @__PURE__ */ (0,
|
|
2527
|
-
/* @__PURE__ */ (0,
|
|
2528
|
-
/* @__PURE__ */ (0,
|
|
2529
|
-
/* @__PURE__ */ (0,
|
|
2581
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: "Process icon" }),
|
|
2582
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M16 5H3" }),
|
|
2583
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M16 12H3" }),
|
|
2584
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M11 19H3" }),
|
|
2585
|
+
/* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "m15 18 2 2 4-4" })
|
|
2530
2586
|
]
|
|
2531
2587
|
}
|
|
2532
2588
|
);
|
|
2533
2589
|
};
|
|
2534
2590
|
|
|
2535
2591
|
// src/process-category.tsx
|
|
2536
|
-
var
|
|
2592
|
+
var import_jsx_runtime80 = require("react/jsx-runtime");
|
|
2537
2593
|
var ProcessCategoryIcon = ({ size = 24, ...props }) => {
|
|
2538
|
-
return /* @__PURE__ */ (0,
|
|
2594
|
+
return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
|
|
2539
2595
|
"svg",
|
|
2540
2596
|
{
|
|
2541
2597
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2549,22 +2605,22 @@ var ProcessCategoryIcon = ({ size = 24, ...props }) => {
|
|
|
2549
2605
|
strokeLinejoin: "round",
|
|
2550
2606
|
...props,
|
|
2551
2607
|
children: [
|
|
2552
|
-
/* @__PURE__ */ (0,
|
|
2553
|
-
/* @__PURE__ */ (0,
|
|
2554
|
-
/* @__PURE__ */ (0,
|
|
2555
|
-
/* @__PURE__ */ (0,
|
|
2608
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("title", { children: "Process category icon" }),
|
|
2609
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" }),
|
|
2610
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "m8 13 4-7 4 7" }),
|
|
2611
|
+
/* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M9.1 11h5.7" })
|
|
2556
2612
|
]
|
|
2557
2613
|
}
|
|
2558
2614
|
);
|
|
2559
2615
|
};
|
|
2560
2616
|
|
|
2561
2617
|
// src/processing-activity.tsx
|
|
2562
|
-
var
|
|
2618
|
+
var import_jsx_runtime81 = require("react/jsx-runtime");
|
|
2563
2619
|
var ProcessingActivityIcon = ({
|
|
2564
2620
|
size = 24,
|
|
2565
2621
|
...props
|
|
2566
2622
|
}) => {
|
|
2567
|
-
return /* @__PURE__ */ (0,
|
|
2623
|
+
return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
|
|
2568
2624
|
"svg",
|
|
2569
2625
|
{
|
|
2570
2626
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2578,19 +2634,19 @@ var ProcessingActivityIcon = ({
|
|
|
2578
2634
|
strokeLinejoin: "round",
|
|
2579
2635
|
...props,
|
|
2580
2636
|
children: [
|
|
2581
|
-
/* @__PURE__ */ (0,
|
|
2582
|
-
/* @__PURE__ */ (0,
|
|
2583
|
-
/* @__PURE__ */ (0,
|
|
2584
|
-
/* @__PURE__ */ (0,
|
|
2637
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("title", { children: "Processing Activity icon" }),
|
|
2638
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
|
|
2639
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
|
|
2640
|
+
/* @__PURE__ */ (0, import_jsx_runtime81.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
|
|
2585
2641
|
]
|
|
2586
2642
|
}
|
|
2587
2643
|
);
|
|
2588
2644
|
};
|
|
2589
2645
|
|
|
2590
2646
|
// src/program-icon.tsx
|
|
2591
|
-
var
|
|
2647
|
+
var import_jsx_runtime82 = require("react/jsx-runtime");
|
|
2592
2648
|
var ProgramIcon = ({ size = 24, ...props }) => {
|
|
2593
|
-
return /* @__PURE__ */ (0,
|
|
2649
|
+
return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
|
|
2594
2650
|
"svg",
|
|
2595
2651
|
{
|
|
2596
2652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2604,20 +2660,20 @@ var ProgramIcon = ({ size = 24, ...props }) => {
|
|
|
2604
2660
|
strokeLinejoin: "round",
|
|
2605
2661
|
...props,
|
|
2606
2662
|
children: [
|
|
2607
|
-
/* @__PURE__ */ (0,
|
|
2608
|
-
/* @__PURE__ */ (0,
|
|
2609
|
-
/* @__PURE__ */ (0,
|
|
2610
|
-
/* @__PURE__ */ (0,
|
|
2611
|
-
/* @__PURE__ */ (0,
|
|
2663
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("title", { children: "Program icon" }),
|
|
2664
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" }),
|
|
2665
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M8 10v4" }),
|
|
2666
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M12 10v2" }),
|
|
2667
|
+
/* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M16 10v6" })
|
|
2612
2668
|
]
|
|
2613
2669
|
}
|
|
2614
2670
|
);
|
|
2615
2671
|
};
|
|
2616
2672
|
|
|
2617
2673
|
// src/puzzle-icon.tsx
|
|
2618
|
-
var
|
|
2674
|
+
var import_jsx_runtime83 = require("react/jsx-runtime");
|
|
2619
2675
|
var PuzzleIcon = ({ size = 24, ...props }) => {
|
|
2620
|
-
return /* @__PURE__ */ (0,
|
|
2676
|
+
return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
|
|
2621
2677
|
"svg",
|
|
2622
2678
|
{
|
|
2623
2679
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2631,17 +2687,17 @@ var PuzzleIcon = ({ size = 24, ...props }) => {
|
|
|
2631
2687
|
strokeLinejoin: "round",
|
|
2632
2688
|
...props,
|
|
2633
2689
|
children: [
|
|
2634
|
-
/* @__PURE__ */ (0,
|
|
2635
|
-
/* @__PURE__ */ (0,
|
|
2690
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("title", { children: "Puzzle Icon" }),
|
|
2691
|
+
/* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "M15.39 4.39a1 1 0 0 0 1.68-.474 2.5 2.5 0 1 1 3.014 3.015 1 1 0 0 0-.474 1.68l1.683 1.682a2.414 2.414 0 0 1 0 3.414L19.61 15.39a1 1 0 0 1-1.68-.474 2.5 2.5 0 1 0-3.014 3.015 1 1 0 0 1 .474 1.68l-1.683 1.682a2.414 2.414 0 0 1-3.414 0L8.61 19.61a1 1 0 0 0-1.68.474 2.5 2.5 0 1 1-3.014-3.015 1 1 0 0 0 .474-1.68l-1.683-1.682a2.414 2.414 0 0 1 0-3.414L4.39 8.61a1 1 0 0 1 1.68.474 2.5 2.5 0 1 0 3.014-3.015 1 1 0 0 1-.474-1.68l1.683-1.682a2.414 2.414 0 0 1 3.414 0z" })
|
|
2636
2692
|
]
|
|
2637
2693
|
}
|
|
2638
2694
|
);
|
|
2639
2695
|
};
|
|
2640
2696
|
|
|
2641
2697
|
// src/redo-icon.tsx
|
|
2642
|
-
var
|
|
2698
|
+
var import_jsx_runtime84 = require("react/jsx-runtime");
|
|
2643
2699
|
var RedoIcon = ({ size = 24, ...props }) => {
|
|
2644
|
-
return /* @__PURE__ */ (0,
|
|
2700
|
+
return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
|
|
2645
2701
|
"svg",
|
|
2646
2702
|
{
|
|
2647
2703
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2651,8 +2707,8 @@ var RedoIcon = ({ size = 24, ...props }) => {
|
|
|
2651
2707
|
fill: "currentColor",
|
|
2652
2708
|
...props,
|
|
2653
2709
|
children: [
|
|
2654
|
-
/* @__PURE__ */ (0,
|
|
2655
|
-
/* @__PURE__ */ (0,
|
|
2710
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: "Redo Icon" }),
|
|
2711
|
+
/* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
2656
2712
|
"path",
|
|
2657
2713
|
{
|
|
2658
2714
|
fillRule: "evenodd",
|
|
@@ -2667,9 +2723,9 @@ var RedoIcon = ({ size = 24, ...props }) => {
|
|
|
2667
2723
|
};
|
|
2668
2724
|
|
|
2669
2725
|
// src/risk.tsx
|
|
2670
|
-
var
|
|
2726
|
+
var import_jsx_runtime85 = require("react/jsx-runtime");
|
|
2671
2727
|
var RiskIcon = ({ size = 24, ...props }) => {
|
|
2672
|
-
return /* @__PURE__ */ (0,
|
|
2728
|
+
return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
|
|
2673
2729
|
"svg",
|
|
2674
2730
|
{
|
|
2675
2731
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2683,19 +2739,19 @@ var RiskIcon = ({ size = 24, ...props }) => {
|
|
|
2683
2739
|
strokeLinejoin: "round",
|
|
2684
2740
|
...props,
|
|
2685
2741
|
children: [
|
|
2686
|
-
/* @__PURE__ */ (0,
|
|
2687
|
-
/* @__PURE__ */ (0,
|
|
2688
|
-
/* @__PURE__ */ (0,
|
|
2689
|
-
/* @__PURE__ */ (0,
|
|
2742
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: "Risk icon" }),
|
|
2743
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" }),
|
|
2744
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M12 8v4" }),
|
|
2745
|
+
/* @__PURE__ */ (0, import_jsx_runtime85.jsx)("path", { d: "M12 16h.01" })
|
|
2690
2746
|
]
|
|
2691
2747
|
}
|
|
2692
2748
|
);
|
|
2693
2749
|
};
|
|
2694
2750
|
|
|
2695
2751
|
// src/rotate-ccw-icon.tsx
|
|
2696
|
-
var
|
|
2752
|
+
var import_jsx_runtime86 = require("react/jsx-runtime");
|
|
2697
2753
|
var RotateCcwIcon = ({ size = 24, ...props }) => {
|
|
2698
|
-
return /* @__PURE__ */ (0,
|
|
2754
|
+
return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
|
|
2699
2755
|
"svg",
|
|
2700
2756
|
{
|
|
2701
2757
|
width: size,
|
|
@@ -2705,8 +2761,8 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
|
|
|
2705
2761
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2706
2762
|
...props,
|
|
2707
2763
|
children: [
|
|
2708
|
-
/* @__PURE__ */ (0,
|
|
2709
|
-
/* @__PURE__ */ (0,
|
|
2764
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: "Rotate Ccw Icon" }),
|
|
2765
|
+
/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
|
|
2710
2766
|
"path",
|
|
2711
2767
|
{
|
|
2712
2768
|
d: "M12 2L11.9962 2.00001C9.22213 2.01045 6.55946 3.0929 4.56496 5.02104L4.55289 5.0329L4 5.58579V3C4 2.44772 3.55228 2 3 2C2.44772 2 2 2.44772 2 3V8C2 8.55228 2.44772 9 3 9H8C8.55228 9 9 8.55228 9 8C9 7.44772 8.55228 7 8 7H5.41422L5.96097 6.45325C7.58329 4.88786 9.7473 4.00897 12.0019 4.00001C13.5835 4.00038 15.1295 4.46955 16.4446 5.34825C17.7602 6.2273 18.7855 7.47673 19.391 8.93854C19.9965 10.4003 20.155 12.0089 19.8463 13.5607C19.5376 15.1126 18.7757 16.538 17.6569 17.6569C16.538 18.7757 15.1126 19.5376 13.5607 19.8463C12.0089 20.155 10.4003 19.9965 8.93853 19.391C7.47672 18.7855 6.22729 17.7602 5.34824 16.4446C4.46919 15.129 4 13.5823 4 12C4 11.4477 3.55228 11 3 11C2.44772 11 2 11.4477 2 12C2 13.9778 2.58649 15.9112 3.6853 17.5557C4.78412 19.2002 6.3459 20.4819 8.17317 21.2388C10.0004 21.9957 12.0111 22.1937 13.9509 21.8079C15.8907 21.422 17.6725 20.4696 19.0711 19.0711C20.4696 17.6726 21.422 15.8907 21.8079 13.9509C22.1937 12.0111 21.9957 10.0004 21.2388 8.17317C20.4819 6.34591 19.2002 4.78412 17.5557 3.68531C15.9112 2.5865 13.9778 2.00001 12 2Z",
|
|
@@ -2719,9 +2775,9 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
|
|
|
2719
2775
|
};
|
|
2720
2776
|
|
|
2721
2777
|
// src/save.tsx
|
|
2722
|
-
var
|
|
2778
|
+
var import_jsx_runtime87 = require("react/jsx-runtime");
|
|
2723
2779
|
var SaveIcon = (props) => {
|
|
2724
|
-
return /* @__PURE__ */ (0,
|
|
2780
|
+
return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
|
|
2725
2781
|
"svg",
|
|
2726
2782
|
{
|
|
2727
2783
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2735,19 +2791,19 @@ var SaveIcon = (props) => {
|
|
|
2735
2791
|
strokeLinejoin: "round",
|
|
2736
2792
|
...props,
|
|
2737
2793
|
children: [
|
|
2738
|
-
/* @__PURE__ */ (0,
|
|
2739
|
-
/* @__PURE__ */ (0,
|
|
2740
|
-
/* @__PURE__ */ (0,
|
|
2741
|
-
/* @__PURE__ */ (0,
|
|
2794
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: "Save Icon" }),
|
|
2795
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z" }),
|
|
2796
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
|
|
2797
|
+
/* @__PURE__ */ (0, import_jsx_runtime87.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
|
|
2742
2798
|
]
|
|
2743
2799
|
}
|
|
2744
2800
|
);
|
|
2745
2801
|
};
|
|
2746
2802
|
|
|
2747
2803
|
// src/search.tsx
|
|
2748
|
-
var
|
|
2804
|
+
var import_jsx_runtime88 = require("react/jsx-runtime");
|
|
2749
2805
|
var SearchIcon = (props) => {
|
|
2750
|
-
return /* @__PURE__ */ (0,
|
|
2806
|
+
return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
|
|
2751
2807
|
"svg",
|
|
2752
2808
|
{
|
|
2753
2809
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2761,18 +2817,18 @@ var SearchIcon = (props) => {
|
|
|
2761
2817
|
strokeLinejoin: "round",
|
|
2762
2818
|
...props,
|
|
2763
2819
|
children: [
|
|
2764
|
-
/* @__PURE__ */ (0,
|
|
2765
|
-
/* @__PURE__ */ (0,
|
|
2766
|
-
/* @__PURE__ */ (0,
|
|
2820
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: "Search Icon" }),
|
|
2821
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "m21 21-4.34-4.34" }),
|
|
2822
|
+
/* @__PURE__ */ (0, import_jsx_runtime88.jsx)("circle", { cx: "11", cy: "11", r: "8" })
|
|
2767
2823
|
]
|
|
2768
2824
|
}
|
|
2769
2825
|
);
|
|
2770
2826
|
};
|
|
2771
2827
|
|
|
2772
2828
|
// src/service-asset.tsx
|
|
2773
|
-
var
|
|
2829
|
+
var import_jsx_runtime89 = require("react/jsx-runtime");
|
|
2774
2830
|
var ServiceAssetIcon = ({ size = 24, ...props }) => {
|
|
2775
|
-
return /* @__PURE__ */ (0,
|
|
2831
|
+
return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
|
|
2776
2832
|
"svg",
|
|
2777
2833
|
{
|
|
2778
2834
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2786,20 +2842,20 @@ var ServiceAssetIcon = ({ size = 24, ...props }) => {
|
|
|
2786
2842
|
strokeLinejoin: "round",
|
|
2787
2843
|
...props,
|
|
2788
2844
|
children: [
|
|
2789
|
-
/* @__PURE__ */ (0,
|
|
2790
|
-
/* @__PURE__ */ (0,
|
|
2791
|
-
/* @__PURE__ */ (0,
|
|
2792
|
-
/* @__PURE__ */ (0,
|
|
2793
|
-
/* @__PURE__ */ (0,
|
|
2845
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("title", { children: "Service Asset icon" }),
|
|
2846
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
|
|
2847
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M10 19v-3.96 3.15" }),
|
|
2848
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "M7 19h5" }),
|
|
2849
|
+
/* @__PURE__ */ (0, import_jsx_runtime89.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
|
|
2794
2850
|
]
|
|
2795
2851
|
}
|
|
2796
2852
|
);
|
|
2797
2853
|
};
|
|
2798
2854
|
|
|
2799
2855
|
// src/settings.tsx
|
|
2800
|
-
var
|
|
2856
|
+
var import_jsx_runtime90 = require("react/jsx-runtime");
|
|
2801
2857
|
var SettingsIcon = ({ size = 24, ...props }) => {
|
|
2802
|
-
return /* @__PURE__ */ (0,
|
|
2858
|
+
return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
|
|
2803
2859
|
"svg",
|
|
2804
2860
|
{
|
|
2805
2861
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2813,20 +2869,20 @@ var SettingsIcon = ({ size = 24, ...props }) => {
|
|
|
2813
2869
|
strokeLinejoin: "round",
|
|
2814
2870
|
...props,
|
|
2815
2871
|
children: [
|
|
2816
|
-
/* @__PURE__ */ (0,
|
|
2817
|
-
/* @__PURE__ */ (0,
|
|
2818
|
-
/* @__PURE__ */ (0,
|
|
2819
|
-
/* @__PURE__ */ (0,
|
|
2820
|
-
/* @__PURE__ */ (0,
|
|
2872
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("title", { children: "Settings" }),
|
|
2873
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M14 17H5" }),
|
|
2874
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M19 7h-9" }),
|
|
2875
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
|
|
2876
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("circle", { cx: "7", cy: "7", r: "3" })
|
|
2821
2877
|
]
|
|
2822
2878
|
}
|
|
2823
2879
|
);
|
|
2824
2880
|
};
|
|
2825
2881
|
|
|
2826
2882
|
// src/shell.tsx
|
|
2827
|
-
var
|
|
2883
|
+
var import_jsx_runtime91 = require("react/jsx-runtime");
|
|
2828
2884
|
var ShellIcon = ({ size = 24, ...props }) => {
|
|
2829
|
-
return /* @__PURE__ */ (0,
|
|
2885
|
+
return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
|
|
2830
2886
|
"svg",
|
|
2831
2887
|
{
|
|
2832
2888
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2840,17 +2896,17 @@ var ShellIcon = ({ size = 24, ...props }) => {
|
|
|
2840
2896
|
strokeLinejoin: "round",
|
|
2841
2897
|
...props,
|
|
2842
2898
|
children: [
|
|
2843
|
-
/* @__PURE__ */ (0,
|
|
2844
|
-
/* @__PURE__ */ (0,
|
|
2899
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: "Shell Icon" }),
|
|
2900
|
+
/* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M14 11a2 2 0 1 1-4 0 4 4 0 0 1 8 0 6 6 0 0 1-12 0 8 8 0 0 1 16 0 10 10 0 1 1-20 0 11.93 11.93 0 0 1 2.42-7.22 2 2 0 1 1 3.16 2.44" })
|
|
2845
2901
|
]
|
|
2846
2902
|
}
|
|
2847
2903
|
);
|
|
2848
2904
|
};
|
|
2849
2905
|
|
|
2850
2906
|
// src/software-asset.tsx
|
|
2851
|
-
var
|
|
2907
|
+
var import_jsx_runtime92 = require("react/jsx-runtime");
|
|
2852
2908
|
var SoftwareAssetIcon = ({ size = 24, ...props }) => {
|
|
2853
|
-
return /* @__PURE__ */ (0,
|
|
2909
|
+
return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
|
|
2854
2910
|
"svg",
|
|
2855
2911
|
{
|
|
2856
2912
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2864,20 +2920,20 @@ var SoftwareAssetIcon = ({ size = 24, ...props }) => {
|
|
|
2864
2920
|
strokeLinejoin: "round",
|
|
2865
2921
|
...props,
|
|
2866
2922
|
children: [
|
|
2867
|
-
/* @__PURE__ */ (0,
|
|
2868
|
-
/* @__PURE__ */ (0,
|
|
2869
|
-
/* @__PURE__ */ (0,
|
|
2870
|
-
/* @__PURE__ */ (0,
|
|
2871
|
-
/* @__PURE__ */ (0,
|
|
2923
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: "Software Asset Icon" }),
|
|
2924
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
|
|
2925
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "M6 8h.01" }),
|
|
2926
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "M10 8h.01" }),
|
|
2927
|
+
/* @__PURE__ */ (0, import_jsx_runtime92.jsx)("path", { d: "M14 8h.01" })
|
|
2872
2928
|
]
|
|
2873
2929
|
}
|
|
2874
2930
|
);
|
|
2875
2931
|
};
|
|
2876
2932
|
|
|
2877
2933
|
// src/squares-intersect.tsx
|
|
2878
|
-
var
|
|
2934
|
+
var import_jsx_runtime93 = require("react/jsx-runtime");
|
|
2879
2935
|
var SquaresIntersect = ({ size = 24, ...props }) => {
|
|
2880
|
-
return /* @__PURE__ */ (0,
|
|
2936
|
+
return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
|
|
2881
2937
|
"svg",
|
|
2882
2938
|
{
|
|
2883
2939
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -2891,27 +2947,27 @@ var SquaresIntersect = ({ size = 24, ...props }) => {
|
|
|
2891
2947
|
strokeLinejoin: "round",
|
|
2892
2948
|
...props,
|
|
2893
2949
|
children: [
|
|
2894
|
-
/* @__PURE__ */ (0,
|
|
2895
|
-
/* @__PURE__ */ (0,
|
|
2896
|
-
/* @__PURE__ */ (0,
|
|
2897
|
-
/* @__PURE__ */ (0,
|
|
2898
|
-
/* @__PURE__ */ (0,
|
|
2899
|
-
/* @__PURE__ */ (0,
|
|
2900
|
-
/* @__PURE__ */ (0,
|
|
2901
|
-
/* @__PURE__ */ (0,
|
|
2902
|
-
/* @__PURE__ */ (0,
|
|
2903
|
-
/* @__PURE__ */ (0,
|
|
2904
|
-
/* @__PURE__ */ (0,
|
|
2905
|
-
/* @__PURE__ */ (0,
|
|
2950
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: "Squares Intersect icon" }),
|
|
2951
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
|
|
2952
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
|
|
2953
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M16 22h-2" }),
|
|
2954
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M2 10V8" }),
|
|
2955
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
|
|
2956
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
|
|
2957
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M22 14v2" }),
|
|
2958
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
|
|
2959
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
|
|
2960
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M8 10a2 2 0 0 1 2-2h5a1 1 0 0 1 1 1v5a2 2 0 0 1-2 2H9a1 1 0 0 1-1-1z" }),
|
|
2961
|
+
/* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M8 2h2" })
|
|
2906
2962
|
]
|
|
2907
2963
|
}
|
|
2908
2964
|
);
|
|
2909
2965
|
};
|
|
2910
2966
|
|
|
2911
2967
|
// src/strike-icon.tsx
|
|
2912
|
-
var
|
|
2968
|
+
var import_jsx_runtime94 = require("react/jsx-runtime");
|
|
2913
2969
|
var StrikeIcon = ({ size = 24, ...props }) => {
|
|
2914
|
-
return /* @__PURE__ */ (0,
|
|
2970
|
+
return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
|
|
2915
2971
|
"svg",
|
|
2916
2972
|
{
|
|
2917
2973
|
width: size,
|
|
@@ -2921,15 +2977,15 @@ var StrikeIcon = ({ size = 24, ...props }) => {
|
|
|
2921
2977
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2922
2978
|
...props,
|
|
2923
2979
|
children: [
|
|
2924
|
-
/* @__PURE__ */ (0,
|
|
2925
|
-
/* @__PURE__ */ (0,
|
|
2980
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: "Strike" }),
|
|
2981
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
2926
2982
|
"path",
|
|
2927
2983
|
{
|
|
2928
2984
|
d: "M9.00039 3H16.0001C16.5524 3 17.0001 3.44772 17.0001 4C17.0001 4.55229 16.5524 5 16.0001 5H9.00011C8.68006 4.99983 8.36412 5.07648 8.07983 5.22349C7.79555 5.37051 7.55069 5.5836 7.36585 5.84487C7.181 6.10614 7.06155 6.40796 7.01754 6.72497C6.97352 7.04198 7.00623 7.36492 7.11292 7.66667C7.29701 8.18737 7.02414 8.75872 6.50344 8.94281C5.98274 9.1269 5.4114 8.85403 5.2273 8.33333C5.01393 7.72984 4.94851 7.08396 5.03654 6.44994C5.12456 5.81592 5.36346 5.21229 5.73316 4.68974C6.10285 4.1672 6.59256 3.74101 7.16113 3.44698C7.72955 3.15303 8.36047 2.99975 9.00039 3Z",
|
|
2929
2985
|
fill: "currentColor"
|
|
2930
2986
|
}
|
|
2931
2987
|
),
|
|
2932
|
-
/* @__PURE__ */ (0,
|
|
2988
|
+
/* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
|
|
2933
2989
|
"path",
|
|
2934
2990
|
{
|
|
2935
2991
|
d: "M18 13H20C20.5523 13 21 12.5523 21 12C21 11.4477 20.5523 11 20 11H4C3.44772 11 3 11.4477 3 12C3 12.5523 3.44772 13 4 13H14C14.7956 13 15.5587 13.3161 16.1213 13.8787C16.6839 14.4413 17 15.2044 17 16C17 16.7956 16.6839 17.5587 16.1213 18.1213C15.5587 18.6839 14.7956 19 14 19H6C5.44772 19 5 19.4477 5 20C5 20.5523 5.44772 21 6 21H14C15.3261 21 16.5979 20.4732 17.5355 19.5355C18.4732 18.5979 19 17.3261 19 16C19 14.9119 18.6453 13.8604 18 13Z",
|
|
@@ -2942,9 +2998,9 @@ var StrikeIcon = ({ size = 24, ...props }) => {
|
|
|
2942
2998
|
};
|
|
2943
2999
|
|
|
2944
3000
|
// src/subscript-icon.tsx
|
|
2945
|
-
var
|
|
3001
|
+
var import_jsx_runtime95 = require("react/jsx-runtime");
|
|
2946
3002
|
var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
2947
|
-
return /* @__PURE__ */ (0,
|
|
3003
|
+
return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
|
|
2948
3004
|
"svg",
|
|
2949
3005
|
{
|
|
2950
3006
|
width: size,
|
|
@@ -2954,8 +3010,8 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
|
2954
3010
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2955
3011
|
...props,
|
|
2956
3012
|
children: [
|
|
2957
|
-
/* @__PURE__ */ (0,
|
|
2958
|
-
/* @__PURE__ */ (0,
|
|
3013
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: "Subscript" }),
|
|
3014
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
2959
3015
|
"path",
|
|
2960
3016
|
{
|
|
2961
3017
|
fillRule: "evenodd",
|
|
@@ -2964,7 +3020,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
|
2964
3020
|
fill: "currentColor"
|
|
2965
3021
|
}
|
|
2966
3022
|
),
|
|
2967
|
-
/* @__PURE__ */ (0,
|
|
3023
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
2968
3024
|
"path",
|
|
2969
3025
|
{
|
|
2970
3026
|
fillRule: "evenodd",
|
|
@@ -2973,7 +3029,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
|
2973
3029
|
fill: "currentColor"
|
|
2974
3030
|
}
|
|
2975
3031
|
),
|
|
2976
|
-
/* @__PURE__ */ (0,
|
|
3032
|
+
/* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
|
|
2977
3033
|
"path",
|
|
2978
3034
|
{
|
|
2979
3035
|
fillRule: "evenodd",
|
|
@@ -2988,9 +3044,9 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
|
|
|
2988
3044
|
};
|
|
2989
3045
|
|
|
2990
3046
|
// src/superscript-icon.tsx
|
|
2991
|
-
var
|
|
3047
|
+
var import_jsx_runtime96 = require("react/jsx-runtime");
|
|
2992
3048
|
var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
2993
|
-
return /* @__PURE__ */ (0,
|
|
3049
|
+
return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
|
|
2994
3050
|
"svg",
|
|
2995
3051
|
{
|
|
2996
3052
|
width: size,
|
|
@@ -3000,8 +3056,8 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
|
3000
3056
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3001
3057
|
...props,
|
|
3002
3058
|
children: [
|
|
3003
|
-
/* @__PURE__ */ (0,
|
|
3004
|
-
/* @__PURE__ */ (0,
|
|
3059
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: "Superscript" }),
|
|
3060
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3005
3061
|
"path",
|
|
3006
3062
|
{
|
|
3007
3063
|
fillRule: "evenodd",
|
|
@@ -3010,7 +3066,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
|
3010
3066
|
fill: "currentColor"
|
|
3011
3067
|
}
|
|
3012
3068
|
),
|
|
3013
|
-
/* @__PURE__ */ (0,
|
|
3069
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3014
3070
|
"path",
|
|
3015
3071
|
{
|
|
3016
3072
|
fillRule: "evenodd",
|
|
@@ -3019,7 +3075,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
|
3019
3075
|
fill: "currentColor"
|
|
3020
3076
|
}
|
|
3021
3077
|
),
|
|
3022
|
-
/* @__PURE__ */ (0,
|
|
3078
|
+
/* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
|
|
3023
3079
|
"path",
|
|
3024
3080
|
{
|
|
3025
3081
|
fillRule: "evenodd",
|
|
@@ -3034,9 +3090,9 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
|
|
|
3034
3090
|
};
|
|
3035
3091
|
|
|
3036
3092
|
// src/table-icon.tsx
|
|
3037
|
-
var
|
|
3093
|
+
var import_jsx_runtime97 = require("react/jsx-runtime");
|
|
3038
3094
|
var TableIcon = ({ size = 24, ...props }) => {
|
|
3039
|
-
return /* @__PURE__ */ (0,
|
|
3095
|
+
return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
|
|
3040
3096
|
"svg",
|
|
3041
3097
|
{
|
|
3042
3098
|
width: size,
|
|
@@ -3050,20 +3106,20 @@ var TableIcon = ({ size = 24, ...props }) => {
|
|
|
3050
3106
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3051
3107
|
...props,
|
|
3052
3108
|
children: [
|
|
3053
|
-
/* @__PURE__ */ (0,
|
|
3054
|
-
/* @__PURE__ */ (0,
|
|
3055
|
-
/* @__PURE__ */ (0,
|
|
3056
|
-
/* @__PURE__ */ (0,
|
|
3057
|
-
/* @__PURE__ */ (0,
|
|
3109
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: "Table" }),
|
|
3110
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M12 3v18" }),
|
|
3111
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
|
|
3112
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M3 9h18" }),
|
|
3113
|
+
/* @__PURE__ */ (0, import_jsx_runtime97.jsx)("path", { d: "M3 15h18" })
|
|
3058
3114
|
]
|
|
3059
3115
|
}
|
|
3060
3116
|
);
|
|
3061
3117
|
};
|
|
3062
3118
|
|
|
3063
3119
|
// src/trash-icon.tsx
|
|
3064
|
-
var
|
|
3120
|
+
var import_jsx_runtime98 = require("react/jsx-runtime");
|
|
3065
3121
|
var TrashIcon = ({ size = 24, ...props }) => {
|
|
3066
|
-
return /* @__PURE__ */ (0,
|
|
3122
|
+
return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
|
|
3067
3123
|
"svg",
|
|
3068
3124
|
{
|
|
3069
3125
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3077,21 +3133,21 @@ var TrashIcon = ({ size = 24, ...props }) => {
|
|
|
3077
3133
|
strokeLinejoin: "round",
|
|
3078
3134
|
...props,
|
|
3079
3135
|
children: [
|
|
3080
|
-
/* @__PURE__ */ (0,
|
|
3081
|
-
/* @__PURE__ */ (0,
|
|
3082
|
-
/* @__PURE__ */ (0,
|
|
3083
|
-
/* @__PURE__ */ (0,
|
|
3084
|
-
/* @__PURE__ */ (0,
|
|
3085
|
-
/* @__PURE__ */ (0,
|
|
3136
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: "Trash icon" }),
|
|
3137
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M10 11v6" }),
|
|
3138
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M14 11v6" }),
|
|
3139
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
|
|
3140
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M3 6h18" }),
|
|
3141
|
+
/* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
|
|
3086
3142
|
]
|
|
3087
3143
|
}
|
|
3088
3144
|
);
|
|
3089
3145
|
};
|
|
3090
3146
|
|
|
3091
3147
|
// src/type-icon.tsx
|
|
3092
|
-
var
|
|
3148
|
+
var import_jsx_runtime99 = require("react/jsx-runtime");
|
|
3093
3149
|
var TypeIcon = ({ size = 24, ...props }) => {
|
|
3094
|
-
return /* @__PURE__ */ (0,
|
|
3150
|
+
return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
|
|
3095
3151
|
"svg",
|
|
3096
3152
|
{
|
|
3097
3153
|
width: size,
|
|
@@ -3101,8 +3157,8 @@ var TypeIcon = ({ size = 24, ...props }) => {
|
|
|
3101
3157
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3102
3158
|
...props,
|
|
3103
3159
|
children: [
|
|
3104
|
-
/* @__PURE__ */ (0,
|
|
3105
|
-
/* @__PURE__ */ (0,
|
|
3160
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: "Type Icon" }),
|
|
3161
|
+
/* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
|
|
3106
3162
|
"path",
|
|
3107
3163
|
{
|
|
3108
3164
|
d: "M3 4C3 3.44772 3.44772 3 4 3H20C20.5523 3 21 3.44772 21 4V7C21 7.55228 20.5523 8 20 8C19.4477 8 19 7.55228 19 7V5H13V19H15C15.5523 19 16 19.4477 16 20C16 20.5523 15.5523 21 15 21H9C8.44772 21 8 20.5523 8 20C8 19.4477 8.44772 19 9 19H11V5H5V7C5 7.55228 4.55228 8 4 8C3.44772 8 3 7.55228 3 7V4Z",
|
|
@@ -3115,9 +3171,9 @@ var TypeIcon = ({ size = 24, ...props }) => {
|
|
|
3115
3171
|
};
|
|
3116
3172
|
|
|
3117
3173
|
// src/underline-icon.tsx
|
|
3118
|
-
var
|
|
3174
|
+
var import_jsx_runtime100 = require("react/jsx-runtime");
|
|
3119
3175
|
var UnderlineIcon = ({ size = 24, ...props }) => {
|
|
3120
|
-
return /* @__PURE__ */ (0,
|
|
3176
|
+
return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
|
|
3121
3177
|
"svg",
|
|
3122
3178
|
{
|
|
3123
3179
|
width: size,
|
|
@@ -3127,8 +3183,8 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
|
|
|
3127
3183
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3128
3184
|
...props,
|
|
3129
3185
|
children: [
|
|
3130
|
-
/* @__PURE__ */ (0,
|
|
3131
|
-
/* @__PURE__ */ (0,
|
|
3186
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: "Underline" }),
|
|
3187
|
+
/* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
|
|
3132
3188
|
"path",
|
|
3133
3189
|
{
|
|
3134
3190
|
fillRule: "evenodd",
|
|
@@ -3143,9 +3199,9 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
|
|
|
3143
3199
|
};
|
|
3144
3200
|
|
|
3145
3201
|
// src/undo-icon.tsx
|
|
3146
|
-
var
|
|
3202
|
+
var import_jsx_runtime101 = require("react/jsx-runtime");
|
|
3147
3203
|
var UndoIcon = ({ size = 24, ...props }) => {
|
|
3148
|
-
return /* @__PURE__ */ (0,
|
|
3204
|
+
return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
|
|
3149
3205
|
"svg",
|
|
3150
3206
|
{
|
|
3151
3207
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3155,8 +3211,8 @@ var UndoIcon = ({ size = 24, ...props }) => {
|
|
|
3155
3211
|
fill: "currentColor",
|
|
3156
3212
|
...props,
|
|
3157
3213
|
children: [
|
|
3158
|
-
/* @__PURE__ */ (0,
|
|
3159
|
-
/* @__PURE__ */ (0,
|
|
3214
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: "Undo Icon" }),
|
|
3215
|
+
/* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
|
|
3160
3216
|
"path",
|
|
3161
3217
|
{
|
|
3162
3218
|
fillRule: "evenodd",
|
|
@@ -3171,9 +3227,9 @@ var UndoIcon = ({ size = 24, ...props }) => {
|
|
|
3171
3227
|
};
|
|
3172
3228
|
|
|
3173
3229
|
// src/upload.tsx
|
|
3174
|
-
var
|
|
3230
|
+
var import_jsx_runtime102 = require("react/jsx-runtime");
|
|
3175
3231
|
var UploadIcon = ({ size = 24, ...props }) => {
|
|
3176
|
-
return /* @__PURE__ */ (0,
|
|
3232
|
+
return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
|
|
3177
3233
|
"svg",
|
|
3178
3234
|
{
|
|
3179
3235
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3187,19 +3243,19 @@ var UploadIcon = ({ size = 24, ...props }) => {
|
|
|
3187
3243
|
strokeLinejoin: "round",
|
|
3188
3244
|
...props,
|
|
3189
3245
|
children: [
|
|
3190
|
-
/* @__PURE__ */ (0,
|
|
3191
|
-
/* @__PURE__ */ (0,
|
|
3192
|
-
/* @__PURE__ */ (0,
|
|
3193
|
-
/* @__PURE__ */ (0,
|
|
3246
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: "Upload icon" }),
|
|
3247
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M12 13v8" }),
|
|
3248
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
|
|
3249
|
+
/* @__PURE__ */ (0, import_jsx_runtime102.jsx)("path", { d: "m8 17 4-4 4 4" })
|
|
3194
3250
|
]
|
|
3195
3251
|
}
|
|
3196
3252
|
);
|
|
3197
3253
|
};
|
|
3198
3254
|
|
|
3199
3255
|
// src/user-circle-icon.tsx
|
|
3200
|
-
var
|
|
3256
|
+
var import_jsx_runtime103 = require("react/jsx-runtime");
|
|
3201
3257
|
var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
3202
|
-
return /* @__PURE__ */ (0,
|
|
3258
|
+
return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
|
|
3203
3259
|
"svg",
|
|
3204
3260
|
{
|
|
3205
3261
|
width: size,
|
|
@@ -3208,9 +3264,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
|
3208
3264
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3209
3265
|
...props,
|
|
3210
3266
|
children: [
|
|
3211
|
-
/* @__PURE__ */ (0,
|
|
3212
|
-
/* @__PURE__ */ (0,
|
|
3213
|
-
/* @__PURE__ */ (0,
|
|
3267
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: "User Circle Icon" }),
|
|
3268
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)("rect", { width: "256", height: "256", fill: "none" }),
|
|
3269
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3214
3270
|
"circle",
|
|
3215
3271
|
{
|
|
3216
3272
|
cx: "128",
|
|
@@ -3223,7 +3279,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
|
3223
3279
|
strokeWidth: "16"
|
|
3224
3280
|
}
|
|
3225
3281
|
),
|
|
3226
|
-
/* @__PURE__ */ (0,
|
|
3282
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3227
3283
|
"circle",
|
|
3228
3284
|
{
|
|
3229
3285
|
cx: "128",
|
|
@@ -3236,7 +3292,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
|
3236
3292
|
strokeWidth: "16"
|
|
3237
3293
|
}
|
|
3238
3294
|
),
|
|
3239
|
-
/* @__PURE__ */ (0,
|
|
3295
|
+
/* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
|
|
3240
3296
|
"path",
|
|
3241
3297
|
{
|
|
3242
3298
|
d: "M63.8,199.37a72,72,0,0,1,128.4,0",
|
|
@@ -3253,9 +3309,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
|
|
|
3253
3309
|
};
|
|
3254
3310
|
|
|
3255
3311
|
// src/vendor.tsx
|
|
3256
|
-
var
|
|
3312
|
+
var import_jsx_runtime104 = require("react/jsx-runtime");
|
|
3257
3313
|
var VendorIcon = ({ size = 24, ...props }) => {
|
|
3258
|
-
return /* @__PURE__ */ (0,
|
|
3314
|
+
return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
|
|
3259
3315
|
"svg",
|
|
3260
3316
|
{
|
|
3261
3317
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3269,12 +3325,12 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3269
3325
|
strokeLinejoin: "round",
|
|
3270
3326
|
...props,
|
|
3271
3327
|
children: [
|
|
3272
|
-
/* @__PURE__ */ (0,
|
|
3273
|
-
/* @__PURE__ */ (0,
|
|
3274
|
-
/* @__PURE__ */ (0,
|
|
3275
|
-
/* @__PURE__ */ (0,
|
|
3276
|
-
/* @__PURE__ */ (0,
|
|
3277
|
-
/* @__PURE__ */ (0,
|
|
3328
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: "Vendor icon" }),
|
|
3329
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "m2 7 4.41-4.41A2 2 0 0 1 7.83 2h8.34a2 2 0 0 1 1.42.59L22 7" }),
|
|
3330
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
|
|
3331
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
|
|
3332
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M2 7h20" }),
|
|
3333
|
+
/* @__PURE__ */ (0, import_jsx_runtime104.jsx)("path", { d: "M22 7v3a2 2 0 0 1-2 2a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 16 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 12 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 8 12a2.7 2.7 0 0 1-1.59-.63.7.7 0 0 0-.82 0A2.7 2.7 0 0 1 4 12a2 2 0 0 1-2-2V7" })
|
|
3278
3334
|
]
|
|
3279
3335
|
}
|
|
3280
3336
|
);
|
|
@@ -3319,6 +3375,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3319
3375
|
CopyIcon,
|
|
3320
3376
|
CornerDownLeftIcon,
|
|
3321
3377
|
CropIcon,
|
|
3378
|
+
DORAIcon,
|
|
3322
3379
|
DSARIcon,
|
|
3323
3380
|
DataAssetIcon,
|
|
3324
3381
|
DocumentsIcon,
|
|
@@ -3354,6 +3411,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
|
|
|
3354
3411
|
ListTodoIcon,
|
|
3355
3412
|
MinusIcon,
|
|
3356
3413
|
MoreVerticalIcon,
|
|
3414
|
+
NIS2Icon,
|
|
3357
3415
|
NotificationIcon,
|
|
3358
3416
|
PanelLeftIcon,
|
|
3359
3417
|
PartialIcon,
|