0.1.1 • Published 2 years ago
solid-feather v0.1.1
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-featheror
npm i solid-featheror
pnpm install solid-featheror
bun install solid-featherUsage Example
import { Activity } from "solid-feather";
function Component() {
//...
return (
<h2>
<Activity />
Your Activity
</h2>
);
}