Astro 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
---
import { Github } from 'simple-icons-astro'
---
<Layout>
<Github />
</Layout>
- run
npm i
to install the dependencies - run
npm run build
to launch the build - done! you can publish it or use it as you like
Use the awesome icons from Simple Icons
based on lucide-astro