4.5.2 • Published 10 months ago

react-native-remix-icons v4.5.2

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

React Native Remix Icon

React native implementation for the popular RemixIcon open source library.

Install

Using yarn

yarn add react-native-remix-icon

Using npm

npm install react-native-remix-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-remix-icon';
<Icon name="home-fill" size="48" color="red">

Props

PropDefaultDescription
nameremixicon-fillName of the icon. Explore the remixicon library for all valid icon names
size24Size of the icon
colorblackColor of the icon
4.5.2

10 months ago

4.5.1

10 months ago

4.5.0

10 months ago

0.4.0

10 months ago