1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-02-23 14:54:43 +01:00

2 new icons: crosshair, zoom-cancel

This commit is contained in:
codecalm 2020-08-04 23:20:37 +02:00
parent 9f61ef64e4
commit cb23f91869
2 changed files with 19 additions and 0 deletions

10
src/_icons/crosshair.svg Normal file
View File

@ -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>

View File

@ -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>