mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-09 14:12:51 +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:
parent
18a9c9cb1c
commit
526a5a3460
BIN
core/embed/rust/src/ui/model_mercury/res/sign30.png
Normal file
BIN
core/embed/rust/src/ui/model_mercury/res/sign30.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 522 B |
BIN
core/embed/rust/src/ui/model_mercury/res/sign30.toif
Normal file
BIN
core/embed/rust/src/ui/model_mercury/res/sign30.toif
Normal file
Binary file not shown.
BIN
core/embed/rust/src/ui/model_mercury/res/warning24.png
Normal file
BIN
core/embed/rust/src/ui/model_mercury/res/warning24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 403 B |
BIN
core/embed/rust/src/ui/model_mercury/res/warning24.toif
Normal file
BIN
core/embed/rust/src/ui/model_mercury/res/warning24.toif
Normal file
Binary file not shown.
@ -83,6 +83,7 @@ include_icon!(
|
|||||||
include_icon!(ICON_FIRE, "model_mercury/res/fire24.toif");
|
include_icon!(ICON_FIRE, "model_mercury/res/fire24.toif");
|
||||||
include_icon!(ICON_QR_CODE, "model_mercury/res/qr_code24.toif");
|
include_icon!(ICON_QR_CODE, "model_mercury/res/qr_code24.toif");
|
||||||
include_icon!(ICON_REBOOT, "model_mercury/res/reboot24.toif");
|
include_icon!(ICON_REBOOT, "model_mercury/res/reboot24.toif");
|
||||||
|
include_icon!(ICON_WARNING, "model_mercury/res/warning24.toif");
|
||||||
|
|
||||||
// 30x30
|
// 30x30
|
||||||
include_icon!(ICON_AUTOFILL, "model_mercury/res/autofill30.toif");
|
include_icon!(ICON_AUTOFILL, "model_mercury/res/autofill30.toif");
|
||||||
@ -93,6 +94,7 @@ include_icon!(
|
|||||||
ICON_SIMPLE_CHECKMARK,
|
ICON_SIMPLE_CHECKMARK,
|
||||||
"model_mercury/res/simple_checkmark30.toif"
|
"model_mercury/res/simple_checkmark30.toif"
|
||||||
);
|
);
|
||||||
|
include_icon!(ICON_SIGN, "model_mercury/res/sign30.toif");
|
||||||
|
|
||||||
// 40x40
|
// 40x40
|
||||||
include_icon!(ICON_MINUS, "model_mercury/res/minus40.toif");
|
include_icon!(ICON_MINUS, "model_mercury/res/minus40.toif");
|
||||||
|
Loading…
Reference in New Issue
Block a user