solidjs-fluent-icons

0.1.6 • Public • Published

aphadev Hello

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.

Readme

Keywords

Package Sidebar

Install

npm i solidjs-fluent-icons

Weekly Downloads

23

Version

0.1.6

License

MIT

Unpacked Size

32 MB

Total Files

8178

Last publish

Collaborators

  • sacarvy