Added candy and lollipop

This commit is contained in:
Shuqi 2025-05-09 12:26:59 +08:00
parent 7431b50b8d
commit 4b65e7cc78
3 changed files with 27 additions and 1 deletions

View File

@ -49,7 +49,8 @@
"california-roll.svg" : [ "california-roll", "food", "sushi", "japan", "rice", "orange" ], "california-roll.svg" : [ "california-roll", "food", "sushi", "japan", "rice", "orange" ],
"camera-polaroid.svg": [ "camera-polaroid", "grey-gray" ], "camera-polaroid.svg": [ "camera-polaroid", "grey-gray" ],
"camera.svg": [ "camera", "grey-gray" ], "camera.svg": [ "camera", "grey-gray" ],
"candycane.svg": [ "candycane", "xmas", "christmas", "festive", "red", "white" ], "candy.svg": [ "candy", "sweet", "food", "xmas", "christmas", "festive", "red" ],
"candycane.svg": [ "candycane", "food", "xmas", "christmas", "festive", "red" ],
"capybara.svg": [ "capybara", "animal", "full-body", "brown" ], "capybara.svg": [ "capybara", "animal", "full-body", "brown" ],
"car.svg": [ "car", "vehicle", "transportation", "blue" ], "car.svg": [ "car", "vehicle", "transportation", "blue" ],
"caret-down.svg": [ "caret-down", "ui-icon", "blue" ], "caret-down.svg": [ "caret-down", "ui-icon", "blue" ],
@ -160,6 +161,7 @@
"linkedin.svg": [ "linkedin", "logo", "apps", "application", "social-network", "blue" ], "linkedin.svg": [ "linkedin", "logo", "apps", "application", "social-network", "blue" ],
"lock.svg": [ "lock", "ui-icon", "yellow", "orange" ], "lock.svg": [ "lock", "ui-icon", "yellow", "orange" ],
"locomotive.svg": [ "locomotive", "vehicle", "train", "choo-choo-train", "transportation", "red" ], "locomotive.svg": [ "locomotive", "vehicle", "train", "choo-choo-train", "transportation", "red" ],
"lollipop.svg": [ "lollipop", "candy", "sweet", "food", "pink", "purple" ],
"lu-rou-fan.svg": [ "lu-rou-fan", "food", "rice", "bowl", "taiwan", "brown" ], "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" ],

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

@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-candy">
<rect fill="#EBEAF7" x="2" y="3" width="5" height="1"/>
<rect fill="#EBEAF7" x="2" y="5" width="5" height="1"/>
<rect fill="#F92F3C" x="3" y="2" width="3" height="1"/>
<rect fill="#F92F3C" x="2" y="4" width="5" height="1"/>
<rect fill="#F92F3C" x="3" y="6" width="3" height="1"/>
<path fill="#C10015" d="M6,3H9V2H8V1H7V0H6z"/>
<path fill="#C10015" d="M3,6H0V7H1V8H2V9H3z"/>
</svg>

After

Width:  |  Height:  |  Size: 470 B

15
public/icons/lollipop.svg Normal file
View File

@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-lollipop">
<path fill="#9F65FF" d="M3,0V1H2V2H5V1H6V0z"/>
<rect fill="#9F65FF" x="6" y="1" width="1" height="1"/>
<rect fill="#9F65FF" x="1" y="2" width="1" height="3"/>
<rect fill="#9F65FF" x="5" y="2" width="1" height="2"/>
<rect fill="#9F65FF" x="7" y="2" width="1" height="3"/>
<path fill="#9F65FF" d="M4,3H3V5H5V4H4z"/>
<rect fill="#9F65FF" x="2" y="5" width="1" height="1"/>
<rect fill="#9F65FF" x="6" y="5" width="1" height="1"/>
<rect fill="#9F65FF" x="3" y="6" width="3" height="1"/>
<rect fill="#FFAEB0" x="5" y="1" width="1" height="1"/>
<path fill="#FFAEB0" d="M3,3H4V4H5V2H2V5H3z"/>
<path fill="#FFAEB0" d="M6,4H5V5H3V6H6V5H7V2H6z"/>
<rect fill="#EBEAF7" x="4" y="7" width="1" height="2"/>
</svg>

After

Width:  |  Height:  |  Size: 797 B