react-native-untitled-icon
v0.0.4
Published
Untitled Icon for React Native
Downloads
40
Maintainers
Readme
React Native Untitled Icon
React native implementation for the popular UntitledIcon open source library.
Install
Using yarn
yarn add react-native-untitled-iconUsing npm
npm install react-native-untitled-iconThis library relies on the react-native-svg package to render svg icons. Install the react-native-svg package,
yarn add react-native-svgor
npm install react-native-svgUsage
import Icon from 'react-native-untitled-icon';<Icon name="home-fill" size="48" color="red">Props
|Prop|Default|Description|
|----|-----|-----|
|name|home-01| Name of the icon. Explore the untitledicon library for all valid icon names|
|size|24|Size of the icon|
|color| black| Color of the icon|
