diff options
Diffstat (limited to 'symbols/arrowup.xpm')
-rw-r--r-- | symbols/arrowup.xpm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/symbols/arrowup.xpm b/symbols/arrowup.xpm new file mode 100644 index 0000000..c9751a1 --- /dev/null +++ b/symbols/arrowup.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static const char *const arrowup_xpm[] = { +"24 24 2 1", +". c #FFFFFF", +"+ c #000000", +"...........++...........", +"..........++++..........", +"..........++++..........", +".........++++++.........", +".........++++++.........", +"........++++++++........", +"........++++++++........", +".......++++++++++.......", +".......++++++++++.......", +"......++++++++++++......", +"......++++++++++++......", +".....++++++++++++++.....", +".....++++++++++++++.....", +"....++++++++++++++++....", +"....++++++++++++++++....", +"...++++++++++++++++++...", +"...++++++++++++++++++...", +"..++++++++++++++++++++..", +"..++++++++++++++++++++..", +".++++++++++++++++++++++.", +".++++++++++++++++++++++.", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++", +"++++++++++++++++++++++++"}; |