rn-lineawesomeicons

0.0.3 • Public • Published

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 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

Package Sidebar

Install

npm i rn-lineawesomeicons

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

1.51 MB

Total Files

1549

Last publish

Collaborators

  • xncn