diff options
Diffstat (limited to 'perl-install/standalone/icons/fileopen.xpm')
-rw-r--r-- | perl-install/standalone/icons/fileopen.xpm | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/perl-install/standalone/icons/fileopen.xpm b/perl-install/standalone/icons/fileopen.xpm new file mode 100644 index 000000000..74049e224 --- /dev/null +++ b/perl-install/standalone/icons/fileopen.xpm @@ -0,0 +1,34 @@ +/* XPM */ +/* Drawn by Mark Donohoe for the K Desktop Environment */ +/* See http://www.kde.org */ +static char*fileopen[]={ +"22 22 6 1", +"# c #000000", +"d c #808080", +"c c #c0c0c0", +"b c #ffffff", +"a c #dcdcdc", +". c None", +"......................", +"......................", +"............####......", +"...............##.#...", +"................###...", +"................###...", +"...............####...", +"....####..............", +"....#aba#######.......", +"....#babababab#.......", +"....#aa##########.....", +"....#ba#aacccccd#.....", +"....#a#aacacccd#......", +"....#a#aacccdcd#......", +"....##aacacccd#.......", +"....##aacccdcd#.......", +"....#dddddddd#........", +"....##########........", +"......................", +"......................", +"......................", +"......................"}; + |