Primeicons.ts icon missing and wrong icons key #16543
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
I noticed a bug in primeiconts.ts
ASTERIKS = 'pi pi-asteriks'
is wrong, should beASTERISK = 'pi pi-asterisk'
hereThe next ones are not real bugs, but suggestions for a more intuitive use:
ARROW_H = 'pi pi-arrows-h'
the key would be better if it wereARROWS_H'
to better fit the value hereARROW_V = 'pi pi-arrows-v'
the key would be better if it wereARROWS_V'
to better fit the value; hereEnvironment
N/A
Reproducer
No response
Angular version
18.0.1
PrimeNG version
17.18.11
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.9.0
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: