0.2.0 • Published 2 years ago

givepulse-iconsax-react v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Installation

yarn add givepulse-iconsax-react
# or
npm i givepulse-iconsax-react

Usage

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

PropTypeDefaultNote
colorstringcurrentColorcss color
sizenumber string24pxsize={24} or size="24"
variantLinear Outline TwoTone Bulk Broken BoldLinearicons styles

GivePulse Icons Added So Far


0.1.2

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago