mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-63303 core: add new icons for messaging
This commit is contained in:
parent
456e6d8145
commit
7b91dcf264
11 changed files with 35 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue