Iconsax version 1.0 icons for React 18+
npm install react-icons-saxIcons are provided by Iconsax. Please visit the official website for further details iconsax.io
All code snippets and documentation are available here:
#### 1.Install package
To install with npm:
npm install react-icons-sax --save
To install with yarn:
yarn add react-icons-sax
Here is a basic example of using react-icons-sax within a React application.
``jsx
import { EssetionalPetOutline } from 'react-icons-sax';
``
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 |
See the contributing guide to learn how to contribute to the repository and the development workflow.
This project is licensed under the terms of the MIT license.