chore(svg_export): change icon

This commit is contained in:
Elian Doran 2025-03-22 16:33:00 +02:00
parent 7cc8dd082d
commit 67bfeda3d9
No known key found for this signature in database

View File

@ -5,7 +5,7 @@ const TPL = `
<button type="button"
class="export-svg-button"
title="${t("svg_export_button.button_title")}">
<span class="bx bx-export"></span>
<span class="bx bxs-file-image"></span>
</button>
`;