From a61d4b98c0cc7b766eb03872d657f898d255fe3b Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 20:44:59 +0000 Subject: [PATCH] Expand lucide imports cgen-649e81a3c4e8448fb6f23147a9ed4d01 --- client/pages/Community.tsx | 44 ++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 1fdfaf80..f2f91fd8 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -18,23 +18,45 @@ import { aethexToast } from "@/lib/aethex-toast"; import { cn } from "@/lib/utils"; import { Link } from "react-router-dom"; import { - Users, - MessageCircle, - Github, - MessageSquare, - Twitter, + AlertTriangle, + ArrowDown, ArrowRight, - Star, - Calendar, - MapPin, Award, - TrendingUp, - Heart, + BarChart3, + Calendar, + CheckCircle, + ClipboardList, + Clock, Coffee, Code, + Flag, + FolderGit2, Gamepad2, - CheckCircle, + Gavel, + Github, + Hash, + Headphones, + Heart, + Image, + Layers, Loader2, + MapPin, + MessageCircle, + MessageSquare, + MessageSquarePlus, + MessageSquareText, + Mic, + Puzzle, + Shield, + Sparkles, + Star, + TrendingUp, + Twitter, + Users, + UserCircle, + Video, + Vote, + type LucideIcon, } from "lucide-react"; type EventStatus = "Registration Open" | "Recurring" | "Upcoming" | "Waitlist";