Icon font toolkit for the web — folder-based SVG/PNG icons, a Vite plugin, generated CSS & font files, and a VitePress doc site with a searchable gallery.
By the Even7 team. MIT.
zynora.even7.dev — install, folder layout, gallery, MCP for assistants.
Add zynora to your Vite app (workspace link, local path, or your registry — see Installation & usage).
// vite.config.ts
import { defineConfig } from "vite";
import { zynora } from "zynora/vite";
export default defineConfig({
plugins: [zynora()]
});import "zynora/css";<i class="zy zyb-picpay" aria-hidden="true"></i>| Path | What |
|---|---|
icons/ |
Source icons by style (icons/{style}/{name}/icon.svg) |
docs/ |
VitePress site (yarn doc:dev / yarn doc:build) |
mcp/ |
MCP server (stdio + optional HTTP) for AI tools |
Requirements: Node 18+, Vite ^7 or ^8 for the plugin.
Docker: Dockerfile + docker-compose.yml for static docs; mcp/Dockerfile + compose profile mcp for remote MCP.
Questions and detail live in the docs site, not here.