diff --git a/public/icons.json b/public/icons.json index 9bac887..13aaf5e 100644 --- a/public/icons.json +++ b/public/icons.json @@ -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" ], diff --git a/public/icons/lightning-bolt-1.svg b/public/icons/lightning-bolt-1.svg new file mode 100644 index 0000000..074f357 --- /dev/null +++ b/public/icons/lightning-bolt-1.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/icons/lightning-bolt-2.svg b/public/icons/lightning-bolt-2.svg new file mode 100644 index 0000000..19b3c79 --- /dev/null +++ b/public/icons/lightning-bolt-2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file