Added mooncake icons

This commit is contained in:
Shuqi 2024-08-21 18:11:42 +08:00
parent eed1b480b5
commit 10a6485e6e
3 changed files with 26 additions and 0 deletions

View File

@ -154,6 +154,8 @@
"monkey-love.svg": [ "monkey-love", "monkey", "face", "animal", "brown" ], "monkey-love.svg": [ "monkey-love", "monkey", "face", "animal", "brown" ],
"monkey-walk.svg": [ "monkey-walk", "monkey", "animal", "full-body", "brown" ], "monkey-walk.svg": [ "monkey-walk", "monkey", "animal", "full-body", "brown" ],
"moon.svg": [ "moon", "ui-icon", "yellow", "dark" ], "moon.svg": [ "moon", "ui-icon", "yellow", "dark" ],
"mooncake-slice.svg": [ "mooncake-slice", "mid-autumn", "midautumn", "festival", "food", "salted-egg", "brown" ],
"mooncake-whole.svg": [ "mooncake-whole", "mid-autumn", "midautumn", "festival", "food", "salted-egg", "brown" ],
"mount-fuji.svg": [ "mount-fuji", "mountain", "hills", "japan", "snow", "travel", "blue" ], "mount-fuji.svg": [ "mount-fuji", "mountain", "hills", "japan", "snow", "travel", "blue" ],
"mushroom.svg": [ "mushroom", "vegetable", "food", "red" ], "mushroom.svg": [ "mushroom", "vegetable", "food", "red" ],
"music.svg": [ "music", "ui-icon", "quaver", "eight-note", "black" ], "music.svg": [ "music", "ui-icon", "quaver", "eight-note", "black" ],

View File

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-mooncake-slice">
<path fill="#5C3D00" d="M2,4V5H4V7H2V8H6V4z"/>
<rect fill="#AD7400" x="3" y="2" width="2" height="1"/>
<rect fill="#AD7400" x="5" y="3" width="1" height="1"/>
<path fill="#C98600" d="M6,1H4V2H5V3H6V4H7V2H6z"/>
<rect fill="#C98600" x="2" y="3" width="3" height="1"/>
<rect fill="#FF9500" x="2" y="5" width="2" height="2"/>
<rect fill="#946200" x="6" y="4" width="1" height="4"/>
</svg>

After

Width:  |  Height:  |  Size: 483 B

View File

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-mooncake-whole">
<rect fill="#AD7400" x="3" y="1" width="3" height="1"/>
<rect fill="#AD7400" x="2" y="2" width="1" height="1"/>
<rect fill="#AD7400" x="6" y="2" width="1" height="1"/>
<rect fill="#AD7400" x="0" y="3" width="1" height="4"/>
<rect fill="#AD7400" x="3" y="3" width="2" height="1"/>
<rect fill="#AD7400" x="2" y="5" width="2" height="4"/>
<path fill="#5C3D00" d="M8,3H5V4H7V6H5V7H8z"/>
<path fill="#C98600" d="M3,4V3H2V2H3V1H6V2H7V3H9V2H8V1H7V0H2V1H1V2H0V3H1V4H2V5H5V4z"/>
<rect fill="#C98600" x="3" y="2" width="3" height="1"/>
<rect fill="#FF9500" x="5" y="4" width="2" height="2"/>
<rect fill="#946200" x="8" y="3" width="1" height="4"/>
<rect fill="#946200" x="1" y="4" width="1" height="4"/>
<rect fill="#946200" x="4" y="5" width="1" height="4"/>
</svg>

After

Width:  |  Height:  |  Size: 861 B