Files
mcphub/frontend/src/components/icons/LucideIcons.tsx

66 lines
721 B
TypeScript

import {
ChevronDown,
ChevronRight,
Edit,
Trash,
Copy,
Check,
User,
Settings,
LogOut,
Info,
Play,
Loader,
CheckCircle,
XCircle,
AlertCircle,
Link,
FileCode,
ChevronDown as DropdownIcon,
Wrench
} from 'lucide-react'
export {
ChevronDown,
ChevronRight,
Edit,
Trash,
Copy,
Check,
User,
Settings,
LogOut,
Info,
Play,
Loader,
CheckCircle,
XCircle,
AlertCircle,
Link,
FileCode,
DropdownIcon,
Wrench
}
const LucideIcons = {
ChevronDown,
ChevronRight,
Edit,
Trash,
Copy,
Check,
User,
Settings,
LogOut,
Info,
Play,
Loader,
CheckCircle,
XCircle,
AlertCircle,
Link,
FileCode,
DropdownIcon
}
export default LucideIcons