0.0.1 • Published 4 years ago

rnlineawesomeicons v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

React Native Line Awesome Icons

Simple Example

You can easily add icons for your application using this package.You can see all the icons on Line Awesome.

Dw lis is

İnstall

This package dependency react-native-svg , you need install this package.

npm install react-native-svg;
npx pod-install ios;
npm install rnlineawesomeicons;

How can I use this package?

import React from 'react';
import {SafeAreaView} from 'react-native';
import RNLineAwesomeIcons from 'rnlineawesomeicons';

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