mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-09-03 10:53:47 +02:00
2 new icons: circle-x
, square-x
This commit is contained in:
11
src/_icons/circle-x.svg
Normal file
11
src/_icons/circle-x.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
tags: [cancel, "no"]
|
||||
version: "1.0"
|
||||
unicode: "ea6a"
|
||||
---
|
||||
<svg>
|
||||
<circle cx="12" cy="12" r="9" />
|
||||
<path d="M10 10l4 4m0 -4l-4 4" />
|
||||
<path d="M10 8l4 8" />
|
||||
<path d="M10 16l4 -8" />
|
||||
</svg>
|
11
src/_icons/square-x.svg
Normal file
11
src/_icons/square-x.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
tags: [cancel, close, delete, remove, times, clear, "no"]
|
||||
version: "1.0"
|
||||
unicode: "eb2b"
|
||||
---
|
||||
<svg>
|
||||
<rect x="4" y="4" width="16" height="16" rx="2" />
|
||||
<path d="M10 10l4 4m0 -4l-4 4" />
|
||||
<path d="M10 8l4 8" />
|
||||
<path d="M10 16l4 -8" />
|
||||
</svg>
|
Reference in New Issue
Block a user