Added map icon

This commit is contained in:
Shuqi 2024-11-11 21:04:18 +08:00
parent 77e5758bf0
commit 2471628bac
2 changed files with 10 additions and 0 deletions

View File

@ -167,6 +167,7 @@
"mallard.svg": [ "mallard", "duck", "pigeon", "bird", "full-body", "animal", "green" ],
"maneki-neko.svg": [ "maneki-neko", "cat", "money", "fortune", "japan", "white" ],
"mango.svg": [ "mango", "fruit", "food", "yellow" ],
"map.svg": [ "map", "ui-icon", "navigation", "location", "gps", "maps", "green" ],
"mario.svg": [ "mario", "game", "super mario", "nintendo", "red" ],
"mario-jump.svg": [ "mario-jump", "game", "super mario", "nintendo", "red" ],
"meowth.svg": [ "meowth", "pokemon", "cat", "yellow" ],

9
public/icons/map.svg Normal file
View File

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-map">
<path fill="#EBEAF7" d="M0,1V8H9V1H8V7H1V2H5V1z"/>
<rect fill="#73E030" x="1" y="2" width="2" height="5"/>
<path fill="#73E030" d="M4,5H8V3H7V4H6V3H5V2H4z"/>
<path fill="#FFE800" d="M4,5V2H3V7H4V6H8V5z"/>
<rect fill="#4DA5FF" x="4" y="6" width="4" height="1"/>
<path fill="#DA2934" d="M8,0H5V3H6V4H7V3H8z M6,1H7V2H6z"/>
<rect fill="#C10015" x="6" y="1" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 470 B