소스 검색

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

Aleksander Nowodzinski 5 년 전
부모
커밋
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,