0.5.0 • Published 1 year ago

iconic-react v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

©️ iconsax github and official website(other format and platform available)

Installation

yarn add iconic-react

# or
npm i iconic-react

Usage

import React from 'react';
//import icon.
import { EmojiHappy } from 'iconic-react';

const Example = () => {
  // then use it as a normal React Component
  return <EmojiHappy />;
};

You can configure Icons with inline props:

<EmojiHappy color="#eee" variant="Bulk" size={54} />

// happy emoji with color #eee, variant Bulk and size 54px with love ❤️ (ibnahmad)

Props

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

Contributing

See CONTRIBUTING.md

License

©️ ALL RIGHTS RESERVED TO IBNAHMAD MOHAMED

MIT

1.0.5

2 years ago

0.1.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago