summaryrefslogtreecommitdiffstats
path: root/src/xpm/up2arrow.xpm
blob: ebe933b05541973eea40e9b20d0aa11706e0c5df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* XPM */
static const char *up2arrow[] = {
/* columns rows colors chars-per-pixel */
"16 16 3 1",
"  c #0080ff",
"# c #000000",
". c None",
/* pixels */
"................",
"................",
".......##.......",
"......#  #......",
".....#    #.....",
"....#      #....",
"...#        #...",
"..############..",
".......##.......",
"......#  #......",
".....#    #.....",
"....#      #....",
"...#        #...",
"..############..",
"................",
"................"
};