diff options
author | Jakub Steiner <jimmac@src.gnome.org> | 2001-03-22 17:15:30 +0800 |
---|---|---|
committer | Jakub Steiner <jimmac@src.gnome.org> | 2001-03-22 17:15:30 +0800 |
commit | a52b65816a29007a2e8796db634c18b4821f5a66 (patch) | |
tree | f5d7b1f5217f6e366ecd7dfdb79b044fdf8905a7 /art/forward.xpm | |
parent | e549f119aa9afbfca2647e23c6ac4f8e799157e0 (diff) | |
download | gsoc2013-evolution-a52b65816a29007a2e8796db634c18b4821f5a66.tar.gz gsoc2013-evolution-a52b65816a29007a2e8796db634c18b4821f5a66.tar.zst gsoc2013-evolution-a52b65816a29007a2e8796db634c18b4821f5a66.zip |
renaming icons to make Miguel's speedups possible
svn path=/trunk/; revision=8884
Diffstat (limited to 'art/forward.xpm')
-rw-r--r-- | art/forward.xpm | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/art/forward.xpm b/art/forward.xpm new file mode 100644 index 0000000000..7d2d1457df --- /dev/null +++ b/art/forward.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char * 16_forward_xpm[] = { +"16 16 32 1", +" c None", +". c #010101", +"+ c #2F2F2F", +"@ c #A7A4A0", +"# c #FCFCFC", +"$ c #64625F", +"% c #FFFFFF", +"& c #5D5B57", +"* c #868580", +"= c #E5E2DB", +"- c #FBFBF8", +"; c #716E6B", +"> c #62605C", +", c #F8F7F2", +"' c #DDDAD4", +") c #000000", +"! c #FBFAF7", +"~ c #A5A29D", +"{ c #797873", +"] c #BBC2CC", +"^ c #576E87", +"/ c #EFEFEF", +"( c #CCCCCC", +"_ c #7D7A77", +": c #F7F5F1", +"< c #FAF9F6", +"[ c #314E6C", +"} c #090808", +"| c #D7D4CE", +"1 c #D8D5CF", +"2 c #181818", +"3 c #090909", +" ", +" ", +" ", +" .+......... ", +" .@#########$. ", +" .%&%%%%%%%*=. ", +" .%-;%%%%%>,'. ", +" .%--;%)))))))))", +" .%-!~;)%%%%%%%)", +" .%!{--)%]^///()", +" .%_-:<)%^[[/[()", +" .}|111)%/[[[[()", +" .....)%//[[[()", +" )%/[[[[()", +" )%((((((2", +" ))3))))))"}; |