Added beer and crab icons
This commit is contained in:
parent
cca386ccdb
commit
b6f3ddda9a
@ -22,6 +22,7 @@
|
|||||||
"battery-5-6.svg": [ "battery-5-6", "battery", "power", "ui-icon", "green" ],
|
"battery-5-6.svg": [ "battery-5-6", "battery", "power", "ui-icon", "green" ],
|
||||||
"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" ],
|
||||||
|
"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" ],
|
||||||
"birthday-cake.svg": [ "birthday-cake", "cake", "happy-birthday", "food", "dessert", "candles", "pink" ],
|
"birthday-cake.svg": [ "birthday-cake", "cake", "happy-birthday", "food", "dessert", "candles", "pink" ],
|
||||||
@ -74,6 +75,7 @@
|
|||||||
"cookie.svg": [ "cookie", "food", "snack", "ui-icon", "buscuits", "cookies", "chocolate", "brown" ],
|
"cookie.svg": [ "cookie", "food", "snack", "ui-icon", "buscuits", "cookies", "chocolate", "brown" ],
|
||||||
"copy.svg": [ "copy", "ui-icon", "cut", "paste", "blue" ],
|
"copy.svg": [ "copy", "ui-icon", "cut", "paste", "blue" ],
|
||||||
"cow.svg": [ "cow", "full-body", "animal", "white" ],
|
"cow.svg": [ "cow", "full-body", "animal", "white" ],
|
||||||
|
"crab.svg": [ "crab", "animal", "food", "full-body", "red" ],
|
||||||
"dancing-man.svg": [ "dancing-man", "people", "party", "disco", "purple" ],
|
"dancing-man.svg": [ "dancing-man", "people", "party", "disco", "purple" ],
|
||||||
"dancing-woman.svg": [ "dancing-woman", "people", "party", "disco", "red" ],
|
"dancing-woman.svg": [ "dancing-woman", "people", "party", "disco", "red" ],
|
||||||
"device-computer.svg": [ "device-computer", "device", "screen", "imac", "desktop", "pc", "ui-icon", "black", "white", "grey-gray" ],
|
"device-computer.svg": [ "device-computer", "device", "screen", "imac", "desktop", "pc", "ui-icon", "black", "white", "grey-gray" ],
|
||||||
@ -276,7 +278,7 @@
|
|||||||
"teapot-japanese.svg": [ "teapot-japanese", "teapot", "beverage", "white" ],
|
"teapot-japanese.svg": [ "teapot-japanese", "teapot", "beverage", "white" ],
|
||||||
"teapot-white-gold.svg": [ "teapot-white-gold", "teapot", "beverage", "white" ],
|
"teapot-white-gold.svg": [ "teapot-white-gold", "teapot", "beverage", "white" ],
|
||||||
"teapot-yixing.svg": [ "teapot-yixing", "teapot", "beverage", "brown" ],
|
"teapot-yixing.svg": [ "teapot-yixing", "teapot", "beverage", "brown" ],
|
||||||
"tehtarik.svg": [ "tehtarik", "teh-tarik","drink", "beverage", "malaysia", "brown" ],
|
"tehtarik.svg": [ "tehtarik", "teh-tarik", "drink", "beverage", "malaysia", "brown" ],
|
||||||
"this-is-fine.svg": [ "this-is-fine", "meme", "dog", "yellow", "orange" ],
|
"this-is-fine.svg": [ "this-is-fine", "meme", "dog", "yellow", "orange" ],
|
||||||
"thumb-down.svg": [ "thumb-down", "thumb ", "ui-icon", "pink", "good", "upvote" ],
|
"thumb-down.svg": [ "thumb-down", "thumb ", "ui-icon", "pink", "good", "upvote" ],
|
||||||
"thumb-up.svg": [ "thumb-up", "thumb ", "ui-icon", "blue", "bad", "downvote" ],
|
"thumb-up.svg": [ "thumb-up", "thumb ", "ui-icon", "blue", "bad", "downvote" ],
|
||||||
|
9
public/icons/beer.svg
Normal file
9
public/icons/beer.svg
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-beer">
|
||||||
|
<path fill="#FFE800" d="M4,6H3V3H2V7H3V8H6V7H7V2H4z M6,3V6H5V3z"/>
|
||||||
|
<path fill="#FFFBD4" d="M3,0V1H2V3H3V4H4V2H7V1H6V0z"/>
|
||||||
|
<rect fill="#FFC800" x="5" y="3" width="1" height="3"/>
|
||||||
|
<rect fill="#FFC800" x="3" y="4" width="1" height="2"/>
|
||||||
|
<rect fill="#EBEAF7" x="7" y="2" width="1" height="1"/>
|
||||||
|
<rect fill="#EBEAF7" x="8" y="3" width="1" height="3"/>
|
||||||
|
<rect fill="#EBEAF7" x="7" y="6" width="1" height="1"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 497 B |
9
public/icons/crab.svg
Normal file
9
public/icons/crab.svg
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-crab">
|
||||||
|
<path fill="#F92F3C" d="M3,4V5H2V7H3V8H6V7H7V5H6V4z"/>
|
||||||
|
<rect fill="#343341" x="3" y="3" width="1" height="1"/>
|
||||||
|
<rect fill="#343341" x="5" y="3" width="1" height="1"/>
|
||||||
|
<path fill="#C10015" d="M1,4H0V5H2V3H1z"/>
|
||||||
|
<path fill="#C10015" d="M7,5H9V4H8V3H7z"/>
|
||||||
|
<rect fill="#C10015" x="1" y="6" width="1" height="2"/>
|
||||||
|
<rect fill="#C10015" x="7" y="6" width="1" height="2"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 460 B |
Loading…
Reference in New Issue
Block a user