@react-native-vector-icons/icomoon
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-alpha.9 • Public • Published

React Native Vector Icons - IcoMoon

React Native Vector Icons font package to support IcoMoon fonts

See the React Native Vector Icons README for more details.

Installation

npm install @react-native-vector-icons/icomoon

Usage

  1. Add the config.json somewhere in your project to be imported
  2. Add the ttf file into rnvi-fonts. You can customise this location as described in react-native-vector-icons
  3. Add this package to your project
yarn instal @react-native-vector-icons/fontello
  1. Create the component in your project and use it
import createIconSet from '@react-native-vector-icons/icomoon';
import icoMoonConfig from './IcoMoon-Free.json';
const Icon = createIconSet(icoMoonConfig);

cont icon = <Icon name="comments" />;

If you want to customise the font postscript name and filename you can pass extra arguments.

import createIconSet from '@react-native-vector-icons/icomoon';
import icoMoonConfig from './IcoMoon-Free.json';
const Icon = createIconSet(icoMoonConfig, 'Font Family', 'FontFamily.ttf');

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Package Sidebar

Install

npm i @react-native-vector-icons/icomoon

Weekly Downloads

4

Version

0.0.1-alpha.9

License

MIT

Unpacked Size

10.4 kB

Total Files

10

Last publish

Collaborators

  • johnf
  • oblador