1.1.1 • Published 4 months ago

rn-remixicon v1.1.1

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

rn-remixicon

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

NameTypeDefaultRequiredDescription
namestring-trueThe name of the Remix icon (e.g., “home-line”)
sizenumber24falseThe size of the icon
colorstring#000falseThe color of the icon
...any-falseAdditional styles to apply to the icon

Supported Platforms

PlatformSupported
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!

1.1.1

4 months ago

1.1.0

5 months ago

1.0.7

6 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago