diff options
author | codecalm <codecalm@gmail.com> | 2020-03-03 00:05:57 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-03 00:05:57 +0100 |
commit | 8d1b47cf78d3ec139cb09a48e6f8bf97c66e79ff (patch) | |
tree | c0603b65468465e39ac3c5c7250f727fee0e1ad5 /_icons/compass.svg | |
parent | triangle icons (diff) | |
download | tabler-icons-8d1b47cf78d3ec139cb09a48e6f8bf97c66e79ff.tar.xz |
compass, point, power
Diffstat (limited to '_icons/compass.svg')
-rw-r--r-- | _icons/compass.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_icons/compass.svg b/_icons/compass.svg new file mode 100644 index 00000000..515e7902 --- /dev/null +++ b/_icons/compass.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="8 16 10 10 16 8 14 14 8 16" /> + <circle cx="12" cy="12" r="9" /> +</svg> |