mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
Initial import of CVS-v2_8_branch
This commit is contained in:
22
icons/chain.xpm
Normal file
22
icons/chain.xpm
Normal file
@@ -0,0 +1,22 @@
|
||||
/* XPM */
|
||||
const static char * chain_xpm[] = {
|
||||
"16 16 3 1",
|
||||
" c #000000000000",
|
||||
". c #FFFFFFFF0000",
|
||||
"X c #00000000CDCD",
|
||||
" ",
|
||||
" ..... ",
|
||||
" ......... ",
|
||||
" ....XXX.... ",
|
||||
" ...XX.XX... ",
|
||||
" ...XX...X.... ",
|
||||
" ...XX........ ",
|
||||
" ...XX........ ",
|
||||
" ...XX........ ",
|
||||
" ...XX...X.... ",
|
||||
" ...XX.XX... ",
|
||||
" ....XXX.... ",
|
||||
" ......... ",
|
||||
" ..... ",
|
||||
" ",
|
||||
" "};
|
||||
Reference in New Issue
Block a user