// icons.jsx — tiny stroke icon set for the cockpit const Icon = ({ name, size = 16, className = "", style = {} }) => { const paths = { map: <>, car: <>, history: <>, route: <>, bell: <>, inbox: <>, settings: <>, bolt: <>, fuel: <>, h2: <>, gauge: <>, thermo: <>, tire: <>, play: <>, pause: <>, next: <>, prev: <>, chevron: <>, chevDown: <>, plus: <>, close: <>, search: <>, filter: <>, download: <>, refresh: <>, pin: <>, expand: <>, grip: <>, layers: <>, chart: <>, user: <>, shield: <>, flag: <>, sliders: <>, edit: <>, trash: <>, plug: <>, wifi: <>, sat: <>, lightning: <>, wrench: <>, truck: <>, list: <>, fullscreen: <>, timeline: <>, branch: <>, bookmark: <>, moon: <>, speed: <>, leaf: <>, cube: <>, pulse: <>, mail: <>, phone: <>, clipboard: <>, x: <>, sun: <>, }; return ( ); }; window.Icon = Icon;