fix(icon): export setIcons

This commit is contained in:
Thomas Allmer 2020-05-19 09:26:37 +02:00 committed by Thomas Allmer
parent 5668fbe13c
commit 0393427fa9

View file

@ -1,2 +1,2 @@
export { LionIcon } from './src/LionIcon.js';
export { icons } from './src/icons.js';
export { icons, setIcons } from './src/icons.js';