view/pixmaps.py

Go to the documentation of this file.
00001 right_arrow = [
00002         "20 20 2 1",
00003         "  c darkgreen",
00004         ". c none",
00005         "....................",
00006         "....................",
00007         ".......... .........",
00008         "..........  ........",
00009         "..........   .......",
00010         "..........    ......",
00011         "..........     .....",
00012         "...             ....",
00013         "...              ...",
00014         "...               ..",
00015         "...               ..",
00016         "...              ...",
00017         "...             ....",
00018         "..........     .....",
00019         "..........    ......",
00020         "..........   .......",
00021         "..........  ........",
00022         ".......... .........",
00023         "....................",
00024         "...................."
00025 ]
00026