From b40343d06cfbe2936b4e45c11a93f1a9c64977fd Mon Sep 17 00:00:00 2001 From: Shuqi Date: Thu, 24 Oct 2024 14:03:44 +0800 Subject: [PATCH] Added another version of lightning bolt --- public/icons.json | 2 ++ public/icons/lightning-bolt-1.svg | 3 +++ public/icons/lightning-bolt-2.svg | 3 +++ 3 files changed, 8 insertions(+) create mode 100644 public/icons/lightning-bolt-1.svg create mode 100644 public/icons/lightning-bolt-2.svg 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