@react-native-vector-icons/foundation
Version:
Foundation font for react native vector icons
26 lines (25 loc) • 1.15 kB
JavaScript
;
'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" />
*/
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.Foundation = void 0;
var _common = require("@react-native-vector-icons/common");
var _Foundation = _interopRequireDefault(require("../../glyphmaps/Foundation.json"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
const Foundation = exports.Foundation = (0, _common.createIconSet)(_Foundation.default, {
postScriptName: 'fontcustom',
fontFileName: 'Foundation.ttf',
fontSource: require('../../fonts/Foundation.ttf') // eslint-disable-line @typescript-eslint/no-require-imports, global-require
});
/** @alias */
var _default = exports.default = Foundation;
//# sourceMappingURL=index.js.map