aboutsummaryrefslogtreecommitdiff
path: root/static/icons/feather/arrow-left.svg
diff options
context:
space:
mode:
Diffstat (limited to 'static/icons/feather/arrow-left.svg')
-rw-r--r--static/icons/feather/arrow-left.svg29
1 files changed, 17 insertions, 12 deletions
diff --git a/static/icons/feather/arrow-left.svg b/static/icons/feather/arrow-left.svg
index ce06f88..aebfb9e 100644
--- a/static/icons/feather/arrow-left.svg
+++ b/static/icons/feather/arrow-left.svg
@@ -1,14 +1,19 @@
<svg
- xmlns="http://www.w3.org/2000/svg"
- width="24"
- height="24"
- viewBox="0 0 24 24"
- fill="none"
- stroke="currentColor"
- stroke-width="2"
- stroke-linecap="round"
- stroke-linejoin="round"
+ xmlns="http://www.w3.org/2000/svg"
+ fill="none"
+ height="24"
+ stroke="currentColor"
+ stroke-linecap="round"
+ stroke-linejoin="round"
+ stroke-width="2"
+ viewBox="0 0 24 24"
+ width="24"
+ ><line
+ x1="19"
+ x2="5"
+ y1="12"
+ y2="12"
+ /><polyline
+ points="12 19 5 12 12 5"
+ /></svg
>
- <line x1="19" y1="12" x2="5" y2="12" />
- <polyline points="12 19 5 12 12 5" />
-</svg>