diff --git a/public/icons.json b/public/icons.json index c4756e6..f1675b6 100644 --- a/public/icons.json +++ b/public/icons.json @@ -107,6 +107,10 @@ "game-controller.svg": [ "game-controller", "play-station", "x-box", "nintendo", "buttons", "ui-icon", "purple" ], "gear.svg": [ "gear", "settings", "preferences", "ui-icon", "black" ], "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" ], "gingerbread-man.svg": [ "gingerbread-man", "xmas", "christmas", "festive", "brown" ], "github.svg": [ "github", "logo", "black" ], @@ -165,6 +169,7 @@ "nyan-cat.svg": [ "nyan-cat", "cat", "animal", "space", "rainbow", "meme", "grey-gray", "pink" ], "onigiri.svg" : [ "onigiri", "food", "japan", "rice", "white", "green" ], "outbox.svg": [ "outbox", "arrow", "email", "e-mail", "ui-icon", "blue", "orange" ], + "pacman.svg" : [ "pacman", "game", "yellow" ], "pancakes.svg" : [ "pancakes", "food", "dessert", "honey", "butter", "orange" ], "panda.svg": [ "panda", "animal", "bear", "full-body", "black", "white" ], "paper-bag.svg": [ "paper-bag", "ui-icon", "pink" ], diff --git a/public/icons/ghost-blue.svg b/public/icons/ghost-blue.svg new file mode 100644 index 0000000..e3de5fb --- /dev/null +++ b/public/icons/ghost-blue.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/icons/ghost-orange.svg b/public/icons/ghost-orange.svg new file mode 100644 index 0000000..3d27d5e --- /dev/null +++ b/public/icons/ghost-orange.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/icons/ghost-pink.svg b/public/icons/ghost-pink.svg new file mode 100644 index 0000000..3a36bdf --- /dev/null +++ b/public/icons/ghost-pink.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/icons/ghost-red.svg b/public/icons/ghost-red.svg new file mode 100644 index 0000000..9d96878 --- /dev/null +++ b/public/icons/ghost-red.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/public/icons/pacman.svg b/public/icons/pacman.svg new file mode 100644 index 0000000..db0e9de --- /dev/null +++ b/public/icons/pacman.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file