summaryrefslogtreecommitdiff
path: root/src/icons/linewrap.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'src/icons/linewrap.xpm')
-rw-r--r--src/icons/linewrap.xpm29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/icons/linewrap.xpm b/src/icons/linewrap.xpm
new file mode 100644
index 0000000..bce4af2
--- /dev/null
+++ b/src/icons/linewrap.xpm
@@ -0,0 +1,29 @@
1/* XPM */
2static char * linewrap_xpm[] = {
3"24 24 2 1",
4" c None",
5". c #000000",
6" ",
7" ",
8" ",
9" ",
10" ",
11" ",
12" ............ . ",
13" . . ",
14" ............ .... ",
15" . ",
16" ............ ",
17" ",
18" ..... ",
19" ",
20" ............ . ",
21" . . ",
22" ............ .... ",
23" . ",
24" ..... ",
25" ",
26" ",
27" ",
28" ",
29" "};