diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 19:02:17 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 19:02:17 +0100 |
commit | 5a7290b8ec4d2520f8ecb17989f53beffa6f5768 (patch) | |
tree | 2149ad6db0c4feca81b9a89b37ef24e6d5ae80e5 /_icons/viewfinder.svg | |
parent | download, upload (diff) | |
download | tabler-icons-5a7290b8ec4d2520f8ecb17989f53beffa6f5768.tar.xz |
viewfinder
Diffstat (limited to '_icons/viewfinder.svg')
-rw-r--r-- | _icons/viewfinder.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_icons/viewfinder.svg b/_icons/viewfinder.svg new file mode 100644 index 00000000..65106e34 --- /dev/null +++ b/_icons/viewfinder.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <polyline points="12 3 12 7"></polyline> + <polyline points="12 21 12 18"></polyline> + <polyline points="3 12 7 12"></polyline> + <polyline points="21 12 18 12"></polyline> + <polyline points="12 12 12 12.01"></polyline> +</svg> |