diff options
author | Jakub Steiner <jimmac@src.gnome.org> | 2001-01-10 04:05:46 +0800 |
---|---|---|
committer | Jakub Steiner <jimmac@src.gnome.org> | 2001-01-10 04:05:46 +0800 |
commit | 2159a8796022127d58a8458631afa4b5b6961765 (patch) | |
tree | 953d19b27c7dabdb465b546decef43871aa5c895 /art | |
parent | 38e6d84afdac4d52b07959500db6c9faa4f5e782 (diff) | |
download | gsoc2013-evolution-2159a8796022127d58a8458631afa4b5b6961765.tar.gz gsoc2013-evolution-2159a8796022127d58a8458631afa4b5b6961765.tar.zst gsoc2013-evolution-2159a8796022127d58a8458631afa4b5b6961765.zip |
Forward message menu icon
svn path=/trunk/; revision=7330
Diffstat (limited to 'art')
-rw-r--r-- | art/16_forward.xpm | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/art/16_forward.xpm b/art/16_forward.xpm new file mode 100644 index 0000000000..7d2d1457df --- /dev/null +++ b/art/16_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))))))"}; |