Skip to content

Commit 74e0fcb

Browse files
committed
Add missing icons
1 parent c8433fe commit 74e0fcb

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

src/components/MenuItemIcon.tsx

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
33
import {
44
Book,
55
Zap,
6+
HousePlus,
7+
ShieldUser,
8+
Braces,
69
Key,
10+
LayoutDashboard,
711
Shield,
8-
GitPullRequest,
912
CircleUserRound,
13+
UserPlus,
1014
FileTerminal,
1115
FileCode,
1216
HardDrive,
@@ -15,45 +19,27 @@ import {
1519
ArrowRight,
1620
Settings,
1721
Server,
18-
Mail,
22+
WandSparkles,
23+
FileUser,
1924
Smartphone,
2025
Share2,
2126
Building,
2227
RectangleEllipsis,
2328
Bot,
24-
Layers,
2529
Fingerprint,
26-
MailCheck,
2730
ShieldCheck,
2831
Clock,
2932
UserCheck,
30-
ShieldAlert,
31-
Timer,
32-
UserCog,
33-
Link,
34-
BarChart3,
3533
Puzzle,
36-
Cloud,
37-
Triangle,
38-
Database,
3934
Workflow,
40-
Globe,
41-
Folder,
42-
FileText,
4335
Monitor,
44-
Code,
4536
Bug,
46-
Wrench,
4737
Palette,
48-
FlaskConical,
49-
BookOpenCheck,
5038
Cpu,
5139
Hash,
5240
History,
53-
Construction,
5441
Play,
55-
ChevronRight,
56-
Lightbulb,
42+
MailCheck,
5743
} from "lucide-react";
5844

5945
import VercelLogo from "/img/logos/vercel.svg";
@@ -80,7 +66,7 @@ const categoryIcons = {
8066

8167
// Authentication methods
8268
"Email Password": RectangleEllipsis,
83-
Passwordless: Smartphone,
69+
Passwordless: WandSparkles,
8470
"Social Login": CircleUserRound,
8571
"Enterprise Login": Building,
8672
"Unified Login": Share2,
@@ -108,7 +94,7 @@ const categoryIcons = {
10894
"SuperTokens Core": Cpu,
10995

11096
// Authentication reference subcategories
111-
"Email/Password": Mail,
97+
"Email/Password": RectangleEllipsis,
11298
ThirdParty: Share2,
11399
WebAuthn: Fingerprint,
114100
OAuth: Key,
@@ -118,6 +104,16 @@ const categoryIcons = {
118104
OTP: Smartphone,
119105
SAML: Building,
120106

107+
// CDI/FDI
108+
"Email Verification": MailCheck,
109+
"Account Linking": FileUser,
110+
"Bulk Import": UserPlus,
111+
Core: Cpu,
112+
Dashboard: LayoutDashboard,
113+
"User Metadata": Braces,
114+
"User Roles": ShieldUser,
115+
Multitenancy: HousePlus,
116+
121117
// Quickstart guides and workflows
122118
"Quickstart Guides": Zap,
123119
"Advanced Workflows": Workflow,

0 commit comments

Comments
 (0)