# react-icons-sax

> Iconsax version 1.0 icons for React 18+

Latest version **0.0.5** (published 2022-12-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-icons-sax
pnpm add react-icons-sax
yarn add react-icons-sax
bun add react-icons-sax
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2022-12-17 |
| First published | 2022-12-14 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 9.3 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | latyaodessa |
| Keywords | react-icons-sax, iconsax, react-iconsax, icons, react-component |

## Links

- npm: https://www.npmjs.com/package/react-icons-sax
- Repository: https://github.com/latyaodessa/bigration-libs
- Homepage: https://iconsax.vercel.app
- Issues: https://github.com/latyaodessa/bigration-libs/issues
- npm.io page: https://npm.io/package/react-icons-sax

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 0.0.5 (latest) — 2022-12-17
- 0.0.4 — 2022-12-15
- 0.0.3 — 2022-12-15
- 0.0.2 — 2022-12-15
- 0.0.1 — 2022-12-14

## README

<h1 style="text-align: center;">react-icons-sax</h1>

<div style="text-align: center;">

Icons are provided by Iconsax. Please visit the official website for further details [iconsax.io](https://iconsax.io/)

</div>

## Demo and documentation

All code snippets and documentation are available here:

<h2 style="text-align: center;">https://iconsax.vercel.app</h2>

## Installation

#### 1.Install package

To install with `npm`:

    npm install react-icons-sax --save

To install with `yarn`:

    yarn add react-icons-sax

## Basic Usage

Here is a basic example of using `react-icons-sax` within a `React` application.

```jsx
import { EssetionalPetOutline } from 'react-icons-sax';

<EssetionalPetOutline />;
```

## Props

All props are optional

| Prop        | Type   | Description                                                                                                     |
| ----------- | ------ | --------------------------------------------------------------------------------------------------------------- |
| color       | string | The stroke, line, or fill color varies depending on the type of icon. RGB and HEX colors. Default: currentColor |
| size        | number | Icon size. Default: 24                                                                                          |
| ...SVGProps |        | You can override any SVGProps                                                                                   |

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

This project is licensed under the terms of the [MIT license](/LICENSE).

---
_Source: https://npm.io/package/react-icons-sax · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
