diff options
Diffstat (limited to 'public/images')
-rw-r--r-- | public/images/gui_box_maximize.svg | 3 | ||||
-rw-r--r-- | public/images/gui_box_minimize.svg | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/public/images/gui_box_maximize.svg b/public/images/gui_box_maximize.svg new file mode 100644 index 0000000..346fba0 --- /dev/null +++ b/public/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="#000" fill="none" d="M 14 5 L 8 11 L 2 5" /> +</svg> diff --git a/public/images/gui_box_minimize.svg b/public/images/gui_box_minimize.svg new file mode 100644 index 0000000..2be8eec --- /dev/null +++ b/public/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="#000" fill="none" d="M 14 11 L 8 5 L 2 11" /> +</svg> |