UNPKG

@mmbt/react-web-vector-icons

Version:

An adaptation of react-native-vector-icons for react web

10 lines (7 loc) 248 B
/** * Zocial icon set component. * Usage: <Zocial name="icon-name" size={20} color="#4F8EF7" /> */ import createIcon from './lib/create-icon-set'; const Zocial = createIcon(require('./glyphmaps/Zocial.json'), 'Zocial'); export default Zocial;