Hero Icons For React Native

An icon component that makes it easier to use Hero icons as components in your React Native app. Easily customizable with react-native-svg props.

How to use it:

1. Install and import.

# Yarn
$ yarn add @nandorojo/heroicons react-native-svg

# NPM
$ npm i @nandorojo/heroicons react-native-svg
import * as React from 'react';
import { Text, View, ScrollView, StyleSheet } from 'react-native';
import { HeroOutline, HeroSolid, HeroSolid20, /*... */ } from '@nandorojo/heroicons'

2. Use Hero icons as components.

<HeroOutline.Calendar height="24" width="24" color="#8A8F98" />

Preview:

Hero Icons For React Native

Download Details:

Author: nandorojo

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/nandorojo/react-native-heroicons

License: MIT

Tags:

Add Comment