Added window icon
This commit is contained in:
parent
15f6b6f87d
commit
94d365f4d3
@ -191,7 +191,7 @@
|
|||||||
"pinata.svg": [ "pinata", "horse", "unicorn", "candy", "rainbow", "festive", "party", "colorful-colourful" ],
|
"pinata.svg": [ "pinata", "horse", "unicorn", "candy", "rainbow", "festive", "party", "colorful-colourful" ],
|
||||||
"pineapple.svg": [ "pineapple", "fruit", "food", "yellow" ],
|
"pineapple.svg": [ "pineapple", "fruit", "food", "yellow" ],
|
||||||
"pikachu.svg": [ "pikachu", "pokemon", "mouse", "yellow" ],
|
"pikachu.svg": [ "pikachu", "pokemon", "mouse", "yellow" ],
|
||||||
"pin.svg": [ "pin", "ui-icon", "navigation", "location", "maps", "red" ],
|
"pin.svg": [ "pin", "ui-icon", "navigation", "location", "gps", "maps", "red" ],
|
||||||
"pig.svg": [ "pig", "animal", "full-body", "pink" ],
|
"pig.svg": [ "pig", "animal", "full-body", "pink" ],
|
||||||
"pizza-slice.svg": [ "pizza-slice", "food", "orange", "yellow" ],
|
"pizza-slice.svg": [ "pizza-slice", "food", "orange", "yellow" ],
|
||||||
"pizza-whole.svg": [ "pizza-whole", "food", "orange", "yellow", "brown" ],
|
"pizza-whole.svg": [ "pizza-whole", "food", "orange", "yellow", "brown" ],
|
||||||
@ -286,6 +286,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" ],
|
||||||
|
"window-ui.svg": [ "window-ui", "ui-icon", "grey-gray" ],
|
||||||
"wine.svg": [ "wine", "drink", "beverage", "glass", "red" ],
|
"wine.svg": [ "wine", "drink", "beverage", "glass", "red" ],
|
||||||
"wombat.svg": [ "wombat", "square-poop", "animal", "full-body", "brown" ],
|
"wombat.svg": [ "wombat", "square-poop", "animal", "full-body", "brown" ],
|
||||||
"wreath.svg": [ "wreath", "christmas", "green", "christmas", "xmas", "festive" ],
|
"wreath.svg": [ "wreath", "christmas", "green", "christmas", "xmas", "festive" ],
|
||||||
|
7
public/icons/window-ui.svg
Normal file
7
public/icons/window-ui.svg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-window-ui">
|
||||||
|
<rect fill="#ECEBF7" x="1" y="3" width="7" height="5"/>
|
||||||
|
<rect fill="#E64545" x="1" y="2" width="1" height="1"/>
|
||||||
|
<rect fill="#FFEA00" x="2" y="2" width="1" height="1"/>
|
||||||
|
<rect fill="#8FDE52" x="3" y="2" width="1" height="1"/>
|
||||||
|
<rect fill="#A2A1B3" x="4" y="2" width="4" height="1"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 378 B |
Loading…
Reference in New Issue
Block a user