1.0.0-beta.2 • Published 1 year ago
@klnjs/icons v1.0.0-beta.2
@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
1 year ago
1.0.0-beta.1
1 year ago