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