import type { SvgMap } from '../types.js'; /** * Empty stub. The @sigx/lynx-plugin icons slice replaces this module via an * Rspack alias at build time, populating it with the SVG path data for the * icons used by the app's `` calls. */ export const svgs: SvgMap = {};