Kemet Icons is an open-source library for React.js applications.
Check out the official website at kemeticon.com →
The icons are available via the kemet-icons-react
NPM package:
npm i kemet-icons-react
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 →