8
0
Просмотр исходного кода

Tests: Updated the iconset manual test in theme-lark after the eye.svg icon has been removed.

Aleksander Nowodzinski 5 лет назад
Родитель
Сommit
3b40fdd048
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      packages/ckeditor5-theme-lark/tests/manual/iconset.js

+ 1 - 2
packages/ckeditor5-theme-lark/tests/manual/iconset.js

@@ -65,7 +65,6 @@ import marker from '@ckeditor/ckeditor5-highlight/theme/icons/marker.svg';
 import pen from '@ckeditor/ckeditor5-highlight/theme/icons/pen.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 +129,7 @@ const icons = {
 	marker, pen,
 
 	// html-embed,
-	html, eye,
+	html,
 
 	// indent
 	indent, outdent,