0.2.0 • Published 1 year ago

givepulse-iconsax-react v0.2.0

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

1 year ago

0.2.0

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago