From eca7e52901f731bae461d8dcfd7c55e27e1d3671 Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Mon, 26 Jun 2017 11:36:35 +0800 Subject: [PATCH] MDL-59336 themes: change FA mapping for i/new --- lib/classes/output/icon_system_fontawesome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/output/icon_system_fontawesome.php b/lib/classes/output/icon_system_fontawesome.php index 89edd5905a8..2a2589703f0 100644 --- a/lib/classes/output/icon_system_fontawesome.php +++ b/lib/classes/output/icon_system_fontawesome.php @@ -249,7 +249,7 @@ class icon_system_fontawesome extends icon_system_font { 'core:i/move_2d' => 'fa-arrows', 'core:i/navigationitem' => 'fa-fw', 'core:i/ne_red_mark' => 'fa-remove', - 'core:i/new' => 'fa-plus', + 'core:i/new' => 'fa-bolt', 'core:i/news' => 'fa-newspaper-o', 'core:i/nosubcat' => 'fa-plus-square-o', 'core:i/notifications' => 'fa-bell',