https://github.com/tiaanduplessis/react-native-simple-icons
Simple Icon component shamelessly taken from react-native-elements
https://github.com/tiaanduplessis/react-native-simple-icons
icons react react-native react-native-elements react-native-vector-icons
Last synced: 5 months ago
JSON representation
Simple Icon component shamelessly taken from react-native-elements
- Host: GitHub
- URL: https://github.com/tiaanduplessis/react-native-simple-icons
- Owner: tiaanduplessis
- License: mit
- Created: 2018-09-18T14:21:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T22:49:45.000Z (over 6 years ago)
- Last Synced: 2025-07-01T04:46:57.003Z (6 months ago)
- Topics: icons, react, react-native, react-native-elements, react-native-vector-icons
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-simple-icons
[](https://npmjs.org/package/react-native-simple-icons)
[](https://npmjs.org/package/react-native-simple-icons)
[](https://github.com/RichardLitt/standard-readme)
[](https://npmjs.org/package/react-native-simple-icons)
[](http://makeapullrequest.com)
> Simple Icon component shamelessly taken from [react-native-elements](https://github.com/react-native-training/react-native-elements)
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#License)
## Install
This project uses [node](https://nodejs.org) and [npm](https://www.npmjs.com). First install [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons)
```sh
# yarn
yarn add react-native-vector-icons
# or with npm
npm i --save react-native-vector-icons
# link
react-native link react-native-vector-icons
```
Then:
```sh
$ npm install react-native-simple-icons
$ # OR
$ yarn add react-native-simple-icons
```
## Usage
```js
import { Icon } from 'react-native-simple-icons'
console.log('hello')} />
```
## Contribute
1. Fork it and create your feature branch: git checkout -b my-new-feature
2. Commit your changes: git commit -am 'Add some feature'
3. Push to the branch: git push origin my-new-feature
4. Submit a pull request
## License
MIT