icons/filenew.xpm
changeset 82 920e6ed5889b
parent 28 512536ce7773
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/icons/filenew.xpm	Sun Jan 30 12:59:10 2005 +0000
     1.3 @@ -0,0 +1,36 @@
     1.4 +/* XPM */
     1.5 +static const char *filenew_xpm[] = {
     1.6 +/* columns rows colors chars-per-pixel */
     1.7 +"22 22 8 1",
     1.8 +"  c Gray100",
     1.9 +". c Gray76",
    1.10 +"X c Gray53",
    1.11 +"o c Gray36",
    1.12 +"O c Gray18",
    1.13 +"+ c Gray0",
    1.14 +"@ c None",
    1.15 +"# c Gray0",
    1.16 +/* pixels */
    1.17 +"@@@@@@@@@@@@@@@@@@@@@@",
    1.18 +"@@@@++++++++++@@@@@@@@",
    1.19 +"@@@@+       +O+@@@@@@@",
    1.20 +"@@@@+       +oO+@@@@@@",
    1.21 +"@@@@+       +XoO+@@@@@",
    1.22 +"@@@@+       +.XoO+@@@@",
    1.23 +"@@@@+       + .XoO+@@@",
    1.24 +"@@@@+       +++++++@@@",
    1.25 +"@@@@+             +@@@",
    1.26 +"@@@@+             +@@@",
    1.27 +"@@@@+             +@@@",
    1.28 +"@@@@+             +@@@",
    1.29 +"@@@@+             +@@@",
    1.30 +"@@@@+             +@@@",
    1.31 +"@@@@+             +@@@",
    1.32 +"@@@@+             +@@@",
    1.33 +"@@@@+             +@@@",
    1.34 +"@@@@+             +@@@",
    1.35 +"@@@@+             +@@@",
    1.36 +"@@@@+++++++++++++++@@@",
    1.37 +"@@@@@@@@@@@@@@@@@@@@@@",
    1.38 +"@@@@@@@@@@@@@@@@@@@@@@"
    1.39 +};