Svelte-Feathericons has moved to Svelte-Feathers
Svelte-Feathers
What is svelte-feathericons?
svelte-feather is a collection of simply beautiful open source icons for Sveltejs. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and readability.
Based on Feather Icons v4.29.0
https://feathericons.com/
Installation
npm i -D @codewithshin/svelte-feathericons
Usage
<script>
import { ActivityIcon, AirplayIcon } from '@codewithshin/svelte-feathericons';
</script>
<ActivityIcon color="#c61515" size="12" />
<AirplayIcon color="#23deff" size="36" />
REPL
You can also include the whole icon pack:
<script>
import * as Icon from '@codewithshin/svelte-feathericons';
</script>
<Icon.UnlockIcon color="#6dff6b" size="24" />
REPL
Icon list
Please see this Icon list