comparison kdiff3/src/xpm/left1arrow.xpm @ 8:86d21651c8db

KDiff3 version 0.9.70
author joachim99
date Mon, 06 Oct 2003 18:50:45 +0000
parents
children
comparison
equal deleted inserted replaced
7:ff98a43bbfea 8:86d21651c8db
1 /* XPM */
2 static const char *left1arrow[] = {
3 /* columns rows colors chars-per-pixel */
4 "16 16 2 1",
5 " c #000000",
6 ". c None",
7 /* pixels */
8 "................",
9 "................",
10 ".......... .....",
11 "......... .....",
12 "........ .....",
13 "....... .....",
14 "...... .....",
15 "..... .....",
16 "..... .....",
17 "...... .....",
18 "....... .....",
19 "........ .....",
20 "......... .....",
21 ".......... .....",
22 "................",
23 "................"
24 };