Open eluchsinger opened 4 months ago
When using pi pi-list-check, it seems to be missing or not showing up.
pi pi-list-check
If I change it to for example pi pi-bars, it seems to work.
pi pi-bars
protected tabs: MenuItem[] = [ { label: "Doesnt work", icon: "pi pi-list-check", routerLink: ["route-1"], },{ label: "Works!", icon: "pi pi-bars", routerLink: ["route-2"], }, ];
MacOS, probably not relevant.
No response
18.0.5
17.18.2
Angular CLI App
TypeScript
20.12.0
Edge
I have the same issue (MacOs, Chrome, primeng: 17.12.0, @angular/core: 17.3.0)
Same thing for pi-bell-slash by the way.
pi-bell-slash
Describe the bug
When using
pi pi-list-check
, it seems to be missing or not showing up.If I change it to for example
pi pi-bars
, it seems to work.Environment
MacOS, probably not relevant.
Reproducer
No response
Angular version
18.0.5
PrimeNG version
17.18.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.12.0
Browser(s)
Edge
Steps to reproduce the behavior
No response
Expected behavior
No response