UNPKG

react-icons-sax

Version:

Iconsax version 1.0 icons for React 18+

54 lines (30 loc) 1.67 kB
<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).