dzeiocom / simple-icons-astro

Astro library to get the Simple icons to the Astro Framework https://simple-icons-astro.dzeio.com

Home Page:https://www.npmjs.com/package/simple-icons-astro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

---
import { Github } from 'simple-icons-astro'
---

<Layout>
	<Github />
</Layout>

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

based on lucide-astro

About

Astro library to get the Simple icons to the Astro Framework https://simple-icons-astro.dzeio.com

https://www.npmjs.com/package/simple-icons-astro

License:MIT License


Languages

Language:JavaScript 54.8%Language:Astro 32.5%Language:Dockerfile 12.7%