import { Gem, Sparkles, Scroll, Droplet, Trash2, Search, Package, Sword, Shield, Shirt, Crown, ArrowUpDown, Wrench, AlertTriangle } from 'lucide-react'; import type { EquipmentCategory } from '@/lib/game/data/equipment'; export const CATEGORY_ICONS: Record = { caster: Sword, shield: Shield, catalyst: Sparkles, head: Crown, body: Shirt, hands: Wrench, feet: Package, accessory: Gem, };