summaryrefslogtreecommitdiff
path: root/muse2/xpm/speaker.xpm
blob: 1595e2987de6de9a88aed33cea5c8cd015523905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* XPM */
static const char * speaker_xpm[] = {
"18 18 2 1",
" 	c None",
".	c #000000",
"                  ",
"            ..    ",
"           . .    ",
"          .  .    ",
"         .   .    ",
"    .....    .    ",
"    .        .    ",
"    .        .    ",
"    .        .    ",
"    .        .    ",
"    .        .    ",
"    .        .    ",
"    .....    .    ",
"         .   .    ",
"          .  .    ",
"           . .    ",
"            ..    ",
"                  "};