shihab-icons for React and figma
250 icons in 2 different styles,24px grid-based
©️ 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
Prop | Type | Default | Note |
---|---|---|---|
color |
string |
currentColor |
css color |
size |
number string |
24px | size={24} or size="24" |
variant |
Line TwoTone |
Line |
icons styles |
Contributing
See CONTRIBUTING.md