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/findf.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/findf.xpm')
-rw-r--r-- | perl-install/standalone/icons/findf.xpm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/perl-install/standalone/icons/findf.xpm b/perl-install/standalone/icons/findf.xpm new file mode 100644 index 000000000..91b25cee5 --- /dev/null +++ b/perl-install/standalone/icons/findf.xpm @@ -0,0 +1,28 @@ +/* XPM */ +/* Drawn by Nico Schwiring and Mark Donohoe for the K Desktop Environment */ +/* See http://www.kde.org */ +static char*kfind[]={ +"16 16 6 1", +"# c #000000", +"d c #c0c0c0", +"a c #ffffff", +"b c #0000ff", +"c c #bebeff", +". c None", +".###########....", +"#aaaaaaaaaaa#...", +"#aaaaaaaabca#...", +"#aaaaaaaaaba#...", +"#aaaad###daa#...", +"#aaad#aaa#da#...", +"#aaa#acaca#a#...", +"#aaa#abbaa#a#...", +"#aaa#aabca#a#...", +"#aaad#aaa##a#...", +"#bcaad####a##...", +"#abaaaaaaa#a#...", +"#aaaaaaaaaa#a#..", +"#aabcaaaaaaa#a#.", +".###########.#a#", +"..............#."}; + |