0.0.3 • Published 9 months ago

react-native-untitled-icon v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

React Native Untitled Icon

React native implementation for the popular UntitledIcon open source library.

Install

Using yarn

yarn add react-native-untitled-icon

Using npm

npm install react-native-untitled-icon

This library relies on the react-native-svg package to render svg icons. Install the react-native-svg package,

yarn add react-native-svg

or

npm install react-native-svg

Usage

import Icon from 'react-native-untitled-icon';
<Icon name="home-fill" size="48" color="red">

Props

PropDefaultDescription
namehome-01Name of the icon. Explore the untitledicon library for all valid icon names
size24Size of the icon
colorblackColor of the icon