Simple Icons Astro
August 22, 2023 ยท View on GitHub
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
Installation
npm i simple-icons-astro
yarn add simple-icons-astro
Usage
You can import each icons individually like below
---
import { Github } from 'simple-icons-astro'
---
<Layout>
<Github />
</Layout>
Compile
- run
npm ito install the dependencies - run
npm run buildto launch the build - done! you can publish it or use it as you like
Attributions
Use the awesome icons from Simple Icons
based on lucide-astro