Added 2 new vehicles

This commit is contained in:
Shuqi 2024-09-12 03:43:40 +08:00
parent ca7f6342c6
commit 70b29a67c0
3 changed files with 23 additions and 0 deletions

View File

@ -101,6 +101,7 @@
"file.svg": [ "file", "paper", "ui-icon", "blue" ],
"fish.svg": [ "fish", "animal", "full-body", "blue" ],
"fire.svg": [ "fire", "orange" ],
"fire-engine.svg": [ "fire-engine", "fire-truck", "emergency-vehicle", "vehicle", "transportation", "red" ],
"firefox.svg": [ "firefox", "browser", "logo", "orange" ],
"folder.svg": [ "folder", "ui-icon", "orange", "yellow" ],
"fox.svg": [ "fox", "animal", "full-body", "orange" ],
@ -205,6 +206,7 @@
"rice.svg": [ "rice", "food", "bowl", "red" ],
"rickroll.svg": [ "rickroll", "rickrolling", "rick-rolling", "never-gonna", "give-you-up", "let-you-down", "run-around-desert-you", "meme", "black" ],
"robot.svg": [ "robot", "ui-icon", "machine", "grey-gray" ],
"rocket.svg": [ "rocket", "vehicle", "transportation", "space", "red" ],
"rose.svg": [ "rose", "flower", "petals", "plant", "leaves", "leaf", "red", "green" ],
"rubber-duck.svg": [ "rubber-duck", "toy", "animal", "yellow" ],
"rudolph.svg": [ "rudolph", "the-red-nosed-reindeer", "animal", "full-body", "xmas", "christmas", "festive", "brown" ],

View File

@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-fire-engine">
<path fill="#E64545" d="M3,3H0V4H2V5H0V7H3z"/>
<path fill="#E64545" d="M4,7H9V3H4z M8,4V6H5V4z"/>
<rect fill="#99CCFF" x="0" y="4" width="2" height="1"/>
<rect fill="#A2A1B3" x="3" y="2" width="6" height="1"/>
<rect fill="#4236F7" x="1" y="2" width="1" height="1"/>
<rect fill="#ECEBF7" x="5" y="4" width="3" height="2"/>
<rect fill="#343340" x="3" y="4" width="1" height="3"/>
<rect fill="#343340" x="1" y="7" width="1" height="1"/>
<rect fill="#343340" x="6" y="7" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 594 B

10
public/icons/rocket.svg Normal file
View File

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-rocket">
<path fill="#ECEBF7" d="M6,2H3V6H6z M4,3H5V4H4z"/>
<rect fill="#99CCFF" x="4" y="3" width="1" height="1"/>
<path fill="#E64545" d="M3,2H6V1H5V0H4V1H3z"/>
<rect fill="#E64545" x="2" y="4" width="1" height="3"/>
<rect fill="#E64545" x="6" y="4" width="1" height="3"/>
<rect fill="#FFEA00" x="4" y="6" width="1" height="1"/>
<rect fill="#FFEA00" x="4" y="8" width="1" height="1"/>
<rect fill="#FFCC00" x="4" y="7" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 532 B