From a207f5d0353d61e43d3140db1243ce003cd0c46b Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 31 Jan 2025 13:07:06 +0100 Subject: [web-client] simple theme: move src/brand to client/simple/src Signed-off-by: Markus Heiser --- client/simple/src/brand/img_load_error.svg | 71 ++++++++++++++++++++ client/simple/src/brand/searxng-wordmark.svg | 56 ++++++++++++++++ client/simple/src/brand/searxng.svg | 96 ++++++++++++++++++++++++++++ src/brand/img_load_error.svg | 71 -------------------- src/brand/searxng-wordmark.svg | 56 ---------------- src/brand/searxng.svg | 96 ---------------------------- 6 files changed, 223 insertions(+), 223 deletions(-) create mode 100644 client/simple/src/brand/img_load_error.svg create mode 100644 client/simple/src/brand/searxng-wordmark.svg create mode 100644 client/simple/src/brand/searxng.svg delete mode 100644 src/brand/img_load_error.svg delete mode 100644 src/brand/searxng-wordmark.svg delete mode 100644 src/brand/searxng.svg diff --git a/client/simple/src/brand/img_load_error.svg b/client/simple/src/brand/img_load_error.svg new file mode 100644 index 000000000..63aa86ec0 --- /dev/null +++ b/client/simple/src/brand/img_load_error.svg @@ -0,0 +1,71 @@ + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/client/simple/src/brand/searxng-wordmark.svg b/client/simple/src/brand/searxng-wordmark.svg new file mode 100644 index 000000000..b94fe3728 --- /dev/null +++ b/client/simple/src/brand/searxng-wordmark.svg @@ -0,0 +1,56 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/client/simple/src/brand/searxng.svg b/client/simple/src/brand/searxng.svg new file mode 100644 index 000000000..5b55fa275 --- /dev/null +++ b/client/simple/src/brand/searxng.svg @@ -0,0 +1,96 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/src/brand/img_load_error.svg b/src/brand/img_load_error.svg deleted file mode 100644 index 63aa86ec0..000000000 --- a/src/brand/img_load_error.svg +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/src/brand/searxng-wordmark.svg b/src/brand/searxng-wordmark.svg deleted file mode 100644 index b94fe3728..000000000 --- a/src/brand/searxng-wordmark.svg +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - image/svg+xml - - - - - - - - - - - - diff --git a/src/brand/searxng.svg b/src/brand/searxng.svg deleted file mode 100644 index 5b55fa275..000000000 --- a/src/brand/searxng.svg +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - -- cgit v1.2.3