From a912b24ef249df0f20682799326e3c14e10a2641 Mon Sep 17 00:00:00 2001
From: codecalm <codecalm@gmail.com>
Date: Tue, 1 Sep 2020 22:08:48 +0200
Subject: optimize icons

---
 src/_icons/stairs-down.svg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/_icons/stairs-down.svg b/src/_icons/stairs-down.svg
index e9e9be78..7814fb20 100644
--- a/src/_icons/stairs-down.svg
+++ b/src/_icons/stairs-down.svg
@@ -1,6 +1,6 @@
 ---
 ---
 <svg>
-  <path d="M4 20h4v-4h4v-4h4v-4h4"></path>
-  <path d="M11 4l-7 7v-4m4 4h-4"></path>
+  <path d="M4 20h4v-4h4v-4h4v-4h4" />
+  <path d="M11 4l-7 7v-4m4 4h-4" />
 </svg>
-- 
cgit v1.2.1