summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rw-r--r--images/gui_box_maximize.svg3
-rw-r--r--images/gui_box_minimize.svg3
2 files changed, 6 insertions, 0 deletions
diff --git a/images/gui_box_maximize.svg b/images/gui_box_maximize.svg
new file mode 100644
index 0000000..038c71a
--- /dev/null
+++ b/images/gui_box_maximize.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="16">
+<path stroke-width="3" stroke="gold" fill="none" d="M 14 5 L 8 11 L 2 5" />
+</svg>
diff --git a/images/gui_box_minimize.svg b/images/gui_box_minimize.svg
new file mode 100644
index 0000000..add3008
--- /dev/null
+++ b/images/gui_box_minimize.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="16">
+<path stroke-width="3" stroke="gold" fill="none" d="M 14 11 L 8 5 L 2 11" />
+</svg>