react-shihab-icons
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

shihab-icons for React and figma

230 icons in 2 different styles,24px grid-based

Browse icons at site



©️ 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

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

License

MIT

Package Sidebar

Install

npm i react-shihab-icons

Weekly Downloads

3

Version

0.0.7

License

MIT

Unpacked Size

1.89 MB

Total Files

516

Last publish

Collaborators

  • alaa-sufi