@windrun-huaiin/third-ui 5.10.0 → 5.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/clerk/index.js +215 -181
- package/dist/clerk/index.js.map +1 -1
- package/dist/clerk/index.mjs +215 -181
- package/dist/clerk/index.mjs.map +1 -1
- package/dist/fuma/mdx/index.js +215 -181
- package/dist/fuma/mdx/index.js.map +1 -1
- package/dist/fuma/mdx/index.mjs +215 -181
- package/dist/fuma/mdx/index.mjs.map +1 -1
- package/dist/fuma/server.js +215 -181
- package/dist/fuma/server.js.map +1 -1
- package/dist/fuma/server.mjs +215 -181
- package/dist/fuma/server.mjs.map +1 -1
- package/dist/main/index.d.mts +1 -0
- package/dist/main/index.d.ts +1 -0
- package/dist/main/index.js +216 -181
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +216 -181
- package/dist/main/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/main/x-button.tsx +2 -0
package/dist/main/index.js
CHANGED
|
@@ -1255,7 +1255,7 @@ var BUILTIN_ICON_COMPONENTS = {
|
|
|
1255
1255
|
FAQS: faqs_default
|
|
1256
1256
|
};
|
|
1257
1257
|
|
|
1258
|
-
// ../
|
|
1258
|
+
// ../base-ui/src/components/limited-lucide-icons.ts
|
|
1259
1259
|
var limited_lucide_icons_exports = {};
|
|
1260
1260
|
__export(limited_lucide_icons_exports, {
|
|
1261
1261
|
AlbumIcon: () => Album,
|
|
@@ -1276,6 +1276,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
1276
1276
|
Car: () => Car,
|
|
1277
1277
|
Check: () => Check,
|
|
1278
1278
|
CheckCheck: () => CheckCheck,
|
|
1279
|
+
CheckLine: () => CheckLine,
|
|
1279
1280
|
ChevronDown: () => ChevronDown,
|
|
1280
1281
|
ChevronLeft: () => ChevronLeft,
|
|
1281
1282
|
ChevronRight: () => ChevronRight,
|
|
@@ -1333,6 +1334,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
1333
1334
|
MessageCircleMore: () => MessageCircleMore,
|
|
1334
1335
|
MoreHorizontal: () => Ellipsis,
|
|
1335
1336
|
MousePointerClick: () => MousePointerClick,
|
|
1337
|
+
NotepadText: () => NotepadText,
|
|
1336
1338
|
Palette: () => Palette,
|
|
1337
1339
|
PanelLeft: () => PanelLeft,
|
|
1338
1340
|
PanelsTopLeft: () => PanelsTopLeft,
|
|
@@ -1363,6 +1365,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
1363
1365
|
Tablets: () => Tablets,
|
|
1364
1366
|
Terminal: () => Terminal,
|
|
1365
1367
|
Twitter: () => Twitter,
|
|
1368
|
+
UserRoundCheck: () => UserRoundCheck,
|
|
1366
1369
|
Workflow: () => Workflow,
|
|
1367
1370
|
X: () => X,
|
|
1368
1371
|
Zap: () => Zap
|
|
@@ -1680,51 +1683,59 @@ var __iconNode17 = [
|
|
|
1680
1683
|
];
|
|
1681
1684
|
var CheckCheck = createLucideIcon("check-check", __iconNode17);
|
|
1682
1685
|
|
|
1686
|
+
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check-line.js
|
|
1687
|
+
var __iconNode18 = [
|
|
1688
|
+
["path", { d: "M20 4L9 15", key: "1qkx8z" }],
|
|
1689
|
+
["path", { d: "M21 19L3 19", key: "100sma" }],
|
|
1690
|
+
["path", { d: "M9 15L4 10", key: "9zxff7" }]
|
|
1691
|
+
];
|
|
1692
|
+
var CheckLine = createLucideIcon("check-line", __iconNode18);
|
|
1693
|
+
|
|
1683
1694
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check.js
|
|
1684
|
-
var
|
|
1685
|
-
var Check = createLucideIcon("check",
|
|
1695
|
+
var __iconNode19 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
|
|
1696
|
+
var Check = createLucideIcon("check", __iconNode19);
|
|
1686
1697
|
|
|
1687
1698
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-down.js
|
|
1688
|
-
var
|
|
1689
|
-
var ChevronDown = createLucideIcon("chevron-down",
|
|
1699
|
+
var __iconNode20 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
|
|
1700
|
+
var ChevronDown = createLucideIcon("chevron-down", __iconNode20);
|
|
1690
1701
|
|
|
1691
1702
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-left.js
|
|
1692
|
-
var
|
|
1693
|
-
var ChevronLeft = createLucideIcon("chevron-left",
|
|
1703
|
+
var __iconNode21 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
|
|
1704
|
+
var ChevronLeft = createLucideIcon("chevron-left", __iconNode21);
|
|
1694
1705
|
|
|
1695
1706
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-right.js
|
|
1696
|
-
var
|
|
1697
|
-
var ChevronRight = createLucideIcon("chevron-right",
|
|
1707
|
+
var __iconNode22 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
|
|
1708
|
+
var ChevronRight = createLucideIcon("chevron-right", __iconNode22);
|
|
1698
1709
|
|
|
1699
1710
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-up.js
|
|
1700
|
-
var
|
|
1701
|
-
var ChevronUp = createLucideIcon("chevron-up",
|
|
1711
|
+
var __iconNode23 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
|
|
1712
|
+
var ChevronUp = createLucideIcon("chevron-up", __iconNode23);
|
|
1702
1713
|
|
|
1703
1714
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-alert.js
|
|
1704
|
-
var
|
|
1715
|
+
var __iconNode24 = [
|
|
1705
1716
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1706
1717
|
["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
|
|
1707
1718
|
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
|
|
1708
1719
|
];
|
|
1709
|
-
var CircleAlert = createLucideIcon("circle-alert",
|
|
1720
|
+
var CircleAlert = createLucideIcon("circle-alert", __iconNode24);
|
|
1710
1721
|
|
|
1711
1722
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-small.js
|
|
1712
|
-
var
|
|
1713
|
-
var CircleSmall = createLucideIcon("circle-small",
|
|
1723
|
+
var __iconNode25 = [["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }]];
|
|
1724
|
+
var CircleSmall = createLucideIcon("circle-small", __iconNode25);
|
|
1714
1725
|
|
|
1715
1726
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-stop.js
|
|
1716
|
-
var
|
|
1727
|
+
var __iconNode26 = [
|
|
1717
1728
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1718
1729
|
["rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", key: "1ssd4o" }]
|
|
1719
1730
|
];
|
|
1720
|
-
var CircleStop = createLucideIcon("circle-stop",
|
|
1731
|
+
var CircleStop = createLucideIcon("circle-stop", __iconNode26);
|
|
1721
1732
|
|
|
1722
1733
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle.js
|
|
1723
|
-
var
|
|
1724
|
-
var Circle = createLucideIcon("circle",
|
|
1734
|
+
var __iconNode27 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
|
|
1735
|
+
var Circle = createLucideIcon("circle", __iconNode27);
|
|
1725
1736
|
|
|
1726
1737
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/component.js
|
|
1727
|
-
var
|
|
1738
|
+
var __iconNode28 = [
|
|
1728
1739
|
[
|
|
1729
1740
|
"path",
|
|
1730
1741
|
{
|
|
@@ -1754,17 +1765,17 @@ var __iconNode27 = [
|
|
|
1754
1765
|
}
|
|
1755
1766
|
]
|
|
1756
1767
|
];
|
|
1757
|
-
var Component = createLucideIcon("component",
|
|
1768
|
+
var Component = createLucideIcon("component", __iconNode28);
|
|
1758
1769
|
|
|
1759
1770
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/copy.js
|
|
1760
|
-
var
|
|
1771
|
+
var __iconNode29 = [
|
|
1761
1772
|
["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
|
|
1762
1773
|
["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" }]
|
|
1763
1774
|
];
|
|
1764
|
-
var Copy = createLucideIcon("copy",
|
|
1775
|
+
var Copy = createLucideIcon("copy", __iconNode29);
|
|
1765
1776
|
|
|
1766
1777
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/cpu.js
|
|
1767
|
-
var
|
|
1778
|
+
var __iconNode30 = [
|
|
1768
1779
|
["path", { d: "M12 20v2", key: "1lh1kg" }],
|
|
1769
1780
|
["path", { d: "M12 2v2", key: "tus03m" }],
|
|
1770
1781
|
["path", { d: "M17 20v2", key: "1rnc9c" }],
|
|
@@ -1780,48 +1791,48 @@ var __iconNode29 = [
|
|
|
1780
1791
|
["rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", key: "1vbyd7" }],
|
|
1781
1792
|
["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1", key: "z9xiuo" }]
|
|
1782
1793
|
];
|
|
1783
|
-
var Cpu = createLucideIcon("cpu",
|
|
1794
|
+
var Cpu = createLucideIcon("cpu", __iconNode30);
|
|
1784
1795
|
|
|
1785
1796
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/database-zap.js
|
|
1786
|
-
var
|
|
1797
|
+
var __iconNode31 = [
|
|
1787
1798
|
["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", key: "msslwz" }],
|
|
1788
1799
|
["path", { d: "M3 5V19A9 3 0 0 0 15 21.84", key: "14ibmq" }],
|
|
1789
1800
|
["path", { d: "M21 5V8", key: "1marbg" }],
|
|
1790
1801
|
["path", { d: "M21 12L18 17H22L19 22", key: "zafso" }],
|
|
1791
1802
|
["path", { d: "M3 12A9 3 0 0 0 14.59 14.87", key: "1y4wr8" }]
|
|
1792
1803
|
];
|
|
1793
|
-
var DatabaseZap = createLucideIcon("database-zap",
|
|
1804
|
+
var DatabaseZap = createLucideIcon("database-zap", __iconNode31);
|
|
1794
1805
|
|
|
1795
1806
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/dot.js
|
|
1796
|
-
var
|
|
1797
|
-
var Dot = createLucideIcon("dot",
|
|
1807
|
+
var __iconNode32 = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]];
|
|
1808
|
+
var Dot = createLucideIcon("dot", __iconNode32);
|
|
1798
1809
|
|
|
1799
1810
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/download.js
|
|
1800
|
-
var
|
|
1811
|
+
var __iconNode33 = [
|
|
1801
1812
|
["path", { d: "M12 15V3", key: "m9g1x1" }],
|
|
1802
1813
|
["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
|
|
1803
1814
|
["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
|
|
1804
1815
|
];
|
|
1805
|
-
var Download = createLucideIcon("download",
|
|
1816
|
+
var Download = createLucideIcon("download", __iconNode33);
|
|
1806
1817
|
|
|
1807
1818
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/ellipsis.js
|
|
1808
|
-
var
|
|
1819
|
+
var __iconNode34 = [
|
|
1809
1820
|
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
1810
1821
|
["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
|
|
1811
1822
|
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
|
|
1812
1823
|
];
|
|
1813
|
-
var Ellipsis = createLucideIcon("ellipsis",
|
|
1824
|
+
var Ellipsis = createLucideIcon("ellipsis", __iconNode34);
|
|
1814
1825
|
|
|
1815
1826
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/external-link.js
|
|
1816
|
-
var
|
|
1827
|
+
var __iconNode35 = [
|
|
1817
1828
|
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
1818
1829
|
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
1819
1830
|
["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
|
|
1820
1831
|
];
|
|
1821
|
-
var ExternalLink = createLucideIcon("external-link",
|
|
1832
|
+
var ExternalLink = createLucideIcon("external-link", __iconNode35);
|
|
1822
1833
|
|
|
1823
1834
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/eye.js
|
|
1824
|
-
var
|
|
1835
|
+
var __iconNode36 = [
|
|
1825
1836
|
[
|
|
1826
1837
|
"path",
|
|
1827
1838
|
{
|
|
@@ -1831,62 +1842,62 @@ var __iconNode35 = [
|
|
|
1831
1842
|
],
|
|
1832
1843
|
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
1833
1844
|
];
|
|
1834
|
-
var Eye = createLucideIcon("eye",
|
|
1845
|
+
var Eye = createLucideIcon("eye", __iconNode36);
|
|
1835
1846
|
|
|
1836
1847
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/facebook.js
|
|
1837
|
-
var
|
|
1848
|
+
var __iconNode37 = [
|
|
1838
1849
|
[
|
|
1839
1850
|
"path",
|
|
1840
1851
|
{ d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z", key: "1jg4f8" }
|
|
1841
1852
|
]
|
|
1842
1853
|
];
|
|
1843
|
-
var Facebook = createLucideIcon("facebook",
|
|
1854
|
+
var Facebook = createLucideIcon("facebook", __iconNode37);
|
|
1844
1855
|
|
|
1845
1856
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-down.js
|
|
1846
|
-
var
|
|
1857
|
+
var __iconNode38 = [
|
|
1847
1858
|
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1848
1859
|
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1849
1860
|
["path", { d: "M12 18v-6", key: "17g6i2" }],
|
|
1850
1861
|
["path", { d: "m9 15 3 3 3-3", key: "1npd3o" }]
|
|
1851
1862
|
];
|
|
1852
|
-
var FileDown = createLucideIcon("file-down",
|
|
1863
|
+
var FileDown = createLucideIcon("file-down", __iconNode38);
|
|
1853
1864
|
|
|
1854
1865
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-input.js
|
|
1855
|
-
var
|
|
1866
|
+
var __iconNode39 = [
|
|
1856
1867
|
["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4", key: "1pf5j1" }],
|
|
1857
1868
|
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1858
1869
|
["path", { d: "M2 15h10", key: "jfw4w8" }],
|
|
1859
1870
|
["path", { d: "m9 18 3-3-3-3", key: "112psh" }]
|
|
1860
1871
|
];
|
|
1861
|
-
var FileInput = createLucideIcon("file-input",
|
|
1872
|
+
var FileInput = createLucideIcon("file-input", __iconNode39);
|
|
1862
1873
|
|
|
1863
1874
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-lock-2.js
|
|
1864
|
-
var
|
|
1875
|
+
var __iconNode40 = [
|
|
1865
1876
|
["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1", key: "jmtmu2" }],
|
|
1866
1877
|
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1867
1878
|
["rect", { width: "8", height: "5", x: "2", y: "13", rx: "1", key: "10y5wo" }],
|
|
1868
1879
|
["path", { d: "M8 13v-2a2 2 0 1 0-4 0v2", key: "1pdxzg" }]
|
|
1869
1880
|
];
|
|
1870
|
-
var FileLock2 = createLucideIcon("file-lock-2",
|
|
1881
|
+
var FileLock2 = createLucideIcon("file-lock-2", __iconNode40);
|
|
1871
1882
|
|
|
1872
1883
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-up.js
|
|
1873
|
-
var
|
|
1884
|
+
var __iconNode41 = [
|
|
1874
1885
|
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1875
1886
|
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1876
1887
|
["path", { d: "M12 12v6", key: "3ahymv" }],
|
|
1877
1888
|
["path", { d: "m15 15-3-3-3 3", key: "15xj92" }]
|
|
1878
1889
|
];
|
|
1879
|
-
var FileUp = createLucideIcon("file-up",
|
|
1890
|
+
var FileUp = createLucideIcon("file-up", __iconNode41);
|
|
1880
1891
|
|
|
1881
1892
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file.js
|
|
1882
|
-
var
|
|
1893
|
+
var __iconNode42 = [
|
|
1883
1894
|
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1884
1895
|
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }]
|
|
1885
1896
|
];
|
|
1886
|
-
var File = createLucideIcon("file",
|
|
1897
|
+
var File = createLucideIcon("file", __iconNode42);
|
|
1887
1898
|
|
|
1888
1899
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/fingerprint.js
|
|
1889
|
-
var
|
|
1900
|
+
var __iconNode43 = [
|
|
1890
1901
|
["path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4", key: "1nerag" }],
|
|
1891
1902
|
["path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88", key: "o46ks0" }],
|
|
1892
1903
|
["path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02", key: "ptglia" }],
|
|
@@ -1897,10 +1908,10 @@ var __iconNode42 = [
|
|
|
1897
1908
|
["path", { d: "M8.65 22c.21-.66.45-1.32.57-2", key: "13wd9y" }],
|
|
1898
1909
|
["path", { d: "M9 6.8a6 6 0 0 1 9 5.2v2", key: "1fr1j5" }]
|
|
1899
1910
|
];
|
|
1900
|
-
var Fingerprint = createLucideIcon("fingerprint",
|
|
1911
|
+
var Fingerprint = createLucideIcon("fingerprint", __iconNode43);
|
|
1901
1912
|
|
|
1902
1913
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder-open.js
|
|
1903
|
-
var
|
|
1914
|
+
var __iconNode44 = [
|
|
1904
1915
|
[
|
|
1905
1916
|
"path",
|
|
1906
1917
|
{
|
|
@@ -1909,10 +1920,10 @@ var __iconNode43 = [
|
|
|
1909
1920
|
}
|
|
1910
1921
|
]
|
|
1911
1922
|
];
|
|
1912
|
-
var FolderOpen = createLucideIcon("folder-open",
|
|
1923
|
+
var FolderOpen = createLucideIcon("folder-open", __iconNode44);
|
|
1913
1924
|
|
|
1914
1925
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder.js
|
|
1915
|
-
var
|
|
1926
|
+
var __iconNode45 = [
|
|
1916
1927
|
[
|
|
1917
1928
|
"path",
|
|
1918
1929
|
{
|
|
@@ -1921,10 +1932,10 @@ var __iconNode44 = [
|
|
|
1921
1932
|
}
|
|
1922
1933
|
]
|
|
1923
1934
|
];
|
|
1924
|
-
var Folder = createLucideIcon("folder",
|
|
1935
|
+
var Folder = createLucideIcon("folder", __iconNode45);
|
|
1925
1936
|
|
|
1926
1937
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/gift.js
|
|
1927
|
-
var
|
|
1938
|
+
var __iconNode46 = [
|
|
1928
1939
|
["rect", { x: "3", y: "8", width: "18", height: "4", rx: "1", key: "bkv52" }],
|
|
1929
1940
|
["path", { d: "M12 8v13", key: "1c76mn" }],
|
|
1930
1941
|
["path", { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7", key: "6wjy6b" }],
|
|
@@ -1936,28 +1947,28 @@ var __iconNode45 = [
|
|
|
1936
1947
|
}
|
|
1937
1948
|
]
|
|
1938
1949
|
];
|
|
1939
|
-
var Gift = createLucideIcon("gift",
|
|
1950
|
+
var Gift = createLucideIcon("gift", __iconNode46);
|
|
1940
1951
|
|
|
1941
1952
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/git-merge.js
|
|
1942
|
-
var
|
|
1953
|
+
var __iconNode47 = [
|
|
1943
1954
|
["circle", { cx: "18", cy: "18", r: "3", key: "1xkwt0" }],
|
|
1944
1955
|
["circle", { cx: "6", cy: "6", r: "3", key: "1lh9wr" }],
|
|
1945
1956
|
["path", { d: "M6 21V9a9 9 0 0 0 9 9", key: "7kw0sc" }]
|
|
1946
1957
|
];
|
|
1947
|
-
var GitMerge = createLucideIcon("git-merge",
|
|
1958
|
+
var GitMerge = createLucideIcon("git-merge", __iconNode47);
|
|
1948
1959
|
|
|
1949
1960
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/git-pull-request-arrow.js
|
|
1950
|
-
var
|
|
1961
|
+
var __iconNode48 = [
|
|
1951
1962
|
["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
|
|
1952
1963
|
["path", { d: "M5 9v12", key: "ih889a" }],
|
|
1953
1964
|
["circle", { cx: "19", cy: "18", r: "3", key: "1qljk2" }],
|
|
1954
1965
|
["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
|
|
1955
1966
|
["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }]
|
|
1956
1967
|
];
|
|
1957
|
-
var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow",
|
|
1968
|
+
var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow", __iconNode48);
|
|
1958
1969
|
|
|
1959
1970
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe-lock.js
|
|
1960
|
-
var
|
|
1971
|
+
var __iconNode49 = [
|
|
1961
1972
|
[
|
|
1962
1973
|
"path",
|
|
1963
1974
|
{
|
|
@@ -1969,18 +1980,18 @@ var __iconNode48 = [
|
|
|
1969
1980
|
["path", { d: "M20 6V4a2 2 0 1 0-4 0v2", key: "1of5e8" }],
|
|
1970
1981
|
["rect", { width: "8", height: "5", x: "14", y: "6", rx: "1", key: "1fmf51" }]
|
|
1971
1982
|
];
|
|
1972
|
-
var GlobeLock = createLucideIcon("globe-lock",
|
|
1983
|
+
var GlobeLock = createLucideIcon("globe-lock", __iconNode49);
|
|
1973
1984
|
|
|
1974
1985
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe.js
|
|
1975
|
-
var
|
|
1986
|
+
var __iconNode50 = [
|
|
1976
1987
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1977
1988
|
["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
|
|
1978
1989
|
["path", { d: "M2 12h20", key: "9i4pu4" }]
|
|
1979
1990
|
];
|
|
1980
|
-
var Globe = createLucideIcon("globe",
|
|
1991
|
+
var Globe = createLucideIcon("globe", __iconNode50);
|
|
1981
1992
|
|
|
1982
1993
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip-vertical.js
|
|
1983
|
-
var
|
|
1994
|
+
var __iconNode51 = [
|
|
1984
1995
|
["circle", { cx: "9", cy: "12", r: "1", key: "1vctgf" }],
|
|
1985
1996
|
["circle", { cx: "9", cy: "5", r: "1", key: "hp0tcf" }],
|
|
1986
1997
|
["circle", { cx: "9", cy: "19", r: "1", key: "fkjjf6" }],
|
|
@@ -1988,10 +1999,10 @@ var __iconNode50 = [
|
|
|
1988
1999
|
["circle", { cx: "15", cy: "5", r: "1", key: "19l28e" }],
|
|
1989
2000
|
["circle", { cx: "15", cy: "19", r: "1", key: "f4zoj3" }]
|
|
1990
2001
|
];
|
|
1991
|
-
var GripVertical = createLucideIcon("grip-vertical",
|
|
2002
|
+
var GripVertical = createLucideIcon("grip-vertical", __iconNode51);
|
|
1992
2003
|
|
|
1993
2004
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip.js
|
|
1994
|
-
var
|
|
2005
|
+
var __iconNode52 = [
|
|
1995
2006
|
["circle", { cx: "12", cy: "5", r: "1", key: "gxeob9" }],
|
|
1996
2007
|
["circle", { cx: "19", cy: "5", r: "1", key: "w8mnmm" }],
|
|
1997
2008
|
["circle", { cx: "5", cy: "5", r: "1", key: "lttvr7" }],
|
|
@@ -2002,10 +2013,10 @@ var __iconNode51 = [
|
|
|
2002
2013
|
["circle", { cx: "19", cy: "19", r: "1", key: "shf9b7" }],
|
|
2003
2014
|
["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
|
|
2004
2015
|
];
|
|
2005
|
-
var Grip = createLucideIcon("grip",
|
|
2016
|
+
var Grip = createLucideIcon("grip", __iconNode52);
|
|
2006
2017
|
|
|
2007
2018
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
|
|
2008
|
-
var
|
|
2019
|
+
var __iconNode53 = [
|
|
2009
2020
|
["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
|
|
2010
2021
|
[
|
|
2011
2022
|
"path",
|
|
@@ -2023,10 +2034,10 @@ var __iconNode52 = [
|
|
|
2023
2034
|
}
|
|
2024
2035
|
]
|
|
2025
2036
|
];
|
|
2026
|
-
var HandHeart = createLucideIcon("hand-heart",
|
|
2037
|
+
var HandHeart = createLucideIcon("hand-heart", __iconNode53);
|
|
2027
2038
|
|
|
2028
2039
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
|
|
2029
|
-
var
|
|
2040
|
+
var __iconNode54 = [
|
|
2030
2041
|
["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
|
|
2031
2042
|
[
|
|
2032
2043
|
"path",
|
|
@@ -2039,17 +2050,17 @@ var __iconNode53 = [
|
|
|
2039
2050
|
["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
|
|
2040
2051
|
["path", { d: "M3 4h8", key: "1ep09j" }]
|
|
2041
2052
|
];
|
|
2042
|
-
var Handshake = createLucideIcon("handshake",
|
|
2053
|
+
var Handshake = createLucideIcon("handshake", __iconNode54);
|
|
2043
2054
|
|
|
2044
2055
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
|
|
2045
|
-
var
|
|
2056
|
+
var __iconNode55 = [
|
|
2046
2057
|
["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
|
|
2047
2058
|
["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" }]
|
|
2048
2059
|
];
|
|
2049
|
-
var Highlighter = createLucideIcon("highlighter",
|
|
2060
|
+
var Highlighter = createLucideIcon("highlighter", __iconNode55);
|
|
2050
2061
|
|
|
2051
2062
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
|
|
2052
|
-
var
|
|
2063
|
+
var __iconNode56 = [
|
|
2053
2064
|
[
|
|
2054
2065
|
"path",
|
|
2055
2066
|
{
|
|
@@ -2061,10 +2072,10 @@ var __iconNode55 = [
|
|
|
2061
2072
|
["path", { d: "M15 18h6", key: "3b3c90" }],
|
|
2062
2073
|
["path", { d: "M18 15v6", key: "9wciyi" }]
|
|
2063
2074
|
];
|
|
2064
|
-
var HousePlus = createLucideIcon("house-plus",
|
|
2075
|
+
var HousePlus = createLucideIcon("house-plus", __iconNode56);
|
|
2065
2076
|
|
|
2066
2077
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
|
|
2067
|
-
var
|
|
2078
|
+
var __iconNode57 = [
|
|
2068
2079
|
[
|
|
2069
2080
|
"path",
|
|
2070
2081
|
{
|
|
@@ -2076,10 +2087,10 @@ var __iconNode56 = [
|
|
|
2076
2087
|
["path", { d: "m17 22 3-3", key: "1nkfve" }],
|
|
2077
2088
|
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
|
|
2078
2089
|
];
|
|
2079
|
-
var ImageDown = createLucideIcon("image-down",
|
|
2090
|
+
var ImageDown = createLucideIcon("image-down", __iconNode57);
|
|
2080
2091
|
|
|
2081
2092
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
|
|
2082
|
-
var
|
|
2093
|
+
var __iconNode58 = [
|
|
2083
2094
|
["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
|
|
2084
2095
|
["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
|
|
2085
2096
|
["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
|
|
@@ -2093,10 +2104,10 @@ var __iconNode57 = [
|
|
|
2093
2104
|
],
|
|
2094
2105
|
["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
|
|
2095
2106
|
];
|
|
2096
|
-
var ImageOff = createLucideIcon("image-off",
|
|
2107
|
+
var ImageOff = createLucideIcon("image-off", __iconNode58);
|
|
2097
2108
|
|
|
2098
2109
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
|
|
2099
|
-
var
|
|
2110
|
+
var __iconNode59 = [
|
|
2100
2111
|
[
|
|
2101
2112
|
"path",
|
|
2102
2113
|
{
|
|
@@ -2108,24 +2119,24 @@ var __iconNode58 = [
|
|
|
2108
2119
|
["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
|
|
2109
2120
|
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
|
|
2110
2121
|
];
|
|
2111
|
-
var ImageUp = createLucideIcon("image-up",
|
|
2122
|
+
var ImageUp = createLucideIcon("image-up", __iconNode59);
|
|
2112
2123
|
|
|
2113
2124
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/infinity.js
|
|
2114
|
-
var
|
|
2125
|
+
var __iconNode60 = [
|
|
2115
2126
|
["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" }]
|
|
2116
2127
|
];
|
|
2117
|
-
var Infinity = createLucideIcon("infinity",
|
|
2128
|
+
var Infinity = createLucideIcon("infinity", __iconNode60);
|
|
2118
2129
|
|
|
2119
2130
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
|
|
2120
|
-
var
|
|
2131
|
+
var __iconNode61 = [
|
|
2121
2132
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
2122
2133
|
["path", { d: "M12 16v-4", key: "1dtifu" }],
|
|
2123
2134
|
["path", { d: "M12 8h.01", key: "e9boi3" }]
|
|
2124
2135
|
];
|
|
2125
|
-
var Info = createLucideIcon("info",
|
|
2136
|
+
var Info = createLucideIcon("info", __iconNode61);
|
|
2126
2137
|
|
|
2127
2138
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
|
|
2128
|
-
var
|
|
2139
|
+
var __iconNode62 = [
|
|
2129
2140
|
["path", { d: "M10 8h.01", key: "1r9ogq" }],
|
|
2130
2141
|
["path", { d: "M12 12h.01", key: "1mp3jc" }],
|
|
2131
2142
|
["path", { d: "M14 8h.01", key: "1primd" }],
|
|
@@ -2136,10 +2147,10 @@ var __iconNode61 = [
|
|
|
2136
2147
|
["path", { d: "M8 12h.01", key: "czm47f" }],
|
|
2137
2148
|
["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
|
|
2138
2149
|
];
|
|
2139
|
-
var Keyboard = createLucideIcon("keyboard",
|
|
2150
|
+
var Keyboard = createLucideIcon("keyboard", __iconNode62);
|
|
2140
2151
|
|
|
2141
2152
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
|
|
2142
|
-
var
|
|
2153
|
+
var __iconNode63 = [
|
|
2143
2154
|
["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
|
|
2144
2155
|
[
|
|
2145
2156
|
"path",
|
|
@@ -2151,10 +2162,10 @@ var __iconNode62 = [
|
|
|
2151
2162
|
["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
|
|
2152
2163
|
["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
|
|
2153
2164
|
];
|
|
2154
|
-
var LandPlot = createLucideIcon("land-plot",
|
|
2165
|
+
var LandPlot = createLucideIcon("land-plot", __iconNode63);
|
|
2155
2166
|
|
|
2156
2167
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/languages.js
|
|
2157
|
-
var
|
|
2168
|
+
var __iconNode64 = [
|
|
2158
2169
|
["path", { d: "m5 8 6 6", key: "1wu5hv" }],
|
|
2159
2170
|
["path", { d: "m4 14 6-6 2-3", key: "1k1g8d" }],
|
|
2160
2171
|
["path", { d: "M2 5h12", key: "or177f" }],
|
|
@@ -2162,88 +2173,88 @@ var __iconNode63 = [
|
|
|
2162
2173
|
["path", { d: "m22 22-5-10-5 10", key: "don7ne" }],
|
|
2163
2174
|
["path", { d: "M14 18h6", key: "1m8k6r" }]
|
|
2164
2175
|
];
|
|
2165
|
-
var Languages = createLucideIcon("languages",
|
|
2176
|
+
var Languages = createLucideIcon("languages", __iconNode64);
|
|
2166
2177
|
|
|
2167
2178
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
|
|
2168
|
-
var
|
|
2179
|
+
var __iconNode65 = [
|
|
2169
2180
|
["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
|
|
2170
2181
|
["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
|
|
2171
2182
|
["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
|
|
2172
2183
|
];
|
|
2173
|
-
var LayoutTemplate = createLucideIcon("layout-template",
|
|
2184
|
+
var LayoutTemplate = createLucideIcon("layout-template", __iconNode65);
|
|
2174
2185
|
|
|
2175
2186
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
|
|
2176
|
-
var
|
|
2187
|
+
var __iconNode66 = [
|
|
2177
2188
|
["path", { d: "m16 6 4 14", key: "ji33uf" }],
|
|
2178
2189
|
["path", { d: "M12 6v14", key: "1n7gus" }],
|
|
2179
2190
|
["path", { d: "M8 8v12", key: "1gg7y9" }],
|
|
2180
2191
|
["path", { d: "M4 4v16", key: "6qkkli" }]
|
|
2181
2192
|
];
|
|
2182
|
-
var Library = createLucideIcon("library",
|
|
2193
|
+
var Library = createLucideIcon("library", __iconNode66);
|
|
2183
2194
|
|
|
2184
2195
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
|
|
2185
|
-
var
|
|
2196
|
+
var __iconNode67 = [
|
|
2186
2197
|
["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" }],
|
|
2187
2198
|
["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" }]
|
|
2188
2199
|
];
|
|
2189
|
-
var Link = createLucideIcon("link",
|
|
2200
|
+
var Link = createLucideIcon("link", __iconNode67);
|
|
2190
2201
|
|
|
2191
2202
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
|
|
2192
|
-
var
|
|
2203
|
+
var __iconNode68 = [
|
|
2193
2204
|
["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
|
|
2194
2205
|
["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
|
|
2195
2206
|
["path", { d: "M13 6h8", key: "15sg57" }],
|
|
2196
2207
|
["path", { d: "M13 12h8", key: "h98zly" }],
|
|
2197
2208
|
["path", { d: "M13 18h8", key: "oe0vm4" }]
|
|
2198
2209
|
];
|
|
2199
|
-
var ListTodo = createLucideIcon("list-todo",
|
|
2210
|
+
var ListTodo = createLucideIcon("list-todo", __iconNode68);
|
|
2200
2211
|
|
|
2201
2212
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
|
|
2202
|
-
var
|
|
2203
|
-
var LoaderCircle = createLucideIcon("loader-circle",
|
|
2213
|
+
var __iconNode69 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
|
|
2214
|
+
var LoaderCircle = createLucideIcon("loader-circle", __iconNode69);
|
|
2204
2215
|
|
|
2205
2216
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
|
|
2206
|
-
var
|
|
2217
|
+
var __iconNode70 = [
|
|
2207
2218
|
["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
|
|
2208
2219
|
["path", { d: "M15 12H3", key: "6jk70r" }],
|
|
2209
2220
|
["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
|
|
2210
2221
|
];
|
|
2211
|
-
var LogIn = createLucideIcon("log-in",
|
|
2222
|
+
var LogIn = createLucideIcon("log-in", __iconNode70);
|
|
2212
2223
|
|
|
2213
2224
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
|
|
2214
|
-
var
|
|
2225
|
+
var __iconNode71 = [
|
|
2215
2226
|
["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
|
|
2216
2227
|
["path", { d: "M21 12H9", key: "dn1m92" }],
|
|
2217
2228
|
["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
|
|
2218
2229
|
];
|
|
2219
|
-
var LogOut = createLucideIcon("log-out",
|
|
2230
|
+
var LogOut = createLucideIcon("log-out", __iconNode71);
|
|
2220
2231
|
|
|
2221
2232
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
|
|
2222
|
-
var
|
|
2233
|
+
var __iconNode72 = [
|
|
2223
2234
|
["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
|
|
2224
2235
|
["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
|
|
2225
2236
|
];
|
|
2226
|
-
var Mail = createLucideIcon("mail",
|
|
2237
|
+
var Mail = createLucideIcon("mail", __iconNode72);
|
|
2227
2238
|
|
|
2228
2239
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/message-circle-code.js
|
|
2229
|
-
var
|
|
2240
|
+
var __iconNode73 = [
|
|
2230
2241
|
["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
|
|
2231
2242
|
["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
|
|
2232
2243
|
["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22z", key: "k85zhp" }]
|
|
2233
2244
|
];
|
|
2234
|
-
var MessageCircleCode = createLucideIcon("message-circle-code",
|
|
2245
|
+
var MessageCircleCode = createLucideIcon("message-circle-code", __iconNode73);
|
|
2235
2246
|
|
|
2236
2247
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/message-circle-more.js
|
|
2237
|
-
var
|
|
2248
|
+
var __iconNode74 = [
|
|
2238
2249
|
["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z", key: "vv11sd" }],
|
|
2239
2250
|
["path", { d: "M8 12h.01", key: "czm47f" }],
|
|
2240
2251
|
["path", { d: "M12 12h.01", key: "1mp3jc" }],
|
|
2241
2252
|
["path", { d: "M16 12h.01", key: "1l6xoz" }]
|
|
2242
2253
|
];
|
|
2243
|
-
var MessageCircleMore = createLucideIcon("message-circle-more",
|
|
2254
|
+
var MessageCircleMore = createLucideIcon("message-circle-more", __iconNode74);
|
|
2244
2255
|
|
|
2245
2256
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
|
|
2246
|
-
var
|
|
2257
|
+
var __iconNode75 = [
|
|
2247
2258
|
["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
|
|
2248
2259
|
["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
|
|
2249
2260
|
["path", { d: "m6 12-1.9 2", key: "mnht97" }],
|
|
@@ -2256,10 +2267,22 @@ var __iconNode74 = [
|
|
|
2256
2267
|
}
|
|
2257
2268
|
]
|
|
2258
2269
|
];
|
|
2259
|
-
var MousePointerClick = createLucideIcon("mouse-pointer-click",
|
|
2270
|
+
var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode75);
|
|
2271
|
+
|
|
2272
|
+
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/notepad-text.js
|
|
2273
|
+
var __iconNode76 = [
|
|
2274
|
+
["path", { d: "M8 2v4", key: "1cmpym" }],
|
|
2275
|
+
["path", { d: "M12 2v4", key: "3427ic" }],
|
|
2276
|
+
["path", { d: "M16 2v4", key: "4m81vk" }],
|
|
2277
|
+
["rect", { width: "16", height: "18", x: "4", y: "4", rx: "2", key: "1u9h20" }],
|
|
2278
|
+
["path", { d: "M8 10h6", key: "3oa6kw" }],
|
|
2279
|
+
["path", { d: "M8 14h8", key: "1fgep2" }],
|
|
2280
|
+
["path", { d: "M8 18h5", key: "17enja" }]
|
|
2281
|
+
];
|
|
2282
|
+
var NotepadText = createLucideIcon("notepad-text", __iconNode76);
|
|
2260
2283
|
|
|
2261
2284
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
|
|
2262
|
-
var
|
|
2285
|
+
var __iconNode77 = [
|
|
2263
2286
|
[
|
|
2264
2287
|
"path",
|
|
2265
2288
|
{
|
|
@@ -2272,25 +2295,25 @@ var __iconNode75 = [
|
|
|
2272
2295
|
["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
|
|
2273
2296
|
["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
|
|
2274
2297
|
];
|
|
2275
|
-
var Palette = createLucideIcon("palette",
|
|
2298
|
+
var Palette = createLucideIcon("palette", __iconNode77);
|
|
2276
2299
|
|
|
2277
2300
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
|
|
2278
|
-
var
|
|
2301
|
+
var __iconNode78 = [
|
|
2279
2302
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
2280
2303
|
["path", { d: "M9 3v18", key: "fh3hqa" }]
|
|
2281
2304
|
];
|
|
2282
|
-
var PanelLeft = createLucideIcon("panel-left",
|
|
2305
|
+
var PanelLeft = createLucideIcon("panel-left", __iconNode78);
|
|
2283
2306
|
|
|
2284
2307
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
|
|
2285
|
-
var
|
|
2308
|
+
var __iconNode79 = [
|
|
2286
2309
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
2287
2310
|
["path", { d: "M3 9h18", key: "1pudct" }],
|
|
2288
2311
|
["path", { d: "M9 21V9", key: "1oto5p" }]
|
|
2289
2312
|
];
|
|
2290
|
-
var PanelsTopLeft = createLucideIcon("panels-top-left",
|
|
2313
|
+
var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode79);
|
|
2291
2314
|
|
|
2292
2315
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/paw-print.js
|
|
2293
|
-
var
|
|
2316
|
+
var __iconNode80 = [
|
|
2294
2317
|
["circle", { cx: "11", cy: "4", r: "2", key: "vol9p0" }],
|
|
2295
2318
|
["circle", { cx: "18", cy: "8", r: "2", key: "17gozi" }],
|
|
2296
2319
|
["circle", { cx: "20", cy: "16", r: "2", key: "1v9bxh" }],
|
|
@@ -2302,10 +2325,10 @@ var __iconNode78 = [
|
|
|
2302
2325
|
}
|
|
2303
2326
|
]
|
|
2304
2327
|
];
|
|
2305
|
-
var PawPrint = createLucideIcon("paw-print",
|
|
2328
|
+
var PawPrint = createLucideIcon("paw-print", __iconNode80);
|
|
2306
2329
|
|
|
2307
2330
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
|
|
2308
|
-
var
|
|
2331
|
+
var __iconNode81 = [
|
|
2309
2332
|
[
|
|
2310
2333
|
"path",
|
|
2311
2334
|
{
|
|
@@ -2315,18 +2338,18 @@ var __iconNode79 = [
|
|
|
2315
2338
|
],
|
|
2316
2339
|
["path", { d: "m15 5 4 4", key: "1mk7zo" }]
|
|
2317
2340
|
];
|
|
2318
|
-
var Pencil = createLucideIcon("pencil",
|
|
2341
|
+
var Pencil = createLucideIcon("pencil", __iconNode81);
|
|
2319
2342
|
|
|
2320
2343
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
|
|
2321
|
-
var
|
|
2344
|
+
var __iconNode82 = [
|
|
2322
2345
|
["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
|
|
2323
2346
|
["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
|
|
2324
2347
|
["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
|
|
2325
2348
|
];
|
|
2326
|
-
var Pi = createLucideIcon("pi",
|
|
2349
|
+
var Pi = createLucideIcon("pi", __iconNode82);
|
|
2327
2350
|
|
|
2328
2351
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/qr-code.js
|
|
2329
|
-
var
|
|
2352
|
+
var __iconNode83 = [
|
|
2330
2353
|
["rect", { width: "5", height: "5", x: "3", y: "3", rx: "1", key: "1tu5fj" }],
|
|
2331
2354
|
["rect", { width: "5", height: "5", x: "16", y: "3", rx: "1", key: "1v8r4q" }],
|
|
2332
2355
|
["rect", { width: "5", height: "5", x: "3", y: "16", rx: "1", key: "1x03jg" }],
|
|
@@ -2340,10 +2363,10 @@ var __iconNode81 = [
|
|
|
2340
2363
|
["path", { d: "M21 12v.01", key: "1lwtk9" }],
|
|
2341
2364
|
["path", { d: "M12 21v-1", key: "1880an" }]
|
|
2342
2365
|
];
|
|
2343
|
-
var QrCode = createLucideIcon("qr-code",
|
|
2366
|
+
var QrCode = createLucideIcon("qr-code", __iconNode83);
|
|
2344
2367
|
|
|
2345
2368
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
|
|
2346
|
-
var
|
|
2369
|
+
var __iconNode84 = [
|
|
2347
2370
|
[
|
|
2348
2371
|
"path",
|
|
2349
2372
|
{ 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" }
|
|
@@ -2352,19 +2375,19 @@ var __iconNode82 = [
|
|
|
2352
2375
|
["path", { d: "M16 12H8", key: "1fr5h0" }],
|
|
2353
2376
|
["path", { d: "M13 16H8", key: "wsln4y" }]
|
|
2354
2377
|
];
|
|
2355
|
-
var ReceiptText = createLucideIcon("receipt-text",
|
|
2378
|
+
var ReceiptText = createLucideIcon("receipt-text", __iconNode84);
|
|
2356
2379
|
|
|
2357
2380
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
|
|
2358
|
-
var
|
|
2381
|
+
var __iconNode85 = [
|
|
2359
2382
|
["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
|
|
2360
2383
|
["path", { d: "M3 3v5h5", key: "1xhq8a" }],
|
|
2361
2384
|
["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
|
|
2362
2385
|
["path", { d: "M16 16h5v5", key: "ccwih5" }]
|
|
2363
2386
|
];
|
|
2364
|
-
var RefreshCcw = createLucideIcon("refresh-ccw",
|
|
2387
|
+
var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode85);
|
|
2365
2388
|
|
|
2366
2389
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
|
|
2367
|
-
var
|
|
2390
|
+
var __iconNode86 = [
|
|
2368
2391
|
["path", { d: "M17 3v10", key: "15fgeh" }],
|
|
2369
2392
|
["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
|
|
2370
2393
|
["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
|
|
@@ -2373,10 +2396,10 @@ var __iconNode84 = [
|
|
|
2373
2396
|
{ 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" }
|
|
2374
2397
|
]
|
|
2375
2398
|
];
|
|
2376
|
-
var Regex = createLucideIcon("regex",
|
|
2399
|
+
var Regex = createLucideIcon("regex", __iconNode86);
|
|
2377
2400
|
|
|
2378
2401
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
|
|
2379
|
-
var
|
|
2402
|
+
var __iconNode87 = [
|
|
2380
2403
|
["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
|
|
2381
2404
|
["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
|
|
2382
2405
|
["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
|
|
@@ -2385,10 +2408,10 @@ var __iconNode85 = [
|
|
|
2385
2408
|
["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
|
|
2386
2409
|
["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
|
|
2387
2410
|
];
|
|
2388
|
-
var Replace = createLucideIcon("replace",
|
|
2411
|
+
var Replace = createLucideIcon("replace", __iconNode87);
|
|
2389
2412
|
|
|
2390
2413
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rocket.js
|
|
2391
|
-
var
|
|
2414
|
+
var __iconNode88 = [
|
|
2392
2415
|
[
|
|
2393
2416
|
"path",
|
|
2394
2417
|
{
|
|
@@ -2406,35 +2429,35 @@ var __iconNode86 = [
|
|
|
2406
2429
|
["path", { d: "M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0", key: "1f8sc4" }],
|
|
2407
2430
|
["path", { d: "M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5", key: "qeys4" }]
|
|
2408
2431
|
];
|
|
2409
|
-
var Rocket = createLucideIcon("rocket",
|
|
2432
|
+
var Rocket = createLucideIcon("rocket", __iconNode88);
|
|
2410
2433
|
|
|
2411
2434
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
|
|
2412
|
-
var
|
|
2435
|
+
var __iconNode89 = [
|
|
2413
2436
|
["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
|
|
2414
2437
|
["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
|
|
2415
2438
|
["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
|
|
2416
2439
|
];
|
|
2417
|
-
var Rss = createLucideIcon("rss",
|
|
2440
|
+
var Rss = createLucideIcon("rss", __iconNode89);
|
|
2418
2441
|
|
|
2419
2442
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
|
|
2420
|
-
var
|
|
2443
|
+
var __iconNode90 = [
|
|
2421
2444
|
["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
|
|
2422
2445
|
["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
|
|
2423
2446
|
["path", { d: "M7 21h10", key: "1b0cd5" }],
|
|
2424
2447
|
["path", { d: "M12 3v18", key: "108xh3" }],
|
|
2425
2448
|
["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
|
|
2426
2449
|
];
|
|
2427
|
-
var Scale = createLucideIcon("scale",
|
|
2450
|
+
var Scale = createLucideIcon("scale", __iconNode90);
|
|
2428
2451
|
|
|
2429
2452
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
|
|
2430
|
-
var
|
|
2453
|
+
var __iconNode91 = [
|
|
2431
2454
|
["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
|
|
2432
2455
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
|
|
2433
2456
|
];
|
|
2434
|
-
var Search = createLucideIcon("search",
|
|
2457
|
+
var Search = createLucideIcon("search", __iconNode91);
|
|
2435
2458
|
|
|
2436
2459
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
|
|
2437
|
-
var
|
|
2460
|
+
var __iconNode92 = [
|
|
2438
2461
|
[
|
|
2439
2462
|
"path",
|
|
2440
2463
|
{
|
|
@@ -2444,27 +2467,27 @@ var __iconNode90 = [
|
|
|
2444
2467
|
],
|
|
2445
2468
|
["path", { d: "M6 12h16", key: "s4cdu5" }]
|
|
2446
2469
|
];
|
|
2447
|
-
var SendHorizontal = createLucideIcon("send-horizontal",
|
|
2470
|
+
var SendHorizontal = createLucideIcon("send-horizontal", __iconNode92);
|
|
2448
2471
|
|
|
2449
2472
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
|
|
2450
|
-
var
|
|
2473
|
+
var __iconNode93 = [
|
|
2451
2474
|
["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
|
|
2452
2475
|
["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
|
|
2453
2476
|
["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
|
|
2454
2477
|
["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
|
|
2455
2478
|
];
|
|
2456
|
-
var Server = createLucideIcon("server",
|
|
2479
|
+
var Server = createLucideIcon("server", __iconNode93);
|
|
2457
2480
|
|
|
2458
2481
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
|
|
2459
|
-
var
|
|
2482
|
+
var __iconNode94 = [
|
|
2460
2483
|
["path", { d: "M12 2v13", key: "1km8f5" }],
|
|
2461
2484
|
["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
|
|
2462
2485
|
["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
|
|
2463
2486
|
];
|
|
2464
|
-
var Share = createLucideIcon("share",
|
|
2487
|
+
var Share = createLucideIcon("share", __iconNode94);
|
|
2465
2488
|
|
|
2466
2489
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
|
|
2467
|
-
var
|
|
2490
|
+
var __iconNode95 = [
|
|
2468
2491
|
[
|
|
2469
2492
|
"path",
|
|
2470
2493
|
{
|
|
@@ -2475,10 +2498,10 @@ var __iconNode93 = [
|
|
|
2475
2498
|
["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
|
|
2476
2499
|
["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
|
|
2477
2500
|
];
|
|
2478
|
-
var ShieldUser = createLucideIcon("shield-user",
|
|
2501
|
+
var ShieldUser = createLucideIcon("shield-user", __iconNode95);
|
|
2479
2502
|
|
|
2480
2503
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield.js
|
|
2481
|
-
var
|
|
2504
|
+
var __iconNode96 = [
|
|
2482
2505
|
[
|
|
2483
2506
|
"path",
|
|
2484
2507
|
{
|
|
@@ -2487,10 +2510,10 @@ var __iconNode94 = [
|
|
|
2487
2510
|
}
|
|
2488
2511
|
]
|
|
2489
2512
|
];
|
|
2490
|
-
var Shield = createLucideIcon("shield",
|
|
2513
|
+
var Shield = createLucideIcon("shield", __iconNode96);
|
|
2491
2514
|
|
|
2492
2515
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
|
|
2493
|
-
var
|
|
2516
|
+
var __iconNode97 = [
|
|
2494
2517
|
[
|
|
2495
2518
|
"path",
|
|
2496
2519
|
{
|
|
@@ -2499,10 +2522,10 @@ var __iconNode95 = [
|
|
|
2499
2522
|
}
|
|
2500
2523
|
]
|
|
2501
2524
|
];
|
|
2502
|
-
var Sigma = createLucideIcon("sigma",
|
|
2525
|
+
var Sigma = createLucideIcon("sigma", __iconNode97);
|
|
2503
2526
|
|
|
2504
2527
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
|
|
2505
|
-
var
|
|
2528
|
+
var __iconNode98 = [
|
|
2506
2529
|
[
|
|
2507
2530
|
"path",
|
|
2508
2531
|
{
|
|
@@ -2515,10 +2538,10 @@ var __iconNode96 = [
|
|
|
2515
2538
|
["path", { d: "M4 17v2", key: "vumght" }],
|
|
2516
2539
|
["path", { d: "M5 18H3", key: "zchphs" }]
|
|
2517
2540
|
];
|
|
2518
|
-
var Sparkles = createLucideIcon("sparkles",
|
|
2541
|
+
var Sparkles = createLucideIcon("sparkles", __iconNode98);
|
|
2519
2542
|
|
|
2520
2543
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
|
|
2521
|
-
var
|
|
2544
|
+
var __iconNode99 = [
|
|
2522
2545
|
[
|
|
2523
2546
|
"path",
|
|
2524
2547
|
{
|
|
@@ -2530,10 +2553,10 @@ var __iconNode97 = [
|
|
|
2530
2553
|
["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
|
|
2531
2554
|
["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
|
|
2532
2555
|
];
|
|
2533
|
-
var SplinePointer = createLucideIcon("spline-pointer",
|
|
2556
|
+
var SplinePointer = createLucideIcon("spline-pointer", __iconNode99);
|
|
2534
2557
|
|
|
2535
2558
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sprout.js
|
|
2536
|
-
var
|
|
2559
|
+
var __iconNode100 = [
|
|
2537
2560
|
["path", { d: "M7 20h10", key: "e6iznv" }],
|
|
2538
2561
|
["path", { d: "M10 20c5.5-2.5.8-6.4 3-10", key: "161w41" }],
|
|
2539
2562
|
[
|
|
@@ -2551,10 +2574,10 @@ var __iconNode98 = [
|
|
|
2551
2574
|
}
|
|
2552
2575
|
]
|
|
2553
2576
|
];
|
|
2554
|
-
var Sprout = createLucideIcon("sprout",
|
|
2577
|
+
var Sprout = createLucideIcon("sprout", __iconNode100);
|
|
2555
2578
|
|
|
2556
2579
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
|
|
2557
|
-
var
|
|
2580
|
+
var __iconNode101 = [
|
|
2558
2581
|
["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
|
|
2559
2582
|
["path", { d: "M14 21h1", key: "v9vybs" }],
|
|
2560
2583
|
["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
|
|
@@ -2564,18 +2587,18 @@ var __iconNode99 = [
|
|
|
2564
2587
|
],
|
|
2565
2588
|
["path", { d: "M9 21h1", key: "15o7lz" }]
|
|
2566
2589
|
];
|
|
2567
|
-
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code",
|
|
2590
|
+
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode101);
|
|
2568
2591
|
|
|
2569
2592
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
|
|
2570
|
-
var
|
|
2593
|
+
var __iconNode102 = [
|
|
2571
2594
|
["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
|
|
2572
2595
|
["path", { d: "M11 13h4", key: "1p7l4v" }],
|
|
2573
2596
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
|
|
2574
2597
|
];
|
|
2575
|
-
var SquareTerminal = createLucideIcon("square-terminal",
|
|
2598
|
+
var SquareTerminal = createLucideIcon("square-terminal", __iconNode102);
|
|
2576
2599
|
|
|
2577
2600
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
|
|
2578
|
-
var
|
|
2601
|
+
var __iconNode103 = [
|
|
2579
2602
|
[
|
|
2580
2603
|
"path",
|
|
2581
2604
|
{
|
|
@@ -2584,26 +2607,26 @@ var __iconNode101 = [
|
|
|
2584
2607
|
}
|
|
2585
2608
|
]
|
|
2586
2609
|
];
|
|
2587
|
-
var Star = createLucideIcon("star",
|
|
2610
|
+
var Star = createLucideIcon("star", __iconNode103);
|
|
2588
2611
|
|
|
2589
2612
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
|
|
2590
|
-
var
|
|
2613
|
+
var __iconNode104 = [
|
|
2591
2614
|
["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
|
|
2592
2615
|
["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
|
|
2593
2616
|
["path", { d: "M12 17h10", key: "ls21zv" }],
|
|
2594
2617
|
["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
|
|
2595
2618
|
];
|
|
2596
|
-
var Tablets = createLucideIcon("tablets",
|
|
2619
|
+
var Tablets = createLucideIcon("tablets", __iconNode104);
|
|
2597
2620
|
|
|
2598
2621
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
|
|
2599
|
-
var
|
|
2622
|
+
var __iconNode105 = [
|
|
2600
2623
|
["path", { d: "M12 19h8", key: "baeox8" }],
|
|
2601
2624
|
["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
|
|
2602
2625
|
];
|
|
2603
|
-
var Terminal = createLucideIcon("terminal",
|
|
2626
|
+
var Terminal = createLucideIcon("terminal", __iconNode105);
|
|
2604
2627
|
|
|
2605
2628
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
|
|
2606
|
-
var
|
|
2629
|
+
var __iconNode106 = [
|
|
2607
2630
|
[
|
|
2608
2631
|
"path",
|
|
2609
2632
|
{
|
|
@@ -2612,25 +2635,33 @@ var __iconNode104 = [
|
|
|
2612
2635
|
}
|
|
2613
2636
|
]
|
|
2614
2637
|
];
|
|
2615
|
-
var Twitter = createLucideIcon("twitter",
|
|
2638
|
+
var Twitter = createLucideIcon("twitter", __iconNode106);
|
|
2639
|
+
|
|
2640
|
+
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/user-round-check.js
|
|
2641
|
+
var __iconNode107 = [
|
|
2642
|
+
["path", { d: "M2 21a8 8 0 0 1 13.292-6", key: "bjp14o" }],
|
|
2643
|
+
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }],
|
|
2644
|
+
["path", { d: "m16 19 2 2 4-4", key: "1b14m6" }]
|
|
2645
|
+
];
|
|
2646
|
+
var UserRoundCheck = createLucideIcon("user-round-check", __iconNode107);
|
|
2616
2647
|
|
|
2617
2648
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/workflow.js
|
|
2618
|
-
var
|
|
2649
|
+
var __iconNode108 = [
|
|
2619
2650
|
["rect", { width: "8", height: "8", x: "3", y: "3", rx: "2", key: "by2w9f" }],
|
|
2620
2651
|
["path", { d: "M7 11v4a2 2 0 0 0 2 2h4", key: "xkn7yn" }],
|
|
2621
2652
|
["rect", { width: "8", height: "8", x: "13", y: "13", rx: "2", key: "1cgmvn" }]
|
|
2622
2653
|
];
|
|
2623
|
-
var Workflow = createLucideIcon("workflow",
|
|
2654
|
+
var Workflow = createLucideIcon("workflow", __iconNode108);
|
|
2624
2655
|
|
|
2625
2656
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
|
|
2626
|
-
var
|
|
2657
|
+
var __iconNode109 = [
|
|
2627
2658
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
2628
2659
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
2629
2660
|
];
|
|
2630
|
-
var X = createLucideIcon("x",
|
|
2661
|
+
var X = createLucideIcon("x", __iconNode109);
|
|
2631
2662
|
|
|
2632
2663
|
// ../../node_modules/.pnpm/lucide-react@0.525.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
|
|
2633
|
-
var
|
|
2664
|
+
var __iconNode110 = [
|
|
2634
2665
|
[
|
|
2635
2666
|
"path",
|
|
2636
2667
|
{
|
|
@@ -2639,7 +2670,7 @@ var __iconNode107 = [
|
|
|
2639
2670
|
}
|
|
2640
2671
|
]
|
|
2641
2672
|
];
|
|
2642
|
-
var Zap = createLucideIcon("zap",
|
|
2673
|
+
var Zap = createLucideIcon("zap", __iconNode110);
|
|
2643
2674
|
|
|
2644
2675
|
// ../base-ui/src/components/global-icon.tsx
|
|
2645
2676
|
var import_react34 = __toESM(require("react"), 1);
|
|
@@ -6182,6 +6213,7 @@ function XButton(props) {
|
|
|
6182
6213
|
},
|
|
6183
6214
|
disabled: item.disabled,
|
|
6184
6215
|
className: `flex items-center w-full px-4 py-3 transition hover:bg-neutral-300 dark:hover:bg-neutral-600 text-left relative ${item.disabled ? disabledClass : ""}`,
|
|
6216
|
+
style: item.splitTopBorder ? { borderTop: "1px solid #AC62FD" } : void 0,
|
|
6185
6217
|
children: [
|
|
6186
6218
|
/* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("span", { className: "flex items-center", children: [
|
|
6187
6219
|
item.icon,
|
|
@@ -6243,6 +6275,7 @@ lucide-react/dist/esm/icons/bug.js:
|
|
|
6243
6275
|
lucide-react/dist/esm/icons/building-2.js:
|
|
6244
6276
|
lucide-react/dist/esm/icons/car.js:
|
|
6245
6277
|
lucide-react/dist/esm/icons/check-check.js:
|
|
6278
|
+
lucide-react/dist/esm/icons/check-line.js:
|
|
6246
6279
|
lucide-react/dist/esm/icons/check.js:
|
|
6247
6280
|
lucide-react/dist/esm/icons/chevron-down.js:
|
|
6248
6281
|
lucide-react/dist/esm/icons/chevron-left.js:
|
|
@@ -6300,6 +6333,7 @@ lucide-react/dist/esm/icons/mail.js:
|
|
|
6300
6333
|
lucide-react/dist/esm/icons/message-circle-code.js:
|
|
6301
6334
|
lucide-react/dist/esm/icons/message-circle-more.js:
|
|
6302
6335
|
lucide-react/dist/esm/icons/mouse-pointer-click.js:
|
|
6336
|
+
lucide-react/dist/esm/icons/notepad-text.js:
|
|
6303
6337
|
lucide-react/dist/esm/icons/palette.js:
|
|
6304
6338
|
lucide-react/dist/esm/icons/panel-left.js:
|
|
6305
6339
|
lucide-react/dist/esm/icons/panels-top-left.js:
|
|
@@ -6330,6 +6364,7 @@ lucide-react/dist/esm/icons/star.js:
|
|
|
6330
6364
|
lucide-react/dist/esm/icons/tablets.js:
|
|
6331
6365
|
lucide-react/dist/esm/icons/terminal.js:
|
|
6332
6366
|
lucide-react/dist/esm/icons/twitter.js:
|
|
6367
|
+
lucide-react/dist/esm/icons/user-round-check.js:
|
|
6333
6368
|
lucide-react/dist/esm/icons/workflow.js:
|
|
6334
6369
|
lucide-react/dist/esm/icons/x.js:
|
|
6335
6370
|
lucide-react/dist/esm/icons/zap.js:
|