From 9e43d4e141558724bd7359a75ef9499ed334fc25 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Sun, 3 Nov 2019 21:58:15 +0100 Subject: [PATCH] Icons: Add REMOVE --- library/Eagle/Common/Icons.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/Eagle/Common/Icons.php b/library/Eagle/Common/Icons.php index 6fb2ccf3..17408100 100644 --- a/library/Eagle/Common/Icons.php +++ b/library/Eagle/Common/Icons.php @@ -18,6 +18,8 @@ class Icons const NOTIFICATION = 'bell'; + const REMOVE = 'trash'; + const USER = 'user'; const USERGROUP = 'users';