solid-feather
v0.1.1
Published
Solid wrapper for feather icons
Downloads
989
Readme
Solid Feather Icons
What is solid-feather?
solid-feather is a solid wrapper for feather icons. An open source library of beautiful and consistent icons.
Version: V4.29.0
Installation:
yarn add solid-feather
or
npm i solid-feather
or
pnpm install solid-feather
or
bun install solid-feather
Usage Example
import { Activity } from "solid-feather";
function Component() {
//...
return (
<h2>
<Activity />
Your Activity
</h2>
);
}