@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.js
CHANGED
|
@@ -1135,6 +1135,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
1135
1135
|
Building2: () => Building2,
|
|
1136
1136
|
Car: () => Car,
|
|
1137
1137
|
Check: () => Check,
|
|
1138
|
+
CheckCheck: () => CheckCheck,
|
|
1138
1139
|
ChevronDown: () => ChevronDown,
|
|
1139
1140
|
ChevronLeft: () => ChevronLeft,
|
|
1140
1141
|
ChevronRight: () => ChevronRight,
|
|
@@ -1143,6 +1144,7 @@ __export(limited_lucide_icons_exports, {
|
|
|
1143
1144
|
CircleAlert: () => CircleAlert,
|
|
1144
1145
|
CircleSmall: () => CircleSmall,
|
|
1145
1146
|
ComponentIcon: () => Component,
|
|
1147
|
+
Copy: () => Copy,
|
|
1146
1148
|
Cpu: () => Cpu,
|
|
1147
1149
|
DatabaseZap: () => DatabaseZap,
|
|
1148
1150
|
Dot: () => Dot,
|
|
@@ -1150,8 +1152,14 @@ __export(limited_lucide_icons_exports, {
|
|
|
1150
1152
|
ExternalLink: () => ExternalLink,
|
|
1151
1153
|
Eye: () => Eye,
|
|
1152
1154
|
Facebook: () => Facebook,
|
|
1155
|
+
File: () => File,
|
|
1156
|
+
FileDown: () => FileDown,
|
|
1157
|
+
FileInput: () => FileInput,
|
|
1153
1158
|
FileLock2: () => FileLock2,
|
|
1159
|
+
FileUp: () => FileUp,
|
|
1154
1160
|
Fingerprint: () => Fingerprint,
|
|
1161
|
+
Folder: () => Folder,
|
|
1162
|
+
FolderOpen: () => FolderOpen,
|
|
1155
1163
|
Gift: () => Gift,
|
|
1156
1164
|
GitPullRequestArrow: () => GitPullRequestArrow,
|
|
1157
1165
|
Globe: () => Globe,
|
|
@@ -1171,9 +1179,11 @@ __export(limited_lucide_icons_exports, {
|
|
|
1171
1179
|
LayoutTemplate: () => LayoutTemplate,
|
|
1172
1180
|
LibraryIcon: () => Library,
|
|
1173
1181
|
Link: () => Link,
|
|
1182
|
+
ListTodo: () => ListTodo,
|
|
1174
1183
|
Loader2: () => LoaderCircle,
|
|
1175
1184
|
LogIn: () => LogIn,
|
|
1176
1185
|
LogOut: () => LogOut,
|
|
1186
|
+
Mail: () => Mail,
|
|
1177
1187
|
MoreHorizontal: () => Ellipsis,
|
|
1178
1188
|
MousePointerClick: () => MousePointerClick,
|
|
1179
1189
|
Palette: () => Palette,
|
|
@@ -1182,14 +1192,17 @@ __export(limited_lucide_icons_exports, {
|
|
|
1182
1192
|
Pencil: () => Pencil,
|
|
1183
1193
|
Pi: () => Pi,
|
|
1184
1194
|
ReceiptText: () => ReceiptText,
|
|
1195
|
+
RefreshCcw: () => RefreshCcw,
|
|
1185
1196
|
Regex: () => Regex,
|
|
1186
1197
|
Replace: () => Replace,
|
|
1187
1198
|
Rss: () => Rss,
|
|
1188
1199
|
Scale: () => Scale,
|
|
1189
1200
|
Search: () => Search,
|
|
1201
|
+
SendHorizontal: () => SendHorizontal,
|
|
1190
1202
|
Server: () => Server,
|
|
1191
1203
|
Share: () => Share,
|
|
1192
1204
|
ShieldUser: () => ShieldUser,
|
|
1205
|
+
Sigma: () => Sigma,
|
|
1193
1206
|
Sparkles: () => Sparkles,
|
|
1194
1207
|
SplinePointer: () => SplinePointer,
|
|
1195
1208
|
SquareDashedBottomCode: () => SquareDashedBottomCode,
|
|
@@ -1432,44 +1445,51 @@ var __iconNode12 = [
|
|
|
1432
1445
|
];
|
|
1433
1446
|
var Car = createLucideIcon("car", __iconNode12);
|
|
1434
1447
|
|
|
1448
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check-check.js
|
|
1449
|
+
var __iconNode13 = [
|
|
1450
|
+
["path", { d: "M18 6 7 17l-5-5", key: "116fxf" }],
|
|
1451
|
+
["path", { d: "m22 10-7.5 7.5L13 16", key: "ke71qq" }]
|
|
1452
|
+
];
|
|
1453
|
+
var CheckCheck = createLucideIcon("check-check", __iconNode13);
|
|
1454
|
+
|
|
1435
1455
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check.js
|
|
1436
|
-
var
|
|
1437
|
-
var Check = createLucideIcon("check",
|
|
1456
|
+
var __iconNode14 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
|
|
1457
|
+
var Check = createLucideIcon("check", __iconNode14);
|
|
1438
1458
|
|
|
1439
1459
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-down.js
|
|
1440
|
-
var
|
|
1441
|
-
var ChevronDown = createLucideIcon("chevron-down",
|
|
1460
|
+
var __iconNode15 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
|
|
1461
|
+
var ChevronDown = createLucideIcon("chevron-down", __iconNode15);
|
|
1442
1462
|
|
|
1443
1463
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-left.js
|
|
1444
|
-
var
|
|
1445
|
-
var ChevronLeft = createLucideIcon("chevron-left",
|
|
1464
|
+
var __iconNode16 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
|
|
1465
|
+
var ChevronLeft = createLucideIcon("chevron-left", __iconNode16);
|
|
1446
1466
|
|
|
1447
1467
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-right.js
|
|
1448
|
-
var
|
|
1449
|
-
var ChevronRight = createLucideIcon("chevron-right",
|
|
1468
|
+
var __iconNode17 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
|
|
1469
|
+
var ChevronRight = createLucideIcon("chevron-right", __iconNode17);
|
|
1450
1470
|
|
|
1451
1471
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-up.js
|
|
1452
|
-
var
|
|
1453
|
-
var ChevronUp = createLucideIcon("chevron-up",
|
|
1472
|
+
var __iconNode18 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
|
|
1473
|
+
var ChevronUp = createLucideIcon("chevron-up", __iconNode18);
|
|
1454
1474
|
|
|
1455
1475
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-alert.js
|
|
1456
|
-
var
|
|
1476
|
+
var __iconNode19 = [
|
|
1457
1477
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1458
1478
|
["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
|
|
1459
1479
|
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
|
|
1460
1480
|
];
|
|
1461
|
-
var CircleAlert = createLucideIcon("circle-alert",
|
|
1481
|
+
var CircleAlert = createLucideIcon("circle-alert", __iconNode19);
|
|
1462
1482
|
|
|
1463
1483
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle-small.js
|
|
1464
|
-
var
|
|
1465
|
-
var CircleSmall = createLucideIcon("circle-small",
|
|
1484
|
+
var __iconNode20 = [["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }]];
|
|
1485
|
+
var CircleSmall = createLucideIcon("circle-small", __iconNode20);
|
|
1466
1486
|
|
|
1467
1487
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/circle.js
|
|
1468
|
-
var
|
|
1469
|
-
var Circle = createLucideIcon("circle",
|
|
1488
|
+
var __iconNode21 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
|
|
1489
|
+
var Circle = createLucideIcon("circle", __iconNode21);
|
|
1470
1490
|
|
|
1471
1491
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/component.js
|
|
1472
|
-
var
|
|
1492
|
+
var __iconNode22 = [
|
|
1473
1493
|
[
|
|
1474
1494
|
"path",
|
|
1475
1495
|
{
|
|
@@ -1499,10 +1519,17 @@ var __iconNode21 = [
|
|
|
1499
1519
|
}
|
|
1500
1520
|
]
|
|
1501
1521
|
];
|
|
1502
|
-
var Component = createLucideIcon("component",
|
|
1522
|
+
var Component = createLucideIcon("component", __iconNode22);
|
|
1523
|
+
|
|
1524
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/copy.js
|
|
1525
|
+
var __iconNode23 = [
|
|
1526
|
+
["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
|
|
1527
|
+
["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" }]
|
|
1528
|
+
];
|
|
1529
|
+
var Copy = createLucideIcon("copy", __iconNode23);
|
|
1503
1530
|
|
|
1504
1531
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/cpu.js
|
|
1505
|
-
var
|
|
1532
|
+
var __iconNode24 = [
|
|
1506
1533
|
["path", { d: "M12 20v2", key: "1lh1kg" }],
|
|
1507
1534
|
["path", { d: "M12 2v2", key: "tus03m" }],
|
|
1508
1535
|
["path", { d: "M17 20v2", key: "1rnc9c" }],
|
|
@@ -1518,48 +1545,48 @@ var __iconNode22 = [
|
|
|
1518
1545
|
["rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", key: "1vbyd7" }],
|
|
1519
1546
|
["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1", key: "z9xiuo" }]
|
|
1520
1547
|
];
|
|
1521
|
-
var Cpu = createLucideIcon("cpu",
|
|
1548
|
+
var Cpu = createLucideIcon("cpu", __iconNode24);
|
|
1522
1549
|
|
|
1523
1550
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/database-zap.js
|
|
1524
|
-
var
|
|
1551
|
+
var __iconNode25 = [
|
|
1525
1552
|
["ellipse", { cx: "12", cy: "5", rx: "9", ry: "3", key: "msslwz" }],
|
|
1526
1553
|
["path", { d: "M3 5V19A9 3 0 0 0 15 21.84", key: "14ibmq" }],
|
|
1527
1554
|
["path", { d: "M21 5V8", key: "1marbg" }],
|
|
1528
1555
|
["path", { d: "M21 12L18 17H22L19 22", key: "zafso" }],
|
|
1529
1556
|
["path", { d: "M3 12A9 3 0 0 0 14.59 14.87", key: "1y4wr8" }]
|
|
1530
1557
|
];
|
|
1531
|
-
var DatabaseZap = createLucideIcon("database-zap",
|
|
1558
|
+
var DatabaseZap = createLucideIcon("database-zap", __iconNode25);
|
|
1532
1559
|
|
|
1533
1560
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/dot.js
|
|
1534
|
-
var
|
|
1535
|
-
var Dot = createLucideIcon("dot",
|
|
1561
|
+
var __iconNode26 = [["circle", { cx: "12.1", cy: "12.1", r: "1", key: "18d7e5" }]];
|
|
1562
|
+
var Dot = createLucideIcon("dot", __iconNode26);
|
|
1536
1563
|
|
|
1537
1564
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/download.js
|
|
1538
|
-
var
|
|
1565
|
+
var __iconNode27 = [
|
|
1539
1566
|
["path", { d: "M12 15V3", key: "m9g1x1" }],
|
|
1540
1567
|
["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
|
|
1541
1568
|
["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
|
|
1542
1569
|
];
|
|
1543
|
-
var Download = createLucideIcon("download",
|
|
1570
|
+
var Download = createLucideIcon("download", __iconNode27);
|
|
1544
1571
|
|
|
1545
1572
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/ellipsis.js
|
|
1546
|
-
var
|
|
1573
|
+
var __iconNode28 = [
|
|
1547
1574
|
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
1548
1575
|
["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
|
|
1549
1576
|
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
|
|
1550
1577
|
];
|
|
1551
|
-
var Ellipsis = createLucideIcon("ellipsis",
|
|
1578
|
+
var Ellipsis = createLucideIcon("ellipsis", __iconNode28);
|
|
1552
1579
|
|
|
1553
1580
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/external-link.js
|
|
1554
|
-
var
|
|
1581
|
+
var __iconNode29 = [
|
|
1555
1582
|
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
1556
1583
|
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
1557
1584
|
["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
|
|
1558
1585
|
];
|
|
1559
|
-
var ExternalLink = createLucideIcon("external-link",
|
|
1586
|
+
var ExternalLink = createLucideIcon("external-link", __iconNode29);
|
|
1560
1587
|
|
|
1561
1588
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/eye.js
|
|
1562
|
-
var
|
|
1589
|
+
var __iconNode30 = [
|
|
1563
1590
|
[
|
|
1564
1591
|
"path",
|
|
1565
1592
|
{
|
|
@@ -1569,28 +1596,62 @@ var __iconNode28 = [
|
|
|
1569
1596
|
],
|
|
1570
1597
|
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
1571
1598
|
];
|
|
1572
|
-
var Eye = createLucideIcon("eye",
|
|
1599
|
+
var Eye = createLucideIcon("eye", __iconNode30);
|
|
1573
1600
|
|
|
1574
1601
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/facebook.js
|
|
1575
|
-
var
|
|
1602
|
+
var __iconNode31 = [
|
|
1576
1603
|
[
|
|
1577
1604
|
"path",
|
|
1578
1605
|
{ d: "M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z", key: "1jg4f8" }
|
|
1579
1606
|
]
|
|
1580
1607
|
];
|
|
1581
|
-
var Facebook = createLucideIcon("facebook",
|
|
1608
|
+
var Facebook = createLucideIcon("facebook", __iconNode31);
|
|
1609
|
+
|
|
1610
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-down.js
|
|
1611
|
+
var __iconNode32 = [
|
|
1612
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1613
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1614
|
+
["path", { d: "M12 18v-6", key: "17g6i2" }],
|
|
1615
|
+
["path", { d: "m9 15 3 3 3-3", key: "1npd3o" }]
|
|
1616
|
+
];
|
|
1617
|
+
var FileDown = createLucideIcon("file-down", __iconNode32);
|
|
1618
|
+
|
|
1619
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-input.js
|
|
1620
|
+
var __iconNode33 = [
|
|
1621
|
+
["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4", key: "1pf5j1" }],
|
|
1622
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1623
|
+
["path", { d: "M2 15h10", key: "jfw4w8" }],
|
|
1624
|
+
["path", { d: "m9 18 3-3-3-3", key: "112psh" }]
|
|
1625
|
+
];
|
|
1626
|
+
var FileInput = createLucideIcon("file-input", __iconNode33);
|
|
1582
1627
|
|
|
1583
1628
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-lock-2.js
|
|
1584
|
-
var
|
|
1629
|
+
var __iconNode34 = [
|
|
1585
1630
|
["path", { d: "M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v1", key: "jmtmu2" }],
|
|
1586
1631
|
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1587
1632
|
["rect", { width: "8", height: "5", x: "2", y: "13", rx: "1", key: "10y5wo" }],
|
|
1588
1633
|
["path", { d: "M8 13v-2a2 2 0 1 0-4 0v2", key: "1pdxzg" }]
|
|
1589
1634
|
];
|
|
1590
|
-
var FileLock2 = createLucideIcon("file-lock-2",
|
|
1635
|
+
var FileLock2 = createLucideIcon("file-lock-2", __iconNode34);
|
|
1636
|
+
|
|
1637
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file-up.js
|
|
1638
|
+
var __iconNode35 = [
|
|
1639
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1640
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
1641
|
+
["path", { d: "M12 12v6", key: "3ahymv" }],
|
|
1642
|
+
["path", { d: "m15 15-3-3-3 3", key: "15xj92" }]
|
|
1643
|
+
];
|
|
1644
|
+
var FileUp = createLucideIcon("file-up", __iconNode35);
|
|
1645
|
+
|
|
1646
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/file.js
|
|
1647
|
+
var __iconNode36 = [
|
|
1648
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
1649
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }]
|
|
1650
|
+
];
|
|
1651
|
+
var File = createLucideIcon("file", __iconNode36);
|
|
1591
1652
|
|
|
1592
1653
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/fingerprint.js
|
|
1593
|
-
var
|
|
1654
|
+
var __iconNode37 = [
|
|
1594
1655
|
["path", { d: "M12 10a2 2 0 0 0-2 2c0 1.02-.1 2.51-.26 4", key: "1nerag" }],
|
|
1595
1656
|
["path", { d: "M14 13.12c0 2.38 0 6.38-1 8.88", key: "o46ks0" }],
|
|
1596
1657
|
["path", { d: "M17.29 21.02c.12-.6.43-2.3.5-3.02", key: "ptglia" }],
|
|
@@ -1601,10 +1662,34 @@ var __iconNode31 = [
|
|
|
1601
1662
|
["path", { d: "M8.65 22c.21-.66.45-1.32.57-2", key: "13wd9y" }],
|
|
1602
1663
|
["path", { d: "M9 6.8a6 6 0 0 1 9 5.2v2", key: "1fr1j5" }]
|
|
1603
1664
|
];
|
|
1604
|
-
var Fingerprint = createLucideIcon("fingerprint",
|
|
1665
|
+
var Fingerprint = createLucideIcon("fingerprint", __iconNode37);
|
|
1666
|
+
|
|
1667
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder-open.js
|
|
1668
|
+
var __iconNode38 = [
|
|
1669
|
+
[
|
|
1670
|
+
"path",
|
|
1671
|
+
{
|
|
1672
|
+
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",
|
|
1673
|
+
key: "usdka0"
|
|
1674
|
+
}
|
|
1675
|
+
]
|
|
1676
|
+
];
|
|
1677
|
+
var FolderOpen = createLucideIcon("folder-open", __iconNode38);
|
|
1678
|
+
|
|
1679
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/folder.js
|
|
1680
|
+
var __iconNode39 = [
|
|
1681
|
+
[
|
|
1682
|
+
"path",
|
|
1683
|
+
{
|
|
1684
|
+
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",
|
|
1685
|
+
key: "1kt360"
|
|
1686
|
+
}
|
|
1687
|
+
]
|
|
1688
|
+
];
|
|
1689
|
+
var Folder = createLucideIcon("folder", __iconNode39);
|
|
1605
1690
|
|
|
1606
1691
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/gift.js
|
|
1607
|
-
var
|
|
1692
|
+
var __iconNode40 = [
|
|
1608
1693
|
["rect", { x: "3", y: "8", width: "18", height: "4", rx: "1", key: "bkv52" }],
|
|
1609
1694
|
["path", { d: "M12 8v13", key: "1c76mn" }],
|
|
1610
1695
|
["path", { d: "M19 12v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-7", key: "6wjy6b" }],
|
|
@@ -1616,20 +1701,20 @@ var __iconNode32 = [
|
|
|
1616
1701
|
}
|
|
1617
1702
|
]
|
|
1618
1703
|
];
|
|
1619
|
-
var Gift = createLucideIcon("gift",
|
|
1704
|
+
var Gift = createLucideIcon("gift", __iconNode40);
|
|
1620
1705
|
|
|
1621
1706
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/git-pull-request-arrow.js
|
|
1622
|
-
var
|
|
1707
|
+
var __iconNode41 = [
|
|
1623
1708
|
["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
|
|
1624
1709
|
["path", { d: "M5 9v12", key: "ih889a" }],
|
|
1625
1710
|
["circle", { cx: "19", cy: "18", r: "3", key: "1qljk2" }],
|
|
1626
1711
|
["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
|
|
1627
1712
|
["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }]
|
|
1628
1713
|
];
|
|
1629
|
-
var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow",
|
|
1714
|
+
var GitPullRequestArrow = createLucideIcon("git-pull-request-arrow", __iconNode41);
|
|
1630
1715
|
|
|
1631
1716
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe-lock.js
|
|
1632
|
-
var
|
|
1717
|
+
var __iconNode42 = [
|
|
1633
1718
|
[
|
|
1634
1719
|
"path",
|
|
1635
1720
|
{
|
|
@@ -1641,18 +1726,18 @@ var __iconNode34 = [
|
|
|
1641
1726
|
["path", { d: "M20 6V4a2 2 0 1 0-4 0v2", key: "1of5e8" }],
|
|
1642
1727
|
["rect", { width: "8", height: "5", x: "14", y: "6", rx: "1", key: "1fmf51" }]
|
|
1643
1728
|
];
|
|
1644
|
-
var GlobeLock = createLucideIcon("globe-lock",
|
|
1729
|
+
var GlobeLock = createLucideIcon("globe-lock", __iconNode42);
|
|
1645
1730
|
|
|
1646
1731
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/globe.js
|
|
1647
|
-
var
|
|
1732
|
+
var __iconNode43 = [
|
|
1648
1733
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1649
1734
|
["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
|
|
1650
1735
|
["path", { d: "M2 12h20", key: "9i4pu4" }]
|
|
1651
1736
|
];
|
|
1652
|
-
var Globe = createLucideIcon("globe",
|
|
1737
|
+
var Globe = createLucideIcon("globe", __iconNode43);
|
|
1653
1738
|
|
|
1654
1739
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/grip-vertical.js
|
|
1655
|
-
var
|
|
1740
|
+
var __iconNode44 = [
|
|
1656
1741
|
["circle", { cx: "9", cy: "12", r: "1", key: "1vctgf" }],
|
|
1657
1742
|
["circle", { cx: "9", cy: "5", r: "1", key: "hp0tcf" }],
|
|
1658
1743
|
["circle", { cx: "9", cy: "19", r: "1", key: "fkjjf6" }],
|
|
@@ -1660,10 +1745,10 @@ var __iconNode36 = [
|
|
|
1660
1745
|
["circle", { cx: "15", cy: "5", r: "1", key: "19l28e" }],
|
|
1661
1746
|
["circle", { cx: "15", cy: "19", r: "1", key: "f4zoj3" }]
|
|
1662
1747
|
];
|
|
1663
|
-
var GripVertical = createLucideIcon("grip-vertical",
|
|
1748
|
+
var GripVertical = createLucideIcon("grip-vertical", __iconNode44);
|
|
1664
1749
|
|
|
1665
1750
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/hand-heart.js
|
|
1666
|
-
var
|
|
1751
|
+
var __iconNode45 = [
|
|
1667
1752
|
["path", { d: "M11 14h2a2 2 0 1 0 0-4h-3c-.6 0-1.1.2-1.4.6L3 16", key: "1ifwr1" }],
|
|
1668
1753
|
[
|
|
1669
1754
|
"path",
|
|
@@ -1681,10 +1766,10 @@ var __iconNode37 = [
|
|
|
1681
1766
|
}
|
|
1682
1767
|
]
|
|
1683
1768
|
];
|
|
1684
|
-
var HandHeart = createLucideIcon("hand-heart",
|
|
1769
|
+
var HandHeart = createLucideIcon("hand-heart", __iconNode45);
|
|
1685
1770
|
|
|
1686
1771
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/handshake.js
|
|
1687
|
-
var
|
|
1772
|
+
var __iconNode46 = [
|
|
1688
1773
|
["path", { d: "m11 17 2 2a1 1 0 1 0 3-3", key: "efffak" }],
|
|
1689
1774
|
[
|
|
1690
1775
|
"path",
|
|
@@ -1697,17 +1782,17 @@ var __iconNode38 = [
|
|
|
1697
1782
|
["path", { d: "M3 3 2 14l6.5 6.5a1 1 0 1 0 3-3", key: "1uvwmv" }],
|
|
1698
1783
|
["path", { d: "M3 4h8", key: "1ep09j" }]
|
|
1699
1784
|
];
|
|
1700
|
-
var Handshake = createLucideIcon("handshake",
|
|
1785
|
+
var Handshake = createLucideIcon("handshake", __iconNode46);
|
|
1701
1786
|
|
|
1702
1787
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/highlighter.js
|
|
1703
|
-
var
|
|
1788
|
+
var __iconNode47 = [
|
|
1704
1789
|
["path", { d: "m9 11-6 6v3h9l3-3", key: "1a3l36" }],
|
|
1705
1790
|
["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" }]
|
|
1706
1791
|
];
|
|
1707
|
-
var Highlighter = createLucideIcon("highlighter",
|
|
1792
|
+
var Highlighter = createLucideIcon("highlighter", __iconNode47);
|
|
1708
1793
|
|
|
1709
1794
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/house-plus.js
|
|
1710
|
-
var
|
|
1795
|
+
var __iconNode48 = [
|
|
1711
1796
|
[
|
|
1712
1797
|
"path",
|
|
1713
1798
|
{
|
|
@@ -1719,10 +1804,10 @@ var __iconNode40 = [
|
|
|
1719
1804
|
["path", { d: "M15 6h6", key: "1jlkvy" }],
|
|
1720
1805
|
["path", { d: "M18 3v6", key: "x1uolp" }]
|
|
1721
1806
|
];
|
|
1722
|
-
var HousePlus = createLucideIcon("house-plus",
|
|
1807
|
+
var HousePlus = createLucideIcon("house-plus", __iconNode48);
|
|
1723
1808
|
|
|
1724
1809
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-down.js
|
|
1725
|
-
var
|
|
1810
|
+
var __iconNode49 = [
|
|
1726
1811
|
[
|
|
1727
1812
|
"path",
|
|
1728
1813
|
{
|
|
@@ -1734,10 +1819,10 @@ var __iconNode41 = [
|
|
|
1734
1819
|
["path", { d: "m17 22 3-3", key: "1nkfve" }],
|
|
1735
1820
|
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
|
|
1736
1821
|
];
|
|
1737
|
-
var ImageDown = createLucideIcon("image-down",
|
|
1822
|
+
var ImageDown = createLucideIcon("image-down", __iconNode49);
|
|
1738
1823
|
|
|
1739
1824
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-off.js
|
|
1740
|
-
var
|
|
1825
|
+
var __iconNode50 = [
|
|
1741
1826
|
["line", { x1: "2", x2: "22", y1: "2", y2: "22", key: "a6p6uj" }],
|
|
1742
1827
|
["path", { d: "M10.41 10.41a2 2 0 1 1-2.83-2.83", key: "1bzlo9" }],
|
|
1743
1828
|
["line", { x1: "13.5", x2: "6", y1: "13.5", y2: "21", key: "1q0aeu" }],
|
|
@@ -1751,10 +1836,10 @@ var __iconNode42 = [
|
|
|
1751
1836
|
],
|
|
1752
1837
|
["path", { d: "M21 15V5a2 2 0 0 0-2-2H9", key: "43el77" }]
|
|
1753
1838
|
];
|
|
1754
|
-
var ImageOff = createLucideIcon("image-off",
|
|
1839
|
+
var ImageOff = createLucideIcon("image-off", __iconNode50);
|
|
1755
1840
|
|
|
1756
1841
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/image-up.js
|
|
1757
|
-
var
|
|
1842
|
+
var __iconNode51 = [
|
|
1758
1843
|
[
|
|
1759
1844
|
"path",
|
|
1760
1845
|
{
|
|
@@ -1766,18 +1851,18 @@ var __iconNode43 = [
|
|
|
1766
1851
|
["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
|
|
1767
1852
|
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
|
|
1768
1853
|
];
|
|
1769
|
-
var ImageUp = createLucideIcon("image-up",
|
|
1854
|
+
var ImageUp = createLucideIcon("image-up", __iconNode51);
|
|
1770
1855
|
|
|
1771
1856
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/info.js
|
|
1772
|
-
var
|
|
1857
|
+
var __iconNode52 = [
|
|
1773
1858
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
1774
1859
|
["path", { d: "M12 16v-4", key: "1dtifu" }],
|
|
1775
1860
|
["path", { d: "M12 8h.01", key: "e9boi3" }]
|
|
1776
1861
|
];
|
|
1777
|
-
var Info = createLucideIcon("info",
|
|
1862
|
+
var Info = createLucideIcon("info", __iconNode52);
|
|
1778
1863
|
|
|
1779
1864
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/keyboard.js
|
|
1780
|
-
var
|
|
1865
|
+
var __iconNode53 = [
|
|
1781
1866
|
["path", { d: "M10 8h.01", key: "1r9ogq" }],
|
|
1782
1867
|
["path", { d: "M12 12h.01", key: "1mp3jc" }],
|
|
1783
1868
|
["path", { d: "M14 8h.01", key: "1primd" }],
|
|
@@ -1788,10 +1873,10 @@ var __iconNode45 = [
|
|
|
1788
1873
|
["path", { d: "M8 12h.01", key: "czm47f" }],
|
|
1789
1874
|
["rect", { width: "20", height: "16", x: "2", y: "4", rx: "2", key: "18n3k1" }]
|
|
1790
1875
|
];
|
|
1791
|
-
var Keyboard = createLucideIcon("keyboard",
|
|
1876
|
+
var Keyboard = createLucideIcon("keyboard", __iconNode53);
|
|
1792
1877
|
|
|
1793
1878
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/land-plot.js
|
|
1794
|
-
var
|
|
1879
|
+
var __iconNode54 = [
|
|
1795
1880
|
["path", { d: "m12 8 6-3-6-3v10", key: "mvpnpy" }],
|
|
1796
1881
|
[
|
|
1797
1882
|
"path",
|
|
@@ -1803,54 +1888,71 @@ var __iconNode46 = [
|
|
|
1803
1888
|
["path", { d: "m6.49 12.85 11.02 6.3", key: "1kt42w" }],
|
|
1804
1889
|
["path", { d: "M17.51 12.85 6.5 19.15", key: "v55bdg" }]
|
|
1805
1890
|
];
|
|
1806
|
-
var LandPlot = createLucideIcon("land-plot",
|
|
1891
|
+
var LandPlot = createLucideIcon("land-plot", __iconNode54);
|
|
1807
1892
|
|
|
1808
1893
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/layout-template.js
|
|
1809
|
-
var
|
|
1894
|
+
var __iconNode55 = [
|
|
1810
1895
|
["rect", { width: "18", height: "7", x: "3", y: "3", rx: "1", key: "f1a2em" }],
|
|
1811
1896
|
["rect", { width: "9", height: "7", x: "3", y: "14", rx: "1", key: "jqznyg" }],
|
|
1812
1897
|
["rect", { width: "5", height: "7", x: "16", y: "14", rx: "1", key: "q5h2i8" }]
|
|
1813
1898
|
];
|
|
1814
|
-
var LayoutTemplate = createLucideIcon("layout-template",
|
|
1899
|
+
var LayoutTemplate = createLucideIcon("layout-template", __iconNode55);
|
|
1815
1900
|
|
|
1816
1901
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/library.js
|
|
1817
|
-
var
|
|
1902
|
+
var __iconNode56 = [
|
|
1818
1903
|
["path", { d: "m16 6 4 14", key: "ji33uf" }],
|
|
1819
1904
|
["path", { d: "M12 6v14", key: "1n7gus" }],
|
|
1820
1905
|
["path", { d: "M8 8v12", key: "1gg7y9" }],
|
|
1821
1906
|
["path", { d: "M4 4v16", key: "6qkkli" }]
|
|
1822
1907
|
];
|
|
1823
|
-
var Library = createLucideIcon("library",
|
|
1908
|
+
var Library = createLucideIcon("library", __iconNode56);
|
|
1824
1909
|
|
|
1825
1910
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/link.js
|
|
1826
|
-
var
|
|
1911
|
+
var __iconNode57 = [
|
|
1827
1912
|
["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" }],
|
|
1828
1913
|
["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" }]
|
|
1829
1914
|
];
|
|
1830
|
-
var Link = createLucideIcon("link",
|
|
1915
|
+
var Link = createLucideIcon("link", __iconNode57);
|
|
1916
|
+
|
|
1917
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/list-todo.js
|
|
1918
|
+
var __iconNode58 = [
|
|
1919
|
+
["rect", { x: "3", y: "5", width: "6", height: "6", rx: "1", key: "1defrl" }],
|
|
1920
|
+
["path", { d: "m3 17 2 2 4-4", key: "1jhpwq" }],
|
|
1921
|
+
["path", { d: "M13 6h8", key: "15sg57" }],
|
|
1922
|
+
["path", { d: "M13 12h8", key: "h98zly" }],
|
|
1923
|
+
["path", { d: "M13 18h8", key: "oe0vm4" }]
|
|
1924
|
+
];
|
|
1925
|
+
var ListTodo = createLucideIcon("list-todo", __iconNode58);
|
|
1831
1926
|
|
|
1832
1927
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/loader-circle.js
|
|
1833
|
-
var
|
|
1834
|
-
var LoaderCircle = createLucideIcon("loader-circle",
|
|
1928
|
+
var __iconNode59 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
|
|
1929
|
+
var LoaderCircle = createLucideIcon("loader-circle", __iconNode59);
|
|
1835
1930
|
|
|
1836
1931
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-in.js
|
|
1837
|
-
var
|
|
1932
|
+
var __iconNode60 = [
|
|
1838
1933
|
["path", { d: "m10 17 5-5-5-5", key: "1bsop3" }],
|
|
1839
1934
|
["path", { d: "M15 12H3", key: "6jk70r" }],
|
|
1840
1935
|
["path", { d: "M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4", key: "u53s6r" }]
|
|
1841
1936
|
];
|
|
1842
|
-
var LogIn = createLucideIcon("log-in",
|
|
1937
|
+
var LogIn = createLucideIcon("log-in", __iconNode60);
|
|
1843
1938
|
|
|
1844
1939
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/log-out.js
|
|
1845
|
-
var
|
|
1940
|
+
var __iconNode61 = [
|
|
1846
1941
|
["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
|
|
1847
1942
|
["path", { d: "M21 12H9", key: "dn1m92" }],
|
|
1848
1943
|
["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
|
|
1849
1944
|
];
|
|
1850
|
-
var LogOut = createLucideIcon("log-out",
|
|
1945
|
+
var LogOut = createLucideIcon("log-out", __iconNode61);
|
|
1946
|
+
|
|
1947
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mail.js
|
|
1948
|
+
var __iconNode62 = [
|
|
1949
|
+
["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
|
|
1950
|
+
["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
|
|
1951
|
+
];
|
|
1952
|
+
var Mail = createLucideIcon("mail", __iconNode62);
|
|
1851
1953
|
|
|
1852
1954
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/mouse-pointer-click.js
|
|
1853
|
-
var
|
|
1955
|
+
var __iconNode63 = [
|
|
1854
1956
|
["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
|
|
1855
1957
|
["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
|
|
1856
1958
|
["path", { d: "m6 12-1.9 2", key: "mnht97" }],
|
|
@@ -1863,10 +1965,10 @@ var __iconNode53 = [
|
|
|
1863
1965
|
}
|
|
1864
1966
|
]
|
|
1865
1967
|
];
|
|
1866
|
-
var MousePointerClick = createLucideIcon("mouse-pointer-click",
|
|
1968
|
+
var MousePointerClick = createLucideIcon("mouse-pointer-click", __iconNode63);
|
|
1867
1969
|
|
|
1868
1970
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/palette.js
|
|
1869
|
-
var
|
|
1971
|
+
var __iconNode64 = [
|
|
1870
1972
|
[
|
|
1871
1973
|
"path",
|
|
1872
1974
|
{
|
|
@@ -1879,25 +1981,25 @@ var __iconNode54 = [
|
|
|
1879
1981
|
["circle", { cx: "6.5", cy: "12.5", r: ".5", fill: "currentColor", key: "qy21gx" }],
|
|
1880
1982
|
["circle", { cx: "8.5", cy: "7.5", r: ".5", fill: "currentColor", key: "fotxhn" }]
|
|
1881
1983
|
];
|
|
1882
|
-
var Palette = createLucideIcon("palette",
|
|
1984
|
+
var Palette = createLucideIcon("palette", __iconNode64);
|
|
1883
1985
|
|
|
1884
1986
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panel-left.js
|
|
1885
|
-
var
|
|
1987
|
+
var __iconNode65 = [
|
|
1886
1988
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
1887
1989
|
["path", { d: "M9 3v18", key: "fh3hqa" }]
|
|
1888
1990
|
];
|
|
1889
|
-
var PanelLeft = createLucideIcon("panel-left",
|
|
1991
|
+
var PanelLeft = createLucideIcon("panel-left", __iconNode65);
|
|
1890
1992
|
|
|
1891
1993
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/panels-top-left.js
|
|
1892
|
-
var
|
|
1994
|
+
var __iconNode66 = [
|
|
1893
1995
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
1894
1996
|
["path", { d: "M3 9h18", key: "1pudct" }],
|
|
1895
1997
|
["path", { d: "M9 21V9", key: "1oto5p" }]
|
|
1896
1998
|
];
|
|
1897
|
-
var PanelsTopLeft = createLucideIcon("panels-top-left",
|
|
1999
|
+
var PanelsTopLeft = createLucideIcon("panels-top-left", __iconNode66);
|
|
1898
2000
|
|
|
1899
2001
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pencil.js
|
|
1900
|
-
var
|
|
2002
|
+
var __iconNode67 = [
|
|
1901
2003
|
[
|
|
1902
2004
|
"path",
|
|
1903
2005
|
{
|
|
@@ -1907,18 +2009,18 @@ var __iconNode57 = [
|
|
|
1907
2009
|
],
|
|
1908
2010
|
["path", { d: "m15 5 4 4", key: "1mk7zo" }]
|
|
1909
2011
|
];
|
|
1910
|
-
var Pencil = createLucideIcon("pencil",
|
|
2012
|
+
var Pencil = createLucideIcon("pencil", __iconNode67);
|
|
1911
2013
|
|
|
1912
2014
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/pi.js
|
|
1913
|
-
var
|
|
2015
|
+
var __iconNode68 = [
|
|
1914
2016
|
["line", { x1: "9", x2: "9", y1: "4", y2: "20", key: "ovs5a5" }],
|
|
1915
2017
|
["path", { d: "M4 7c0-1.7 1.3-3 3-3h13", key: "10pag4" }],
|
|
1916
2018
|
["path", { d: "M18 20c-1.7 0-3-1.3-3-3V4", key: "1gaosr" }]
|
|
1917
2019
|
];
|
|
1918
|
-
var Pi = createLucideIcon("pi",
|
|
2020
|
+
var Pi = createLucideIcon("pi", __iconNode68);
|
|
1919
2021
|
|
|
1920
2022
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/receipt-text.js
|
|
1921
|
-
var
|
|
2023
|
+
var __iconNode69 = [
|
|
1922
2024
|
[
|
|
1923
2025
|
"path",
|
|
1924
2026
|
{ 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" }
|
|
@@ -1927,10 +2029,19 @@ var __iconNode59 = [
|
|
|
1927
2029
|
["path", { d: "M16 12H8", key: "1fr5h0" }],
|
|
1928
2030
|
["path", { d: "M13 16H8", key: "wsln4y" }]
|
|
1929
2031
|
];
|
|
1930
|
-
var ReceiptText = createLucideIcon("receipt-text",
|
|
2032
|
+
var ReceiptText = createLucideIcon("receipt-text", __iconNode69);
|
|
2033
|
+
|
|
2034
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/refresh-ccw.js
|
|
2035
|
+
var __iconNode70 = [
|
|
2036
|
+
["path", { d: "M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "14sxne" }],
|
|
2037
|
+
["path", { d: "M3 3v5h5", key: "1xhq8a" }],
|
|
2038
|
+
["path", { d: "M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16", key: "1hlbsb" }],
|
|
2039
|
+
["path", { d: "M16 16h5v5", key: "ccwih5" }]
|
|
2040
|
+
];
|
|
2041
|
+
var RefreshCcw = createLucideIcon("refresh-ccw", __iconNode70);
|
|
1931
2042
|
|
|
1932
2043
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/regex.js
|
|
1933
|
-
var
|
|
2044
|
+
var __iconNode71 = [
|
|
1934
2045
|
["path", { d: "M17 3v10", key: "15fgeh" }],
|
|
1935
2046
|
["path", { d: "m12.67 5.5 8.66 5", key: "1gpheq" }],
|
|
1936
2047
|
["path", { d: "m12.67 10.5 8.66-5", key: "1dkfa6" }],
|
|
@@ -1939,10 +2050,10 @@ var __iconNode60 = [
|
|
|
1939
2050
|
{ 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" }
|
|
1940
2051
|
]
|
|
1941
2052
|
];
|
|
1942
|
-
var Regex = createLucideIcon("regex",
|
|
2053
|
+
var Regex = createLucideIcon("regex", __iconNode71);
|
|
1943
2054
|
|
|
1944
2055
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/replace.js
|
|
1945
|
-
var
|
|
2056
|
+
var __iconNode72 = [
|
|
1946
2057
|
["path", { d: "M14 4a2 2 0 0 1 2-2", key: "1w2hp7" }],
|
|
1947
2058
|
["path", { d: "M16 10a2 2 0 0 1-2-2", key: "shjach" }],
|
|
1948
2059
|
["path", { d: "M20 2a2 2 0 0 1 2 2", key: "188mtx" }],
|
|
@@ -1951,52 +2062,65 @@ var __iconNode61 = [
|
|
|
1951
2062
|
["path", { d: "M6 10V5a3 3 0 0 1 3-3h1", key: "3y3t5z" }],
|
|
1952
2063
|
["rect", { x: "2", y: "14", width: "8", height: "8", rx: "2", key: "4rksxw" }]
|
|
1953
2064
|
];
|
|
1954
|
-
var Replace = createLucideIcon("replace",
|
|
2065
|
+
var Replace = createLucideIcon("replace", __iconNode72);
|
|
1955
2066
|
|
|
1956
2067
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/rss.js
|
|
1957
|
-
var
|
|
2068
|
+
var __iconNode73 = [
|
|
1958
2069
|
["path", { d: "M4 11a9 9 0 0 1 9 9", key: "pv89mb" }],
|
|
1959
2070
|
["path", { d: "M4 4a16 16 0 0 1 16 16", key: "k0647b" }],
|
|
1960
2071
|
["circle", { cx: "5", cy: "19", r: "1", key: "bfqh0e" }]
|
|
1961
2072
|
];
|
|
1962
|
-
var Rss = createLucideIcon("rss",
|
|
2073
|
+
var Rss = createLucideIcon("rss", __iconNode73);
|
|
1963
2074
|
|
|
1964
2075
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/scale.js
|
|
1965
|
-
var
|
|
2076
|
+
var __iconNode74 = [
|
|
1966
2077
|
["path", { d: "m16 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "7g6ntu" }],
|
|
1967
2078
|
["path", { d: "m2 16 3-8 3 8c-.87.65-1.92 1-3 1s-2.13-.35-3-1Z", key: "ijws7r" }],
|
|
1968
2079
|
["path", { d: "M7 21h10", key: "1b0cd5" }],
|
|
1969
2080
|
["path", { d: "M12 3v18", key: "108xh3" }],
|
|
1970
2081
|
["path", { d: "M3 7h2c2 0 5-1 7-2 2 1 5 2 7 2h2", key: "3gwbw2" }]
|
|
1971
2082
|
];
|
|
1972
|
-
var Scale = createLucideIcon("scale",
|
|
2083
|
+
var Scale = createLucideIcon("scale", __iconNode74);
|
|
1973
2084
|
|
|
1974
2085
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js
|
|
1975
|
-
var
|
|
2086
|
+
var __iconNode75 = [
|
|
1976
2087
|
["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
|
|
1977
2088
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
|
|
1978
2089
|
];
|
|
1979
|
-
var Search = createLucideIcon("search",
|
|
2090
|
+
var Search = createLucideIcon("search", __iconNode75);
|
|
2091
|
+
|
|
2092
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/send-horizontal.js
|
|
2093
|
+
var __iconNode76 = [
|
|
2094
|
+
[
|
|
2095
|
+
"path",
|
|
2096
|
+
{
|
|
2097
|
+
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",
|
|
2098
|
+
key: "117uat"
|
|
2099
|
+
}
|
|
2100
|
+
],
|
|
2101
|
+
["path", { d: "M6 12h16", key: "s4cdu5" }]
|
|
2102
|
+
];
|
|
2103
|
+
var SendHorizontal = createLucideIcon("send-horizontal", __iconNode76);
|
|
1980
2104
|
|
|
1981
2105
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/server.js
|
|
1982
|
-
var
|
|
2106
|
+
var __iconNode77 = [
|
|
1983
2107
|
["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
|
|
1984
2108
|
["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
|
|
1985
2109
|
["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
|
|
1986
2110
|
["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
|
|
1987
2111
|
];
|
|
1988
|
-
var Server = createLucideIcon("server",
|
|
2112
|
+
var Server = createLucideIcon("server", __iconNode77);
|
|
1989
2113
|
|
|
1990
2114
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/share.js
|
|
1991
|
-
var
|
|
2115
|
+
var __iconNode78 = [
|
|
1992
2116
|
["path", { d: "M12 2v13", key: "1km8f5" }],
|
|
1993
2117
|
["path", { d: "m16 6-4-4-4 4", key: "13yo43" }],
|
|
1994
2118
|
["path", { d: "M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8", key: "1b2hhj" }]
|
|
1995
2119
|
];
|
|
1996
|
-
var Share = createLucideIcon("share",
|
|
2120
|
+
var Share = createLucideIcon("share", __iconNode78);
|
|
1997
2121
|
|
|
1998
2122
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/shield-user.js
|
|
1999
|
-
var
|
|
2123
|
+
var __iconNode79 = [
|
|
2000
2124
|
[
|
|
2001
2125
|
"path",
|
|
2002
2126
|
{
|
|
@@ -2007,10 +2131,22 @@ var __iconNode67 = [
|
|
|
2007
2131
|
["path", { d: "M6.376 18.91a6 6 0 0 1 11.249.003", key: "hnjrf2" }],
|
|
2008
2132
|
["circle", { cx: "12", cy: "11", r: "4", key: "1gt34v" }]
|
|
2009
2133
|
];
|
|
2010
|
-
var ShieldUser = createLucideIcon("shield-user",
|
|
2134
|
+
var ShieldUser = createLucideIcon("shield-user", __iconNode79);
|
|
2135
|
+
|
|
2136
|
+
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sigma.js
|
|
2137
|
+
var __iconNode80 = [
|
|
2138
|
+
[
|
|
2139
|
+
"path",
|
|
2140
|
+
{
|
|
2141
|
+
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",
|
|
2142
|
+
key: "wuwx1p"
|
|
2143
|
+
}
|
|
2144
|
+
]
|
|
2145
|
+
];
|
|
2146
|
+
var Sigma = createLucideIcon("sigma", __iconNode80);
|
|
2011
2147
|
|
|
2012
2148
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/sparkles.js
|
|
2013
|
-
var
|
|
2149
|
+
var __iconNode81 = [
|
|
2014
2150
|
[
|
|
2015
2151
|
"path",
|
|
2016
2152
|
{
|
|
@@ -2023,10 +2159,10 @@ var __iconNode68 = [
|
|
|
2023
2159
|
["path", { d: "M4 17v2", key: "vumght" }],
|
|
2024
2160
|
["path", { d: "M5 18H3", key: "zchphs" }]
|
|
2025
2161
|
];
|
|
2026
|
-
var Sparkles = createLucideIcon("sparkles",
|
|
2162
|
+
var Sparkles = createLucideIcon("sparkles", __iconNode81);
|
|
2027
2163
|
|
|
2028
2164
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/spline-pointer.js
|
|
2029
|
-
var
|
|
2165
|
+
var __iconNode82 = [
|
|
2030
2166
|
[
|
|
2031
2167
|
"path",
|
|
2032
2168
|
{
|
|
@@ -2038,10 +2174,10 @@ var __iconNode69 = [
|
|
|
2038
2174
|
["circle", { cx: "19", cy: "5", r: "2", key: "mhkx31" }],
|
|
2039
2175
|
["circle", { cx: "5", cy: "19", r: "2", key: "v8kfzx" }]
|
|
2040
2176
|
];
|
|
2041
|
-
var SplinePointer = createLucideIcon("spline-pointer",
|
|
2177
|
+
var SplinePointer = createLucideIcon("spline-pointer", __iconNode82);
|
|
2042
2178
|
|
|
2043
2179
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-dashed-bottom-code.js
|
|
2044
|
-
var
|
|
2180
|
+
var __iconNode83 = [
|
|
2045
2181
|
["path", { d: "M10 9.5 8 12l2 2.5", key: "3mjy60" }],
|
|
2046
2182
|
["path", { d: "M14 21h1", key: "v9vybs" }],
|
|
2047
2183
|
["path", { d: "m14 9.5 2 2.5-2 2.5", key: "1bir2l" }],
|
|
@@ -2051,18 +2187,18 @@ var __iconNode70 = [
|
|
|
2051
2187
|
],
|
|
2052
2188
|
["path", { d: "M9 21h1", key: "15o7lz" }]
|
|
2053
2189
|
];
|
|
2054
|
-
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code",
|
|
2190
|
+
var SquareDashedBottomCode = createLucideIcon("square-dashed-bottom-code", __iconNode83);
|
|
2055
2191
|
|
|
2056
2192
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/square-terminal.js
|
|
2057
|
-
var
|
|
2193
|
+
var __iconNode84 = [
|
|
2058
2194
|
["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
|
|
2059
2195
|
["path", { d: "M11 13h4", key: "1p7l4v" }],
|
|
2060
2196
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
|
|
2061
2197
|
];
|
|
2062
|
-
var SquareTerminal = createLucideIcon("square-terminal",
|
|
2198
|
+
var SquareTerminal = createLucideIcon("square-terminal", __iconNode84);
|
|
2063
2199
|
|
|
2064
2200
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/star.js
|
|
2065
|
-
var
|
|
2201
|
+
var __iconNode85 = [
|
|
2066
2202
|
[
|
|
2067
2203
|
"path",
|
|
2068
2204
|
{
|
|
@@ -2071,26 +2207,26 @@ var __iconNode72 = [
|
|
|
2071
2207
|
}
|
|
2072
2208
|
]
|
|
2073
2209
|
];
|
|
2074
|
-
var Star = createLucideIcon("star",
|
|
2210
|
+
var Star = createLucideIcon("star", __iconNode85);
|
|
2075
2211
|
|
|
2076
2212
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/tablets.js
|
|
2077
|
-
var
|
|
2213
|
+
var __iconNode86 = [
|
|
2078
2214
|
["circle", { cx: "7", cy: "7", r: "5", key: "x29byf" }],
|
|
2079
2215
|
["circle", { cx: "17", cy: "17", r: "5", key: "1op1d2" }],
|
|
2080
2216
|
["path", { d: "M12 17h10", key: "ls21zv" }],
|
|
2081
2217
|
["path", { d: "m3.46 10.54 7.08-7.08", key: "1rehiu" }]
|
|
2082
2218
|
];
|
|
2083
|
-
var Tablets = createLucideIcon("tablets",
|
|
2219
|
+
var Tablets = createLucideIcon("tablets", __iconNode86);
|
|
2084
2220
|
|
|
2085
2221
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/terminal.js
|
|
2086
|
-
var
|
|
2222
|
+
var __iconNode87 = [
|
|
2087
2223
|
["path", { d: "M12 19h8", key: "baeox8" }],
|
|
2088
2224
|
["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
|
|
2089
2225
|
];
|
|
2090
|
-
var Terminal = createLucideIcon("terminal",
|
|
2226
|
+
var Terminal = createLucideIcon("terminal", __iconNode87);
|
|
2091
2227
|
|
|
2092
2228
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/twitter.js
|
|
2093
|
-
var
|
|
2229
|
+
var __iconNode88 = [
|
|
2094
2230
|
[
|
|
2095
2231
|
"path",
|
|
2096
2232
|
{
|
|
@@ -2099,17 +2235,17 @@ var __iconNode75 = [
|
|
|
2099
2235
|
}
|
|
2100
2236
|
]
|
|
2101
2237
|
];
|
|
2102
|
-
var Twitter = createLucideIcon("twitter",
|
|
2238
|
+
var Twitter = createLucideIcon("twitter", __iconNode88);
|
|
2103
2239
|
|
|
2104
2240
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/x.js
|
|
2105
|
-
var
|
|
2241
|
+
var __iconNode89 = [
|
|
2106
2242
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
2107
2243
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
2108
2244
|
];
|
|
2109
|
-
var X = createLucideIcon("x",
|
|
2245
|
+
var X = createLucideIcon("x", __iconNode89);
|
|
2110
2246
|
|
|
2111
2247
|
// ../../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/zap.js
|
|
2112
|
-
var
|
|
2248
|
+
var __iconNode90 = [
|
|
2113
2249
|
[
|
|
2114
2250
|
"path",
|
|
2115
2251
|
{
|
|
@@ -2118,7 +2254,7 @@ var __iconNode77 = [
|
|
|
2118
2254
|
}
|
|
2119
2255
|
]
|
|
2120
2256
|
];
|
|
2121
|
-
var Zap = createLucideIcon("zap",
|
|
2257
|
+
var Zap = createLucideIcon("zap", __iconNode90);
|
|
2122
2258
|
|
|
2123
2259
|
// ../base-ui/src/components/global-icon.tsx
|
|
2124
2260
|
var import_react31 = __toESM(require("react"), 1);
|
|
@@ -2319,6 +2455,7 @@ lucide-react/dist/esm/icons/bring-to-front.js:
|
|
|
2319
2455
|
lucide-react/dist/esm/icons/bug.js:
|
|
2320
2456
|
lucide-react/dist/esm/icons/building-2.js:
|
|
2321
2457
|
lucide-react/dist/esm/icons/car.js:
|
|
2458
|
+
lucide-react/dist/esm/icons/check-check.js:
|
|
2322
2459
|
lucide-react/dist/esm/icons/check.js:
|
|
2323
2460
|
lucide-react/dist/esm/icons/chevron-down.js:
|
|
2324
2461
|
lucide-react/dist/esm/icons/chevron-left.js:
|
|
@@ -2328,6 +2465,7 @@ lucide-react/dist/esm/icons/circle-alert.js:
|
|
|
2328
2465
|
lucide-react/dist/esm/icons/circle-small.js:
|
|
2329
2466
|
lucide-react/dist/esm/icons/circle.js:
|
|
2330
2467
|
lucide-react/dist/esm/icons/component.js:
|
|
2468
|
+
lucide-react/dist/esm/icons/copy.js:
|
|
2331
2469
|
lucide-react/dist/esm/icons/cpu.js:
|
|
2332
2470
|
lucide-react/dist/esm/icons/database-zap.js:
|
|
2333
2471
|
lucide-react/dist/esm/icons/dot.js:
|
|
@@ -2336,8 +2474,14 @@ lucide-react/dist/esm/icons/ellipsis.js:
|
|
|
2336
2474
|
lucide-react/dist/esm/icons/external-link.js:
|
|
2337
2475
|
lucide-react/dist/esm/icons/eye.js:
|
|
2338
2476
|
lucide-react/dist/esm/icons/facebook.js:
|
|
2477
|
+
lucide-react/dist/esm/icons/file-down.js:
|
|
2478
|
+
lucide-react/dist/esm/icons/file-input.js:
|
|
2339
2479
|
lucide-react/dist/esm/icons/file-lock-2.js:
|
|
2480
|
+
lucide-react/dist/esm/icons/file-up.js:
|
|
2481
|
+
lucide-react/dist/esm/icons/file.js:
|
|
2340
2482
|
lucide-react/dist/esm/icons/fingerprint.js:
|
|
2483
|
+
lucide-react/dist/esm/icons/folder-open.js:
|
|
2484
|
+
lucide-react/dist/esm/icons/folder.js:
|
|
2341
2485
|
lucide-react/dist/esm/icons/gift.js:
|
|
2342
2486
|
lucide-react/dist/esm/icons/git-pull-request-arrow.js:
|
|
2343
2487
|
lucide-react/dist/esm/icons/globe-lock.js:
|
|
@@ -2356,9 +2500,11 @@ lucide-react/dist/esm/icons/land-plot.js:
|
|
|
2356
2500
|
lucide-react/dist/esm/icons/layout-template.js:
|
|
2357
2501
|
lucide-react/dist/esm/icons/library.js:
|
|
2358
2502
|
lucide-react/dist/esm/icons/link.js:
|
|
2503
|
+
lucide-react/dist/esm/icons/list-todo.js:
|
|
2359
2504
|
lucide-react/dist/esm/icons/loader-circle.js:
|
|
2360
2505
|
lucide-react/dist/esm/icons/log-in.js:
|
|
2361
2506
|
lucide-react/dist/esm/icons/log-out.js:
|
|
2507
|
+
lucide-react/dist/esm/icons/mail.js:
|
|
2362
2508
|
lucide-react/dist/esm/icons/mouse-pointer-click.js:
|
|
2363
2509
|
lucide-react/dist/esm/icons/palette.js:
|
|
2364
2510
|
lucide-react/dist/esm/icons/panel-left.js:
|
|
@@ -2366,14 +2512,17 @@ lucide-react/dist/esm/icons/panels-top-left.js:
|
|
|
2366
2512
|
lucide-react/dist/esm/icons/pencil.js:
|
|
2367
2513
|
lucide-react/dist/esm/icons/pi.js:
|
|
2368
2514
|
lucide-react/dist/esm/icons/receipt-text.js:
|
|
2515
|
+
lucide-react/dist/esm/icons/refresh-ccw.js:
|
|
2369
2516
|
lucide-react/dist/esm/icons/regex.js:
|
|
2370
2517
|
lucide-react/dist/esm/icons/replace.js:
|
|
2371
2518
|
lucide-react/dist/esm/icons/rss.js:
|
|
2372
2519
|
lucide-react/dist/esm/icons/scale.js:
|
|
2373
2520
|
lucide-react/dist/esm/icons/search.js:
|
|
2521
|
+
lucide-react/dist/esm/icons/send-horizontal.js:
|
|
2374
2522
|
lucide-react/dist/esm/icons/server.js:
|
|
2375
2523
|
lucide-react/dist/esm/icons/share.js:
|
|
2376
2524
|
lucide-react/dist/esm/icons/shield-user.js:
|
|
2525
|
+
lucide-react/dist/esm/icons/sigma.js:
|
|
2377
2526
|
lucide-react/dist/esm/icons/sparkles.js:
|
|
2378
2527
|
lucide-react/dist/esm/icons/spline-pointer.js:
|
|
2379
2528
|
lucide-react/dist/esm/icons/square-dashed-bottom-code.js:
|