import {Building2, Coffee, Stethoscope, UtensilsCrossed} from 'lucide-react'; import type {IndustryType} from '@o2o/shared'; /** 업종 아이콘. lucide 하나로 통일한다 — 손으로 그린 SVG 세트를 따로 두지 않는다. */ export const INDUSTRY_ICONS: Record = { stay: Building2, cafe: Coffee, restaurant: UtensilsCrossed, clinic: Stethoscope, };