|
|
@@ -64,6 +64,9 @@ 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 link from '@ckeditor/ckeditor5-link/theme/icons/link.svg';
|
|
|
import unlink from '@ckeditor/ckeditor5-link/theme/icons/unlink.svg';
|
|
|
|
|
|
@@ -126,6 +129,9 @@ const icons = {
|
|
|
// highlight
|
|
|
marker, pen,
|
|
|
|
|
|
+ // html-embed,
|
|
|
+ htmlEmbed, eyeIcon,
|
|
|
+
|
|
|
// indent
|
|
|
indent, outdent,
|
|
|
|