Modern, flexible React icon library generated by [BKADEMY](https://bkademy.vn). Built for design systems, powered by SVG and fully type-safe.
npm install @bkademy-dev/iconsModern, flexible React icon library generated by BKADEMY. Built for design systems, powered by SVG and fully type-safe.
---
- SVG-Driven: Pure, optimized SVG for each icon with full currentColor support.
- Module Per Group: Import only what you need. Each icon group is a separate entrypoint.
- Auto-Generated: Completely generated React + TypeScript components from the contents of src/assets/.
- Typed & Consistent: TypeScript types for all icons, consistent export structure.
- Production-Ready: Seamless drop-in for React projects with @ant-design/icons compatibility.
- Accessible & Customizable: Supports all common props, ARIA-labels, and flexible styling.
---
``bash`
npm install @bkademy-dev/icons @ant-design/icons reactor
yarn add @bkademy-dev/icons @ant-design/icons react
Import icons by group. For example, to use an icon from the "Money" group:
`tsx
import { WalletBlack, CardAddBlack } from '@bkademy-dev/icons/Money';
// Usage in your component:
`
- Each group (like Money, Media, etc.) is a separate import entrypoint.
- No default export. Import icons by name as shown above.
- Icon props match those of @ant-design/icons.
- All SVGs live under src/assets/