12.0.0 • Published 9 months ago
@react-native-vector-icons/icomoon v12.0.0
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/icomoonUsage
- Add the config.json somewhere in your project to be imported
- Add the ttf file into
rnvi-fonts. You can customise this location as described in react-native-vector-icons - Add this package to your project
npm install @react-native-vector-icons/icomoon- 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
12.0.0-alpha.24
10 months ago
12.0.0-alpha.25
10 months ago
12.0.0-beta.1
10 months ago
12.0.0-alpha.21
10 months ago
0.0.1-alpha.36
1 year ago
0.0.1-alpha.35
1 year ago
12.0.0
9 months ago
0.0.1
1 year ago
0.0.1-alpha.34
1 year ago
0.0.1-alpha.33
1 year ago
0.0.1-alpha.32
1 year ago
0.0.1-alpha.31
1 year ago
0.0.1-alpha.27
1 year ago
0.0.1-alpha.29
1 year ago
0.0.1-alpha.28
1 year ago
0.0.1-alpha.30
1 year ago
0.0.1-alpha.23
1 year ago
0.0.1-alpha.12
2 years ago
0.0.1-alpha.22
1 year ago
0.0.1-alpha.11
2 years ago
0.0.1-alpha.25
1 year ago
0.0.1-alpha.14
2 years ago
0.0.1-alpha.24
1 year ago
0.0.1-alpha.16
2 years ago
0.0.1-alpha.15
2 years ago
0.0.1-alpha.18
1 year ago
0.0.1-alpha.17
1 year ago
0.0.1-alpha.10
2 years ago
0.0.1-alpha.9
2 years ago
0.0.1-alpha.8
2 years ago
0.0.1-alpha.7
2 years ago
0.0.1-alpha.5
2 years ago
0.0.1-alpha.3
2 years ago
0.0.1-alpha.2
2 years ago
0.0.1-alpha.1
2 years ago