src/icons-emoji.h | 6 +++--- diff --git a/src/icons-emoji.h b/src/icons-emoji.h index 2bd6b599c888e3808316e99ef8bfd91f241da27f..8146ca96e863ee126a6845683c8ae96fc98aaa0a 100644 --- a/src/icons-emoji.h +++ b/src/icons-emoji.h @@ -7,9 +7,9 @@ // Note: As some emoji are stored as two characters, all of these strings must // be of width 2. Therefore, right pad single-width emoji with a space. -#define MD_ARROW_UPWARD "⬆️" -#define MD_ARROW_FORWARD "➡️" -#define MD_ARROW_DOWNWARD "⬇️" +#define MD_ARROW_UPWARD "⬆" +#define MD_ARROW_FORWARD "➡" +#define MD_ARROW_DOWNWARD "⬇" #define EMOJI_ARCHIVE "📦" #define EMOJI_AUDIO "🎵"