An icon library for svelte. thanks to https://iconsax.io
git clone https://github.com/oswaldohuillca/iconsax-started.git
bun run dev
or
npm run dev
<script lang="ts">
import Iconsax from "./Iconsax.svelte";
</script>
<Iconsax icon="activity" />