comparison lisp/sb-pg.xpm @ 29135:6fb6afe9f97a

Renamed sb-file.xpm to sb-pg.xpm
author Eric M. Ludlam <zappo@gnu.org>
date Wed, 24 May 2000 00:58:09 +0000
parents
children c2a09ac7b7b1
comparison
equal deleted inserted replaced
29134:b6a19b71d4b7 29135:6fb6afe9f97a
1 /* XPM */
2 static char * sb_file_xpm[] = {
3 "20 15 4 1",
4 " c None",
5 ". c #828282",
6 "+ c #000000",
7 "@ c #FFFFFF",
8 " ............ ",
9 " .++++++++++++.",
10 " .++@@@@@@@@@@+.",
11 " .+@+@@@@@@@@@@+.",
12 " .+@@+@@@@@@@@@@+.",
13 " .+@@@+@@@@@@@@@@+.",
14 " .+@@@@+@@@@@@@@@@+.",
15 ".+++++++@@@@@@@@@@+.",
16 ".+@@@@@@@@@@@@@@@@+.",
17 ".+@@@@@@@@@@@@@@@@+.",
18 ".+@@@@@@@@@@@@@@@@+.",
19 ".+@@@@@@@@@@@@@@@@+.",
20 ".+@@@@@@@@@@@@@@@@+.",
21 ".++++++++++++++++++.",
22 " .................. "};