view pixmaps/speaker.xpm @ 1:2846a03bda67

[gaim-migrate @ 10] The other missing files :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 23 Mar 2000 03:13:54 +0000
parents
children b4071be71eb4
line wrap: on
line source

/* XPM */
static char * speaker_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"16 16 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	c #808080",
"X	s iconColor2	m white	c white",
"o	s iconColor6	m white	c yellow",
"O	s iconColor1	m black	c black",
/* pixels */
"       ..      .",
"      ..X.  .   ",
"     .o.o.      ",
"    .o.oXo.    .",
"   .oo.XoX. ..  ",
" ..oXX..Xo.     ",
".X.XXX.XOX.     ",
".o.ooo.XOo. ....",
"....o...OX.     ",
" OOo.o.OXo.     ",
"   Oo..XXX. ..  ",
"    O.OXXX.    .",
"     O.OX.      ",
"      OOXO  .   ",
"       .O      .",
"                "};