0.2.3 • Published 2 years ago

@codewithshin/svelte-simpleicons v0.2.3

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

Svelte-simples

Svelte-Simpleioncs moved to Svelte-Simples

Svelte-simples is monochrome SVG Simple icons for Svelte. You can change the color to your choice.

Installation

npm i -D svelte-simples

Import

<script>
  import { Facebook } from 'svelte-simples'
</script>

<Facebook />

Props

NameDefault
size24
color#1877F2
class''

Size

Use the size prop to change the icon size.

<Facebook size="40" />

Color

Use the color prop with a HEX color code to change the icon color.

<Facebook color="#ff0000"/>

Limitations

If you want to general icons, try svelte-heros