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