# reactors-icons

> Font icons support for reactors

Latest version **3.0.13** (published 2018-03-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install reactors-icons
pnpm add reactors-icons
yarn add reactors-icons
bun add reactors-icons
```

## 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 | 3.0.13 |
| Published | 2018-03-06 |
| First published | 2016-12-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 91.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | francoisv |

## Links

- npm: https://www.npmjs.com/package/reactors-icons
- npm.io page: https://npm.io/package/reactors-icons

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^4.17.4
- [react-native-vector-icons](https://npm.io/package/react-native-vector-icons.md) ^4.4.3

## Recent versions

- 3.0.13 (latest) — 2018-03-06
- 3.0.12 — 2018-03-06
- 3.0.11 — 2018-03-06
- 3.0.10 — 2018-03-06
- 3.0.9 — 2018-01-20
- 3.0.8 — 2018-01-20
- 3.0.7 — 2018-01-12
- 3.0.6 — 2018-01-09
- 3.0.5 — 2018-01-09
- 3.0.4 — 2018-01-09
- 3.0.3 — 2018-01-09
- 3.0.2 — 2018-01-09
- 3.0.1 — 2017-12-28
- 3.0.0 — 2017-12-18
- 1.1.0 — 2017-02-09
- … 3 more at https://npm.io/package/reactors-icons/versions

## README

reactors-icons
===

Icons set for [reactors](https://github.com/co2-git/reactors). Uses [fontello](http://fontello.com).

# Install

Add the following to your package.json:

```json
  "rnpm": {
    "assets": [
	     "./assets/fontello/font"
    ]
  }
```

Then:

```bash
yarn add reactors-icons
react-native link react-native-vector-icons
```

Don't forget to rebuild for mobile platforms.

# Usage

```jsx
import Icon from 'reactors-icons';
import iconConfig from './assets/fontello/config.json';

Icon.setSource({
  web: './assets/fonts/fontello.css',
  desktop: 'assets/fonts/fontello.css',
  mobile: {
    config: iconConfig
  }
});

<Icon name="user" size={32} />
```

# Props

- string `name`
- number? `size`
- string? `color`

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