diff options
Diffstat (limited to 'src/icons/forwarded.xpm')
| -rw-r--r-- | src/icons/forwarded.xpm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/icons/forwarded.xpm b/src/icons/forwarded.xpm new file mode 100644 index 0000000..a3cabad --- /dev/null +++ b/src/icons/forwarded.xpm | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * forwarded_xpm[] = { | ||
| 3 | "10 10 10 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #B39C82", | ||
| 7 | "@ c #BCA488", | ||
| 8 | "# c #867561", | ||
| 9 | "$ c #8F7D68", | ||
| 10 | "% c #98856E", | ||
| 11 | "& c #A18D75", | ||
| 12 | "* c #AA947B", | ||
| 13 | "= c #C5AC8F", | ||
| 14 | " ", | ||
| 15 | " .. ", | ||
| 16 | " .+. ", | ||
| 17 | "......+@. ", | ||
| 18 | ".#$%&*+@=.", | ||
| 19 | ".#$%&*+@=.", | ||
| 20 | "......+@. ", | ||
| 21 | " .+. ", | ||
| 22 | " .. ", | ||
| 23 | " "}; | ||
