0.2.0 • Published 3 years ago

givepulse-iconsax-react v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.2.0

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 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