mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-22 09:50:29 +01:00
26 lines
575 B
C
26 lines
575 B
C
/* XPM */
|
|
static char * FontAwesome_f09c_xpm[] = {
|
|
"19 21 2 1",
|
|
" c None",
|
|
". c #000000",
|
|
" ",
|
|
" ",
|
|
" ... ",
|
|
" ..... ",
|
|
" ... ... ",
|
|
" ... ... ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" ........... .. ",
|
|
"............. .. ",
|
|
"............. ",
|
|
"............. ",
|
|
"............. ",
|
|
"............. ",
|
|
"............. ",
|
|
"............. ",
|
|
" ............ ",
|
|
" ",
|
|
" ",
|
|
" "};
|