diff options
author | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-08-16 22:44:29 +0200 |
commit | e35df21787712c14bea1869f2c663be4343ecf47 (patch) | |
tree | d33d89b9d62c0277fa10fedb985ddabb5f74370d /src/_icons/crosshair.svg | |
parent | Merge pull request #287 from tabler/dev-unicode (diff) | |
download | tabler-icons-e35df21787712c14bea1869f2c663be4343ecf47.tar.xz |
e11ty test
Diffstat (limited to 'src/_icons/crosshair.svg')
-rw-r--r-- | src/_icons/crosshair.svg | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/_icons/crosshair.svg b/src/_icons/crosshair.svg deleted file mode 100644 index 57136ae4..00000000 --- a/src/_icons/crosshair.svg +++ /dev/null @@ -1,13 +0,0 @@ ---- -tags: [reticle, tag, tracer, measurement, target] -version: "1.11" -unicode: "ec3e" ---- -<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> |