summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2022-02-21 12:53:15 +0100
committerSzymon Kłos <eszkadev@gmail.com>2022-04-22 15:14:04 +0200
commite7e7d5fd0c473c1ea97219340eec8eee06065650 (patch)
tree43f666364069e33134eac91b5bfe3689892365d6
parentAdd ui mode toggle to menu/notebookbar (diff)
downloadonline-e7e7d5fd0c473c1ea97219340eec8eee06065650.tar.gz
online-e7e7d5fd0c473c1ea97219340eec8eee06065650.zip
add collibre toggleuimode.svg icon
Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: I16cbd880e4fb00c589b47a7d92c20d48a93c623a
-rw-r--r--browser/images/lc_toggleuimode.svg14
1 files changed, 14 insertions, 0 deletions
diff --git a/browser/images/lc_toggleuimode.svg b/browser/images/lc_toggleuimode.svg
new file mode 100644
index 0000000000..a02d592225
--- /dev/null
+++ b/browser/images/lc_toggleuimode.svg
@@ -0,0 +1,14 @@
+<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
+ <path
+ d="M 3,4 V 20 H 21 V 4 Z"
+ style="fill:#ffffff" />
+ <path
+ d="M 3,3 C 2.446,3 2,3.446 2,4 v 16 c 0,0.554 0.446,1 1,1 h 18 c 0.554,0 1,-0.446 1,-1 V 4 C 22,3.446 21.554,3 21,3 Z M 3,4 H 21 V 20 H 3 Z"
+ style="fill:#3a3a38" />
+ <path
+ d="M 22,4 C 22,3.446 21.554,3 21,3 H 3 C 2.446,3 2,3.446 2,4 v 2 c 0,0.554 0.446,1 1,1 h 18 c 0.554,0 1,-0.446 1,-1 z M 21,4 V 6 H 3 V 4 Z"
+ style="fill:#1e8bcd" />
+ <path
+ d="M 21,4 H 3 v 2 h 18 z"
+ style="fill:#83beec" />
+</svg>