summaryrefslogtreecommitdiff
path: root/icons/14x14-general/sound.xpm
blob: d3959bca9644b765407da78f29d989e67731b392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* XPM */
static char * mini_sound_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"14 14 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.XoX. .  ",
" ..oX..Xo.    ",
".X.XX.XOX.    ",
".o.oo.XOo. ...",
".......OX.    ",
" OOoo.OXo.    ",
"   O..XXX. .  ",
"    .OXXX.   .",
"     OOXO  .  ",
"      .O     .",
"              ",
};