diff options
| author | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-02-26 11:23:00 +0100 |
| commit | 0b3cbf57875fd692e4ba0b336fefa4bee1ed00dc (patch) | |
| tree | af916a30553c78ce9d4f2d8658656a175c5b6921 /src/icons/clip.xpm | |
Initial commit for sylpheed 3.7.0
Diffstat (limited to 'src/icons/clip.xpm')
| -rw-r--r-- | src/icons/clip.xpm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/icons/clip.xpm b/src/icons/clip.xpm new file mode 100644 index 0000000..e695c99 --- /dev/null +++ b/src/icons/clip.xpm | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * clip_xpm[] = { | ||
| 3 | "8 12 4 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #F4F4F4", | ||
| 7 | "@ c #4A4A4A", | ||
| 8 | " ... ", | ||
| 9 | " .+++. ", | ||
| 10 | " .+@@@+.", | ||
| 11 | " .+@@@+.", | ||
| 12 | ".++@@++.", | ||
| 13 | ".++@@++.", | ||
| 14 | ".++@@++.", | ||
| 15 | ".+@++@+.", | ||
| 16 | ".+@@@@+.", | ||
| 17 | ".+@@@@+.", | ||
| 18 | " .++++. ", | ||
| 19 | " .... "}; | ||
