I am using Svelte, Bulma, and (trying to use) Ionicons. The icons do not render. I think it's due to my incorrect placement of the ionicons loading script.
My HTML is as follows:
<i class="ion-ionic add-circle-outline"></i>
The Ionicons script is below:
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
I'm not sure where the above script goes. I tried at the bottom of my App.svelte page but no luck. I also tried enclosing it in a tag.
Thank you!
I don't know where does your code come from, the official document says there is a specific usage.
https://ionicons.com/usage