@kopexa/icons 17.2.4 → 17.3.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/index.js CHANGED
@@ -64,6 +64,7 @@ __export(index_exports, {
64
64
  DataAssetIcon: () => DataAssetIcon,
65
65
  DocumentsIcon: () => DocumentsIcon,
66
66
  DomainIcon: () => DomainIcon,
67
+ DownloadIcon: () => DownloadIcon,
67
68
  EditIcon: () => EditIcon,
68
69
  EllipsisIcon: () => EllipsisIcon,
69
70
  EqualsIcon: () => EqualsIcon,
@@ -123,6 +124,8 @@ __export(index_exports, {
123
124
  SuperscriptIcon: () => SuperscriptIcon,
124
125
  SupersetIcon: () => CircleFadingArrowUpIcon,
125
126
  TableIcon: () => TableIcon,
127
+ TableOfContentsIcon: () => TableOfContentsIcon,
128
+ TomIcon: () => TomIcon,
126
129
  TrashIcon: () => TrashIcon,
127
130
  TypeIcon: () => TypeIcon,
128
131
  UnderlineIcon: () => UnderlineIcon,
@@ -1402,9 +1405,9 @@ var DORAIcon = ({ size = 24, ...props }) => {
1402
1405
  );
1403
1406
  };
1404
1407
 
1405
- // src/dsar.tsx
1408
+ // src/download-icon.tsx
1406
1409
  var import_jsx_runtime43 = require("react/jsx-runtime");
1407
- var DSARIcon = ({ size = 24, ...props }) => {
1410
+ var DownloadIcon = ({ size = 24, ...props }) => {
1408
1411
  return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
1409
1412
  "svg",
1410
1413
  {
@@ -1419,17 +1422,18 @@ var DSARIcon = ({ size = 24, ...props }) => {
1419
1422
  strokeLinejoin: "round",
1420
1423
  ...props,
1421
1424
  children: [
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" })
1425
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("title", { children: "Download icon" }),
1426
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M12 15V3" }),
1427
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" }),
1428
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("path", { d: "m7 10 5 5 5-5" })
1425
1429
  ]
1426
1430
  }
1427
1431
  );
1428
1432
  };
1429
1433
 
1430
- // src/edit-icon.tsx
1434
+ // src/dsar.tsx
1431
1435
  var import_jsx_runtime44 = require("react/jsx-runtime");
1432
- var EditIcon = ({ size = 24, ...props }) => {
1436
+ var DSARIcon = ({ size = 24, ...props }) => {
1433
1437
  return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
1434
1438
  "svg",
1435
1439
  {
@@ -1444,17 +1448,17 @@ var EditIcon = ({ size = 24, ...props }) => {
1444
1448
  strokeLinejoin: "round",
1445
1449
  ...props,
1446
1450
  children: [
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" })
1451
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("title", { children: "DSAR icon" }),
1452
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("polyline", { points: "22 12 16 12 14 15 10 15 8 12 2 12" }),
1453
+ /* @__PURE__ */ (0, import_jsx_runtime44.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" })
1450
1454
  ]
1451
1455
  }
1452
1456
  );
1453
1457
  };
1454
1458
 
1455
- // src/ellipsis-icon.tsx
1459
+ // src/edit-icon.tsx
1456
1460
  var import_jsx_runtime45 = require("react/jsx-runtime");
1457
- var EllipsisIcon = ({ size = 24, ...props }) => {
1461
+ var EditIcon = ({ size = 24, ...props }) => {
1458
1462
  return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
1459
1463
  "svg",
1460
1464
  {
@@ -1469,18 +1473,17 @@ var EllipsisIcon = ({ size = 24, ...props }) => {
1469
1473
  strokeLinejoin: "round",
1470
1474
  ...props,
1471
1475
  children: [
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" })
1476
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("title", { children: "Edit icon" }),
1477
+ /* @__PURE__ */ (0, import_jsx_runtime45.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" }),
1478
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("path", { d: "m15 5 4 4" })
1476
1479
  ]
1477
1480
  }
1478
1481
  );
1479
1482
  };
1480
1483
 
1481
- // src/equals-icon.tsx
1484
+ // src/ellipsis-icon.tsx
1482
1485
  var import_jsx_runtime46 = require("react/jsx-runtime");
1483
- var EqualsIcon = ({ size = 24, ...props }) => {
1486
+ var EllipsisIcon = ({ size = 24, ...props }) => {
1484
1487
  return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
1485
1488
  "svg",
1486
1489
  {
@@ -1495,18 +1498,44 @@ var EqualsIcon = ({ size = 24, ...props }) => {
1495
1498
  strokeLinejoin: "round",
1496
1499
  ...props,
1497
1500
  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
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("title", { children: "Ellipsis Icon" }),
1502
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
1503
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
1504
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("circle", { cx: "5", cy: "12", r: "1" })
1501
1505
  ]
1502
1506
  }
1503
1507
  );
1504
1508
  };
1505
1509
 
1506
- // src/external-link-icon.tsx
1510
+ // src/equals-icon.tsx
1507
1511
  var import_jsx_runtime47 = require("react/jsx-runtime");
1508
- var ExternalLinkIcon = ({ size = 24, ...props }) => {
1512
+ var EqualsIcon = ({ size = 24, ...props }) => {
1509
1513
  return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
1514
+ "svg",
1515
+ {
1516
+ xmlns: "http://www.w3.org/2000/svg",
1517
+ width: size,
1518
+ height: size,
1519
+ viewBox: "0 0 24 24",
1520
+ fill: "none",
1521
+ stroke: "currentColor",
1522
+ strokeWidth: "2",
1523
+ strokeLinecap: "round",
1524
+ strokeLinejoin: "round",
1525
+ ...props,
1526
+ children: [
1527
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("title", { children: "Equals icon" }),
1528
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("line", { x1: "5", x2: "19", y1: "9", y2: "9" }),
1529
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("line", { x1: "5", x2: "19", y1: "15", y2: "15" })
1530
+ ]
1531
+ }
1532
+ );
1533
+ };
1534
+
1535
+ // src/external-link-icon.tsx
1536
+ var import_jsx_runtime48 = require("react/jsx-runtime");
1537
+ var ExternalLinkIcon = ({ size = 24, ...props }) => {
1538
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1510
1539
  "svg",
1511
1540
  {
1512
1541
  xmlns: "http://www.w3.org/2000/svg",
@@ -1521,19 +1550,19 @@ var ExternalLinkIcon = ({ size = 24, ...props }) => {
1521
1550
  "aria-hidden": "true",
1522
1551
  ...props,
1523
1552
  children: [
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" })
1553
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("title", { children: "External Link Icon" }),
1554
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M15 3h6v6" }),
1555
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M10 14 21 3" }),
1556
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" })
1528
1557
  ]
1529
1558
  }
1530
1559
  );
1531
1560
  };
1532
1561
 
1533
1562
  // src/eye.tsx
1534
- var import_jsx_runtime48 = require("react/jsx-runtime");
1563
+ var import_jsx_runtime49 = require("react/jsx-runtime");
1535
1564
  var EyeIcon = (props) => {
1536
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
1565
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
1537
1566
  "svg",
1538
1567
  {
1539
1568
  xmlns: "http://www.w3.org/2000/svg",
@@ -1547,18 +1576,18 @@ var EyeIcon = (props) => {
1547
1576
  strokeLinejoin: "round",
1548
1577
  ...props,
1549
1578
  children: [
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" })
1579
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("title", { children: "Eye Icon" }),
1580
+ /* @__PURE__ */ (0, import_jsx_runtime49.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" }),
1581
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("circle", { cx: "12", cy: "12", r: "3" })
1553
1582
  ]
1554
1583
  }
1555
1584
  );
1556
1585
  };
1557
1586
 
1558
1587
  // src/eye-off.tsx
1559
- var import_jsx_runtime49 = require("react/jsx-runtime");
1588
+ var import_jsx_runtime50 = require("react/jsx-runtime");
1560
1589
  var EyeOffIcon = (props) => {
1561
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
1590
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
1562
1591
  "svg",
1563
1592
  {
1564
1593
  xmlns: "http://www.w3.org/2000/svg",
@@ -1572,20 +1601,20 @@ var EyeOffIcon = (props) => {
1572
1601
  strokeLinejoin: "round",
1573
1602
  ...props,
1574
1603
  children: [
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" })
1604
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("title", { children: "Eye Off Icon" }),
1605
+ /* @__PURE__ */ (0, import_jsx_runtime50.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" }),
1606
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242" }),
1607
+ /* @__PURE__ */ (0, import_jsx_runtime50.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" }),
1608
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("path", { d: "m2 2 20 20" })
1580
1609
  ]
1581
1610
  }
1582
1611
  );
1583
1612
  };
1584
1613
 
1585
1614
  // src/globe-icon.tsx
1586
- var import_jsx_runtime50 = require("react/jsx-runtime");
1615
+ var import_jsx_runtime51 = require("react/jsx-runtime");
1587
1616
  var GlobeIcon = ({ size = 24, ...props }) => {
1588
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
1617
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1589
1618
  "svg",
1590
1619
  {
1591
1620
  xmlns: "http://www.w3.org/2000/svg",
@@ -1600,19 +1629,19 @@ var GlobeIcon = ({ size = 24, ...props }) => {
1600
1629
  "aria-hidden": "true",
1601
1630
  ...props,
1602
1631
  children: [
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" })
1632
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("title", { children: "External Link Icon" }),
1633
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
1634
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20" }),
1635
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("path", { d: "M2 12h20" })
1607
1636
  ]
1608
1637
  }
1609
1638
  );
1610
1639
  };
1611
1640
 
1612
1641
  // src/grip-vertical.tsx
1613
- var import_jsx_runtime51 = require("react/jsx-runtime");
1642
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1614
1643
  var GripVerticalIcon = ({ size = 24, ...props }) => {
1615
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1644
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
1616
1645
  "svg",
1617
1646
  {
1618
1647
  xmlns: "http://www.w3.org/2000/svg",
@@ -1627,22 +1656,22 @@ var GripVerticalIcon = ({ size = 24, ...props }) => {
1627
1656
  "aria-hidden": "true",
1628
1657
  ...props,
1629
1658
  children: [
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" })
1659
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("title", { children: "Grip Vertical Icon" }),
1660
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "9", cy: "12", r: "1" }),
1661
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "9", cy: "5", r: "1" }),
1662
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "9", cy: "19", r: "1" }),
1663
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "15", cy: "12", r: "1" }),
1664
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "15", cy: "5", r: "1" }),
1665
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "15", cy: "19", r: "1" })
1637
1666
  ]
1638
1667
  }
1639
1668
  );
1640
1669
  };
1641
1670
 
1642
1671
  // src/hardware-asset.tsx
1643
- var import_jsx_runtime52 = require("react/jsx-runtime");
1672
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1644
1673
  var HardwareAssetIcon = ({ size = 24, ...props }) => {
1645
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
1674
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
1646
1675
  "svg",
1647
1676
  {
1648
1677
  xmlns: "http://www.w3.org/2000/svg",
@@ -1656,20 +1685,20 @@ var HardwareAssetIcon = ({ size = 24, ...props }) => {
1656
1685
  strokeLinejoin: "round",
1657
1686
  ...props,
1658
1687
  children: [
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" })
1688
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: "Hardware Asset icon" }),
1689
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2" }),
1690
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2" }),
1691
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("line", { x1: "6", x2: "6.01", y1: "6", y2: "6" }),
1692
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("line", { x1: "6", x2: "6.01", y1: "18", y2: "18" })
1664
1693
  ]
1665
1694
  }
1666
1695
  );
1667
1696
  };
1668
1697
 
1669
1698
  // src/heading-five-icon.tsx
1670
- var import_jsx_runtime53 = require("react/jsx-runtime");
1699
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1671
1700
  var HeadingFiveIcon = ({ size = 24, ...props }) => {
1672
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
1701
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
1673
1702
  "svg",
1674
1703
  {
1675
1704
  width: size,
@@ -1679,15 +1708,15 @@ var HeadingFiveIcon = ({ size = 24, ...props }) => {
1679
1708
  xmlns: "http://www.w3.org/2000/svg",
1680
1709
  ...props,
1681
1710
  children: [
1682
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("title", { children: "Heading Five" }),
1683
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1711
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: "Heading Five" }),
1712
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1684
1713
  "path",
1685
1714
  {
1686
1715
  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",
1687
1716
  fill: "currentColor"
1688
1717
  }
1689
1718
  ),
1690
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
1719
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1691
1720
  "path",
1692
1721
  {
1693
1722
  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",
@@ -1700,9 +1729,9 @@ var HeadingFiveIcon = ({ size = 24, ...props }) => {
1700
1729
  };
1701
1730
 
1702
1731
  // src/heading-four-icon.tsx
1703
- var import_jsx_runtime54 = require("react/jsx-runtime");
1732
+ var import_jsx_runtime55 = require("react/jsx-runtime");
1704
1733
  var HeadingFourIcon = ({ size = 24, ...props }) => {
1705
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
1734
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
1706
1735
  "svg",
1707
1736
  {
1708
1737
  width: size,
@@ -1712,15 +1741,15 @@ var HeadingFourIcon = ({ size = 24, ...props }) => {
1712
1741
  xmlns: "http://www.w3.org/2000/svg",
1713
1742
  ...props,
1714
1743
  children: [
1715
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("title", { children: "Heading Four" }),
1716
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1744
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: "Heading Four" }),
1745
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1717
1746
  "path",
1718
1747
  {
1719
1748
  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",
1720
1749
  fill: "currentColor"
1721
1750
  }
1722
1751
  ),
1723
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1752
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1724
1753
  "path",
1725
1754
  {
1726
1755
  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",
@@ -1733,9 +1762,9 @@ var HeadingFourIcon = ({ size = 24, ...props }) => {
1733
1762
  };
1734
1763
 
1735
1764
  // src/heading-icon.tsx
1736
- var import_jsx_runtime55 = require("react/jsx-runtime");
1765
+ var import_jsx_runtime56 = require("react/jsx-runtime");
1737
1766
  var HeadingIcon = ({ size = 24, ...props }) => {
1738
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
1767
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
1739
1768
  "svg",
1740
1769
  {
1741
1770
  width: size,
@@ -1745,8 +1774,8 @@ var HeadingIcon = ({ size = 24, ...props }) => {
1745
1774
  xmlns: "http://www.w3.org/2000/svg",
1746
1775
  ...props,
1747
1776
  children: [
1748
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("title", { children: "Heading" }),
1749
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1777
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: "Heading" }),
1778
+ /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1750
1779
  "path",
1751
1780
  {
1752
1781
  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",
@@ -1759,9 +1788,9 @@ var HeadingIcon = ({ size = 24, ...props }) => {
1759
1788
  };
1760
1789
 
1761
1790
  // src/heading-one-icon.tsx
1762
- var import_jsx_runtime56 = require("react/jsx-runtime");
1791
+ var import_jsx_runtime57 = require("react/jsx-runtime");
1763
1792
  var HeadingOneIcon = ({ size = 24, ...props }) => {
1764
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
1793
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1765
1794
  "svg",
1766
1795
  {
1767
1796
  width: size,
@@ -1771,15 +1800,15 @@ var HeadingOneIcon = ({ size = 24, ...props }) => {
1771
1800
  xmlns: "http://www.w3.org/2000/svg",
1772
1801
  ...props,
1773
1802
  children: [
1774
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("title", { children: "Heading One" }),
1775
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1803
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("title", { children: "Heading One" }),
1804
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1776
1805
  "path",
1777
1806
  {
1778
1807
  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",
1779
1808
  fill: "currentColor"
1780
1809
  }
1781
1810
  ),
1782
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
1811
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1783
1812
  "path",
1784
1813
  {
1785
1814
  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",
@@ -1792,9 +1821,9 @@ var HeadingOneIcon = ({ size = 24, ...props }) => {
1792
1821
  };
1793
1822
 
1794
1823
  // src/heading-six-icon.tsx
1795
- var import_jsx_runtime57 = require("react/jsx-runtime");
1824
+ var import_jsx_runtime58 = require("react/jsx-runtime");
1796
1825
  var HeadingSixIcon = ({ size = 24, ...props }) => {
1797
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
1826
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
1798
1827
  "svg",
1799
1828
  {
1800
1829
  width: size,
@@ -1804,15 +1833,15 @@ var HeadingSixIcon = ({ size = 24, ...props }) => {
1804
1833
  xmlns: "http://www.w3.org/2000/svg",
1805
1834
  ...props,
1806
1835
  children: [
1807
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("title", { children: "Heading Six" }),
1808
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1836
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("title", { children: "Heading Six" }),
1837
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1809
1838
  "path",
1810
1839
  {
1811
1840
  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",
1812
1841
  fill: "currentColor"
1813
1842
  }
1814
1843
  ),
1815
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1844
+ /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1816
1845
  "path",
1817
1846
  {
1818
1847
  fillRule: "evenodd",
@@ -1827,9 +1856,9 @@ var HeadingSixIcon = ({ size = 24, ...props }) => {
1827
1856
  };
1828
1857
 
1829
1858
  // src/heading-three-icon.tsx
1830
- var import_jsx_runtime58 = require("react/jsx-runtime");
1859
+ var import_jsx_runtime59 = require("react/jsx-runtime");
1831
1860
  var HeadingThreeIcon = ({ size = 24, ...props }) => {
1832
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
1861
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
1833
1862
  "svg",
1834
1863
  {
1835
1864
  width: size,
@@ -1839,15 +1868,15 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
1839
1868
  xmlns: "http://www.w3.org/2000/svg",
1840
1869
  ...props,
1841
1870
  children: [
1842
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("title", { children: "Heading Three" }),
1843
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1871
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("title", { children: "Heading Three" }),
1872
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1844
1873
  "path",
1845
1874
  {
1846
1875
  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",
1847
1876
  fill: "currentColor"
1848
1877
  }
1849
1878
  ),
1850
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1879
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1851
1880
  "path",
1852
1881
  {
1853
1882
  fillRule: "evenodd",
@@ -1856,7 +1885,7 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
1856
1885
  fill: "currentColor"
1857
1886
  }
1858
1887
  ),
1859
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1888
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1860
1889
  "path",
1861
1890
  {
1862
1891
  fillRule: "evenodd",
@@ -1871,9 +1900,9 @@ var HeadingThreeIcon = ({ size = 24, ...props }) => {
1871
1900
  };
1872
1901
 
1873
1902
  // src/heading-two-icon.tsx
1874
- var import_jsx_runtime59 = require("react/jsx-runtime");
1903
+ var import_jsx_runtime60 = require("react/jsx-runtime");
1875
1904
  var HeadingTwoIcon = ({ size = 24, ...props }) => {
1876
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
1905
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
1877
1906
  "svg",
1878
1907
  {
1879
1908
  width: size,
@@ -1883,15 +1912,15 @@ var HeadingTwoIcon = ({ size = 24, ...props }) => {
1883
1912
  xmlns: "http://www.w3.org/2000/svg",
1884
1913
  ...props,
1885
1914
  children: [
1886
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("title", { children: "Heading Two" }),
1887
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1915
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("title", { children: "Heading Two" }),
1916
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1888
1917
  "path",
1889
1918
  {
1890
1919
  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",
1891
1920
  fill: "currentColor"
1892
1921
  }
1893
1922
  ),
1894
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
1923
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1895
1924
  "path",
1896
1925
  {
1897
1926
  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",
@@ -1904,9 +1933,9 @@ var HeadingTwoIcon = ({ size = 24, ...props }) => {
1904
1933
  };
1905
1934
 
1906
1935
  // src/highlighter-icon.tsx
1907
- var import_jsx_runtime60 = require("react/jsx-runtime");
1936
+ var import_jsx_runtime61 = require("react/jsx-runtime");
1908
1937
  var HighlighterIcon = ({ size = 24, ...props }) => {
1909
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
1938
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
1910
1939
  "svg",
1911
1940
  {
1912
1941
  width: size,
@@ -1916,8 +1945,8 @@ var HighlighterIcon = ({ size = 24, ...props }) => {
1916
1945
  xmlns: "http://www.w3.org/2000/svg",
1917
1946
  ...props,
1918
1947
  children: [
1919
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("title", { children: "Highlighter" }),
1920
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
1948
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("title", { children: "Highlighter" }),
1949
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1921
1950
  "path",
1922
1951
  {
1923
1952
  fillRule: "evenodd",
@@ -1932,9 +1961,9 @@ var HighlighterIcon = ({ size = 24, ...props }) => {
1932
1961
  };
1933
1962
 
1934
1963
  // src/image-icon.tsx
1935
- var import_jsx_runtime61 = require("react/jsx-runtime");
1964
+ var import_jsx_runtime62 = require("react/jsx-runtime");
1936
1965
  var ImageIcon = ({ size = 24, ...props }) => {
1937
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
1966
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
1938
1967
  "svg",
1939
1968
  {
1940
1969
  width: size,
@@ -1944,8 +1973,8 @@ var ImageIcon = ({ size = 24, ...props }) => {
1944
1973
  xmlns: "http://www.w3.org/2000/svg",
1945
1974
  ...props,
1946
1975
  children: [
1947
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("title", { children: "Image" }),
1948
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
1976
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("title", { children: "Image" }),
1977
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
1949
1978
  "path",
1950
1979
  {
1951
1980
  fillRule: "evenodd",
@@ -1960,9 +1989,9 @@ var ImageIcon = ({ size = 24, ...props }) => {
1960
1989
  };
1961
1990
 
1962
1991
  // src/incident.tsx
1963
- var import_jsx_runtime62 = require("react/jsx-runtime");
1992
+ var import_jsx_runtime63 = require("react/jsx-runtime");
1964
1993
  var IncidentIcon = ({ size = 24, ...props }) => {
1965
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
1994
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
1966
1995
  "svg",
1967
1996
  {
1968
1997
  xmlns: "http://www.w3.org/2000/svg",
@@ -1976,19 +2005,19 @@ var IncidentIcon = ({ size = 24, ...props }) => {
1976
2005
  strokeLinejoin: "round",
1977
2006
  ...props,
1978
2007
  children: [
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" })
2008
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("title", { children: "Incident icon" }),
2009
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M12 16h.01" }),
2010
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("path", { d: "M12 8v4" }),
2011
+ /* @__PURE__ */ (0, import_jsx_runtime63.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" })
1983
2012
  ]
1984
2013
  }
1985
2014
  );
1986
2015
  };
1987
2016
 
1988
2017
  // src/info.tsx
1989
- var import_jsx_runtime63 = require("react/jsx-runtime");
2018
+ var import_jsx_runtime64 = require("react/jsx-runtime");
1990
2019
  var InfoIcon = ({ size = 24, ...props }) => {
1991
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
2020
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
1992
2021
  "svg",
1993
2022
  {
1994
2023
  xmlns: "http://www.w3.org/2000/svg",
@@ -2003,19 +2032,19 @@ var InfoIcon = ({ size = 24, ...props }) => {
2003
2032
  "aria-hidden": "true",
2004
2033
  ...props,
2005
2034
  children: [
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" })
2035
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("title", { children: "Info Icon" }),
2036
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("circle", { cx: "12", cy: "12", r: "10" }),
2037
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M12 16v-4" }),
2038
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("path", { d: "M12 8h.01" })
2010
2039
  ]
2011
2040
  }
2012
2041
  );
2013
2042
  };
2014
2043
 
2015
2044
  // src/issues.tsx
2016
- var import_jsx_runtime64 = require("react/jsx-runtime");
2045
+ var import_jsx_runtime65 = require("react/jsx-runtime");
2017
2046
  var IssuesIcon = ({ size = 24, ...props }) => {
2018
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
2047
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2019
2048
  "svg",
2020
2049
  {
2021
2050
  xmlns: "http://www.w3.org/2000/svg",
@@ -2029,21 +2058,21 @@ var IssuesIcon = ({ size = 24, ...props }) => {
2029
2058
  strokeLinejoin: "round",
2030
2059
  ...props,
2031
2060
  children: [
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" })
2061
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: "Issues icon" }),
2062
+ /* @__PURE__ */ (0, import_jsx_runtime65.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" }),
2063
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M12 11h4" }),
2064
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M12 16h4" }),
2065
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M8 11h.01" }),
2066
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("path", { d: "M8 16h.01" })
2038
2067
  ]
2039
2068
  }
2040
2069
  );
2041
2070
  };
2042
2071
 
2043
2072
  // src/italic-icon.tsx
2044
- var import_jsx_runtime65 = require("react/jsx-runtime");
2073
+ var import_jsx_runtime66 = require("react/jsx-runtime");
2045
2074
  var ItalicIcon = ({ size = 24, ...props }) => {
2046
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2075
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2047
2076
  "svg",
2048
2077
  {
2049
2078
  width: size,
@@ -2053,8 +2082,8 @@ var ItalicIcon = ({ size = 24, ...props }) => {
2053
2082
  xmlns: "http://www.w3.org/2000/svg",
2054
2083
  ...props,
2055
2084
  children: [
2056
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("title", { children: "Italic" }),
2057
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2085
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("title", { children: "Italic" }),
2086
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2058
2087
  "path",
2059
2088
  {
2060
2089
  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",
@@ -2067,9 +2096,9 @@ var ItalicIcon = ({ size = 24, ...props }) => {
2067
2096
  };
2068
2097
 
2069
2098
  // src/link-icon.tsx
2070
- var import_jsx_runtime66 = require("react/jsx-runtime");
2099
+ var import_jsx_runtime67 = require("react/jsx-runtime");
2071
2100
  var LinkIcon = ({ size = 24, ...props }) => {
2072
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2101
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
2073
2102
  "svg",
2074
2103
  {
2075
2104
  width: size,
@@ -2079,15 +2108,15 @@ var LinkIcon = ({ size = 24, ...props }) => {
2079
2108
  xmlns: "http://www.w3.org/2000/svg",
2080
2109
  ...props,
2081
2110
  children: [
2082
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("title", { children: "Link" }),
2083
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2111
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("title", { children: "Link" }),
2112
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2084
2113
  "path",
2085
2114
  {
2086
2115
  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",
2087
2116
  fill: "currentColor"
2088
2117
  }
2089
2118
  ),
2090
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2119
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2091
2120
  "path",
2092
2121
  {
2093
2122
  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",
@@ -2100,9 +2129,9 @@ var LinkIcon = ({ size = 24, ...props }) => {
2100
2129
  };
2101
2130
 
2102
2131
  // src/linkedin.tsx
2103
- var import_jsx_runtime67 = require("react/jsx-runtime");
2132
+ var import_jsx_runtime68 = require("react/jsx-runtime");
2104
2133
  var LinkedInIcon = ({ size = 24, ...props }) => {
2105
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
2134
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2106
2135
  "svg",
2107
2136
  {
2108
2137
  xmlns: "http://www.w3.org/2000/svg",
@@ -2118,19 +2147,19 @@ var LinkedInIcon = ({ size = 24, ...props }) => {
2118
2147
  focusable: "false",
2119
2148
  ...props,
2120
2149
  children: [
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" })
2150
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: "LinkedIn Icon" }),
2151
+ /* @__PURE__ */ (0, import_jsx_runtime68.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" }),
2152
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("rect", { width: "4", height: "12", x: "2", y: "9" }),
2153
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("circle", { cx: "4", cy: "4", r: "2" })
2125
2154
  ]
2126
2155
  }
2127
2156
  );
2128
2157
  };
2129
2158
 
2130
2159
  // src/list-icon.tsx
2131
- var import_jsx_runtime68 = require("react/jsx-runtime");
2160
+ var import_jsx_runtime69 = require("react/jsx-runtime");
2132
2161
  var ListIcon = ({ size = 24, ...props }) => {
2133
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2162
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
2134
2163
  "svg",
2135
2164
  {
2136
2165
  xmlns: "http://www.w3.org/2000/svg",
@@ -2140,8 +2169,8 @@ var ListIcon = ({ size = 24, ...props }) => {
2140
2169
  fill: "currentColor",
2141
2170
  ...props,
2142
2171
  children: [
2143
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("title", { children: "List Icon" }),
2144
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2172
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: "List Icon" }),
2173
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2145
2174
  "path",
2146
2175
  {
2147
2176
  fillRule: "evenodd",
@@ -2150,7 +2179,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2150
2179
  fill: "currentColor"
2151
2180
  }
2152
2181
  ),
2153
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2182
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2154
2183
  "path",
2155
2184
  {
2156
2185
  fillRule: "evenodd",
@@ -2159,7 +2188,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2159
2188
  fill: "currentColor"
2160
2189
  }
2161
2190
  ),
2162
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2191
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2163
2192
  "path",
2164
2193
  {
2165
2194
  fillRule: "evenodd",
@@ -2168,7 +2197,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2168
2197
  fill: "currentColor"
2169
2198
  }
2170
2199
  ),
2171
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2200
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2172
2201
  "path",
2173
2202
  {
2174
2203
  fillRule: "evenodd",
@@ -2177,7 +2206,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2177
2206
  fill: "currentColor"
2178
2207
  }
2179
2208
  ),
2180
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2209
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2181
2210
  "path",
2182
2211
  {
2183
2212
  fillRule: "evenodd",
@@ -2186,7 +2215,7 @@ var ListIcon = ({ size = 24, ...props }) => {
2186
2215
  fill: "currentColor"
2187
2216
  }
2188
2217
  ),
2189
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2218
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2190
2219
  "path",
2191
2220
  {
2192
2221
  fillRule: "evenodd",
@@ -2201,9 +2230,9 @@ var ListIcon = ({ size = 24, ...props }) => {
2201
2230
  };
2202
2231
 
2203
2232
  // src/list-ordered-icon.tsx
2204
- var import_jsx_runtime69 = require("react/jsx-runtime");
2233
+ var import_jsx_runtime70 = require("react/jsx-runtime");
2205
2234
  var ListOrderedIcon = ({ size = 24, ...props }) => {
2206
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
2235
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2207
2236
  "svg",
2208
2237
  {
2209
2238
  xmlns: "http://www.w3.org/2000/svg",
@@ -2213,8 +2242,8 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2213
2242
  fill: "currentColor",
2214
2243
  ...props,
2215
2244
  children: [
2216
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("title", { children: "List Ordered Icon" }),
2217
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2245
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: "List Ordered Icon" }),
2246
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2218
2247
  "path",
2219
2248
  {
2220
2249
  fillRule: "evenodd",
@@ -2223,7 +2252,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2223
2252
  fill: "currentColor"
2224
2253
  }
2225
2254
  ),
2226
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2255
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2227
2256
  "path",
2228
2257
  {
2229
2258
  fillRule: "evenodd",
@@ -2232,7 +2261,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2232
2261
  fill: "currentColor"
2233
2262
  }
2234
2263
  ),
2235
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2264
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2236
2265
  "path",
2237
2266
  {
2238
2267
  fillRule: "evenodd",
@@ -2241,7 +2270,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2241
2270
  fill: "currentColor"
2242
2271
  }
2243
2272
  ),
2244
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2273
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2245
2274
  "path",
2246
2275
  {
2247
2276
  fillRule: "evenodd",
@@ -2250,7 +2279,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2250
2279
  fill: "currentColor"
2251
2280
  }
2252
2281
  ),
2253
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2282
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2254
2283
  "path",
2255
2284
  {
2256
2285
  fillRule: "evenodd",
@@ -2259,7 +2288,7 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2259
2288
  fill: "currentColor"
2260
2289
  }
2261
2290
  ),
2262
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
2291
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2263
2292
  "path",
2264
2293
  {
2265
2294
  fillRule: "evenodd",
@@ -2274,9 +2303,9 @@ var ListOrderedIcon = ({ size = 24, ...props }) => {
2274
2303
  };
2275
2304
 
2276
2305
  // src/list-todo-icon.tsx
2277
- var import_jsx_runtime70 = require("react/jsx-runtime");
2306
+ var import_jsx_runtime71 = require("react/jsx-runtime");
2278
2307
  var ListTodoIcon = ({ size = 24, ...props }) => {
2279
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
2308
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
2280
2309
  "svg",
2281
2310
  {
2282
2311
  xmlns: "http://www.w3.org/2000/svg",
@@ -2286,8 +2315,8 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2286
2315
  fill: "currentColor",
2287
2316
  ...props,
2288
2317
  children: [
2289
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("title", { children: "List Todo Icon" }),
2290
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2318
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: "List Todo Icon" }),
2319
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2291
2320
  "path",
2292
2321
  {
2293
2322
  fillRule: "evenodd",
@@ -2296,7 +2325,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2296
2325
  fill: "currentColor"
2297
2326
  }
2298
2327
  ),
2299
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2328
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2300
2329
  "path",
2301
2330
  {
2302
2331
  fillRule: "evenodd",
@@ -2305,7 +2334,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2305
2334
  fill: "currentColor"
2306
2335
  }
2307
2336
  ),
2308
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2337
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2309
2338
  "path",
2310
2339
  {
2311
2340
  fillRule: "evenodd",
@@ -2314,7 +2343,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2314
2343
  fill: "currentColor"
2315
2344
  }
2316
2345
  ),
2317
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2346
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2318
2347
  "path",
2319
2348
  {
2320
2349
  fillRule: "evenodd",
@@ -2323,7 +2352,7 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2323
2352
  fill: "currentColor"
2324
2353
  }
2325
2354
  ),
2326
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2355
+ /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
2327
2356
  "path",
2328
2357
  {
2329
2358
  fillRule: "evenodd",
@@ -2338,9 +2367,9 @@ var ListTodoIcon = ({ size = 24, ...props }) => {
2338
2367
  };
2339
2368
 
2340
2369
  // src/minus.tsx
2341
- var import_jsx_runtime71 = require("react/jsx-runtime");
2370
+ var import_jsx_runtime72 = require("react/jsx-runtime");
2342
2371
  var MinusIcon = ({ size = 24, ...props }) => {
2343
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(
2372
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
2344
2373
  "svg",
2345
2374
  {
2346
2375
  xmlns: "http://www.w3.org/2000/svg",
@@ -2354,17 +2383,17 @@ var MinusIcon = ({ size = 24, ...props }) => {
2354
2383
  strokeLinejoin: "round",
2355
2384
  ...props,
2356
2385
  children: [
2357
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("title", { children: "Minus Icon" }),
2358
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("path", { d: "M5 12h14" })
2386
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: "Minus Icon" }),
2387
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("path", { d: "M5 12h14" })
2359
2388
  ]
2360
2389
  }
2361
2390
  );
2362
2391
  };
2363
2392
 
2364
2393
  // src/more-vertical-icon.tsx
2365
- var import_jsx_runtime72 = require("react/jsx-runtime");
2394
+ var import_jsx_runtime73 = require("react/jsx-runtime");
2366
2395
  var MoreVerticalIcon = ({ size = 24, ...props }) => {
2367
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
2396
+ return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
2368
2397
  "svg",
2369
2398
  {
2370
2399
  width: size,
@@ -2374,8 +2403,8 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
2374
2403
  xmlns: "http://www.w3.org/2000/svg",
2375
2404
  ...props,
2376
2405
  children: [
2377
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("title", { children: "More Vertical Icon" }),
2378
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2406
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("title", { children: "More Vertical Icon" }),
2407
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2379
2408
  "path",
2380
2409
  {
2381
2410
  fillRule: "evenodd",
@@ -2384,7 +2413,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
2384
2413
  fill: "currentColor"
2385
2414
  }
2386
2415
  ),
2387
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2416
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2388
2417
  "path",
2389
2418
  {
2390
2419
  fillRule: "evenodd",
@@ -2393,7 +2422,7 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
2393
2422
  fill: "currentColor"
2394
2423
  }
2395
2424
  ),
2396
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
2425
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
2397
2426
  "path",
2398
2427
  {
2399
2428
  fillRule: "evenodd",
@@ -2408,9 +2437,9 @@ var MoreVerticalIcon = ({ size = 24, ...props }) => {
2408
2437
  };
2409
2438
 
2410
2439
  // src/nis2-icon.tsx
2411
- var import_jsx_runtime73 = require("react/jsx-runtime");
2440
+ var import_jsx_runtime74 = require("react/jsx-runtime");
2412
2441
  var NIS2Icon = ({ size = 24, ...props }) => {
2413
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(
2442
+ return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
2414
2443
  "svg",
2415
2444
  {
2416
2445
  xmlns: "http://www.w3.org/2000/svg",
@@ -2424,18 +2453,18 @@ var NIS2Icon = ({ size = 24, ...props }) => {
2424
2453
  strokeLinejoin: "round",
2425
2454
  ...props,
2426
2455
  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" })
2456
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("title", { children: "NIS2 compliance" }),
2457
+ /* @__PURE__ */ (0, import_jsx_runtime74.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" }),
2458
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("path", { d: "m9 12 2 2 4-4" })
2430
2459
  ]
2431
2460
  }
2432
2461
  );
2433
2462
  };
2434
2463
 
2435
2464
  // src/notification-icon.tsx
2436
- var import_jsx_runtime74 = require("react/jsx-runtime");
2465
+ var import_jsx_runtime75 = require("react/jsx-runtime");
2437
2466
  var NotificationIcon = (props) => {
2438
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(
2467
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
2439
2468
  "svg",
2440
2469
  {
2441
2470
  xmlns: "http://www.w3.org/2000/svg",
@@ -2449,18 +2478,18 @@ var NotificationIcon = (props) => {
2449
2478
  strokeLinejoin: "round",
2450
2479
  ...props,
2451
2480
  children: [
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" })
2481
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("title", { children: "Notification Icon" }),
2482
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)("path", { d: "M10.268 21a2 2 0 0 0 3.464 0" }),
2483
+ /* @__PURE__ */ (0, import_jsx_runtime75.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" })
2455
2484
  ]
2456
2485
  }
2457
2486
  );
2458
2487
  };
2459
2488
 
2460
2489
  // src/panel-left-icon.tsx
2461
- var import_jsx_runtime75 = require("react/jsx-runtime");
2490
+ var import_jsx_runtime76 = require("react/jsx-runtime");
2462
2491
  var PanelLeftIcon = ({ size = 24, ...props }) => {
2463
- return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
2492
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2464
2493
  "svg",
2465
2494
  {
2466
2495
  xmlns: "http://www.w3.org/2000/svg",
@@ -2474,18 +2503,18 @@ var PanelLeftIcon = ({ size = 24, ...props }) => {
2474
2503
  strokeLinejoin: "round",
2475
2504
  ...props,
2476
2505
  children: [
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" })
2506
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("title", { children: "Panel Left icon" }),
2507
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
2508
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("path", { d: "M9 3v18" })
2480
2509
  ]
2481
2510
  }
2482
2511
  );
2483
2512
  };
2484
2513
 
2485
2514
  // src/people.tsx
2486
- var import_jsx_runtime76 = require("react/jsx-runtime");
2515
+ var import_jsx_runtime77 = require("react/jsx-runtime");
2487
2516
  var PeopleIcon = ({ size = 24, ...props }) => {
2488
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(
2517
+ return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
2489
2518
  "svg",
2490
2519
  {
2491
2520
  xmlns: "http://www.w3.org/2000/svg",
@@ -2499,20 +2528,20 @@ var PeopleIcon = ({ size = 24, ...props }) => {
2499
2528
  strokeLinejoin: "round",
2500
2529
  ...props,
2501
2530
  children: [
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" })
2531
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("title", { children: "People icon" }),
2532
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2" }),
2533
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M16 3.128a4 4 0 0 1 0 7.744" }),
2534
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("path", { d: "M22 21v-2a4 4 0 0 0-3-3.87" }),
2535
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)("circle", { cx: "9", cy: "7", r: "4" })
2507
2536
  ]
2508
2537
  }
2509
2538
  );
2510
2539
  };
2511
2540
 
2512
2541
  // src/physical-asset.tsx
2513
- var import_jsx_runtime77 = require("react/jsx-runtime");
2542
+ var import_jsx_runtime78 = require("react/jsx-runtime");
2514
2543
  var PhysicalAssetIcon = ({ size = 24, ...props }) => {
2515
- return /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(
2544
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
2516
2545
  "svg",
2517
2546
  {
2518
2547
  xmlns: "http://www.w3.org/2000/svg",
@@ -2526,20 +2555,20 @@ var PhysicalAssetIcon = ({ size = 24, ...props }) => {
2526
2555
  strokeLinejoin: "round",
2527
2556
  ...props,
2528
2557
  children: [
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" })
2558
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("title", { children: "Physical Asset icon" }),
2559
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { d: "M18 21V10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v11" }),
2560
+ /* @__PURE__ */ (0, import_jsx_runtime78.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" }),
2561
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { d: "M6 13h12" }),
2562
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("path", { d: "M6 17h12" })
2534
2563
  ]
2535
2564
  }
2536
2565
  );
2537
2566
  };
2538
2567
 
2539
2568
  // src/plus.tsx
2540
- var import_jsx_runtime78 = require("react/jsx-runtime");
2569
+ var import_jsx_runtime79 = require("react/jsx-runtime");
2541
2570
  var PlusIcon = (props) => {
2542
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(
2571
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
2543
2572
  "svg",
2544
2573
  {
2545
2574
  xmlns: "http://www.w3.org/2000/svg",
@@ -2553,18 +2582,18 @@ var PlusIcon = (props) => {
2553
2582
  strokeLinejoin: "round",
2554
2583
  ...props,
2555
2584
  children: [
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" })
2585
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("title", { children: "Plus Icon" }),
2586
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M5 12h14" }),
2587
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("path", { d: "M12 5v14" })
2559
2588
  ]
2560
2589
  }
2561
2590
  );
2562
2591
  };
2563
2592
 
2564
2593
  // src/process.tsx
2565
- var import_jsx_runtime79 = require("react/jsx-runtime");
2594
+ var import_jsx_runtime80 = require("react/jsx-runtime");
2566
2595
  var ProcessIcon = ({ size = 24, ...props }) => {
2567
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(
2596
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
2568
2597
  "svg",
2569
2598
  {
2570
2599
  xmlns: "http://www.w3.org/2000/svg",
@@ -2578,20 +2607,20 @@ var ProcessIcon = ({ size = 24, ...props }) => {
2578
2607
  strokeLinejoin: "round",
2579
2608
  ...props,
2580
2609
  children: [
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" })
2610
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("title", { children: "Process icon" }),
2611
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M16 5H3" }),
2612
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M16 12H3" }),
2613
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "M11 19H3" }),
2614
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("path", { d: "m15 18 2 2 4-4" })
2586
2615
  ]
2587
2616
  }
2588
2617
  );
2589
2618
  };
2590
2619
 
2591
2620
  // src/process-category.tsx
2592
- var import_jsx_runtime80 = require("react/jsx-runtime");
2621
+ var import_jsx_runtime81 = require("react/jsx-runtime");
2593
2622
  var ProcessCategoryIcon = ({ size = 24, ...props }) => {
2594
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)(
2623
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
2595
2624
  "svg",
2596
2625
  {
2597
2626
  xmlns: "http://www.w3.org/2000/svg",
@@ -2605,22 +2634,22 @@ var ProcessCategoryIcon = ({ size = 24, ...props }) => {
2605
2634
  strokeLinejoin: "round",
2606
2635
  ...props,
2607
2636
  children: [
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" })
2637
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("title", { children: "Process category icon" }),
2638
+ /* @__PURE__ */ (0, import_jsx_runtime81.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" }),
2639
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { d: "m8 13 4-7 4 7" }),
2640
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("path", { d: "M9.1 11h5.7" })
2612
2641
  ]
2613
2642
  }
2614
2643
  );
2615
2644
  };
2616
2645
 
2617
2646
  // src/processing-activity.tsx
2618
- var import_jsx_runtime81 = require("react/jsx-runtime");
2647
+ var import_jsx_runtime82 = require("react/jsx-runtime");
2619
2648
  var ProcessingActivityIcon = ({
2620
2649
  size = 24,
2621
2650
  ...props
2622
2651
  }) => {
2623
- return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)(
2652
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
2624
2653
  "svg",
2625
2654
  {
2626
2655
  xmlns: "http://www.w3.org/2000/svg",
@@ -2634,19 +2663,19 @@ var ProcessingActivityIcon = ({
2634
2663
  strokeLinejoin: "round",
2635
2664
  ...props,
2636
2665
  children: [
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" })
2666
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("title", { children: "Processing Activity icon" }),
2667
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("rect", { width: "8", height: "8", x: "3", y: "3", rx: "2" }),
2668
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("path", { d: "M7 11v4a2 2 0 0 0 2 2h4" }),
2669
+ /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("rect", { width: "8", height: "8", x: "13", y: "13", rx: "2" })
2641
2670
  ]
2642
2671
  }
2643
2672
  );
2644
2673
  };
2645
2674
 
2646
2675
  // src/program-icon.tsx
2647
- var import_jsx_runtime82 = require("react/jsx-runtime");
2676
+ var import_jsx_runtime83 = require("react/jsx-runtime");
2648
2677
  var ProgramIcon = ({ size = 24, ...props }) => {
2649
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(
2678
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
2650
2679
  "svg",
2651
2680
  {
2652
2681
  xmlns: "http://www.w3.org/2000/svg",
@@ -2660,20 +2689,20 @@ var ProgramIcon = ({ size = 24, ...props }) => {
2660
2689
  strokeLinejoin: "round",
2661
2690
  ...props,
2662
2691
  children: [
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" })
2692
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("title", { children: "Program icon" }),
2693
+ /* @__PURE__ */ (0, import_jsx_runtime83.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" }),
2694
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "M8 10v4" }),
2695
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "M12 10v2" }),
2696
+ /* @__PURE__ */ (0, import_jsx_runtime83.jsx)("path", { d: "M16 10v6" })
2668
2697
  ]
2669
2698
  }
2670
2699
  );
2671
2700
  };
2672
2701
 
2673
2702
  // src/puzzle-icon.tsx
2674
- var import_jsx_runtime83 = require("react/jsx-runtime");
2703
+ var import_jsx_runtime84 = require("react/jsx-runtime");
2675
2704
  var PuzzleIcon = ({ size = 24, ...props }) => {
2676
- return /* @__PURE__ */ (0, import_jsx_runtime83.jsxs)(
2705
+ return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
2677
2706
  "svg",
2678
2707
  {
2679
2708
  xmlns: "http://www.w3.org/2000/svg",
@@ -2687,17 +2716,17 @@ var PuzzleIcon = ({ size = 24, ...props }) => {
2687
2716
  strokeLinejoin: "round",
2688
2717
  ...props,
2689
2718
  children: [
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" })
2719
+ /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: "Puzzle Icon" }),
2720
+ /* @__PURE__ */ (0, import_jsx_runtime84.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" })
2692
2721
  ]
2693
2722
  }
2694
2723
  );
2695
2724
  };
2696
2725
 
2697
2726
  // src/redo-icon.tsx
2698
- var import_jsx_runtime84 = require("react/jsx-runtime");
2727
+ var import_jsx_runtime85 = require("react/jsx-runtime");
2699
2728
  var RedoIcon = ({ size = 24, ...props }) => {
2700
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(
2729
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
2701
2730
  "svg",
2702
2731
  {
2703
2732
  xmlns: "http://www.w3.org/2000/svg",
@@ -2707,8 +2736,8 @@ var RedoIcon = ({ size = 24, ...props }) => {
2707
2736
  fill: "currentColor",
2708
2737
  ...props,
2709
2738
  children: [
2710
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("title", { children: "Redo Icon" }),
2711
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
2739
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)("title", { children: "Redo Icon" }),
2740
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
2712
2741
  "path",
2713
2742
  {
2714
2743
  fillRule: "evenodd",
@@ -2723,9 +2752,9 @@ var RedoIcon = ({ size = 24, ...props }) => {
2723
2752
  };
2724
2753
 
2725
2754
  // src/risk.tsx
2726
- var import_jsx_runtime85 = require("react/jsx-runtime");
2755
+ var import_jsx_runtime86 = require("react/jsx-runtime");
2727
2756
  var RiskIcon = ({ size = 24, ...props }) => {
2728
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
2757
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
2729
2758
  "svg",
2730
2759
  {
2731
2760
  xmlns: "http://www.w3.org/2000/svg",
@@ -2739,19 +2768,19 @@ var RiskIcon = ({ size = 24, ...props }) => {
2739
2768
  strokeLinejoin: "round",
2740
2769
  ...props,
2741
2770
  children: [
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" })
2771
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: "Risk icon" }),
2772
+ /* @__PURE__ */ (0, import_jsx_runtime86.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" }),
2773
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M12 8v4" }),
2774
+ /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("path", { d: "M12 16h.01" })
2746
2775
  ]
2747
2776
  }
2748
2777
  );
2749
2778
  };
2750
2779
 
2751
2780
  // src/rotate-ccw-icon.tsx
2752
- var import_jsx_runtime86 = require("react/jsx-runtime");
2781
+ var import_jsx_runtime87 = require("react/jsx-runtime");
2753
2782
  var RotateCcwIcon = ({ size = 24, ...props }) => {
2754
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
2783
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
2755
2784
  "svg",
2756
2785
  {
2757
2786
  width: size,
@@ -2761,8 +2790,8 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
2761
2790
  xmlns: "http://www.w3.org/2000/svg",
2762
2791
  ...props,
2763
2792
  children: [
2764
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("title", { children: "Rotate Ccw Icon" }),
2765
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
2793
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("title", { children: "Rotate Ccw Icon" }),
2794
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
2766
2795
  "path",
2767
2796
  {
2768
2797
  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",
@@ -2775,9 +2804,9 @@ var RotateCcwIcon = ({ size = 24, ...props }) => {
2775
2804
  };
2776
2805
 
2777
2806
  // src/save.tsx
2778
- var import_jsx_runtime87 = require("react/jsx-runtime");
2807
+ var import_jsx_runtime88 = require("react/jsx-runtime");
2779
2808
  var SaveIcon = (props) => {
2780
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
2809
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
2781
2810
  "svg",
2782
2811
  {
2783
2812
  xmlns: "http://www.w3.org/2000/svg",
@@ -2791,19 +2820,19 @@ var SaveIcon = (props) => {
2791
2820
  strokeLinejoin: "round",
2792
2821
  ...props,
2793
2822
  children: [
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" })
2823
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("title", { children: "Save Icon" }),
2824
+ /* @__PURE__ */ (0, import_jsx_runtime88.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" }),
2825
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7" }),
2826
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("path", { d: "M7 3v4a1 1 0 0 0 1 1h7" })
2798
2827
  ]
2799
2828
  }
2800
2829
  );
2801
2830
  };
2802
2831
 
2803
2832
  // src/search.tsx
2804
- var import_jsx_runtime88 = require("react/jsx-runtime");
2833
+ var import_jsx_runtime89 = require("react/jsx-runtime");
2805
2834
  var SearchIcon = (props) => {
2806
- return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
2835
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
2807
2836
  "svg",
2808
2837
  {
2809
2838
  xmlns: "http://www.w3.org/2000/svg",
@@ -2817,18 +2846,18 @@ var SearchIcon = (props) => {
2817
2846
  strokeLinejoin: "round",
2818
2847
  ...props,
2819
2848
  children: [
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" })
2849
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("title", { children: "Search Icon" }),
2850
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("path", { d: "m21 21-4.34-4.34" }),
2851
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)("circle", { cx: "11", cy: "11", r: "8" })
2823
2852
  ]
2824
2853
  }
2825
2854
  );
2826
2855
  };
2827
2856
 
2828
2857
  // src/service-asset.tsx
2829
- var import_jsx_runtime89 = require("react/jsx-runtime");
2858
+ var import_jsx_runtime90 = require("react/jsx-runtime");
2830
2859
  var ServiceAssetIcon = ({ size = 24, ...props }) => {
2831
- return /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
2860
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
2832
2861
  "svg",
2833
2862
  {
2834
2863
  xmlns: "http://www.w3.org/2000/svg",
@@ -2842,20 +2871,20 @@ var ServiceAssetIcon = ({ size = 24, ...props }) => {
2842
2871
  strokeLinejoin: "round",
2843
2872
  ...props,
2844
2873
  children: [
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" })
2874
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("title", { children: "Service Asset icon" }),
2875
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M18 8V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h8" }),
2876
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M10 19v-3.96 3.15" }),
2877
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("path", { d: "M7 19h5" }),
2878
+ /* @__PURE__ */ (0, import_jsx_runtime90.jsx)("rect", { width: "6", height: "10", x: "16", y: "12", rx: "2" })
2850
2879
  ]
2851
2880
  }
2852
2881
  );
2853
2882
  };
2854
2883
 
2855
2884
  // src/settings.tsx
2856
- var import_jsx_runtime90 = require("react/jsx-runtime");
2885
+ var import_jsx_runtime91 = require("react/jsx-runtime");
2857
2886
  var SettingsIcon = ({ size = 24, ...props }) => {
2858
- return /* @__PURE__ */ (0, import_jsx_runtime90.jsxs)(
2887
+ return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
2859
2888
  "svg",
2860
2889
  {
2861
2890
  xmlns: "http://www.w3.org/2000/svg",
@@ -2869,20 +2898,20 @@ var SettingsIcon = ({ size = 24, ...props }) => {
2869
2898
  strokeLinejoin: "round",
2870
2899
  ...props,
2871
2900
  children: [
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" })
2901
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("title", { children: "Settings" }),
2902
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M14 17H5" }),
2903
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("path", { d: "M19 7h-9" }),
2904
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("circle", { cx: "17", cy: "17", r: "3" }),
2905
+ /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("circle", { cx: "7", cy: "7", r: "3" })
2877
2906
  ]
2878
2907
  }
2879
2908
  );
2880
2909
  };
2881
2910
 
2882
2911
  // src/shell.tsx
2883
- var import_jsx_runtime91 = require("react/jsx-runtime");
2912
+ var import_jsx_runtime92 = require("react/jsx-runtime");
2884
2913
  var ShellIcon = ({ size = 24, ...props }) => {
2885
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
2914
+ return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
2886
2915
  "svg",
2887
2916
  {
2888
2917
  xmlns: "http://www.w3.org/2000/svg",
@@ -2896,17 +2925,17 @@ var ShellIcon = ({ size = 24, ...props }) => {
2896
2925
  strokeLinejoin: "round",
2897
2926
  ...props,
2898
2927
  children: [
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" })
2928
+ /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("title", { children: "Shell Icon" }),
2929
+ /* @__PURE__ */ (0, import_jsx_runtime92.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" })
2901
2930
  ]
2902
2931
  }
2903
2932
  );
2904
2933
  };
2905
2934
 
2906
2935
  // src/software-asset.tsx
2907
- var import_jsx_runtime92 = require("react/jsx-runtime");
2936
+ var import_jsx_runtime93 = require("react/jsx-runtime");
2908
2937
  var SoftwareAssetIcon = ({ size = 24, ...props }) => {
2909
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
2938
+ return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
2910
2939
  "svg",
2911
2940
  {
2912
2941
  xmlns: "http://www.w3.org/2000/svg",
@@ -2920,20 +2949,20 @@ var SoftwareAssetIcon = ({ size = 24, ...props }) => {
2920
2949
  strokeLinejoin: "round",
2921
2950
  ...props,
2922
2951
  children: [
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" })
2952
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("title", { children: "Software Asset Icon" }),
2953
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("rect", { width: "20", height: "16", x: "2", y: "4", rx: "2" }),
2954
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M6 8h.01" }),
2955
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M10 8h.01" }),
2956
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("path", { d: "M14 8h.01" })
2928
2957
  ]
2929
2958
  }
2930
2959
  );
2931
2960
  };
2932
2961
 
2933
2962
  // src/squares-intersect.tsx
2934
- var import_jsx_runtime93 = require("react/jsx-runtime");
2963
+ var import_jsx_runtime94 = require("react/jsx-runtime");
2935
2964
  var SquaresIntersect = ({ size = 24, ...props }) => {
2936
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(
2965
+ return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
2937
2966
  "svg",
2938
2967
  {
2939
2968
  xmlns: "http://www.w3.org/2000/svg",
@@ -2947,27 +2976,27 @@ var SquaresIntersect = ({ size = 24, ...props }) => {
2947
2976
  strokeLinejoin: "round",
2948
2977
  ...props,
2949
2978
  children: [
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" })
2979
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: "Squares Intersect icon" }),
2980
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M10 22a2 2 0 0 1-2-2" }),
2981
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M14 2a2 2 0 0 1 2 2" }),
2982
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M16 22h-2" }),
2983
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M2 10V8" }),
2984
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M2 4a2 2 0 0 1 2-2" }),
2985
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M20 8a2 2 0 0 1 2 2" }),
2986
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M22 14v2" }),
2987
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M22 20a2 2 0 0 1-2 2" }),
2988
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M4 16a2 2 0 0 1-2-2" }),
2989
+ /* @__PURE__ */ (0, import_jsx_runtime94.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" }),
2990
+ /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("path", { d: "M8 2h2" })
2962
2991
  ]
2963
2992
  }
2964
2993
  );
2965
2994
  };
2966
2995
 
2967
2996
  // src/strike-icon.tsx
2968
- var import_jsx_runtime94 = require("react/jsx-runtime");
2997
+ var import_jsx_runtime95 = require("react/jsx-runtime");
2969
2998
  var StrikeIcon = ({ size = 24, ...props }) => {
2970
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(
2999
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
2971
3000
  "svg",
2972
3001
  {
2973
3002
  width: size,
@@ -2977,15 +3006,15 @@ var StrikeIcon = ({ size = 24, ...props }) => {
2977
3006
  xmlns: "http://www.w3.org/2000/svg",
2978
3007
  ...props,
2979
3008
  children: [
2980
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("title", { children: "Strike" }),
2981
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3009
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: "Strike" }),
3010
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
2982
3011
  "path",
2983
3012
  {
2984
3013
  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",
2985
3014
  fill: "currentColor"
2986
3015
  }
2987
3016
  ),
2988
- /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
3017
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
2989
3018
  "path",
2990
3019
  {
2991
3020
  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",
@@ -2998,9 +3027,9 @@ var StrikeIcon = ({ size = 24, ...props }) => {
2998
3027
  };
2999
3028
 
3000
3029
  // src/subscript-icon.tsx
3001
- var import_jsx_runtime95 = require("react/jsx-runtime");
3030
+ var import_jsx_runtime96 = require("react/jsx-runtime");
3002
3031
  var SubscriptIcon = ({ size = 24, ...props }) => {
3003
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
3032
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
3004
3033
  "svg",
3005
3034
  {
3006
3035
  width: size,
@@ -3010,8 +3039,8 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3010
3039
  xmlns: "http://www.w3.org/2000/svg",
3011
3040
  ...props,
3012
3041
  children: [
3013
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("title", { children: "Subscript" }),
3014
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3042
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: "Subscript" }),
3043
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3015
3044
  "path",
3016
3045
  {
3017
3046
  fillRule: "evenodd",
@@ -3020,7 +3049,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3020
3049
  fill: "currentColor"
3021
3050
  }
3022
3051
  ),
3023
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3052
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3024
3053
  "path",
3025
3054
  {
3026
3055
  fillRule: "evenodd",
@@ -3029,7 +3058,7 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3029
3058
  fill: "currentColor"
3030
3059
  }
3031
3060
  ),
3032
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
3061
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3033
3062
  "path",
3034
3063
  {
3035
3064
  fillRule: "evenodd",
@@ -3044,9 +3073,9 @@ var SubscriptIcon = ({ size = 24, ...props }) => {
3044
3073
  };
3045
3074
 
3046
3075
  // src/superscript-icon.tsx
3047
- var import_jsx_runtime96 = require("react/jsx-runtime");
3076
+ var import_jsx_runtime97 = require("react/jsx-runtime");
3048
3077
  var SuperscriptIcon = ({ size = 24, ...props }) => {
3049
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
3078
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
3050
3079
  "svg",
3051
3080
  {
3052
3081
  width: size,
@@ -3056,8 +3085,8 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3056
3085
  xmlns: "http://www.w3.org/2000/svg",
3057
3086
  ...props,
3058
3087
  children: [
3059
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("title", { children: "Superscript" }),
3060
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3088
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("title", { children: "Superscript" }),
3089
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3061
3090
  "path",
3062
3091
  {
3063
3092
  fillRule: "evenodd",
@@ -3066,7 +3095,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3066
3095
  fill: "currentColor"
3067
3096
  }
3068
3097
  ),
3069
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3098
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3070
3099
  "path",
3071
3100
  {
3072
3101
  fillRule: "evenodd",
@@ -3075,7 +3104,7 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3075
3104
  fill: "currentColor"
3076
3105
  }
3077
3106
  ),
3078
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
3107
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
3079
3108
  "path",
3080
3109
  {
3081
3110
  fillRule: "evenodd",
@@ -3090,9 +3119,9 @@ var SuperscriptIcon = ({ size = 24, ...props }) => {
3090
3119
  };
3091
3120
 
3092
3121
  // src/table-icon.tsx
3093
- var import_jsx_runtime97 = require("react/jsx-runtime");
3122
+ var import_jsx_runtime98 = require("react/jsx-runtime");
3094
3123
  var TableIcon = ({ size = 24, ...props }) => {
3095
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(
3124
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
3096
3125
  "svg",
3097
3126
  {
3098
3127
  width: size,
@@ -3106,20 +3135,100 @@ var TableIcon = ({ size = 24, ...props }) => {
3106
3135
  xmlns: "http://www.w3.org/2000/svg",
3107
3136
  ...props,
3108
3137
  children: [
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" })
3138
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("title", { children: "Table" }),
3139
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M12 3v18" }),
3140
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }),
3141
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M3 9h18" }),
3142
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("path", { d: "M3 15h18" })
3143
+ ]
3144
+ }
3145
+ );
3146
+ };
3147
+
3148
+ // src/table-of-contents-icon.tsx
3149
+ var import_jsx_runtime99 = require("react/jsx-runtime");
3150
+ var TableOfContentsIcon = ({ size = 24, ...props }) => {
3151
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
3152
+ "svg",
3153
+ {
3154
+ xmlns: "http://www.w3.org/2000/svg",
3155
+ width: size,
3156
+ height: size,
3157
+ viewBox: "0 0 24 24",
3158
+ fill: "currentColor",
3159
+ ...props,
3160
+ children: [
3161
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: "Table of Contents Icon" }),
3162
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3163
+ "path",
3164
+ {
3165
+ fillRule: "evenodd",
3166
+ clipRule: "evenodd",
3167
+ d: "M3 5C3 4.44772 3.44772 4 4 4H20C20.5523 4 21 4.44772 21 5C21 5.55228 20.5523 6 20 6H4C3.44772 6 3 5.55228 3 5Z",
3168
+ fill: "currentColor"
3169
+ }
3170
+ ),
3171
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3172
+ "path",
3173
+ {
3174
+ fillRule: "evenodd",
3175
+ clipRule: "evenodd",
3176
+ d: "M7 10C7 9.44772 7.44772 9 8 9H18C18.5523 9 19 9.44772 19 10C19 10.5523 18.5523 11 18 11H8C7.44772 11 7 10.5523 7 10Z",
3177
+ fill: "currentColor"
3178
+ }
3179
+ ),
3180
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3181
+ "path",
3182
+ {
3183
+ fillRule: "evenodd",
3184
+ clipRule: "evenodd",
3185
+ d: "M7 14C7 13.4477 7.44772 13 8 13H16C16.5523 13 17 13.4477 17 14C17 14.5523 16.5523 15 16 15H8C7.44772 15 7 14.5523 7 14Z",
3186
+ fill: "currentColor"
3187
+ }
3188
+ ),
3189
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3190
+ "path",
3191
+ {
3192
+ fillRule: "evenodd",
3193
+ clipRule: "evenodd",
3194
+ d: "M3 19C3 18.4477 3.44772 18 4 18H14C14.5523 18 15 18.4477 15 19C15 19.5523 14.5523 20 14 20H4C3.44772 20 3 19.5523 3 19Z",
3195
+ fill: "currentColor"
3196
+ }
3197
+ )
3198
+ ]
3199
+ }
3200
+ );
3201
+ };
3202
+
3203
+ // src/tom-icon.tsx
3204
+ var import_jsx_runtime100 = require("react/jsx-runtime");
3205
+ var TomIcon = ({ size = 24, ...props }) => {
3206
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
3207
+ "svg",
3208
+ {
3209
+ xmlns: "http://www.w3.org/2000/svg",
3210
+ width: size,
3211
+ height: size,
3212
+ viewBox: "0 0 24 24",
3213
+ fill: "none",
3214
+ stroke: "currentColor",
3215
+ strokeWidth: "2",
3216
+ strokeLinecap: "round",
3217
+ strokeLinejoin: "round",
3218
+ ...props,
3219
+ children: [
3220
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: "TOM icon" }),
3221
+ /* @__PURE__ */ (0, import_jsx_runtime100.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" }),
3222
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("path", { d: "m9 12 2 2 4-4" })
3114
3223
  ]
3115
3224
  }
3116
3225
  );
3117
3226
  };
3118
3227
 
3119
3228
  // src/trash-icon.tsx
3120
- var import_jsx_runtime98 = require("react/jsx-runtime");
3229
+ var import_jsx_runtime101 = require("react/jsx-runtime");
3121
3230
  var TrashIcon = ({ size = 24, ...props }) => {
3122
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(
3231
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
3123
3232
  "svg",
3124
3233
  {
3125
3234
  xmlns: "http://www.w3.org/2000/svg",
@@ -3133,21 +3242,21 @@ var TrashIcon = ({ size = 24, ...props }) => {
3133
3242
  strokeLinejoin: "round",
3134
3243
  ...props,
3135
3244
  children: [
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" })
3245
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: "Trash icon" }),
3246
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M10 11v6" }),
3247
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M14 11v6" }),
3248
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6" }),
3249
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M3 6h18" }),
3250
+ /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2" })
3142
3251
  ]
3143
3252
  }
3144
3253
  );
3145
3254
  };
3146
3255
 
3147
3256
  // src/type-icon.tsx
3148
- var import_jsx_runtime99 = require("react/jsx-runtime");
3257
+ var import_jsx_runtime102 = require("react/jsx-runtime");
3149
3258
  var TypeIcon = ({ size = 24, ...props }) => {
3150
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
3259
+ return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
3151
3260
  "svg",
3152
3261
  {
3153
3262
  width: size,
@@ -3157,8 +3266,8 @@ var TypeIcon = ({ size = 24, ...props }) => {
3157
3266
  xmlns: "http://www.w3.org/2000/svg",
3158
3267
  ...props,
3159
3268
  children: [
3160
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("title", { children: "Type Icon" }),
3161
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
3269
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)("title", { children: "Type Icon" }),
3270
+ /* @__PURE__ */ (0, import_jsx_runtime102.jsx)(
3162
3271
  "path",
3163
3272
  {
3164
3273
  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",
@@ -3171,9 +3280,9 @@ var TypeIcon = ({ size = 24, ...props }) => {
3171
3280
  };
3172
3281
 
3173
3282
  // src/underline-icon.tsx
3174
- var import_jsx_runtime100 = require("react/jsx-runtime");
3283
+ var import_jsx_runtime103 = require("react/jsx-runtime");
3175
3284
  var UnderlineIcon = ({ size = 24, ...props }) => {
3176
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
3285
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
3177
3286
  "svg",
3178
3287
  {
3179
3288
  width: size,
@@ -3183,8 +3292,8 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
3183
3292
  xmlns: "http://www.w3.org/2000/svg",
3184
3293
  ...props,
3185
3294
  children: [
3186
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("title", { children: "Underline" }),
3187
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
3295
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("title", { children: "Underline" }),
3296
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3188
3297
  "path",
3189
3298
  {
3190
3299
  fillRule: "evenodd",
@@ -3199,9 +3308,9 @@ var UnderlineIcon = ({ size = 24, ...props }) => {
3199
3308
  };
3200
3309
 
3201
3310
  // src/undo-icon.tsx
3202
- var import_jsx_runtime101 = require("react/jsx-runtime");
3311
+ var import_jsx_runtime104 = require("react/jsx-runtime");
3203
3312
  var UndoIcon = ({ size = 24, ...props }) => {
3204
- return /* @__PURE__ */ (0, import_jsx_runtime101.jsxs)(
3313
+ return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
3205
3314
  "svg",
3206
3315
  {
3207
3316
  xmlns: "http://www.w3.org/2000/svg",
@@ -3211,8 +3320,8 @@ var UndoIcon = ({ size = 24, ...props }) => {
3211
3320
  fill: "currentColor",
3212
3321
  ...props,
3213
3322
  children: [
3214
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)("title", { children: "Undo Icon" }),
3215
- /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
3323
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)("title", { children: "Undo Icon" }),
3324
+ /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
3216
3325
  "path",
3217
3326
  {
3218
3327
  fillRule: "evenodd",
@@ -3227,9 +3336,9 @@ var UndoIcon = ({ size = 24, ...props }) => {
3227
3336
  };
3228
3337
 
3229
3338
  // src/upload.tsx
3230
- var import_jsx_runtime102 = require("react/jsx-runtime");
3339
+ var import_jsx_runtime105 = require("react/jsx-runtime");
3231
3340
  var UploadIcon = ({ size = 24, ...props }) => {
3232
- return /* @__PURE__ */ (0, import_jsx_runtime102.jsxs)(
3341
+ return /* @__PURE__ */ (0, import_jsx_runtime105.jsxs)(
3233
3342
  "svg",
3234
3343
  {
3235
3344
  xmlns: "http://www.w3.org/2000/svg",
@@ -3243,19 +3352,19 @@ var UploadIcon = ({ size = 24, ...props }) => {
3243
3352
  strokeLinejoin: "round",
3244
3353
  ...props,
3245
3354
  children: [
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" })
3355
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("title", { children: "Upload icon" }),
3356
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M12 13v8" }),
3357
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242" }),
3358
+ /* @__PURE__ */ (0, import_jsx_runtime105.jsx)("path", { d: "m8 17 4-4 4 4" })
3250
3359
  ]
3251
3360
  }
3252
3361
  );
3253
3362
  };
3254
3363
 
3255
3364
  // src/user-circle-icon.tsx
3256
- var import_jsx_runtime103 = require("react/jsx-runtime");
3365
+ var import_jsx_runtime106 = require("react/jsx-runtime");
3257
3366
  var UserCircleIcon = ({ size = 24, ...props }) => {
3258
- return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
3367
+ return /* @__PURE__ */ (0, import_jsx_runtime106.jsxs)(
3259
3368
  "svg",
3260
3369
  {
3261
3370
  width: size,
@@ -3264,9 +3373,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
3264
3373
  xmlns: "http://www.w3.org/2000/svg",
3265
3374
  ...props,
3266
3375
  children: [
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)(
3376
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("title", { children: "User Circle Icon" }),
3377
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)("rect", { width: "256", height: "256", fill: "none" }),
3378
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3270
3379
  "circle",
3271
3380
  {
3272
3381
  cx: "128",
@@ -3279,7 +3388,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
3279
3388
  strokeWidth: "16"
3280
3389
  }
3281
3390
  ),
3282
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3391
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3283
3392
  "circle",
3284
3393
  {
3285
3394
  cx: "128",
@@ -3292,7 +3401,7 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
3292
3401
  strokeWidth: "16"
3293
3402
  }
3294
3403
  ),
3295
- /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
3404
+ /* @__PURE__ */ (0, import_jsx_runtime106.jsx)(
3296
3405
  "path",
3297
3406
  {
3298
3407
  d: "M63.8,199.37a72,72,0,0,1,128.4,0",
@@ -3309,9 +3418,9 @@ var UserCircleIcon = ({ size = 24, ...props }) => {
3309
3418
  };
3310
3419
 
3311
3420
  // src/vendor.tsx
3312
- var import_jsx_runtime104 = require("react/jsx-runtime");
3421
+ var import_jsx_runtime107 = require("react/jsx-runtime");
3313
3422
  var VendorIcon = ({ size = 24, ...props }) => {
3314
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(
3423
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(
3315
3424
  "svg",
3316
3425
  {
3317
3426
  xmlns: "http://www.w3.org/2000/svg",
@@ -3325,12 +3434,12 @@ var VendorIcon = ({ size = 24, ...props }) => {
3325
3434
  strokeLinejoin: "round",
3326
3435
  ...props,
3327
3436
  children: [
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" })
3437
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("title", { children: "Vendor icon" }),
3438
+ /* @__PURE__ */ (0, import_jsx_runtime107.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" }),
3439
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8" }),
3440
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M15 22v-4a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v4" }),
3441
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("path", { d: "M2 7h20" }),
3442
+ /* @__PURE__ */ (0, import_jsx_runtime107.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" })
3334
3443
  ]
3335
3444
  }
3336
3445
  );
@@ -3380,6 +3489,7 @@ var VendorIcon = ({ size = 24, ...props }) => {
3380
3489
  DataAssetIcon,
3381
3490
  DocumentsIcon,
3382
3491
  DomainIcon,
3492
+ DownloadIcon,
3383
3493
  EditIcon,
3384
3494
  EllipsisIcon,
3385
3495
  EqualsIcon,
@@ -3439,6 +3549,8 @@ var VendorIcon = ({ size = 24, ...props }) => {
3439
3549
  SuperscriptIcon,
3440
3550
  SupersetIcon,
3441
3551
  TableIcon,
3552
+ TableOfContentsIcon,
3553
+ TomIcon,
3442
3554
  TrashIcon,
3443
3555
  TypeIcon,
3444
3556
  UnderlineIcon,