1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

feat(core/ui): add two more T3T1 icons

Icon named sign used in hold to confirm prompt screens.
This commit is contained in:
obrusvit 2024-04-20 17:35:03 +02:00 committed by Martin Milata
parent 8a56c393e2
commit b8fd987dd8
5 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

View File

@ -83,6 +83,7 @@ include_icon!(
include_icon!(ICON_FIRE, "model_mercury/res/fire24.toif");
include_icon!(ICON_QR_CODE, "model_mercury/res/qr_code24.toif");
include_icon!(ICON_REBOOT, "model_mercury/res/reboot24.toif");
include_icon!(ICON_WARNING, "model_mercury/res/warning24.toif");
// 30x30
include_icon!(ICON_AUTOFILL, "model_mercury/res/autofill30.toif");
@ -93,6 +94,7 @@ include_icon!(
ICON_SIMPLE_CHECKMARK,
"model_mercury/res/simple_checkmark30.toif"
);
include_icon!(ICON_SIGN, "model_mercury/res/sign30.toif");
// 40x40
include_icon!(ICON_MINUS, "model_mercury/res/minus40.toif");