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