diff --git a/core/embed/rust/src/ui/model_mercury/res/sign30.png b/core/embed/rust/src/ui/model_mercury/res/sign30.png new file mode 100644 index 000000000..bfdeb622a Binary files /dev/null and b/core/embed/rust/src/ui/model_mercury/res/sign30.png differ diff --git a/core/embed/rust/src/ui/model_mercury/res/sign30.toif b/core/embed/rust/src/ui/model_mercury/res/sign30.toif new file mode 100644 index 000000000..96ab6097b Binary files /dev/null and b/core/embed/rust/src/ui/model_mercury/res/sign30.toif differ diff --git a/core/embed/rust/src/ui/model_mercury/res/warning24.png b/core/embed/rust/src/ui/model_mercury/res/warning24.png new file mode 100644 index 000000000..2283b0d71 Binary files /dev/null and b/core/embed/rust/src/ui/model_mercury/res/warning24.png differ diff --git a/core/embed/rust/src/ui/model_mercury/res/warning24.toif b/core/embed/rust/src/ui/model_mercury/res/warning24.toif new file mode 100644 index 000000000..e3f78be04 Binary files /dev/null and b/core/embed/rust/src/ui/model_mercury/res/warning24.toif differ diff --git a/core/embed/rust/src/ui/model_mercury/theme/mod.rs b/core/embed/rust/src/ui/model_mercury/theme/mod.rs index 41f884e70..1f526d94b 100644 --- a/core/embed/rust/src/ui/model_mercury/theme/mod.rs +++ b/core/embed/rust/src/ui/model_mercury/theme/mod.rs @@ -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");