3.0.13 • Published 6 years ago

reactors-icons v3.0.13

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

reactors-icons

Icons set for reactors. Uses fontello.

Install

Add the following to your package.json:

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

Then:

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

Don't forget to rebuild for mobile platforms.

Usage

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
3.0.13

6 years ago

3.0.12

6 years ago

3.0.11

6 years ago

3.0.10

6 years ago

3.0.9

6 years ago

3.0.8

6 years ago

3.0.7

6 years ago

3.0.6

6 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago