diff --git a/library/Eagle/Common/Icons.php b/library/Eagle/Common/Icons.php index 8da5cd73..1a328cab 100644 --- a/library/Eagle/Common/Icons.php +++ b/library/Eagle/Common/Icons.php @@ -14,6 +14,8 @@ class Icons const IS_PERSISTENT = 'pin'; + const NOTIFICATION = 'bell'; + const USER = 'user'; const WARNING = 'warning-empty';