summaryrefslogtreecommitdiffstats
path: root/lib/compatibility/kmdi/qextmdi/res/filenew.xpm
blob: b261800d6570ed32b3417edbc3a68bf19bfea41d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* XPM */
#ifndef _FILENEW_XPM_
#define _FILENEW_XPM_

static const char *filenew[] = {
"10 14 5 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"@	c #DCDCDC",
"#	c #C0C0C0",
".......   ",
".++++@@.  ",
".++++#+@. ",
".++++#++@.",
".++++#....",
".+++++###.",
".++++++++.",
".++++++++.",
".++++++++.",
".++++++++.",
".++++++++.",
".++++++++.",
".++++++++.",
".........."};

#endif