-rw-r--r-- | pics/sound-off.xpm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/pics/sound-off.xpm b/pics/sound-off.xpm new file mode 100644 index 0000000..b886dd5 --- a/dev/null +++ b/pics/sound-off.xpm | |||
@@ -0,0 +1,22 @@ | |||
1 | /* XPM */ | ||
2 | static char * sound_off_xpm[] = { | ||
3 | "16 16 3 1", | ||
4 | " c None", | ||
5 | ".c #000000000000", | ||
6 | "Xc #FFFF00000000", | ||
7 | " ", | ||
8 | " ", | ||
9 | " ", | ||
10 | " . ", | ||
11 | " .. ", | ||
12 | " ... X X ", | ||
13 | "...... XXX XXX ", | ||
14 | "...... XXXXX ", | ||
15 | "...... XXX ", | ||
16 | "...... XXXXX ", | ||
17 | "...... XXX XXX ", | ||
18 | " ... X X ", | ||
19 | " .. ", | ||
20 | " . ", | ||
21 | " ", | ||
22 | " "}; | ||