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: about 1 month ago
JSON representation

Lists

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)