rn-lineawesomeicons
v0.0.3
Published
This is a react native icon library includes Line Awesome icons
Downloads
8
Maintainers
Readme
React Native Line Awesome Icons
You can easily add icons for your application using this package.You can see all the icons on Line Awesome.
İnstall
This package dependency react-native-svg , you need install this package.
npm install react-native-svg;
npx pod-install ios;
npm install rn-lineawesomeicons;
Dont forget restart metro bundler
How can I use this package?
import React from 'react';
import {SafeAreaView} from 'react-native';
import RNLineAwesomeIcons from 'rn-lineawesomeicons';
const App = () => {
return (
<SafeAreaView>
<RNLineAwesomeIcons icon={'la-blind'} fill={'black'} />
</SafeAreaView>
);
};
export default App;
Component Supported Props
| Prop Name | Description | | --------- | --------------------------------------------------------------------------- | | icon | This is icon name property you can find icon names on Line Awesome web site | | height | Specifies the height at which the component will fill the screen. | | width | Specifies the width that the component will fill the screen. | | fill | indicates the color of the component | | stroke | indicates the outer frame color of the component |
Thanks icons8 team https://icons8.com/line-awesome VSCODE