diff options
Diffstat (limited to 'perl-install/standalone/icons/reload.xpm')
-rw-r--r-- | perl-install/standalone/icons/reload.xpm | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/perl-install/standalone/icons/reload.xpm b/perl-install/standalone/icons/reload.xpm new file mode 100644 index 000000000..658cf36f0 --- /dev/null +++ b/perl-install/standalone/icons/reload.xpm @@ -0,0 +1,31 @@ +/* XPM */ +/* Drawn by Mark Donohoe for the K Desktop Environment */ +/* See http://www.kde.org */ +static char*reload[]={ +"22 22 3 1", +"# c #808080", +"a c #000000", +". c None", +"......................", +"......................", +"......................", +"......................", +"........##aaa#........", +".......#aaaaaaa.......", +"......#aa#....#a......", +"......aa#.............", +".....aaa.......a......", +"...aaaaaaa....aaa.....", +"....aaaaa....aaaaa....", +".....aaa....aaaaaaa...", +"......a.......aaa.....", +".............#aa......", +"......a#....#aa#......", +".......aaaaaaa#.......", +"........#aaa##........", +"......................", +"......................", +"......................", +"......................", +"......................"}; + |