aboutsummaryrefslogtreecommitdiff
path: root/static/icons/feather/arrow-right.svg
diff options
context:
space:
mode:
Diffstat (limited to 'static/icons/feather/arrow-right.svg')
-rw-r--r--static/icons/feather/arrow-right.svg29
1 files changed, 17 insertions, 12 deletions
diff --git a/static/icons/feather/arrow-right.svg b/static/icons/feather/arrow-right.svg
index 5c5494f..96fbe50 100644
--- a/static/icons/feather/arrow-right.svg
+++ b/static/icons/feather/arrow-right.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="5"
+ x2="19"
+ y1="12"
+ y2="12"
+ /><polyline
+ points="12 5 19 12 12 19"
+ /></svg
>
- <line x1="5" y1="12" x2="19" y2="12" />
- <polyline points="12 5 19 12 12 19" />
-</svg>