1
0
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:
codecalm
2022-09-22 00:12:38 +02:00
parent 062bda977b
commit 074596c403
2 changed files with 22 additions and 0 deletions

11
src/_icons/circle-x.svg Normal file
View 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
View 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>