From 4a50d125c67a5bfaaa6c8b65b265989645edd722 Mon Sep 17 00:00:00 2001 From: Arnaud Nelissen Date: Mon, 15 Jun 2026 20:01:43 +0200 Subject: [PATCH] fix(event-icon): add Activity icon for SYMPTOM type --- src/components/event-icon.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/event-icon.tsx b/src/components/event-icon.tsx index 1e57c42..5c467cf 100644 --- a/src/components/event-icon.tsx +++ b/src/components/event-icon.tsx @@ -11,6 +11,7 @@ import { Bath, Footprints, Baby, + Activity, LucideProps, } from "lucide-react"; @@ -27,6 +28,7 @@ const ICONS: Record> = { Bath, Footprints, Baby, + Activity, }; interface EventIconProps extends LucideProps {