|
|
@@ -64,8 +64,8 @@ import outdent from '@ckeditor/ckeditor5-indent/theme/icons/outdent.svg';
|
|
|
import marker from '@ckeditor/ckeditor5-highlight/theme/icons/marker.svg';
|
|
|
import pen from '@ckeditor/ckeditor5-highlight/theme/icons/pen.svg';
|
|
|
|
|
|
-import htmlEmbed from '@ckeditor/ckeditor5-html-embed/theme/icons/html.svg';
|
|
|
-import eyeIcon from '@ckeditor/ckeditor5-html-embed/theme/icons/eye.svg';
|
|
|
+import html from '@ckeditor/ckeditor5-html-embed/theme/icons/html.svg';
|
|
|
+import eye from '@ckeditor/ckeditor5-html-embed/theme/icons/eye.svg';
|
|
|
|
|
|
import link from '@ckeditor/ckeditor5-link/theme/icons/link.svg';
|
|
|
import unlink from '@ckeditor/ckeditor5-link/theme/icons/unlink.svg';
|
|
|
@@ -130,7 +130,7 @@ const icons = {
|
|
|
marker, pen,
|
|
|
|
|
|
// html-embed,
|
|
|
- htmlEmbed, eyeIcon,
|
|
|
+ html, eye,
|
|
|
|
|
|
// indent
|
|
|
indent, outdent,
|