primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
10.45k stars 4.6k forks source link

Icon: pi-list-check missing #15929

Open eluchsinger opened 4 months ago

eluchsinger commented 4 months ago

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.

protected tabs: MenuItem[] = [
    {
      label: "Doesnt work",
      icon: "pi pi-list-check",
      routerLink: ["route-1"],
    },{
      label: "Works!",
      icon: "pi pi-bars",
      routerLink: ["route-2"],
    },
  ];

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

anaisberg commented 4 months ago

I have the same issue (MacOs, Chrome, primeng: 17.12.0, @angular/core: 17.3.0)

eluchsinger commented 3 months ago

Same thing for pi-bell-slash by the way.