Skip to content

mohamedsalehamin/reactnative-line-awsome

Repository files navigation

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

About

Line Awesome Icons as Typescript React Native Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published