solidjs-fluent-icons
v0.1.6
Published
heroicons inspired structure for fluent icons unofficial not backed by microsoft, just helpful and easy to use that is what I want from my libraries to be.
Downloads
5
Readme
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.