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: 6 days 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-10-31T09:35:10.000Z (3 months ago)
- Last Synced: 2025-01-11T07:05:53.996Z (13 days ago)
- Topics: feather-icons, svelte
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/svelte-feather-icons/
- Size: 31.3 KB
- Stars: 136
- 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)