const alignLeftIcon = "";
const alignCenterIcon = "";
const alignRightIcon = "";
const alignJustifyIcon = "";
const backgroundIcon = "";
const blockquoteIcon = "";
const boldIcon = "";
const cleanIcon = "";
const codeIcon = "";
const colorIcon = "";
const directionLeftToRightIcon = "";
const directionRightToLeftIcon = "";
const formulaIcon = "";
const headerIcon = "";
const header2Icon = "";
const header3Icon = "";
const header4Icon = "";
const header5Icon = "";
const header6Icon = "";
const italicIcon = "";
const imageIcon = "";
const indentIcon = "";
const outdentIcon = "";
const linkIcon = "";
const listBulletIcon = "";
const listCheckIcon = "";
const listOrderedIcon = "";
const subscriptIcon = "";
const superscriptIcon = "";
const strikeIcon = "";
const tableIcon = "";
const underlineIcon = "";
const videoIcon = "";
export default {
align: {
'': alignLeftIcon,
center: alignCenterIcon,
right: alignRightIcon,
justify: alignJustifyIcon
},
background: backgroundIcon,
blockquote: blockquoteIcon,
bold: boldIcon,
clean: cleanIcon,
code: codeIcon,
'code-block': codeIcon,
color: colorIcon,
direction: {
'': directionLeftToRightIcon,
rtl: directionRightToLeftIcon
},
formula: formulaIcon,
header: {
'1': headerIcon,
'2': header2Icon,
'3': header3Icon,
'4': header4Icon,
'5': header5Icon,
'6': header6Icon
},
italic: italicIcon,
image: imageIcon,
indent: {
'+1': indentIcon,
'-1': outdentIcon
},
link: linkIcon,
list: {
bullet: listBulletIcon,
check: listCheckIcon,
ordered: listOrderedIcon
},
script: {
sub: subscriptIcon,
super: superscriptIcon
},
strike: strikeIcon,
table: tableIcon,
underline: underlineIcon,
video: videoIcon
};
//# sourceMappingURL=icons.js.map