@windrun-huaiin/third-ui 5.5.0 → 5.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1224,6 +1224,7 @@ __export(limited_lucide_icons_exports, {
1224
1224
  Binary: () => Binary,
1225
1225
  Blocks: () => Blocks,
1226
1226
  BookX: () => BookX,
1227
+ BotMessageSquare: () => BotMessageSquare,
1227
1228
  BringToFront: () => BringToFront,
1228
1229
  Bug: () => Bug,
1229
1230
  Building2: () => Building2,
@@ -1281,6 +1282,8 @@ __export(limited_lucide_icons_exports, {
1281
1282
  LogIn: () => LogIn,
1282
1283
  LogOut: () => LogOut,
1283
1284
  Mail: () => Mail,
1285
+ MessageCircleCode: () => MessageCircleCode,
1286
+ MessageCircleMore: () => MessageCircleMore,
1284
1287
  MoreHorizontal: () => Ellipsis,
1285
1288
  MousePointerClick: () => MousePointerClick,
1286
1289
  Palette: () => Palette,
@@ -1491,16 +1494,27 @@ var __iconNode8 = [
1491
1494
  ];
1492
1495
  var BookX = createLucideIcon("book-x", __iconNode8);
1493
1496
 
1494
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bring-to-front.js
1497
+ // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bot-message-square.js
1495
1498
  var __iconNode9 = [
1499
+ ["path", { d: "M12 6V2H8", key: "1155em" }],
1500
+ ["path", { d: "m8 18-4 4V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2Z", key: "w2lp3e" }],
1501
+ ["path", { d: "M2 12h2", key: "1t8f8n" }],
1502
+ ["path", { d: "M9 11v2", key: "1ueba0" }],
1503
+ ["path", { d: "M15 11v2", key: "i11awn" }],
1504
+ ["path", { d: "M20 12h2", key: "1q8mjw" }]
1505
+ ];
1506
+ var BotMessageSquare = createLucideIcon("bot-message-square", __iconNode9);
1507
+
1508
+ // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bring-to-front.js
1509
+ var __iconNode10 = [
1496
1510
  ["rect", { x: "8", y: "8", width: "8", height: "8", rx: "2", key: "yj20xf" }],
1497
1511
  ["path", { d: "M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2", key: "1ltk23" }],
1498
1512
  ["path", { d: "M14 20a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2", key: "1q24h9" }]
1499
1513
  ];
1500
- var BringToFront = createLucideIcon("bring-to-front", __iconNode9);
1514
+ var BringToFront = createLucideIcon("bring-to-front", __iconNode10);
1501
1515
 
1502
1516
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bug.js
1503
- var __iconNode10 = [
1517
+ var __iconNode11 = [
1504
1518
  ["path", { d: "m8 2 1.88 1.88", key: "fmnt4t" }],
1505
1519
  ["path", { d: "M14.12 3.88 16 2", key: "qol33r" }],
1506
1520
  ["path", { d: "M9 7.13v-1a3.003 3.003 0 1 1 6 0v1", key: "d7y7pr" }],
@@ -1519,10 +1533,10 @@ var __iconNode10 = [
1519
1533
  ["path", { d: "M22 13h-4", key: "1jl80f" }],
1520
1534
  ["path", { d: "M17.2 17c2.1.1 3.8 1.9 3.8 4", key: "k3fwyw" }]
1521
1535
  ];
1522
- var Bug = createLucideIcon("bug", __iconNode10);
1536
+ var Bug = createLucideIcon("bug", __iconNode11);
1523
1537
 
1524
1538
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/building-2.js
1525
- var __iconNode11 = [
1539
+ var __iconNode12 = [
1526
1540
  ["path", { d: "M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z", key: "1b4qmf" }],
1527
1541
  ["path", { d: "M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2", key: "i71pzd" }],
1528
1542
  ["path", { d: "M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2", key: "10jefs" }],
@@ -1531,10 +1545,10 @@ var __iconNode11 = [
1531
1545
  ["path", { d: "M10 14h4", key: "kelpxr" }],
1532
1546
  ["path", { d: "M10 18h4", key: "1ulq68" }]
1533
1547
  ];
1534
- var Building2 = createLucideIcon("building-2", __iconNode11);
1548
+ var Building2 = createLucideIcon("building-2", __iconNode12);
1535
1549
 
1536
1550
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/car.js
1537
- var __iconNode12 = [
1551
+ var __iconNode13 = [
1538
1552
  [
1539
1553
  "path",
1540
1554
  {
@@ -1546,60 +1560,60 @@ var __iconNode12 = [
1546
1560
  ["path", { d: "M9 17h6", key: "r8uit2" }],
1547
1561
  ["circle", { cx: "17", cy: "17", r: "2", key: "axvx0g" }]
1548
1562
  ];
1549
- var Car = createLucideIcon("car", __iconNode12);
1563
+ var Car = createLucideIcon("car", __iconNode13);
1550
1564
 
1551
1565
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check-check.js
1552
- var __iconNode13 = [
1566
+ var __iconNode14 = [
1553
1567
  ["path", { d: "M18 6 7 17l-5-5", key: "116fxf" }],
1554
1568
  ["path", { d: "m22 10-7.5 7.5L13 16", key: "ke71qq" }]
1555
1569
  ];
1556
- var CheckCheck = createLucideIcon("check-check", __iconNode13);
1570
+ var CheckCheck = createLucideIcon("check-check", __iconNode14);
1557
1571
 
1558
1572
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check.js
1559
- var __iconNode14 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
1560
- var Check = createLucideIcon("check", __iconNode14);
1573
+ var __iconNode15 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
1574
+ var Check = createLucideIcon("check", __iconNode15);
1561
1575
 
1562
1576
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-down.js
1563
- var __iconNode15 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
1564
- var ChevronDown = createLucideIcon("chevron-down", __iconNode15);
1577
+ var __iconNode16 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
1578
+ var ChevronDown = createLucideIcon("chevron-down", __iconNode16);
1565
1579
 
1566
1580
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-left.js
1567
- var __iconNode16 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
1568
- var ChevronLeft = createLucideIcon("chevron-left", __iconNode16);
1581
+ var __iconNode17 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
1582
+ var ChevronLeft = createLucideIcon("chevron-left", __iconNode17);
1569
1583
 
1570
1584
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-right.js
1571
- var __iconNode17 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
1572
- var ChevronRight = createLucideIcon("chevron-right", __iconNode17);
1585
+ var __iconNode18 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
1586
+ var ChevronRight = createLucideIcon("chevron-right", __iconNode18);
1573
1587
 
1574
1588
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-up.js
1575
- var __iconNode18 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
1576
- var ChevronUp = createLucideIcon("chevron-up", __iconNode18);
1589
+ var __iconNode19 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
1590
+ var ChevronUp = createLucideIcon("chevron-up", __iconNode19);
1577
1591
 
1578
1592
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-alert.js
1579
- var __iconNode19 = [
1593
+ var __iconNode20 = [
1580
1594
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1581
1595
  ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
1582
1596
  ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
1583
1597
  ];
1584
- var CircleAlert = createLucideIcon("circle-alert", __iconNode19);
1598
+ var CircleAlert = createLucideIcon("circle-alert", __iconNode20);
1585
1599
 
1586
1600
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-small.js
1587
- var __iconNode20 = [["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }]];
1588
- var CircleSmall = createLucideIcon("circle-small", __iconNode20);
1601
+ var __iconNode21 = [["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }]];
1602
+ var CircleSmall = createLucideIcon("circle-small", __iconNode21);
1589
1603
 
1590
1604
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-stop.js
1591
- var __iconNode21 = [
1605
+ var __iconNode22 = [
1592
1606
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1593
1607
  ["rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", key: "1ssd4o" }]
1594
1608
  ];
1595
- var CircleStop = createLucideIcon("circle-stop", __iconNode21);
1609
+ var CircleStop = createLucideIcon("circle-stop", __iconNode22);
1596
1610
 
1597
1611
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle.js
1598
- var __iconNode22 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
1599
- var Circle = createLucideIcon("circle", __iconNode22);
1612
+ var __iconNode23 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
1613
+ var Circle = createLucideIcon("circle", __iconNode23);
1600
1614
 
1601
1615
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/component.js
1602
- var __iconNode23 = [
1616
+ var __iconNode24 = [
1603
1617
  [
1604
1618
  "path",
1605
1619
  {
@@ -1629,17 +1643,17 @@ var __iconNode23 = [
1629
1643
  }
1630
1644
  ]
1631
1645
  ];
1632
- var Component = createLucideIcon("component", __iconNode23);
1646
+ var Component = createLucideIcon("component", __iconNode24);
1633
1647
 
1634
1648
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/copy.js
1635
- var __iconNode24 = [
1649
+ var __iconNode25 = [
1636
1650
  ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
1637
1651
  ["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2", key: "zix9uf" }]
1638
1652
  ];
1639
- var Copy = createLucideIcon("copy", __iconNode24);
1653
+ var Copy = createLucideIcon("copy", __iconNode25);
1640
1654
 
1641
1655
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/cpu.js
1642
- var __iconNode25 = [
1656
+ var __iconNode26 = [
1643
1657
  ["path", { d: "M12 20v2", key: "1lh1kg" }],
1644
1658
  ["path", { d: "M12 2v2", key: "tus03m" }],
1645
1659
  ["path", { d: "M17 20v2", key: "1rnc9c" }],
@@ -1655,48 +1669,48 @@ var __iconNode25 = [
1655
1669
  ["rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", key: "1vbyd7" }],
1656
1670
  ["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1", key: "z9xiuo" }]
1657
1671
  ];
1658
- var Cpu = createLucideIcon("cpu", __iconNode25);
1672
+ var Cpu = createLucideIcon("cpu", __iconNode26);
1659
1673
 
1660
1674
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/database-zap.js
1661
- var __iconNode26 = [
1675
+ var __iconNode27 = [
1662
1676
  ["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", key: "msslwz" }],
1663
1677
  ["path", { d: "M3 5V19A9 3 0 0 0 15 21.84", key: "14ibmq" }],
1664
1678
  ["path", { d: "M21 5V8", key: "1marbg" }],
1665
1679
  ["path", { d: "M21 12L18 17H22L19 22", key: "zafso" }],
1666
1680
  ["path", { d: "M3 12A9 3 0 0 0 14.59 14.87", key: "1y4wr8" }]
1667
1681
  ];
1668
- var DatabaseZap = createLucideIcon("database-zap", __iconNode26);
1682
+ var DatabaseZap = createLucideIcon("database-zap", __iconNode27);
1669
1683
 
1670
1684
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/dot.js
1671
- var __iconNode27 = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]];
1672
- var Dot = createLucideIcon("dot", __iconNode27);
1685
+ var __iconNode28 = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]];
1686
+ var Dot = createLucideIcon("dot", __iconNode28);
1673
1687
 
1674
1688
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/download.js
1675
- var __iconNode28 = [
1689
+ var __iconNode29 = [
1676
1690
  ["path", { d: "M12 15V3", key: "m9g1x1" }],
1677
1691
  ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
1678
1692
  ["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
1679
1693
  ];
1680
- var Download = createLucideIcon("download", __iconNode28);
1694
+ var Download = createLucideIcon("download", __iconNode29);
1681
1695
 
1682
1696
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/ellipsis.js
1683
- var __iconNode29 = [
1697
+ var __iconNode30 = [
1684
1698
  ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
1685
1699
  ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
1686
1700
  ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
1687
1701
  ];
1688
- var Ellipsis = createLucideIcon("ellipsis", __iconNode29);
1702
+ var Ellipsis = createLucideIcon("ellipsis", __iconNode30);
1689
1703
 
1690
1704
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/external-link.js
1691
- var __iconNode30 = [
1705
+ var __iconNode31 = [
1692
1706
  ["path", { d: "M15 3h6v6", key: "1q9fwt" }],
1693
1707
  ["path", { d: "M10 14 21 3", key: "gplh6r" }],
1694
1708
  ["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
1695
1709
  ];
1696
- var ExternalLink = createLucideIcon("external-link", __iconNode30);
1710
+ var ExternalLink = createLucideIcon("external-link", __iconNode31);
1697
1711
 
1698
1712
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/eye.js
1699
- var __iconNode31 = [
1713
+ var __iconNode32 = [
1700
1714
  [
1701
1715
  "path",
1702
1716
  {
@@ -1706,62 +1720,62 @@ var __iconNode31 = [
1706
1720
  ],
1707
1721
  ["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
1708
1722
  ];
1709
- var Eye = createLucideIcon("eye", __iconNode31);
1723
+ var Eye = createLucideIcon("eye", __iconNode32);
1710
1724
 
1711
1725
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/facebook.js
1712
- var __iconNode32 = [
1726
+ var __iconNode33 = [
1713
1727
  [
1714
1728
  "path",
1715
1729
  { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z", key: "1jg4f8" }
1716
1730
  ]
1717
1731
  ];
1718
- var Facebook = createLucideIcon("facebook", __iconNode32);
1732
+ var Facebook = createLucideIcon("facebook", __iconNode33);
1719
1733
 
1720
1734
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-down.js
1721
- var __iconNode33 = [
1735
+ var __iconNode34 = [
1722
1736
  ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
1723
1737
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1724
1738
  ["path", { d: "M12 18v-6", key: "17g6i2" }],
1725
1739
  ["path", { d: "m9 15 3 3 3-3", key: "1npd3o" }]
1726
1740
  ];
1727
- var FileDown = createLucideIcon("file-down", __iconNode33);
1741
+ var FileDown = createLucideIcon("file-down", __iconNode34);
1728
1742
 
1729
1743
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-input.js
1730
- var __iconNode34 = [
1744
+ var __iconNode35 = [
1731
1745
  ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4", key: "1pf5j1" }],
1732
1746
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1733
1747
  ["path", { d: "M2 15h10", key: "jfw4w8" }],
1734
1748
  ["path", { d: "m9 18 3-3-3-3", key: "112psh" }]
1735
1749
  ];
1736
- var FileInput = createLucideIcon("file-input", __iconNode34);
1750
+ var FileInput = createLucideIcon("file-input", __iconNode35);
1737
1751
 
1738
1752
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-lock-2.js
1739
- var __iconNode35 = [
1753
+ var __iconNode36 = [
1740
1754
  ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1", key: "jmtmu2" }],
1741
1755
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1742
1756
  ["rect", { width: "8", height: "5", x: "2", y: "13", rx: "1", key: "10y5wo" }],
1743
1757
  ["path", { d: "M8 13v-2a2 2 0 1 0-4 0v2", key: "1pdxzg" }]
1744
1758
  ];
1745
- var FileLock2 = createLucideIcon("file-lock-2", __iconNode35);
1759
+ var FileLock2 = createLucideIcon("file-lock-2", __iconNode36);
1746
1760
 
1747
1761
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-up.js
1748
- var __iconNode36 = [
1762
+ var __iconNode37 = [
1749
1763
  ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
1750
1764
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1751
1765
  ["path", { d: "M12 12v6", key: "3ahymv" }],
1752
1766
  ["path", { d: "m15 15-3-3-3 3", key: "15xj92" }]
1753
1767
  ];
1754
- var FileUp = createLucideIcon("file-up", __iconNode36);
1768
+ var FileUp = createLucideIcon("file-up", __iconNode37);
1755
1769
 
1756
1770
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file.js
1757
- var __iconNode37 = [
1771
+ var __iconNode38 = [
1758
1772
  ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
1759
1773
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }]
1760
1774
  ];
1761
- var File = createLucideIcon("file", __iconNode37);
1775
+ var File = createLucideIcon("file", __iconNode38);
1762
1776
 
1763
1777
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/fingerprint.js
1764
- var __iconNode38 = [
1778
+ var __iconNode39 = [
1765
1779
  ["path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4", key: "1nerag" }],
1766
1780
  ["path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88", key: "o46ks0" }],
1767
1781
  ["path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02", key: "ptglia" }],
@@ -1772,10 +1786,10 @@ var __iconNode38 = [
1772
1786
  ["path", { d: "M8.65 22c.21-.66.45-1.32.57-2", key: "13wd9y" }],
1773
1787
  ["path", { d: "M9 6.8a6 6 0 0 1 9 5.2v2", key: "1fr1j5" }]
1774
1788
  ];
1775
- var Fingerprint = createLucideIcon("fingerprint", __iconNode38);
1789
+ var Fingerprint = createLucideIcon("fingerprint", __iconNode39);
1776
1790
 
1777
1791
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder-open.js
1778
- var __iconNode39 = [
1792
+ var __iconNode40 = [
1779
1793
  [
1780
1794
  "path",
1781
1795
  {
@@ -1784,10 +1798,10 @@ var __iconNode39 = [
1784
1798
  }
1785
1799
  ]
1786
1800
  ];
1787
- var FolderOpen = createLucideIcon("folder-open", __iconNode39);
1801
+ var FolderOpen = createLucideIcon("folder-open", __iconNode40);
1788
1802
 
1789
1803
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder.js
1790
- var __iconNode40 = [
1804
+ var __iconNode41 = [
1791
1805
  [
1792
1806
  "path",
1793
1807
  {
@@ -1796,10 +1810,10 @@ var __iconNode40 = [
1796
1810
  }
1797
1811
  ]
1798
1812
  ];
1799
- var Folder = createLucideIcon("folder", __iconNode40);
1813
+ var Folder = createLucideIcon("folder", __iconNode41);
1800
1814
 
1801
1815
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/gift.js
1802
- var __iconNode41 = [
1816
+ var __iconNode42 = [
1803
1817
  ["rect", { x: "3", y: "8", width: "18", height: "4", rx: "1", key: "bkv52" }],
1804
1818
  ["path", { d: "M12 8v13", key: "1c76mn" }],
1805
1819
  ["path", { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7", key: "6wjy6b" }],
@@ -1811,20 +1825,20 @@ var __iconNode41 = [
1811
1825
  }
1812
1826
  ]
1813
1827
  ];
1814
- var Gift = createLucideIcon("gift", __iconNode41);
1828
+ var Gift = createLucideIcon("gift", __iconNode42);
1815
1829
 
1816
1830
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/git-pull-request-arrow.js
1817
- var __iconNode42 = [
1831
+ var __iconNode43 = [
1818
1832
  ["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
1819
1833
  ["path", { d: "M5 9v12", key: "ih889a" }],
1820
1834
  ["circle", { cx: "19", cy: "18", r: "3", key: "1qljk2" }],
1821
1835
  ["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
1822
1836
  ["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }]
1823
1837
  ];
1824
- var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow", __iconNode42);
1838
+ var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow", __iconNode43);
1825
1839
 
1826
1840
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe-lock.js
1827
- var __iconNode43 = [
1841
+ var __iconNode44 = [
1828
1842
  [
1829
1843
  "path",
1830
1844
  {
@@ -1836,18 +1850,18 @@ var __iconNode43 = [
1836
1850
  ["path", { d: "M20 6V4a2 2 0 1 0-4 0v2", key: "1of5e8" }],
1837
1851
  ["rect", { width: "8", height: "5", x: "14", y: "6", rx: "1", key: "1fmf51" }]
1838
1852
  ];
1839
- var GlobeLock = createLucideIcon("globe-lock", __iconNode43);
1853
+ var GlobeLock = createLucideIcon("globe-lock", __iconNode44);
1840
1854
 
1841
1855
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe.js
1842
- var __iconNode44 = [
1856
+ var __iconNode45 = [
1843
1857
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1844
1858
  ["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
1845
1859
  ["path", { d: "M2 12h20", key: "9i4pu4" }]
1846
1860
  ];
1847
- var Globe = createLucideIcon("globe", __iconNode44);
1861
+ var Globe = createLucideIcon("globe", __iconNode45);
1848
1862
 
1849
1863
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip-vertical.js
1850
- var __iconNode45 = [
1864
+ var __iconNode46 = [
1851
1865
  ["circle", { cx: "9", cy: "12", r: "1", key: "1vctgf" }],
1852
1866
  ["circle", { cx: "9", cy: "5", r: "1", key: "hp0tcf" }],
1853
1867
  ["circle", { cx: "9", cy: "19", r: "1", key: "fkjjf6" }],
@@ -1855,10 +1869,10 @@ var __iconNode45 = [
1855
1869
  ["circle", { cx: "15", cy: "5", r: "1", key: "19l28e" }],
1856
1870
  ["circle", { cx: "15", cy: "19", r: "1", key: "f4zoj3" }]
1857
1871
  ];
1858
- var GripVertical = createLucideIcon("grip-vertical", __iconNode45);
1872
+ var GripVertical = createLucideIcon("grip-vertical", __iconNode46);
1859
1873
 
1860
1874
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip.js
1861
- var __iconNode46 = [
1875
+ var __iconNode47 = [
1862
1876
  ["circle", { cx: "12", cy: "5", r: "1", key: "gxeob9" }],
1863
1877
  ["circle", { cx: "19", cy: "5", r: "1", key: "w8mnmm" }],
1864
1878
  ["circle", { cx: "5", cy: "5", r: "1", key: "lttvr7" }],
@@ -1869,10 +1883,10 @@ var __iconNode46 = [
1869
1883
  ["circle", { cx: "19", cy: "19", r: "1", key: "shf9b7" }],
1870
1884
  ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
1871
1885
  ];
1872
- var Grip = createLucideIcon("grip", __iconNode46);
1886
+ var Grip = createLucideIcon("grip", __iconNode47);
1873
1887
 
1874
1888
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
1875
- var __iconNode47 = [
1889
+ var __iconNode48 = [
1876
1890
  ["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
1877
1891
  [
1878
1892
  "path",
@@ -1890,10 +1904,10 @@ var __iconNode47 = [
1890
1904
  }
1891
1905
  ]
1892
1906
  ];
1893
- var HandHeart = createLucideIcon("hand-heart", __iconNode47);
1907
+ var HandHeart = createLucideIcon("hand-heart", __iconNode48);
1894
1908
 
1895
1909
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
1896
- var __iconNode48 = [
1910
+ var __iconNode49 = [
1897
1911
  ["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
1898
1912
  [
1899
1913
  "path",
@@ -1906,17 +1920,17 @@ var __iconNode48 = [
1906
1920
  ["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
1907
1921
  ["path", { d: "M3 4h8", key: "1ep09j" }]
1908
1922
  ];
1909
- var Handshake = createLucideIcon("handshake", __iconNode48);
1923
+ var Handshake = createLucideIcon("handshake", __iconNode49);
1910
1924
 
1911
1925
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
1912
- var __iconNode49 = [
1926
+ var __iconNode50 = [
1913
1927
  ["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
1914
1928
  ["path", { d: "m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4", key: "14a9rk" }]
1915
1929
  ];
1916
- var Highlighter = createLucideIcon("highlighter", __iconNode49);
1930
+ var Highlighter = createLucideIcon("highlighter", __iconNode50);
1917
1931
 
1918
1932
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
1919
- var __iconNode50 = [
1933
+ var __iconNode51 = [
1920
1934
  [
1921
1935
  "path",
1922
1936
  {
@@ -1928,10 +1942,10 @@ var __iconNode50 = [
1928
1942
  ["path", { d: "M15 18h6", key: "3b3c90" }],
1929
1943
  ["path", { d: "M18 15v6", key: "9wciyi" }]
1930
1944
  ];
1931
- var HousePlus = createLucideIcon("house-plus", __iconNode50);
1945
+ var HousePlus = createLucideIcon("house-plus", __iconNode51);
1932
1946
 
1933
1947
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
1934
- var __iconNode51 = [
1948
+ var __iconNode52 = [
1935
1949
  [
1936
1950
  "path",
1937
1951
  {
@@ -1943,10 +1957,10 @@ var __iconNode51 = [
1943
1957
  ["path", { d: "m17 22 3-3", key: "1nkfve" }],
1944
1958
  ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1945
1959
  ];
1946
- var ImageDown = createLucideIcon("image-down", __iconNode51);
1960
+ var ImageDown = createLucideIcon("image-down", __iconNode52);
1947
1961
 
1948
1962
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
1949
- var __iconNode52 = [
1963
+ var __iconNode53 = [
1950
1964
  ["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
1951
1965
  ["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
1952
1966
  ["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
@@ -1960,10 +1974,10 @@ var __iconNode52 = [
1960
1974
  ],
1961
1975
  ["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
1962
1976
  ];
1963
- var ImageOff = createLucideIcon("image-off", __iconNode52);
1977
+ var ImageOff = createLucideIcon("image-off", __iconNode53);
1964
1978
 
1965
1979
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
1966
- var __iconNode53 = [
1980
+ var __iconNode54 = [
1967
1981
  [
1968
1982
  "path",
1969
1983
  {
@@ -1975,24 +1989,24 @@ var __iconNode53 = [
1975
1989
  ["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
1976
1990
  ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1977
1991
  ];
1978
- var ImageUp = createLucideIcon("image-up", __iconNode53);
1992
+ var ImageUp = createLucideIcon("image-up", __iconNode54);
1979
1993
 
1980
1994
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/infinity.js
1981
- var __iconNode54 = [
1995
+ var __iconNode55 = [
1982
1996
  ["path", { d: "M6 16c5 0 7-8 12-8a4 4 0 0 1 0 8c-5 0-7-8-12-8a4 4 0 1 0 0 8", key: "18ogeb" }]
1983
1997
  ];
1984
- var Infinity = createLucideIcon("infinity", __iconNode54);
1998
+ var Infinity = createLucideIcon("infinity", __iconNode55);
1985
1999
 
1986
2000
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
1987
- var __iconNode55 = [
2001
+ var __iconNode56 = [
1988
2002
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1989
2003
  ["path", { d: "M12 16v-4", key: "1dtifu" }],
1990
2004
  ["path", { d: "M12 8h.01", key: "e9boi3" }]
1991
2005
  ];
1992
- var Info = createLucideIcon("info", __iconNode55);
2006
+ var Info = createLucideIcon("info", __iconNode56);
1993
2007
 
1994
2008
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
1995
- var __iconNode56 = [
2009
+ var __iconNode57 = [
1996
2010
  ["path", { d: "M10 8h.01", key: "1r9ogq" }],
1997
2011
  ["path", { d: "M12 12h.01", key: "1mp3jc" }],
1998
2012
  ["path", { d: "M14 8h.01", key: "1primd" }],
@@ -2003,10 +2017,10 @@ var __iconNode56 = [
2003
2017
  ["path", { d: "M8 12h.01", key: "czm47f" }],
2004
2018
  ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
2005
2019
  ];
2006
- var Keyboard = createLucideIcon("keyboard", __iconNode56);
2020
+ var Keyboard = createLucideIcon("keyboard", __iconNode57);
2007
2021
 
2008
2022
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
2009
- var __iconNode57 = [
2023
+ var __iconNode58 = [
2010
2024
  ["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
2011
2025
  [
2012
2026
  "path",
@@ -2018,71 +2032,88 @@ var __iconNode57 = [
2018
2032
  ["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
2019
2033
  ["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
2020
2034
  ];
2021
- var LandPlot = createLucideIcon("land-plot", __iconNode57);
2035
+ var LandPlot = createLucideIcon("land-plot", __iconNode58);
2022
2036
 
2023
2037
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
2024
- var __iconNode58 = [
2038
+ var __iconNode59 = [
2025
2039
  ["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
2026
2040
  ["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
2027
2041
  ["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
2028
2042
  ];
2029
- var LayoutTemplate = createLucideIcon("layout-template", __iconNode58);
2043
+ var LayoutTemplate = createLucideIcon("layout-template", __iconNode59);
2030
2044
 
2031
2045
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
2032
- var __iconNode59 = [
2046
+ var __iconNode60 = [
2033
2047
  ["path", { d: "m16 6 4 14", key: "ji33uf" }],
2034
2048
  ["path", { d: "M12 6v14", key: "1n7gus" }],
2035
2049
  ["path", { d: "M8 8v12", key: "1gg7y9" }],
2036
2050
  ["path", { d: "M4 4v16", key: "6qkkli" }]
2037
2051
  ];
2038
- var Library = createLucideIcon("library", __iconNode59);
2052
+ var Library = createLucideIcon("library", __iconNode60);
2039
2053
 
2040
2054
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
2041
- var __iconNode60 = [
2055
+ var __iconNode61 = [
2042
2056
  ["path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71", key: "1cjeqo" }],
2043
2057
  ["path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71", key: "19qd67" }]
2044
2058
  ];
2045
- var Link = createLucideIcon("link", __iconNode60);
2059
+ var Link = createLucideIcon("link", __iconNode61);
2046
2060
 
2047
2061
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
2048
- var __iconNode61 = [
2062
+ var __iconNode62 = [
2049
2063
  ["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
2050
2064
  ["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
2051
2065
  ["path", { d: "M13 6h8", key: "15sg57" }],
2052
2066
  ["path", { d: "M13 12h8", key: "h98zly" }],
2053
2067
  ["path", { d: "M13 18h8", key: "oe0vm4" }]
2054
2068
  ];
2055
- var ListTodo = createLucideIcon("list-todo", __iconNode61);
2069
+ var ListTodo = createLucideIcon("list-todo", __iconNode62);
2056
2070
 
2057
2071
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
2058
- var __iconNode62 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
2059
- var LoaderCircle = createLucideIcon("loader-circle", __iconNode62);
2072
+ var __iconNode63 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
2073
+ var LoaderCircle = createLucideIcon("loader-circle", __iconNode63);
2060
2074
 
2061
2075
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
2062
- var __iconNode63 = [
2076
+ var __iconNode64 = [
2063
2077
  ["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
2064
2078
  ["path", { d: "M15 12H3", key: "6jk70r" }],
2065
2079
  ["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
2066
2080
  ];
2067
- var LogIn = createLucideIcon("log-in", __iconNode63);
2081
+ var LogIn = createLucideIcon("log-in", __iconNode64);
2068
2082
 
2069
2083
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
2070
- var __iconNode64 = [
2084
+ var __iconNode65 = [
2071
2085
  ["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
2072
2086
  ["path", { d: "M21 12H9", key: "dn1m92" }],
2073
2087
  ["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
2074
2088
  ];
2075
- var LogOut = createLucideIcon("log-out", __iconNode64);
2089
+ var LogOut = createLucideIcon("log-out", __iconNode65);
2076
2090
 
2077
2091
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
2078
- var __iconNode65 = [
2092
+ var __iconNode66 = [
2079
2093
  ["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
2080
2094
  ["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
2081
2095
  ];
2082
- var Mail = createLucideIcon("mail", __iconNode65);
2096
+ var Mail = createLucideIcon("mail", __iconNode66);
2097
+
2098
+ // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/message-circle-code.js
2099
+ var __iconNode67 = [
2100
+ ["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
2101
+ ["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
2102
+ ["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22z", key: "k85zhp" }]
2103
+ ];
2104
+ var MessageCircleCode = createLucideIcon("message-circle-code", __iconNode67);
2105
+
2106
+ // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/message-circle-more.js
2107
+ var __iconNode68 = [
2108
+ ["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z", key: "vv11sd" }],
2109
+ ["path", { d: "M8 12h.01", key: "czm47f" }],
2110
+ ["path", { d: "M12 12h.01", key: "1mp3jc" }],
2111
+ ["path", { d: "M16 12h.01", key: "1l6xoz" }]
2112
+ ];
2113
+ var MessageCircleMore = createLucideIcon("message-circle-more", __iconNode68);
2083
2114
 
2084
2115
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
2085
- var __iconNode66 = [
2116
+ var __iconNode69 = [
2086
2117
  ["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
2087
2118
  ["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
2088
2119
  ["path", { d: "m6 12-1.9 2", key: "mnht97" }],
@@ -2095,10 +2126,10 @@ var __iconNode66 = [
2095
2126
  }
2096
2127
  ]
2097
2128
  ];
2098
- var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode66);
2129
+ var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode69);
2099
2130
 
2100
2131
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
2101
- var __iconNode67 = [
2132
+ var __iconNode70 = [
2102
2133
  [
2103
2134
  "path",
2104
2135
  {
@@ -2111,25 +2142,25 @@ var __iconNode67 = [
2111
2142
  ["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
2112
2143
  ["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
2113
2144
  ];
2114
- var Palette = createLucideIcon("palette", __iconNode67);
2145
+ var Palette = createLucideIcon("palette", __iconNode70);
2115
2146
 
2116
2147
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
2117
- var __iconNode68 = [
2148
+ var __iconNode71 = [
2118
2149
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
2119
2150
  ["path", { d: "M9 3v18", key: "fh3hqa" }]
2120
2151
  ];
2121
- var PanelLeft = createLucideIcon("panel-left", __iconNode68);
2152
+ var PanelLeft = createLucideIcon("panel-left", __iconNode71);
2122
2153
 
2123
2154
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
2124
- var __iconNode69 = [
2155
+ var __iconNode72 = [
2125
2156
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
2126
2157
  ["path", { d: "M3 9h18", key: "1pudct" }],
2127
2158
  ["path", { d: "M9 21V9", key: "1oto5p" }]
2128
2159
  ];
2129
- var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode69);
2160
+ var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode72);
2130
2161
 
2131
2162
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/paw-print.js
2132
- var __iconNode70 = [
2163
+ var __iconNode73 = [
2133
2164
  ["circle", { cx: "11", cy: "4", r: "2", key: "vol9p0" }],
2134
2165
  ["circle", { cx: "18", cy: "8", r: "2", key: "17gozi" }],
2135
2166
  ["circle", { cx: "20", cy: "16", r: "2", key: "1v9bxh" }],
@@ -2141,10 +2172,10 @@ var __iconNode70 = [
2141
2172
  }
2142
2173
  ]
2143
2174
  ];
2144
- var PawPrint = createLucideIcon("paw-print", __iconNode70);
2175
+ var PawPrint = createLucideIcon("paw-print", __iconNode73);
2145
2176
 
2146
2177
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
2147
- var __iconNode71 = [
2178
+ var __iconNode74 = [
2148
2179
  [
2149
2180
  "path",
2150
2181
  {
@@ -2154,18 +2185,18 @@ var __iconNode71 = [
2154
2185
  ],
2155
2186
  ["path", { d: "m15 5 4 4", key: "1mk7zo" }]
2156
2187
  ];
2157
- var Pencil = createLucideIcon("pencil", __iconNode71);
2188
+ var Pencil = createLucideIcon("pencil", __iconNode74);
2158
2189
 
2159
2190
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
2160
- var __iconNode72 = [
2191
+ var __iconNode75 = [
2161
2192
  ["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
2162
2193
  ["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
2163
2194
  ["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
2164
2195
  ];
2165
- var Pi = createLucideIcon("pi", __iconNode72);
2196
+ var Pi = createLucideIcon("pi", __iconNode75);
2166
2197
 
2167
2198
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/qr-code.js
2168
- var __iconNode73 = [
2199
+ var __iconNode76 = [
2169
2200
  ["rect", { width: "5", height: "5", x: "3", y: "3", rx: "1", key: "1tu5fj" }],
2170
2201
  ["rect", { width: "5", height: "5", x: "16", y: "3", rx: "1", key: "1v8r4q" }],
2171
2202
  ["rect", { width: "5", height: "5", x: "3", y: "16", rx: "1", key: "1x03jg" }],
@@ -2179,10 +2210,10 @@ var __iconNode73 = [
2179
2210
  ["path", { d: "M21 12v.01", key: "1lwtk9" }],
2180
2211
  ["path", { d: "M12 21v-1", key: "1880an" }]
2181
2212
  ];
2182
- var QrCode = createLucideIcon("qr-code", __iconNode73);
2213
+ var QrCode = createLucideIcon("qr-code", __iconNode76);
2183
2214
 
2184
2215
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
2185
- var __iconNode74 = [
2216
+ var __iconNode77 = [
2186
2217
  [
2187
2218
  "path",
2188
2219
  { d: "M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1Z", key: "q3az6g" }
@@ -2191,19 +2222,19 @@ var __iconNode74 = [
2191
2222
  ["path", { d: "M16 12H8", key: "1fr5h0" }],
2192
2223
  ["path", { d: "M13 16H8", key: "wsln4y" }]
2193
2224
  ];
2194
- var ReceiptText = createLucideIcon("receipt-text", __iconNode74);
2225
+ var ReceiptText = createLucideIcon("receipt-text", __iconNode77);
2195
2226
 
2196
2227
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
2197
- var __iconNode75 = [
2228
+ var __iconNode78 = [
2198
2229
  ["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
2199
2230
  ["path", { d: "M3 3v5h5", key: "1xhq8a" }],
2200
2231
  ["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
2201
2232
  ["path", { d: "M16 16h5v5", key: "ccwih5" }]
2202
2233
  ];
2203
- var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode75);
2234
+ var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode78);
2204
2235
 
2205
2236
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
2206
- var __iconNode76 = [
2237
+ var __iconNode79 = [
2207
2238
  ["path", { d: "M17 3v10", key: "15fgeh" }],
2208
2239
  ["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
2209
2240
  ["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
@@ -2212,10 +2243,10 @@ var __iconNode76 = [
2212
2243
  { d: "M9 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2z", key: "swwfx4" }
2213
2244
  ]
2214
2245
  ];
2215
- var Regex = createLucideIcon("regex", __iconNode76);
2246
+ var Regex = createLucideIcon("regex", __iconNode79);
2216
2247
 
2217
2248
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
2218
- var __iconNode77 = [
2249
+ var __iconNode80 = [
2219
2250
  ["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
2220
2251
  ["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
2221
2252
  ["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
@@ -2224,10 +2255,10 @@ var __iconNode77 = [
2224
2255
  ["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
2225
2256
  ["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
2226
2257
  ];
2227
- var Replace = createLucideIcon("replace", __iconNode77);
2258
+ var Replace = createLucideIcon("replace", __iconNode80);
2228
2259
 
2229
2260
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rocket.js
2230
- var __iconNode78 = [
2261
+ var __iconNode81 = [
2231
2262
  [
2232
2263
  "path",
2233
2264
  {
@@ -2245,35 +2276,35 @@ var __iconNode78 = [
2245
2276
  ["path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0", key: "1f8sc4" }],
2246
2277
  ["path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5", key: "qeys4" }]
2247
2278
  ];
2248
- var Rocket = createLucideIcon("rocket", __iconNode78);
2279
+ var Rocket = createLucideIcon("rocket", __iconNode81);
2249
2280
 
2250
2281
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
2251
- var __iconNode79 = [
2282
+ var __iconNode82 = [
2252
2283
  ["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
2253
2284
  ["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
2254
2285
  ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
2255
2286
  ];
2256
- var Rss = createLucideIcon("rss", __iconNode79);
2287
+ var Rss = createLucideIcon("rss", __iconNode82);
2257
2288
 
2258
2289
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
2259
- var __iconNode80 = [
2290
+ var __iconNode83 = [
2260
2291
  ["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
2261
2292
  ["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
2262
2293
  ["path", { d: "M7 21h10", key: "1b0cd5" }],
2263
2294
  ["path", { d: "M12 3v18", key: "108xh3" }],
2264
2295
  ["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
2265
2296
  ];
2266
- var Scale = createLucideIcon("scale", __iconNode80);
2297
+ var Scale = createLucideIcon("scale", __iconNode83);
2267
2298
 
2268
2299
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
2269
- var __iconNode81 = [
2300
+ var __iconNode84 = [
2270
2301
  ["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
2271
2302
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
2272
2303
  ];
2273
- var Search = createLucideIcon("search", __iconNode81);
2304
+ var Search = createLucideIcon("search", __iconNode84);
2274
2305
 
2275
2306
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
2276
- var __iconNode82 = [
2307
+ var __iconNode85 = [
2277
2308
  [
2278
2309
  "path",
2279
2310
  {
@@ -2283,27 +2314,27 @@ var __iconNode82 = [
2283
2314
  ],
2284
2315
  ["path", { d: "M6 12h16", key: "s4cdu5" }]
2285
2316
  ];
2286
- var SendHorizontal = createLucideIcon("send-horizontal", __iconNode82);
2317
+ var SendHorizontal = createLucideIcon("send-horizontal", __iconNode85);
2287
2318
 
2288
2319
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
2289
- var __iconNode83 = [
2320
+ var __iconNode86 = [
2290
2321
  ["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
2291
2322
  ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
2292
2323
  ["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
2293
2324
  ["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
2294
2325
  ];
2295
- var Server = createLucideIcon("server", __iconNode83);
2326
+ var Server = createLucideIcon("server", __iconNode86);
2296
2327
 
2297
2328
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
2298
- var __iconNode84 = [
2329
+ var __iconNode87 = [
2299
2330
  ["path", { d: "M12 2v13", key: "1km8f5" }],
2300
2331
  ["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
2301
2332
  ["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
2302
2333
  ];
2303
- var Share = createLucideIcon("share", __iconNode84);
2334
+ var Share = createLucideIcon("share", __iconNode87);
2304
2335
 
2305
2336
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
2306
- var __iconNode85 = [
2337
+ var __iconNode88 = [
2307
2338
  [
2308
2339
  "path",
2309
2340
  {
@@ -2314,10 +2345,10 @@ var __iconNode85 = [
2314
2345
  ["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
2315
2346
  ["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
2316
2347
  ];
2317
- var ShieldUser = createLucideIcon("shield-user", __iconNode85);
2348
+ var ShieldUser = createLucideIcon("shield-user", __iconNode88);
2318
2349
 
2319
2350
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield.js
2320
- var __iconNode86 = [
2351
+ var __iconNode89 = [
2321
2352
  [
2322
2353
  "path",
2323
2354
  {
@@ -2326,10 +2357,10 @@ var __iconNode86 = [
2326
2357
  }
2327
2358
  ]
2328
2359
  ];
2329
- var Shield = createLucideIcon("shield", __iconNode86);
2360
+ var Shield = createLucideIcon("shield", __iconNode89);
2330
2361
 
2331
2362
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
2332
- var __iconNode87 = [
2363
+ var __iconNode90 = [
2333
2364
  [
2334
2365
  "path",
2335
2366
  {
@@ -2338,10 +2369,10 @@ var __iconNode87 = [
2338
2369
  }
2339
2370
  ]
2340
2371
  ];
2341
- var Sigma = createLucideIcon("sigma", __iconNode87);
2372
+ var Sigma = createLucideIcon("sigma", __iconNode90);
2342
2373
 
2343
2374
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
2344
- var __iconNode88 = [
2375
+ var __iconNode91 = [
2345
2376
  [
2346
2377
  "path",
2347
2378
  {
@@ -2354,10 +2385,10 @@ var __iconNode88 = [
2354
2385
  ["path", { d: "M4 17v2", key: "vumght" }],
2355
2386
  ["path", { d: "M5 18H3", key: "zchphs" }]
2356
2387
  ];
2357
- var Sparkles = createLucideIcon("sparkles", __iconNode88);
2388
+ var Sparkles = createLucideIcon("sparkles", __iconNode91);
2358
2389
 
2359
2390
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
2360
- var __iconNode89 = [
2391
+ var __iconNode92 = [
2361
2392
  [
2362
2393
  "path",
2363
2394
  {
@@ -2369,10 +2400,10 @@ var __iconNode89 = [
2369
2400
  ["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
2370
2401
  ["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
2371
2402
  ];
2372
- var SplinePointer = createLucideIcon("spline-pointer", __iconNode89);
2403
+ var SplinePointer = createLucideIcon("spline-pointer", __iconNode92);
2373
2404
 
2374
2405
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sprout.js
2375
- var __iconNode90 = [
2406
+ var __iconNode93 = [
2376
2407
  ["path", { d: "M7 20h10", key: "e6iznv" }],
2377
2408
  ["path", { d: "M10 20c5.5-2.5.8-6.4 3-10", key: "161w41" }],
2378
2409
  [
@@ -2390,10 +2421,10 @@ var __iconNode90 = [
2390
2421
  }
2391
2422
  ]
2392
2423
  ];
2393
- var Sprout = createLucideIcon("sprout", __iconNode90);
2424
+ var Sprout = createLucideIcon("sprout", __iconNode93);
2394
2425
 
2395
2426
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
2396
- var __iconNode91 = [
2427
+ var __iconNode94 = [
2397
2428
  ["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
2398
2429
  ["path", { d: "M14 21h1", key: "v9vybs" }],
2399
2430
  ["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
@@ -2403,18 +2434,18 @@ var __iconNode91 = [
2403
2434
  ],
2404
2435
  ["path", { d: "M9 21h1", key: "15o7lz" }]
2405
2436
  ];
2406
- var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode91);
2437
+ var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode94);
2407
2438
 
2408
2439
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
2409
- var __iconNode92 = [
2440
+ var __iconNode95 = [
2410
2441
  ["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
2411
2442
  ["path", { d: "M11 13h4", key: "1p7l4v" }],
2412
2443
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
2413
2444
  ];
2414
- var SquareTerminal = createLucideIcon("square-terminal", __iconNode92);
2445
+ var SquareTerminal = createLucideIcon("square-terminal", __iconNode95);
2415
2446
 
2416
2447
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
2417
- var __iconNode93 = [
2448
+ var __iconNode96 = [
2418
2449
  [
2419
2450
  "path",
2420
2451
  {
@@ -2423,26 +2454,26 @@ var __iconNode93 = [
2423
2454
  }
2424
2455
  ]
2425
2456
  ];
2426
- var Star = createLucideIcon("star", __iconNode93);
2457
+ var Star = createLucideIcon("star", __iconNode96);
2427
2458
 
2428
2459
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
2429
- var __iconNode94 = [
2460
+ var __iconNode97 = [
2430
2461
  ["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
2431
2462
  ["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
2432
2463
  ["path", { d: "M12 17h10", key: "ls21zv" }],
2433
2464
  ["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
2434
2465
  ];
2435
- var Tablets = createLucideIcon("tablets", __iconNode94);
2466
+ var Tablets = createLucideIcon("tablets", __iconNode97);
2436
2467
 
2437
2468
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
2438
- var __iconNode95 = [
2469
+ var __iconNode98 = [
2439
2470
  ["path", { d: "M12 19h8", key: "baeox8" }],
2440
2471
  ["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
2441
2472
  ];
2442
- var Terminal = createLucideIcon("terminal", __iconNode95);
2473
+ var Terminal = createLucideIcon("terminal", __iconNode98);
2443
2474
 
2444
2475
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
2445
- var __iconNode96 = [
2476
+ var __iconNode99 = [
2446
2477
  [
2447
2478
  "path",
2448
2479
  {
@@ -2451,25 +2482,25 @@ var __iconNode96 = [
2451
2482
  }
2452
2483
  ]
2453
2484
  ];
2454
- var Twitter = createLucideIcon("twitter", __iconNode96);
2485
+ var Twitter = createLucideIcon("twitter", __iconNode99);
2455
2486
 
2456
2487
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/workflow.js
2457
- var __iconNode97 = [
2488
+ var __iconNode100 = [
2458
2489
  ["rect", { width: "8", height: "8", x: "3", y: "3", rx: "2", key: "by2w9f" }],
2459
2490
  ["path", { d: "M7 11v4a2 2 0 0 0 2 2h4", key: "xkn7yn" }],
2460
2491
  ["rect", { width: "8", height: "8", x: "13", y: "13", rx: "2", key: "1cgmvn" }]
2461
2492
  ];
2462
- var Workflow = createLucideIcon("workflow", __iconNode97);
2493
+ var Workflow = createLucideIcon("workflow", __iconNode100);
2463
2494
 
2464
2495
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
2465
- var __iconNode98 = [
2496
+ var __iconNode101 = [
2466
2497
  ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
2467
2498
  ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
2468
2499
  ];
2469
- var X = createLucideIcon("x", __iconNode98);
2500
+ var X = createLucideIcon("x", __iconNode101);
2470
2501
 
2471
2502
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
2472
- var __iconNode99 = [
2503
+ var __iconNode102 = [
2473
2504
  [
2474
2505
  "path",
2475
2506
  {
@@ -2478,7 +2509,7 @@ var __iconNode99 = [
2478
2509
  }
2479
2510
  ]
2480
2511
  ];
2481
- var Zap = createLucideIcon("zap", __iconNode99);
2512
+ var Zap = createLucideIcon("zap", __iconNode102);
2482
2513
 
2483
2514
  // ../base-ui/src/components/global-icon.tsx
2484
2515
  import React32 from "react";
@@ -3109,40 +3140,29 @@ function LastUpdatedDate({ date }) {
3109
3140
  ] });
3110
3141
  }
3111
3142
 
3112
- // src/fuma/mdx/toc.tsx
3113
- import { jsx as jsx42, jsxs as jsxs16 } from "react/jsx-runtime";
3114
- function TocFooter({ lastModified, showCopy, editPath, githubBaseUrl }) {
3115
- const showEdit = githubBaseUrl && editPath;
3116
- return /* @__PURE__ */ jsxs16("div", { className: "flex flex-col gap-y-2 items-start m-4", children: [
3117
- /* @__PURE__ */ jsx42(LastUpdatedDate, { date: lastModified }),
3118
- showCopy && /* @__PURE__ */ jsx42(LLMCopyButton, {}),
3119
- showEdit && /* @__PURE__ */ jsx42(EditOnGitHub, { url: `${githubBaseUrl}${editPath}` })
3120
- ] });
3121
- }
3122
-
3123
3143
  // src/fuma/mdx/fuma-banner-suit.tsx
3124
3144
  import { Banner } from "fumadocs-ui/components/banner";
3125
3145
  import { useTranslations } from "next-intl";
3126
- import { jsx as jsx43 } from "react/jsx-runtime";
3146
+ import { jsx as jsx42 } from "react/jsx-runtime";
3127
3147
  function FumaBannerSuit({ showText }) {
3128
3148
  const t = useTranslations("home");
3129
- return showText ? /* @__PURE__ */ jsx43(Banner, { variant: "rainbow", changeLayout: true, children: /* @__PURE__ */ jsx43("p", { className: "text-xl", children: t("banner") }) }) : /* @__PURE__ */ jsx43(Banner, { variant: "normal", changeLayout: true, className: "bg-white dark:bg-[rgb(10,10,10)]" });
3149
+ return showText ? /* @__PURE__ */ jsx42(Banner, { variant: "rainbow", changeLayout: true, children: /* @__PURE__ */ jsx42("p", { className: "text-xl", children: t("banner") }) }) : /* @__PURE__ */ jsx42(Banner, { variant: "normal", changeLayout: true, className: "bg-white dark:bg-[rgb(10,10,10)]" });
3130
3150
  }
3131
3151
 
3132
3152
  // src/fuma/mdx/fuma-github-info.tsx
3133
3153
  import { useEffect as useEffect2, useState as useState4 } from "react";
3134
- import { jsx as jsx44, jsxs as jsxs17 } from "react/jsx-runtime";
3154
+ import { jsx as jsx43, jsxs as jsxs16 } from "react/jsx-runtime";
3135
3155
  function GitHubInfoSkeleton({ owner, repo, className }) {
3136
- return /* @__PURE__ */ jsxs17("div", { className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 lg:flex-row lg:items-center animate-pulse ${className}`, children: [
3137
- /* @__PURE__ */ jsxs17("div", { className: "flex items-center gap-2", children: [
3138
- /* @__PURE__ */ jsx44("div", { className: "size-3.5 bg-fd-muted rounded" }),
3139
- /* @__PURE__ */ jsx44("div", { className: "h-4 bg-fd-muted rounded w-20" })
3156
+ return /* @__PURE__ */ jsxs16("div", { className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 lg:flex-row lg:items-center animate-pulse ${className}`, children: [
3157
+ /* @__PURE__ */ jsxs16("div", { className: "flex items-center gap-2", children: [
3158
+ /* @__PURE__ */ jsx43("div", { className: "size-3.5 bg-fd-muted rounded" }),
3159
+ /* @__PURE__ */ jsx43("div", { className: "h-4 bg-fd-muted rounded w-20" })
3140
3160
  ] }),
3141
- /* @__PURE__ */ jsx44("div", { className: "h-3 bg-fd-muted rounded w-8" })
3161
+ /* @__PURE__ */ jsx43("div", { className: "h-3 bg-fd-muted rounded w-8" })
3142
3162
  ] });
3143
3163
  }
3144
3164
  function GitHubInfoFallback({ owner, repo, className }) {
3145
- return /* @__PURE__ */ jsxs17(
3165
+ return /* @__PURE__ */ jsxs16(
3146
3166
  "a",
3147
3167
  {
3148
3168
  href: `https://github.com/${owner}/${repo}`,
@@ -3150,17 +3170,17 @@ function GitHubInfoFallback({ owner, repo, className }) {
3150
3170
  target: "_blank",
3151
3171
  className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 transition-colors lg:flex-row lg:items-center hover:text-fd-accent-foreground hover:bg-fd-accent ${className}`,
3152
3172
  children: [
3153
- /* @__PURE__ */ jsxs17("p", { className: "flex items-center gap-2 truncate", children: [
3154
- /* @__PURE__ */ jsxs17("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
3155
- /* @__PURE__ */ jsx44("title", { children: "GitHub" }),
3156
- /* @__PURE__ */ jsx44("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" })
3173
+ /* @__PURE__ */ jsxs16("p", { className: "flex items-center gap-2 truncate", children: [
3174
+ /* @__PURE__ */ jsxs16("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
3175
+ /* @__PURE__ */ jsx43("title", { children: "GitHub" }),
3176
+ /* @__PURE__ */ jsx43("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" })
3157
3177
  ] }),
3158
3178
  owner,
3159
3179
  "/",
3160
3180
  repo
3161
3181
  ] }),
3162
- /* @__PURE__ */ jsxs17("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
3163
- /* @__PURE__ */ jsx44(globalLucideIcons.ExternalLink, { className: "size-3" }),
3182
+ /* @__PURE__ */ jsxs16("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
3183
+ /* @__PURE__ */ jsx43(globalLucideIcons.ExternalLink, { className: "size-3" }),
3164
3184
  "GitHub"
3165
3185
  ] })
3166
3186
  ]
@@ -3174,7 +3194,7 @@ function GitHubInfoSuccess({
3174
3194
  className
3175
3195
  }) {
3176
3196
  const humanizedStars = humanizeNumber(stars);
3177
- return /* @__PURE__ */ jsxs17(
3197
+ return /* @__PURE__ */ jsxs16(
3178
3198
  "a",
3179
3199
  {
3180
3200
  href: `https://github.com/${owner}/${repo}`,
@@ -3182,17 +3202,17 @@ function GitHubInfoSuccess({
3182
3202
  target: "_blank",
3183
3203
  className: `flex flex-col gap-1.5 p-2 rounded-lg text-sm text-fd-foreground/80 transition-colors lg:flex-row lg:items-center hover:text-fd-accent-foreground hover:bg-fd-accent ${className}`,
3184
3204
  children: [
3185
- /* @__PURE__ */ jsxs17("p", { className: "flex items-center gap-2 truncate", children: [
3186
- /* @__PURE__ */ jsxs17("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
3187
- /* @__PURE__ */ jsx44("title", { children: "GitHub" }),
3188
- /* @__PURE__ */ jsx44("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" })
3205
+ /* @__PURE__ */ jsxs16("p", { className: "flex items-center gap-2 truncate", children: [
3206
+ /* @__PURE__ */ jsxs16("svg", { fill: "currentColor", viewBox: "0 0 24 24", className: "size-3.5", children: [
3207
+ /* @__PURE__ */ jsx43("title", { children: "GitHub" }),
3208
+ /* @__PURE__ */ jsx43("path", { d: "M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" })
3189
3209
  ] }),
3190
3210
  owner,
3191
3211
  "/",
3192
3212
  repo
3193
3213
  ] }),
3194
- /* @__PURE__ */ jsxs17("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
3195
- /* @__PURE__ */ jsx44(globalLucideIcons.Star, { className: "size-3" }),
3214
+ /* @__PURE__ */ jsxs16("p", { className: "flex text-xs items-center gap-1 text-fd-muted-foreground", children: [
3215
+ /* @__PURE__ */ jsx43(globalLucideIcons.Star, { className: "size-3" }),
3196
3216
  humanizedStars
3197
3217
  ] })
3198
3218
  ]
@@ -3261,12 +3281,12 @@ function FumaGithubInfo({ owner, repo, token, className }) {
3261
3281
  fetchRepoData();
3262
3282
  }, [owner, repo, token]);
3263
3283
  if (loading) {
3264
- return /* @__PURE__ */ jsx44(GitHubInfoSkeleton, { owner, repo, className });
3284
+ return /* @__PURE__ */ jsx43(GitHubInfoSkeleton, { owner, repo, className });
3265
3285
  }
3266
3286
  if (error || !data) {
3267
- return /* @__PURE__ */ jsx44(GitHubInfoFallback, { owner, repo, className });
3287
+ return /* @__PURE__ */ jsx43(GitHubInfoFallback, { owner, repo, className });
3268
3288
  }
3269
- return /* @__PURE__ */ jsx44(
3289
+ return /* @__PURE__ */ jsx43(
3270
3290
  GitHubInfoSuccess,
3271
3291
  {
3272
3292
  owner,
@@ -3279,7 +3299,7 @@ function FumaGithubInfo({ owner, repo, token, className }) {
3279
3299
 
3280
3300
  // src/fuma/mdx/site-x.tsx
3281
3301
  import { useTranslations as useTranslations2 } from "next-intl";
3282
- import { jsx as jsx45 } from "react/jsx-runtime";
3302
+ import { jsx as jsx44 } from "react/jsx-runtime";
3283
3303
  function SiteX(_a) {
3284
3304
  var _b = _a, { type, namespace, tKey, className } = _b, props = __objRest(_b, ["type", "namespace", "tKey", "className"]);
3285
3305
  let ns = namespace;
@@ -3293,7 +3313,7 @@ function SiteX(_a) {
3293
3313
  const t = useTranslations2(ns);
3294
3314
  const text = t(key, { defaultValue: type === "site" ? "Site----" : "----@example.com" });
3295
3315
  if (type === "site") {
3296
- return /* @__PURE__ */ jsx45(
3316
+ return /* @__PURE__ */ jsx44(
3297
3317
  "strong",
3298
3318
  __spreadProps(__spreadValues({}, props), {
3299
3319
  className: cn(
@@ -3305,7 +3325,7 @@ function SiteX(_a) {
3305
3325
  );
3306
3326
  }
3307
3327
  if (type === "email") {
3308
- return /* @__PURE__ */ jsx45(
3328
+ return /* @__PURE__ */ jsx44(
3309
3329
  "a",
3310
3330
  __spreadProps(__spreadValues({}, props), {
3311
3331
  href: `mailto:${text}`,
@@ -3328,13 +3348,13 @@ import {
3328
3348
  CollapsibleTrigger
3329
3349
  } from "fumadocs-ui/components/ui/collapsible";
3330
3350
  import Link5 from "next/link";
3331
- import { jsx as jsx46, jsxs as jsxs18 } from "react/jsx-runtime";
3351
+ import { jsx as jsx45, jsxs as jsxs17 } from "react/jsx-runtime";
3332
3352
  var itemVariants = "flex flex-row items-center gap-2 rounded-md px-2 py-1.5 text-sm hover:bg-fd-accent hover:text-fd-accent-foreground [&_svg]:size-4";
3333
3353
  var anotionClass = "ms-2 px-2 py-0.5 rounded text-xs font-semibold bg-fd-accent/80 text-fd-accent-foreground dark:bg-white/20 dark:text-white";
3334
3354
  function ZiaFile(_a) {
3335
3355
  var _b = _a, {
3336
3356
  name,
3337
- icon = /* @__PURE__ */ jsx46(globalLucideIcons.File, {}),
3357
+ icon = /* @__PURE__ */ jsx45(globalLucideIcons.File, {}),
3338
3358
  className,
3339
3359
  anotion,
3340
3360
  href
@@ -3348,16 +3368,16 @@ function ZiaFile(_a) {
3348
3368
  const validHref = typeof href === "string" && href.trim() !== "";
3349
3369
  const validAnotion = typeof anotion === "string" && anotion.trim() !== "";
3350
3370
  if (validHref) {
3351
- return /* @__PURE__ */ jsxs18(Link5, { href, className: cn(itemVariants, className), children: [
3371
+ return /* @__PURE__ */ jsxs17(Link5, { href, className: cn(itemVariants, className), children: [
3352
3372
  icon,
3353
- /* @__PURE__ */ jsx46("span", { children: name }),
3354
- validAnotion && /* @__PURE__ */ jsx46("span", { className: anotionClass, children: anotion })
3373
+ /* @__PURE__ */ jsx45("span", { children: name }),
3374
+ validAnotion && /* @__PURE__ */ jsx45("span", { className: anotionClass, children: anotion })
3355
3375
  ] });
3356
3376
  }
3357
- return /* @__PURE__ */ jsxs18("div", __spreadProps(__spreadValues({ className: cn(itemVariants, className) }, rest), { children: [
3377
+ return /* @__PURE__ */ jsxs17("div", __spreadProps(__spreadValues({ className: cn(itemVariants, className) }, rest), { children: [
3358
3378
  icon,
3359
- /* @__PURE__ */ jsx46("span", { children: name }),
3360
- validAnotion && /* @__PURE__ */ jsx46("span", { className: anotionClass, children: anotion })
3379
+ /* @__PURE__ */ jsx45("span", { children: name }),
3380
+ validAnotion && /* @__PURE__ */ jsx45("span", { className: anotionClass, children: anotion })
3361
3381
  ] }));
3362
3382
  }
3363
3383
  function ZiaFolder(_a) {
@@ -3376,15 +3396,26 @@ function ZiaFolder(_a) {
3376
3396
  ]);
3377
3397
  const [open, setOpen] = useState5(defaultOpen);
3378
3398
  const validAnotion = typeof anotion === "string" && anotion.trim() !== "";
3379
- return /* @__PURE__ */ jsxs18(Collapsible, __spreadProps(__spreadValues({ open, onOpenChange: setOpen }, props), { children: [
3380
- /* @__PURE__ */ jsxs18(CollapsibleTrigger, { className: cn(itemVariants, className, "w-full"), children: [
3381
- open ? /* @__PURE__ */ jsx46(globalLucideIcons.FolderOpen, {}) : /* @__PURE__ */ jsx46(globalLucideIcons.Folder, {}),
3382
- /* @__PURE__ */ jsx46("span", { children: name }),
3383
- validAnotion && /* @__PURE__ */ jsx46("span", { className: anotionClass, children: anotion })
3399
+ return /* @__PURE__ */ jsxs17(Collapsible, __spreadProps(__spreadValues({ open, onOpenChange: setOpen }, props), { children: [
3400
+ /* @__PURE__ */ jsxs17(CollapsibleTrigger, { className: cn(itemVariants, className, "w-full"), children: [
3401
+ open ? /* @__PURE__ */ jsx45(globalLucideIcons.FolderOpen, {}) : /* @__PURE__ */ jsx45(globalLucideIcons.Folder, {}),
3402
+ /* @__PURE__ */ jsx45("span", { children: name }),
3403
+ validAnotion && /* @__PURE__ */ jsx45("span", { className: anotionClass, children: anotion })
3384
3404
  ] }),
3385
- /* @__PURE__ */ jsx46(CollapsibleContent, { children: /* @__PURE__ */ jsx46("div", { className: "ms-2 flex flex-col border-l ps-2", children }) })
3405
+ /* @__PURE__ */ jsx45(CollapsibleContent, { children: /* @__PURE__ */ jsx45("div", { className: "ms-2 flex flex-col border-l ps-2", children }) })
3386
3406
  ] }));
3387
3407
  }
3408
+
3409
+ // src/fuma/mdx/toc-footer-wrapper.tsx
3410
+ import { jsx as jsx46, jsxs as jsxs18 } from "react/jsx-runtime";
3411
+ function TocFooterWrapper({ lastModified, editPath, githubBaseUrl, showCopy }) {
3412
+ const showEdit = githubBaseUrl && editPath;
3413
+ return /* @__PURE__ */ jsxs18("div", { className: "flex flex-col gap-y-2 items-start m-4", children: [
3414
+ /* @__PURE__ */ jsx46(LastUpdatedDate, { date: lastModified }),
3415
+ showCopy && /* @__PURE__ */ jsx46(LLMCopyButton, {}),
3416
+ showEdit && /* @__PURE__ */ jsx46(EditOnGitHub, { url: `${githubBaseUrl}${editPath}` })
3417
+ ] });
3418
+ }
3388
3419
  export {
3389
3420
  EditOnGitHub,
3390
3421
  FumaBannerSuit,
@@ -3396,7 +3427,7 @@ export {
3396
3427
  LastUpdatedDate,
3397
3428
  Mermaid,
3398
3429
  SiteX,
3399
- TocFooter,
3430
+ TocFooterWrapper,
3400
3431
  TrophyCard,
3401
3432
  ZiaCard,
3402
3433
  ZiaFile,
@@ -3416,6 +3447,7 @@ lucide-react/dist/esm/icons/arrow-up.js:
3416
3447
  lucide-react/dist/esm/icons/binary.js:
3417
3448
  lucide-react/dist/esm/icons/blocks.js:
3418
3449
  lucide-react/dist/esm/icons/book-x.js:
3450
+ lucide-react/dist/esm/icons/bot-message-square.js:
3419
3451
  lucide-react/dist/esm/icons/bring-to-front.js:
3420
3452
  lucide-react/dist/esm/icons/bug.js:
3421
3453
  lucide-react/dist/esm/icons/building-2.js:
@@ -3473,6 +3505,8 @@ lucide-react/dist/esm/icons/loader-circle.js:
3473
3505
  lucide-react/dist/esm/icons/log-in.js:
3474
3506
  lucide-react/dist/esm/icons/log-out.js:
3475
3507
  lucide-react/dist/esm/icons/mail.js:
3508
+ lucide-react/dist/esm/icons/message-circle-code.js:
3509
+ lucide-react/dist/esm/icons/message-circle-more.js:
3476
3510
  lucide-react/dist/esm/icons/mouse-pointer-click.js:
3477
3511
  lucide-react/dist/esm/icons/palette.js:
3478
3512
  lucide-react/dist/esm/icons/panel-left.js: