diff options
author | codecalm <codecalm@gmail.com> | 2020-10-26 12:24:22 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-26 12:24:22 +0100 |
commit | e058caa7e84c1adbcae2b6da6f4b567c2f398bb4 (patch) | |
tree | f2cd433f8726faa9682374dd6017941edbedb4da /icons/arrow-left-circle.svg | |
parent | 1 new icons: `lock-access` (diff) | |
download | tabler-icons-e058caa7e84c1adbcae2b6da6f4b567c2f398bb4.tar.xz |
icons pre-build
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..9ae0a504 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" /> + <path d="M17 12h-14" /> + <path d="M6 9l-3 3l3 3" /> + <circle cx="19" cy="12" r="2" /> </svg> |