/** * MetonaEditor Icons — SVG toolbar icons * @module icons * @version 0.2.0 */ export const ICONS: Record = { bold: ``, italic: ``, underline: ``, strikethrough: ``, h1: ``, h2: ``, h3: ``, quote: ``, code: ``, link: ``, image: ``, table: ``, ul: ``, ol: ``, indent: ``, outdent: ``, hr: ``, undo: ``, redo: ``, preview: ``, split: ``, edit: ``, fullscreen: ``, theme: ``, };