1
0
Fork 0
mirror of https://github.com/leozide/leocad synced 2025-01-24 19:58:21 +01:00
leocad/linux/pixmaps/cr_light.xpm

42 lines
1.3 KiB
C
Raw Normal View History

2011-09-07 21:06:51 +00:00
/* XPM */
static const char* cr_light[] = {
/* columns rows colors chars-per-pixel */
"32 32 3 1",
" c None",
". c #000000",
"+ c #FFFFFF",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ...... ",
" .++++++. ",
" .++++++++. ",
" .++++++++++. ",
" .++++++++++. ",
" .++++++++++. ",
" .++++++++++. ",
" .++++++++. ",
" .++++++. ",
" .++++++. ",
" ...... ",
" .++++. ",
" .... ",
" .++++. ",
" .... ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};