New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

iconsax-react-native

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iconsax-react-native

```bash yarn add iconsax-react-native react-native-svg # or npm i iconsax-react-native react-native-svg ```

  • 0.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.2K
increased by10.26%
Maintainers
1
Weekly downloads
 
Created
Source

iconsax for React Native

for React

1000 icons in 6 different styles, total 6000 icons | Perfectly balance | 24px grid-based

Browse icons at site



©️ iconsax github and official website(other format and platform available)

Installation

yarn add iconsax-react-native react-native-svg
# or
npm i iconsax-react-native react-native-svg

Usage

import React from 'react';
//import icon.
import { EmojiHappy } from 'iconsax-react-native';

const Example = () => {
  // then use it as a normal React Component
  return <EmojiHappy />;
};

You can configure Icons with inline props:

<EmojiHappy color="#eee" variant="Bulk" size={54} />

Props

PropTypeDefaultNote
colorstringcurrentColorcss color
sizenumber string24pxsize={24} or size="24"
variantLinear Outline TwoTone Bulk Broken BoldLinearicons styles

Contributing

See CONTRIBUTING.md

License

MIT

Keywords

FAQs

Package last updated on 29 Dec 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc