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