mode-icons/icons/helm.xpm
Matthew L. Fidler 933d597d4c
fix xpms
2023-09-10 19:20:09 -05:00

21 lines
400 B
C

/* XPM */
static char * helm_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
" .. ",
" .. ",
" .. .... .. ",
" ............ ",
" ... ... ",
" .. .. ",
" .. .. .. ",
".... .... ....",
".... .... ....",
" .. .. .. ",
" .. .. ",
" ... ... ",
" ............ ",
" .. .... .. ",
" .. ",
" .. "};