/** * ListsEmptyState — shown in ListsIndex when the user has no lists. * * UI-SPEC §ListsEmptyState: * - Center-aligned in the list-index scrollable area * - Icon: ClipboardList (lucide-react, 32px, --color-text-muted) * - Heading: "No lists yet" (--text-heading-*) * - Body: "Tap + to create your first shared list — Groceries, Gift Ideas, or anything else." * * T-04-06 XSS guard: all text is static plain-text JSX children (no user input). */ import { ClipboardList } from 'lucide-react' export function ListsEmptyState() { return (