0.1.1 • Published 6 months ago

solid-feather v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
6 months 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

6 months ago

0.1.0

6 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago