svelte-simple-feather is lightweight simple feather icons library for svelte.
npm i svelte-simple-feather
Just import Icon
component from svelte-simple-feather
and use it with icon
prop for the icon name. You can find all the available icons here.
### Basic
```sveltehtml
<script>
import { Icon } from 'svelte-simple-feather'
</script>
<Icon icon="activity" />
<script>
import { Icon } from 'svelte-simple-feather'
</script>
<div style="color: #ededed; font-size: 2rem">
<Icon icon="activity" />
</div>
Licensed under the MIT License.