Jam icons as React Native Components
handcrafted & pixel perfect icons form Jam icons as React components. Created using SVGR
This project uses node and npm.
First install react-native-svg (Not needed when using Expo). Then:
$ npm install react-native-jam-icons
$ # OR
$ yarn add react-native-jam-icons
import { Amazon } from 'react-native-jam-icons'
const Example = (props) => <View>
<Amazon width={40} height={40} color={'pink'}/>
</View>
See icons and jam-icons for available icons.
- Fork it and create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature' 3.Push to the branch: git push origin my-new-feature
- Submit a pull request
MIT