diff options
author | codecalm <codecalm@gmail.com> | 2021-01-20 22:18:49 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-01-20 22:18:49 +0100 |
commit | c8da3525fac1d02e48b957a0ed9676b28e38e394 (patch) | |
tree | d29c214daad37893134cd10637cc3536f37fcd2d /icons/arrow-right-circle.svg | |
parent | Update README.md (diff) | |
parent | Merge pull request #104 from tabler/dev-iconfont-generation (diff) | |
download | tabler-icons-c8da3525fac1d02e48b957a0ed9676b28e38e394.tar.xz |
Merge branch 'dev' of https://github.com/tabler/tabler-icons
Conflicts:
iconfont/fonts/tabler-icons.eot
iconfont/fonts/tabler-icons.ttf
iconfont/fonts/tabler-icons.woff
iconfont/fonts/tabler-icons.woff2
Diffstat (limited to 'icons/arrow-right-circle.svg')
-rw-r--r-- | icons/arrow-right-circle.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/arrow-right-circle.svg b/icons/arrow-right-circle.svg index 8d7cffdd..7e9a8ab0 100644 --- a/icons/arrow-right-circle.svg +++ b/icons/arrow-right-circle.svg @@ -2,7 +2,7 @@ <path stroke="none" d="M0 0h24v24H0z" fill="none"/> <path d="M18 15l3 -3l-3 -3" /> <circle cx="5" cy="12" r="2" /> - <line x1="7" y1="12" x2="21" y2="12" /> + <path d="M7 12h14" /> </svg> |