diff options
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 30 |
1 files changed, 28 insertions, 2 deletions
@@ -31,5 +31,31 @@ enum iFileVersion { | |||
31 | 31 | ||
32 | /* Icons */ | 32 | /* Icons */ |
33 | 33 | ||
34 | #define openLock_CStr "\U0001f513" | 34 | #define openLock_Icon "\U0001f513" |
35 | #define closedLock_CStr "\U0001f512" | 35 | #define closedLock_Icon "\U0001f512" |
36 | #define close_Icon "\u2a2f" | ||
37 | #define reload_Icon "\U0001f503" | ||
38 | #define backArrow_Icon "\U0001f870" | ||
39 | #define forwardArrow_Icon "\U0001f872" | ||
40 | #define upArrow_Icon "\u2191" | ||
41 | #define upArrowBar_Icon "\u2912" | ||
42 | #define downArrowBar_Icon "\u2913" | ||
43 | #define barLeftArrow_Icon "\u21a4" | ||
44 | #define barRightArrow_Icon "\u21a6" | ||
45 | #define clock_Icon "\U0001f553" | ||
46 | #define pin_Icon "\U0001f588" | ||
47 | #define star_Icon "\u2605" | ||
48 | #define person_Icon "\U0001f464" | ||
49 | #define download_Icon "\u2ba7" | ||
50 | #define hourglass_Icon "\u231b" | ||
51 | #define timer_Icon "\u23f2" | ||
52 | #define home_Icon "\U0001f3e0" | ||
53 | #define edit_Icon "\u270e" | ||
54 | #define delete_Icon "\u2bbf" | ||
55 | #define copy_Icon "\u2bba" | ||
56 | #define check_Icon "\u2714" | ||
57 | #define ballotCheck_Icon "\U0001f5f9" | ||
58 | #define inbox_Icon "\U0001f4e5" | ||
59 | #define book_Icon "\U0001f56e" | ||
60 | #define open_Icon "\u2bab" | ||
61 | #define add_Icon "\u2795" | ||