// Lucide-style inline icons (1.75px stroke, rounded caps to match brand) // Exported to window so other Babel script files can use them. const I = ({ d, size = 20, sw = 1.75, fill = 'none', children, viewBox = '0 0 24 24', style }) => ( {d ? : children} ); const Icons = { Check: (p) => , Plus: (p) => , X: (p) => , ArrowR: (p) => , ArrowL: (p) => , Play: (p) => , Pause: (p) => , Zap: (p) => , Calendar:(p) => , Clock: (p) => , Lightbulb: (p) => , Brain: (p) => , Sparkle: (p) => , Trophy: (p) => , Trend: (p) => , Banknote:(p) => , Receipt: (p) => , FilePen: (p) => , Mail: (p) => , Repeat: (p) => , GripVert:(p) => , More: (p) => , Trash: (p) => , Refresh: (p) => , Home: (p) => , Target: (p) => , Pipe: (p) => , Settings:(p) => , Flame: (p) => , Bang: (p) => , Flag: (p) => , }; Object.assign(window, { Icons });