wok view mtpaint/stuff/icons-tango/xpm_select.xpm @ rev 10017

thunar-archive-plugin: fix bdeps
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu May 19 12:28:58 2011 +0200 (2011-05-19)
parents
children
line source
1 /* XPM */
2 static char * xpm_select_xpm[] = {
3 "20 20 4 1",
4 " c None",
5 ". c #000000",
6 "+ c #FFFFFF",
7 "@ c #FF0000",
8 " ",
9 " ",
10 " ",
11 " ...+++..+++... ",
12 " +@@@@@@@@@@@@+ ",
13 " +@@@@@@@@@@@@+ ",
14 " +@@@@@@@@@@@@+ ",
15 " .@@@@@@@@@@@@. ",
16 " .@@@@@@@@@@@@. ",
17 " .@@@@@@@@@@@@. ",
18 " +@@@@@@@@@@@@+ ",
19 " +@@@@@@@@@@@@+ ",
20 " +@@@@@@@@@@@@+ ",
21 " .@@@@@@@@@@@@. ",
22 " .@@@@@@@@@@@@. ",
23 " +@@@@@@@@@@@@+ ",
24 " ++..+++++...++ ",
25 " ",
26 " ",
27 " "};