diff options
author | codecalm <codecalm@gmail.com> | 2020-08-04 23:20:37 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-04 23:20:37 +0200 |
commit | cb23f9186945492855712efac8e0c9b100f5497c (patch) | |
tree | 691860b393a128dd2d95b2399d91ef2e83684c04 | |
parent | fix #43 (diff) | |
download | tabler-icons-cb23f9186945492855712efac8e0c9b100f5497c.tar.xz |
2 new icons: `crosshair`, `zoom-cancel`
-rw-r--r-- | src/_icons/crosshair.svg | 10 | ||||
-rw-r--r-- | src/_icons/zoom-cancel.svg | 9 |
2 files changed, 19 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> diff --git a/src/_icons/zoom-cancel.svg b/src/_icons/zoom-cancel.svg new file mode 100644 index 00000000..c0691137 --- /dev/null +++ b/src/_icons/zoom-cancel.svg @@ -0,0 +1,9 @@ +--- +tags: [magnifying glass] +--- +<svg> + <circle cx="10" cy="10" r="7" /> + <line x1="8" y1="8" x2="12" y2="12" /> + <line x1="12" y1="8" x2="8" y2="12" /> + <line x1="21" y1="21" x2="15" y2="15" /> +</svg> |