diff options
Diffstat (limited to 'data/pixmaps/toolbar/step_by_step.xpm')
-rw-r--r-- | data/pixmaps/toolbar/step_by_step.xpm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/data/pixmaps/toolbar/step_by_step.xpm b/data/pixmaps/toolbar/step_by_step.xpm new file mode 100644 index 0000000..241eed8 --- /dev/null +++ b/data/pixmaps/toolbar/step_by_step.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"18 16 4 1", +"# c #000000", +"o c #ffffff", +". c #c0c0ff", +" c None", +/* pixels */ +" ", +"############ ", +"oo###oo###oo ", +"oo###oo###oo # ", +"oo###oo###oo ## ", +"oo###oo###oo #.# ", +"oo###oo###o###..# ", +"oo###oo###o#.....#", +"oo###oo###o#.....#", +"ooo#oooo#oo###..# ", +"ooo#oooo#ooo #.# ", +"ooo#oooo#ooo ## ", +"ooo#oooo#ooo # ", +"ooo#oooo#ooo ", +"############ ", +" " +}; |