/** Inline stroke-style SVG icon set (24×24). */ const S = 'fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"'; function svg(inner) { return `${inner}`; } export const ICONS = { query: svg(''), bulldoze: svg(''), road: svg(''), res: svg(''), com: svg(''), ind: svg(''), coal: svg(''), solar: svg(''), wind: svg(''), police: svg(''), fire: svg(''), hospital: svg(''), school: svg(''), park: svg(''), plaza: svg(''), stadium: svg('') };