0.1.12 • Published 2 years ago

@codewithshin/svelte-feathericons v0.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Svelte-Feathericons has moved to Svelte-Feathers

Svelte-Feathers

npm version license

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

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.5

2 years ago