Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

utherpally/svelte-feather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte Feather Icons

npm version

Installation

yarn add -D svelte-feather

or NPM

npm install --save-dev svelte-feather

Usage

<script>
  import { ActivityIcon, GitHubIcon } from 'svelte-feather';
</script>

<ActivityIcon />
<GitHubIcon />

<!-- Or using as custom elements -->
<activity-icon />
<github-icon />

About

Svelte component for Feather icons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published