@zbanx/icons
v2.1.19
Published
## Getting Started
Downloads
33
Keywords
Readme
fe-icons
Getting Started
点击跳转到此处查看图标 https://codesign.qq.com/workspace/icons/DBGAE9KbpMjlRd8
图标编译成 React 组件
- codesign 下载所有图标库.
- copy 所有图标到 svg 目录下.
- 当前项目目录下,根目录执行 svg 编译命令.
$ pnpm --filter @zbanx/icons build:icons
使用 babel-plugin-import
// umi下配置
extraBabelPlugins: [
[
'babel-plugin-import',
{
libraryName: '@zbanx/icons',
libraryDirectory: 'es/icons',
camel2DashComponentName: false,
},
'@zbanx/icons',
],
];