diff --git a/lib/classes/output/icon_system_fontawesome.php b/lib/classes/output/icon_system_fontawesome.php index b3f326b1a0a..055857a20cc 100644 --- a/lib/classes/output/icon_system_fontawesome.php +++ b/lib/classes/output/icon_system_fontawesome.php @@ -203,8 +203,8 @@ class icon_system_fontawesome extends icon_system_font { 'core:i/completion_self' => 'fa-user-o', 'core:i/dashboard' => 'fa-tachometer', 'core:i/lock' => 'fa-lock', - 'core:i/categoryevent' => 'fa-users', - 'core:i/courseevent' => 'fa-calendar', + 'core:i/categoryevent' => 'fa-cubes', + 'core:i/courseevent' => 'fa-university', 'core:i/db' => 'fa-database', 'core:i/delete' => 'fa-trash', 'core:i/down' => 'fa-arrow-down', @@ -284,7 +284,7 @@ class icon_system_fontawesome extends icon_system_font { 'core:i/search' => 'fa-search', 'core:i/settings' => 'fa-cog', 'core:i/show' => 'fa-eye-slash', - 'core:i/siteevent' => 'fa-share-alt', + 'core:i/siteevent' => 'fa-globe', 'core:i/star-rating' => 'fa-star', 'core:i/stats' => 'fa-line-chart', 'core:i/switch' => 'fa-exchange',