diff options
author | codecalm <codecalm@gmail.com> | 2020-11-08 13:05:03 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-11-08 13:05:03 +0100 |
commit | 5acbb4f20ffe393976abe8b367a49848c0e19e82 (patch) | |
tree | 9d4e518b8ee6f1167a61610cf6702c23a79824d4 /icons/arrow-left-circle.svg | |
parent | 41 new icons: `arrow-bottom-bar`, `arrow-bottom-circle`, `arrow-bottom-square... (diff) | |
download | tabler-icons-5acbb4f20ffe393976abe8b367a49848c0e19e82.tar.xz |
Release 1.35.0v1.35.0
Diffstat (limited to 'icons/arrow-left-circle.svg')
-rw-r--r-- | icons/arrow-left-circle.svg | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/icons/arrow-left-circle.svg b/icons/arrow-left-circle.svg index 7c1627cf..34f6b521 100644 --- a/icons/arrow-left-circle.svg +++ b/icons/arrow-left-circle.svg @@ -1,9 +1,8 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-arrow-left-circle" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> - <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" /> + <line x1="17" y1="12" x2="3" y2="12" /> + <path d="M6 9l-3 3l3 3" /> + <circle cx="19" cy="12" r="2" /> </svg> |