diff options
author | codecalm <codecalm@gmail.com> | 2020-08-19 13:45:47 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-19 13:45:47 +0200 |
commit | ef4899c2d98e9639a746660d37983afdc79fb3cd (patch) | |
tree | 275ebfd85c97588f402ff6929bb07155357da8ee /src/_icons/social.svg | |
parent | `behance` logo (diff) | |
download | tabler-icons-ef4899c2d98e9639a746660d37983afdc79fb3cd.tar.xz |
icons optimize, `behance` fix
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> |