Merge pull request #1200 from ing-bank/icon-manager-export
fix(icon): export IconManager
This commit is contained in:
commit
3879a88daf
2 changed files with 6 additions and 0 deletions
5
.changeset/rude-deers-film.md
Normal file
5
.changeset/rude-deers-film.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@lion/icon': patch
|
||||
---
|
||||
|
||||
Export the IconManager in @lion/icon index.js entrypoint.
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
export { LionIcon } from './src/LionIcon.js';
|
||||
export { IconManager } from './src/IconManager.js';
|
||||
export { icons, setIcons } from './src/icons.js';
|
||||
|
|
|
|||
Loading…
Reference in a new issue