icons: replace double-width icons

This commit is contained in:
NRK 2022-07-24 16:05:33 +06:00
parent f1932967e2
commit 12f5faa10d
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@
#define ICON_PHOTOSHOP ICON_STR(DEV_PHOTOSHOP, "\ue7b8", ICON_PICTUREFILE)
#define ICON_PICTUREFILE ICON_STR(FA_FILE_IMAGE_O, "\uf71e", ICON_PICTURES)
#define ICON_PICTURES ICON_STR(MD_CAMERA_ALT, "\uf753", "🎨")
#define ICON_PLAYLIST ICON_STR(ICON_MUSICFILE, "\uf910", "")
#define ICON_PLAYLIST ICON_STR(ICON_MUSICFILE, "\uf831", "")
#define ICON_POWERPOINT ICON_STR(FILE_POWERPOINT, "\uf726", "📊")
#define ICON_PUBLIC ICON_STR(FA_INBOX, "\ue5ff", "👀")
#define ICON_PYTHON ICON_STR(MFIZZ_PYTHON, "\ue235", "🐍")
@ -117,7 +117,7 @@
#define ICON_EXT_PATCH ICON_STR(FILE_PATCH, "\uf440", "🩹")
#define ICON_EXT_PHP ICON_STR(MFIZZ_PHP, "\ue73d", "🌐")
#define ICON_EXT_ROM ICON_STR(FA_LOCK, "\uf795", "")
#define ICON_EXT_RSS ICON_STR(FA_RSS_SQUARE, "\uf96b", "📡")
#define ICON_EXT_RSS ICON_STR(FA_RSS_SQUARE, "\uf143", "📡")
#define ICON_EXT_RTF ICON_STR(ICON_PDF, "\uf724", ICON_PDF)
#define ICON_EXT_SCALA ICON_STR(MFIZZ_SCALA, "\ue737", "")
#define ICON_EXT_SLN ICON_STR(DEV_VISUALSTUDIO, "\ue70c", "")