0.2.3 • Published 4 years ago
@codewithshin/svelte-simpleicons v0.2.3
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-simplesImport
<script>
import { Facebook } from 'svelte-simples'
</script>
<Facebook />Props
| Name | Default |
|---|---|
| size | 24 |
| 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