- Affected version
- 2.1.4
https://fontawesome.com/icons/user-slash?style=duotone
Well we write in addon.json:
"icon": "fad fa-user-slash"
Result:
In html:
And thus we do not get the icon because far is added before fad
Well we write in addon.json:
"icon": "fad fa-user-slash"
Result:
In html:
fa--xf far fad fa-user-slash fa-3x
And thus we do not get the icon because far is added before fad