From f53823bc5cc11975fedeb6991b42f5d5717466d2 Mon Sep 17 00:00:00 2001 From: Jan Meinl Date: Fri, 15 May 2026 21:33:46 +0200 Subject: [PATCH] Added more icons --- src/components/icons/bolt | 4 ---- src/components/icons/bolt-slash.ts | 6 ++++++ src/components/icons/bolt.ts | 6 ++++++ 3 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 src/components/icons/bolt create mode 100644 src/components/icons/bolt-slash.ts create mode 100644 src/components/icons/bolt.ts diff --git a/src/components/icons/bolt b/src/components/icons/bolt deleted file mode 100644 index be2320f..0000000 --- a/src/components/icons/bolt +++ /dev/null @@ -1,4 +0,0 @@ -import { svg } from "lit"; -export const icon = svg` - -`; diff --git a/src/components/icons/bolt-slash.ts b/src/components/icons/bolt-slash.ts new file mode 100644 index 0000000..a7c201d --- /dev/null +++ b/src/components/icons/bolt-slash.ts @@ -0,0 +1,6 @@ +import { svg } from "lit"; +export const icon = svg` + + + +`; diff --git a/src/components/icons/bolt.ts b/src/components/icons/bolt.ts new file mode 100644 index 0000000..1b204b8 --- /dev/null +++ b/src/components/icons/bolt.ts @@ -0,0 +1,6 @@ +import { svg } from "lit"; +export const icon = svg` + + + +`;