Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

svelte-feather-icons

dylanblokhuis17.3kMIT4.2.0TypeScript support: included

Feather icons for Svelte (Completely based on vue-feather-icons by EGOIST)

svelte, feather icons

readme

svelte-feather-icons

Install

yarn add --dev svelte-feather-icons

or use NPM

npm install --save-dev svelte-feather-icons

Usage

<script>
  // Only import what you need!
  import { AirplayIcon, AtSignIcon, ... } from 'svelte-feather-icons'
</script>

<AirplayIcon size="24" />
<AtSignIcon size="1.5x" />

See all icons and usage here: https://feathericons.com/

Author

This package is completely based on vue-feather-icons