0.0.7 • Published 2 years ago

react-shihab-icons v0.0.7

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

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.1.0

2 years ago