- Name: Prime Icons
-
Prefix:
prime
- Icons: 313
- License: MIT
- Author: PrimeTek
- Website: https://github.com/primefaces/primeicons
pnpm add @ngxi/prime
import { Component } from '@angular/core'
import { NgxiPrime, primeBook } from '@ngxi/prime'
@Component({
imports: [NgxiPrime],
template: `<svg [ngxiPrime]="primeBook"></svg>`
})
export class UsageIcon {
protected primeBook = primeBook
}
MIT License © 2025-PRESENT Adrián UB