1.0.7 • Published 7 months ago

react-native-coolicons v1.0.7

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

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

NameTypeDefaultRequiredDescription
namestring-trueThe name of the Coolicon (e.g., “laptop”)
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

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!