icons/flag-note.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 *flag_note_xpm[] = {
     3 /* columns rows colors chars-per-pixel */
     4 "14 17 8 1",
     5 "  c Gray100",
     6 ". c #8b8bfd",
     7 "X c #3c3cfd",
     8 "o c #000082",
     9 "O c Gray0",
    10 "+ c None",
    11 "@ c Gray0",
    12 "# c Gray0",
    13 /* pixels */
    14 "++++++++++++++",
    15 "oooooooo++++++",
    16 "o      oo+++++",
    17 "o OOOO oXo++++",
    18 "o      o.Xo+++",
    19 "o OOOO o .Xo++",
    20 "o      oooooo+",
    21 "o OOOO      o+",
    22 "o           o+",
    23 "o OOOOOOOOO o+",
    24 "o           o+",
    25 "o OOOOOOOOO o+",
    26 "o           o+",
    27 "o OOOOOOOOO o+",
    28 "o           o+",
    29 "ooooooooooooo+",
    30 "++++++++++++++"
    31 };