/** * AUTO-GENERATED by scripts/gen-icon-data.js — do not edit by hand. * * Inline SVG for the hot-path icons rendered on first paint. The IconLoader * seeds its cache from this map so these icons need zero network fetches. * Long-tail icons are not here and continue to load lazily via fetch. */ export const INLINE_ICONS: Readonly> = Object.freeze({ "undo": "", "redo": "", "bold": "", "italic": "", "strikethrough": "", "code": "", "list-ul": "", "list-ol": "", "checkbox": "", "quote": "", "code-block": "", "divider": "", "link": "", "image": "", "table": "", "math": "", "export": "", "fullscreen": "", "plus": "", "close": "", "menu": "", "sun": "", "moon": "", "flame": "", "snowflake": "", });