@windrun-huaiin/third-ui 5.1.5 → 5.2.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.
- package/dist/clerk/index.js +279 -130
- package/dist/clerk/index.js.map +1 -1
- package/dist/clerk/index.mjs +279 -130
- package/dist/clerk/index.mjs.map +1 -1
- package/dist/fuma/mdx/index.d.mts +23 -1
- package/dist/fuma/mdx/index.d.ts +23 -1
- package/dist/fuma/mdx/index.js +393 -133
- package/dist/fuma/mdx/index.js.map +1 -1
- package/dist/fuma/mdx/index.mjs +393 -132
- package/dist/fuma/mdx/index.mjs.map +1 -1
- package/dist/fuma/server.js +279 -130
- package/dist/fuma/server.js.map +1 -1
- package/dist/fuma/server.mjs +279 -130
- package/dist/fuma/server.mjs.map +1 -1
- package/dist/main/index.js +295 -132
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +295 -132
- package/dist/main/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/fuma/mdx/index.ts +3 -1
- package/src/fuma/mdx/site-x.tsx +54 -0
- package/src/fuma/mdx/trophy-card.tsx +2 -1
- package/src/fuma/mdx/zia-file.tsx +85 -0
- package/src/main/cta.tsx +1 -1
- package/src/main/footer.tsx +12 -0
- package/src/main/seo-content.tsx +1 -1
package/dist/fuma/server.js
CHANGED
|
@@ -1153,6 +1153,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
1153
1153
|
Building2: () => Building2,
|
|
1154
1154
|
Car: () => Car,
|
|
1155
1155
|
Check: () => Check,
|
|
1156
|
+
CheckCheck: () => CheckCheck,
|
|
1156
1157
|
ChevronDown: () => ChevronDown,
|
|
1157
1158
|
ChevronLeft: () => ChevronLeft,
|
|
1158
1159
|
ChevronRight: () => ChevronRight,
|
|
@@ -1161,6 +1162,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
1161
1162
|
CircleAlert: () => CircleAlert,
|
|
1162
1163
|
CircleSmall: () => CircleSmall,
|
|
1163
1164
|
ComponentIcon: () => Component,
|
|
1165
|
+
Copy: () => Copy,
|
|
1164
1166
|
Cpu: () => Cpu,
|
|
1165
1167
|
DatabaseZap: () => DatabaseZap,
|
|
1166
1168
|
Dot: () => Dot,
|
|
@@ -1168,8 +1170,14 @@ __export(limited_lucide_icons_exports, {
|
|
|
1168
1170
|
ExternalLink: () => ExternalLink,
|
|
1169
1171
|
Eye: () => Eye,
|
|
1170
1172
|
Facebook: () => Facebook,
|
|
1173
|
+
File: () => File,
|
|
1174
|
+
FileDown: () => FileDown,
|
|
1175
|
+
FileInput: () => FileInput,
|
|
1171
1176
|
FileLock2: () => FileLock2,
|
|
1177
|
+
FileUp: () => FileUp,
|
|
1172
1178
|
Fingerprint: () => Fingerprint,
|
|
1179
|
+
Folder: () => Folder,
|
|
1180
|
+
FolderOpen: () => FolderOpen,
|
|
1173
1181
|
Gift: () => Gift,
|
|
1174
1182
|
GitPullRequestArrow: () => GitPullRequestArrow,
|
|
1175
1183
|
Globe: () => Globe,
|
|
@@ -1189,9 +1197,11 @@ __export(limited_lucide_icons_exports, {
|
|
|
1189
1197
|
LayoutTemplate: () => LayoutTemplate,
|
|
1190
1198
|
LibraryIcon: () => Library,
|
|
1191
1199
|
Link: () => Link,
|
|
1200
|
+
ListTodo: () => ListTodo,
|
|
1192
1201
|
Loader2: () => LoaderCircle,
|
|
1193
1202
|
LogIn: () => LogIn,
|
|
1194
1203
|
LogOut: () => LogOut,
|
|
1204
|
+
Mail: () => Mail,
|
|
1195
1205
|
MoreHorizontal: () => Ellipsis,
|
|
1196
1206
|
MousePointerClick: () => MousePointerClick,
|
|
1197
1207
|
Palette: () => Palette,
|
|
@@ -1200,14 +1210,17 @@ __export(limited_lucide_icons_exports, {
|
|
|
1200
1210
|
Pencil: () => Pencil,
|
|
1201
1211
|
Pi: () => Pi,
|
|
1202
1212
|
ReceiptText: () => ReceiptText,
|
|
1213
|
+
RefreshCcw: () => RefreshCcw,
|
|
1203
1214
|
Regex: () => Regex,
|
|
1204
1215
|
Replace: () => Replace,
|
|
1205
1216
|
Rss: () => Rss,
|
|
1206
1217
|
Scale: () => Scale,
|
|
1207
1218
|
Search: () => Search,
|
|
1219
|
+
SendHorizontal: () => SendHorizontal,
|
|
1208
1220
|
Server: () => Server,
|
|
1209
1221
|
Share: () => Share,
|
|
1210
1222
|
ShieldUser: () => ShieldUser,
|
|
1223
|
+
Sigma: () => Sigma,
|
|
1211
1224
|
Sparkles: () => Sparkles,
|
|
1212
1225
|
SplinePointer: () => SplinePointer,
|
|
1213
1226
|
SquareDashedBottomCode: () => SquareDashedBottomCode,
|
|
@@ -1450,44 +1463,51 @@ var __iconNode12 = [
|
|
|
1450
1463
|
];
|
|
1451
1464
|
var Car = createLucideIcon("car", __iconNode12);
|
|
1452
1465
|
|
|
1466
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check-check.js
|
|
1467
|
+
var __iconNode13 = [
|
|
1468
|
+
["path", { d: "M18 6 7 17l-5-5", key: "116fxf" }],
|
|
1469
|
+
["path", { d: "m22 10-7.5 7.5L13 16", key: "ke71qq" }]
|
|
1470
|
+
];
|
|
1471
|
+
var CheckCheck = createLucideIcon("check-check", __iconNode13);
|
|
1472
|
+
|
|
1453
1473
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check.js
|
|
1454
|
-
var
|
|
1455
|
-
var Check = createLucideIcon("check",
|
|
1474
|
+
var __iconNode14 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
|
|
1475
|
+
var Check = createLucideIcon("check", __iconNode14);
|
|
1456
1476
|
|
|
1457
1477
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-down.js
|
|
1458
|
-
var
|
|
1459
|
-
var ChevronDown = createLucideIcon("chevron-down",
|
|
1478
|
+
var __iconNode15 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
|
|
1479
|
+
var ChevronDown = createLucideIcon("chevron-down", __iconNode15);
|
|
1460
1480
|
|
|
1461
1481
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-left.js
|
|
1462
|
-
var
|
|
1463
|
-
var ChevronLeft = createLucideIcon("chevron-left",
|
|
1482
|
+
var __iconNode16 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
|
|
1483
|
+
var ChevronLeft = createLucideIcon("chevron-left", __iconNode16);
|
|
1464
1484
|
|
|
1465
1485
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-right.js
|
|
1466
|
-
var
|
|
1467
|
-
var ChevronRight = createLucideIcon("chevron-right",
|
|
1486
|
+
var __iconNode17 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
|
|
1487
|
+
var ChevronRight = createLucideIcon("chevron-right", __iconNode17);
|
|
1468
1488
|
|
|
1469
1489
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-up.js
|
|
1470
|
-
var
|
|
1471
|
-
var ChevronUp = createLucideIcon("chevron-up",
|
|
1490
|
+
var __iconNode18 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
|
|
1491
|
+
var ChevronUp = createLucideIcon("chevron-up", __iconNode18);
|
|
1472
1492
|
|
|
1473
1493
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-alert.js
|
|
1474
|
-
var
|
|
1494
|
+
var __iconNode19 = [
|
|
1475
1495
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1476
1496
|
["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
|
|
1477
1497
|
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
|
|
1478
1498
|
];
|
|
1479
|
-
var CircleAlert = createLucideIcon("circle-alert",
|
|
1499
|
+
var CircleAlert = createLucideIcon("circle-alert", __iconNode19);
|
|
1480
1500
|
|
|
1481
1501
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-small.js
|
|
1482
|
-
var
|
|
1483
|
-
var CircleSmall = createLucideIcon("circle-small",
|
|
1502
|
+
var __iconNode20 = [["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }]];
|
|
1503
|
+
var CircleSmall = createLucideIcon("circle-small", __iconNode20);
|
|
1484
1504
|
|
|
1485
1505
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle.js
|
|
1486
|
-
var
|
|
1487
|
-
var Circle = createLucideIcon("circle",
|
|
1506
|
+
var __iconNode21 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
|
|
1507
|
+
var Circle = createLucideIcon("circle", __iconNode21);
|
|
1488
1508
|
|
|
1489
1509
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/component.js
|
|
1490
|
-
var
|
|
1510
|
+
var __iconNode22 = [
|
|
1491
1511
|
[
|
|
1492
1512
|
"path",
|
|
1493
1513
|
{
|
|
@@ -1517,10 +1537,17 @@ var __iconNode21 = [
|
|
|
1517
1537
|
}
|
|
1518
1538
|
]
|
|
1519
1539
|
];
|
|
1520
|
-
var Component = createLucideIcon("component",
|
|
1540
|
+
var Component = createLucideIcon("component", __iconNode22);
|
|
1541
|
+
|
|
1542
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/copy.js
|
|
1543
|
+
var __iconNode23 = [
|
|
1544
|
+
["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
|
|
1545
|
+
["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" }]
|
|
1546
|
+
];
|
|
1547
|
+
var Copy = createLucideIcon("copy", __iconNode23);
|
|
1521
1548
|
|
|
1522
1549
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/cpu.js
|
|
1523
|
-
var
|
|
1550
|
+
var __iconNode24 = [
|
|
1524
1551
|
["path", { d: "M12 20v2", key: "1lh1kg" }],
|
|
1525
1552
|
["path", { d: "M12 2v2", key: "tus03m" }],
|
|
1526
1553
|
["path", { d: "M17 20v2", key: "1rnc9c" }],
|
|
@@ -1536,48 +1563,48 @@ var __iconNode22 = [
|
|
|
1536
1563
|
["rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", key: "1vbyd7" }],
|
|
1537
1564
|
["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1", key: "z9xiuo" }]
|
|
1538
1565
|
];
|
|
1539
|
-
var Cpu = createLucideIcon("cpu",
|
|
1566
|
+
var Cpu = createLucideIcon("cpu", __iconNode24);
|
|
1540
1567
|
|
|
1541
1568
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/database-zap.js
|
|
1542
|
-
var
|
|
1569
|
+
var __iconNode25 = [
|
|
1543
1570
|
["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", key: "msslwz" }],
|
|
1544
1571
|
["path", { d: "M3 5V19A9 3 0 0 0 15 21.84", key: "14ibmq" }],
|
|
1545
1572
|
["path", { d: "M21 5V8", key: "1marbg" }],
|
|
1546
1573
|
["path", { d: "M21 12L18 17H22L19 22", key: "zafso" }],
|
|
1547
1574
|
["path", { d: "M3 12A9 3 0 0 0 14.59 14.87", key: "1y4wr8" }]
|
|
1548
1575
|
];
|
|
1549
|
-
var DatabaseZap = createLucideIcon("database-zap",
|
|
1576
|
+
var DatabaseZap = createLucideIcon("database-zap", __iconNode25);
|
|
1550
1577
|
|
|
1551
1578
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/dot.js
|
|
1552
|
-
var
|
|
1553
|
-
var Dot = createLucideIcon("dot",
|
|
1579
|
+
var __iconNode26 = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]];
|
|
1580
|
+
var Dot = createLucideIcon("dot", __iconNode26);
|
|
1554
1581
|
|
|
1555
1582
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/download.js
|
|
1556
|
-
var
|
|
1583
|
+
var __iconNode27 = [
|
|
1557
1584
|
["path", { d: "M12 15V3", key: "m9g1x1" }],
|
|
1558
1585
|
["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
|
|
1559
1586
|
["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
|
|
1560
1587
|
];
|
|
1561
|
-
var Download = createLucideIcon("download",
|
|
1588
|
+
var Download = createLucideIcon("download", __iconNode27);
|
|
1562
1589
|
|
|
1563
1590
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/ellipsis.js
|
|
1564
|
-
var
|
|
1591
|
+
var __iconNode28 = [
|
|
1565
1592
|
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
1566
1593
|
["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
|
|
1567
1594
|
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
|
|
1568
1595
|
];
|
|
1569
|
-
var Ellipsis = createLucideIcon("ellipsis",
|
|
1596
|
+
var Ellipsis = createLucideIcon("ellipsis", __iconNode28);
|
|
1570
1597
|
|
|
1571
1598
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/external-link.js
|
|
1572
|
-
var
|
|
1599
|
+
var __iconNode29 = [
|
|
1573
1600
|
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
1574
1601
|
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
1575
1602
|
["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
|
|
1576
1603
|
];
|
|
1577
|
-
var ExternalLink = createLucideIcon("external-link",
|
|
1604
|
+
var ExternalLink = createLucideIcon("external-link", __iconNode29);
|
|
1578
1605
|
|
|
1579
1606
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/eye.js
|
|
1580
|
-
var
|
|
1607
|
+
var __iconNode30 = [
|
|
1581
1608
|
[
|
|
1582
1609
|
"path",
|
|
1583
1610
|
{
|
|
@@ -1587,28 +1614,62 @@ var __iconNode28 = [
|
|
|
1587
1614
|
],
|
|
1588
1615
|
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
1589
1616
|
];
|
|
1590
|
-
var Eye = createLucideIcon("eye",
|
|
1617
|
+
var Eye = createLucideIcon("eye", __iconNode30);
|
|
1591
1618
|
|
|
1592
1619
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/facebook.js
|
|
1593
|
-
var
|
|
1620
|
+
var __iconNode31 = [
|
|
1594
1621
|
[
|
|
1595
1622
|
"path",
|
|
1596
1623
|
{ d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z", key: "1jg4f8" }
|
|
1597
1624
|
]
|
|
1598
1625
|
];
|
|
1599
|
-
var Facebook = createLucideIcon("facebook",
|
|
1626
|
+
var Facebook = createLucideIcon("facebook", __iconNode31);
|
|
1627
|
+
|
|
1628
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-down.js
|
|
1629
|
+
var __iconNode32 = [
|
|
1630
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1631
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1632
|
+
["path", { d: "M12 18v-6", key: "17g6i2" }],
|
|
1633
|
+
["path", { d: "m9 15 3 3 3-3", key: "1npd3o" }]
|
|
1634
|
+
];
|
|
1635
|
+
var FileDown = createLucideIcon("file-down", __iconNode32);
|
|
1636
|
+
|
|
1637
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-input.js
|
|
1638
|
+
var __iconNode33 = [
|
|
1639
|
+
["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4", key: "1pf5j1" }],
|
|
1640
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1641
|
+
["path", { d: "M2 15h10", key: "jfw4w8" }],
|
|
1642
|
+
["path", { d: "m9 18 3-3-3-3", key: "112psh" }]
|
|
1643
|
+
];
|
|
1644
|
+
var FileInput = createLucideIcon("file-input", __iconNode33);
|
|
1600
1645
|
|
|
1601
1646
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-lock-2.js
|
|
1602
|
-
var
|
|
1647
|
+
var __iconNode34 = [
|
|
1603
1648
|
["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1", key: "jmtmu2" }],
|
|
1604
1649
|
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1605
1650
|
["rect", { width: "8", height: "5", x: "2", y: "13", rx: "1", key: "10y5wo" }],
|
|
1606
1651
|
["path", { d: "M8 13v-2a2 2 0 1 0-4 0v2", key: "1pdxzg" }]
|
|
1607
1652
|
];
|
|
1608
|
-
var FileLock2 = createLucideIcon("file-lock-2",
|
|
1653
|
+
var FileLock2 = createLucideIcon("file-lock-2", __iconNode34);
|
|
1654
|
+
|
|
1655
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-up.js
|
|
1656
|
+
var __iconNode35 = [
|
|
1657
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1658
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1659
|
+
["path", { d: "M12 12v6", key: "3ahymv" }],
|
|
1660
|
+
["path", { d: "m15 15-3-3-3 3", key: "15xj92" }]
|
|
1661
|
+
];
|
|
1662
|
+
var FileUp = createLucideIcon("file-up", __iconNode35);
|
|
1663
|
+
|
|
1664
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file.js
|
|
1665
|
+
var __iconNode36 = [
|
|
1666
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1667
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }]
|
|
1668
|
+
];
|
|
1669
|
+
var File = createLucideIcon("file", __iconNode36);
|
|
1609
1670
|
|
|
1610
1671
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/fingerprint.js
|
|
1611
|
-
var
|
|
1672
|
+
var __iconNode37 = [
|
|
1612
1673
|
["path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4", key: "1nerag" }],
|
|
1613
1674
|
["path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88", key: "o46ks0" }],
|
|
1614
1675
|
["path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02", key: "ptglia" }],
|
|
@@ -1619,10 +1680,34 @@ var __iconNode31 = [
|
|
|
1619
1680
|
["path", { d: "M8.65 22c.21-.66.45-1.32.57-2", key: "13wd9y" }],
|
|
1620
1681
|
["path", { d: "M9 6.8a6 6 0 0 1 9 5.2v2", key: "1fr1j5" }]
|
|
1621
1682
|
];
|
|
1622
|
-
var Fingerprint = createLucideIcon("fingerprint",
|
|
1683
|
+
var Fingerprint = createLucideIcon("fingerprint", __iconNode37);
|
|
1684
|
+
|
|
1685
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder-open.js
|
|
1686
|
+
var __iconNode38 = [
|
|
1687
|
+
[
|
|
1688
|
+
"path",
|
|
1689
|
+
{
|
|
1690
|
+
d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",
|
|
1691
|
+
key: "usdka0"
|
|
1692
|
+
}
|
|
1693
|
+
]
|
|
1694
|
+
];
|
|
1695
|
+
var FolderOpen = createLucideIcon("folder-open", __iconNode38);
|
|
1696
|
+
|
|
1697
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder.js
|
|
1698
|
+
var __iconNode39 = [
|
|
1699
|
+
[
|
|
1700
|
+
"path",
|
|
1701
|
+
{
|
|
1702
|
+
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
1703
|
+
key: "1kt360"
|
|
1704
|
+
}
|
|
1705
|
+
]
|
|
1706
|
+
];
|
|
1707
|
+
var Folder = createLucideIcon("folder", __iconNode39);
|
|
1623
1708
|
|
|
1624
1709
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/gift.js
|
|
1625
|
-
var
|
|
1710
|
+
var __iconNode40 = [
|
|
1626
1711
|
["rect", { x: "3", y: "8", width: "18", height: "4", rx: "1", key: "bkv52" }],
|
|
1627
1712
|
["path", { d: "M12 8v13", key: "1c76mn" }],
|
|
1628
1713
|
["path", { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7", key: "6wjy6b" }],
|
|
@@ -1634,20 +1719,20 @@ var __iconNode32 = [
|
|
|
1634
1719
|
}
|
|
1635
1720
|
]
|
|
1636
1721
|
];
|
|
1637
|
-
var Gift = createLucideIcon("gift",
|
|
1722
|
+
var Gift = createLucideIcon("gift", __iconNode40);
|
|
1638
1723
|
|
|
1639
1724
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/git-pull-request-arrow.js
|
|
1640
|
-
var
|
|
1725
|
+
var __iconNode41 = [
|
|
1641
1726
|
["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
|
|
1642
1727
|
["path", { d: "M5 9v12", key: "ih889a" }],
|
|
1643
1728
|
["circle", { cx: "19", cy: "18", r: "3", key: "1qljk2" }],
|
|
1644
1729
|
["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
|
|
1645
1730
|
["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }]
|
|
1646
1731
|
];
|
|
1647
|
-
var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow",
|
|
1732
|
+
var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow", __iconNode41);
|
|
1648
1733
|
|
|
1649
1734
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe-lock.js
|
|
1650
|
-
var
|
|
1735
|
+
var __iconNode42 = [
|
|
1651
1736
|
[
|
|
1652
1737
|
"path",
|
|
1653
1738
|
{
|
|
@@ -1659,18 +1744,18 @@ var __iconNode34 = [
|
|
|
1659
1744
|
["path", { d: "M20 6V4a2 2 0 1 0-4 0v2", key: "1of5e8" }],
|
|
1660
1745
|
["rect", { width: "8", height: "5", x: "14", y: "6", rx: "1", key: "1fmf51" }]
|
|
1661
1746
|
];
|
|
1662
|
-
var GlobeLock = createLucideIcon("globe-lock",
|
|
1747
|
+
var GlobeLock = createLucideIcon("globe-lock", __iconNode42);
|
|
1663
1748
|
|
|
1664
1749
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe.js
|
|
1665
|
-
var
|
|
1750
|
+
var __iconNode43 = [
|
|
1666
1751
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1667
1752
|
["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
|
|
1668
1753
|
["path", { d: "M2 12h20", key: "9i4pu4" }]
|
|
1669
1754
|
];
|
|
1670
|
-
var Globe = createLucideIcon("globe",
|
|
1755
|
+
var Globe = createLucideIcon("globe", __iconNode43);
|
|
1671
1756
|
|
|
1672
1757
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip-vertical.js
|
|
1673
|
-
var
|
|
1758
|
+
var __iconNode44 = [
|
|
1674
1759
|
["circle", { cx: "9", cy: "12", r: "1", key: "1vctgf" }],
|
|
1675
1760
|
["circle", { cx: "9", cy: "5", r: "1", key: "hp0tcf" }],
|
|
1676
1761
|
["circle", { cx: "9", cy: "19", r: "1", key: "fkjjf6" }],
|
|
@@ -1678,10 +1763,10 @@ var __iconNode36 = [
|
|
|
1678
1763
|
["circle", { cx: "15", cy: "5", r: "1", key: "19l28e" }],
|
|
1679
1764
|
["circle", { cx: "15", cy: "19", r: "1", key: "f4zoj3" }]
|
|
1680
1765
|
];
|
|
1681
|
-
var GripVertical = createLucideIcon("grip-vertical",
|
|
1766
|
+
var GripVertical = createLucideIcon("grip-vertical", __iconNode44);
|
|
1682
1767
|
|
|
1683
1768
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
|
|
1684
|
-
var
|
|
1769
|
+
var __iconNode45 = [
|
|
1685
1770
|
["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
|
|
1686
1771
|
[
|
|
1687
1772
|
"path",
|
|
@@ -1699,10 +1784,10 @@ var __iconNode37 = [
|
|
|
1699
1784
|
}
|
|
1700
1785
|
]
|
|
1701
1786
|
];
|
|
1702
|
-
var HandHeart = createLucideIcon("hand-heart",
|
|
1787
|
+
var HandHeart = createLucideIcon("hand-heart", __iconNode45);
|
|
1703
1788
|
|
|
1704
1789
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
|
|
1705
|
-
var
|
|
1790
|
+
var __iconNode46 = [
|
|
1706
1791
|
["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
|
|
1707
1792
|
[
|
|
1708
1793
|
"path",
|
|
@@ -1715,17 +1800,17 @@ var __iconNode38 = [
|
|
|
1715
1800
|
["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
|
|
1716
1801
|
["path", { d: "M3 4h8", key: "1ep09j" }]
|
|
1717
1802
|
];
|
|
1718
|
-
var Handshake = createLucideIcon("handshake",
|
|
1803
|
+
var Handshake = createLucideIcon("handshake", __iconNode46);
|
|
1719
1804
|
|
|
1720
1805
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
|
|
1721
|
-
var
|
|
1806
|
+
var __iconNode47 = [
|
|
1722
1807
|
["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
|
|
1723
1808
|
["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" }]
|
|
1724
1809
|
];
|
|
1725
|
-
var Highlighter = createLucideIcon("highlighter",
|
|
1810
|
+
var Highlighter = createLucideIcon("highlighter", __iconNode47);
|
|
1726
1811
|
|
|
1727
1812
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
|
|
1728
|
-
var
|
|
1813
|
+
var __iconNode48 = [
|
|
1729
1814
|
[
|
|
1730
1815
|
"path",
|
|
1731
1816
|
{
|
|
@@ -1737,10 +1822,10 @@ var __iconNode40 = [
|
|
|
1737
1822
|
["path", { d: "M15 6h6", key: "1jlkvy" }],
|
|
1738
1823
|
["path", { d: "M18 3v6", key: "x1uolp" }]
|
|
1739
1824
|
];
|
|
1740
|
-
var HousePlus = createLucideIcon("house-plus",
|
|
1825
|
+
var HousePlus = createLucideIcon("house-plus", __iconNode48);
|
|
1741
1826
|
|
|
1742
1827
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
|
|
1743
|
-
var
|
|
1828
|
+
var __iconNode49 = [
|
|
1744
1829
|
[
|
|
1745
1830
|
"path",
|
|
1746
1831
|
{
|
|
@@ -1752,10 +1837,10 @@ var __iconNode41 = [
|
|
|
1752
1837
|
["path", { d: "m17 22 3-3", key: "1nkfve" }],
|
|
1753
1838
|
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
|
|
1754
1839
|
];
|
|
1755
|
-
var ImageDown = createLucideIcon("image-down",
|
|
1840
|
+
var ImageDown = createLucideIcon("image-down", __iconNode49);
|
|
1756
1841
|
|
|
1757
1842
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
|
|
1758
|
-
var
|
|
1843
|
+
var __iconNode50 = [
|
|
1759
1844
|
["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
|
|
1760
1845
|
["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
|
|
1761
1846
|
["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
|
|
@@ -1769,10 +1854,10 @@ var __iconNode42 = [
|
|
|
1769
1854
|
],
|
|
1770
1855
|
["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
|
|
1771
1856
|
];
|
|
1772
|
-
var ImageOff = createLucideIcon("image-off",
|
|
1857
|
+
var ImageOff = createLucideIcon("image-off", __iconNode50);
|
|
1773
1858
|
|
|
1774
1859
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
|
|
1775
|
-
var
|
|
1860
|
+
var __iconNode51 = [
|
|
1776
1861
|
[
|
|
1777
1862
|
"path",
|
|
1778
1863
|
{
|
|
@@ -1784,18 +1869,18 @@ var __iconNode43 = [
|
|
|
1784
1869
|
["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
|
|
1785
1870
|
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
|
|
1786
1871
|
];
|
|
1787
|
-
var ImageUp = createLucideIcon("image-up",
|
|
1872
|
+
var ImageUp = createLucideIcon("image-up", __iconNode51);
|
|
1788
1873
|
|
|
1789
1874
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
|
|
1790
|
-
var
|
|
1875
|
+
var __iconNode52 = [
|
|
1791
1876
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1792
1877
|
["path", { d: "M12 16v-4", key: "1dtifu" }],
|
|
1793
1878
|
["path", { d: "M12 8h.01", key: "e9boi3" }]
|
|
1794
1879
|
];
|
|
1795
|
-
var Info = createLucideIcon("info",
|
|
1880
|
+
var Info = createLucideIcon("info", __iconNode52);
|
|
1796
1881
|
|
|
1797
1882
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
|
|
1798
|
-
var
|
|
1883
|
+
var __iconNode53 = [
|
|
1799
1884
|
["path", { d: "M10 8h.01", key: "1r9ogq" }],
|
|
1800
1885
|
["path", { d: "M12 12h.01", key: "1mp3jc" }],
|
|
1801
1886
|
["path", { d: "M14 8h.01", key: "1primd" }],
|
|
@@ -1806,10 +1891,10 @@ var __iconNode45 = [
|
|
|
1806
1891
|
["path", { d: "M8 12h.01", key: "czm47f" }],
|
|
1807
1892
|
["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
|
|
1808
1893
|
];
|
|
1809
|
-
var Keyboard = createLucideIcon("keyboard",
|
|
1894
|
+
var Keyboard = createLucideIcon("keyboard", __iconNode53);
|
|
1810
1895
|
|
|
1811
1896
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
|
|
1812
|
-
var
|
|
1897
|
+
var __iconNode54 = [
|
|
1813
1898
|
["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
|
|
1814
1899
|
[
|
|
1815
1900
|
"path",
|
|
@@ -1821,54 +1906,71 @@ var __iconNode46 = [
|
|
|
1821
1906
|
["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
|
|
1822
1907
|
["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
|
|
1823
1908
|
];
|
|
1824
|
-
var LandPlot = createLucideIcon("land-plot",
|
|
1909
|
+
var LandPlot = createLucideIcon("land-plot", __iconNode54);
|
|
1825
1910
|
|
|
1826
1911
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
|
|
1827
|
-
var
|
|
1912
|
+
var __iconNode55 = [
|
|
1828
1913
|
["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
|
|
1829
1914
|
["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
|
|
1830
1915
|
["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
|
|
1831
1916
|
];
|
|
1832
|
-
var LayoutTemplate = createLucideIcon("layout-template",
|
|
1917
|
+
var LayoutTemplate = createLucideIcon("layout-template", __iconNode55);
|
|
1833
1918
|
|
|
1834
1919
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
|
|
1835
|
-
var
|
|
1920
|
+
var __iconNode56 = [
|
|
1836
1921
|
["path", { d: "m16 6 4 14", key: "ji33uf" }],
|
|
1837
1922
|
["path", { d: "M12 6v14", key: "1n7gus" }],
|
|
1838
1923
|
["path", { d: "M8 8v12", key: "1gg7y9" }],
|
|
1839
1924
|
["path", { d: "M4 4v16", key: "6qkkli" }]
|
|
1840
1925
|
];
|
|
1841
|
-
var Library = createLucideIcon("library",
|
|
1926
|
+
var Library = createLucideIcon("library", __iconNode56);
|
|
1842
1927
|
|
|
1843
1928
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
|
|
1844
|
-
var
|
|
1929
|
+
var __iconNode57 = [
|
|
1845
1930
|
["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" }],
|
|
1846
1931
|
["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" }]
|
|
1847
1932
|
];
|
|
1848
|
-
var Link = createLucideIcon("link",
|
|
1933
|
+
var Link = createLucideIcon("link", __iconNode57);
|
|
1934
|
+
|
|
1935
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
|
|
1936
|
+
var __iconNode58 = [
|
|
1937
|
+
["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
|
|
1938
|
+
["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
|
|
1939
|
+
["path", { d: "M13 6h8", key: "15sg57" }],
|
|
1940
|
+
["path", { d: "M13 12h8", key: "h98zly" }],
|
|
1941
|
+
["path", { d: "M13 18h8", key: "oe0vm4" }]
|
|
1942
|
+
];
|
|
1943
|
+
var ListTodo = createLucideIcon("list-todo", __iconNode58);
|
|
1849
1944
|
|
|
1850
1945
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
|
|
1851
|
-
var
|
|
1852
|
-
var LoaderCircle = createLucideIcon("loader-circle",
|
|
1946
|
+
var __iconNode59 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
|
|
1947
|
+
var LoaderCircle = createLucideIcon("loader-circle", __iconNode59);
|
|
1853
1948
|
|
|
1854
1949
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
|
|
1855
|
-
var
|
|
1950
|
+
var __iconNode60 = [
|
|
1856
1951
|
["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
|
|
1857
1952
|
["path", { d: "M15 12H3", key: "6jk70r" }],
|
|
1858
1953
|
["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
|
|
1859
1954
|
];
|
|
1860
|
-
var LogIn = createLucideIcon("log-in",
|
|
1955
|
+
var LogIn = createLucideIcon("log-in", __iconNode60);
|
|
1861
1956
|
|
|
1862
1957
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
|
|
1863
|
-
var
|
|
1958
|
+
var __iconNode61 = [
|
|
1864
1959
|
["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
|
|
1865
1960
|
["path", { d: "M21 12H9", key: "dn1m92" }],
|
|
1866
1961
|
["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
|
|
1867
1962
|
];
|
|
1868
|
-
var LogOut = createLucideIcon("log-out",
|
|
1963
|
+
var LogOut = createLucideIcon("log-out", __iconNode61);
|
|
1964
|
+
|
|
1965
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
|
|
1966
|
+
var __iconNode62 = [
|
|
1967
|
+
["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
|
|
1968
|
+
["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
|
|
1969
|
+
];
|
|
1970
|
+
var Mail = createLucideIcon("mail", __iconNode62);
|
|
1869
1971
|
|
|
1870
1972
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
|
|
1871
|
-
var
|
|
1973
|
+
var __iconNode63 = [
|
|
1872
1974
|
["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
|
|
1873
1975
|
["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
|
|
1874
1976
|
["path", { d: "m6 12-1.9 2", key: "mnht97" }],
|
|
@@ -1881,10 +1983,10 @@ var __iconNode53 = [
|
|
|
1881
1983
|
}
|
|
1882
1984
|
]
|
|
1883
1985
|
];
|
|
1884
|
-
var MousePointerClick = createLucideIcon("mouse-pointer-click",
|
|
1986
|
+
var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode63);
|
|
1885
1987
|
|
|
1886
1988
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
|
|
1887
|
-
var
|
|
1989
|
+
var __iconNode64 = [
|
|
1888
1990
|
[
|
|
1889
1991
|
"path",
|
|
1890
1992
|
{
|
|
@@ -1897,25 +1999,25 @@ var __iconNode54 = [
|
|
|
1897
1999
|
["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
|
|
1898
2000
|
["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
|
|
1899
2001
|
];
|
|
1900
|
-
var Palette = createLucideIcon("palette",
|
|
2002
|
+
var Palette = createLucideIcon("palette", __iconNode64);
|
|
1901
2003
|
|
|
1902
2004
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
|
|
1903
|
-
var
|
|
2005
|
+
var __iconNode65 = [
|
|
1904
2006
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
1905
2007
|
["path", { d: "M9 3v18", key: "fh3hqa" }]
|
|
1906
2008
|
];
|
|
1907
|
-
var PanelLeft = createLucideIcon("panel-left",
|
|
2009
|
+
var PanelLeft = createLucideIcon("panel-left", __iconNode65);
|
|
1908
2010
|
|
|
1909
2011
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
|
|
1910
|
-
var
|
|
2012
|
+
var __iconNode66 = [
|
|
1911
2013
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
1912
2014
|
["path", { d: "M3 9h18", key: "1pudct" }],
|
|
1913
2015
|
["path", { d: "M9 21V9", key: "1oto5p" }]
|
|
1914
2016
|
];
|
|
1915
|
-
var PanelsTopLeft = createLucideIcon("panels-top-left",
|
|
2017
|
+
var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode66);
|
|
1916
2018
|
|
|
1917
2019
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
|
|
1918
|
-
var
|
|
2020
|
+
var __iconNode67 = [
|
|
1919
2021
|
[
|
|
1920
2022
|
"path",
|
|
1921
2023
|
{
|
|
@@ -1925,18 +2027,18 @@ var __iconNode57 = [
|
|
|
1925
2027
|
],
|
|
1926
2028
|
["path", { d: "m15 5 4 4", key: "1mk7zo" }]
|
|
1927
2029
|
];
|
|
1928
|
-
var Pencil = createLucideIcon("pencil",
|
|
2030
|
+
var Pencil = createLucideIcon("pencil", __iconNode67);
|
|
1929
2031
|
|
|
1930
2032
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
|
|
1931
|
-
var
|
|
2033
|
+
var __iconNode68 = [
|
|
1932
2034
|
["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
|
|
1933
2035
|
["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
|
|
1934
2036
|
["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
|
|
1935
2037
|
];
|
|
1936
|
-
var Pi = createLucideIcon("pi",
|
|
2038
|
+
var Pi = createLucideIcon("pi", __iconNode68);
|
|
1937
2039
|
|
|
1938
2040
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
|
|
1939
|
-
var
|
|
2041
|
+
var __iconNode69 = [
|
|
1940
2042
|
[
|
|
1941
2043
|
"path",
|
|
1942
2044
|
{ 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" }
|
|
@@ -1945,10 +2047,19 @@ var __iconNode59 = [
|
|
|
1945
2047
|
["path", { d: "M16 12H8", key: "1fr5h0" }],
|
|
1946
2048
|
["path", { d: "M13 16H8", key: "wsln4y" }]
|
|
1947
2049
|
];
|
|
1948
|
-
var ReceiptText = createLucideIcon("receipt-text",
|
|
2050
|
+
var ReceiptText = createLucideIcon("receipt-text", __iconNode69);
|
|
2051
|
+
|
|
2052
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
|
|
2053
|
+
var __iconNode70 = [
|
|
2054
|
+
["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
|
|
2055
|
+
["path", { d: "M3 3v5h5", key: "1xhq8a" }],
|
|
2056
|
+
["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
|
|
2057
|
+
["path", { d: "M16 16h5v5", key: "ccwih5" }]
|
|
2058
|
+
];
|
|
2059
|
+
var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode70);
|
|
1949
2060
|
|
|
1950
2061
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
|
|
1951
|
-
var
|
|
2062
|
+
var __iconNode71 = [
|
|
1952
2063
|
["path", { d: "M17 3v10", key: "15fgeh" }],
|
|
1953
2064
|
["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
|
|
1954
2065
|
["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
|
|
@@ -1957,10 +2068,10 @@ var __iconNode60 = [
|
|
|
1957
2068
|
{ 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" }
|
|
1958
2069
|
]
|
|
1959
2070
|
];
|
|
1960
|
-
var Regex = createLucideIcon("regex",
|
|
2071
|
+
var Regex = createLucideIcon("regex", __iconNode71);
|
|
1961
2072
|
|
|
1962
2073
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
|
|
1963
|
-
var
|
|
2074
|
+
var __iconNode72 = [
|
|
1964
2075
|
["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
|
|
1965
2076
|
["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
|
|
1966
2077
|
["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
|
|
@@ -1969,52 +2080,65 @@ var __iconNode61 = [
|
|
|
1969
2080
|
["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
|
|
1970
2081
|
["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
|
|
1971
2082
|
];
|
|
1972
|
-
var Replace = createLucideIcon("replace",
|
|
2083
|
+
var Replace = createLucideIcon("replace", __iconNode72);
|
|
1973
2084
|
|
|
1974
2085
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
|
|
1975
|
-
var
|
|
2086
|
+
var __iconNode73 = [
|
|
1976
2087
|
["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
|
|
1977
2088
|
["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
|
|
1978
2089
|
["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
|
|
1979
2090
|
];
|
|
1980
|
-
var Rss = createLucideIcon("rss",
|
|
2091
|
+
var Rss = createLucideIcon("rss", __iconNode73);
|
|
1981
2092
|
|
|
1982
2093
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
|
|
1983
|
-
var
|
|
2094
|
+
var __iconNode74 = [
|
|
1984
2095
|
["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
|
|
1985
2096
|
["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
|
|
1986
2097
|
["path", { d: "M7 21h10", key: "1b0cd5" }],
|
|
1987
2098
|
["path", { d: "M12 3v18", key: "108xh3" }],
|
|
1988
2099
|
["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
|
|
1989
2100
|
];
|
|
1990
|
-
var Scale = createLucideIcon("scale",
|
|
2101
|
+
var Scale = createLucideIcon("scale", __iconNode74);
|
|
1991
2102
|
|
|
1992
2103
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
|
|
1993
|
-
var
|
|
2104
|
+
var __iconNode75 = [
|
|
1994
2105
|
["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
|
|
1995
2106
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
|
|
1996
2107
|
];
|
|
1997
|
-
var Search = createLucideIcon("search",
|
|
2108
|
+
var Search = createLucideIcon("search", __iconNode75);
|
|
2109
|
+
|
|
2110
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
|
|
2111
|
+
var __iconNode76 = [
|
|
2112
|
+
[
|
|
2113
|
+
"path",
|
|
2114
|
+
{
|
|
2115
|
+
d: "M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z",
|
|
2116
|
+
key: "117uat"
|
|
2117
|
+
}
|
|
2118
|
+
],
|
|
2119
|
+
["path", { d: "M6 12h16", key: "s4cdu5" }]
|
|
2120
|
+
];
|
|
2121
|
+
var SendHorizontal = createLucideIcon("send-horizontal", __iconNode76);
|
|
1998
2122
|
|
|
1999
2123
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
|
|
2000
|
-
var
|
|
2124
|
+
var __iconNode77 = [
|
|
2001
2125
|
["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
|
|
2002
2126
|
["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
|
|
2003
2127
|
["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
|
|
2004
2128
|
["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
|
|
2005
2129
|
];
|
|
2006
|
-
var Server = createLucideIcon("server",
|
|
2130
|
+
var Server = createLucideIcon("server", __iconNode77);
|
|
2007
2131
|
|
|
2008
2132
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
|
|
2009
|
-
var
|
|
2133
|
+
var __iconNode78 = [
|
|
2010
2134
|
["path", { d: "M12 2v13", key: "1km8f5" }],
|
|
2011
2135
|
["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
|
|
2012
2136
|
["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
|
|
2013
2137
|
];
|
|
2014
|
-
var Share = createLucideIcon("share",
|
|
2138
|
+
var Share = createLucideIcon("share", __iconNode78);
|
|
2015
2139
|
|
|
2016
2140
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
|
|
2017
|
-
var
|
|
2141
|
+
var __iconNode79 = [
|
|
2018
2142
|
[
|
|
2019
2143
|
"path",
|
|
2020
2144
|
{
|
|
@@ -2025,10 +2149,22 @@ var __iconNode67 = [
|
|
|
2025
2149
|
["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
|
|
2026
2150
|
["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
|
|
2027
2151
|
];
|
|
2028
|
-
var ShieldUser = createLucideIcon("shield-user",
|
|
2152
|
+
var ShieldUser = createLucideIcon("shield-user", __iconNode79);
|
|
2153
|
+
|
|
2154
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
|
|
2155
|
+
var __iconNode80 = [
|
|
2156
|
+
[
|
|
2157
|
+
"path",
|
|
2158
|
+
{
|
|
2159
|
+
d: "M18 7V5a1 1 0 0 0-1-1H6.5a.5.5 0 0 0-.4.8l4.5 6a2 2 0 0 1 0 2.4l-4.5 6a.5.5 0 0 0 .4.8H17a1 1 0 0 0 1-1v-2",
|
|
2160
|
+
key: "wuwx1p"
|
|
2161
|
+
}
|
|
2162
|
+
]
|
|
2163
|
+
];
|
|
2164
|
+
var Sigma = createLucideIcon("sigma", __iconNode80);
|
|
2029
2165
|
|
|
2030
2166
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
|
|
2031
|
-
var
|
|
2167
|
+
var __iconNode81 = [
|
|
2032
2168
|
[
|
|
2033
2169
|
"path",
|
|
2034
2170
|
{
|
|
@@ -2041,10 +2177,10 @@ var __iconNode68 = [
|
|
|
2041
2177
|
["path", { d: "M4 17v2", key: "vumght" }],
|
|
2042
2178
|
["path", { d: "M5 18H3", key: "zchphs" }]
|
|
2043
2179
|
];
|
|
2044
|
-
var Sparkles = createLucideIcon("sparkles",
|
|
2180
|
+
var Sparkles = createLucideIcon("sparkles", __iconNode81);
|
|
2045
2181
|
|
|
2046
2182
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
|
|
2047
|
-
var
|
|
2183
|
+
var __iconNode82 = [
|
|
2048
2184
|
[
|
|
2049
2185
|
"path",
|
|
2050
2186
|
{
|
|
@@ -2056,10 +2192,10 @@ var __iconNode69 = [
|
|
|
2056
2192
|
["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
|
|
2057
2193
|
["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
|
|
2058
2194
|
];
|
|
2059
|
-
var SplinePointer = createLucideIcon("spline-pointer",
|
|
2195
|
+
var SplinePointer = createLucideIcon("spline-pointer", __iconNode82);
|
|
2060
2196
|
|
|
2061
2197
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
|
|
2062
|
-
var
|
|
2198
|
+
var __iconNode83 = [
|
|
2063
2199
|
["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
|
|
2064
2200
|
["path", { d: "M14 21h1", key: "v9vybs" }],
|
|
2065
2201
|
["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
|
|
@@ -2069,18 +2205,18 @@ var __iconNode70 = [
|
|
|
2069
2205
|
],
|
|
2070
2206
|
["path", { d: "M9 21h1", key: "15o7lz" }]
|
|
2071
2207
|
];
|
|
2072
|
-
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code",
|
|
2208
|
+
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode83);
|
|
2073
2209
|
|
|
2074
2210
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
|
|
2075
|
-
var
|
|
2211
|
+
var __iconNode84 = [
|
|
2076
2212
|
["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
|
|
2077
2213
|
["path", { d: "M11 13h4", key: "1p7l4v" }],
|
|
2078
2214
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
|
|
2079
2215
|
];
|
|
2080
|
-
var SquareTerminal = createLucideIcon("square-terminal",
|
|
2216
|
+
var SquareTerminal = createLucideIcon("square-terminal", __iconNode84);
|
|
2081
2217
|
|
|
2082
2218
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
|
|
2083
|
-
var
|
|
2219
|
+
var __iconNode85 = [
|
|
2084
2220
|
[
|
|
2085
2221
|
"path",
|
|
2086
2222
|
{
|
|
@@ -2089,26 +2225,26 @@ var __iconNode72 = [
|
|
|
2089
2225
|
}
|
|
2090
2226
|
]
|
|
2091
2227
|
];
|
|
2092
|
-
var Star = createLucideIcon("star",
|
|
2228
|
+
var Star = createLucideIcon("star", __iconNode85);
|
|
2093
2229
|
|
|
2094
2230
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
|
|
2095
|
-
var
|
|
2231
|
+
var __iconNode86 = [
|
|
2096
2232
|
["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
|
|
2097
2233
|
["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
|
|
2098
2234
|
["path", { d: "M12 17h10", key: "ls21zv" }],
|
|
2099
2235
|
["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
|
|
2100
2236
|
];
|
|
2101
|
-
var Tablets = createLucideIcon("tablets",
|
|
2237
|
+
var Tablets = createLucideIcon("tablets", __iconNode86);
|
|
2102
2238
|
|
|
2103
2239
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
|
|
2104
|
-
var
|
|
2240
|
+
var __iconNode87 = [
|
|
2105
2241
|
["path", { d: "M12 19h8", key: "baeox8" }],
|
|
2106
2242
|
["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
|
|
2107
2243
|
];
|
|
2108
|
-
var Terminal = createLucideIcon("terminal",
|
|
2244
|
+
var Terminal = createLucideIcon("terminal", __iconNode87);
|
|
2109
2245
|
|
|
2110
2246
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
|
|
2111
|
-
var
|
|
2247
|
+
var __iconNode88 = [
|
|
2112
2248
|
[
|
|
2113
2249
|
"path",
|
|
2114
2250
|
{
|
|
@@ -2117,17 +2253,17 @@ var __iconNode75 = [
|
|
|
2117
2253
|
}
|
|
2118
2254
|
]
|
|
2119
2255
|
];
|
|
2120
|
-
var Twitter = createLucideIcon("twitter",
|
|
2256
|
+
var Twitter = createLucideIcon("twitter", __iconNode88);
|
|
2121
2257
|
|
|
2122
2258
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
|
|
2123
|
-
var
|
|
2259
|
+
var __iconNode89 = [
|
|
2124
2260
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
2125
2261
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
2126
2262
|
];
|
|
2127
|
-
var X = createLucideIcon("x",
|
|
2263
|
+
var X = createLucideIcon("x", __iconNode89);
|
|
2128
2264
|
|
|
2129
2265
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
|
|
2130
|
-
var
|
|
2266
|
+
var __iconNode90 = [
|
|
2131
2267
|
[
|
|
2132
2268
|
"path",
|
|
2133
2269
|
{
|
|
@@ -2136,7 +2272,7 @@ var __iconNode77 = [
|
|
|
2136
2272
|
}
|
|
2137
2273
|
]
|
|
2138
2274
|
];
|
|
2139
|
-
var Zap = createLucideIcon("zap",
|
|
2275
|
+
var Zap = createLucideIcon("zap", __iconNode90);
|
|
2140
2276
|
|
|
2141
2277
|
// ../base-ui/src/components/global-icon.tsx
|
|
2142
2278
|
var import_react31 = __toESM(require("react"), 1);
|
|
@@ -2597,6 +2733,7 @@ lucide-react/dist/esm/icons/bring-to-front.js:
|
|
|
2597
2733
|
lucide-react/dist/esm/icons/bug.js:
|
|
2598
2734
|
lucide-react/dist/esm/icons/building-2.js:
|
|
2599
2735
|
lucide-react/dist/esm/icons/car.js:
|
|
2736
|
+
lucide-react/dist/esm/icons/check-check.js:
|
|
2600
2737
|
lucide-react/dist/esm/icons/check.js:
|
|
2601
2738
|
lucide-react/dist/esm/icons/chevron-down.js:
|
|
2602
2739
|
lucide-react/dist/esm/icons/chevron-left.js:
|
|
@@ -2606,6 +2743,7 @@ lucide-react/dist/esm/icons/circle-alert.js:
|
|
|
2606
2743
|
lucide-react/dist/esm/icons/circle-small.js:
|
|
2607
2744
|
lucide-react/dist/esm/icons/circle.js:
|
|
2608
2745
|
lucide-react/dist/esm/icons/component.js:
|
|
2746
|
+
lucide-react/dist/esm/icons/copy.js:
|
|
2609
2747
|
lucide-react/dist/esm/icons/cpu.js:
|
|
2610
2748
|
lucide-react/dist/esm/icons/database-zap.js:
|
|
2611
2749
|
lucide-react/dist/esm/icons/dot.js:
|
|
@@ -2614,8 +2752,14 @@ lucide-react/dist/esm/icons/ellipsis.js:
|
|
|
2614
2752
|
lucide-react/dist/esm/icons/external-link.js:
|
|
2615
2753
|
lucide-react/dist/esm/icons/eye.js:
|
|
2616
2754
|
lucide-react/dist/esm/icons/facebook.js:
|
|
2755
|
+
lucide-react/dist/esm/icons/file-down.js:
|
|
2756
|
+
lucide-react/dist/esm/icons/file-input.js:
|
|
2617
2757
|
lucide-react/dist/esm/icons/file-lock-2.js:
|
|
2758
|
+
lucide-react/dist/esm/icons/file-up.js:
|
|
2759
|
+
lucide-react/dist/esm/icons/file.js:
|
|
2618
2760
|
lucide-react/dist/esm/icons/fingerprint.js:
|
|
2761
|
+
lucide-react/dist/esm/icons/folder-open.js:
|
|
2762
|
+
lucide-react/dist/esm/icons/folder.js:
|
|
2619
2763
|
lucide-react/dist/esm/icons/gift.js:
|
|
2620
2764
|
lucide-react/dist/esm/icons/git-pull-request-arrow.js:
|
|
2621
2765
|
lucide-react/dist/esm/icons/globe-lock.js:
|
|
@@ -2634,9 +2778,11 @@ lucide-react/dist/esm/icons/land-plot.js:
|
|
|
2634
2778
|
lucide-react/dist/esm/icons/layout-template.js:
|
|
2635
2779
|
lucide-react/dist/esm/icons/library.js:
|
|
2636
2780
|
lucide-react/dist/esm/icons/link.js:
|
|
2781
|
+
lucide-react/dist/esm/icons/list-todo.js:
|
|
2637
2782
|
lucide-react/dist/esm/icons/loader-circle.js:
|
|
2638
2783
|
lucide-react/dist/esm/icons/log-in.js:
|
|
2639
2784
|
lucide-react/dist/esm/icons/log-out.js:
|
|
2785
|
+
lucide-react/dist/esm/icons/mail.js:
|
|
2640
2786
|
lucide-react/dist/esm/icons/mouse-pointer-click.js:
|
|
2641
2787
|
lucide-react/dist/esm/icons/palette.js:
|
|
2642
2788
|
lucide-react/dist/esm/icons/panel-left.js:
|
|
@@ -2644,14 +2790,17 @@ lucide-react/dist/esm/icons/panels-top-left.js:
|
|
|
2644
2790
|
lucide-react/dist/esm/icons/pencil.js:
|
|
2645
2791
|
lucide-react/dist/esm/icons/pi.js:
|
|
2646
2792
|
lucide-react/dist/esm/icons/receipt-text.js:
|
|
2793
|
+
lucide-react/dist/esm/icons/refresh-ccw.js:
|
|
2647
2794
|
lucide-react/dist/esm/icons/regex.js:
|
|
2648
2795
|
lucide-react/dist/esm/icons/replace.js:
|
|
2649
2796
|
lucide-react/dist/esm/icons/rss.js:
|
|
2650
2797
|
lucide-react/dist/esm/icons/scale.js:
|
|
2651
2798
|
lucide-react/dist/esm/icons/search.js:
|
|
2799
|
+
lucide-react/dist/esm/icons/send-horizontal.js:
|
|
2652
2800
|
lucide-react/dist/esm/icons/server.js:
|
|
2653
2801
|
lucide-react/dist/esm/icons/share.js:
|
|
2654
2802
|
lucide-react/dist/esm/icons/shield-user.js:
|
|
2803
|
+
lucide-react/dist/esm/icons/sigma.js:
|
|
2655
2804
|
lucide-react/dist/esm/icons/sparkles.js:
|
|
2656
2805
|
lucide-react/dist/esm/icons/spline-pointer.js:
|
|
2657
2806
|
lucide-react/dist/esm/icons/square-dashed-bottom-code.js:
|