Get your Simple icons right into your Astro project
npm install simple-icons-astroAstro library to get the Simple Icons to the Astro Framework
_We follow the Simple Icons versions for our release, with the exception of the patches_
```
npm i simple-icons-astro
``
yarn add simple-icons-astro
You can import each icons individually like below
`astro
---
import { Github } from 'simple-icons-astro'
---
`
1. run npm i to install the dependenciesnpm run build` to launch the build
2. run
3. done! you can publish it or use it as you like
Use the awesome icons from Simple Icons
based on lucide-astro