@ngxi/bi
v0.12.33
Published
Icon set Bootstrap Icons for Angular applications
Maintainers
Readme
@ngxi/bi
Icon Set Info
- Name: Bootstrap Icons
- Prefix:
bi - Icons: 2078
- License: MIT
- Author: The Bootstrap Authors
- Website: https://github.com/twbs/icons
Installation
pnpm add @ngxi/biUsage
import { Component } from '@angular/core'
import { NgxiBi, biGraphUp } from '@ngxi/bi'
@Component({
imports: [NgxiBi],
template: `<svg [ngxiBi]="biGraphUp"></svg>`
})
export class UsageIcon {
protected biGraphUp = biGraphUp
}Sponsors
License
MIT License © 2025-PRESENT Adrián UB
