@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.
@@ -1240,6 +1240,7 @@ __export(limited_lucide_icons_exports, {
1240
1240
  Binary: () => Binary,
1241
1241
  Blocks: () => Blocks,
1242
1242
  BookX: () => BookX,
1243
+ BotMessageSquare: () => BotMessageSquare,
1243
1244
  BringToFront: () => BringToFront,
1244
1245
  Bug: () => Bug,
1245
1246
  Building2: () => Building2,
@@ -1297,6 +1298,8 @@ __export(limited_lucide_icons_exports, {
1297
1298
  LogIn: () => LogIn,
1298
1299
  LogOut: () => LogOut,
1299
1300
  Mail: () => Mail,
1301
+ MessageCircleCode: () => MessageCircleCode,
1302
+ MessageCircleMore: () => MessageCircleMore,
1300
1303
  MoreHorizontal: () => Ellipsis,
1301
1304
  MousePointerClick: () => MousePointerClick,
1302
1305
  Palette: () => Palette,
@@ -1507,16 +1510,27 @@ var __iconNode8 = [
1507
1510
  ];
1508
1511
  var BookX = createLucideIcon("book-x", __iconNode8);
1509
1512
 
1510
- // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bring-to-front.js
1513
+ // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bot-message-square.js
1511
1514
  var __iconNode9 = [
1515
+ ["path", { d: "M12 6V2H8", key: "1155em" }],
1516
+ ["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" }],
1517
+ ["path", { d: "M2 12h2", key: "1t8f8n" }],
1518
+ ["path", { d: "M9 11v2", key: "1ueba0" }],
1519
+ ["path", { d: "M15 11v2", key: "i11awn" }],
1520
+ ["path", { d: "M20 12h2", key: "1q8mjw" }]
1521
+ ];
1522
+ var BotMessageSquare = createLucideIcon("bot-message-square", __iconNode9);
1523
+
1524
+ // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bring-to-front.js
1525
+ var __iconNode10 = [
1512
1526
  ["rect", { x: "8", y: "8", width: "8", height: "8", rx: "2", key: "yj20xf" }],
1513
1527
  ["path", { d: "M4 10a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2", key: "1ltk23" }],
1514
1528
  ["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" }]
1515
1529
  ];
1516
- var BringToFront = createLucideIcon("bring-to-front", __iconNode9);
1530
+ var BringToFront = createLucideIcon("bring-to-front", __iconNode10);
1517
1531
 
1518
1532
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/bug.js
1519
- var __iconNode10 = [
1533
+ var __iconNode11 = [
1520
1534
  ["path", { d: "m8 2 1.88 1.88", key: "fmnt4t" }],
1521
1535
  ["path", { d: "M14.12 3.88 16 2", key: "qol33r" }],
1522
1536
  ["path", { d: "M9 7.13v-1a3.003 3.003 0 1 1 6 0v1", key: "d7y7pr" }],
@@ -1535,10 +1549,10 @@ var __iconNode10 = [
1535
1549
  ["path", { d: "M22 13h-4", key: "1jl80f" }],
1536
1550
  ["path", { d: "M17.2 17c2.1.1 3.8 1.9 3.8 4", key: "k3fwyw" }]
1537
1551
  ];
1538
- var Bug = createLucideIcon("bug", __iconNode10);
1552
+ var Bug = createLucideIcon("bug", __iconNode11);
1539
1553
 
1540
1554
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/building-2.js
1541
- var __iconNode11 = [
1555
+ var __iconNode12 = [
1542
1556
  ["path", { d: "M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z", key: "1b4qmf" }],
1543
1557
  ["path", { d: "M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2", key: "i71pzd" }],
1544
1558
  ["path", { d: "M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2", key: "10jefs" }],
@@ -1547,10 +1561,10 @@ var __iconNode11 = [
1547
1561
  ["path", { d: "M10 14h4", key: "kelpxr" }],
1548
1562
  ["path", { d: "M10 18h4", key: "1ulq68" }]
1549
1563
  ];
1550
- var Building2 = createLucideIcon("building-2", __iconNode11);
1564
+ var Building2 = createLucideIcon("building-2", __iconNode12);
1551
1565
 
1552
1566
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/car.js
1553
- var __iconNode12 = [
1567
+ var __iconNode13 = [
1554
1568
  [
1555
1569
  "path",
1556
1570
  {
@@ -1562,60 +1576,60 @@ var __iconNode12 = [
1562
1576
  ["path", { d: "M9 17h6", key: "r8uit2" }],
1563
1577
  ["circle", { cx: "17", cy: "17", r: "2", key: "axvx0g" }]
1564
1578
  ];
1565
- var Car = createLucideIcon("car", __iconNode12);
1579
+ var Car = createLucideIcon("car", __iconNode13);
1566
1580
 
1567
1581
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check-check.js
1568
- var __iconNode13 = [
1582
+ var __iconNode14 = [
1569
1583
  ["path", { d: "M18 6 7 17l-5-5", key: "116fxf" }],
1570
1584
  ["path", { d: "m22 10-7.5 7.5L13 16", key: "ke71qq" }]
1571
1585
  ];
1572
- var CheckCheck = createLucideIcon("check-check", __iconNode13);
1586
+ var CheckCheck = createLucideIcon("check-check", __iconNode14);
1573
1587
 
1574
1588
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check.js
1575
- var __iconNode14 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
1576
- var Check = createLucideIcon("check", __iconNode14);
1589
+ var __iconNode15 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
1590
+ var Check = createLucideIcon("check", __iconNode15);
1577
1591
 
1578
1592
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-down.js
1579
- var __iconNode15 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
1580
- var ChevronDown = createLucideIcon("chevron-down", __iconNode15);
1593
+ var __iconNode16 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
1594
+ var ChevronDown = createLucideIcon("chevron-down", __iconNode16);
1581
1595
 
1582
1596
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-left.js
1583
- var __iconNode16 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
1584
- var ChevronLeft = createLucideIcon("chevron-left", __iconNode16);
1597
+ var __iconNode17 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
1598
+ var ChevronLeft = createLucideIcon("chevron-left", __iconNode17);
1585
1599
 
1586
1600
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-right.js
1587
- var __iconNode17 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
1588
- var ChevronRight = createLucideIcon("chevron-right", __iconNode17);
1601
+ var __iconNode18 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
1602
+ var ChevronRight = createLucideIcon("chevron-right", __iconNode18);
1589
1603
 
1590
1604
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-up.js
1591
- var __iconNode18 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
1592
- var ChevronUp = createLucideIcon("chevron-up", __iconNode18);
1605
+ var __iconNode19 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
1606
+ var ChevronUp = createLucideIcon("chevron-up", __iconNode19);
1593
1607
 
1594
1608
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-alert.js
1595
- var __iconNode19 = [
1609
+ var __iconNode20 = [
1596
1610
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1597
1611
  ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
1598
1612
  ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
1599
1613
  ];
1600
- var CircleAlert = createLucideIcon("circle-alert", __iconNode19);
1614
+ var CircleAlert = createLucideIcon("circle-alert", __iconNode20);
1601
1615
 
1602
1616
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-small.js
1603
- var __iconNode20 = [["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }]];
1604
- var CircleSmall = createLucideIcon("circle-small", __iconNode20);
1617
+ var __iconNode21 = [["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }]];
1618
+ var CircleSmall = createLucideIcon("circle-small", __iconNode21);
1605
1619
 
1606
1620
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-stop.js
1607
- var __iconNode21 = [
1621
+ var __iconNode22 = [
1608
1622
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1609
1623
  ["rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", key: "1ssd4o" }]
1610
1624
  ];
1611
- var CircleStop = createLucideIcon("circle-stop", __iconNode21);
1625
+ var CircleStop = createLucideIcon("circle-stop", __iconNode22);
1612
1626
 
1613
1627
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle.js
1614
- var __iconNode22 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
1615
- var Circle = createLucideIcon("circle", __iconNode22);
1628
+ var __iconNode23 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
1629
+ var Circle = createLucideIcon("circle", __iconNode23);
1616
1630
 
1617
1631
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/component.js
1618
- var __iconNode23 = [
1632
+ var __iconNode24 = [
1619
1633
  [
1620
1634
  "path",
1621
1635
  {
@@ -1645,17 +1659,17 @@ var __iconNode23 = [
1645
1659
  }
1646
1660
  ]
1647
1661
  ];
1648
- var Component = createLucideIcon("component", __iconNode23);
1662
+ var Component = createLucideIcon("component", __iconNode24);
1649
1663
 
1650
1664
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/copy.js
1651
- var __iconNode24 = [
1665
+ var __iconNode25 = [
1652
1666
  ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
1653
1667
  ["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" }]
1654
1668
  ];
1655
- var Copy = createLucideIcon("copy", __iconNode24);
1669
+ var Copy = createLucideIcon("copy", __iconNode25);
1656
1670
 
1657
1671
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/cpu.js
1658
- var __iconNode25 = [
1672
+ var __iconNode26 = [
1659
1673
  ["path", { d: "M12 20v2", key: "1lh1kg" }],
1660
1674
  ["path", { d: "M12 2v2", key: "tus03m" }],
1661
1675
  ["path", { d: "M17 20v2", key: "1rnc9c" }],
@@ -1671,48 +1685,48 @@ var __iconNode25 = [
1671
1685
  ["rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", key: "1vbyd7" }],
1672
1686
  ["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1", key: "z9xiuo" }]
1673
1687
  ];
1674
- var Cpu = createLucideIcon("cpu", __iconNode25);
1688
+ var Cpu = createLucideIcon("cpu", __iconNode26);
1675
1689
 
1676
1690
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/database-zap.js
1677
- var __iconNode26 = [
1691
+ var __iconNode27 = [
1678
1692
  ["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", key: "msslwz" }],
1679
1693
  ["path", { d: "M3 5V19A9 3 0 0 0 15 21.84", key: "14ibmq" }],
1680
1694
  ["path", { d: "M21 5V8", key: "1marbg" }],
1681
1695
  ["path", { d: "M21 12L18 17H22L19 22", key: "zafso" }],
1682
1696
  ["path", { d: "M3 12A9 3 0 0 0 14.59 14.87", key: "1y4wr8" }]
1683
1697
  ];
1684
- var DatabaseZap = createLucideIcon("database-zap", __iconNode26);
1698
+ var DatabaseZap = createLucideIcon("database-zap", __iconNode27);
1685
1699
 
1686
1700
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/dot.js
1687
- var __iconNode27 = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]];
1688
- var Dot = createLucideIcon("dot", __iconNode27);
1701
+ var __iconNode28 = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]];
1702
+ var Dot = createLucideIcon("dot", __iconNode28);
1689
1703
 
1690
1704
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/download.js
1691
- var __iconNode28 = [
1705
+ var __iconNode29 = [
1692
1706
  ["path", { d: "M12 15V3", key: "m9g1x1" }],
1693
1707
  ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
1694
1708
  ["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
1695
1709
  ];
1696
- var Download = createLucideIcon("download", __iconNode28);
1710
+ var Download = createLucideIcon("download", __iconNode29);
1697
1711
 
1698
1712
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/ellipsis.js
1699
- var __iconNode29 = [
1713
+ var __iconNode30 = [
1700
1714
  ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
1701
1715
  ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
1702
1716
  ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
1703
1717
  ];
1704
- var Ellipsis = createLucideIcon("ellipsis", __iconNode29);
1718
+ var Ellipsis = createLucideIcon("ellipsis", __iconNode30);
1705
1719
 
1706
1720
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/external-link.js
1707
- var __iconNode30 = [
1721
+ var __iconNode31 = [
1708
1722
  ["path", { d: "M15 3h6v6", key: "1q9fwt" }],
1709
1723
  ["path", { d: "M10 14 21 3", key: "gplh6r" }],
1710
1724
  ["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
1711
1725
  ];
1712
- var ExternalLink = createLucideIcon("external-link", __iconNode30);
1726
+ var ExternalLink = createLucideIcon("external-link", __iconNode31);
1713
1727
 
1714
1728
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/eye.js
1715
- var __iconNode31 = [
1729
+ var __iconNode32 = [
1716
1730
  [
1717
1731
  "path",
1718
1732
  {
@@ -1722,62 +1736,62 @@ var __iconNode31 = [
1722
1736
  ],
1723
1737
  ["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
1724
1738
  ];
1725
- var Eye = createLucideIcon("eye", __iconNode31);
1739
+ var Eye = createLucideIcon("eye", __iconNode32);
1726
1740
 
1727
1741
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/facebook.js
1728
- var __iconNode32 = [
1742
+ var __iconNode33 = [
1729
1743
  [
1730
1744
  "path",
1731
1745
  { d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z", key: "1jg4f8" }
1732
1746
  ]
1733
1747
  ];
1734
- var Facebook = createLucideIcon("facebook", __iconNode32);
1748
+ var Facebook = createLucideIcon("facebook", __iconNode33);
1735
1749
 
1736
1750
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-down.js
1737
- var __iconNode33 = [
1751
+ var __iconNode34 = [
1738
1752
  ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
1739
1753
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1740
1754
  ["path", { d: "M12 18v-6", key: "17g6i2" }],
1741
1755
  ["path", { d: "m9 15 3 3 3-3", key: "1npd3o" }]
1742
1756
  ];
1743
- var FileDown = createLucideIcon("file-down", __iconNode33);
1757
+ var FileDown = createLucideIcon("file-down", __iconNode34);
1744
1758
 
1745
1759
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-input.js
1746
- var __iconNode34 = [
1760
+ var __iconNode35 = [
1747
1761
  ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4", key: "1pf5j1" }],
1748
1762
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1749
1763
  ["path", { d: "M2 15h10", key: "jfw4w8" }],
1750
1764
  ["path", { d: "m9 18 3-3-3-3", key: "112psh" }]
1751
1765
  ];
1752
- var FileInput = createLucideIcon("file-input", __iconNode34);
1766
+ var FileInput = createLucideIcon("file-input", __iconNode35);
1753
1767
 
1754
1768
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-lock-2.js
1755
- var __iconNode35 = [
1769
+ var __iconNode36 = [
1756
1770
  ["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1", key: "jmtmu2" }],
1757
1771
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1758
1772
  ["rect", { width: "8", height: "5", x: "2", y: "13", rx: "1", key: "10y5wo" }],
1759
1773
  ["path", { d: "M8 13v-2a2 2 0 1 0-4 0v2", key: "1pdxzg" }]
1760
1774
  ];
1761
- var FileLock2 = createLucideIcon("file-lock-2", __iconNode35);
1775
+ var FileLock2 = createLucideIcon("file-lock-2", __iconNode36);
1762
1776
 
1763
1777
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-up.js
1764
- var __iconNode36 = [
1778
+ var __iconNode37 = [
1765
1779
  ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
1766
1780
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
1767
1781
  ["path", { d: "M12 12v6", key: "3ahymv" }],
1768
1782
  ["path", { d: "m15 15-3-3-3 3", key: "15xj92" }]
1769
1783
  ];
1770
- var FileUp = createLucideIcon("file-up", __iconNode36);
1784
+ var FileUp = createLucideIcon("file-up", __iconNode37);
1771
1785
 
1772
1786
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file.js
1773
- var __iconNode37 = [
1787
+ var __iconNode38 = [
1774
1788
  ["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
1775
1789
  ["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }]
1776
1790
  ];
1777
- var File = createLucideIcon("file", __iconNode37);
1791
+ var File = createLucideIcon("file", __iconNode38);
1778
1792
 
1779
1793
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/fingerprint.js
1780
- var __iconNode38 = [
1794
+ var __iconNode39 = [
1781
1795
  ["path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4", key: "1nerag" }],
1782
1796
  ["path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88", key: "o46ks0" }],
1783
1797
  ["path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02", key: "ptglia" }],
@@ -1788,10 +1802,10 @@ var __iconNode38 = [
1788
1802
  ["path", { d: "M8.65 22c.21-.66.45-1.32.57-2", key: "13wd9y" }],
1789
1803
  ["path", { d: "M9 6.8a6 6 0 0 1 9 5.2v2", key: "1fr1j5" }]
1790
1804
  ];
1791
- var Fingerprint = createLucideIcon("fingerprint", __iconNode38);
1805
+ var Fingerprint = createLucideIcon("fingerprint", __iconNode39);
1792
1806
 
1793
1807
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder-open.js
1794
- var __iconNode39 = [
1808
+ var __iconNode40 = [
1795
1809
  [
1796
1810
  "path",
1797
1811
  {
@@ -1800,10 +1814,10 @@ var __iconNode39 = [
1800
1814
  }
1801
1815
  ]
1802
1816
  ];
1803
- var FolderOpen = createLucideIcon("folder-open", __iconNode39);
1817
+ var FolderOpen = createLucideIcon("folder-open", __iconNode40);
1804
1818
 
1805
1819
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder.js
1806
- var __iconNode40 = [
1820
+ var __iconNode41 = [
1807
1821
  [
1808
1822
  "path",
1809
1823
  {
@@ -1812,10 +1826,10 @@ var __iconNode40 = [
1812
1826
  }
1813
1827
  ]
1814
1828
  ];
1815
- var Folder = createLucideIcon("folder", __iconNode40);
1829
+ var Folder = createLucideIcon("folder", __iconNode41);
1816
1830
 
1817
1831
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/gift.js
1818
- var __iconNode41 = [
1832
+ var __iconNode42 = [
1819
1833
  ["rect", { x: "3", y: "8", width: "18", height: "4", rx: "1", key: "bkv52" }],
1820
1834
  ["path", { d: "M12 8v13", key: "1c76mn" }],
1821
1835
  ["path", { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7", key: "6wjy6b" }],
@@ -1827,20 +1841,20 @@ var __iconNode41 = [
1827
1841
  }
1828
1842
  ]
1829
1843
  ];
1830
- var Gift = createLucideIcon("gift", __iconNode41);
1844
+ var Gift = createLucideIcon("gift", __iconNode42);
1831
1845
 
1832
1846
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/git-pull-request-arrow.js
1833
- var __iconNode42 = [
1847
+ var __iconNode43 = [
1834
1848
  ["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
1835
1849
  ["path", { d: "M5 9v12", key: "ih889a" }],
1836
1850
  ["circle", { cx: "19", cy: "18", r: "3", key: "1qljk2" }],
1837
1851
  ["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
1838
1852
  ["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }]
1839
1853
  ];
1840
- var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow", __iconNode42);
1854
+ var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow", __iconNode43);
1841
1855
 
1842
1856
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe-lock.js
1843
- var __iconNode43 = [
1857
+ var __iconNode44 = [
1844
1858
  [
1845
1859
  "path",
1846
1860
  {
@@ -1852,18 +1866,18 @@ var __iconNode43 = [
1852
1866
  ["path", { d: "M20 6V4a2 2 0 1 0-4 0v2", key: "1of5e8" }],
1853
1867
  ["rect", { width: "8", height: "5", x: "14", y: "6", rx: "1", key: "1fmf51" }]
1854
1868
  ];
1855
- var GlobeLock = createLucideIcon("globe-lock", __iconNode43);
1869
+ var GlobeLock = createLucideIcon("globe-lock", __iconNode44);
1856
1870
 
1857
1871
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe.js
1858
- var __iconNode44 = [
1872
+ var __iconNode45 = [
1859
1873
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
1860
1874
  ["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
1861
1875
  ["path", { d: "M2 12h20", key: "9i4pu4" }]
1862
1876
  ];
1863
- var Globe = createLucideIcon("globe", __iconNode44);
1877
+ var Globe = createLucideIcon("globe", __iconNode45);
1864
1878
 
1865
1879
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip-vertical.js
1866
- var __iconNode45 = [
1880
+ var __iconNode46 = [
1867
1881
  ["circle", { cx: "9", cy: "12", r: "1", key: "1vctgf" }],
1868
1882
  ["circle", { cx: "9", cy: "5", r: "1", key: "hp0tcf" }],
1869
1883
  ["circle", { cx: "9", cy: "19", r: "1", key: "fkjjf6" }],
@@ -1871,10 +1885,10 @@ var __iconNode45 = [
1871
1885
  ["circle", { cx: "15", cy: "5", r: "1", key: "19l28e" }],
1872
1886
  ["circle", { cx: "15", cy: "19", r: "1", key: "f4zoj3" }]
1873
1887
  ];
1874
- var GripVertical = createLucideIcon("grip-vertical", __iconNode45);
1888
+ var GripVertical = createLucideIcon("grip-vertical", __iconNode46);
1875
1889
 
1876
1890
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip.js
1877
- var __iconNode46 = [
1891
+ var __iconNode47 = [
1878
1892
  ["circle", { cx: "12", cy: "5", r: "1", key: "gxeob9" }],
1879
1893
  ["circle", { cx: "19", cy: "5", r: "1", key: "w8mnmm" }],
1880
1894
  ["circle", { cx: "5", cy: "5", r: "1", key: "lttvr7" }],
@@ -1885,10 +1899,10 @@ var __iconNode46 = [
1885
1899
  ["circle", { cx: "19", cy: "19", r: "1", key: "shf9b7" }],
1886
1900
  ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
1887
1901
  ];
1888
- var Grip = createLucideIcon("grip", __iconNode46);
1902
+ var Grip = createLucideIcon("grip", __iconNode47);
1889
1903
 
1890
1904
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
1891
- var __iconNode47 = [
1905
+ var __iconNode48 = [
1892
1906
  ["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
1893
1907
  [
1894
1908
  "path",
@@ -1906,10 +1920,10 @@ var __iconNode47 = [
1906
1920
  }
1907
1921
  ]
1908
1922
  ];
1909
- var HandHeart = createLucideIcon("hand-heart", __iconNode47);
1923
+ var HandHeart = createLucideIcon("hand-heart", __iconNode48);
1910
1924
 
1911
1925
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
1912
- var __iconNode48 = [
1926
+ var __iconNode49 = [
1913
1927
  ["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
1914
1928
  [
1915
1929
  "path",
@@ -1922,17 +1936,17 @@ var __iconNode48 = [
1922
1936
  ["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
1923
1937
  ["path", { d: "M3 4h8", key: "1ep09j" }]
1924
1938
  ];
1925
- var Handshake = createLucideIcon("handshake", __iconNode48);
1939
+ var Handshake = createLucideIcon("handshake", __iconNode49);
1926
1940
 
1927
1941
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
1928
- var __iconNode49 = [
1942
+ var __iconNode50 = [
1929
1943
  ["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
1930
1944
  ["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" }]
1931
1945
  ];
1932
- var Highlighter = createLucideIcon("highlighter", __iconNode49);
1946
+ var Highlighter = createLucideIcon("highlighter", __iconNode50);
1933
1947
 
1934
1948
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
1935
- var __iconNode50 = [
1949
+ var __iconNode51 = [
1936
1950
  [
1937
1951
  "path",
1938
1952
  {
@@ -1944,10 +1958,10 @@ var __iconNode50 = [
1944
1958
  ["path", { d: "M15 18h6", key: "3b3c90" }],
1945
1959
  ["path", { d: "M18 15v6", key: "9wciyi" }]
1946
1960
  ];
1947
- var HousePlus = createLucideIcon("house-plus", __iconNode50);
1961
+ var HousePlus = createLucideIcon("house-plus", __iconNode51);
1948
1962
 
1949
1963
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
1950
- var __iconNode51 = [
1964
+ var __iconNode52 = [
1951
1965
  [
1952
1966
  "path",
1953
1967
  {
@@ -1959,10 +1973,10 @@ var __iconNode51 = [
1959
1973
  ["path", { d: "m17 22 3-3", key: "1nkfve" }],
1960
1974
  ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1961
1975
  ];
1962
- var ImageDown = createLucideIcon("image-down", __iconNode51);
1976
+ var ImageDown = createLucideIcon("image-down", __iconNode52);
1963
1977
 
1964
1978
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
1965
- var __iconNode52 = [
1979
+ var __iconNode53 = [
1966
1980
  ["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
1967
1981
  ["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
1968
1982
  ["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
@@ -1976,10 +1990,10 @@ var __iconNode52 = [
1976
1990
  ],
1977
1991
  ["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
1978
1992
  ];
1979
- var ImageOff = createLucideIcon("image-off", __iconNode52);
1993
+ var ImageOff = createLucideIcon("image-off", __iconNode53);
1980
1994
 
1981
1995
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
1982
- var __iconNode53 = [
1996
+ var __iconNode54 = [
1983
1997
  [
1984
1998
  "path",
1985
1999
  {
@@ -1991,24 +2005,24 @@ var __iconNode53 = [
1991
2005
  ["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
1992
2006
  ["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
1993
2007
  ];
1994
- var ImageUp = createLucideIcon("image-up", __iconNode53);
2008
+ var ImageUp = createLucideIcon("image-up", __iconNode54);
1995
2009
 
1996
2010
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/infinity.js
1997
- var __iconNode54 = [
2011
+ var __iconNode55 = [
1998
2012
  ["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" }]
1999
2013
  ];
2000
- var Infinity = createLucideIcon("infinity", __iconNode54);
2014
+ var Infinity = createLucideIcon("infinity", __iconNode55);
2001
2015
 
2002
2016
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
2003
- var __iconNode55 = [
2017
+ var __iconNode56 = [
2004
2018
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
2005
2019
  ["path", { d: "M12 16v-4", key: "1dtifu" }],
2006
2020
  ["path", { d: "M12 8h.01", key: "e9boi3" }]
2007
2021
  ];
2008
- var Info = createLucideIcon("info", __iconNode55);
2022
+ var Info = createLucideIcon("info", __iconNode56);
2009
2023
 
2010
2024
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
2011
- var __iconNode56 = [
2025
+ var __iconNode57 = [
2012
2026
  ["path", { d: "M10 8h.01", key: "1r9ogq" }],
2013
2027
  ["path", { d: "M12 12h.01", key: "1mp3jc" }],
2014
2028
  ["path", { d: "M14 8h.01", key: "1primd" }],
@@ -2019,10 +2033,10 @@ var __iconNode56 = [
2019
2033
  ["path", { d: "M8 12h.01", key: "czm47f" }],
2020
2034
  ["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
2021
2035
  ];
2022
- var Keyboard = createLucideIcon("keyboard", __iconNode56);
2036
+ var Keyboard = createLucideIcon("keyboard", __iconNode57);
2023
2037
 
2024
2038
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
2025
- var __iconNode57 = [
2039
+ var __iconNode58 = [
2026
2040
  ["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
2027
2041
  [
2028
2042
  "path",
@@ -2034,71 +2048,88 @@ var __iconNode57 = [
2034
2048
  ["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
2035
2049
  ["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
2036
2050
  ];
2037
- var LandPlot = createLucideIcon("land-plot", __iconNode57);
2051
+ var LandPlot = createLucideIcon("land-plot", __iconNode58);
2038
2052
 
2039
2053
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
2040
- var __iconNode58 = [
2054
+ var __iconNode59 = [
2041
2055
  ["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
2042
2056
  ["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
2043
2057
  ["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
2044
2058
  ];
2045
- var LayoutTemplate = createLucideIcon("layout-template", __iconNode58);
2059
+ var LayoutTemplate = createLucideIcon("layout-template", __iconNode59);
2046
2060
 
2047
2061
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
2048
- var __iconNode59 = [
2062
+ var __iconNode60 = [
2049
2063
  ["path", { d: "m16 6 4 14", key: "ji33uf" }],
2050
2064
  ["path", { d: "M12 6v14", key: "1n7gus" }],
2051
2065
  ["path", { d: "M8 8v12", key: "1gg7y9" }],
2052
2066
  ["path", { d: "M4 4v16", key: "6qkkli" }]
2053
2067
  ];
2054
- var Library = createLucideIcon("library", __iconNode59);
2068
+ var Library = createLucideIcon("library", __iconNode60);
2055
2069
 
2056
2070
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
2057
- var __iconNode60 = [
2071
+ var __iconNode61 = [
2058
2072
  ["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" }],
2059
2073
  ["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" }]
2060
2074
  ];
2061
- var Link = createLucideIcon("link", __iconNode60);
2075
+ var Link = createLucideIcon("link", __iconNode61);
2062
2076
 
2063
2077
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
2064
- var __iconNode61 = [
2078
+ var __iconNode62 = [
2065
2079
  ["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
2066
2080
  ["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
2067
2081
  ["path", { d: "M13 6h8", key: "15sg57" }],
2068
2082
  ["path", { d: "M13 12h8", key: "h98zly" }],
2069
2083
  ["path", { d: "M13 18h8", key: "oe0vm4" }]
2070
2084
  ];
2071
- var ListTodo = createLucideIcon("list-todo", __iconNode61);
2085
+ var ListTodo = createLucideIcon("list-todo", __iconNode62);
2072
2086
 
2073
2087
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
2074
- var __iconNode62 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
2075
- var LoaderCircle = createLucideIcon("loader-circle", __iconNode62);
2088
+ var __iconNode63 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
2089
+ var LoaderCircle = createLucideIcon("loader-circle", __iconNode63);
2076
2090
 
2077
2091
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
2078
- var __iconNode63 = [
2092
+ var __iconNode64 = [
2079
2093
  ["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
2080
2094
  ["path", { d: "M15 12H3", key: "6jk70r" }],
2081
2095
  ["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
2082
2096
  ];
2083
- var LogIn = createLucideIcon("log-in", __iconNode63);
2097
+ var LogIn = createLucideIcon("log-in", __iconNode64);
2084
2098
 
2085
2099
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
2086
- var __iconNode64 = [
2100
+ var __iconNode65 = [
2087
2101
  ["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
2088
2102
  ["path", { d: "M21 12H9", key: "dn1m92" }],
2089
2103
  ["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
2090
2104
  ];
2091
- var LogOut = createLucideIcon("log-out", __iconNode64);
2105
+ var LogOut = createLucideIcon("log-out", __iconNode65);
2092
2106
 
2093
2107
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
2094
- var __iconNode65 = [
2108
+ var __iconNode66 = [
2095
2109
  ["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
2096
2110
  ["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
2097
2111
  ];
2098
- var Mail = createLucideIcon("mail", __iconNode65);
2112
+ var Mail = createLucideIcon("mail", __iconNode66);
2113
+
2114
+ // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/message-circle-code.js
2115
+ var __iconNode67 = [
2116
+ ["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
2117
+ ["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
2118
+ ["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22z", key: "k85zhp" }]
2119
+ ];
2120
+ var MessageCircleCode = createLucideIcon("message-circle-code", __iconNode67);
2121
+
2122
+ // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/message-circle-more.js
2123
+ var __iconNode68 = [
2124
+ ["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z", key: "vv11sd" }],
2125
+ ["path", { d: "M8 12h.01", key: "czm47f" }],
2126
+ ["path", { d: "M12 12h.01", key: "1mp3jc" }],
2127
+ ["path", { d: "M16 12h.01", key: "1l6xoz" }]
2128
+ ];
2129
+ var MessageCircleMore = createLucideIcon("message-circle-more", __iconNode68);
2099
2130
 
2100
2131
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
2101
- var __iconNode66 = [
2132
+ var __iconNode69 = [
2102
2133
  ["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
2103
2134
  ["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
2104
2135
  ["path", { d: "m6 12-1.9 2", key: "mnht97" }],
@@ -2111,10 +2142,10 @@ var __iconNode66 = [
2111
2142
  }
2112
2143
  ]
2113
2144
  ];
2114
- var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode66);
2145
+ var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode69);
2115
2146
 
2116
2147
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
2117
- var __iconNode67 = [
2148
+ var __iconNode70 = [
2118
2149
  [
2119
2150
  "path",
2120
2151
  {
@@ -2127,25 +2158,25 @@ var __iconNode67 = [
2127
2158
  ["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
2128
2159
  ["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
2129
2160
  ];
2130
- var Palette = createLucideIcon("palette", __iconNode67);
2161
+ var Palette = createLucideIcon("palette", __iconNode70);
2131
2162
 
2132
2163
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
2133
- var __iconNode68 = [
2164
+ var __iconNode71 = [
2134
2165
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
2135
2166
  ["path", { d: "M9 3v18", key: "fh3hqa" }]
2136
2167
  ];
2137
- var PanelLeft = createLucideIcon("panel-left", __iconNode68);
2168
+ var PanelLeft = createLucideIcon("panel-left", __iconNode71);
2138
2169
 
2139
2170
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
2140
- var __iconNode69 = [
2171
+ var __iconNode72 = [
2141
2172
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
2142
2173
  ["path", { d: "M3 9h18", key: "1pudct" }],
2143
2174
  ["path", { d: "M9 21V9", key: "1oto5p" }]
2144
2175
  ];
2145
- var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode69);
2176
+ var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode72);
2146
2177
 
2147
2178
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/paw-print.js
2148
- var __iconNode70 = [
2179
+ var __iconNode73 = [
2149
2180
  ["circle", { cx: "11", cy: "4", r: "2", key: "vol9p0" }],
2150
2181
  ["circle", { cx: "18", cy: "8", r: "2", key: "17gozi" }],
2151
2182
  ["circle", { cx: "20", cy: "16", r: "2", key: "1v9bxh" }],
@@ -2157,10 +2188,10 @@ var __iconNode70 = [
2157
2188
  }
2158
2189
  ]
2159
2190
  ];
2160
- var PawPrint = createLucideIcon("paw-print", __iconNode70);
2191
+ var PawPrint = createLucideIcon("paw-print", __iconNode73);
2161
2192
 
2162
2193
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
2163
- var __iconNode71 = [
2194
+ var __iconNode74 = [
2164
2195
  [
2165
2196
  "path",
2166
2197
  {
@@ -2170,18 +2201,18 @@ var __iconNode71 = [
2170
2201
  ],
2171
2202
  ["path", { d: "m15 5 4 4", key: "1mk7zo" }]
2172
2203
  ];
2173
- var Pencil = createLucideIcon("pencil", __iconNode71);
2204
+ var Pencil = createLucideIcon("pencil", __iconNode74);
2174
2205
 
2175
2206
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
2176
- var __iconNode72 = [
2207
+ var __iconNode75 = [
2177
2208
  ["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
2178
2209
  ["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
2179
2210
  ["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
2180
2211
  ];
2181
- var Pi = createLucideIcon("pi", __iconNode72);
2212
+ var Pi = createLucideIcon("pi", __iconNode75);
2182
2213
 
2183
2214
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/qr-code.js
2184
- var __iconNode73 = [
2215
+ var __iconNode76 = [
2185
2216
  ["rect", { width: "5", height: "5", x: "3", y: "3", rx: "1", key: "1tu5fj" }],
2186
2217
  ["rect", { width: "5", height: "5", x: "16", y: "3", rx: "1", key: "1v8r4q" }],
2187
2218
  ["rect", { width: "5", height: "5", x: "3", y: "16", rx: "1", key: "1x03jg" }],
@@ -2195,10 +2226,10 @@ var __iconNode73 = [
2195
2226
  ["path", { d: "M21 12v.01", key: "1lwtk9" }],
2196
2227
  ["path", { d: "M12 21v-1", key: "1880an" }]
2197
2228
  ];
2198
- var QrCode = createLucideIcon("qr-code", __iconNode73);
2229
+ var QrCode = createLucideIcon("qr-code", __iconNode76);
2199
2230
 
2200
2231
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
2201
- var __iconNode74 = [
2232
+ var __iconNode77 = [
2202
2233
  [
2203
2234
  "path",
2204
2235
  { 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" }
@@ -2207,19 +2238,19 @@ var __iconNode74 = [
2207
2238
  ["path", { d: "M16 12H8", key: "1fr5h0" }],
2208
2239
  ["path", { d: "M13 16H8", key: "wsln4y" }]
2209
2240
  ];
2210
- var ReceiptText = createLucideIcon("receipt-text", __iconNode74);
2241
+ var ReceiptText = createLucideIcon("receipt-text", __iconNode77);
2211
2242
 
2212
2243
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
2213
- var __iconNode75 = [
2244
+ var __iconNode78 = [
2214
2245
  ["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
2215
2246
  ["path", { d: "M3 3v5h5", key: "1xhq8a" }],
2216
2247
  ["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
2217
2248
  ["path", { d: "M16 16h5v5", key: "ccwih5" }]
2218
2249
  ];
2219
- var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode75);
2250
+ var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode78);
2220
2251
 
2221
2252
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
2222
- var __iconNode76 = [
2253
+ var __iconNode79 = [
2223
2254
  ["path", { d: "M17 3v10", key: "15fgeh" }],
2224
2255
  ["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
2225
2256
  ["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
@@ -2228,10 +2259,10 @@ var __iconNode76 = [
2228
2259
  { 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" }
2229
2260
  ]
2230
2261
  ];
2231
- var Regex = createLucideIcon("regex", __iconNode76);
2262
+ var Regex = createLucideIcon("regex", __iconNode79);
2232
2263
 
2233
2264
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
2234
- var __iconNode77 = [
2265
+ var __iconNode80 = [
2235
2266
  ["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
2236
2267
  ["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
2237
2268
  ["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
@@ -2240,10 +2271,10 @@ var __iconNode77 = [
2240
2271
  ["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
2241
2272
  ["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
2242
2273
  ];
2243
- var Replace = createLucideIcon("replace", __iconNode77);
2274
+ var Replace = createLucideIcon("replace", __iconNode80);
2244
2275
 
2245
2276
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rocket.js
2246
- var __iconNode78 = [
2277
+ var __iconNode81 = [
2247
2278
  [
2248
2279
  "path",
2249
2280
  {
@@ -2261,35 +2292,35 @@ var __iconNode78 = [
2261
2292
  ["path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0", key: "1f8sc4" }],
2262
2293
  ["path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5", key: "qeys4" }]
2263
2294
  ];
2264
- var Rocket = createLucideIcon("rocket", __iconNode78);
2295
+ var Rocket = createLucideIcon("rocket", __iconNode81);
2265
2296
 
2266
2297
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
2267
- var __iconNode79 = [
2298
+ var __iconNode82 = [
2268
2299
  ["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
2269
2300
  ["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
2270
2301
  ["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
2271
2302
  ];
2272
- var Rss = createLucideIcon("rss", __iconNode79);
2303
+ var Rss = createLucideIcon("rss", __iconNode82);
2273
2304
 
2274
2305
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
2275
- var __iconNode80 = [
2306
+ var __iconNode83 = [
2276
2307
  ["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
2277
2308
  ["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
2278
2309
  ["path", { d: "M7 21h10", key: "1b0cd5" }],
2279
2310
  ["path", { d: "M12 3v18", key: "108xh3" }],
2280
2311
  ["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
2281
2312
  ];
2282
- var Scale = createLucideIcon("scale", __iconNode80);
2313
+ var Scale = createLucideIcon("scale", __iconNode83);
2283
2314
 
2284
2315
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
2285
- var __iconNode81 = [
2316
+ var __iconNode84 = [
2286
2317
  ["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
2287
2318
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
2288
2319
  ];
2289
- var Search = createLucideIcon("search", __iconNode81);
2320
+ var Search = createLucideIcon("search", __iconNode84);
2290
2321
 
2291
2322
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
2292
- var __iconNode82 = [
2323
+ var __iconNode85 = [
2293
2324
  [
2294
2325
  "path",
2295
2326
  {
@@ -2299,27 +2330,27 @@ var __iconNode82 = [
2299
2330
  ],
2300
2331
  ["path", { d: "M6 12h16", key: "s4cdu5" }]
2301
2332
  ];
2302
- var SendHorizontal = createLucideIcon("send-horizontal", __iconNode82);
2333
+ var SendHorizontal = createLucideIcon("send-horizontal", __iconNode85);
2303
2334
 
2304
2335
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
2305
- var __iconNode83 = [
2336
+ var __iconNode86 = [
2306
2337
  ["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
2307
2338
  ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
2308
2339
  ["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
2309
2340
  ["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
2310
2341
  ];
2311
- var Server = createLucideIcon("server", __iconNode83);
2342
+ var Server = createLucideIcon("server", __iconNode86);
2312
2343
 
2313
2344
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
2314
- var __iconNode84 = [
2345
+ var __iconNode87 = [
2315
2346
  ["path", { d: "M12 2v13", key: "1km8f5" }],
2316
2347
  ["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
2317
2348
  ["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
2318
2349
  ];
2319
- var Share = createLucideIcon("share", __iconNode84);
2350
+ var Share = createLucideIcon("share", __iconNode87);
2320
2351
 
2321
2352
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
2322
- var __iconNode85 = [
2353
+ var __iconNode88 = [
2323
2354
  [
2324
2355
  "path",
2325
2356
  {
@@ -2330,10 +2361,10 @@ var __iconNode85 = [
2330
2361
  ["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
2331
2362
  ["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
2332
2363
  ];
2333
- var ShieldUser = createLucideIcon("shield-user", __iconNode85);
2364
+ var ShieldUser = createLucideIcon("shield-user", __iconNode88);
2334
2365
 
2335
2366
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield.js
2336
- var __iconNode86 = [
2367
+ var __iconNode89 = [
2337
2368
  [
2338
2369
  "path",
2339
2370
  {
@@ -2342,10 +2373,10 @@ var __iconNode86 = [
2342
2373
  }
2343
2374
  ]
2344
2375
  ];
2345
- var Shield = createLucideIcon("shield", __iconNode86);
2376
+ var Shield = createLucideIcon("shield", __iconNode89);
2346
2377
 
2347
2378
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
2348
- var __iconNode87 = [
2379
+ var __iconNode90 = [
2349
2380
  [
2350
2381
  "path",
2351
2382
  {
@@ -2354,10 +2385,10 @@ var __iconNode87 = [
2354
2385
  }
2355
2386
  ]
2356
2387
  ];
2357
- var Sigma = createLucideIcon("sigma", __iconNode87);
2388
+ var Sigma = createLucideIcon("sigma", __iconNode90);
2358
2389
 
2359
2390
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
2360
- var __iconNode88 = [
2391
+ var __iconNode91 = [
2361
2392
  [
2362
2393
  "path",
2363
2394
  {
@@ -2370,10 +2401,10 @@ var __iconNode88 = [
2370
2401
  ["path", { d: "M4 17v2", key: "vumght" }],
2371
2402
  ["path", { d: "M5 18H3", key: "zchphs" }]
2372
2403
  ];
2373
- var Sparkles = createLucideIcon("sparkles", __iconNode88);
2404
+ var Sparkles = createLucideIcon("sparkles", __iconNode91);
2374
2405
 
2375
2406
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
2376
- var __iconNode89 = [
2407
+ var __iconNode92 = [
2377
2408
  [
2378
2409
  "path",
2379
2410
  {
@@ -2385,10 +2416,10 @@ var __iconNode89 = [
2385
2416
  ["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
2386
2417
  ["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
2387
2418
  ];
2388
- var SplinePointer = createLucideIcon("spline-pointer", __iconNode89);
2419
+ var SplinePointer = createLucideIcon("spline-pointer", __iconNode92);
2389
2420
 
2390
2421
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sprout.js
2391
- var __iconNode90 = [
2422
+ var __iconNode93 = [
2392
2423
  ["path", { d: "M7 20h10", key: "e6iznv" }],
2393
2424
  ["path", { d: "M10 20c5.5-2.5.8-6.4 3-10", key: "161w41" }],
2394
2425
  [
@@ -2406,10 +2437,10 @@ var __iconNode90 = [
2406
2437
  }
2407
2438
  ]
2408
2439
  ];
2409
- var Sprout = createLucideIcon("sprout", __iconNode90);
2440
+ var Sprout = createLucideIcon("sprout", __iconNode93);
2410
2441
 
2411
2442
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
2412
- var __iconNode91 = [
2443
+ var __iconNode94 = [
2413
2444
  ["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
2414
2445
  ["path", { d: "M14 21h1", key: "v9vybs" }],
2415
2446
  ["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
@@ -2419,18 +2450,18 @@ var __iconNode91 = [
2419
2450
  ],
2420
2451
  ["path", { d: "M9 21h1", key: "15o7lz" }]
2421
2452
  ];
2422
- var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode91);
2453
+ var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode94);
2423
2454
 
2424
2455
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
2425
- var __iconNode92 = [
2456
+ var __iconNode95 = [
2426
2457
  ["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
2427
2458
  ["path", { d: "M11 13h4", key: "1p7l4v" }],
2428
2459
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
2429
2460
  ];
2430
- var SquareTerminal = createLucideIcon("square-terminal", __iconNode92);
2461
+ var SquareTerminal = createLucideIcon("square-terminal", __iconNode95);
2431
2462
 
2432
2463
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
2433
- var __iconNode93 = [
2464
+ var __iconNode96 = [
2434
2465
  [
2435
2466
  "path",
2436
2467
  {
@@ -2439,26 +2470,26 @@ var __iconNode93 = [
2439
2470
  }
2440
2471
  ]
2441
2472
  ];
2442
- var Star = createLucideIcon("star", __iconNode93);
2473
+ var Star = createLucideIcon("star", __iconNode96);
2443
2474
 
2444
2475
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
2445
- var __iconNode94 = [
2476
+ var __iconNode97 = [
2446
2477
  ["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
2447
2478
  ["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
2448
2479
  ["path", { d: "M12 17h10", key: "ls21zv" }],
2449
2480
  ["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
2450
2481
  ];
2451
- var Tablets = createLucideIcon("tablets", __iconNode94);
2482
+ var Tablets = createLucideIcon("tablets", __iconNode97);
2452
2483
 
2453
2484
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
2454
- var __iconNode95 = [
2485
+ var __iconNode98 = [
2455
2486
  ["path", { d: "M12 19h8", key: "baeox8" }],
2456
2487
  ["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
2457
2488
  ];
2458
- var Terminal = createLucideIcon("terminal", __iconNode95);
2489
+ var Terminal = createLucideIcon("terminal", __iconNode98);
2459
2490
 
2460
2491
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
2461
- var __iconNode96 = [
2492
+ var __iconNode99 = [
2462
2493
  [
2463
2494
  "path",
2464
2495
  {
@@ -2467,25 +2498,25 @@ var __iconNode96 = [
2467
2498
  }
2468
2499
  ]
2469
2500
  ];
2470
- var Twitter = createLucideIcon("twitter", __iconNode96);
2501
+ var Twitter = createLucideIcon("twitter", __iconNode99);
2471
2502
 
2472
2503
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/workflow.js
2473
- var __iconNode97 = [
2504
+ var __iconNode100 = [
2474
2505
  ["rect", { width: "8", height: "8", x: "3", y: "3", rx: "2", key: "by2w9f" }],
2475
2506
  ["path", { d: "M7 11v4a2 2 0 0 0 2 2h4", key: "xkn7yn" }],
2476
2507
  ["rect", { width: "8", height: "8", x: "13", y: "13", rx: "2", key: "1cgmvn" }]
2477
2508
  ];
2478
- var Workflow = createLucideIcon("workflow", __iconNode97);
2509
+ var Workflow = createLucideIcon("workflow", __iconNode100);
2479
2510
 
2480
2511
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
2481
- var __iconNode98 = [
2512
+ var __iconNode101 = [
2482
2513
  ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
2483
2514
  ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
2484
2515
  ];
2485
- var X = createLucideIcon("x", __iconNode98);
2516
+ var X = createLucideIcon("x", __iconNode101);
2486
2517
 
2487
2518
  // ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
2488
- var __iconNode99 = [
2519
+ var __iconNode102 = [
2489
2520
  [
2490
2521
  "path",
2491
2522
  {
@@ -2494,7 +2525,7 @@ var __iconNode99 = [
2494
2525
  }
2495
2526
  ]
2496
2527
  ];
2497
- var Zap = createLucideIcon("zap", __iconNode99);
2528
+ var Zap = createLucideIcon("zap", __iconNode102);
2498
2529
 
2499
2530
  // ../base-ui/src/components/global-icon.tsx
2500
2531
  var import_react34 = __toESM(require("react"), 1);
@@ -2601,7 +2632,7 @@ var import_next_intl = require("next-intl");
2601
2632
  var import_jsx_runtime35 = require("react/jsx-runtime");
2602
2633
  function ClerkUser({
2603
2634
  locale,
2604
- clerkAuthInModal = false
2635
+ clerkAuthInModal = true
2605
2636
  }) {
2606
2637
  const t = (0, import_next_intl.useTranslations)("clerk");
2607
2638
  const t2 = (0, import_next_intl.useTranslations)("footer");
@@ -2691,6 +2722,7 @@ lucide-react/dist/esm/icons/arrow-up.js:
2691
2722
  lucide-react/dist/esm/icons/binary.js:
2692
2723
  lucide-react/dist/esm/icons/blocks.js:
2693
2724
  lucide-react/dist/esm/icons/book-x.js:
2725
+ lucide-react/dist/esm/icons/bot-message-square.js:
2694
2726
  lucide-react/dist/esm/icons/bring-to-front.js:
2695
2727
  lucide-react/dist/esm/icons/bug.js:
2696
2728
  lucide-react/dist/esm/icons/building-2.js:
@@ -2748,6 +2780,8 @@ lucide-react/dist/esm/icons/loader-circle.js:
2748
2780
  lucide-react/dist/esm/icons/log-in.js:
2749
2781
  lucide-react/dist/esm/icons/log-out.js:
2750
2782
  lucide-react/dist/esm/icons/mail.js:
2783
+ lucide-react/dist/esm/icons/message-circle-code.js:
2784
+ lucide-react/dist/esm/icons/message-circle-more.js:
2751
2785
  lucide-react/dist/esm/icons/mouse-pointer-click.js:
2752
2786
  lucide-react/dist/esm/icons/palette.js:
2753
2787
  lucide-react/dist/esm/icons/panel-left.js: