1.0.1 • Published 9 months ago

@vixatica-icons/svelte v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Svelte

First, install @vixatica-icons/svelte from npm:

npm install @vixatica-icons/svelte

Now each icon can be imported individually as a Svelte component:

<h1>Welcome to SvelteKit</h1>
<p>Visit <a href="https://kit.svelte.dev">kit.svelte.dev</a> to read the documentation</p>

<AddOutline color='red' height={32} width={32} />

<script lang="ts">
    import { AddOutline } from "@cavitiaxaicons/svelte";
</script>

License

This library is MIT licensed.

1.0.1

9 months ago

1.0.0

9 months ago