diff options
author | codecalm <codecalm@gmail.com> | 2020-08-19 16:00:26 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-19 16:00:26 +0200 |
commit | eb59369e8c3c368b45d2739cd588d081c2cc24f4 (patch) | |
tree | 52e08439132ca6777a8285fda34ad1849b2a9c56 /src/_icons/social.svg | |
parent | readme image fix (diff) | |
parent | readme image fix (diff) | |
download | tabler-icons-eb59369e8c3c368b45d2739cd588d081c2cc24f4.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons
Diffstat (limited to 'src/_icons/social.svg')
-rw-r--r-- | src/_icons/social.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/social.svg b/src/_icons/social.svg index b53b7285..834f9e2c 100644 --- a/src/_icons/social.svg +++ b/src/_icons/social.svg @@ -6,6 +6,6 @@ <circle cx="19" cy="19" r="2" /> <circle cx="12" cy="14" r="3" /> <line x1="12" y1="7" x2="12" y2="11" /> - <path d="M6.7 17.8l2.8 -2" /> - <path d="M17.3 17.8l-2.8 -2" /> + <line x1="6.7" y1="17.8" x2="9.5" y2="15.8" /> + <line x1="17.3" y1="17.8" x2="14.5" y2="15.8" /> </svg> |