Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

iconsax-react

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iconsax-react

Iconsax icon pack for React

latest
Source
npmnpm
Version
0.0.8
Version published
Weekly downloads
28K
-7.34%
Maintainers
1
Weekly downloads
 
Created
Source

iconsax for React

for React Native

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
# or
npm i iconsax-react

Usage

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

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

icons

FAQs

Package last updated on 28 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