mirror of
https://github.com/zoriya/expo-vector-icons.git
synced 2026-06-02 02:15:03 +00:00
5 lines
298 B
JavaScript
5 lines
298 B
JavaScript
import createIconSet from './createIconSet';
|
|
import font from './vendor/react-native-vector-icons/Fonts/AntDesign.ttf';
|
|
import glyphMap from './vendor/react-native-vector-icons/glyphmaps/AntDesign.json';
|
|
export default createIconSet(glyphMap, 'anticon', font);
|
|
//# sourceMappingURL=AntDesign.js.map
|