diff options
author | codecalm <codecalm@gmail.com> | 2020-03-03 00:41:46 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-03 00:41:46 +0100 |
commit | 7a2ec07f26abff0c7921e16b1dbec72bd2582876 (patch) | |
tree | 785797cf086cb67c166e6602b8b5ac1a2057d3b3 /_icons/dots-circle-horizontal.svg | |
parent | phone icons (diff) | |
download | tabler-icons-7a2ec07f26abff0c7921e16b1dbec72bd2582876.tar.xz |
dots, directions, send
Diffstat (limited to '_icons/dots-circle-horizontal.svg')
-rw-r--r-- | _icons/dots-circle-horizontal.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_icons/dots-circle-horizontal.svg b/_icons/dots-circle-horizontal.svg new file mode 100644 index 00000000..04becc4c --- /dev/null +++ b/_icons/dots-circle-horizontal.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="8" y1="12" x2="8" y2="12.01" /> + <line x1="12" y1="12" x2="12" y2="12.01" /> + <line x1="16" y1="12" x2="16" y2="12.01" /> +</svg> |