Skip to content

gs-rumana/react-native-coolicons

Repository files navigation

React Naive CoolIcons

Integrate CoolIcons in your React Native App with no extra efforts.

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 CoolIcons version.

Installation

This library depends on react-native-svg to render icons. Make sure to install it before installing this library.

NPM

npm install react-native-coolicons react-native-svg

Yarn

yarn add react-native-coolicons react-native-svg

Expo

npx expo install react-native-coolicons react-native-svg

Usage

Import the CoolIcon component and use it in your application.

import CoolIcon from 'react-native-coolicons';

<CoolIcon name="laptop" size={24} color="#000" />

Props

Name Type Default Required Description
name string - true The name of the Coolicon (e.g., “laptop”)
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

Working on That Part.

License

react-native-coolicons is licensed under the MIT License.

Author

Made with ❤️ by GS Rumana

Enjoy using react-native-coolicons? Please give us a ⭐ on GitHub to show your support!

About

Bring CoolIcons to Your React Native App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published