bytedance / IconPark

🍎Transform an SVG icon into multiple themes, and generate React icons,Vue icons,svg icons
http://iconpark.bytedance.com/
Apache License 2.0
8.24k stars 490 forks source link

希望支持CSS变量传入 #799

Open Minf97 opened 9 months ago

Minf97 commented 9 months ago

我的项目中使用了antd-iconiconpark,来对比一下写法:

antd-icon

<FolderAddOutlined style={{ color: '$color-h2', fontSize: '20px' }} />

iconpark

<AllApplication theme="outline" size="20" fill="#787486" />

antd-icon支持传入CSS变量来统一管理颜色,而iconpark不支持 希望官方能支持CSS变量传入