Added new icons

This commit is contained in:
Shuqi 2024-05-02 14:04:18 +08:00
parent 40b7726538
commit 37c1d68816
5 changed files with 31 additions and 0 deletions

View File

@ -120,6 +120,7 @@
"light-bulb-on.svg": [ "light-bulb-on", "ui-icon", "yellow", "dark" ], "light-bulb-on.svg": [ "light-bulb-on", "ui-icon", "yellow", "dark" ],
"lion.svg": [ "lion", "animal", "full-body", "orange" ], "lion.svg": [ "lion", "animal", "full-body", "orange" ],
"lock.svg": [ "lock", "ui-icon", "yellow", "orange" ], "lock.svg": [ "lock", "ui-icon", "yellow", "orange" ],
"lu-rou-fan.svg": [ "lu-rou-fan", "food", "rice", "bowl", "taiwan", "brown" ],
"luggage.svg": [ "luggage", "bag", "travel", "pink" ], "luggage.svg": [ "luggage", "bag", "travel", "pink" ],
"magnifier.svg": [ "magnifier", "zoom", "ui-icon", "brown", "white", "search" ], "magnifier.svg": [ "magnifier", "zoom", "ui-icon", "brown", "white", "search" ],
"mail.svg": [ "mail", "email", "e-mail", "envelope", "ui-icon", "brown" ], "mail.svg": [ "mail", "email", "e-mail", "envelope", "ui-icon", "brown" ],
@ -134,6 +135,7 @@
"message.svg": [ "message", "conversations", "chat-bubble", "private-message", "direct-message", "pm", "dm", "ui-icon", "blue" ], "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" ], "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" ], "messages.svg": [ "messages", "conversations", "chat-bubbles", "private-messages", "direct-messages", "pm", "dm", "ui-icon", "blue" ],
"microphone.svg": [ "microphone", "ui-icon", "music", "black" ],
"microsoft-edge.svg": [ "microsoft-edge", "browser", "logo", "blue" ], "microsoft-edge.svg": [ "microsoft-edge", "browser", "logo", "blue" ],
"mistletoe.svg": [ "mistletoe", "xmas", "christmas", "festive", "red", "green" ], "mistletoe.svg": [ "mistletoe", "xmas", "christmas", "festive", "red", "green" ],
"monkey.svg": [ "monkey", "animal", "full-body", "brown" ], "monkey.svg": [ "monkey", "animal", "full-body", "brown" ],
@ -141,6 +143,7 @@
"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" ],
"mount-fuji.svg": [ "mount-fuji", "mountain", "hills", "japan", "snow", "travel", "blue" ], "mount-fuji.svg": [ "mount-fuji", "mountain", "hills", "japan", "snow", "travel", "blue" ],
"music.svg": [ "music", "ui-icon", "quaver", "eight-note", "black" ],
"nasilemak.svg": [ "nasilemak", "food", "malaysia", "green" ], "nasilemak.svg": [ "nasilemak", "food", "malaysia", "green" ],
"noodles.svg": [ "noodles", "food", "yellow" ], "noodles.svg": [ "noodles", "food", "yellow" ],
"nyan-cat.svg": [ "nyan-cat", "cat", "animal", "space", "rainbow", "meme", "grey-gray", "pink" ], "nyan-cat.svg": [ "nyan-cat", "cat", "animal", "space", "rainbow", "meme", "grey-gray", "pink" ],
@ -173,6 +176,7 @@
"reddit-detailed.svg": [ "reddit-detailed", "reddit", "logo", "red" ], "reddit-detailed.svg": [ "reddit-detailed", "reddit", "logo", "red" ],
"reddit.svg": [ "reddit", "logo", "red" ], "reddit.svg": [ "reddit", "logo", "red" ],
"ribbon.svg": [ "ribbon", "red" ], "ribbon.svg": [ "ribbon", "red" ],
"rice.svg": [ "rice", "food", "bowl", "red" ],
"rickroll.svg": [ "rickroll", "rickrolling", "rick-rolling", "never-gonna", "give-you-up", "let-you-down", "run-around-desert-you", "meme", "black" ], "rickroll.svg": [ "rickroll", "rickrolling", "rick-rolling", "never-gonna", "give-you-up", "let-you-down", "run-around-desert-you", "meme", "black" ],
"robot.svg": [ "robot", "ui-icon", "machine", "grey-gray" ], "robot.svg": [ "robot", "ui-icon", "machine", "grey-gray" ],
"rose.svg": [ "rose", "flower", "petals", "plant", "leaves", "leaf", "red", "green" ], "rose.svg": [ "rose", "flower", "petals", "plant", "leaves", "leaf", "red", "green" ],

View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-lu-rou-fan">
<path fill="#343341" d="M1,5V6H2V7H3V8H6V7H7V6H8V5z"/>
<rect fill="#EBEAF7" x="2" y="4" width="3" height="1"/>
<rect fill="#B67100" x="5" y="2" width="1" height="1"/>
<rect fill="#B67100" x="4" y="3" width="1" height="1"/>
<rect fill="#B67100" x="6" y="3" width="1" height="1"/>
<rect fill="#B67100" x="5" y="4" width="1" height="1"/>
<rect fill="#B67100" x="7" y="4" width="1" height="1"/>
<rect fill="#9C5F00" x="4" y="2" width="1" height="1"/>
<rect fill="#9C5F00" x="3" y="3" width="1" height="1"/>
<rect fill="#9C5F00" x="5" y="3" width="1" height="1"/>
<rect fill="#9C5F00" x="6" y="4" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 720 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-microphone">
<rect fill="#343341" x="3" y="0" width="3" height="4"/>
<rect fill="#A1A0B4" x="2" y="2" width="1" height="3"/>
<rect fill="#A1A0B4" x="6" y="2" width="1" height="3"/>
<rect fill="#A1A0B4" x="3" y="5" width="3" height="1"/>
<path fill="#6F6D81" d="M3,8H6V7H5V6H4V7H3z"/>
</svg>

After

Width:  |  Height:  |  Size: 370 B

3
public/icons/music.svg Normal file
View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-music">
<path fill="#343341" d="M4,1V2H2V7H1V8H3V4H4V3H6V2H7V6H6V7H8V0H6V1z"/>
</svg>

After

Width:  |  Height:  |  Size: 161 B

4
public/icons/rice.svg Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-rice">
<path fill="#C10015" d="M1,5V6H2V7H3V8H6V7H7V6H8V5z"/>
<path fill="#EBEAF7" d="M7,5V4H6V3H3V4H2V5z"/>
</svg>

After

Width:  |  Height:  |  Size: 192 B