wxWidgets/samples/ribbon/eye.xpm
Vadim Zeitlin 3ee12b2ca9 Convert all XPM files to Unix EOLs.
Just as the normal sources (*.h, *.cpp), these files should be using LF and
not CR LF.
2015-03-19 21:46:05 +01:00

27 lines
469 B
C

/* XPM */
static const char *const eye_xpm[] = {
"16 16 6 1",
". c black",
"d c #000010",
"b c #0018FA",
"c c #2F43FF",
"a c #E4E4E4",
" c None",
" ",
" ",
" ",
" ",
" ........ ",
" ..aa.bb.aa.. ",
" .aaa.bccb.aaa. ",
".aaa.bcddcb.aaa.",
".aaa.bcddcb.aaa.",
" .aaa.bccb.aaa. ",
" ..aa.bb.aa.. ",
" ........ ",
" ",
" ",
" ",
" "
};