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,
Footprints,
Baby,
Activity,
LucideProps,
} from "lucide-react";
@@ -27,6 +28,7 @@ const ICONS: Record<string, React.FC<LucideProps>> = {
Bath,
Footprints,
Baby,
Activity,
};
interface EventIconProps extends LucideProps {