UNPKG

878 BJavaScriptView Raw
1import { createFA5iconSet } from './createIconSetFromFontAwesome5';
2import glyphMap from './vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free.json';
3import metadata from './vendor/react-native-vector-icons/glyphmaps/FontAwesome5Free_meta.json';
4const fontMap = {
5 Regular: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf'),
6 Light: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf'),
7 Solid: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf'),
8 Brand: require('./vendor/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf'),
9};
10export const FA5Style = {
11 regular: 'regular',
12 light: 'light',
13 solid: 'solid',
14 brand: 'brand',
15};
16const iconSet = createFA5iconSet(glyphMap, metadata, fontMap, false);
17export default iconSet;
18//# sourceMappingURL=FontAwesome5.js.map
\No newline at end of file