UNPKG

@react-native-vector-icons/foundation

Version:
21 lines (20 loc) 871 B
"use strict"; 'use client'; /** * This is a generated file. If you modify it manually, your changes will be lost! * This file was generated from packages/generator-react-native-vector-icons/src/app/templates * If you're contributing to react-native-vector-icons, make the change there; otherwise it'll be lost * * 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'; export const Foundation = createIconSet(glyphMap, { postScriptName: 'fontcustom', fontFileName: 'Foundation.ttf', fontSource: require('../../fonts/Foundation.ttf') // eslint-disable-line @typescript-eslint/no-require-imports, global-require }); /** @alias */ export default Foundation; //# sourceMappingURL=index.js.map