summaryrefslogtreecommitdiffstats
path: root/src/xpm/down2arrow.xpm
blob: 6f34208e52b55bc08fa48d22c39b715cdd683f0e (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 *down2arrow[] = {
/* columns rows colors chars-per-pixel */
"16 16 3 1",
"  c #0080ff",
"# c #000000",
". c None",
/* pixels */
"................",
"................",
"..############..",
"...#        #...",
"....#      #....",
".....#    #.....",
"......#  #......",
".......##.......",
"..############..",
"...#        #...",
"....#      #....",
".....#    #.....",
"......#  #......",
".......##.......",
"................",
"................"
};