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/ionicons@5.1.2/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!