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:
parent
9f61ef64e4
commit
cb23f91869
10
src/_icons/crosshair.svg
Normal file
10
src/_icons/crosshair.svg
Normal 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>
|
9
src/_icons/zoom-cancel.svg
Normal file
9
src/_icons/zoom-cancel.svg
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user