diff options
Diffstat (limited to 'data/pixmaps/toolbar/select.xpm')
-rw-r--r-- | data/pixmaps/toolbar/select.xpm | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/data/pixmaps/toolbar/select.xpm b/data/pixmaps/toolbar/select.xpm new file mode 100644 index 0000000..e9fe6f0 --- /dev/null +++ b/data/pixmaps/toolbar/select.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char *left_ptr_big[] = { +/* width height num_colors chars_per_pixel */ +" 20 20 5 1", +/* colors */ +". c None", +"x c #9090e0", +"y c #8080d0", +"z c #7070c0", +"# c #000000", +/* pixels */ +"....................", +"....................", +".....##.............", +".....#x#............", +".....#xx#...........", +".....#xxy#..........", +".....#xxyy#.........", +".....#xxyyz#........", +".....#xxyyzz#.......", +".....#xxyyzzz#......", +".....#xxyyz####.....", +".....#xx#y#.........", +".....#x#.#z#........", +".....##..#z#........", +".....#....#z#.......", +"..........#z#.......", +"...........#z#......", +"...........#z#......", +"............##......", +"...................." +}; |