From 7bd190726193ba0ae9511a64c03332f6b139be94 Mon Sep 17 00:00:00 2001
From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com>
Date: Tue, 8 Sep 2020 21:59:44 +0200
Subject: [PATCH] Added icons for backward and forward navigation buttons
---
.../typicons_colour_dark/chevron-left.svg | 31 +++++++++++++++++++
.../typicons_colour_dark/chevron-right.svg | 31 +++++++++++++++++++
.../icons/typicons_colour_dark/icons.conf | 2 ++
.../typicons_colour_light/chevron-left.svg | 31 +++++++++++++++++++
.../typicons_colour_light/chevron-right.svg | 31 +++++++++++++++++++
.../icons/typicons_colour_light/icons.conf | 2 ++
.../icons/typicons_grey_dark/chevron-left.svg | 31 +++++++++++++++++++
.../typicons_grey_dark/chevron-right.svg | 31 +++++++++++++++++++
nw/assets/icons/typicons_grey_dark/icons.conf | 2 ++
.../typicons_grey_light/chevron-left.svg | 31 +++++++++++++++++++
.../typicons_grey_light/chevron-right.svg | 31 +++++++++++++++++++
.../icons/typicons_grey_light/icons.conf | 2 ++
12 files changed, 256 insertions(+)
create mode 100644 nw/assets/icons/typicons_colour_dark/chevron-left.svg
create mode 100644 nw/assets/icons/typicons_colour_dark/chevron-right.svg
create mode 100644 nw/assets/icons/typicons_colour_light/chevron-left.svg
create mode 100644 nw/assets/icons/typicons_colour_light/chevron-right.svg
create mode 100644 nw/assets/icons/typicons_grey_dark/chevron-left.svg
create mode 100644 nw/assets/icons/typicons_grey_dark/chevron-right.svg
create mode 100644 nw/assets/icons/typicons_grey_light/chevron-left.svg
create mode 100644 nw/assets/icons/typicons_grey_light/chevron-right.svg
diff --git a/nw/assets/icons/typicons_colour_dark/chevron-left.svg b/nw/assets/icons/typicons_colour_dark/chevron-left.svg
new file mode 100644
index 00000000..df4d0635
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/chevron-left.svg
@@ -0,0 +1,31 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/chevron-right.svg b/nw/assets/icons/typicons_colour_dark/chevron-right.svg
new file mode 100644
index 00000000..b5671fa7
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_dark/chevron-right.svg
@@ -0,0 +1,31 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_dark/icons.conf b/nw/assets/icons/typicons_colour_dark/icons.conf
index 8432bf1a..a5930cfc 100644
--- a/nw/assets/icons/typicons_colour_dark/icons.conf
+++ b/nw/assets/icons/typicons_colour_dark/icons.conf
@@ -51,5 +51,7 @@ check = tick.svg
cross = times.svg
hash = hash.svg
reference = at.svg
+backward = chevron-left.svg
+forward = chevron-right.svg
sticky-on = pin.svg
sticky-off = pin-outline.svg
diff --git a/nw/assets/icons/typicons_colour_light/chevron-left.svg b/nw/assets/icons/typicons_colour_light/chevron-left.svg
new file mode 100644
index 00000000..6125533e
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_light/chevron-left.svg
@@ -0,0 +1,31 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_light/chevron-right.svg b/nw/assets/icons/typicons_colour_light/chevron-right.svg
new file mode 100644
index 00000000..b4f300e1
--- /dev/null
+++ b/nw/assets/icons/typicons_colour_light/chevron-right.svg
@@ -0,0 +1,31 @@
+
+
diff --git a/nw/assets/icons/typicons_colour_light/icons.conf b/nw/assets/icons/typicons_colour_light/icons.conf
index eb0f9b2e..934ad1d6 100644
--- a/nw/assets/icons/typicons_colour_light/icons.conf
+++ b/nw/assets/icons/typicons_colour_light/icons.conf
@@ -51,5 +51,7 @@ check = tick.svg
cross = times.svg
hash = hash.svg
reference = at.svg
+backward = chevron-left.svg
+forward = chevron-right.svg
sticky-on = pin.svg
sticky-off = pin-outline.svg
diff --git a/nw/assets/icons/typicons_grey_dark/chevron-left.svg b/nw/assets/icons/typicons_grey_dark/chevron-left.svg
new file mode 100644
index 00000000..bc1c987f
--- /dev/null
+++ b/nw/assets/icons/typicons_grey_dark/chevron-left.svg
@@ -0,0 +1,31 @@
+
+
diff --git a/nw/assets/icons/typicons_grey_dark/chevron-right.svg b/nw/assets/icons/typicons_grey_dark/chevron-right.svg
new file mode 100644
index 00000000..18eafe98
--- /dev/null
+++ b/nw/assets/icons/typicons_grey_dark/chevron-right.svg
@@ -0,0 +1,31 @@
+
+
diff --git a/nw/assets/icons/typicons_grey_dark/icons.conf b/nw/assets/icons/typicons_grey_dark/icons.conf
index 5fa6d680..81829f57 100644
--- a/nw/assets/icons/typicons_grey_dark/icons.conf
+++ b/nw/assets/icons/typicons_grey_dark/icons.conf
@@ -51,5 +51,7 @@ check = tick.svg
cross = times.svg
hash = hash.svg
reference = at.svg
+backward = chevron-left.svg
+forward = chevron-right.svg
sticky-on = pin.svg
sticky-off = pin-outline.svg
diff --git a/nw/assets/icons/typicons_grey_light/chevron-left.svg b/nw/assets/icons/typicons_grey_light/chevron-left.svg
new file mode 100644
index 00000000..2e7af570
--- /dev/null
+++ b/nw/assets/icons/typicons_grey_light/chevron-left.svg
@@ -0,0 +1,31 @@
+
+
diff --git a/nw/assets/icons/typicons_grey_light/chevron-right.svg b/nw/assets/icons/typicons_grey_light/chevron-right.svg
new file mode 100644
index 00000000..8da983ca
--- /dev/null
+++ b/nw/assets/icons/typicons_grey_light/chevron-right.svg
@@ -0,0 +1,31 @@
+
+
diff --git a/nw/assets/icons/typicons_grey_light/icons.conf b/nw/assets/icons/typicons_grey_light/icons.conf
index 4363e16f..145dc153 100644
--- a/nw/assets/icons/typicons_grey_light/icons.conf
+++ b/nw/assets/icons/typicons_grey_light/icons.conf
@@ -51,5 +51,7 @@ check = tick.svg
cross = times.svg
hash = hash.svg
reference = at.svg
+backward = chevron-left.svg
+forward = chevron-right.svg
sticky-on = pin.svg
sticky-off = pin-outline.svg