diff options
Diffstat (limited to 'icons/applnk.xpm')
-rw-r--r-- | icons/applnk.xpm | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/icons/applnk.xpm b/icons/applnk.xpm new file mode 100644 index 0000000..166cc14 --- /dev/null +++ b/icons/applnk.xpm @@ -0,0 +1,37 @@ +/* XPM */ +static char * applnk_xpm[] = { +"32 32 2 1", +" c None", +". c #FFA858", +" ", +" ", +" ", +" ..... ", +" ....... ", +" ........ ", +" ......... ", +" .......... ", +" ........... ", +" ............ ", +" ............. ", +" .............. ", +" ................ ", +" ................. ", +" ................... ", +" .................... ", +" ...................... ", +" ....................... ", +" ........................ ", +" .......................... ", +" ........................... ", +" ........................... ", +" ............................ ", +" ........................... ", +" .......................... ", +" ................ ", +" ........ ", +" . ", +" ", +" ", +" ", +" "}; |