diff options
author | codecalm <codecalm@gmail.com> | 2020-03-26 22:15:08 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-26 22:15:08 +0100 |
commit | 6fb6c27e1e2831066a1755cb26ffd7977dca8ef3 (patch) | |
tree | 77d1a6c1ea659a393e09cb50140e8b387524331f /src/_icons | |
parent | shape icon (diff) | |
download | tabler-icons-6fb6c27e1e2831066a1755cb26ffd7977dca8ef3.tar.xz |
focus icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/focus.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/focus.svg b/src/_icons/focus.svg new file mode 100644 index 00000000..e6cf40a2 --- /dev/null +++ b/src/_icons/focus.svg @@ -0,0 +1,7 @@ +--- +tags: [target, bullseye, aim] +--- +<svg> + <circle cx="12" cy="12" r=".5" /> + <circle cx="12" cy="12" r="9" /> +</svg> |