wa-dev-icon-library
v1.0.0
Published
A comprehensive SVG icon library with MySQL backend
Maintainers
Readme
Icon Library
A comprehensive SVG icon library built with Next.js, TypeScript, and MySQL.
Features
- 🎨 4 high-quality SVG icons
- 🔍 Full-text search capabilities
- 📊 Usage statistics tracking
- 🏷️ Tag-based organization
- 📱 Responsive design
- 🚀 TypeScript support
Installation
npm install @wa-dev/icon
# or
yarn add @wa-dev/icon
# or
pnpm add @wa-dev/iconUsage
import { Search, Home, User } from '@wa-dev/icon'
function App() {
return (
<div>
<Search size={24} color="#333" />
<Home size={32} color="blue" />
<User size={20} />
</div>
)
}Icon Props
All icons accept the following props:
size: Icon size (number or string, default: 24)color: Icon color (string, default: 'currentColor')className: Additional CSS classes
Development
This library is built with:
- Frontend: Next.js + TypeScript + Tailwind CSS
- Backend: MySQL + Prisma ORM
- UI Components: shadcn/ui
- Icons: Custom SVG collection
License
MIT License - see LICENSE file for details.
