MDL-63303 core: add new icons for messaging

This commit is contained in:
Ryan Wyllie 2018-10-16 11:30:22 +08:00
parent 456e6d8145
commit 7b91dcf264
11 changed files with 35 additions and 0 deletions

View file

@ -294,6 +294,7 @@ class icon_system_fontawesome extends icon_system_font {
'core:i/scheduled' => 'fa-calendar-check-o',
'core:i/search' => 'fa-search',
'core:i/section' => 'fa-folder-o',
'core:i/sendmessage' => 'fa-paper-plane',
'core:i/settings' => 'fa-cog',
'core:i/show' => 'fa-eye-slash',
'core:i/siteevent' => 'fa-globe',
@ -332,6 +333,7 @@ class icon_system_fontawesome extends icon_system_font {
'core:t/collapsed_empty' => 'fa-plus-square-o',
'core:t/collapsed_rtl' => 'fa-plus-square',
'core:t/collapsed' => 'fa-plus-square',
'core:t/collapsedcaret' => 'fa-caret-right',
'core:t/contextmenu' => 'fa-cog',
'core:t/copy' => 'fa-copy',
'core:t/delete' => 'fa-trash',