@react-native-vector-icons/foundation
Version:
Foundation font for react native vector icons
19 lines (15 loc) • 650 B
text/typescript
/**
* This is a generated file. If you modify it manually, your changes will be lost!
* Instead, modify the template in `generator-react-native-vector-icons`.
*
* Foundation icon set component.
* Usage: <Foundation name="icon-name" size={20} color="#4F8EF7" />
*/
import { createIconSet } from '@react-native-vector-icons/common';
import glyphMap from '../glyphmaps/Foundation.json';
const Icon = createIconSet(glyphMap, {
postScriptName: 'fontcustom',
fontFileName: 'Foundation.ttf',
fontSource: require('../fonts/Foundation.ttf'), // eslint-disable-line @typescript-eslint/no-require-imports, global-require
});
export default Icon;