reactnative-line-awsome
v1.0.0
Published
Easily add and customize Line Awesome icons in your react native app
Downloads
311
Maintainers
Readme
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'} />
}