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 {