-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
URL
https://ionic.io/ionicons/usage
I'm currently using ionicons along with Ionic v6 in a Svelte project bundled with Vite. I would like to have everything bundled for offline use, so using a remote reference such as <script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script> in index.html as suggested by the documentation page is not a suitable strategy for me.
So the missing documentation is how to use Ionicons in a bundled context without using @ionic/angular / react / vue.
pabuisson