diff --git a/api/src/Image.php b/api/src/Image.php index 4b97808f5f..e7aedbba12 100644 --- a/api/src/Image.php +++ b/api/src/Image.php @@ -87,7 +87,7 @@ class Image 'help' => 'question-circle', 'home' => 'house-door', 'ical' => 'box-arrow-down', - 'import' => 'download', + 'import' => 'box-arrow-in-down', 'infolog_task' => 'file-earmark-font', 'internet' => 'globe2', 'landscape' => 'tablet-landscape', @@ -298,8 +298,8 @@ class Image 'images/winclose' => 'x-square', 'images/windows' => 'windows', 'images/world' => 'globe-europe-africa', - 'importexport/export' => 'download', - 'importexport/import' => 'upload', + 'importexport/export' => 'box-arrow-up', + 'importexport/import' => 'box-arrow-in-down', 'infolog/archive' => 'archive', 'infolog/billed' => 'currency-euro', 'infolog/call' => 'telephone',