mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 05:37:20 +01:00
33 lines
460 B
TypeScript
33 lines
460 B
TypeScript
export {
|
|
AlertTriangle as Alert,
|
|
ArrowRight as Arrow,
|
|
Calendar,
|
|
ChevronRight as Chevron,
|
|
X as Close,
|
|
Copy,
|
|
Edit,
|
|
Ellipsis,
|
|
Eye,
|
|
ExternalLink,
|
|
Globe,
|
|
Grid2X2,
|
|
LayoutDashboard,
|
|
Link,
|
|
ListFilter,
|
|
LockKeyhole,
|
|
LogOut,
|
|
Menu,
|
|
Moon,
|
|
MoreHorizontal as More,
|
|
PanelLeft,
|
|
Plus,
|
|
RefreshCw as Refresh,
|
|
Settings,
|
|
Share,
|
|
Slash,
|
|
SquarePen,
|
|
Sun,
|
|
Trash,
|
|
Users,
|
|
} from 'lucide-react';
|
|
export * from '@/components/svg';
|