Skip to content

Commit

Permalink
MDL-83933 pix: Switch import/export icons
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Dec 10, 2024
1 parent 0888a6d commit 422f8a6
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 13 deletions.

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions admin/tool/usertours/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,9 @@ function tool_usertours_extend_navigation_user() {
*/
function tool_usertours_get_fontawesome_icon_map() {
return [
'tool_usertours:i/tour-import' => 'fa-upload',
'tool_usertours:i/tour-new' => 'fa-file-circle-plus',
'tool_usertours:i/tour-shared' => 'fa-share-from-square',
'tool_usertours:i/reload' => 'fa-arrow-rotate-right',
'tool_usertours:t/export' => 'fa-download',
'tool_usertours:t/filler' => 'fa-spacer',
];
}
Expand Down
4 changes: 3 additions & 1 deletion admin/tool/usertours/pix/i/tour-import.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion admin/tool/usertours/pix/t/export.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions lib/classes/output/icon_system_fontawesome.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,7 @@ public function get_core_icon_map() {
'core:i/enrolusers' => 'fa-user-plus',
'core:i/excluded' => 'fa-circle-minus',
'core:i/expired' => 'fa-circle-exclamation text-warning',
'core:i/export' => 'fa-download',
'core:i/externallink' => 'fa-arrow-up-right-from-square',
'core:i/file_export' => 'fa-download',
'core:i/file_import' => 'fa-upload',
'core:i/file_plus' => 'fa-file-circle-plus',
'core:i/files' => 'fa-file',
'core:i/filter' => 'fa-filter',
Expand All @@ -261,7 +258,6 @@ public function get_core_icon_map() {
'core:i/hide' => 'fa-regular fa-eye',
'core:i/hierarchylock' => 'fa-lock',
'core:i/home' => 'fa-house',
'core:i/import' => 'fa-upload',
'core:i/incorrect' => 'fa-exclamation',
'core:i/info' => 'fa-info',
'core:i/invalid' => 'fa-xmark text-danger',
Expand Down
4 changes: 3 additions & 1 deletion pix/i/export.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion pix/i/file_export.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion pix/i/file_import.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion pix/i/import.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 422f8a6

Please sign in to comment.