# @nghinv/react-native-icons

> A custom vector icons component

Latest version **1.0.6** (published 2021-06-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nghinv/react-native-icons
pnpm add @nghinv/react-native-icons
yarn add @nghinv/react-native-icons
bun add @nghinv/react-native-icons
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2021-06-22 |
| First published | 2021-02-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 308.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | nghinv@lumi.biz |
| Maintainers | nghinv |
| Keywords | react-native, react-native-icons, icons |

## Links

- npm: https://www.npmjs.com/package/@nghinv/react-native-icons
- Repository: https://github.com/nghinv-software/react-native-icons
- Homepage: https://github.com/nghinv-software/react-native-icons#readme
- Issues: https://github.com/nghinv-software/react-native-icons/issues
- npm.io page: https://npm.io/package/@nghinv/react-native-icons

## Dependencies (1)

- [react-native-vector-icons](https://npm.io/package/react-native-vector-icons.md) *

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 1.0.6 (latest) — 2021-06-22
- 1.0.5 (undefined) — 2021-06-13
- 1.0.4 — 2021-04-13
- 1.0.3 — 2021-03-26
- 1.0.1 — 2021-02-17
- 1.0.0 — 2021-02-17

## README

# @nghinv/react-native-icons

# Installation

## Installing the package

* Use yarn

```sh
yarn add @nghinv/react-native-icons
```

* Use npm

```sh
npm install @nghinv/react-native-icons
```

* Add library [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons)

# How to use

```javascript
import React from 'react';
import { Icon } from '@nghinv/react-native-icons';

export default function Example() {
  return (
    <Icon
      size={36}
      name='photo'
      color='tomato'
      type='MaterialIcons'
    />
  );
}
```

---
_Source: https://npm.io/package/@nghinv/react-native-icons · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
