1.3.0 • Published 8 months ago

solidjs-remixicon v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

SolidJS RemixIcon

RemixIcon for SolidJS

Usage

import { RiHeartLine, RiHeart2Line } from "solidjs-remixicon"

const Hello = () => <div>
    <RiHeartLine />

    <RiHeart2Line
        class="my-icon"
        style={{
            "font-size": "40px"
        }}
    />
</div>
1.3.0

8 months ago

1.2.0

12 months ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago