test-react-native-remix-icon
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

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

Prop Default Description
name remixicon-fill Name of the icon. Explore the remixicon library for all valid icon names
size 24 Size of the icon
color black Color of the icon

Readme

Keywords

none

Package Sidebar

Install

npm i test-react-native-remix-icon

Weekly Downloads

1

Version

0.4.0

License

MIT

Unpacked Size

1.43 MB

Total Files

2278

Last publish

Collaborators

  • ahmadsoran