An open API service indexing awesome lists of open source software.

https://github.com/qwikerx/flowbite-qwik-icons

Unofficial library for the free and open-source collection of over 430+ SVG icons for Flowbite and Vue
https://github.com/qwikerx/flowbite-qwik-icons

flowbite flowbite-qwik-icons icon-library qwik qwikjs

Last synced: about 1 year ago
JSON representation

Unofficial library for the free and open-source collection of over 430+ SVG icons for Flowbite and Vue

Awesome Lists containing this project

README

          


Flowbite Qwik Icon Components


Include popular Flowbite icons easily in your Qwik projects with `flowbite-qwik-icons` 🚀




Total Downloads


Latest release


License


---

## Installation

Simply install the package with your package manager of choice:

```bash
npm i flowbite-qwik-icons
yarn add flowbite-qwik-icons
pnpm add flowbite-qwik-icons
```

## Usage

Icon size and color are inherited by default

```tsx
import { IconVolumeUpSolid } from 'flowbite-qwik-icons'

export const MyComponent = component$(() => {
return (




)
})
```

Icon can be used as component props

```tsx
import { IconVolumeUpSolid } from 'flowbite-qwik-icons'

export const MyComponent = component$(() => {
return Next
})
```