'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 * * Feather icon set component. * Usage: */ import { createIconSet } from '@react-native-vector-icons/common'; import glyphMap from '../glyphmaps/Feather.json'; export const Feather = createIconSet(glyphMap, { postScriptName: 'Feather', fontFileName: 'Feather.ttf', }); export type FeatherIconName = keyof typeof glyphMap; /** @alias */ export default Feather;