0.0.6 • Published 2 years ago

@iksaku/heroicons-astro v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Heroicons for Astro

This is a build of the Heroicons icon set for Astro.

Installation

# npm
npm install @iksaku/heroicons-astro
# yarn
yarn add @iksaku/heroicons-astro
# pnpm
pnpm add @iksaku/heroicons-astro

Usage

Similarly to the official Vue and React packages, you can import individual icons as components using the /<size>/<style> path style:

---
import { BeakerIcon } from '@iksaku/heroicons-astro/24/solid'
---

<BeakerIcon class="h-6 w-6 text-blue-500" />
0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago