0.0.3 • Published 2 years ago

rnmaterialicons v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

React Native Material Icons

React native implementation for the popular MaterialIcons

Install

Using yarn

yarn add rnmaterialicons

Using npm

npm install rnmaterialicons

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 {MaterialIcon, TYPES} from 'rnmaterialicons';
<MaterialIcon name="home" size="48" color="red" type={TYPES.ROUND}>

Props

PropDefaultDescription
nameremixicon-fillName of the icon. Explore MaterialIcons
size24Size of the icon
colorblackColor of the icon
typeroundround filled outlined sharp
0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago