Added xmas-bell icon

This commit is contained in:
Shuqi 2023-12-04 15:58:13 +08:00
parent 369160cb9a
commit 55f6bdbd71
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-xmas-bell">
<polygon fill="#FFE800" points="6,6 6,4 5,4 5,3 4,3 4,4 3,4 3,6 2,6 2,7 7,7 7,6"/>
<rect fill="#FFB100" x="4" y="7" width="1" height="1"/>
<rect fill="#F92F3C" x="3" y="2" width="1" height="1"/>
<rect fill="#F92F3C" x="5" y="2" width="1" height="1"/>
<rect fill="#C10015" x="4" y="2" width="1" height="1"/>
<rect fill="#C10015" x="3" y="3" width="1" height="1"/>
<rect fill="#C10015" x="5" y="3" width="1" height="1"/>
<rect fill="#00812E" x="2" y="3" width="1" height="1"/>
<rect fill="#00812E" x="6" y="3" width="1" height="1"/>
<rect fill="#00AF3E" x="3" y="1" width="1" height="1"/>
<rect fill="#00AF3E" x="5" y="1" width="1" height="1"/>
<rect fill="#00AF3E" x="2" y="2" width="1" height="1"/>
<rect fill="#00AF3E" x="6" y="2" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 861 B

View File

@ -176,6 +176,7 @@
"wine.svg": [ "wine", "drink", "beverage", "white", "red" ], "wine.svg": [ "wine", "drink", "beverage", "white", "red" ],
"wrench.svg": [ "wrench", "spanner", "settings", "preferences", "ui-icon", "grey-gray" ], "wrench.svg": [ "wrench", "spanner", "settings", "preferences", "ui-icon", "grey-gray" ],
"x.svg": [ "x", "twitter", "logo", "black" ], "x.svg": [ "x", "twitter", "logo", "black" ],
"xmas-bell.svg": [ "xmas-bell", "xmas", "christmas", "festive", "yellow" ],
"xmas-stocking.svg": [ "xmas-stocking", "xmas", "christmas", "socks", "festive", "red" ], "xmas-stocking.svg": [ "xmas-stocking", "xmas", "christmas", "socks", "festive", "red" ],
"youtube.svg": [ "youtube", "logo", "play", "red" ], "youtube.svg": [ "youtube", "logo", "play", "red" ],
"zoom-in.svg": [ "zoom-in", "ui-icon", "magnifier", "brown", "white" ], "zoom-in.svg": [ "zoom-in", "ui-icon", "magnifier", "brown", "white" ],