fix(icon): export IconManager

This commit is contained in:
Joren Broekema 2021-02-08 11:43:06 +01:00
parent e8364f7473
commit c913c9737b
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/icon': patch
---
Export the IconManager in @lion/icon index.js entrypoint.

View file

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