diff options
author | codecalm <codecalm@gmail.com> | 2020-09-23 19:59:05 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-23 19:59:05 +0200 |
commit | 666351d23e4ab00fc2abda36099c1f853b362375 (patch) | |
tree | 7f1d4268d68754c3909bd14ac0badbc16a285c4f /src/_icons/circle-dashed.svg | |
parent | icons categories (diff) | |
download | tabler-icons-666351d23e4ab00fc2abda36099c1f853b362375.tar.xz |
8 new icons: `brand-appstore`, `brand-google-play`, `building-monument`, `circle-dashed`, `circle-dotted`, `mood-boy`, `world-latitude`, `world-longitude`
Diffstat (limited to 'src/_icons/circle-dashed.svg')
-rw-r--r-- | src/_icons/circle-dashed.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/circle-dashed.svg b/src/_icons/circle-dashed.svg new file mode 100644 index 00000000..89644cac --- /dev/null +++ b/src/_icons/circle-dashed.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <path d="M8.56 3.69a9 9 0 0 0 -2.92 1.95" /> + <path d="M3.69 8.56a9 9 0 0 0 -.69 3.44" /> + <path d="M3.69 15.44a9 9 0 0 0 1.95 2.92" /> + <path d="M8.56 20.31a9 9 0 0 0 3.44 .69" /> + <path d="M15.44 20.31a9 9 0 0 0 2.92 -1.95" /> + <path d="M20.31 15.44a9 9 0 0 0 .69 -3.44" /> + <path d="M20.31 8.56a9 9 0 0 0 -1.95 -2.92" /> + <path d="M15.44 3.69a9 9 0 0 0 -3.44 -.69" /> +</svg> |