Added sideview of bee and popcorn

This commit is contained in:
Shuqi 2024-11-13 14:06:53 +08:00
parent 851f19da7c
commit c70ba78047
3 changed files with 35 additions and 0 deletions

View File

@ -25,6 +25,7 @@
"battery-6-6.svg": [ "battery-6-6", "battery", "power", "ui-icon", "green" ], "battery-6-6.svg": [ "battery-6-6", "battery", "power", "ui-icon", "green" ],
"bear.svg": [ "bear", "animal", "teddy-bear", "face", "brown" ], "bear.svg": [ "bear", "animal", "teddy-bear", "face", "brown" ],
"bee.svg": [ "bee", "bumble-bee", "animal", "insect", "full-body", "yellow" ], "bee.svg": [ "bee", "bumble-bee", "animal", "insect", "full-body", "yellow" ],
"bee-side.svg": [ "bee-side", "bumble-bee", "animal", "insect", "full-body", "yellow" ],
"beer.svg": [ "beer", "alcohol", "drink", "beverage", "yellow" ], "beer.svg": [ "beer", "alcohol", "drink", "beverage", "yellow" ],
"bell.svg": [ "bell", "ui-icon", "yellow" ], "bell.svg": [ "bell", "ui-icon", "yellow" ],
"bin.svg": [ "bin", "ui-icon", "grey-gray" ], "bin.svg": [ "bin", "ui-icon", "grey-gray" ],
@ -216,6 +217,7 @@
"pizza-slice.svg": [ "pizza-slice", "food", "orange", "yellow" ], "pizza-slice.svg": [ "pizza-slice", "food", "orange", "yellow" ],
"pizza-whole.svg": [ "pizza-whole", "food", "orange", "yellow", "brown" ], "pizza-whole.svg": [ "pizza-whole", "food", "orange", "yellow", "brown" ],
"plane.svg": [ "plane", "air-plane", "airplane", "aero-plane", "aeroplane", "aircraft", "vehicle", "transportation", "white", "red" ], "plane.svg": [ "plane", "air-plane", "airplane", "aero-plane", "aeroplane", "aircraft", "vehicle", "transportation", "white", "red" ],
"popcorn.svg" : [ "popcorn", "food", "snack", "movie", "red" ],
"printer.svg": [ "printer", "fax", "paper", "ui-icon" ], "printer.svg": [ "printer", "fax", "paper", "ui-icon" ],
"procreate.svg": [ "procreate", "logo", "apps", "application", "colorful-colourful" ], "procreate.svg": [ "procreate", "logo", "apps", "application", "colorful-colourful" ],
"psyduck.svg": [ "psyduck", "pokemon", "duck", "orange" ], "psyduck.svg": [ "psyduck", "pokemon", "duck", "orange" ],

13
public/icons/bee-side.svg Normal file
View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-bee-side">
<rect fill="#FFE800" x="3" y="4" width="1" height="3"/>
<rect fill="#FFE800" x="5" y="4" width="1" height="3"/>
<rect fill="#343341" x="2" y="4" width="1" height="1"/>
<rect fill="#343341" x="4" y="4" width="1" height="3"/>
<path fill="#343341" d="M8,6V5H7V4H6V7H7V6z"/>
<path fill="#343341" d="M1,7H3V6H2V5H1z"/>
<rect fill="#EBEAF7" x="3" y="2" width="1" height="1"/>
<rect fill="#EBEAF7" x="4" y="3" width="1" height="1"/>
<rect fill="#EBEAF7" x="2" y="5" width="1" height="1"/>
<rect fill="#A1A0B4" x="6" y="2" width="1" height="1"/>
<rect fill="#A1A0B4" x="5" y="3" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 697 B

20
public/icons/popcorn.svg Normal file
View File

@ -0,0 +1,20 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-popcorn">
<rect fill="#EBEAF7" x="3" y="3" width="1" height="5"/>
<rect fill="#EBEAF7" x="5" y="3" width="1" height="5"/>
<rect fill="#F92F3C" x="2" y="3" width="1" height="5"/>
<rect fill="#F92F3C" x="4" y="3" width="1" height="5"/>
<rect fill="#F92F3C" x="6" y="3" width="1" height="5"/>
<rect fill="#FCF4AC" x="5" y="0" width="1" height="1"/>
<rect fill="#FCF4AC" x="3" y="1" width="1" height="1"/>
<rect fill="#FCF4AC" x="2" y="2" width="1" height="1"/>
<rect fill="#FCF4AC" x="4" y="2" width="1" height="1"/>
<rect fill="#FFE800" x="3" y="0" width="1" height="1"/>
<rect fill="#FFE800" x="6" y="1" width="1" height="1"/>
<rect fill="#FFE800" x="5" y="2" width="1" height="1"/>
<rect fill="#FFC800" x="2" y="1" width="1" height="1"/>
<rect fill="#FFC800" x="4" y="1" width="1" height="1"/>
<rect fill="#FFC800" x="3" y="2" width="1" height="1"/>
<rect fill="#FFC800" x="6" y="2" width="1" height="1"/>
<rect fill="#FFB100" x="4" y="0" width="1" height="1"/>
<rect fill="#FFB100" x="5" y="1" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB