https://github.com/dzeiocom/simple-icons-astro
Astro library to get the Simple icons to the Astro Framework https://simple-icons-astro.dzeio.com
https://github.com/dzeiocom/simple-icons-astro
astro icons node simple simple-icons simpleicons
Last synced: 5 months ago
JSON representation
Astro library to get the Simple icons to the Astro Framework https://simple-icons-astro.dzeio.com
- Host: GitHub
- URL: https://github.com/dzeiocom/simple-icons-astro
- Owner: dzeiocom
- License: mit
- Created: 2023-07-20T19:40:23.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T12:19:37.000Z (5 months ago)
- Last Synced: 2024-12-12T15:16:52.649Z (5 months ago)
- Topics: astro, icons, node, simple, simple-icons, simpleicons
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/simple-icons-astro
- Size: 537 KB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Icons Astro
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
```astro
---
import { Github } from 'simple-icons-astro'
---
```
## Compile
1. run `npm i` to install the dependencies
2. run `npm run build` to launch the build
3. done! you can publish it or use it as you like## Attributions
Use the awesome icons from [Simple Icons](https://simpleicons.org/)
based on [lucide-astro](https://github.com/dzeiocom/lucide-astro)