Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/growingio/gio-design-icons
GrowingIO Design SVG Icons
https://github.com/growingio/gio-design-icons
design-system growingio react svg-icons
Last synced: 24 days ago
JSON representation
GrowingIO Design SVG Icons
- Host: GitHub
- URL: https://github.com/growingio/gio-design-icons
- Owner: growingio
- License: apache-2.0
- Created: 2020-12-24T06:05:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T01:57:16.000Z (6 months ago)
- Last Synced: 2024-10-10T21:04:42.373Z (26 days ago)
- Topics: design-system, growingio, react, svg-icons
- Language: JavaScript
- Homepage: https://icons.growingio.design
- Size: 1.51 MB
- Stars: 8
- Watchers: 9
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.en-US.md
- Contributing: CONTRIBUTING.zh-CN.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
English | [简体中文](README.md)
# GrowingIO Design Icons
GrowingIO Design semantic vector icons.
## Install
Before use icons, you need to install `@gio-design/icons` package:
```bash
$ npm install --save @gio-design/icons
```or using with `yarn`:
```bash
$ yarn add @gio-design/icons
```## Usage
```javascript
import React, { ReactDOM } from 'react';
import { GearOutlined } from '@gio-design/icons';ReactDOM.render(
<>
>,
mountNode
);
```## Contributing
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
- [简体中文](./CONTRIBUTING.zh-CN.md)
## Stats
![Alt](https://repobeats.axiom.co/api/embed/3310c28ae87d7da6bc70eec315b9cb13f428e668.svg "Repobeats analytics image")