material-svg-icons-react-native
v1.0.27
Published
material svg icons using react native
Readme
material-svg-icons-react-native
material svg icons using react native
Install
npm install --save material-svg-icons-react-nativeUsage
import React, { Component } from 'react'
import MyComponent from 'material-svg-icons-react-native'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}