Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 799 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 799 Bytes

GrowingIO Design Icons

English

语义化的矢量图形。使用图标组件,你需要安装 @gio-design/icons 图标组件包:

npm install --save @gio-design/icons

或者使用 yarn 安装:

yarn add @gio-design/icons

如何使用

import React, { ReactDOM } from 'react';
import { SettingOutlined } from '@gio-design/icons';

ReactDOM.render(
  <>
    <SettingOutlined />
  </>,
  mountNode
);

如何贡献

提交拉取请求

统计

Alt