0.0.3 • Published 4 years ago

rn-lineawesomeicons v0.0.3

Weekly downloads
2
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 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 NameDescription
iconThis is icon name property you can find icon names on Line Awesome web site
heightSpecifies the height at which the component will fill the screen.
widthSpecifies the width that the component will fill the screen.
fillindicates the color of the component
strokeindicates the outer frame color of the component

Thanks icons8 team https://icons8.com/line-awesome VSCODE