@ngxi/bx
v0.12.33
Published
Icon set BoxIcons for Angular applications
Maintainers
Readme
@ngxi/bx
Icon Set Info
- Name: BoxIcons
- Prefix:
bx - Icons: 814
- License: CC BY 4.0
- Author: Atisa
- Website: https://github.com/atisawd/boxicons
Installation
pnpm add @ngxi/bxUsage
import { Component } from '@angular/core'
import { NgxiBx, bxHeartCircle } from '@ngxi/bx'
@Component({
imports: [NgxiBx],
template: `<svg [ngxiBx]="bxHeartCircle"></svg>`
})
export class UsageIcon {
protected bxHeartCircle = bxHeartCircle
}Sponsors
License
CC BY 4.0 License © 2025-PRESENT Adrián UB
