1.0.1 • Published 10 months ago

svelte-material-symbols-icons v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

svelte-material-symbols-icons

npm

Package for using material symbols from Google on Svelte & SvelteKit

Installation

To use the svelte-material-symbols-icons library, all you need to do is install the svelte-material-symbols-icons package

yarn add svelte-material-symbols-icons

Usage

Here is an example of how to use the library:

<script>
    import { MaterialSymbol } from "svelte-material-symbols-icons"
</script>

<div>
    <MaterialSymbol icon="check_circle"/>
</div>

Contributing

Feel like contributing? That's awesome! We have a contributing guide to help guide you.