@ngxi/flowbite
v0.12.33
Published
Icon set Flowbite Icons for Angular applications
Maintainers
Readme
@ngxi/flowbite
Icon Set Info
- Name: Flowbite Icons
- Prefix:
flowbite - Icons: 751
- License: MIT
- Author: Themesberg
- Website: https://github.com/themesberg/flowbite-icons
Installation
pnpm add @ngxi/flowbiteUsage
import { Component } from '@angular/core'
import { NgxiFlowbite, flowbiteUserOutline } from '@ngxi/flowbite'
@Component({
imports: [NgxiFlowbite],
template: `<svg [ngxiFlowbite]="flowbiteUserOutline"></svg>`
})
export class UsageIcon {
protected flowbiteUserOutline = flowbiteUserOutline
}Sponsors
License
MIT License © 2025-PRESENT Adrián UB
