@nghinv/react-native-icons
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

@nghinv/react-native-icons

Installation

Installing the package

  • Use yarn
yarn add @nghinv/react-native-icons
  • Use npm
npm install @nghinv/react-native-icons

How to use

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'
    />
  );
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.6
    37
    • latest
  • 1.0.5
    0
    • undefined

Version History

Package Sidebar

Install

npm i @nghinv/react-native-icons

Weekly Downloads

37

Version

1.0.6

License

MIT

Unpacked Size

316 kB

Total Files

23

Last publish

Collaborators

  • nghinv