Files
umami/src/components/icons.ts
T
2025-09-25 20:46:00 -07:00

15 lines
323 B
TypeScript

export * from 'lucide-react';
export {
Compare as CompareSvg,
Funnel as FunnelSvg,
Lightning as LightningSvg,
Location as LocationSvg,
Logo as LogoSvg,
Magnet as MagnetSvg,
Money as MoneySvg,
Network as NetworkSvg,
Path as PathSvg,
Switch as SwitchSvg,
Target as TargetSvg,
} from '@/components/svg';