svelte-simple-feather

svelte-simple-feather is lightweight simple feather icons library for svelte.

Installation

npm

npm i svelte-simple-feather

Usage

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" />

Custom size & color

<script>
  import { Icon } from 'svelte-simple-feather'
</script>

<div style="color: #ededed; font-size: 2rem">
 <Icon icon="activity" />
</div>

License

Licensed under the MIT License.

Top categories

svelte logo

Need a Svelte website built?

Hire a professional Svelte developer today.
Loading Svelte Themes