Added diglett

This commit is contained in:
Shuqi 2024-04-29 17:59:40 +08:00
parent d0bd49e725
commit f097015180
2 changed files with 8 additions and 0 deletions

View File

@ -69,6 +69,7 @@
"device-computer.svg": [ "device-computer", "device", "screen", "imac", "desktop", "pc", "ui-icon", "black", "white", "grey-gray" ],
"device-tablet.svg": [ "device-tablet", "device", "screen", "ipad", "ui-icon", "black", "white", "grey-gray" ],
"device-smartphone.svg": [ "device-smartphone", "device", "screen", "iphone", "ui-icon", "black", "white", "grey-gray" ],
"diglett.svg": [ "diglett", "pokemon", "brown" ],
"dog.svg": [ "dog", "full-body", "animal", "brown" ],
"dog-beagle.svg": [ "dog-beagle", "dog", "face", "animal", "brown" ],
"dog-shiba.svg": [ "dog-shiba", "dog", "face", "animal", "orange" ],

7
public/icons/diglett.svg Normal file
View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-diglett">
<path fill="#D38100" d="M7,7V3H6V2H3V4H4V5H2V7z M4,3H5V4H4z"/>
<rect fill="#FFAEB0" x="2" y="4" width="2" height="1"/>
<rect fill="#9C5F00" x="1" y="7" width="7" height="1"/>
<rect fill="#343341" x="2" y="3" width="1" height="1"/>
<rect fill="#343341" x="4" y="3" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 383 B