1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/etc/images/ezimage/unlock.xpm
2005-09-30 13:09:58 +00:00

24 lines
432 B
C

/* XPM */
static char * unlock_xpm[] = {
"16 16 4 1",
" c None",
". c #828282",
"+ c #000000",
"@ c #FFF993",
" ....... ",
"..+++++.. ",
".++...++. ",
".+.....+. ",
".+.....+........",
"....++++++++++..",
" .++@@@@@@@@++.",
" .+@@@@@@@@@@+.",
" .+@@@@@@@@@@+.",
" .+@@@++++@@@+.",
" .+@@@@++@@@@+.",
" .+@@@@@@@@@@+.",
" .+@@@@++@@@@+.",
" .+@@@@@@@@@@+.",
" .++++++++++++.",
" .............."};