/** * MetonaEditor Icons — 工具栏图标SVG定义 * @module icons * @version 0.1.0 * @description 工具栏格式化按钮 SVG 图标 */ export const ICONS = { bold: ``, italic: ``, underline: ``, strikethrough: ``, h1: ``, h2: ``, h3: ``, quote: ``, code: ``, link: ``, image: ``, table: ``, ul: ``, ol: ``, indent: ``, outdent: ``, hr: ``, undo: ``, redo: ``, preview: ``, split: ``, edit: ``, fullscreen: ``, theme: ``, };