/* eslint-disable */ // Inline SVG icon set — minimal, consistent stroke style const Ico = { arrow: (p) => ( ), plus: (p) => ( ), check: (p) => ( ), shield: (p) => ( ), doc: (p) => ( ), chart: (p) => ( ), refresh: (p) => ( ), coins: (p) => ( ), phone: (p) => ( ), pulse: (p) => ( ), star: (p) => ( ), mail: (p) => ( ), pin: (p) => ( ), // small specialty icons (used on dark chips) spec: (p) => ( ), }; window.Ico = Ico;