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