import { DollarSign } from "lucide-react"; export function BudgetSidebarMarker({ title = "Paused by budget" }: { title?: string }) { return ( ); }