Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/utils/gui/images/icons/bigarrowright.xpm
169748 views
/* XPM */
static const char *bigarrowright_xpm[] = {
/* columns rows colors chars-per-pixel */
"30 15 2 1",
"  c black",
". c None",
/* pixels */
"..............  ..............",
".............. .  ............",
".............. ...  ..........",
".............. .....  ........",
"               .......  ......",
" .......................  ....",
" .........................  ..",
" ...........................  ",
" .........................  ..",
" .......................  ....",
" .....................  ......",
"               .....  ........",
".............. ...  ..........",
".............. .  ............",
"..............  .............."
};