@ckeditor/ckeditor5-icons
Advanced tools
Comparing version 0.0.0-nightly-next-20250225.0 to 0.0.0-nightly-next-20250226.0
{ | ||
"name": "@ckeditor/ckeditor5-icons", | ||
"version": "0.0.0-nightly-next-20250225.0", | ||
"version": "0.0.0-nightly-next-20250226.0", | ||
"description": "Icons for CKEditor 5.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -22,2 +22,4 @@ /** | ||
export const IconBookmark: string; | ||
export const IconBookmarkMedium: string; | ||
export const IconBookmarkSmall: string; | ||
export const IconBrowseFiles: string; | ||
@@ -137,2 +139,3 @@ export const IconBulletedList: string; | ||
export const IconSelectAll: string; | ||
export const IconSettings: string; | ||
export const IconShowBlocks: string; | ||
@@ -139,0 +142,0 @@ export const IconSource: string; |
@@ -22,2 +22,4 @@ /** | ||
export { default as IconBookmark } from '../theme/icons/bookmark.svg'; | ||
export { default as IconBookmarkMedium } from '../theme/icons/bookmark-medium.svg'; | ||
export { default as IconBookmarkSmall } from '../theme/icons/bookmark-small.svg'; | ||
export { default as IconBrowseFiles } from '../theme/icons/browse-files.svg'; | ||
@@ -137,2 +139,3 @@ export { default as IconBulletedList } from '../theme/icons/bulleted-list.svg'; | ||
export { default as IconSelectAll } from '../theme/icons/select-all.svg'; | ||
export { default as IconSettings } from '../theme/icons/settings.svg'; | ||
export { default as IconShowBlocks } from '../theme/icons/show-blocks.svg'; | ||
@@ -139,0 +142,0 @@ export { default as IconSource } from '../theme/icons/source.svg'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
750912
173
857