# bee-icon

> icon ui component for react

Latest version **1.0.15** (published 2020-04-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install bee-icon
pnpm add bee-icon
yarn add bee-icon
bun add bee-icon
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.15 |
| Published | 2020-04-24 |
| First published | 2016-12-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4.0.0 |
| Dependencies | 3 |
| Unpacked size | 40.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ahua52, banyudu, bjyxszd, guoyongfeng, huayingjie, jonyw, kvkens, liushaozhen, liuyk, npm_yx, tinper-bot, whizbz, yangchch, yonyoufed, zhaoyuchief |
| Keywords | react, react-component, react-icon, iuap-design, neoui-react, icon |

## Links

- npm: https://www.npmjs.com/package/bee-icon
- Repository: https://github.com/tinper-bee/icon
- Issues: https://github.com/tinper-bee/icon/issues
- npm.io page: https://npm.io/package/bee-icon

## Dependencies (3)

- [classnames](https://npm.io/package/classnames.md) ^2.2.5
- [babel-runtime](https://npm.io/package/babel-runtime.md) ^6.23.0
- [tinper-bee-core](https://npm.io/package/tinper-bee-core.md) latest

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 1.0.15 (latest) — 2020-04-24
- 1.0.9-alpha (alpha) — 2019-01-25
- 1.0.13 — 2020-01-02
- 1.0.11 — 2019-04-29
- 1.0.10 — 2019-02-25
- 1.0.9 — 2019-01-25
- 1.0.8 — 2019-01-23
- 1.0.7 — 2019-01-23
- 1.0.6 — 2019-01-22
- 1.0.5 — 2018-09-27
- 1.0.4 — 2018-01-11
- 1.0.3 — 2017-11-01
- 1.0.2 — 2017-10-20
- 1.0.1 — 2017-10-20
- 1.0.0 — 2017-09-30
- … 8 more at https://npm.io/package/bee-icon/versions

## README

# bee-icon
[![npm version](https://img.shields.io/npm/v/bee-icon.svg)](https://www.npmjs.com/package/bee-icon)
[![Build Status](https://img.shields.io/travis/tinper-bee/generator-tinper-bee/master.svg)](https://travis-ci.org/tinper-bee/bee-icon)
[![devDependency Status](https://img.shields.io/david/dev/tinper-bee/bee-icon.svg)](https://david-dm.org/tinper-bee/bee-icon#info=devDependencies)

字体图标

## 使用

使用单独的bee-icon包
#### 组件引入
先进行下载bee-icon包
```
npm install --save bee-icon
```
组件调用
```js
import ReactDom from 'react-dom';
import InputGroup from 'bee-icon';

ReactDom.render(<Icon type="uf-bell"></Icon>, document.getElementById('target'))

```





#### 开发调试

```sh
$ git clone https://github.com/tinper-bee/bee-input-group
$ cd bee-input-group
$ npm install
$ npm run dev
```

---
_Source: https://npm.io/package/bee-icon · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
