fix(event-icon): add Activity icon for SYMPTOM type
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user