react-icons-sax
v0.0.5
Published
Iconsax version 1.0 icons for React 18+
Maintainers
Readme
Icons are provided by Iconsax. Please visit the official website for further details iconsax.io
Demo and documentation
All code snippets and documentation are available here:
Installation
1.Install package
To install with npm:
npm install react-icons-sax --saveTo install with yarn:
yarn add react-icons-saxBasic Usage
Here is a basic example of using react-icons-sax within a React application.
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 to learn how to contribute to the repository and the development workflow.
License
This project is licensed under the terms of the MIT license.
