From 5f4bfe60e184ffd5fb7783e6b682ff8a37063588 Mon Sep 17 00:00:00 2001
From: ynwd <10122431+ynwd@users.noreply.github.com>
Date: Wed, 4 Dec 2024 06:49:55 +0700
Subject: [PATCH] chore: update bolt.svg
---
b.svg | 10 ----------
components/icons/bolt.tsx | 2 +-
static/bolt.svg | 3 +++
3 files changed, 4 insertions(+), 11 deletions(-)
delete mode 100644 b.svg
create mode 100644 static/bolt.svg
diff --git a/b.svg b/b.svg
deleted file mode 100644
index 6abbb7aa..00000000
--- a/b.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
\ No newline at end of file
diff --git a/components/icons/bolt.tsx b/components/icons/bolt.tsx
index 3c5ec701..e871d47f 100644
--- a/components/icons/bolt.tsx
+++ b/components/icons/bolt.tsx
@@ -7,7 +7,7 @@ export default function BoltSvg(props: { height?: string; width?: string }) {
viewBox="327.782 -762.789 303.276 564.689"
width={props.width || 18}
>
-
+
);
diff --git a/static/bolt.svg b/static/bolt.svg
new file mode 100644
index 00000000..e773987d
--- /dev/null
+++ b/static/bolt.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file