svelte-material-symbols-icons
v1.0.1
Published
Package for using material symbols from Google on Svelte & SvelteKit
Downloads
10
Maintainers
Readme
svelte-material-symbols-icons
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.