Awesome SVG icon component for Svelte JS, built with Font Awesome icons. Based on Justineo/vue-awesome
Svelte-Awesome is a SVG icon component for Svelte JS, designed to work with Font Awesome icons. It is a lightweight and easy-to-use library inspired by Justineo/vue-awesome. This component supports both Font Awesome v4.7.0 (with icons inbuilt) and v5/v6 (through @fortawesome npm packages). A demo of the component is available online, showcasing all the available embedded icons.
To install Svelte-Awesome, you can use the npm package manager by running the following command:
npm install svelte-awesome
Once the installation is complete, you can import the Icon component in your Svelte JS project using the following code snippet:
import Icon from 'svelte-awesome';
Svelte-Awesome is a SVG icon component for Svelte JS that is designed to work seamlessly with Font Awesome icons. It supports multiple versions of Font Awesome and is a lightweight and user-friendly library. The installation process is straightforward, and once installed, developers can easily import the Icon component into their Svelte JS projects.