New icons
This commit is contained in:
parent
91491d2e8d
commit
ce92b6a9f9
15
public/icons/cat-sit.svg
Normal file
15
public/icons/cat-sit.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-sit">
|
||||
<polygon fill="#EBEAF7" points="4,3 4,2 3,2 3,3 2,3 2,4 5,4 5,3"/>
|
||||
<polygon fill="#EBEAF7" points="4,6 4,5 2,5 2,8 3,8 3,7 4,7 4,8 5,8 5,6"/>
|
||||
<polygon fill="#FFB100" points="5,0 5,1 3,1 3,2 5,2 5,4 6,4 6,0"/>
|
||||
<rect fill="#FFB100" x="1" y="3" width="1" height="1"/>
|
||||
<polygon fill="#FFB100" points="4,5 4,6 5,6 5,7 6,7 6,5"/>
|
||||
<polygon fill="#D38100" points="3,1 2,1 2,0 1,0 1,3 2,3 2,2 3,2"/>
|
||||
<polygon fill="#D38100" points="6,6 6,7 5,7 5,8 7,8 7,6"/>
|
||||
<rect fill="#D38100" x="7" y="4" width="1" height="2"/>
|
||||
<rect fill="#4435FF" x="2" y="4" width="1" height="1"/>
|
||||
<rect fill="#4435FF" x="4" y="4" width="2" height="1"/>
|
||||
<rect fill="#FFE800" x="3" y="4" width="1" height="1"/>
|
||||
<rect fill="#343341" x="2" y="2" width="1" height="1"/>
|
||||
<rect fill="#343341" x="4" y="2" width="1" height="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 886 B |
15
public/icons/ice-cream.svg
Normal file
15
public/icons/ice-cream.svg
Normal file
@ -0,0 +1,15 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-ice-cream">
|
||||
<rect fill="#D38100" x="3" y="4" width="1" height="1"/>
|
||||
<rect fill="#D38100" x="5" y="4" width="1" height="1"/>
|
||||
<rect fill="#D38100" x="4" y="5" width="1" height="1"/>
|
||||
<rect fill="#D38100" x="3" y="6" width="1" height="1"/>
|
||||
<rect fill="#D38100" x="5" y="6" width="1" height="1"/>
|
||||
<rect fill="#D38100" x="4" y="7" width="1" height="1"/>
|
||||
<rect fill="#B67100" x="2" y="4" width="1" height="1"/>
|
||||
<rect fill="#B67100" x="4" y="4" width="1" height="1"/>
|
||||
<rect fill="#B67100" x="3" y="5" width="1" height="1"/>
|
||||
<rect fill="#B67100" x="6" y="4" width="1" height="1"/>
|
||||
<rect fill="#B67100" x="5" y="5" width="1" height="1"/>
|
||||
<rect fill="#B67100" x="4" y="6" width="1" height="1"/>
|
||||
<polygon fill="#FFAEB0" points="7,2 6,2 6,1 3,1 3,2 2,2 2,4 3,4 3,5 4,5 4,4 7,4"/>
|
||||
</svg>
|
After Width: | Height: | Size: 861 B |
12
public/icons/rabbit-grey.svg
Normal file
12
public/icons/rabbit-grey.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-rabbit-grey">
|
||||
<path fill="#A1A0B4" d="M7,3V2h1V0H7v1H6v1H5v1H3V2H2v1H1v3h2v1H2v1h3V7h1V6h1v1H6v1h2V5H6V3H7z M3,5H2V4h1V5z M5,5H4V4h1V5z"/>
|
||||
<rect fill="#A1A0B4" x="3" y="1" width="1" height="1"/>
|
||||
<rect fill="#A1A0B4" x="4" y="0" width="1" height="1"/>
|
||||
<rect fill="#A1A0B4" x="8" y="4" width="1" height="1"/>
|
||||
<rect fill="#6F6D81" x="6" y="6" width="1" height="1"/>
|
||||
<rect fill="#6F6D81" x="5" y="7" width="1" height="1"/>
|
||||
<rect fill="#343341" x="2" y="4" width="1" height="1"/>
|
||||
<rect fill="#343341" x="4" y="4" width="1" height="1"/>
|
||||
<rect fill="#FFAEB0" x="3" y="2" width="1" height="1"/>
|
||||
<rect fill="#FFAEB0" x="4" y="1" width="1" height="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 734 B |
8
public/icons/rabbit-white.svg
Normal file
8
public/icons/rabbit-white.svg
Normal file
@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-rabbit-white">
|
||||
<path fill="#EBEAF7" d="M6,5V3h1V2h1V0H7v1H6v1H5v1H4V2h1V0H4v1H3v1H2v1H1v3h2v1H2v1h3V7h1V6h1v1H6v1h2V5H6z M5,4v1H4V4H5z M2,5V4h1 v1H2z"/>
|
||||
<rect fill="#EBEAF7" x="8" y="4" width="1" height="1"/>
|
||||
<rect fill="#A1A0B4" x="6" y="6" width="1" height="1"/>
|
||||
<rect fill="#A1A0B4" x="5" y="7" width="1" height="1"/>
|
||||
<rect fill="#F92F3C" x="2" y="4" width="1" height="1"/>
|
||||
<rect fill="#F92F3C" x="4" y="4" width="1" height="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 520 B |
@ -36,12 +36,13 @@
|
||||
"caret-up.svg": [ "caret-up", "ui-icon", "blue" ],
|
||||
"cart.svg": [ "cart", "ui-icon", "yellow" ],
|
||||
"cat.svg": [ "cat", "full-body", "animal", "orange", "white" ],
|
||||
"cat-black.svg": [ "cat-black", "animal", "black" ],
|
||||
"cat-calico.svg": [ "cat-calico", "animal", "orange", "white" ],
|
||||
"cat-grey.svg": [ "cat-grey", "animal", "grey-gray" ],
|
||||
"cat-orange.svg": [ "cat-orange", "animal", "orange", "white" ],
|
||||
"cat-tabby.svg": [ "cat-tabby", "animal", "orange" ],
|
||||
"cat-white.svg": [ "cat-white", "animal", "white" ],
|
||||
"cat-sit.svg": [ "cat-sit", "full-body", "animal", "orange", "white" ],
|
||||
"cat-black.svg": [ "cat-black", "face", "animal", "black" ],
|
||||
"cat-calico.svg": [ "cat-calico", "face", "animal", "orange", "white" ],
|
||||
"cat-grey.svg": [ "cat-grey", "face", "animal", "grey-gray" ],
|
||||
"cat-orange.svg": [ "cat-orange", "face", "animal", "orange", "white" ],
|
||||
"cat-tabby.svg": [ "cat-tabby", "face", "animal", "orange" ],
|
||||
"cat-white.svg": [ "cat-white", "face", "animal", "white" ],
|
||||
"chart.svg": [ "chart", "ui-icon" ],
|
||||
"christmas-tree.svg": [ "christmas-tree", "christmas-tree", "green", "christmas", "xmas", "festive" ],
|
||||
"chrome.svg": [ "chrome", "logo" ],
|
||||
@ -49,8 +50,9 @@
|
||||
"cloud.svg": [ "cloud", "ui-icon", "white" ],
|
||||
"coffee.svg": [ "coffee", "drink", "beverage", "orange" ],
|
||||
"copy.svg": [ "copy", "ui-icon", "cut", "paste" ],
|
||||
"dog-beagle.svg": [ "dog-beagle", "animal", "brown" ],
|
||||
"dog-shiba.svg": [ "dog-shiba", "animal", "orange" ],
|
||||
"dog.svg": [ "dog", "full-body", "animal", "brown" ],
|
||||
"dog-beagle.svg": [ "dog-beagle", "face", "animal", "brown" ],
|
||||
"dog-shiba.svg": [ "dog-shiba", "face", "animal", "orange" ],
|
||||
"dollar.svg": [ "dollar", "ui-icon", "yellow" ],
|
||||
"earth.svg": [ "earth", "ui-icon", "blue" ],
|
||||
"facebook-detailed.svg": [ "facebook-detailed", "logo", "blue" ],
|
||||
@ -66,6 +68,7 @@
|
||||
"headphones.svg": [ "headphones", "ui-icon", "black", "grey-gray" ],
|
||||
"heart.svg": [ "heart", "ui-icon", "red" ],
|
||||
"house.svg": [ "house", "ui-icon" ],
|
||||
"ice-cream.svg": [ "ice-cream", "dessert", "food", "ui-icon", "pink", "brown" ],
|
||||
"instagram-detailed.svg": [ "instagram-detailed", "logo", "purple", "magenta" ],
|
||||
"instagram.svg": [ "instagram", "logo", "purple", "magenta" ],
|
||||
"key.svg": [ "key", "ui-icon", "yellow" ],
|
||||
@ -83,6 +86,8 @@
|
||||
"picture.svg": [ "picture", "ui-icon", "blue" ],
|
||||
"pin.svg": [ "pin", "ui-icon", "red" ],
|
||||
"pumpkin.svg": [ "pumpkin", "halloween", "spooky", "festive", "orange" ],
|
||||
"rabbit-grey.svg": [ "rabbit-grey", "bunny", "full-body", "animal", "grey" ],
|
||||
"rabbit-white.svg": [ "rabbit-white", "bunny", "full-body", "animal", "white" ],
|
||||
"reddit-detailed.svg": [ "reddit-detailed", "logo", "red" ],
|
||||
"reddit.svg": [ "reddit", "logo", "red" ],
|
||||
"santa-face.svg": [ "santa-face", "xmas", "christmas", "festive", "red", "human" ],
|
||||
|
Loading…
Reference in New Issue
Block a user