Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 296 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 296 Bytes

Astro Lucide

Astro component for Lucide Icons

Installation

npm install astro-lucide

pnpm install astro-lucide

yarn add astro-lucide

Use

import { ChevronLeft } from "lucide";
import Lucide from "astro-lucide"

<Lucide
  icon={ChevronLeft}
  class="size-5"
/>