lazarus/images/components/tarrow.xpm
lazarus 8101dbe40c Added TArrow component
Shane

git-svn-id: trunk@486 -
2001-12-06 13:39:36 +00:00

22 lines
395 B
C

/* XPM */
static char *tarrow[]={
"16 16 2 1",
". c None",
"# c #000000",
"................",
".......##.......",
"......####......",
".....######.....",
"...##########...",
"..##........##..",
".###........###.",
"####........####",
"####........####",
".###........###.",
"..##........##..",
"...##########...",
".....######.....",
"......####......",
".......##.......",
"................"};