# React Suite Icons

## Document

https://rsuitejs.com/components/icon/

## Project Development Guide

### Install

```bash
$ npm install
```

### Development

```bash
$ npm npm dev
```

### Build

```bash
$ npm run build
```

### Test

```bash
$ npm run test
```
