1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-21 09:39:02 +00:00

chore(eckhart): add checklist icons

This commit is contained in:
Lukas Bielesch 2025-02-19 18:34:31 +01:00 committed by M1nd3r
parent 3934d5d3c8
commit 6c033cc09d
5 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

View File

@ -57,6 +57,14 @@ include_icon!(
ICON_CHEVRON_DOWN_MINI,
"layout_eckhart/res/chevron_down_mini.toif"
);
include_icon!(
ICON_CHEVRON_RIGHT_MINI,
"layout_eckhart/res/chevron_right_mini.toif"
);
include_icon!(
ICON_CHECKMARK_MINI,
"layout_eckhart/res/checkmark_mini.toif"
);
include_icon!(ICON_CHEVRON_LEFT, "layout_eckhart/res/chevron_left.toif");
include_icon!(ICON_CHEVRON_RIGHT, "layout_eckhart/res/chevron_right.toif");
include_icon!(ICON_CHEVRON_UP, "layout_eckhart/res/chevron_up.toif");