rn-remixicon
v1.0.7
Published
Remixicons for React Native
Downloads
125
Maintainers
Readme
RN-RemixIcon
A React Native library that provides seamless integration of the Remix Icon icon set for Android, iOS, Web, Expo, Windows, and macOS. With this library, you can easily use Remix Icons across your cross-platform mobile and web applications.
Features
- Cross-platform: Works on Android, iOS, Web, Expo, Windows, and macOS.
- Customizable: Supports icon size, color, and other props.
- Lightweight: Small bundle size.
- Up-to-date: Uses the latest Remix Icon version.
Installation
This library depends on react-native-svg
to render icons. Make sure to install it before installing this library.
NPM
npm install rn-remixicon react-native-svg
Yarn
yarn add rn-remixicon react-native-svg
Expo
npx expo install rn-remixicon react-native-svg
Usage
Import the RemixIcon
component and use it in your application.
import RemixIcon from 'rn-remixicon';
<RemixIcon name="macbook-line" size={24} color="#000" />
Props
| Name | Type | Default | Required | Description | | ---- | ---- | ------- | -------- | ----------- | | name | string | - | true | The name of the Remix icon (e.g., “home-line”) | | size | number | 24 | false | The size of the icon | | color | string | #000 | false | The color of the icon | | ... | any | - | false | Additional styles to apply to the icon |
Supported Platforms
| Platform | Supported | | -------- | --------- | | Android | ✅ | | iOS | ✅ | | Web | ✅ | | Expo | ✅ | | Windows | ✅ | | macOS | ✅ |
Icon List
You can find the list of all available icons on the Remix Icon website.
License
rn-remixicon
is licensed under the MIT License.
Author
Made with ❤️ by GS Rumana
Enjoy using rn-remixicon
? Please give us a ⭐ on GitHub to show your support!