106 lines
1.3 KiB
TypeScript
106 lines
1.3 KiB
TypeScript
// Centralized icon exports from lucide-react
|
|
// This file helps optimize imports and provides a single source of truth for icons
|
|
|
|
// Layout & Navigation Icons
|
|
export {
|
|
Shield,
|
|
ArrowLeft,
|
|
ArrowRight,
|
|
Home,
|
|
Menu,
|
|
X,
|
|
ChevronRight,
|
|
ChevronDown,
|
|
ChevronUp,
|
|
MoreHorizontal,
|
|
LayoutDashboard
|
|
} from "lucide-react"
|
|
|
|
// User & Authentication Icons
|
|
export {
|
|
Users,
|
|
User,
|
|
UserCheck,
|
|
UserPlus,
|
|
Key,
|
|
Lock,
|
|
Unlock,
|
|
LogOut
|
|
} from "lucide-react"
|
|
|
|
// Document & File Icons
|
|
export {
|
|
FileText,
|
|
File,
|
|
Files,
|
|
Folder,
|
|
FolderOpen,
|
|
FolderPlus,
|
|
Download,
|
|
Upload,
|
|
Share2,
|
|
Edit,
|
|
Copy,
|
|
Archive,
|
|
FileCheck
|
|
} from "lucide-react"
|
|
|
|
// Status & Feedback Icons
|
|
export {
|
|
CheckCircle,
|
|
XCircle,
|
|
AlertCircle,
|
|
AlertTriangle,
|
|
Info,
|
|
Clock,
|
|
Activity,
|
|
TrendingUp,
|
|
Zap,
|
|
ShieldCheck
|
|
} from "lucide-react"
|
|
|
|
// Action Icons
|
|
export {
|
|
Plus,
|
|
Search,
|
|
Settings,
|
|
Trash2,
|
|
Eye,
|
|
EyeOff,
|
|
RefreshCw,
|
|
Save,
|
|
Send,
|
|
Filter,
|
|
SortAsc,
|
|
SortDesc
|
|
} from "lucide-react"
|
|
|
|
// Technology & Development Icons
|
|
export {
|
|
Code,
|
|
Database,
|
|
HardDrive,
|
|
Globe,
|
|
Monitor,
|
|
Smartphone,
|
|
TestTube,
|
|
Calendar
|
|
} from "lucide-react"
|
|
|
|
// Formation & Learning Icons
|
|
export {
|
|
BookOpen,
|
|
Award,
|
|
GraduationCap
|
|
} from "lucide-react"
|
|
|
|
// Communication Icons
|
|
export {
|
|
Mail,
|
|
MessageCircle,
|
|
Phone,
|
|
Video,
|
|
Bell,
|
|
MapPin
|
|
} from "lucide-react"
|