featharie
v0.0.3
Published
feather-icons as react components
Downloads
1
Maintainers
Readme
refer: https://feathericons.com/
feather-icons as react components
Install
$ npm install featherie
Usage
import React from "react";
import Activity from "featherie/ts/Activity";
function MyComponent() {
return <div><Activity></div>;
}