MDL-84980 pix: Replace insert_page_break icon
To provide a visually clearer and more user-friendly quiz experience, the 'add new page' icon has been standardized to 'fa-plus'.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -114,7 +114,7 @@ class icon_system_fontawesome extends icon_system_font {
|
||||
'core:e/insert_file' => 'fa-regular fa-file',
|
||||
'core:e/insert_horizontal_ruler' => 'fa-ruler-horizontal',
|
||||
'core:e/insert_nonbreaking_space' => 'fa-regular fa-square',
|
||||
'core:e/insert_page_break' => 'fa-arrows-left-right-to-line',
|
||||
'core:e/insert_page_break' => 'fa-plus',
|
||||
'core:e/insert_row_after' => 'fa-plus',
|
||||
'core:e/insert_row_before' => 'fa-plus',
|
||||
'core:e/insert' => 'fa-plus',
|
||||
|
||||
@@ -1 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" preserveAspectRatio="xMinYMid meet"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M32 64c17.7 0 32 14.3 32 32l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32V96C0 78.3 14.3 64 32 64zm214.6 73.4c12.5 12.5 12.5 32.8 0 45.3L205.3 224l229.5 0-41.4-41.4c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3l-96 96c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L434.7 288l-229.5 0 41.4 41.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0zM640 96V416c0 17.7-14.3 32-32 32s-32-14.3-32-32V96c0-17.7 14.3-32 32-32s32 14.3 32 32z"/></svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" preserveAspectRatio="xMinYMid meet"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 788 B After Width: | Height: | Size: 449 B |
Reference in New Issue
Block a user