import { AlertCircle, AlertTriangle, PackageX, ShieldAlert, Siren } from "lucide-react" import { CRIME_RATE_COLORS } from "@/app/_utils/const/map" export function MapLegend() { return (
Crime Rates
Low
Medium
High
Critical
Incident Types
General
Theft
Accident
Violence
Juvenile
) }