iconic-react
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

iconic-react package React components

1000 icons in 6 different styles, total 6000 icons | Perfectly balance | 24px grid-based

Browse icons at site



©️ 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

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

Contributing

See CONTRIBUTING.md

License

©️ ALL RIGHTS RESERVED TO IBNAHMAD MOHAMED

MIT

Package Sidebar

Install

npm i iconic-react

Weekly Downloads

54

Version

0.5.0

License

MIT

Unpacked Size

15.4 MB

Total Files

1994

Last publish

Collaborators

  • mohamed-ibnahmad