1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-08-03 12:28:13 +00:00

feat(core): add Delizia menu up/down icons

[no changelog]
This commit is contained in:
Roman Zeyde 2025-07-07 19:40:24 +03:00 committed by Roman Zeyde
parent 327ccd38e4
commit 8e1d90f27e
5 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

View File

@ -65,6 +65,8 @@ include_icon!(
ICON_CHEVRON_RIGHT,
"layout_delizia/res/chevron_right24.toif"
);
include_icon!(ICON_CHEVRON_UP, "layout_delizia/res/chevron_up24.toif");
include_icon!(ICON_CHEVRON_DOWN, "layout_delizia/res/chevron_down24.toif");
include_icon!(ICON_DOWNLOAD, "layout_delizia/res/download24.toif");
include_icon!(ICON_KEY, "layout_delizia/res/key20.toif");
include_icon!(ICON_QR_CODE, "layout_delizia/res/qr_code24.toif");