icons/filenew.xpm
author insilmaril
Tue, 24 Jan 2006 15:09:48 +0000
changeset 188 90969608255c
parent 28 512536ce7773
permissions -rw-r--r--
Introduced basic export to Open Document format
     1 /* XPM */
     2 static const char *filenew_xpm[] = {
     3 /* columns rows colors chars-per-pixel */
     4 "22 22 8 1",
     5 "  c Gray100",
     6 ". c Gray76",
     7 "X c Gray53",
     8 "o c Gray36",
     9 "O c Gray18",
    10 "+ c Gray0",
    11 "@ c None",
    12 "# c Gray0",
    13 /* pixels */
    14 "@@@@@@@@@@@@@@@@@@@@@@",
    15 "@@@@++++++++++@@@@@@@@",
    16 "@@@@+       +O+@@@@@@@",
    17 "@@@@+       +oO+@@@@@@",
    18 "@@@@+       +XoO+@@@@@",
    19 "@@@@+       +.XoO+@@@@",
    20 "@@@@+       + .XoO+@@@",
    21 "@@@@+       +++++++@@@",
    22 "@@@@+             +@@@",
    23 "@@@@+             +@@@",
    24 "@@@@+             +@@@",
    25 "@@@@+             +@@@",
    26 "@@@@+             +@@@",
    27 "@@@@+             +@@@",
    28 "@@@@+             +@@@",
    29 "@@@@+             +@@@",
    30 "@@@@+             +@@@",
    31 "@@@@+             +@@@",
    32 "@@@@+             +@@@",
    33 "@@@@+++++++++++++++@@@",
    34 "@@@@@@@@@@@@@@@@@@@@@@",
    35 "@@@@@@@@@@@@@@@@@@@@@@"
    36 };