0.0.7 • Published 7 months ago

react-shihab-icons v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

Installation

React

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

Usage

import React from 'react';
import { Home1Icon } from 'react-shihab-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.1

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.1.0

7 months ago