1.0.0-beta.2 • Published 2 years ago

@klnjs/icons v1.0.0-beta.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@klnjs/icons

A collection of ready to use icons for React.

The icons are all based on the the source from mdi.

All available icons can be viewed here.

Installation

You can install the @klnjs/icons package using your preferred package manager.

npm install @klnjs/icons

How to Use

All icons are available as individual React components, and is rendered into the dom as SVG.

import { Abacus, Calendar } from '@klnjs/icons'

export const MyComponent = () => (
	<div>
		<Abacus />
		<Calendar />
	</div>
)
1.0.0-beta.2

2 years ago

1.0.0-beta.1

2 years ago