Added lemon and Windows 11
This commit is contained in:
parent
c51e64c88c
commit
4cb5383ffc
@ -4,7 +4,7 @@
|
||||
"align-left.svg": [ "align-left", "align", "ui-icon", "black" ],
|
||||
"align-right.svg": [ "align-right", "align", "ui-icon", "black" ],
|
||||
"alpaca.svg": [ "alpaca", "animal", "full-body", "llama", "brown" ],
|
||||
"apple-logo.svg": [ "apple-logo", "logo", "black" ],
|
||||
"apple-logo.svg": [ "apple-logo", "logo", "operating-system", "black" ],
|
||||
"apple.svg": [ "apple", "fruit", "food", "red" ],
|
||||
"apple-tree.svg": [ "apple-tree", "plant", "fruit", "food", "green" ],
|
||||
"arrow-down.svg": [ "arrow-down", "arrow", "ui-icon", "blue" ],
|
||||
@ -135,6 +135,7 @@
|
||||
"kiwifruit.svg": [ "kiwifruit", "fruit", "brown", "green" ],
|
||||
"koala.svg": [ "koala", "animal", "bear", "face", "grey-gray" ],
|
||||
"koala-hug.svg": [ "koala-hug", "animal", "bear", "full-body", "hugging-tree", "grey-gray" ],
|
||||
"lemon.svg": [ "lemon", "fruit", "yellow" ],
|
||||
"light-bulb.svg": [ "light-bulb", "yellow", "lamp" ],
|
||||
"light-bulb-off.svg": [ "light-bulb-off", "ui-icon", "grey", "bright" ],
|
||||
"light-bulb-on.svg": [ "light-bulb-on", "ui-icon", "yellow", "dark" ],
|
||||
@ -288,6 +289,7 @@
|
||||
"whale.svg": [ "whale", "animal", "full-body", "blue" ],
|
||||
"wifi.svg": [ "wifi", "ui-icon", "black" ],
|
||||
"window-ui.svg": [ "window-ui", "ui-icon", "grey-gray" ],
|
||||
"windows-11.svg": [ "windows-11", "logo", "operating-system", "blue" ],
|
||||
"wine.svg": [ "wine", "drink", "beverage", "glass", "red" ],
|
||||
"wombat.svg": [ "wombat", "square-poop", "animal", "full-body", "brown" ],
|
||||
"wreath.svg": [ "wreath", "christmas", "green", "christmas", "xmas", "festive" ],
|
||||
|
5
public/icons/lemon.svg
Normal file
5
public/icons/lemon.svg
Normal file
@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-lemon">
|
||||
<path fill="#FFE800" d="M2,6H6V5H8V4H7V3H6V2H3V3H2V4H1V5H2z"/>
|
||||
<rect fill="#FFC800" x="6" y="5" width="1" height="1"/>
|
||||
<rect fill="#FFC800" x="3" y="6" width="3" height="1"/>
|
||||
</svg>
|
After Width: | Height: | Size: 267 B |
6
public/icons/windows-11.svg
Normal file
6
public/icons/windows-11.svg
Normal file
@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-windows-11">
|
||||
<rect fill="#0178D4" x="1" y="1" width="3" height="3"/>
|
||||
<rect fill="#0178D4" x="5" y="1" width="3" height="3"/>
|
||||
<rect fill="#0178D4" x="1" y="5" width="3" height="3"/>
|
||||
<rect fill="#0178D4" x="5" y="5" width="3" height="3"/>
|
||||
</svg>
|
After Width: | Height: | Size: 322 B |
Loading…
Reference in New Issue
Block a user