s4e-icons

prototype - collection of SVG icon components for Svelte

Usage no npm install needed!

<script type="module">
  import s4eIcons from 'https://cdn.skypack.dev/s4e-icons';
</script>

README

s4e-icons

A simple component library for Svelte which provides a small number of simple Icon components based on SVG's from Material Design Icons:

  • Asterisk
  • ChevronDoubleLeft
  • Close
  • Fingerprint
  • Git
  • OnePassword
  • Paw
  • PuzzelOutline
  • Radio - this has a selected property
  • Radio2 - this has a selected property
  • Refresh
  • Spider

All of these are purely for exploratory work with respect to learning how Svelte components can be packaged and shared.

References

Richard Hess