Add Icons::NOTIFICATION

This commit is contained in:
Eric Lippmann 2019-10-30 14:51:01 +01:00
parent cad1a39bc5
commit 024496ad77

View file

@ -14,6 +14,8 @@ class Icons
const IS_PERSISTENT = 'pin';
const NOTIFICATION = 'bell';
const USER = 'user';
const WARNING = 'warning-empty';