gnomic-icons
v1.1.5
Published
A set of customizable SVG React icon components for Gnomic.
Downloads
103
Maintainers
Readme
gnomic-icons
一套可自定义颜色和大小的 React SVG 图标库。
安装
npm install gnomic-icons
# 或
pnpm add gnomic-icons使用方法
import { Language, Account, Resource } from 'gnomic-icons';
export default () => (
<div>
<Language size={32} color="red" />
<Account size={40} color="#00f" />
<Resource size={24} color="currentColor" />
</div>
);size:图标宽高,支持数字或字符串(如 24、'2em')。color:图标颜色,支持任意 CSS 颜色值。
开源协议
MIT
