diff options
Diffstat (limited to 'src/icons/book.xpm')
| -rw-r--r-- | src/icons/book.xpm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/icons/book.xpm b/src/icons/book.xpm new file mode 100644 index 0000000..5bd9651 --- /dev/null +++ b/src/icons/book.xpm | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * book_xpm[] = { | ||
| 3 | "16 16 4 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #FFFFFF", | ||
| 7 | "@ c #BE22A6", | ||
| 8 | " ", | ||
| 9 | " ... ... ", | ||
| 10 | " .+++. .+++. ", | ||
| 11 | " .+++++. .+++++.", | ||
| 12 | " .++++++.++++++.", | ||
| 13 | " .++.+++.+++.++.", | ||
| 14 | " .++++.+.+.++++.", | ||
| 15 | " .++++++.+++.++.", | ||
| 16 | " .++.+++.+.++++.", | ||
| 17 | " .++++.+.+++.++.", | ||
| 18 | " .++++++.+.++++.", | ||
| 19 | " .++++++.++++++.", | ||
| 20 | " .+...++.++...+.", | ||
| 21 | " ..@@@.+.+.@@@..", | ||
| 22 | " .@ @...@ @.", | ||
| 23 | " @ @.@ @"}; | ||
