mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Added React icon
This commit is contained in:
parent
26138d825c
commit
a995c0a154
1 changed files with 21 additions and 0 deletions
21
icons/react.xpm
Normal file
21
icons/react.xpm
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
/* XPM */
|
||||||
|
static char * react_xpm[] = {
|
||||||
|
"16 16 2 1",
|
||||||
|
" c None",
|
||||||
|
". c #61DAFB",
|
||||||
|
" ",
|
||||||
|
" .. ... ",
|
||||||
|
" . .... . ",
|
||||||
|
" . .. . ",
|
||||||
|
" . .... . ",
|
||||||
|
" .......... ",
|
||||||
|
" ..... ..... ",
|
||||||
|
". . .. . .",
|
||||||
|
". . .. . .",
|
||||||
|
" ..... ..... ",
|
||||||
|
" .......... ",
|
||||||
|
" . .... . ",
|
||||||
|
" . .. . ",
|
||||||
|
" . .... . ",
|
||||||
|
" ... ... ",
|
||||||
|
" "};
|
Loading…
Reference in a new issue