0.1.1 • Published 2 years ago

solid-feather v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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>
    );

}
0.1.1

2 years ago

0.1.0

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago