3.0.13 • Published 7 years ago

reactors-icons v3.0.13

Weekly downloads
1
License
ISC
Repository
-
Last release
7 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

7 years ago

3.0.12

7 years ago

3.0.11

7 years ago

3.0.10

7 years ago

3.0.9

7 years ago

3.0.8

7 years ago

3.0.7

7 years ago

3.0.6

7 years ago

3.0.5

7 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

9 years ago