aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/crosshair.svg
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-08-04 23:20:37 +0200
committercodecalm <codecalm@gmail.com>2020-08-04 23:20:37 +0200
commitcb23f9186945492855712efac8e0c9b100f5497c (patch)
tree691860b393a128dd2d95b2399d91ef2e83684c04 /src/_icons/crosshair.svg
parentfix #43 (diff)
downloadtabler-icons-cb23f9186945492855712efac8e0c9b100f5497c.tar.xz
2 new icons: `crosshair`, `zoom-cancel`
Diffstat (limited to 'src/_icons/crosshair.svg')
-rw-r--r--src/_icons/crosshair.svg10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/crosshair.svg b/src/_icons/crosshair.svg
new file mode 100644
index 00000000..51d3c2b1
--- /dev/null
+++ b/src/_icons/crosshair.svg
@@ -0,0 +1,10 @@
+---
+---
+<svg>
+ <path d="M4 8v-2a2 2 0 0 1 2 -2h2" />
+ <path d="M4 16v2a2 2 0 0 0 2 2h2" />
+ <path d="M16 4h2a2 2 0 0 1 2 2v2" />
+ <path d="M16 20h2a2 2 0 0 0 2 -2v-2" />
+ <line x1="9" y1="12" x2="15" y2="12" />
+ <line x1="12" y1="9" x2="12" y2="15" />
+</svg>