mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 06:58:16 +02:00
22 lines
395 B
C
22 lines
395 B
C
/* XPM */
|
|
static char *tarrow[]={
|
|
"16 16 2 1",
|
|
". c None",
|
|
"# c #000000",
|
|
"................",
|
|
".......##.......",
|
|
"......####......",
|
|
".....######.....",
|
|
"...##########...",
|
|
"..##........##..",
|
|
".###........###.",
|
|
"####........####",
|
|
"####........####",
|
|
".###........###.",
|
|
"..##........##..",
|
|
"...##########...",
|
|
".....######.....",
|
|
"......####......",
|
|
".......##.......",
|
|
"................"};
|