vuiton-icons
v1.0.1
Published
🧩 Icon library for [vuiton](https://github.com/reflexjsi/vuiton) – fast, flexible, and tree-shakable. Supports multiple icon sets like [Heroicons](https://heroicons.com/), [Feather](https://feathericons.com/), and more.
Downloads
8
Readme
vuiton-icons
🧩 Icon library for vuiton – fast, flexible, and tree-shakable. Supports multiple icon sets like Heroicons, Feather, and more.
✨ Features
- 🔌 Plug-and-play components for vuiton
- 📦 Lightweight and optimized for tree-shaking
- 🧠 Auto-generated from SVG sets (Heroicons, Feather, etc)
- 🔧 Easy to extend with your own icons
🚀 Installation
npm install vuiton-iconsor
pnpm add vuiton-icons🧑💻 Usage
import { IconFeatherHome, IconHeroSearch } from 'vuiton-icons'
createApplication(document.querySelector("#app"), ({ render }) => {
return render(Flex({ gap: 12, children: [
IconFeatherHome({ width: 24, height: 24 }),
IconHeroSearch({ width: 24, height: 24 }),
] }))
})📁 Available Icon Sets
IconFeather...→ Feather IconsIconHero...→ Heroicons (Outline & Solid)- (more coming soon...)
➕ Adding Custom Icons
You can add your own icons by placing SVGs in the proper folder and running the icon generator:
node scripts/generate.js📄 License
MIT © Zach Alucard
