Iconsax for React is a fork of the original Iconsax project, which is a set of 1000+ icons designed for web and mobile applications. The fork includes additional features and improvements.
npm install @weprograpp/iconsax-react
1000 icons in 6 different styles, total 6000 icons |
Perfectly balance |
24px grid-based
> ©️ iconsax github and official
> website(other format and platform available)
``bash`
yarn add iconsax-reactor
npm i iconsax-react
`jsx
import React from 'react';
//import icon.
import { EmojiHappy } from 'iconsax-react';
const Example = () => {
// then use it as a normal React Component
return
};
`
You can configure Icons with inline props:
`jsx`
| Prop | Type | Default | Note |
| --------- | --------------------------------------------------- | -------------- | ---------------------- |
| color | string | currentColor | css color |size
| | number string | 24px | size={24} or size="24" |variant
| | Linear Outline TwoTone Bulk Broken Bold | Linear` | icons styles |
---