diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 16:42:02 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 16:42:02 +0100 |
commit | 605ac9c6b9ee69292080b618a2cb0e39062130de (patch) | |
tree | 5541ce4479d576de56dc2d347042a6b6c9536282 /_icons/arrow-left-circle.svg | |
parent | new icons (diff) | |
download | tabler-icons-605ac9c6b9ee69292080b618a2cb0e39062130de.tar.xz |
icons optimize
Diffstat (limited to '_icons/arrow-left-circle.svg')
-rw-r--r-- | _icons/arrow-left-circle.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_icons/arrow-left-circle.svg b/_icons/arrow-left-circle.svg index aea56cb7..03008660 100644 --- a/_icons/arrow-left-circle.svg +++ b/_icons/arrow-left-circle.svg @@ -2,7 +2,7 @@ --- <svg> <circle cx="12" cy="12" r="9" /> -<line x1="8" y1="12" x2="16" y2="12" /> + <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" /> </svg> |