Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/src/utils/gui/images/icons/containerflow.xpm
169715 views
/* XPM */
static const char *containerflow_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 3 1",
" 	c None",
".	c Black",
"+	c #63b8ff",
/* pixels */
"                ",
"                ",
"     ...........",
"     .+++++++++.",
"     .+.+.+.+.+.",
"     .+.+.+.+.+.",
"            +.+.",
"........... +.+.",
".+++++++++. +++.",
".+.+.+.+.+. ....",
".+.+.+.+.+.     ",
".+.+.+.+.+.     ",
".+.+.+.+.+.     ",
".+++++++++.     ",
"...........     ",
"                "
};