diff options
author | codecalm <codecalm@gmail.com> | 2020-09-23 21:04:23 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-23 21:04:23 +0200 |
commit | ac8d4a1701a0860951e8ed772f3b9336501f7a15 (patch) | |
tree | a528131a2a54aca9c31e2e69e612d991c4535d90 /icons/circle-dotted.svg | |
parent | Fixed icons: `clipboard-check`, `clipboard-list`, `clipboard-x`, `clipboard` (diff) | |
download | tabler-icons-ac8d4a1701a0860951e8ed772f3b9336501f7a15.tar.xz |
Release 1.26.0v1.26.0
Diffstat (limited to 'icons/circle-dotted.svg')
-rw-r--r-- | icons/circle-dotted.svg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/icons/circle-dotted.svg b/icons/circle-dotted.svg new file mode 100644 index 00000000..fa9aab43 --- /dev/null +++ b/icons/circle-dotted.svg @@ -0,0 +1,17 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-circle-dotted" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> + <path stroke="none" d="M0 0h24v24H0z" fill="none"/> + <line x1="7.5" y1="4.21" x2="7.5" y2="4.22" /> + <line x1="4.21" y1="7.5" x2="4.21" y2="7.51" /> + <line x1="3" y1="12" x2="3" y2="12.01" /> + <line x1="4.21" y1="16.5" x2="4.21" y2="16.51" /> + <line x1="7.5" y1="19.79" x2="7.5" y2="19.8" /> + <line x1="12" y1="21" x2="12" y2="21.01" /> + <line x1="16.5" y1="19.79" x2="16.5" y2="19.8" /> + <line x1="19.79" y1="16.5" x2="19.79" y2="16.51" /> + <line x1="21" y1="12" x2="21" y2="12.01" /> + <line x1="19.79" y1="7.5" x2="19.79" y2="7.51" /> + <line x1="16.5" y1="4.21" x2="16.5" y2="4.22" /> + <line x1="12" y1="3" x2="12" y2="3.01" /> +</svg> + + |