From a1132deaa4618f228e82252397247a150081a5f3 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 23 Jan 2025 11:10:40 +0100 Subject: [web-client] simple theme: move sources to client/simple/src Signed-off-by: Markus Heiser --- client/simple/src/svg/information-circle-outline.svg | 6 ++++++ client/simple/src/svg/select-dark.svg | 4 ++++ client/simple/src/svg/select-light.svg | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 client/simple/src/svg/information-circle-outline.svg create mode 100644 client/simple/src/svg/select-dark.svg create mode 100644 client/simple/src/svg/select-light.svg (limited to 'client/simple/src/svg') diff --git a/client/simple/src/svg/information-circle-outline.svg b/client/simple/src/svg/information-circle-outline.svg new file mode 100644 index 000000000..b7c300094 --- /dev/null +++ b/client/simple/src/svg/information-circle-outline.svg @@ -0,0 +1,6 @@ + + Information Circle + + + + \ No newline at end of file diff --git a/client/simple/src/svg/select-dark.svg b/client/simple/src/svg/select-dark.svg new file mode 100644 index 000000000..97335cea5 --- /dev/null +++ b/client/simple/src/svg/select-dark.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/client/simple/src/svg/select-light.svg b/client/simple/src/svg/select-light.svg new file mode 100644 index 000000000..3b707f018 --- /dev/null +++ b/client/simple/src/svg/select-light.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.2.3