JSPM

svelte-material-symbols-icons

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q19182F
  • License MIT

Package for using material symbols from Google on Svelte & SvelteKit

Package Exports

  • svelte-material-symbols-icons

Readme

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.