/* SVG icon sprite + component Style: SF-Symbols/Phosphor — stroke 1.5, rounded, currentColor */ const IconSprite = () => ( {/* === Navigation === */} {/* === Feature icons (Landing) === */} {/* === Quick actions === */} {/* === UI controls === */} {/* === Payment === */} {/* === Status === */} ); const Icon = ({ name, size = 16, className = "", style = {} }) => ( ); Object.assign(window, { IconSprite, Icon });