Unofficial library for the free and open-source collection of over 430+ SVG icons for Flowbite and Qwik
npm install flowbite-qwik-icons
Include popular Flowbite icons easily in your Qwik projects with flowbite-qwik-icons 🚀
---
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
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
})
``