Added another version of lightning bolt
This commit is contained in:
parent
9c328c5646
commit
b40343d06c
@ -138,6 +138,8 @@
|
||||
"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" ],
|
||||
"lightning-bolt-1.svg": [ "lightning-bolt", "ui-icon", "weather", "power", "battery", "electric", "yellow"],
|
||||
"lightning-bolt-2.svg": [ "lightning-bolt", "ui-icon", "weather", "power", "battery", "electric", "yellow"],
|
||||
"lion.svg": [ "lion", "animal", "full-body", "orange" ],
|
||||
"linkedin.svg": [ "linkedin", "logo", "blue" ],
|
||||
"lock.svg": [ "lock", "ui-icon", "yellow", "orange" ],
|
||||
|
3
public/icons/lightning-bolt-1.svg
Normal file
3
public/icons/lightning-bolt-1.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-lightning-bolt">
|
||||
<path fill="#FFEA00" d="M2,5H4V8H5V7H6V5H7V4H5V1H4V2H3V4H2z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 162 B |
3
public/icons/lightning-bolt-2.svg
Normal file
3
public/icons/lightning-bolt-2.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-lightning-bolt">
|
||||
<path fill="#FFEA00" d="M4,5V6H3V8H4V7H5V6H6V5H7V4H5V3H6V2H7V1H3V3H2V5z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 174 B |
Loading…
Reference in New Issue
Block a user