iconsax-meta
v0.0.2
Published
Iconsax icon pack for React
Maintainers
Readme
Installation
yarn add iconsax-reactjs
# or
npm i iconsax-reactjsUsage
import React from 'react';
//import icon.
import { EmojiHappy } from 'iconsax-reactjs';
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} />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
MIT
