Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 739 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 739 Bytes

image

KEMET ICONS

Kemet Icons is an open-source library for React.js applications.

Check out the official website at kemeticon.com →

Installation

The icons are available via the kemet-icons-react NPM package:

npm i kemet-icons-react

Usage

import React from 'react';
import { Home } from 'kemet-icons-react';

const App = () => {
  return <Home />
};

export default App;

Icons can take any standard SVG properties as optional props, e.g.

<Home color="green" height={24} width={24} />

You can check icons names form Website →