diff options
Diffstat (limited to 'icons/dark/load_8.xpm')
-rw-r--r-- | icons/dark/load_8.xpm | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/icons/dark/load_8.xpm b/icons/dark/load_8.xpm new file mode 100644 index 0000000..8d01413 --- /dev/null +++ b/icons/dark/load_8.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char *load_8[] = { +"8 24 3 1", +"! c black", +" c white", +"# c grey40", +"!!!!!!!!", +"!!!!!!!!", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"########", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!", +"!!!!!!!!" +}; |