An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Simple Icons Astro


Discord Link


Github stars


Build passing

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)