UNPKG

react-native-ico-interaction

Version:
11 lines (8 loc) 197 B
import SvgMain from 'react-svg-main'; const iconsSet = require('./data'); export default class Icon extends SvgMain { constructor(props) { super(props); this.iconsSet = iconsSet; } }