VanJS logo

Feather Icons for VanJS

Powered by Vite, Vitest & Typescript

Installation

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

Usage

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

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

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

Preview