view kdiff3/src-QT4/xpm/up2arrow.xpm @ 86:fd0f8012919f

(none)
author joachim99
date Tue, 06 Jan 2009 18:21:00 +0000
parents 08ea9b86c12c
children
line wrap: on
line source
/* XPM */
static const char *up2arrow[] = {
/* columns rows colors chars-per-pixel */
"16 16 3 1",
"  c #0080ff",
"# c #000000",
". c None",
/* pixels */
"................",
"................",
".......##.......",
"......#  #......",
".....#    #.....",
"....#      #....",
"...#        #...",
"..############..",
".......##.......",
"......#  #......",
".....#    #.....",
"....#      #....",
"...#        #...",
"..############..",
"................",
"................"
};