diff options
author | codecalm <codecalm@gmail.com> | 2020-05-31 19:19:30 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-05-31 19:19:30 +0200 |
commit | 13368f2dac678d0161c92be017ed1ad7853da866 (patch) | |
tree | c5391f6b8f017b5be3601f1da4fce1b8ea8d9f8a /src/_icons/social.svg | |
parent | 2 new icons: `building-bank`, `users` (diff) | |
download | tabler-icons-13368f2dac678d0161c92be017ed1ad7853da866.tar.xz |
3 new icons: `alien`, `history`, `math`
Fixed icons: `ball`, `basket`, `building-bank`, `clear-formatting`, `clock`, `color-picker`, `file-check`, `file-code`, `file-download`, `file-horizontal`, `file-invoice`, `file-minus`, `file-music`, `file-plus`, `file-shredder`, `file-text`, `file-x`, `file`, `social`, `temperature-minus`, `temperature-plus`, `users`
Diffstat (limited to 'src/_icons/social.svg')
-rw-r--r-- | src/_icons/social.svg | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/_icons/social.svg b/src/_icons/social.svg index 3c122972..b53b7285 100644 --- a/src/_icons/social.svg +++ b/src/_icons/social.svg @@ -1,12 +1,11 @@ --- --- <svg> - <circle cx="12" cy="5" r="2"></circle> - <circle cx="5" cy="19" r="2"></circle> - <circle cx="19" cy="19" r="2"></circle> - <circle cx="12" cy="14" r="3"></circle> - - <polyline points="12 7 12 11"></polyline> - <path d="M6.7 17.8l2.8 -2"></path> - <path d="M17.3 17.8l-2.8 -2"></path> + <circle cx="12" cy="5" r="2" /> + <circle cx="5" cy="19" r="2" /> + <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" /> </svg> |