fix(event-icon): add Activity icon for SYMPTOM type

This commit is contained in:
2026-06-15 20:01:43 +02:00
parent 4bf6486e0f
commit 4a50d125c6
+2
View File
@@ -11,6 +11,7 @@ import {
Bath, Bath,
Footprints, Footprints,
Baby, Baby,
Activity,
LucideProps, LucideProps,
} from "lucide-react"; } from "lucide-react";
@@ -27,6 +28,7 @@ const ICONS: Record<string, React.FC<LucideProps>> = {
Bath, Bath,
Footprints, Footprints,
Baby, Baby,
Activity,
}; };
interface EventIconProps extends LucideProps { interface EventIconProps extends LucideProps {