kivex-icons
v1.0.0
Published
A pixel-perfect, dynamic, and open-source icon library package for web and javascript applications.
Maintainers
Readme
Kivex Icon
A lightweight, pixel-perfect, and dynamic icon library for web developers.
Why Motion Icons?
- Lightweight: Minimalist SVG construction.
- Dynamic: Easily control size and color via JavaScript.
- Easy to use: Designed for vanilla JS and modern frameworks.
Quick Start
npm install kivexUsage
import icons from 'kivex';
const menu = icons.Menu.toSvg({ size: 30, color: "#000" });
document.getElementById('app').innerHTML = menu;License
This project is licensed under the MIT License. You are free to use, modify, and distribute this library for any project, including commercial applications.
Contribution
Feel free to open issues or contribute to the library!
