1.0.4 • Published 8 months ago

remix-icons-rn v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

React Native Remix Icon

React native implementation for the popular RemixIcon open source library. This library is a fork of (https://github.com/ajayesivan/react-native-remix-icon) since it seemed to be no longer maintained for my use case.

This library includes all the latest icons as per Remix v4.3.0 and is fully typesafe.

Install

Using yarn

yarn add remix-icons-rn

Using npm

npm install remix-icons-rn

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
1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago