Added Pacman and the ghosts
This commit is contained in:
parent
c225bc738d
commit
2b214038d8
@ -107,6 +107,10 @@
|
|||||||
"game-controller.svg": [ "game-controller", "play-station", "x-box", "nintendo", "buttons", "ui-icon", "purple" ],
|
"game-controller.svg": [ "game-controller", "play-station", "x-box", "nintendo", "buttons", "ui-icon", "purple" ],
|
||||||
"gear.svg": [ "gear", "settings", "preferences", "ui-icon", "black" ],
|
"gear.svg": [ "gear", "settings", "preferences", "ui-icon", "black" ],
|
||||||
"ghost.svg": [ "ghost", "white", "halloween", "spooky", "festive" ],
|
"ghost.svg": [ "ghost", "white", "halloween", "spooky", "festive" ],
|
||||||
|
"ghost-blue.svg": [ "ghost-blue", "blue", "halloween", "spooky", "festive", "pacman", "game" ],
|
||||||
|
"ghost-orange.svg": [ "ghost-orange", "orange", "halloween", "spooky", "festive", "pacman", "game" ],
|
||||||
|
"ghost-pink.svg": [ "ghost-pink", "pink", "halloween", "spooky", "festive", "pacman", "game" ],
|
||||||
|
"ghost-red.svg": [ "ghost-red", "red", "halloween", "spooky", "festive", "pacman", "game" ],
|
||||||
"gift.svg": [ "gift", "red", "christmas", "xmas", "birthday", "bday", "present", "festive" ],
|
"gift.svg": [ "gift", "red", "christmas", "xmas", "birthday", "bday", "present", "festive" ],
|
||||||
"gingerbread-man.svg": [ "gingerbread-man", "xmas", "christmas", "festive", "brown" ],
|
"gingerbread-man.svg": [ "gingerbread-man", "xmas", "christmas", "festive", "brown" ],
|
||||||
"github.svg": [ "github", "logo", "black" ],
|
"github.svg": [ "github", "logo", "black" ],
|
||||||
@ -165,6 +169,7 @@
|
|||||||
"nyan-cat.svg": [ "nyan-cat", "cat", "animal", "space", "rainbow", "meme", "grey-gray", "pink" ],
|
"nyan-cat.svg": [ "nyan-cat", "cat", "animal", "space", "rainbow", "meme", "grey-gray", "pink" ],
|
||||||
"onigiri.svg" : [ "onigiri", "food", "japan", "rice", "white", "green" ],
|
"onigiri.svg" : [ "onigiri", "food", "japan", "rice", "white", "green" ],
|
||||||
"outbox.svg": [ "outbox", "arrow", "email", "e-mail", "ui-icon", "blue", "orange" ],
|
"outbox.svg": [ "outbox", "arrow", "email", "e-mail", "ui-icon", "blue", "orange" ],
|
||||||
|
"pacman.svg" : [ "pacman", "game", "yellow" ],
|
||||||
"pancakes.svg" : [ "pancakes", "food", "dessert", "honey", "butter", "orange" ],
|
"pancakes.svg" : [ "pancakes", "food", "dessert", "honey", "butter", "orange" ],
|
||||||
"panda.svg": [ "panda", "animal", "bear", "full-body", "black", "white" ],
|
"panda.svg": [ "panda", "animal", "bear", "full-body", "black", "white" ],
|
||||||
"paper-bag.svg": [ "paper-bag", "ui-icon", "pink" ],
|
"paper-bag.svg": [ "paper-bag", "ui-icon", "pink" ],
|
||||||
|
7
public/icons/ghost-blue.svg
Normal file
7
public/icons/ghost-blue.svg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-ghost-blue">
|
||||||
|
<path fill="#99CCFF" d="M2,0V1H1V8H2V7H3V8H4V7H5V8H6V7H7V8H8V1H7V0z M2,4V2H4V4z M5,2H7V4H5z"/>
|
||||||
|
<path fill="#ECEBF7" d="M2,2V3H3V4H4V2z"/>
|
||||||
|
<path fill="#ECEBF7" d="M5,2V3H6V4H7V2z"/>
|
||||||
|
<rect fill="#4236F7" x="2" y="3" width="1" height="1"/>
|
||||||
|
<rect fill="#4236F7" x="5" y="3" width="1" height="1"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 392 B |
7
public/icons/ghost-orange.svg
Normal file
7
public/icons/ghost-orange.svg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-ghost-orange">
|
||||||
|
<path fill="#FFB600" d="M2,0V1H1V8H2V7H3V8H4V7H5V8H6V7H7V8H8V1H7V0z M2,4V2H4V4z M5,2H7V4H5z"/>
|
||||||
|
<rect fill="#4236F7" x="2" y="2" width="1" height="1"/>
|
||||||
|
<rect fill="#4236F7" x="5" y="2" width="1" height="1"/>
|
||||||
|
<path fill="#ECEBF7" d="M2,4H4V2H3V3H2z"/>
|
||||||
|
<path fill="#ECEBF7" d="M5,4H7V2H6V3H5z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 394 B |
7
public/icons/ghost-pink.svg
Normal file
7
public/icons/ghost-pink.svg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-ghost-pink">
|
||||||
|
<path fill="#FFB3B3" d="M2,0V1H1V8H2V7H3V8H4V7H5V8H6V7H7V8H8V1H7V0z M2,4V2H4V4z M5,2H7V4H5z"/>
|
||||||
|
<path fill="#ECEBF7" d="M2,4H4V3H3V2H2z"/>
|
||||||
|
<path fill="#ECEBF7" d="M5,4H7V3H6V2H5z"/>
|
||||||
|
<rect fill="#4236F7" x="3" y="2" width="1" height="1"/>
|
||||||
|
<rect fill="#4236F7" x="6" y="2" width="1" height="1"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 392 B |
7
public/icons/ghost-red.svg
Normal file
7
public/icons/ghost-red.svg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-icons/ghost-red">
|
||||||
|
<path fill="#E64545" d="M2,0V1H1V8H2V7H3V8H4V7H5V8H6V7H7V8H8V1H7V0z M2,4V2H4V4z M5,2H7V4H5z"/>
|
||||||
|
<path fill="#ECEBF7" d="M4,3V2H2V4H3V3z"/>
|
||||||
|
<path fill="#ECEBF7" d="M7,3V2H5V4H6V3z"/>
|
||||||
|
<rect fill="#4236F7" x="3" y="3" width="1" height="1"/>
|
||||||
|
<rect fill="#4236F7" x="6" y="3" width="1" height="1"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 397 B |
3
public/icons/pacman.svg
Normal file
3
public/icons/pacman.svg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-pacman">
|
||||||
|
<path fill="#FFEA00" d="M3,2H2V3H1V6H2V7H3V8H7V7H8V6H6V5H5V4H6V3H8V2H7V1H3z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 170 B |
Loading…
Reference in New Issue
Block a user