Can anyone give me an example of how to use ion-icons in webpack using imports?
I've been struggling for a while with things like:
import 'ionicons/dist/ionicons.js';
...
<ion-icon name='add' />
And nothing seems to be working, even after looking at the cryptic source code inside the npm package.
Please help?
P.s.: please don't suggest including the external script, an npm package should be usable via imports, and not:
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
You can import most of the icons as svgs:
Unfortunately, this seems to not work with some, such as
refresh
.