@windrun-huaiin/third-ui 5.1.5 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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 +281 -132
- package/dist/main/index.js.map +1 -1
- package/dist/main/index.mjs +281 -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 +83 -0
- package/src/main/cta.tsx +1 -1
- package/src/main/seo-content.tsx +1 -1
package/dist/clerk/index.mjs
CHANGED
|
@@ -1102,6 +1102,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
1102
1102
|
Building2: () => Building2,
|
|
1103
1103
|
Car: () => Car,
|
|
1104
1104
|
Check: () => Check,
|
|
1105
|
+
CheckCheck: () => CheckCheck,
|
|
1105
1106
|
ChevronDown: () => ChevronDown,
|
|
1106
1107
|
ChevronLeft: () => ChevronLeft,
|
|
1107
1108
|
ChevronRight: () => ChevronRight,
|
|
@@ -1110,6 +1111,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
1110
1111
|
CircleAlert: () => CircleAlert,
|
|
1111
1112
|
CircleSmall: () => CircleSmall,
|
|
1112
1113
|
ComponentIcon: () => Component,
|
|
1114
|
+
Copy: () => Copy,
|
|
1113
1115
|
Cpu: () => Cpu,
|
|
1114
1116
|
DatabaseZap: () => DatabaseZap,
|
|
1115
1117
|
Dot: () => Dot,
|
|
@@ -1117,8 +1119,14 @@ __export(limited_lucide_icons_exports, {
|
|
|
1117
1119
|
ExternalLink: () => ExternalLink,
|
|
1118
1120
|
Eye: () => Eye,
|
|
1119
1121
|
Facebook: () => Facebook,
|
|
1122
|
+
File: () => File,
|
|
1123
|
+
FileDown: () => FileDown,
|
|
1124
|
+
FileInput: () => FileInput,
|
|
1120
1125
|
FileLock2: () => FileLock2,
|
|
1126
|
+
FileUp: () => FileUp,
|
|
1121
1127
|
Fingerprint: () => Fingerprint,
|
|
1128
|
+
Folder: () => Folder,
|
|
1129
|
+
FolderOpen: () => FolderOpen,
|
|
1122
1130
|
Gift: () => Gift,
|
|
1123
1131
|
GitPullRequestArrow: () => GitPullRequestArrow,
|
|
1124
1132
|
Globe: () => Globe,
|
|
@@ -1138,9 +1146,11 @@ __export(limited_lucide_icons_exports, {
|
|
|
1138
1146
|
LayoutTemplate: () => LayoutTemplate,
|
|
1139
1147
|
LibraryIcon: () => Library,
|
|
1140
1148
|
Link: () => Link,
|
|
1149
|
+
ListTodo: () => ListTodo,
|
|
1141
1150
|
Loader2: () => LoaderCircle,
|
|
1142
1151
|
LogIn: () => LogIn,
|
|
1143
1152
|
LogOut: () => LogOut,
|
|
1153
|
+
Mail: () => Mail,
|
|
1144
1154
|
MoreHorizontal: () => Ellipsis,
|
|
1145
1155
|
MousePointerClick: () => MousePointerClick,
|
|
1146
1156
|
Palette: () => Palette,
|
|
@@ -1149,14 +1159,17 @@ __export(limited_lucide_icons_exports, {
|
|
|
1149
1159
|
Pencil: () => Pencil,
|
|
1150
1160
|
Pi: () => Pi,
|
|
1151
1161
|
ReceiptText: () => ReceiptText,
|
|
1162
|
+
RefreshCcw: () => RefreshCcw,
|
|
1152
1163
|
Regex: () => Regex,
|
|
1153
1164
|
Replace: () => Replace,
|
|
1154
1165
|
Rss: () => Rss,
|
|
1155
1166
|
Scale: () => Scale,
|
|
1156
1167
|
Search: () => Search,
|
|
1168
|
+
SendHorizontal: () => SendHorizontal,
|
|
1157
1169
|
Server: () => Server,
|
|
1158
1170
|
Share: () => Share,
|
|
1159
1171
|
ShieldUser: () => ShieldUser,
|
|
1172
|
+
Sigma: () => Sigma,
|
|
1160
1173
|
Sparkles: () => Sparkles,
|
|
1161
1174
|
SplinePointer: () => SplinePointer,
|
|
1162
1175
|
SquareDashedBottomCode: () => SquareDashedBottomCode,
|
|
@@ -1399,44 +1412,51 @@ var __iconNode12 = [
|
|
|
1399
1412
|
];
|
|
1400
1413
|
var Car = createLucideIcon("car", __iconNode12);
|
|
1401
1414
|
|
|
1415
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check-check.js
|
|
1416
|
+
var __iconNode13 = [
|
|
1417
|
+
["path", { d: "M18 6 7 17l-5-5", key: "116fxf" }],
|
|
1418
|
+
["path", { d: "m22 10-7.5 7.5L13 16", key: "ke71qq" }]
|
|
1419
|
+
];
|
|
1420
|
+
var CheckCheck = createLucideIcon("check-check", __iconNode13);
|
|
1421
|
+
|
|
1402
1422
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check.js
|
|
1403
|
-
var
|
|
1404
|
-
var Check = createLucideIcon("check",
|
|
1423
|
+
var __iconNode14 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
|
|
1424
|
+
var Check = createLucideIcon("check", __iconNode14);
|
|
1405
1425
|
|
|
1406
1426
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-down.js
|
|
1407
|
-
var
|
|
1408
|
-
var ChevronDown = createLucideIcon("chevron-down",
|
|
1427
|
+
var __iconNode15 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
|
|
1428
|
+
var ChevronDown = createLucideIcon("chevron-down", __iconNode15);
|
|
1409
1429
|
|
|
1410
1430
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-left.js
|
|
1411
|
-
var
|
|
1412
|
-
var ChevronLeft = createLucideIcon("chevron-left",
|
|
1431
|
+
var __iconNode16 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
|
|
1432
|
+
var ChevronLeft = createLucideIcon("chevron-left", __iconNode16);
|
|
1413
1433
|
|
|
1414
1434
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-right.js
|
|
1415
|
-
var
|
|
1416
|
-
var ChevronRight = createLucideIcon("chevron-right",
|
|
1435
|
+
var __iconNode17 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
|
|
1436
|
+
var ChevronRight = createLucideIcon("chevron-right", __iconNode17);
|
|
1417
1437
|
|
|
1418
1438
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-up.js
|
|
1419
|
-
var
|
|
1420
|
-
var ChevronUp = createLucideIcon("chevron-up",
|
|
1439
|
+
var __iconNode18 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
|
|
1440
|
+
var ChevronUp = createLucideIcon("chevron-up", __iconNode18);
|
|
1421
1441
|
|
|
1422
1442
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-alert.js
|
|
1423
|
-
var
|
|
1443
|
+
var __iconNode19 = [
|
|
1424
1444
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1425
1445
|
["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
|
|
1426
1446
|
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
|
|
1427
1447
|
];
|
|
1428
|
-
var CircleAlert = createLucideIcon("circle-alert",
|
|
1448
|
+
var CircleAlert = createLucideIcon("circle-alert", __iconNode19);
|
|
1429
1449
|
|
|
1430
1450
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-small.js
|
|
1431
|
-
var
|
|
1432
|
-
var CircleSmall = createLucideIcon("circle-small",
|
|
1451
|
+
var __iconNode20 = [["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }]];
|
|
1452
|
+
var CircleSmall = createLucideIcon("circle-small", __iconNode20);
|
|
1433
1453
|
|
|
1434
1454
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle.js
|
|
1435
|
-
var
|
|
1436
|
-
var Circle = createLucideIcon("circle",
|
|
1455
|
+
var __iconNode21 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
|
|
1456
|
+
var Circle = createLucideIcon("circle", __iconNode21);
|
|
1437
1457
|
|
|
1438
1458
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/component.js
|
|
1439
|
-
var
|
|
1459
|
+
var __iconNode22 = [
|
|
1440
1460
|
[
|
|
1441
1461
|
"path",
|
|
1442
1462
|
{
|
|
@@ -1466,10 +1486,17 @@ var __iconNode21 = [
|
|
|
1466
1486
|
}
|
|
1467
1487
|
]
|
|
1468
1488
|
];
|
|
1469
|
-
var Component = createLucideIcon("component",
|
|
1489
|
+
var Component = createLucideIcon("component", __iconNode22);
|
|
1490
|
+
|
|
1491
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/copy.js
|
|
1492
|
+
var __iconNode23 = [
|
|
1493
|
+
["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
|
|
1494
|
+
["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" }]
|
|
1495
|
+
];
|
|
1496
|
+
var Copy = createLucideIcon("copy", __iconNode23);
|
|
1470
1497
|
|
|
1471
1498
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/cpu.js
|
|
1472
|
-
var
|
|
1499
|
+
var __iconNode24 = [
|
|
1473
1500
|
["path", { d: "M12 20v2", key: "1lh1kg" }],
|
|
1474
1501
|
["path", { d: "M12 2v2", key: "tus03m" }],
|
|
1475
1502
|
["path", { d: "M17 20v2", key: "1rnc9c" }],
|
|
@@ -1485,48 +1512,48 @@ var __iconNode22 = [
|
|
|
1485
1512
|
["rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", key: "1vbyd7" }],
|
|
1486
1513
|
["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1", key: "z9xiuo" }]
|
|
1487
1514
|
];
|
|
1488
|
-
var Cpu = createLucideIcon("cpu",
|
|
1515
|
+
var Cpu = createLucideIcon("cpu", __iconNode24);
|
|
1489
1516
|
|
|
1490
1517
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/database-zap.js
|
|
1491
|
-
var
|
|
1518
|
+
var __iconNode25 = [
|
|
1492
1519
|
["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", key: "msslwz" }],
|
|
1493
1520
|
["path", { d: "M3 5V19A9 3 0 0 0 15 21.84", key: "14ibmq" }],
|
|
1494
1521
|
["path", { d: "M21 5V8", key: "1marbg" }],
|
|
1495
1522
|
["path", { d: "M21 12L18 17H22L19 22", key: "zafso" }],
|
|
1496
1523
|
["path", { d: "M3 12A9 3 0 0 0 14.59 14.87", key: "1y4wr8" }]
|
|
1497
1524
|
];
|
|
1498
|
-
var DatabaseZap = createLucideIcon("database-zap",
|
|
1525
|
+
var DatabaseZap = createLucideIcon("database-zap", __iconNode25);
|
|
1499
1526
|
|
|
1500
1527
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/dot.js
|
|
1501
|
-
var
|
|
1502
|
-
var Dot = createLucideIcon("dot",
|
|
1528
|
+
var __iconNode26 = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]];
|
|
1529
|
+
var Dot = createLucideIcon("dot", __iconNode26);
|
|
1503
1530
|
|
|
1504
1531
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/download.js
|
|
1505
|
-
var
|
|
1532
|
+
var __iconNode27 = [
|
|
1506
1533
|
["path", { d: "M12 15V3", key: "m9g1x1" }],
|
|
1507
1534
|
["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
|
|
1508
1535
|
["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
|
|
1509
1536
|
];
|
|
1510
|
-
var Download = createLucideIcon("download",
|
|
1537
|
+
var Download = createLucideIcon("download", __iconNode27);
|
|
1511
1538
|
|
|
1512
1539
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/ellipsis.js
|
|
1513
|
-
var
|
|
1540
|
+
var __iconNode28 = [
|
|
1514
1541
|
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
1515
1542
|
["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
|
|
1516
1543
|
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
|
|
1517
1544
|
];
|
|
1518
|
-
var Ellipsis = createLucideIcon("ellipsis",
|
|
1545
|
+
var Ellipsis = createLucideIcon("ellipsis", __iconNode28);
|
|
1519
1546
|
|
|
1520
1547
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/external-link.js
|
|
1521
|
-
var
|
|
1548
|
+
var __iconNode29 = [
|
|
1522
1549
|
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
1523
1550
|
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
1524
1551
|
["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
|
|
1525
1552
|
];
|
|
1526
|
-
var ExternalLink = createLucideIcon("external-link",
|
|
1553
|
+
var ExternalLink = createLucideIcon("external-link", __iconNode29);
|
|
1527
1554
|
|
|
1528
1555
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/eye.js
|
|
1529
|
-
var
|
|
1556
|
+
var __iconNode30 = [
|
|
1530
1557
|
[
|
|
1531
1558
|
"path",
|
|
1532
1559
|
{
|
|
@@ -1536,28 +1563,62 @@ var __iconNode28 = [
|
|
|
1536
1563
|
],
|
|
1537
1564
|
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
1538
1565
|
];
|
|
1539
|
-
var Eye = createLucideIcon("eye",
|
|
1566
|
+
var Eye = createLucideIcon("eye", __iconNode30);
|
|
1540
1567
|
|
|
1541
1568
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/facebook.js
|
|
1542
|
-
var
|
|
1569
|
+
var __iconNode31 = [
|
|
1543
1570
|
[
|
|
1544
1571
|
"path",
|
|
1545
1572
|
{ d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z", key: "1jg4f8" }
|
|
1546
1573
|
]
|
|
1547
1574
|
];
|
|
1548
|
-
var Facebook = createLucideIcon("facebook",
|
|
1575
|
+
var Facebook = createLucideIcon("facebook", __iconNode31);
|
|
1576
|
+
|
|
1577
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-down.js
|
|
1578
|
+
var __iconNode32 = [
|
|
1579
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1580
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1581
|
+
["path", { d: "M12 18v-6", key: "17g6i2" }],
|
|
1582
|
+
["path", { d: "m9 15 3 3 3-3", key: "1npd3o" }]
|
|
1583
|
+
];
|
|
1584
|
+
var FileDown = createLucideIcon("file-down", __iconNode32);
|
|
1585
|
+
|
|
1586
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-input.js
|
|
1587
|
+
var __iconNode33 = [
|
|
1588
|
+
["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4", key: "1pf5j1" }],
|
|
1589
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1590
|
+
["path", { d: "M2 15h10", key: "jfw4w8" }],
|
|
1591
|
+
["path", { d: "m9 18 3-3-3-3", key: "112psh" }]
|
|
1592
|
+
];
|
|
1593
|
+
var FileInput = createLucideIcon("file-input", __iconNode33);
|
|
1549
1594
|
|
|
1550
1595
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-lock-2.js
|
|
1551
|
-
var
|
|
1596
|
+
var __iconNode34 = [
|
|
1552
1597
|
["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1", key: "jmtmu2" }],
|
|
1553
1598
|
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1554
1599
|
["rect", { width: "8", height: "5", x: "2", y: "13", rx: "1", key: "10y5wo" }],
|
|
1555
1600
|
["path", { d: "M8 13v-2a2 2 0 1 0-4 0v2", key: "1pdxzg" }]
|
|
1556
1601
|
];
|
|
1557
|
-
var FileLock2 = createLucideIcon("file-lock-2",
|
|
1602
|
+
var FileLock2 = createLucideIcon("file-lock-2", __iconNode34);
|
|
1603
|
+
|
|
1604
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-up.js
|
|
1605
|
+
var __iconNode35 = [
|
|
1606
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1607
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1608
|
+
["path", { d: "M12 12v6", key: "3ahymv" }],
|
|
1609
|
+
["path", { d: "m15 15-3-3-3 3", key: "15xj92" }]
|
|
1610
|
+
];
|
|
1611
|
+
var FileUp = createLucideIcon("file-up", __iconNode35);
|
|
1612
|
+
|
|
1613
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file.js
|
|
1614
|
+
var __iconNode36 = [
|
|
1615
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1616
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }]
|
|
1617
|
+
];
|
|
1618
|
+
var File = createLucideIcon("file", __iconNode36);
|
|
1558
1619
|
|
|
1559
1620
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/fingerprint.js
|
|
1560
|
-
var
|
|
1621
|
+
var __iconNode37 = [
|
|
1561
1622
|
["path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4", key: "1nerag" }],
|
|
1562
1623
|
["path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88", key: "o46ks0" }],
|
|
1563
1624
|
["path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02", key: "ptglia" }],
|
|
@@ -1568,10 +1629,34 @@ var __iconNode31 = [
|
|
|
1568
1629
|
["path", { d: "M8.65 22c.21-.66.45-1.32.57-2", key: "13wd9y" }],
|
|
1569
1630
|
["path", { d: "M9 6.8a6 6 0 0 1 9 5.2v2", key: "1fr1j5" }]
|
|
1570
1631
|
];
|
|
1571
|
-
var Fingerprint = createLucideIcon("fingerprint",
|
|
1632
|
+
var Fingerprint = createLucideIcon("fingerprint", __iconNode37);
|
|
1633
|
+
|
|
1634
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder-open.js
|
|
1635
|
+
var __iconNode38 = [
|
|
1636
|
+
[
|
|
1637
|
+
"path",
|
|
1638
|
+
{
|
|
1639
|
+
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",
|
|
1640
|
+
key: "usdka0"
|
|
1641
|
+
}
|
|
1642
|
+
]
|
|
1643
|
+
];
|
|
1644
|
+
var FolderOpen = createLucideIcon("folder-open", __iconNode38);
|
|
1645
|
+
|
|
1646
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder.js
|
|
1647
|
+
var __iconNode39 = [
|
|
1648
|
+
[
|
|
1649
|
+
"path",
|
|
1650
|
+
{
|
|
1651
|
+
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",
|
|
1652
|
+
key: "1kt360"
|
|
1653
|
+
}
|
|
1654
|
+
]
|
|
1655
|
+
];
|
|
1656
|
+
var Folder = createLucideIcon("folder", __iconNode39);
|
|
1572
1657
|
|
|
1573
1658
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/gift.js
|
|
1574
|
-
var
|
|
1659
|
+
var __iconNode40 = [
|
|
1575
1660
|
["rect", { x: "3", y: "8", width: "18", height: "4", rx: "1", key: "bkv52" }],
|
|
1576
1661
|
["path", { d: "M12 8v13", key: "1c76mn" }],
|
|
1577
1662
|
["path", { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7", key: "6wjy6b" }],
|
|
@@ -1583,20 +1668,20 @@ var __iconNode32 = [
|
|
|
1583
1668
|
}
|
|
1584
1669
|
]
|
|
1585
1670
|
];
|
|
1586
|
-
var Gift = createLucideIcon("gift",
|
|
1671
|
+
var Gift = createLucideIcon("gift", __iconNode40);
|
|
1587
1672
|
|
|
1588
1673
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/git-pull-request-arrow.js
|
|
1589
|
-
var
|
|
1674
|
+
var __iconNode41 = [
|
|
1590
1675
|
["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
|
|
1591
1676
|
["path", { d: "M5 9v12", key: "ih889a" }],
|
|
1592
1677
|
["circle", { cx: "19", cy: "18", r: "3", key: "1qljk2" }],
|
|
1593
1678
|
["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
|
|
1594
1679
|
["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }]
|
|
1595
1680
|
];
|
|
1596
|
-
var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow",
|
|
1681
|
+
var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow", __iconNode41);
|
|
1597
1682
|
|
|
1598
1683
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe-lock.js
|
|
1599
|
-
var
|
|
1684
|
+
var __iconNode42 = [
|
|
1600
1685
|
[
|
|
1601
1686
|
"path",
|
|
1602
1687
|
{
|
|
@@ -1608,18 +1693,18 @@ var __iconNode34 = [
|
|
|
1608
1693
|
["path", { d: "M20 6V4a2 2 0 1 0-4 0v2", key: "1of5e8" }],
|
|
1609
1694
|
["rect", { width: "8", height: "5", x: "14", y: "6", rx: "1", key: "1fmf51" }]
|
|
1610
1695
|
];
|
|
1611
|
-
var GlobeLock = createLucideIcon("globe-lock",
|
|
1696
|
+
var GlobeLock = createLucideIcon("globe-lock", __iconNode42);
|
|
1612
1697
|
|
|
1613
1698
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe.js
|
|
1614
|
-
var
|
|
1699
|
+
var __iconNode43 = [
|
|
1615
1700
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1616
1701
|
["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
|
|
1617
1702
|
["path", { d: "M2 12h20", key: "9i4pu4" }]
|
|
1618
1703
|
];
|
|
1619
|
-
var Globe = createLucideIcon("globe",
|
|
1704
|
+
var Globe = createLucideIcon("globe", __iconNode43);
|
|
1620
1705
|
|
|
1621
1706
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip-vertical.js
|
|
1622
|
-
var
|
|
1707
|
+
var __iconNode44 = [
|
|
1623
1708
|
["circle", { cx: "9", cy: "12", r: "1", key: "1vctgf" }],
|
|
1624
1709
|
["circle", { cx: "9", cy: "5", r: "1", key: "hp0tcf" }],
|
|
1625
1710
|
["circle", { cx: "9", cy: "19", r: "1", key: "fkjjf6" }],
|
|
@@ -1627,10 +1712,10 @@ var __iconNode36 = [
|
|
|
1627
1712
|
["circle", { cx: "15", cy: "5", r: "1", key: "19l28e" }],
|
|
1628
1713
|
["circle", { cx: "15", cy: "19", r: "1", key: "f4zoj3" }]
|
|
1629
1714
|
];
|
|
1630
|
-
var GripVertical = createLucideIcon("grip-vertical",
|
|
1715
|
+
var GripVertical = createLucideIcon("grip-vertical", __iconNode44);
|
|
1631
1716
|
|
|
1632
1717
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
|
|
1633
|
-
var
|
|
1718
|
+
var __iconNode45 = [
|
|
1634
1719
|
["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
|
|
1635
1720
|
[
|
|
1636
1721
|
"path",
|
|
@@ -1648,10 +1733,10 @@ var __iconNode37 = [
|
|
|
1648
1733
|
}
|
|
1649
1734
|
]
|
|
1650
1735
|
];
|
|
1651
|
-
var HandHeart = createLucideIcon("hand-heart",
|
|
1736
|
+
var HandHeart = createLucideIcon("hand-heart", __iconNode45);
|
|
1652
1737
|
|
|
1653
1738
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
|
|
1654
|
-
var
|
|
1739
|
+
var __iconNode46 = [
|
|
1655
1740
|
["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
|
|
1656
1741
|
[
|
|
1657
1742
|
"path",
|
|
@@ -1664,17 +1749,17 @@ var __iconNode38 = [
|
|
|
1664
1749
|
["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
|
|
1665
1750
|
["path", { d: "M3 4h8", key: "1ep09j" }]
|
|
1666
1751
|
];
|
|
1667
|
-
var Handshake = createLucideIcon("handshake",
|
|
1752
|
+
var Handshake = createLucideIcon("handshake", __iconNode46);
|
|
1668
1753
|
|
|
1669
1754
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
|
|
1670
|
-
var
|
|
1755
|
+
var __iconNode47 = [
|
|
1671
1756
|
["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
|
|
1672
1757
|
["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" }]
|
|
1673
1758
|
];
|
|
1674
|
-
var Highlighter = createLucideIcon("highlighter",
|
|
1759
|
+
var Highlighter = createLucideIcon("highlighter", __iconNode47);
|
|
1675
1760
|
|
|
1676
1761
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
|
|
1677
|
-
var
|
|
1762
|
+
var __iconNode48 = [
|
|
1678
1763
|
[
|
|
1679
1764
|
"path",
|
|
1680
1765
|
{
|
|
@@ -1686,10 +1771,10 @@ var __iconNode40 = [
|
|
|
1686
1771
|
["path", { d: "M15 6h6", key: "1jlkvy" }],
|
|
1687
1772
|
["path", { d: "M18 3v6", key: "x1uolp" }]
|
|
1688
1773
|
];
|
|
1689
|
-
var HousePlus = createLucideIcon("house-plus",
|
|
1774
|
+
var HousePlus = createLucideIcon("house-plus", __iconNode48);
|
|
1690
1775
|
|
|
1691
1776
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
|
|
1692
|
-
var
|
|
1777
|
+
var __iconNode49 = [
|
|
1693
1778
|
[
|
|
1694
1779
|
"path",
|
|
1695
1780
|
{
|
|
@@ -1701,10 +1786,10 @@ var __iconNode41 = [
|
|
|
1701
1786
|
["path", { d: "m17 22 3-3", key: "1nkfve" }],
|
|
1702
1787
|
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
|
|
1703
1788
|
];
|
|
1704
|
-
var ImageDown = createLucideIcon("image-down",
|
|
1789
|
+
var ImageDown = createLucideIcon("image-down", __iconNode49);
|
|
1705
1790
|
|
|
1706
1791
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
|
|
1707
|
-
var
|
|
1792
|
+
var __iconNode50 = [
|
|
1708
1793
|
["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
|
|
1709
1794
|
["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
|
|
1710
1795
|
["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
|
|
@@ -1718,10 +1803,10 @@ var __iconNode42 = [
|
|
|
1718
1803
|
],
|
|
1719
1804
|
["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
|
|
1720
1805
|
];
|
|
1721
|
-
var ImageOff = createLucideIcon("image-off",
|
|
1806
|
+
var ImageOff = createLucideIcon("image-off", __iconNode50);
|
|
1722
1807
|
|
|
1723
1808
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
|
|
1724
|
-
var
|
|
1809
|
+
var __iconNode51 = [
|
|
1725
1810
|
[
|
|
1726
1811
|
"path",
|
|
1727
1812
|
{
|
|
@@ -1733,18 +1818,18 @@ var __iconNode43 = [
|
|
|
1733
1818
|
["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
|
|
1734
1819
|
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
|
|
1735
1820
|
];
|
|
1736
|
-
var ImageUp = createLucideIcon("image-up",
|
|
1821
|
+
var ImageUp = createLucideIcon("image-up", __iconNode51);
|
|
1737
1822
|
|
|
1738
1823
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
|
|
1739
|
-
var
|
|
1824
|
+
var __iconNode52 = [
|
|
1740
1825
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1741
1826
|
["path", { d: "M12 16v-4", key: "1dtifu" }],
|
|
1742
1827
|
["path", { d: "M12 8h.01", key: "e9boi3" }]
|
|
1743
1828
|
];
|
|
1744
|
-
var Info = createLucideIcon("info",
|
|
1829
|
+
var Info = createLucideIcon("info", __iconNode52);
|
|
1745
1830
|
|
|
1746
1831
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
|
|
1747
|
-
var
|
|
1832
|
+
var __iconNode53 = [
|
|
1748
1833
|
["path", { d: "M10 8h.01", key: "1r9ogq" }],
|
|
1749
1834
|
["path", { d: "M12 12h.01", key: "1mp3jc" }],
|
|
1750
1835
|
["path", { d: "M14 8h.01", key: "1primd" }],
|
|
@@ -1755,10 +1840,10 @@ var __iconNode45 = [
|
|
|
1755
1840
|
["path", { d: "M8 12h.01", key: "czm47f" }],
|
|
1756
1841
|
["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
|
|
1757
1842
|
];
|
|
1758
|
-
var Keyboard = createLucideIcon("keyboard",
|
|
1843
|
+
var Keyboard = createLucideIcon("keyboard", __iconNode53);
|
|
1759
1844
|
|
|
1760
1845
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
|
|
1761
|
-
var
|
|
1846
|
+
var __iconNode54 = [
|
|
1762
1847
|
["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
|
|
1763
1848
|
[
|
|
1764
1849
|
"path",
|
|
@@ -1770,54 +1855,71 @@ var __iconNode46 = [
|
|
|
1770
1855
|
["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
|
|
1771
1856
|
["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
|
|
1772
1857
|
];
|
|
1773
|
-
var LandPlot = createLucideIcon("land-plot",
|
|
1858
|
+
var LandPlot = createLucideIcon("land-plot", __iconNode54);
|
|
1774
1859
|
|
|
1775
1860
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
|
|
1776
|
-
var
|
|
1861
|
+
var __iconNode55 = [
|
|
1777
1862
|
["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
|
|
1778
1863
|
["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
|
|
1779
1864
|
["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
|
|
1780
1865
|
];
|
|
1781
|
-
var LayoutTemplate = createLucideIcon("layout-template",
|
|
1866
|
+
var LayoutTemplate = createLucideIcon("layout-template", __iconNode55);
|
|
1782
1867
|
|
|
1783
1868
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
|
|
1784
|
-
var
|
|
1869
|
+
var __iconNode56 = [
|
|
1785
1870
|
["path", { d: "m16 6 4 14", key: "ji33uf" }],
|
|
1786
1871
|
["path", { d: "M12 6v14", key: "1n7gus" }],
|
|
1787
1872
|
["path", { d: "M8 8v12", key: "1gg7y9" }],
|
|
1788
1873
|
["path", { d: "M4 4v16", key: "6qkkli" }]
|
|
1789
1874
|
];
|
|
1790
|
-
var Library = createLucideIcon("library",
|
|
1875
|
+
var Library = createLucideIcon("library", __iconNode56);
|
|
1791
1876
|
|
|
1792
1877
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
|
|
1793
|
-
var
|
|
1878
|
+
var __iconNode57 = [
|
|
1794
1879
|
["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" }],
|
|
1795
1880
|
["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" }]
|
|
1796
1881
|
];
|
|
1797
|
-
var Link = createLucideIcon("link",
|
|
1882
|
+
var Link = createLucideIcon("link", __iconNode57);
|
|
1883
|
+
|
|
1884
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
|
|
1885
|
+
var __iconNode58 = [
|
|
1886
|
+
["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
|
|
1887
|
+
["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
|
|
1888
|
+
["path", { d: "M13 6h8", key: "15sg57" }],
|
|
1889
|
+
["path", { d: "M13 12h8", key: "h98zly" }],
|
|
1890
|
+
["path", { d: "M13 18h8", key: "oe0vm4" }]
|
|
1891
|
+
];
|
|
1892
|
+
var ListTodo = createLucideIcon("list-todo", __iconNode58);
|
|
1798
1893
|
|
|
1799
1894
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
|
|
1800
|
-
var
|
|
1801
|
-
var LoaderCircle = createLucideIcon("loader-circle",
|
|
1895
|
+
var __iconNode59 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
|
|
1896
|
+
var LoaderCircle = createLucideIcon("loader-circle", __iconNode59);
|
|
1802
1897
|
|
|
1803
1898
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
|
|
1804
|
-
var
|
|
1899
|
+
var __iconNode60 = [
|
|
1805
1900
|
["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
|
|
1806
1901
|
["path", { d: "M15 12H3", key: "6jk70r" }],
|
|
1807
1902
|
["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
|
|
1808
1903
|
];
|
|
1809
|
-
var LogIn = createLucideIcon("log-in",
|
|
1904
|
+
var LogIn = createLucideIcon("log-in", __iconNode60);
|
|
1810
1905
|
|
|
1811
1906
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
|
|
1812
|
-
var
|
|
1907
|
+
var __iconNode61 = [
|
|
1813
1908
|
["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
|
|
1814
1909
|
["path", { d: "M21 12H9", key: "dn1m92" }],
|
|
1815
1910
|
["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
|
|
1816
1911
|
];
|
|
1817
|
-
var LogOut = createLucideIcon("log-out",
|
|
1912
|
+
var LogOut = createLucideIcon("log-out", __iconNode61);
|
|
1913
|
+
|
|
1914
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
|
|
1915
|
+
var __iconNode62 = [
|
|
1916
|
+
["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
|
|
1917
|
+
["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
|
|
1918
|
+
];
|
|
1919
|
+
var Mail = createLucideIcon("mail", __iconNode62);
|
|
1818
1920
|
|
|
1819
1921
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
|
|
1820
|
-
var
|
|
1922
|
+
var __iconNode63 = [
|
|
1821
1923
|
["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
|
|
1822
1924
|
["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
|
|
1823
1925
|
["path", { d: "m6 12-1.9 2", key: "mnht97" }],
|
|
@@ -1830,10 +1932,10 @@ var __iconNode53 = [
|
|
|
1830
1932
|
}
|
|
1831
1933
|
]
|
|
1832
1934
|
];
|
|
1833
|
-
var MousePointerClick = createLucideIcon("mouse-pointer-click",
|
|
1935
|
+
var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode63);
|
|
1834
1936
|
|
|
1835
1937
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
|
|
1836
|
-
var
|
|
1938
|
+
var __iconNode64 = [
|
|
1837
1939
|
[
|
|
1838
1940
|
"path",
|
|
1839
1941
|
{
|
|
@@ -1846,25 +1948,25 @@ var __iconNode54 = [
|
|
|
1846
1948
|
["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
|
|
1847
1949
|
["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
|
|
1848
1950
|
];
|
|
1849
|
-
var Palette = createLucideIcon("palette",
|
|
1951
|
+
var Palette = createLucideIcon("palette", __iconNode64);
|
|
1850
1952
|
|
|
1851
1953
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
|
|
1852
|
-
var
|
|
1954
|
+
var __iconNode65 = [
|
|
1853
1955
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
1854
1956
|
["path", { d: "M9 3v18", key: "fh3hqa" }]
|
|
1855
1957
|
];
|
|
1856
|
-
var PanelLeft = createLucideIcon("panel-left",
|
|
1958
|
+
var PanelLeft = createLucideIcon("panel-left", __iconNode65);
|
|
1857
1959
|
|
|
1858
1960
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
|
|
1859
|
-
var
|
|
1961
|
+
var __iconNode66 = [
|
|
1860
1962
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
1861
1963
|
["path", { d: "M3 9h18", key: "1pudct" }],
|
|
1862
1964
|
["path", { d: "M9 21V9", key: "1oto5p" }]
|
|
1863
1965
|
];
|
|
1864
|
-
var PanelsTopLeft = createLucideIcon("panels-top-left",
|
|
1966
|
+
var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode66);
|
|
1865
1967
|
|
|
1866
1968
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
|
|
1867
|
-
var
|
|
1969
|
+
var __iconNode67 = [
|
|
1868
1970
|
[
|
|
1869
1971
|
"path",
|
|
1870
1972
|
{
|
|
@@ -1874,18 +1976,18 @@ var __iconNode57 = [
|
|
|
1874
1976
|
],
|
|
1875
1977
|
["path", { d: "m15 5 4 4", key: "1mk7zo" }]
|
|
1876
1978
|
];
|
|
1877
|
-
var Pencil = createLucideIcon("pencil",
|
|
1979
|
+
var Pencil = createLucideIcon("pencil", __iconNode67);
|
|
1878
1980
|
|
|
1879
1981
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
|
|
1880
|
-
var
|
|
1982
|
+
var __iconNode68 = [
|
|
1881
1983
|
["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
|
|
1882
1984
|
["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
|
|
1883
1985
|
["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
|
|
1884
1986
|
];
|
|
1885
|
-
var Pi = createLucideIcon("pi",
|
|
1987
|
+
var Pi = createLucideIcon("pi", __iconNode68);
|
|
1886
1988
|
|
|
1887
1989
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
|
|
1888
|
-
var
|
|
1990
|
+
var __iconNode69 = [
|
|
1889
1991
|
[
|
|
1890
1992
|
"path",
|
|
1891
1993
|
{ 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" }
|
|
@@ -1894,10 +1996,19 @@ var __iconNode59 = [
|
|
|
1894
1996
|
["path", { d: "M16 12H8", key: "1fr5h0" }],
|
|
1895
1997
|
["path", { d: "M13 16H8", key: "wsln4y" }]
|
|
1896
1998
|
];
|
|
1897
|
-
var ReceiptText = createLucideIcon("receipt-text",
|
|
1999
|
+
var ReceiptText = createLucideIcon("receipt-text", __iconNode69);
|
|
2000
|
+
|
|
2001
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
|
|
2002
|
+
var __iconNode70 = [
|
|
2003
|
+
["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
|
|
2004
|
+
["path", { d: "M3 3v5h5", key: "1xhq8a" }],
|
|
2005
|
+
["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
|
|
2006
|
+
["path", { d: "M16 16h5v5", key: "ccwih5" }]
|
|
2007
|
+
];
|
|
2008
|
+
var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode70);
|
|
1898
2009
|
|
|
1899
2010
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
|
|
1900
|
-
var
|
|
2011
|
+
var __iconNode71 = [
|
|
1901
2012
|
["path", { d: "M17 3v10", key: "15fgeh" }],
|
|
1902
2013
|
["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
|
|
1903
2014
|
["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
|
|
@@ -1906,10 +2017,10 @@ var __iconNode60 = [
|
|
|
1906
2017
|
{ 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" }
|
|
1907
2018
|
]
|
|
1908
2019
|
];
|
|
1909
|
-
var Regex = createLucideIcon("regex",
|
|
2020
|
+
var Regex = createLucideIcon("regex", __iconNode71);
|
|
1910
2021
|
|
|
1911
2022
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
|
|
1912
|
-
var
|
|
2023
|
+
var __iconNode72 = [
|
|
1913
2024
|
["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
|
|
1914
2025
|
["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
|
|
1915
2026
|
["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
|
|
@@ -1918,52 +2029,65 @@ var __iconNode61 = [
|
|
|
1918
2029
|
["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
|
|
1919
2030
|
["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
|
|
1920
2031
|
];
|
|
1921
|
-
var Replace = createLucideIcon("replace",
|
|
2032
|
+
var Replace = createLucideIcon("replace", __iconNode72);
|
|
1922
2033
|
|
|
1923
2034
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
|
|
1924
|
-
var
|
|
2035
|
+
var __iconNode73 = [
|
|
1925
2036
|
["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
|
|
1926
2037
|
["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
|
|
1927
2038
|
["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
|
|
1928
2039
|
];
|
|
1929
|
-
var Rss = createLucideIcon("rss",
|
|
2040
|
+
var Rss = createLucideIcon("rss", __iconNode73);
|
|
1930
2041
|
|
|
1931
2042
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
|
|
1932
|
-
var
|
|
2043
|
+
var __iconNode74 = [
|
|
1933
2044
|
["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
|
|
1934
2045
|
["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
|
|
1935
2046
|
["path", { d: "M7 21h10", key: "1b0cd5" }],
|
|
1936
2047
|
["path", { d: "M12 3v18", key: "108xh3" }],
|
|
1937
2048
|
["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
|
|
1938
2049
|
];
|
|
1939
|
-
var Scale = createLucideIcon("scale",
|
|
2050
|
+
var Scale = createLucideIcon("scale", __iconNode74);
|
|
1940
2051
|
|
|
1941
2052
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
|
|
1942
|
-
var
|
|
2053
|
+
var __iconNode75 = [
|
|
1943
2054
|
["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
|
|
1944
2055
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
|
|
1945
2056
|
];
|
|
1946
|
-
var Search = createLucideIcon("search",
|
|
2057
|
+
var Search = createLucideIcon("search", __iconNode75);
|
|
2058
|
+
|
|
2059
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
|
|
2060
|
+
var __iconNode76 = [
|
|
2061
|
+
[
|
|
2062
|
+
"path",
|
|
2063
|
+
{
|
|
2064
|
+
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",
|
|
2065
|
+
key: "117uat"
|
|
2066
|
+
}
|
|
2067
|
+
],
|
|
2068
|
+
["path", { d: "M6 12h16", key: "s4cdu5" }]
|
|
2069
|
+
];
|
|
2070
|
+
var SendHorizontal = createLucideIcon("send-horizontal", __iconNode76);
|
|
1947
2071
|
|
|
1948
2072
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
|
|
1949
|
-
var
|
|
2073
|
+
var __iconNode77 = [
|
|
1950
2074
|
["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
|
|
1951
2075
|
["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
|
|
1952
2076
|
["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
|
|
1953
2077
|
["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
|
|
1954
2078
|
];
|
|
1955
|
-
var Server = createLucideIcon("server",
|
|
2079
|
+
var Server = createLucideIcon("server", __iconNode77);
|
|
1956
2080
|
|
|
1957
2081
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
|
|
1958
|
-
var
|
|
2082
|
+
var __iconNode78 = [
|
|
1959
2083
|
["path", { d: "M12 2v13", key: "1km8f5" }],
|
|
1960
2084
|
["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
|
|
1961
2085
|
["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
|
|
1962
2086
|
];
|
|
1963
|
-
var Share = createLucideIcon("share",
|
|
2087
|
+
var Share = createLucideIcon("share", __iconNode78);
|
|
1964
2088
|
|
|
1965
2089
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
|
|
1966
|
-
var
|
|
2090
|
+
var __iconNode79 = [
|
|
1967
2091
|
[
|
|
1968
2092
|
"path",
|
|
1969
2093
|
{
|
|
@@ -1974,10 +2098,22 @@ var __iconNode67 = [
|
|
|
1974
2098
|
["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
|
|
1975
2099
|
["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
|
|
1976
2100
|
];
|
|
1977
|
-
var ShieldUser = createLucideIcon("shield-user",
|
|
2101
|
+
var ShieldUser = createLucideIcon("shield-user", __iconNode79);
|
|
2102
|
+
|
|
2103
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
|
|
2104
|
+
var __iconNode80 = [
|
|
2105
|
+
[
|
|
2106
|
+
"path",
|
|
2107
|
+
{
|
|
2108
|
+
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",
|
|
2109
|
+
key: "wuwx1p"
|
|
2110
|
+
}
|
|
2111
|
+
]
|
|
2112
|
+
];
|
|
2113
|
+
var Sigma = createLucideIcon("sigma", __iconNode80);
|
|
1978
2114
|
|
|
1979
2115
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
|
|
1980
|
-
var
|
|
2116
|
+
var __iconNode81 = [
|
|
1981
2117
|
[
|
|
1982
2118
|
"path",
|
|
1983
2119
|
{
|
|
@@ -1990,10 +2126,10 @@ var __iconNode68 = [
|
|
|
1990
2126
|
["path", { d: "M4 17v2", key: "vumght" }],
|
|
1991
2127
|
["path", { d: "M5 18H3", key: "zchphs" }]
|
|
1992
2128
|
];
|
|
1993
|
-
var Sparkles = createLucideIcon("sparkles",
|
|
2129
|
+
var Sparkles = createLucideIcon("sparkles", __iconNode81);
|
|
1994
2130
|
|
|
1995
2131
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
|
|
1996
|
-
var
|
|
2132
|
+
var __iconNode82 = [
|
|
1997
2133
|
[
|
|
1998
2134
|
"path",
|
|
1999
2135
|
{
|
|
@@ -2005,10 +2141,10 @@ var __iconNode69 = [
|
|
|
2005
2141
|
["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
|
|
2006
2142
|
["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
|
|
2007
2143
|
];
|
|
2008
|
-
var SplinePointer = createLucideIcon("spline-pointer",
|
|
2144
|
+
var SplinePointer = createLucideIcon("spline-pointer", __iconNode82);
|
|
2009
2145
|
|
|
2010
2146
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
|
|
2011
|
-
var
|
|
2147
|
+
var __iconNode83 = [
|
|
2012
2148
|
["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
|
|
2013
2149
|
["path", { d: "M14 21h1", key: "v9vybs" }],
|
|
2014
2150
|
["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
|
|
@@ -2018,18 +2154,18 @@ var __iconNode70 = [
|
|
|
2018
2154
|
],
|
|
2019
2155
|
["path", { d: "M9 21h1", key: "15o7lz" }]
|
|
2020
2156
|
];
|
|
2021
|
-
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code",
|
|
2157
|
+
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode83);
|
|
2022
2158
|
|
|
2023
2159
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
|
|
2024
|
-
var
|
|
2160
|
+
var __iconNode84 = [
|
|
2025
2161
|
["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
|
|
2026
2162
|
["path", { d: "M11 13h4", key: "1p7l4v" }],
|
|
2027
2163
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
|
|
2028
2164
|
];
|
|
2029
|
-
var SquareTerminal = createLucideIcon("square-terminal",
|
|
2165
|
+
var SquareTerminal = createLucideIcon("square-terminal", __iconNode84);
|
|
2030
2166
|
|
|
2031
2167
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
|
|
2032
|
-
var
|
|
2168
|
+
var __iconNode85 = [
|
|
2033
2169
|
[
|
|
2034
2170
|
"path",
|
|
2035
2171
|
{
|
|
@@ -2038,26 +2174,26 @@ var __iconNode72 = [
|
|
|
2038
2174
|
}
|
|
2039
2175
|
]
|
|
2040
2176
|
];
|
|
2041
|
-
var Star = createLucideIcon("star",
|
|
2177
|
+
var Star = createLucideIcon("star", __iconNode85);
|
|
2042
2178
|
|
|
2043
2179
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
|
|
2044
|
-
var
|
|
2180
|
+
var __iconNode86 = [
|
|
2045
2181
|
["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
|
|
2046
2182
|
["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
|
|
2047
2183
|
["path", { d: "M12 17h10", key: "ls21zv" }],
|
|
2048
2184
|
["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
|
|
2049
2185
|
];
|
|
2050
|
-
var Tablets = createLucideIcon("tablets",
|
|
2186
|
+
var Tablets = createLucideIcon("tablets", __iconNode86);
|
|
2051
2187
|
|
|
2052
2188
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
|
|
2053
|
-
var
|
|
2189
|
+
var __iconNode87 = [
|
|
2054
2190
|
["path", { d: "M12 19h8", key: "baeox8" }],
|
|
2055
2191
|
["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
|
|
2056
2192
|
];
|
|
2057
|
-
var Terminal = createLucideIcon("terminal",
|
|
2193
|
+
var Terminal = createLucideIcon("terminal", __iconNode87);
|
|
2058
2194
|
|
|
2059
2195
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
|
|
2060
|
-
var
|
|
2196
|
+
var __iconNode88 = [
|
|
2061
2197
|
[
|
|
2062
2198
|
"path",
|
|
2063
2199
|
{
|
|
@@ -2066,17 +2202,17 @@ var __iconNode75 = [
|
|
|
2066
2202
|
}
|
|
2067
2203
|
]
|
|
2068
2204
|
];
|
|
2069
|
-
var Twitter = createLucideIcon("twitter",
|
|
2205
|
+
var Twitter = createLucideIcon("twitter", __iconNode88);
|
|
2070
2206
|
|
|
2071
2207
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
|
|
2072
|
-
var
|
|
2208
|
+
var __iconNode89 = [
|
|
2073
2209
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
2074
2210
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
2075
2211
|
];
|
|
2076
|
-
var X = createLucideIcon("x",
|
|
2212
|
+
var X = createLucideIcon("x", __iconNode89);
|
|
2077
2213
|
|
|
2078
2214
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
|
|
2079
|
-
var
|
|
2215
|
+
var __iconNode90 = [
|
|
2080
2216
|
[
|
|
2081
2217
|
"path",
|
|
2082
2218
|
{
|
|
@@ -2085,7 +2221,7 @@ var __iconNode77 = [
|
|
|
2085
2221
|
}
|
|
2086
2222
|
]
|
|
2087
2223
|
];
|
|
2088
|
-
var Zap = createLucideIcon("zap",
|
|
2224
|
+
var Zap = createLucideIcon("zap", __iconNode90);
|
|
2089
2225
|
|
|
2090
2226
|
// ../base-ui/src/components/global-icon.tsx
|
|
2091
2227
|
import React29 from "react";
|
|
@@ -2285,6 +2421,7 @@ lucide-react/dist/esm/icons/bring-to-front.js:
|
|
|
2285
2421
|
lucide-react/dist/esm/icons/bug.js:
|
|
2286
2422
|
lucide-react/dist/esm/icons/building-2.js:
|
|
2287
2423
|
lucide-react/dist/esm/icons/car.js:
|
|
2424
|
+
lucide-react/dist/esm/icons/check-check.js:
|
|
2288
2425
|
lucide-react/dist/esm/icons/check.js:
|
|
2289
2426
|
lucide-react/dist/esm/icons/chevron-down.js:
|
|
2290
2427
|
lucide-react/dist/esm/icons/chevron-left.js:
|
|
@@ -2294,6 +2431,7 @@ lucide-react/dist/esm/icons/circle-alert.js:
|
|
|
2294
2431
|
lucide-react/dist/esm/icons/circle-small.js:
|
|
2295
2432
|
lucide-react/dist/esm/icons/circle.js:
|
|
2296
2433
|
lucide-react/dist/esm/icons/component.js:
|
|
2434
|
+
lucide-react/dist/esm/icons/copy.js:
|
|
2297
2435
|
lucide-react/dist/esm/icons/cpu.js:
|
|
2298
2436
|
lucide-react/dist/esm/icons/database-zap.js:
|
|
2299
2437
|
lucide-react/dist/esm/icons/dot.js:
|
|
@@ -2302,8 +2440,14 @@ lucide-react/dist/esm/icons/ellipsis.js:
|
|
|
2302
2440
|
lucide-react/dist/esm/icons/external-link.js:
|
|
2303
2441
|
lucide-react/dist/esm/icons/eye.js:
|
|
2304
2442
|
lucide-react/dist/esm/icons/facebook.js:
|
|
2443
|
+
lucide-react/dist/esm/icons/file-down.js:
|
|
2444
|
+
lucide-react/dist/esm/icons/file-input.js:
|
|
2305
2445
|
lucide-react/dist/esm/icons/file-lock-2.js:
|
|
2446
|
+
lucide-react/dist/esm/icons/file-up.js:
|
|
2447
|
+
lucide-react/dist/esm/icons/file.js:
|
|
2306
2448
|
lucide-react/dist/esm/icons/fingerprint.js:
|
|
2449
|
+
lucide-react/dist/esm/icons/folder-open.js:
|
|
2450
|
+
lucide-react/dist/esm/icons/folder.js:
|
|
2307
2451
|
lucide-react/dist/esm/icons/gift.js:
|
|
2308
2452
|
lucide-react/dist/esm/icons/git-pull-request-arrow.js:
|
|
2309
2453
|
lucide-react/dist/esm/icons/globe-lock.js:
|
|
@@ -2322,9 +2466,11 @@ lucide-react/dist/esm/icons/land-plot.js:
|
|
|
2322
2466
|
lucide-react/dist/esm/icons/layout-template.js:
|
|
2323
2467
|
lucide-react/dist/esm/icons/library.js:
|
|
2324
2468
|
lucide-react/dist/esm/icons/link.js:
|
|
2469
|
+
lucide-react/dist/esm/icons/list-todo.js:
|
|
2325
2470
|
lucide-react/dist/esm/icons/loader-circle.js:
|
|
2326
2471
|
lucide-react/dist/esm/icons/log-in.js:
|
|
2327
2472
|
lucide-react/dist/esm/icons/log-out.js:
|
|
2473
|
+
lucide-react/dist/esm/icons/mail.js:
|
|
2328
2474
|
lucide-react/dist/esm/icons/mouse-pointer-click.js:
|
|
2329
2475
|
lucide-react/dist/esm/icons/palette.js:
|
|
2330
2476
|
lucide-react/dist/esm/icons/panel-left.js:
|
|
@@ -2332,14 +2478,17 @@ lucide-react/dist/esm/icons/panels-top-left.js:
|
|
|
2332
2478
|
lucide-react/dist/esm/icons/pencil.js:
|
|
2333
2479
|
lucide-react/dist/esm/icons/pi.js:
|
|
2334
2480
|
lucide-react/dist/esm/icons/receipt-text.js:
|
|
2481
|
+
lucide-react/dist/esm/icons/refresh-ccw.js:
|
|
2335
2482
|
lucide-react/dist/esm/icons/regex.js:
|
|
2336
2483
|
lucide-react/dist/esm/icons/replace.js:
|
|
2337
2484
|
lucide-react/dist/esm/icons/rss.js:
|
|
2338
2485
|
lucide-react/dist/esm/icons/scale.js:
|
|
2339
2486
|
lucide-react/dist/esm/icons/search.js:
|
|
2487
|
+
lucide-react/dist/esm/icons/send-horizontal.js:
|
|
2340
2488
|
lucide-react/dist/esm/icons/server.js:
|
|
2341
2489
|
lucide-react/dist/esm/icons/share.js:
|
|
2342
2490
|
lucide-react/dist/esm/icons/shield-user.js:
|
|
2491
|
+
lucide-react/dist/esm/icons/sigma.js:
|
|
2343
2492
|
lucide-react/dist/esm/icons/sparkles.js:
|
|
2344
2493
|
lucide-react/dist/esm/icons/spline-pointer.js:
|
|
2345
2494
|
lucide-react/dist/esm/icons/square-dashed-bottom-code.js:
|