diff options
author | codecalm <codecalm@gmail.com> | 2020-05-30 15:31:58 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-05-30 15:31:58 +0200 |
commit | e6602739a9ad1cd8d60346485ede211f0cad91b6 (patch) | |
tree | 811cca644c2b4048301165711ded8ff8a29e89c9 /src/_icons/social.svg | |
parent | 3 new icons: `clear-formatting`, `temperature-minus`, `temperature-plus` (diff) | |
download | tabler-icons-e6602739a9ad1cd8d60346485ede211f0cad91b6.tar.xz |
1 new icons: `social`
Fixed icons: `file-check`, `file-code`, `file-download`, `file-horizontal`, `file-invoice`, `file-minus`, `file-music`, `file-plus`, `file-shredder`, `file-text`, `file-x`, `file`
Diffstat (limited to 'src/_icons/social.svg')
-rw-r--r-- | src/_icons/social.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/social.svg b/src/_icons/social.svg new file mode 100644 index 0000000..3c12297 --- /dev/null +++ b/src/_icons/social.svg @@ -0,0 +1,12 @@ +--- +--- +<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> +</svg> |