Added new icons

This commit is contained in:
Shuqi 2024-05-06 17:36:37 +08:00
parent eaedc817bc
commit bdd51f040d
9 changed files with 75 additions and 0 deletions

View File

@ -35,6 +35,7 @@
"bus.svg": [ "bus", "vehicle", "transportation", "red" ],
"calculator.svg": [ "calculator", "ui-icon", "math", "black" ],
"calendar.svg": [ "calendar", "ui-icon", "date", "time", "white", "red" ],
"california-roll.svg" : [ "california-roll", "food", "sushi", "japan", "rice", "orange" ],
"camera-polaroid.svg": [ "camera-polaroid", "grey-gray" ],
"camera.svg": [ "camera", "grey-gray" ],
"candycane.svg": [ "candycane", "xmas", "christmas", "festive", "red", "white" ],
@ -60,6 +61,7 @@
"clipboard.svg": [ "clipboard", "ui-icon", "cut", "copy", "paste" ],
"clock.svg": [ "clock", "ui-icon", "time", "white" ],
"cloud.svg": [ "cloud", "ui-icon", "weather", "white" ],
"clownfish.svg": [ "clownfish", "fish", "animal", "nemo", "full-body", "orange" ],
"coffee.svg": [ "coffee", "drink", "beverage", "orange" ],
"coffee-takeaway.svg": [ "coffee-takeaway", "drink", "beverage", "orange" ],
"control-panel.svg": [ "control-panel", "mixer", "ui-icon", "settings", "preferences", "blue" ],
@ -89,6 +91,7 @@
"file-picture.svg": [ "file-picture", "paper", "drawing", "painting", "ui-icon", "blue" ],
"file-text.svg": [ "file-text", "paper", "ui-icon", "blue" ],
"file.svg": [ "file", "paper", "ui-icon", "blue" ],
"fish.svg": [ "fish", "animal", "full-body", "blue" ],
"firefox.svg": [ "firefox", "browser", "logo", "orange" ],
"folder.svg": [ "folder", "ui-icon", "orange", "yellow" ],
"fox.svg": [ "fox", "animal", "full-body", "orange" ],
@ -147,6 +150,7 @@
"nasilemak.svg": [ "nasilemak", "food", "malaysia", "green" ],
"noodles.svg": [ "noodles", "food", "yellow" ],
"nyan-cat.svg": [ "nyan-cat", "cat", "animal", "space", "rainbow", "meme", "grey-gray", "pink" ],
"onigiri.svg" : [ "onigiri", "food", "japan", "rice", "white", "green" ],
"outbox.svg": [ "outbox", "arrow", "email", "e-mail", "ui-icon", "blue", "orange" ],
"panda.svg": [ "panda", "animal", "bear", "full-body", "black", "white" ],
"paper-bag.svg": [ "paper-bag", "ui-icon", "pink" ],
@ -187,6 +191,8 @@
"safari.svg": [ "safari", "browser", "logo", "blue" ],
"sakura.svg": [ "sakura", "flower", "plant", "petals", "pink" ],
"sakura-tree.svg": [ "sakura-tree", "plant", "pink" ],
"salmon-maki.svg" : [ "salmon-maki", "food", "sushi", "makizushi", "japan", "rice", "salmon", "green" ],
"salmon-nigiri.svg" : [ "salmon-nigiri", "food", "sushi", "japan", "rice", "salmon", "orange" ],
"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" ],
@ -217,6 +223,7 @@
"stonks.svg": [ "stonks", "meme", "mememan" ],
"surprised-pikachu.svg": [ "surprised-pikachu", "meme", "pokemon", "yellow" ],
"take-my-money.svg": [ "take-my-money", "meme", "shut-up", "fry", "futurama", "red" ],
"tamago-nigiri.svg" : [ "tamago-nigiri", "food", "sushi", "japan", "rice", "yellow" ],
"tang-yuan.svg": [ "tang-yuan", "food", "bowl", "glutinous-rice-balls", "winter-solstice", "chinese", "red" ],
"tapir-baby.svg": [ "tapir-baby", "tapir", "baby", "animal", "full-body", "brown" ],
"tapir.svg": [ "tapir", "animal", "full-body", "black-white" ],
@ -247,6 +254,7 @@
"xmas-stocking.svg": [ "xmas-stocking", "xmas", "christmas", "socks", "festive", "red" ],
"yacht.svg": [ "yacht", "ship", "transportation" ],
"youtube.svg": [ "youtube", "logo", "play", "red" ],
"zongzi.svg" : [ "zongzi", "food", "dumpling", "chinese", "taiwan", "rice", "green" ],
"zoom-in.svg": [ "zoom-in", "zoom", "ui-icon", "magnifier", "brown", "white" ],
"zoom-out.svg": [ "zoom-out", "zoom", "ui-icon", "magnifier", "brown", "white" ]
}

View File

@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-california-roll">
<rect fill="#FF8D00" x="2" y="4" width="1" height="1"/>
<rect fill="#FF8D00" x="4" y="4" width="1" height="1"/>
<rect fill="#FF8D00" x="1" y="5" width="1" height="1"/>
<rect fill="#FF8D00" x="3" y="5" width="1" height="1"/>
<rect fill="#FF8D00" x="2" y="6" width="1" height="1"/>
<rect fill="#FF8D00" x="1" y="7" width="1" height="1"/>
<rect fill="#FF8D00" x="3" y="7" width="1" height="1"/>
<rect fill="#FFB100" x="3" y="4" width="1" height="1"/>
<rect fill="#FFB100" x="2" y="5" width="1" height="1"/>
<rect fill="#FFB100" x="1" y="6" width="1" height="1"/>
<rect fill="#FFB100" x="3" y="6" width="1" height="1"/>
<rect fill="#FFB100" x="2" y="7" width="1" height="1"/>
<rect fill="#FFC800" x="5" y="6" width="1" height="1"/>
<rect fill="#73E030" x="5" y="5" width="1" height="1"/>
<path fill="#EBEAF7" d="M7,4H5V5H4V8H7z M6,5V7H5V5z"/>
</svg>

After

Width:  |  Height:  |  Size: 953 B

View File

@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-clownfish">
<path fill="#FF8D00" d="M5,3H4V2H2V3H3V4H4V5H3V6H2V7H4V6H5z"/>
<path fill="#FF8D00" d="M5,2V3H6V6H7V2z"/>
<rect fill="#FF8D00" x="1" y="3" width="1" height="1"/>
<rect fill="#FF8D00" x="8" y="3" width="1" height="2"/>
<path fill="#FF8D00" d="M0,6H2V5H1V4H0z"/>
<rect fill="#FF8D00" x="5" y="6" width="1" height="1"/>
<rect fill="#EBEAF7" x="2" y="3" width="1" height="3"/>
<rect fill="#EBEAF7" x="5" y="3" width="1" height="3"/>
<rect fill="#EBEAF7" x="7" y="3" width="1" height="2"/>
<rect fill="#DC6C00" x="3" y="4" width="1" height="1"/>
<rect fill="#343341" x="1" y="4" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 701 B

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

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-fish">
<path fill="#89CDFF" d="M4,2H3V3H1V4H0V6H1V7H3V8H4V7H5V6H6V5H7V6H8V7H9V2H8V3H7V4H6V3H4z M2,4V5H1V4z"/>
<rect fill="#343341" x="1" y="4" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 249 B

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

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-onigiri">
<path fill="#EBEAF7" d="M3,5H6V8H7V7H8V4H7V3H6V2H3V3H2V4H1V7H2V8H3z"/>
<rect fill="#38632E" x="3" y="5" width="3" height="3"/>
</svg>

After

Width:  |  Height:  |  Size: 220 B

View File

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-salmon-maki">
<rect fill="#276426" x="2" y="5" width="4" height="3"/>
<path fill="#EBEAF7" d="M2,3V5H6V2H3V3z M3,4V3H5V4z"/>
<rect fill="#FF8D00" x="3" y="3" width="2" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 265 B

View File

@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-salmon-nigiri">
<path fill="#EBEAF7" d="M2,8H6V7H7V6H2z"/>
<path fill="#FF8D00" d="M2,5H1V6H3V4H2z"/>
<rect fill="#FF8D00" x="4" y="4" width="1" height="2"/>
<path fill="#FF8D00" d="M6,4V6H7V5H8V4z"/>
<rect fill="#FFB100" x="3" y="4" width="1" height="2"/>
<rect fill="#FFB100" x="5" y="4" width="1" height="2"/>
</svg>

After

Width:  |  Height:  |  Size: 400 B

View File

@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-tamago-nigiri">
<rect fill="#276426" x="3" y="4" width="2" height="4"/>
<rect fill="#EBEAF7" x="2" y="6" width="1" height="2"/>
<path fill="#EBEAF7" d="M5,6V8H6V7H7V6z"/>
<rect fill="#FFC800" x="1" y="4" width="2" height="2"/>
<rect fill="#FFC800" x="5" y="4" width="3" height="2"/>
</svg>

After

Width:  |  Height:  |  Size: 369 B

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

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-zongzi">
<path fill="#B48003" d="M3,5H4V6H5V5H6V3H5V2H4V3H3z"/>
<path fill="#4E804C" d="M2,6H1V8H3V7H4V5H3V4H2z"/>
<path fill="#4E804C" d="M8,6H7V5H6V6H5V7H4V8H8z"/>
<rect fill="#276426" x="6" y="4" width="1" height="1"/>
<rect fill="#276426" x="5" y="5" width="1" height="1"/>
<rect fill="#276426" x="4" y="6" width="1" height="1"/>
<rect fill="#276426" x="3" y="7" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 478 B