Files
evolution/art/attachment.xpm
Tuomas Kuosmanen 9a4cef4bbb The outlined attachment icon (looks more clear when against dark bg on a
selected etable row.. /tigert

svn path=/trunk/; revision=10974
2001-07-10 21:09:25 +00:00

23 lines
421 B
C

/* XPM */
static char * attachment_xpm[] = {
"16 16 3 1",
" c None",
". c #FFFFFF",
"+ c #000000",
" ",
" ... ",
" .+++. . ",
" .+...+.+. ",
" .+.+.+.+. ",
" .+.+.+.+. ",
" .+.+.+.+. ",
" .+.+.+.+. ",
" .+.+.+.+. ",
" .+.+.+.+. ",
" .+.+.+.+. ",
" .+..+..+. ",
" .+.....+. ",
" .+...+. ",
" .+++. ",
" ... "};