diff --git a/course/lib.php b/course/lib.php index a3747614cf5..879ceb87c55 100644 --- a/course/lib.php +++ b/course/lib.php @@ -1587,7 +1587,7 @@ function course_get_cm_edit_actions(cm_info $mod, $indent = -1, $sr = null) { $str->groupmode, $groupmode->get_choice_list(), ['class' => 'editing_groupmode'], - new pix_icon('i/groupv', '', 'moodle', ['class' => 'iconsmall']) + new pix_icon('t/groupv', '', 'moodle', ['class' => 'iconsmall']) ); } diff --git a/lib/classes/output/icon_system_fontawesome.php b/lib/classes/output/icon_system_fontawesome.php index e5d169047cf..866efbe6239 100644 --- a/lib/classes/output/icon_system_fontawesome.php +++ b/lib/classes/output/icon_system_fontawesome.php @@ -410,7 +410,7 @@ class icon_system_fontawesome extends icon_system_font { 'core:t/grades' => 'fa-table', 'core:t/groupn' => 'fa-user', 'core:t/groups' => 'fa-user-circle', - 'core:t/groupv' => 'fa-user-circle-o', + 'core:t/groupv' => 'fa-user-group', 'core:t/hide' => 'fa-eye', 'core:t/index_drawer' => 'fa-list', 'core:t/left' => 'fa-arrow-left', diff --git a/pix/t/groupv.svg b/pix/t/groupv.svg index b2d40407656..b34ba69c27c 100644 --- a/pix/t/groupv.svg +++ b/pix/t/groupv.svg @@ -1,3 +1 @@ - -]> \ No newline at end of file + \ No newline at end of file