const customIcons: any = { 'align': { '': '', 'center': '', 'right': '', 'justify': '', }, 'background': '', 'blockquote': '', 'bold': '', 'clean': '', 'code': '', 'code-block': '', 'color': '', 'direction': { '': '', 'rtl': '', }, 'float': { center: '', full: '', left: '', right: '', }, 'formula': '', 'header': { 1: '', 2: '', }, 'italic': '', 'image': '', 'indent': { '+1': '', '-1': '', }, 'link': '', 'list': { ordered: '', bullet: '', check: '', }, 'script': { sub: '', super: '', }, 'strike': '', 'underline': '', 'video': '', 'undo': '', 'redo': '', }; export default customIcons;