1.0.0 • Published 2 years ago

reactnative-line-awsome v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Line Awesome Icons for React Native

Easily add and customize Line Awesome icons in your react native app

Installation

Add the library as a dependency:

    # yarn
    yarn add reactnative-line-awsome

    # npm
    npm install reactnative-line-awsome

Usage/Examples

import {AccessibleIcon} from 'reactnative-line-awsome'

function App() {
  return <AccessibleIcon width={50} height={50} fill={'green'} />
}