/*  GIMP icon image format -- S. Kimball, P. Mattis  */
/*  Image name: magnify  */


#define magnify_width 32
#define magnify_height 32
static char *magnify_bits [] = 
{
  "................................",
  "...................ffffff.......",
  ".................ffddddddff.....",
  "................fddbbbbbbddf....",
  "...............fdbbefggfebbdf...",
  "...............fdcfhgghhhfcbdf..",
  "..............fdbfhcbehhhhfbdf..",
  "..............fdehechhhhhhhebf..",
  ".............fdbfhgghhhhhhhfbdf.",
  ".............fdbghhhhhhhhhhgbdf.",
  ".............fdbghhhhhhhhhhgbdf.",
  ".............fdbfhhhhhhhhhhfbdf.",
  "..............fdehhhhhhhhhhedf..",
  "..............fdcfhhhhhhhhfbdf..",
  "..............dcbcfhhhhhhfcddf..",
  ".............eedddbefggfebddf...",
  "............edggbaddbbbbbdff....",
  "...........edcgdabffddddff......",
  "..........edbaaabd..ffff........",
  ".........eddcaaad...............",
  "........eddcbabd................",
  ".......eddcaabd.................",
  "......eddcaabd..................",
  ".....eddcbabd...................",
  "....eddcbabd....................",
  "...eddcaabd.....................",
  "..eddcaabd......................",
  ".fddcbaad.......................",
  "..dcbabd........................",
  "..gbabd.........................",
  "..fgbd..........................",
  "................................"
};
