diff options
Diffstat (limited to 'symbols/radio.xpm')
-rw-r--r-- | symbols/radio.xpm | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/symbols/radio.xpm b/symbols/radio.xpm new file mode 100644 index 0000000..1230f9b --- /dev/null +++ b/symbols/radio.xpm @@ -0,0 +1,41 @@ +/* XPM */ +static const char *const radio_xpm[] = { +"54 36 2 1", +". c #ffffff", +"+ c #000000", +"......................................................", +"......................................................", +"........................++++++++++....................", +"........................++++++++++++++................", +"........................++++++++++++++++++............", +"........................++++++++++++++++++++..........", +"........................++++++++++++++++++++++........", +"........................+++++++++++++++++++++++.......", +"........................++++++.......+++++++++++......", +"........................++++++..........++++++++......", +"........................++++++............++++++......", +"........................++++++............+++++.......", +"........................++++++...........+++++........", +"........................++++++..........+++++.........", +"........................++++++..........++++..........", +"........................++++++..........+++...........", +"........................++++++........................", +"........................++++++........................", +"........................++++++........................", +"........................++++++........................", +"........................++++++........................", +"........................++++++........................", +"............++++++++++++++++++........................", +"..........++++++++++++++++++++........................", +"........+++++++++++++++++++++++.......................", +"......++++++++++++++++++++++++++......................", +"....++++++++++++++++++++++++++++++....................", +"....++++++++++++++++++++++++++++++....................", +"....++++++++++++++++++++++++++++++....................", +"....++++++++++++++++++++++++++++++....................", +"......++++++++++++++++++++++++++......................", +"........+++++++++++++++++++++++.......................", +"..........+++++++++++++++++++.........................", +"............+++++++++++++++...........................", +"......................................................", +"......................................................"}; |