Update Symbols.h

change symbol to correct vale
This commit is contained in:
ZephyrLabs 2020-12-04 14:09:12 +05:30
parent 418d857308
commit a701ef23d8

View file

@ -24,7 +24,7 @@ namespace Pinetime {
static constexpr const char* tachometer = "\xEF\x8F\xBD";
static constexpr const char* asterisk = "\xEF\x81\xA9";
static constexpr const char* paintbrush = "\xEF\x87\xBC";
static constexpr const char* paddle = "\xEF\x86\x85";
static constexpr const char* paddle = "\xEF\x91\x9D";
}
}
}