0.0.5 • Published 1 year ago

react-icons-sax v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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 --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.

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

<EssetionalPetOutline />;

Props

All props are optional

PropTypeDescription
colorstringThe stroke, line, or fill color varies depending on the type of icon. RGB and HEX colors. Default: currentColor
sizenumberIcon size. Default: 24
...SVGPropsYou 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.