UNPKG

@jamadd/react-native-template-icons

Version:

React Native Template Icons is a collection of icons designed by JaMa D&D.

46 lines (28 loc) 846 B
# React Native Template Icons React Native Template Icons is a collection of icons designed by JaMa D&D. ## Features - Comprehensive icon set - Supports default sizes and custom sizes - Customizable colors ## Installation ```sh yarn add @jamadd/react-native-template-icons ``` or ```sh npm install @jamadd/react-native-template-icons ``` ## Usage ```js import Icon, { IconSize } from "@jamadd/react-native-template-icons"; // Default icon size <Icon name="house" color="#ff0000" size={IconSize.S} />; // Custom icon size <Icon name="house" color="#ff0000" size={24} />; ``` ## Available Icons TODO ## Credits This package is created using [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons/blob/master/docs/CREATE_FONT_PACKAGE.md) and [Yeoman generator](https://yeoman.io/learning/). ## License MIT