Merge pull request #1200 from ing-bank/icon-manager-export

fix(icon): export IconManager
This commit is contained in:
Joren Broekema 2021-02-08 11:55:28 +01:00 committed by GitHub
commit 3879a88daf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 { IconManager } from './src/IconManager.js';
export { icons, setIcons } from './src/icons.js';