Added scooter and a delivery man

This commit is contained in:
Shuqi 2024-11-06 15:32:48 +08:00
parent 53bcece8a7
commit f83475f270
3 changed files with 28 additions and 0 deletions

View File

@ -79,6 +79,7 @@
"device-laptop.svg": [ "device-laptop", "device", "screen", "macbook", "pc", "ui-icon", "black", "white", "grey-gray" ],
"device-tablet.svg": [ "device-tablet", "device", "screen", "ipad", "ui-icon", "black", "white", "grey-gray" ],
"device-smartphone.svg": [ "device-smartphone", "device", "screen", "iphone", "ui-icon", "black", "white", "grey-gray" ],
"delivery.svg": [ "delivery", "food-delivery", "delivery-man", "riding", "vehicle", "scooter", "vespa", "bike", "transportation", "blue" ],
"diglett.svg": [ "diglett", "pokemon", "brown" ],
"docker.svg": [ "docker", "logo", "whale", "blue" ],
"dog.svg": [ "dog", "full-body", "animal", "brown" ],
@ -228,6 +229,7 @@
"santa.svg": [ "santa-full", "xmas", "christmas", "festive", "red", "human" ],
"save.svg": [ "save", "floppy-disk", "ui-icon", "grey-gray", "black" ],
"scissors.svg": [ "scissors", "ui-icon", "cut", "copy", "paste", "purple", "pink" ],
"scooter.svg": [ "scooter", "vehicle", "vespa", "bike", "transportation", "blue" ],
"ship.svg": [ "ship", "shipping", "delivery", "transportation", "green" ],
"shop.svg": [ "shop", "business", "house", "building", "ui-icon", "grey-gray" ],
"shortcake.svg": [ "shortcake", "short-cake", "cake", "strawberry", "food", "dessert", "candles", "orange" ],

12
public/icons/delivery.svg Normal file
View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-delivery">
<path fill="#89CDFF" d="M8,3H7V5H6V6H4V5H2V6H1V7H8z"/>
<path fill="#343341" d="M5,1V0H3V2H4V1z"/>
<path fill="#343341" d="M4,5H5V6H6V4H4z"/>
<rect fill="#343341" x="2" y="7" width="1" height="1"/>
<rect fill="#343341" x="7" y="7" width="1" height="1"/>
<rect fill="#FFE800" x="8" y="3" width="1" height="1"/>
<rect fill="#F9E3D4" x="4" y="1" width="1" height="1"/>
<rect fill="#F9E3D4" x="6" y="2" width="1" height="1"/>
<path fill="#DA2934" d="M4,2V4H5V3H6V2z"/>
<rect fill="#FF8D00" x="1" y="3" width="2" height="2"/>
</svg>

After

Width:  |  Height:  |  Size: 622 B

14
public/icons/scooter.svg Normal file
View File

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-scooter">
<path fill="#89CDFF" d="M8,2H7V4H6V5H4V4H1V5H0V6H3V7H4V6H9V5H8z"/>
<rect fill="#343341" x="6" y="1" width="1" height="1"/>
<rect fill="#343341" x="1" y="3" width="4" height="1"/>
<rect fill="#343341" x="0" y="6" width="1" height="1"/>
<rect fill="#343341" x="2" y="6" width="1" height="1"/>
<rect fill="#343341" x="6" y="6" width="1" height="1"/>
<rect fill="#343341" x="8" y="6" width="1" height="1"/>
<rect fill="#343341" x="1" y="7" width="1" height="1"/>
<rect fill="#343341" x="7" y="7" width="1" height="1"/>
<rect fill="#FFE800" x="8" y="2" width="1" height="1"/>
<rect fill="#EBEAF7" x="1" y="6" width="1" height="1"/>
<rect fill="#EBEAF7" x="7" y="6" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 786 B