From 024496ad77bef76a09861939b7174143fc2e193a Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Oct 2019 14:51:01 +0100 Subject: [PATCH] Add Icons::NOTIFICATION --- 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 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';