Added ducks

This commit is contained in:
Shuqi 2023-11-16 15:20:27 +08:00
parent a0a4ce2d3f
commit 7f4cb5bdb6
4 changed files with 24 additions and 0 deletions

6
public/icons/duck.svg Normal file
View File

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-duck">
<polygon fill="#EBEAF7" points="3,2 3,3 2,3 2,6 3,6 3,7 7,7 7,6 8,6 8,4 5,4 5,3 4,3 4,1 2,1 2,2"/>
<rect fill="#FFB100" x="1" y="2" width="1" height="1"/>
<rect fill="#FFB100" x="4" y="7" width="1" height="1"/>
<rect fill="#343341" x="2" y="2" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 359 B

10
public/icons/mallard.svg Normal file
View File

@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-mallard">
<rect fill="#343341" x="2" y="2" width="1" height="1"/>
<polygon fill="#00AF3E" points="3,2 3,3 2,3 2,4 5,4 5,3 4,3 4,1 2,1 2,2"/>
<rect fill="#FFB100" x="1" y="2" width="1" height="1"/>
<rect fill="#FFB100" x="4" y="7" width="1" height="1"/>
<polygon fill="#E5E3D1" points="4,4 4,7 7,7 7,5 8,5 8,4"/>
<rect fill="#EBEAF7" x="2" y="4" width="2" height="1"/>
<rect fill="#343341" x="7" y="5" width="1" height="1"/>
<polygon fill="#9C5F00" points="2,5 2,6 3,6 3,7 4,7 4,5"/>
</svg>

After

Width:  |  Height:  |  Size: 572 B

View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-rubber-duck">
<polygon fill="#FFE800" points="2,3 2,7 3,7 3,8 7,8 7,7 8,7 8,5 6,5 6,3 5,3 5,2 3,2 3,3 4,3 4,4 3,4 3,3 "/>
<rect fill="#FFB100" x="1" y="4" width="1" height="1"/>
<rect fill="#343341" x="3" y="3" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 318 B

View File

@ -56,6 +56,7 @@
"dog.svg": [ "dog", "full-body", "animal", "brown" ],
"dog-beagle.svg": [ "dog-beagle", "face", "animal", "brown" ],
"dog-shiba.svg": [ "dog-shiba", "face", "animal", "orange" ],
"duck.svg": [ "duck", "full-body", "animal", "white" ],
"dollar.svg": [ "dollar", "ui-icon", "yellow" ],
"earth.svg": [ "earth", "globe", "global", "world", "ui-icon", "blue" ],
"edit.svg": [ "edit", "pencil", "paper", "ui-icon", "brown" ],
@ -83,6 +84,7 @@
"mail.svg": [ "mail", "email", "e-mail", "envelope", "ui-icon", "brown" ],
"mail-open.svg": [ "mail-open", "email", "e-mail", "envelope", "ui-icon", "brown", "blue" ],
"mailbox.svg": [ "mailbox", "inbox", "mail-box", "email", "e-mail", "envelope", "ui-icon", "red" ],
"mallard.svg": [ "mallard", "full-body", "animal", "green", "white" ],
"message.svg": [ "message", "conversations", "chat-bubble", "private-message", "direct-message", "pm", "dm", "ui-icon", "blue" ],
"message-typing.svg": [ "message-typing", "conversations", "chat-bubble", "private-message", "direct-message", "pm", "dm", "ui-icon", "blue" ],
"messages.svg": [ "messages", "conversations", "chat-bubbles", "private-messages", "direct-messages", "pm", "dm", "ui-icon", "blue" ],
@ -105,6 +107,7 @@
"rabbit-white.svg": [ "rabbit-white", "bunny", "full-body", "animal", "white" ],
"reddit-detailed.svg": [ "reddit-detailed", "logo", "red" ],
"reddit.svg": [ "reddit", "logo", "red" ],
"rubber-duck.svg": [ "rubber-duck", "toy", "animal", "yellow" ],
"santa-face.svg": [ "santa-face", "xmas", "christmas", "festive", "red", "human" ],
"santa.svg": [ "santa-full", "xmas", "christmas", "festive", "red", "human" ],
"save.svg": [ "save", "floppy-disk", "ui-icon", "grey-gray", "black" ],