0.0.16 • Published 7 months ago

shihab-react-icons v0.0.16

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

7 months ago

0.0.15

7 months ago

0.0.14

7 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.11

7 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.1

7 months ago