Added kiwifruit icon

This commit is contained in:
Shuqi 2024-09-03 12:45:37 +08:00
parent 6dd9361ac9
commit 78543add56
2 changed files with 14 additions and 8 deletions

View File

@ -129,6 +129,7 @@
"internet-explorer.svg": [ "internet-explorer", "browser", "logo", "blue" ],
"jigglypuff.svg": [ "jigglypuff", "pokemon", "purin", "balloon", "pink" ],
"key.svg": [ "key", "ui-icon", "yellow" ],
"kiwifruit.svg": [ "kiwifruit", "fruit", "brown", "green" ],
"koala.svg": [ "koala", "animal", "bear", "face", "grey-gray" ],
"koala-hug.svg": [ "koala-hug", "animal", "bear", "full-body", "hugging-tree", "grey-gray" ],
"light-bulb.svg": [ "light-bulb", "yellow", "lamp" ],
@ -160,8 +161,8 @@
"monkey-love.svg": [ "monkey-love", "monkey", "face", "animal", "brown" ],
"monkey-walk.svg": [ "monkey-walk", "monkey", "animal", "full-body", "brown" ],
"moon.svg": [ "moon", "ui-icon", "yellow", "dark" ],
"mooncake-slice.svg": [ "mooncake-slice", "mid-autumn", "midautumn", "festival", "food", "salted-egg", "brown" ],
"mooncake-whole.svg": [ "mooncake-whole", "mid-autumn", "midautumn", "festival", "food", "salted-egg", "brown" ],
"mooncake-slice.svg": [ "mooncake-slice", "mooncake", "mid-autumn", "midautumn", "festival", "food", "salted-egg", "brown" ],
"mooncake-whole.svg": [ "mooncake-whole", "mooncake", "mid-autumn", "midautumn", "festival", "food", "salted-egg", "brown" ],
"mount-fuji.svg": [ "mount-fuji", "mountain", "hills", "japan", "snow", "travel", "blue" ],
"mushroom.svg": [ "mushroom", "vegetable", "food", "red" ],
"music.svg": [ "music", "ui-icon", "quaver", "eight-note", "black" ],
@ -249,12 +250,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" ],
"teacup-chinese.svg": [ "teacup-chinese", "teacup", "beverage", "white" ],
"teacup-white-gold.svg": [ "teacup-white-gold", "teacup", "beverage", "white" ],
"teacup-yixing.svg": [ "teacup-yixing", "teacup", "beverage", "brown" ],
"teapot-japanese.svg": [ "teapot-japanese", "teapot", "beverage", "white" ],
"teapot-white-gold.svg": [ "teapot-white-gold", "teapot", "beverage", "white" ],
"teapot-yixing.svg": [ "teapot-yixing", "teapot", "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" ],

View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-kiwifruit">
<path fill="#B67100" d="M2,7H3V8H6V7H7V4H6V5H3V4H2z"/>
<path fill="#73E030" d="M6,5V4H7V3H6V2H3V3H2V4H3V5z M4,3H5V4H4z"/>
<rect fill="#E5E3D1" x="4" y="3" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 274 B