Added wind icon

This commit is contained in:
Shuqi 2024-11-12 15:41:57 +08:00
parent f4dc5b71b5
commit 9f16bcb408
2 changed files with 14 additions and 1 deletions

View File

@ -255,7 +255,7 @@
"siumai2.svg": [ "siumai", "dimsum", "food", "hong-kong", "yellow" ], "siumai2.svg": [ "siumai", "dimsum", "food", "hong-kong", "yellow" ],
"siumai3.svg": [ "siumai", "dimsum", "food", "hong-kong", "yellow" ], "siumai3.svg": [ "siumai", "dimsum", "food", "hong-kong", "yellow" ],
"sloth.svg": [ "sloth", "animal", "full-body", "brown" ], "sloth.svg": [ "sloth", "animal", "full-body", "brown" ],
"snow.svg": [ "snow", "snowing", "ui-icon", "cloud", "weather", "xmas", "christmas", "festive", "white" ], "snow.svg": [ "snow", "snowing", "ui-icon", "cloud", "weather", "cold", "xmas", "christmas", "festive", "white" ],
"snowman.svg": [ "snowman", "xmas", "christmas", "festive", "white" ], "snowman.svg": [ "snowman", "xmas", "christmas", "festive", "white" ],
"sound-high.svg": [ "sound-high", "sound", "ui-icon", "yellow" ], "sound-high.svg": [ "sound-high", "sound", "ui-icon", "yellow" ],
"sound-low.svg": [ "sound-low", "sound", "ui-icon", "yellow" ], "sound-low.svg": [ "sound-low", "sound", "ui-icon", "yellow" ],
@ -308,6 +308,7 @@
"waze.svg": [ "waze", "logo", "car", "apps", "application", "navigation", "gps", "white" ], "waze.svg": [ "waze", "logo", "car", "apps", "application", "navigation", "gps", "white" ],
"whale.svg": [ "whale", "animal", "full-body", "blue" ], "whale.svg": [ "whale", "animal", "full-body", "blue" ],
"wifi.svg": [ "wifi", "ui-icon", "black" ], "wifi.svg": [ "wifi", "ui-icon", "black" ],
"wind.svg": [ "wind", "windy", "ui-icon", "cold", "chilling", "weather", "blue" ],
"window-ui.svg": [ "window-ui", "ui-icon", "grey-gray" ], "window-ui.svg": [ "window-ui", "ui-icon", "grey-gray" ],
"windows-11.svg": [ "windows-11", "logo", "operating-system", "blue" ], "windows-11.svg": [ "windows-11", "logo", "operating-system", "blue" ],
"wine.svg": [ "wine", "drink", "beverage", "glass", "red" ], "wine.svg": [ "wine", "drink", "beverage", "glass", "red" ],

12
public/icons/wind.svg Normal file
View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-wind">
<rect fill="#D0EAFF" x="2" y="0" width="2" height="1"/>
<rect fill="#D0EAFF" x="4" y="1" width="1" height="1"/>
<rect fill="#D0EAFF" x="1" y="2" width="3" height="1"/>
<rect fill="#4DA5FF" x="1" y="6" width="5" height="1"/>
<rect fill="#4DA5FF" x="6" y="7" width="1" height="1"/>
<rect fill="#4DA5FF" x="4" y="8" width="2" height="1"/>
<rect fill="#89CDFF" x="7" y="1" width="1" height="1"/>
<rect fill="#89CDFF" x="6" y="2" width="1" height="1"/>
<rect fill="#89CDFF" x="8" y="2" width="1" height="2"/>
<rect fill="#89CDFF" x="0" y="4" width="8" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 658 B