Added dolphin

This commit is contained in:
Shuqi 2024-05-09 21:34:26 +08:00
parent eb101d50f0
commit bd3d334fe1
2 changed files with 12 additions and 0 deletions

View File

@ -81,6 +81,7 @@
"dog-beagle.svg": [ "dog-beagle", "dog", "face", "animal", "brown" ], "dog-beagle.svg": [ "dog-beagle", "dog", "face", "animal", "brown" ],
"dog-shiba.svg": [ "dog-shiba", "dog", "face", "animal", "orange" ], "dog-shiba.svg": [ "dog-shiba", "dog", "face", "animal", "orange" ],
"dollar.svg": [ "dollar", "ui-icon", "money", "yellow" ], "dollar.svg": [ "dollar", "ui-icon", "money", "yellow" ],
"dolphin.svg": [ "dolphin", "full-body", "animal", "blue" ],
"duck.svg": [ "duck", "dove", "bird", "full-body", "animal", "white" ], "duck.svg": [ "duck", "dove", "bird", "full-body", "animal", "white" ],
"durian.svg": [ "durian", "fruit", "food", "green" ], "durian.svg": [ "durian", "fruit", "food", "green" ],
"earth.svg": [ "earth", "globe", "global", "world", "ui-icon", "blue" ], "earth.svg": [ "earth", "globe", "global", "world", "ui-icon", "blue" ],

11
public/icons/dolphin.svg Normal file
View File

@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-dolphin">
<path fill="#5CADFF" d="M4,4H5V5H6V6H7V8H8V4H9V3H7V2H5V1H2V3H1V4H3V3H4z"/>
<rect fill="#5CADFF" x="2" y="5" width="1" height="1"/>
<rect fill="#5CADFF" x="4" y="5" width="1" height="1"/>
<rect fill="#5CADFF" x="6" y="8" width="1" height="1"/>
<rect fill="#5CADFF" x="8" y="8" width="1" height="1"/>
<rect fill="#D6EAFF" x="3" y="4" width="2" height="1"/>
<rect fill="#D6EAFF" x="5" y="5" width="1" height="1"/>
<rect fill="#D6EAFF" x="6" y="6" width="1" height="1"/>
<rect fill="#343340" x="3" y="3" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 623 B