Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 480 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 480 Bytes

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