aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/arrow-left-circle.svg
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-10-23 01:28:16 +0200
committercodecalm <codecalm@gmail.com>2020-10-23 01:28:16 +0200
commitf9a2cd674cf7f5f948d630c8db778b49487206bd (patch)
tree3932f63d76cefa9d310bd81938a7622212f3aeae /src/_icons/arrow-left-circle.svg
parenthand icons (diff)
downloadtabler-icons-f9a2cd674cf7f5f948d630c8db778b49487206bd.tar.xz
41 new icons: `arrow-bottom-bar`, `arrow-bottom-circle`, `arrow-bottom-square`, `arrow-bottom-tail`, `arrow-left-bar`, `arrow-left-square`, `arrow-left-tail`, `arrow-loop-left`, `arrow-loop-right`, `arrow-right-bar`, `arrow-right-square`, `arrow-right-tail`, `arrow-top-bar`, `arrow-top-circle`, `arrow-top-square`, `arrow-top-tail`, `arrow-wave-left-down`, `arrow-wave-left-up`, `arrow-wave-right-down`, `arrow-wave-right-up`, `arrows-down-up`, `arrows-down`, `arrows-join-2`, `arrows-join`, `arrows-left-right`, `arrows-left`, `arrows-right-left`, `arrows-right`, `arrows-split-2`, `arrows-split`, `arrows-up-down`, `arrows-up`, `bone`, `pizza`, `rainbow`, `switch-2`, `switch-3`, `trending-down-2`, `trending-down-3`, `trending-up-2`, `trending-up-3`
Fixed icons: `arrow-left-circle`, `arrow-right-circle`
Diffstat (limited to 'src/_icons/arrow-left-circle.svg')
-rw-r--r--src/_icons/arrow-left-circle.svg9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/_icons/arrow-left-circle.svg b/src/_icons/arrow-left-circle.svg
index afbeb22e..41572a55 100644
--- a/src/_icons/arrow-left-circle.svg
+++ b/src/_icons/arrow-left-circle.svg
@@ -1,11 +1,8 @@
---
-tags: [back, swipe, return]
category: Arrows
-version: 1.0
---
<svg>
- <circle cx="12" cy="12" r="9" />
- <line x1="8" y1="12" x2="16" y2="12" />
- <line x1="8" y1="12" x2="12" y2="16" />
- <line x1="8" y1="12" x2="12" y2="8" />
+ <path d="M17 12h-14" />
+ <path d="M6 9l-3 3l3 3" />
+ <circle cx="19" cy="12" r="2" />
</svg>