1.1.1-beta.1 • Published 3 years ago

native-icons v1.1.1-beta.1

Weekly downloads
17
License
MIT
Repository
github
Last release
3 years ago

NativeIcons

NPM version NPM downloads

About

Icon component for React Native & Expo with better font family management

How to Install

First, install the library in your project by npm:

$ npm install native-icons

Or Yarn:

$ yarn add native-icons

Bare React Native Project

Getting Started

• Connect libary with project using ES6 import:

import Icon from 'native-icons';

Options

NameTypeDefaultDescriptionAvailable options
typestringIcons font typeIcon Types

Available Icon Types

  • ant-design
  • entypo
  • evil-icons
  • feather
  • font-awesome
  • font-awesome-5
  • fontisto
  • foundation
  • ionicons
  • material-icons
  • material-community-icons
  • octicon
  • zocial
  • simple-line-icon

License

This project is licensed under the MIT License © 2020-present Jakub Biesiada