view kdiff3/src/xpm/down2arrow.xpm @ 68:d7cafcda8c99

KDiff3 0.9.87
author joachim99
date Mon, 31 Jan 2005 22:30:47 +0000
parents 86d21651c8db
children 8febbfb1148c
line wrap: on
line source
/* XPM */
static const char *down2arrow[] = {
/* columns rows colors chars-per-pixel */
"16 16 2 1",
"  c #000000",
". c None",
/* pixels */
"................",
"................",
"..            ..",
"...          ...",
"....        ....",
".....      .....",
"......    ......",
".......  .......",
"..            ..",
"...          ...",
"....        ....",
".....      .....",
"......    ......",
".......  .......",
"................",
"................"
};