/kemet-icons-react

Kemet React Icons is a library of scalable vector icons for use in your React applications.

Primary LanguageTypeScriptMIT LicenseMIT

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 →