diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-18 00:34:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-18 00:34:26 +0000 |
commit | 536822de3599b4de1f525ac198661e9cf80a3702 (patch) | |
tree | 77aa49de0e18143f1cec517d78991a6c710310d1 /perl-install/standalone/icons/find.xpm | |
parent | bcc55db442cf9ffca28b343187c088063b825a35 (diff) | |
download | drakx-536822de3599b4de1f525ac198661e9cf80a3702.tar drakx-536822de3599b4de1f525ac198661e9cf80a3702.tar.gz drakx-536822de3599b4de1f525ac198661e9cf80a3702.tar.bz2 drakx-536822de3599b4de1f525ac198661e9cf80a3702.tar.xz drakx-536822de3599b4de1f525ac198661e9cf80a3702.zip |
no_comment
Diffstat (limited to 'perl-install/standalone/icons/find.xpm')
-rw-r--r-- | perl-install/standalone/icons/find.xpm | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/perl-install/standalone/icons/find.xpm b/perl-install/standalone/icons/find.xpm new file mode 100644 index 000000000..3145ca7fe --- /dev/null +++ b/perl-install/standalone/icons/find.xpm @@ -0,0 +1,34 @@ +/* XPM */ +/* Drawn by Mark Donohoe for the K Desktop Environment */ +/* See http://www.kde.org */ +static char*find[]={ +"22 22 6 1", +"# c #000000", +"c c #ffffff", +"b c #dcdcdc", +"a c #a0a0a4", +"d c #dcdcdc", +". c None", +"......................", +"......................", +"......................", +".......####...........", +".....a#bccd#a.........", +".....#ccaacc#a........", +"....#dcaccccd#........", +"....#cccccccc#........", +"....#cccccccc#........", +"....#dccccccd#........", +"....a#cccccc#a........", +".....a#dccd###........", +"......a####a###.......", +".......aaaaaa###......", +"............aa###.....", +".............aa###....", +"..............aa###...", +"...............aa#a...", +"................aa....", +"......................", +"......................", +"......................"}; + |