Explorar o código

Merge pull request #224 from ckeditor/t/ckeditor5-remove-format/1

Tests: Added the remove-format icon to the iconset manual test (see ckeditor/ckeditor5-remove-format#1).
Piotrek Koszuliński %!s(int64=6) %!d(string=hai) anos
pai
achega
aad49a84ea
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      packages/ckeditor5-theme-lark/tests/manual/iconset.js

+ 5 - 0
packages/ckeditor5-theme-lark/tests/manual/iconset.js

@@ -59,6 +59,8 @@ import media from '@ckeditor/ckeditor5-media-embed/theme/icons/media.svg';
 
 import paragraph from '@ckeditor/ckeditor5-paragraph/theme/icons/paragraph.svg';
 
+import removeFormat from '@ckeditor/ckeditor5-remove-format/theme/icons/remove-format.svg';
+
 import table from '@ckeditor/ckeditor5-table/theme/icons/table.svg';
 import tableRow from '@ckeditor/ckeditor5-table/theme/icons/table-row.svg';
 import tableColumn from '@ckeditor/ckeditor5-table/theme/icons/table-column.svg';
@@ -100,6 +102,9 @@ const icons = {
 	// paragraph
 	paragraph,
 
+	// remove-format
+	removeFormat,
+
 	// table
 	table, tableRow, tableColumn, tableMergeCell,