admin-vben/packages/icons
Vben 1b172b0329
fix: rename the Icon component to IconifyIcon to prevent name conflicts and fix type issues (#4704)
2024-10-21 20:14:25 +08:00
..
src fix: rename the Icon component to IconifyIcon to prevent name conflicts and fix type issues (#4704) 2024-10-21 20:14:25 +08:00
README.md feat: add swap component (#4149) 2024-08-14 20:37:21 +08:00
package.json chore: release v5.4.2 2024-10-20 22:35:58 +08:00
tsconfig.json chore: update deps 2024-06-02 23:46:18 +08:00

README.md

@vben/icons

用于多个 app 公用的图标文件,继承了 @vben-core/icons 的所有能力。业务上有通用图标可以放在这里。

用法

添加依赖

# 进入目标应用目录,例如 apps/xxxx-app
# cd apps/xxxx-app
pnpm add @vben/icons

使用

import { X } from '@vben/icons';