/* global React */ // Lucide icon helper — renders and relies on root calling lucide.createIcons(). function Icon({ name, size = 20, stroke = 1.75, color, style = {} }) { return ( ); } window.Icon = Icon;