givepulse-iconsax-react
v0.2.0
Published
GivePulse Iconsax Icon Library for React
Readme
Installation
yarn add givepulse-iconsax-react
# or
npm i givepulse-iconsax-reactUsage
import React from 'react';
//import icon
import { Gpgiving } from 'iconsax-react';
const Example = () => {
// then use it as a normal React Component
return <Gpgiving />;
};You can configure Icons with inline props:
<Gpgiving color="#eee" variant="linear" size={54} />Props
| Prop | Type | Default | Note |
| --------- | --------------------------------------------------- | -------------- | ---------------------- |
| color | string | currentColor | css color |
| size | number string | 24px | size={24} or size="24" |
| variant | Linear Outline TwoTone Bulk Broken Bold | Linear | icons styles |
