wireshark/image/dn_arrow.xpm

22 lines
363 B
C

/* XPM */
static const char *dn_arrow[] = {
/* width height num_colors chars_per_pixel */
" 11 12 2 1",
/* colors */
". c None",
"# c #000000",
/* pixels */
"...........",
".#.......#.",
".##.....##.",
"..##...##..",
"...##.##...",
".#..###..#.",
".##..#..##.",
"..##...##..",
"...##.##...",
"....###....",
".....#.....",
"..........."
};