/svelte-dynamic-iconify

Render Iconify icons without imports in code on Svelte

Primary LanguageJavaScript

DEPRECATED

Use @iconify/svelte

Dynamic Iconify for Svelte

Render Iconify icons without imports in code on Svelte

Install

  yarn add hazg/svelte-dynamic-iconify

Use

  <script>
    import Icon from 'svelte-dynamic-iconify'
  </script>

  <Icon name="carbon:face-cool" />

License

This project is licensed under the MIT License