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';