/* * File: emojis.h * Author: torsten.roemer@luniks.net * * Emojis from Debian Linux with KDE Plasma. * * Created on 26. November 2023, 20:29 */ #ifndef EMOJIS_H #define EMOJIS_H #include "font.h" /** * Emoji "font". */ extern const __flash Font emojiFont; #endif /* EMOJIS_H */