0.1.6 • Published 2 years ago

solidjs-fluent-icons v0.1.6

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

Hello

Example hello world package in the aphadev repository.

Installation

npm install solidjs-fluent-icons
# or
yarn add solidjs-fluent-icons
# or
pnpm add solidjs-fluent-icons

How to use it

import { AccessibilityIcon } from "solidjs-fluent-icons/filled"
// or for regular icons, `import { AccessibilityIcon } from "solidjs-fluent-icons/regular"`
function MyComponent() {
    return (
        <div>
            <AccessibilityIcon class="h-5 w-5 text-blue-500" />
            <p>...</p>
        </div>
    )
}

Changelog

See CHANGELOG.md.

0.1.6

2 years ago

0.1.4

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago