simple-icons-astro
TypeScript icon, indicating that this package has built-in type declarations

12.1.0 • Public • Published

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

Package Sidebar

Install

npm i simple-icons-astro

Weekly Downloads

128

Version

12.1.0

License

MIT

Unpacked Size

5.74 MB

Total Files

3170

Last publish

Collaborators

  • aviortheking