0.0.16 • Published 3 years ago

shihab-react-icons v0.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

©️ shihab-icons github and official website (other format and platform available)

Installation

React

yarn add shihab-react-icons
# or
npm i shihab-react-icons
## Usage

```jsx
import React from 'react';
import { Home1Icon } from 'shihab-react-icons';

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

You can configure Icons with inline props:

<Home1Icon color="#eee" variant="Line" size={54} />

Props

PropTypeDefaultNote
colorstringcurrentColorcss color
sizenumber string24pxsize={24} or size="24"
variantLine TwoToneLineicons styles

Contributing

See CONTRIBUTING.md

License

MIT

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.1

3 years ago