New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

icon-lib

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

icon-lib

Icon library for react native having almost 3000+ icons in solid, thin, light, regular, brands

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
0
Created
Source

icon-lib

Icon library for react native having almost 3000+ icons in solid, thin, light, regular, brands

Installation

npm install icon-lib

Usage

import RenderIcon from 'icon-lib';

export default function App() {

  return (
    <View>
      <RenderIcon name='address-book-regular' color='green' size={200} />
    </View>
  );
}

License

MIT

Made with create-react-native-library

Keywords

react-native

FAQs

Package last updated on 07 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts