summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-05 20:54:06 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-05 20:54:06 +0200
commit5d95e1d76d12f72bf6e6c1d6809a201ba141a100 (patch)
treee565db8b94dab5de89314224d9ecef83d19a16a6 /src/defs.h
parent9fe6abe90dcaacfc9479b1c53edf2b239c81c4e5 (diff)
Menu item icons
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/defs.h b/src/defs.h
index b346b93c..c1514c73 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -31,6 +31,7 @@ enum iFileVersion {
31 31
32/* Icons */ 32/* Icons */
33 33
34#define warning_Icon "\u26a0"
34#define openLock_Icon "\U0001f513" 35#define openLock_Icon "\U0001f513"
35#define closedLock_Icon "\U0001f512" 36#define closedLock_Icon "\U0001f512"
36#define close_Icon "\u2a2f" 37#define close_Icon "\u2a2f"
@@ -40,22 +41,30 @@ enum iFileVersion {
40#define upArrow_Icon "\u2191" 41#define upArrow_Icon "\u2191"
41#define upArrowBar_Icon "\u2912" 42#define upArrowBar_Icon "\u2912"
42#define downArrowBar_Icon "\u2913" 43#define downArrowBar_Icon "\u2913"
44#define rightArrowWhite_Icon "\u21e8"
45#define rightArrow_Icon "\u279e"
43#define barLeftArrow_Icon "\u21a4" 46#define barLeftArrow_Icon "\u21a4"
44#define barRightArrow_Icon "\u21a6" 47#define barRightArrow_Icon "\u21a6"
45#define clock_Icon "\U0001f553" 48#define clock_Icon "\U0001f553"
46#define pin_Icon "\U0001f588" 49#define pin_Icon "\U0001f588"
47#define star_Icon "\u2605" 50#define star_Icon "\u2605"
51#define whiteStar_Icon "\u2606"
48#define person_Icon "\U0001f464" 52#define person_Icon "\U0001f464"
49#define download_Icon "\u2ba7" 53#define download_Icon "\u2ba7"
50#define hourglass_Icon "\u231b" 54#define hourglass_Icon "\u231b"
51#define timer_Icon "\u23f2" 55#define timer_Icon "\u23f2"
52#define home_Icon "\U0001f3e0" 56#define home_Icon "\U0001f3e0"
53#define edit_Icon "\u270e" 57#define edit_Icon "\u270e"
54#define delete_Icon "\u2bbf" 58#define delete_Icon "\u232b" //"\u2bbf"
55#define copy_Icon "\u2bba" 59#define copy_Icon "\u2bba"
56#define check_Icon "\u2714" 60#define check_Icon "\u2714"
57#define ballotCheck_Icon "\U0001f5f9" 61#define ballotCheck_Icon "\U0001f5f9"
58#define inbox_Icon "\U0001f4e5" 62#define inbox_Icon "\U0001f4e5"
59#define book_Icon "\U0001f56e" 63#define book_Icon "\U0001f56e"
60#define open_Icon "\u2bab" 64#define openTab_Icon "\u2750"
65#define openTabBg_Icon "\u2b1a"
66#define openExt_Icon "\u27a0"
61#define add_Icon "\u2795" 67#define add_Icon "\u2795"
68#define page_Icon "\U0001d363" // "\U0001f5b9"
69#define circle_Icon "\u25cf"
70#define circleWhite_Icon "\u25cb"