Aegisub/aegisub/src/bitmaps/button_prev_xpm.xpm

24 lines
439 B
C
Raw Normal View History

/* XPM */
const char *button_prev_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 2 1",
" c black",
". c None",
/* pixels */
"................",
"................",
"................",
"................",
"....... .. .....",
"...... . .....",
"..... .....",
".... .....",
"..... .....",
"...... . .....",
"....... .. .....",
"................",
"................",
"................",
"................"
};