Added ghost, teacups and teapots
@ -106,6 +106,7 @@
|
||||
"fries.svg": [ "fries", "french-fries", "fast-food", "snack", "red", "yellow" ],
|
||||
"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" ],
|
||||
"gift.svg": [ "gift", "red", "christmas", "xmas", "birthday", "bday", "present", "festive" ],
|
||||
"gingerbread-man.svg": [ "gingerbread-man", "xmas", "christmas", "festive", "brown" ],
|
||||
"github.svg": [ "github", "logo", "black" ],
|
||||
@ -242,6 +243,12 @@
|
||||
"tang-yuan.svg": [ "tang-yuan", "food", "bowl", "glutinous-rice-balls", "winter-solstice", "chinese", "red" ],
|
||||
"tapir-baby.svg": [ "tapir-baby", "tapir", "baby", "animal", "full-body", "brown" ],
|
||||
"tapir.svg": [ "tapir", "animal", "full-body", "black-white" ],
|
||||
"teacup-chinese.svg": [ "teacup-chinese", "beverage", "white" ],
|
||||
"teacup-white-gold.svg": [ "teacup-white-gold", "beverage", "white" ],
|
||||
"teacup-yixing.svg": [ "teacup-yixing", "beverage", "brown" ],
|
||||
"teapot-japanese.svg": [ "teapot-japanese", "beverage", "white" ],
|
||||
"teapot-white-gold.svg": [ "teapot-white-gold", "beverage", "white" ],
|
||||
"teapot-yixing.svg": [ "teapot-yixing", "beverage", "brown" ],
|
||||
"tehtarik.svg": [ "tehtarik", "teh-tarik","drink", "beverage", "malaysia", "brown" ],
|
||||
"this-is-fine.svg": [ "this-is-fine", "meme", "dog", "yellow", "orange" ],
|
||||
"thumb-down.svg": [ "thumb-down", "thumb ", "ui-icon", "pink", "good", "upvote" ],
|
||||
|
6
public/icons/ghost.svg
Normal file
@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-ghost">
|
||||
<path fill="#ECEBF7" d="M3,2H2V4H1V3H0V5H1V6H2V8H3V7H4V8H6V7H7V6H8V5H9V3H8V4H7V2H6V1H3z M3,3H4V4H3z M6,3V4H5V3z"/>
|
||||
<rect fill="#ECEBF7" x="7" y="7" width="1" height="1"/>
|
||||
<rect fill="#343340" x="3" y="3" width="1" height="1"/>
|
||||
<rect fill="#343340" x="5" y="3" width="1" height="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 376 B |
5
public/icons/teacup-chinese.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-teacup-chinese">
|
||||
<rect fill="#ECEBF7" x="3" y="4" width="2" height="1"/>
|
||||
<path fill="#ECEBF7" d="M5,6H3V5H2V7H3V8H5V7H6V5H5z"/>
|
||||
<rect fill="#FFCC00" x="3" y="5" width="2" height="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 268 B |
7
public/icons/teacup-white-gold.svg
Normal file
@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-teacup-white-gold">
|
||||
<path fill="#ECEBF7" d="M2,7H3V8H5V7H6V4H5V5H3V4H2z"/>
|
||||
<rect fill="#FFCC00" x="3" y="4" width="2" height="1"/>
|
||||
<rect fill="#FFCC00" x="6" y="4" width="1" height="1"/>
|
||||
<rect fill="#FFCC00" x="7" y="5" width="1" height="1"/>
|
||||
<rect fill="#FFCC00" x="6" y="6" width="1" height="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 385 B |
5
public/icons/teacup-yixing.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-teacup-yixing">
|
||||
<rect fill="#AD7400" x="3" y="4" width="2" height="1"/>
|
||||
<path fill="#AD7400" d="M5,6H3V5H2V7H3V8H5V7H6V5H5z"/>
|
||||
<rect fill="#946200" x="3" y="5" width="2" height="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 267 B |
8
public/icons/teapot-japanese.svg
Normal file
@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-teapot-japanese">
|
||||
<rect fill="#ECEBF7" x="0" y="3" width="1" height="1"/>
|
||||
<path fill="#ECEBF7" d="M3,5H2V4H1V6H2V7H3V8H8V7H9V5H8V4H3z"/>
|
||||
<rect fill="#C98600" x="4" y="1" width="3" height="1"/>
|
||||
<rect fill="#C98600" x="3" y="2" width="1" height="2"/>
|
||||
<rect fill="#C98600" x="7" y="2" width="1" height="2"/>
|
||||
<rect fill="#A2A1B3" x="5" y="3" width="1" height="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 448 B |
9
public/icons/teapot-white-gold.svg
Normal file
@ -0,0 +1,9 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-teapot-white-gold">
|
||||
<path fill="#ECEBF7" d="M6,7V6H7V3H6V2H3V3H2V4H1V5H2V6H3V7z"/>
|
||||
<rect fill="#ECEBF7" x="0" y="3" width="1" height="1"/>
|
||||
<rect fill="#FFCC00" x="4" y="1" width="1" height="1"/>
|
||||
<rect fill="#FFCC00" x="7" y="3" width="1" height="1"/>
|
||||
<rect fill="#FFCC00" x="8" y="4" width="1" height="1"/>
|
||||
<rect fill="#FFCC00" x="7" y="5" width="1" height="1"/>
|
||||
<rect fill="#FFCC00" x="3" y="7" width="3" height="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 507 B |
7
public/icons/teapot-yixing.svg
Normal file
@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-teapot-yixing">
|
||||
<rect fill="#AD7400" x="4" y="2" width="1" height="1"/>
|
||||
<rect fill="#AD7400" x="0" y="4" width="1" height="1"/>
|
||||
<path fill="#AD7400" d="M2,4V5H1V6H2V7H3V8H6V7H8V6H7V5H8V4z"/>
|
||||
<rect fill="#AD7400" x="8" y="5" width="1" height="1"/>
|
||||
<rect fill="#946200" x="3" y="3" width="3" height="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 389 B |