reactnative-line-awsome
v1.0.0
Published
Easily add and customize Line Awesome icons in your react native app
Downloads
2,161
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-awsomeUsage/Examples
import {AccessibleIcon} from 'reactnative-line-awsome'
function App() {
return <AccessibleIcon width={50} height={50} fill={'green'} />
}