import { NavLink } from 'react-router-dom'; import { Home, AlertTriangle, Stethoscope, Video, Pill, Wrench } from 'lucide-react'; interface NavItem { path: string; icon: React.ReactNode; label: string; } const navItems: NavItem[] = [ { path: '/', icon: , label: 'Home' }, { path: '/soporte-vital', icon: , label: 'Soporte' }, { path: '/patologias', icon: , label: 'PatologĂ­as' }, { path: '/escena', icon: