VanJS logo

Lucide Icons for VanJS

Powered by Vite, Vitest & Typescript

Installation

> npm install vanjs-lucide
> pnpm add vanjs-lucide
> deno add npm:vanjs-lucide
> bun add vanjs-lucide

Usage

// import the icon(s)
import { Activity } from "vanjs-lucide";

// call anywhere within VanJS codespace
Activity({ class: "icon" })

// even with JSX transformation
<Activity class="icon" />

Preview