Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dylanblokhuis/svelte-feather-icons
https://github.com/dylanblokhuis/svelte-feather-icons
feather-icons svelte
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dylanblokhuis/svelte-feather-icons
- Owner: dylanblokhuis
- License: mit
- Created: 2019-06-02T15:32:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T14:43:27.000Z (7 months ago)
- Last Synced: 2024-07-20T00:21:47.175Z (4 months ago)
- Topics: feather-icons, svelte
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/svelte-feather-icons/
- Size: 27.3 KB
- Stars: 132
- Watchers: 2
- Forks: 20
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svelte-feather-icons
## Install
```bash
yarn add --dev svelte-feather-icons
```or use NPM
```bash
npm install --save-dev svelte-feather-icons
```## Usage
```html
// Only import what you need!
import { AirplayIcon, AtSignIcon, ... } from 'svelte-feather-icons'```
See all icons and usage here: https://feathericons.com/
## Author
This package is completely based on [vue-feather-icons](https://github.com/egoist/vue-feather-icons)