Added pinata

This commit is contained in:
Shuqi 2024-04-29 17:58:07 +08:00
parent 305bcb780f
commit d0bd49e725
2 changed files with 22 additions and 0 deletions

View File

@ -149,6 +149,7 @@
"phone.svg": [ "phone", "ui-icon", "red" ], "phone.svg": [ "phone", "ui-icon", "red" ],
"photo.svg": [ "photo", "ui-icon", "blue" ], "photo.svg": [ "photo", "ui-icon", "blue" ],
"picture.svg": [ "picture", "drawing", "painting", "ui-icon", "blue" ], "picture.svg": [ "picture", "drawing", "painting", "ui-icon", "blue" ],
"pinata.svg": [ "pinata", "horse", "animal", "full-body", "rainbow", "festive", "party", "colorful-colourful" ],
"pineapple.svg": [ "pineapple", "fruit", "food", "yellow" ], "pineapple.svg": [ "pineapple", "fruit", "food", "yellow" ],
"pikachu.svg": [ "pikachu", "pokemon", "mouse", "yellow" ], "pikachu.svg": [ "pikachu", "pokemon", "mouse", "yellow" ],
"pin.svg": [ "pin", "ui-icon", "red" ], "pin.svg": [ "pin", "ui-icon", "red" ],

21
public/icons/pinata.svg Normal file
View File

@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-pinata">
<rect fill="#FFE800" x="8" y="2" width="1" height="1"/>
<rect fill="#FFE800" x="0" y="3" width="4" height="1"/>
<rect fill="#FFE800" x="1" y="6" width="7" height="1"/>
<rect fill="#FFE800" x="8" y="7" width="1" height="1"/>
<rect fill="#FFE800" x="4" y="8" width="1" height="1"/>
<rect fill="#89CDFF" x="1" y="0" width="1" height="1"/>
<rect fill="#89CDFF" x="3" y="0" width="1" height="1"/>
<rect fill="#89CDFF" x="6" y="0" width="1" height="1"/>
<path fill="#89CDFF" d="M1,4V6H8V5H4V4z"/>
<rect fill="#89CDFF" x="8" y="6" width="1" height="1"/>
<path fill="#FFAEB0" d="M1,1V2H2V3H4V1z"/>
<rect fill="#FFAEB0" x="0" y="2" width="1" height="1"/>
<rect fill="#FFAEB0" x="5" y="3" width="1" height="1"/>
<rect fill="#FFAEB0" x="8" y="5" width="1" height="1"/>
<rect fill="#FFAEB0" x="1" y="7" width="2" height="1"/>
<rect fill="#FFAEB0" x="6" y="7" width="2" height="1"/>
<rect fill="#343341" x="1" y="2" width="1" height="1"/>
<rect fill="#343341" x="1" y="8" width="2" height="1"/>
<rect fill="#343341" x="6" y="8" width="2" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB