Skip to content

Commit

Permalink
Icons: Update icons
Browse files Browse the repository at this point in the history
`exclamation-triangle` (fa-v5) -> `triangle-exclamation` (fa-v6)
  • Loading branch information
sukhwinder33445 committed Jun 26, 2024
1 parent f37357f commit 83ae103
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/Notifications/Common/Icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ private function __construct()
{
}

public const WARNING = 'exclamation-triangle';
public const WARNING = 'triangle-exclamation';

public const OK = 'circle-check';

Expand Down Expand Up @@ -58,17 +58,17 @@ private function __construct()

public const SEVERITY_CRIT = 'circle-exclamation';

public const SEVERITY_WARN = 'exclamation-triangle';
public const SEVERITY_WARN = 'triangle-exclamation';

public const SEVERITY_ERR = 'circle-xmark';

public const SEVERITY_DEBUG = 'bug-slash';

public const SEVERITY_INFO = 'info';
public const SEVERITY_INFO = 'circle-info';

public const SEVERITY_ALERT = 'bell';

public const SEVERITY_EMERG = 'tower-broadcast';
public const SEVERITY_EMERG = 'bullhorn';

public const SEVERITY_NOTICE = 'envelope';
}

0 comments on commit 83ae103

Please sign in to comment.