Files
Fluxup_PAP/node_modules/@expo/vector-icons/build/Zocial.js
2026-03-10 16:18:05 +00:00

6 lines
302 B
JavaScript

'use client';
import createIconSet from './createIconSet';
import font from './vendor/react-native-vector-icons/Fonts/Zocial.ttf';
import glyphMap from './vendor/react-native-vector-icons/glyphmaps/Zocial.json';
export default createIconSet(glyphMap, 'zocial', font);
//# sourceMappingURL=Zocial.js.map