UNPKG

@mmbt/react-web-vector-icons

Version:

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

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