fix reverse import and export icons

This commit is contained in:
ralf 2024-09-06 11:27:06 +02:00
parent 1e3c48c270
commit bca81e8f58

View File

@ -73,7 +73,7 @@ class Image
'edit' => 'pencil-square',
'edit_leaf' => 'pencil-square',
'editpaste' => 'clipboard2-data',
'export' => 'download',
'export' => 'box-arrow-up',
'fav_filter' => 'star',
'favorites' => 'star-fill',
'filesave' => 'folder-symlink',
@ -87,7 +87,7 @@ class Image
'help' => 'question-circle',
'home' => 'house-door',
'ical' => 'box-arrow-down',
'import' => 'box-arrow-up',
'import' => 'download',
'infolog_task' => 'file-earmark-font',
'internet' => 'globe2',
'landscape' => 'tablet-landscape',