Added angle-right and house icon

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-02-19 14:02:59 +00:00
parent 24a17b09a5
commit 1ee5f28fca

View file

@ -59,6 +59,8 @@ class IconHelper
return 'fas fa-cog'; return 'fas fa-cog';
case 'angle-left': case 'angle-left':
return 'fas fa-angle-left'; return 'fas fa-angle-left';
case 'angle-right':
return 'fas fa-angle-right';
case 'warning': case 'warning':
return 'fas fa-exclamation-triangle'; return 'fas fa-exclamation-triangle';
case 'kits': case 'kits':
@ -184,6 +186,8 @@ class IconHelper
return 'fa-regular fa-id-card'; return 'fa-regular fa-id-card';
case 'department' : case 'department' :
return 'fa-solid fa-building-user'; return 'fa-solid fa-building-user';
case 'home' :
return 'fa-solid fa-house';
case 'note': case 'note':
case 'notes': case 'notes':
return 'fas fa-sticky-note'; return 'fas fa-sticky-note';