1.0.0 • Published 9 months ago

svelte-simple-feather v1.0.0

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

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.

1.0.0

9 months ago

0.0.1

9 months ago