diff options
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....", +"......................", +"......................", +"......................"}; + |