diff options
Diffstat (limited to 'data/pixmaps/toolbar/resize.xpm')
-rw-r--r-- | data/pixmaps/toolbar/resize.xpm | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/data/pixmaps/toolbar/resize.xpm b/data/pixmaps/toolbar/resize.xpm new file mode 100644 index 0000000..5e577e3 --- /dev/null +++ b/data/pixmaps/toolbar/resize.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"22 22 8 1", +" c Gray0", +". c #080000", +"X c #5d0000", +"o c #005482", +"O c #8c0800", +"+ c #aa7900", +"@ c Gray100", +"# c None", +/* pixels */ +"######################", +"######################", +"######################", +"######################", +"########## ##########", +"########## ##########", +"########## ##########", +"### ###### ###### ###", +"## ###### ###### ##", +"# ###### ###### #", +" ", +" ", +"# ###### ###### #", +"## ###### ###### ##", +"### ###### ###### ###", +"########## ##########", +"########## ##########", +"########## ##########", +"######################", +"######################", +"######################", +"######################" +}; |