mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-01 11:50:25 +02:00
3 new icons: square-dot
, square-forbid-2
, square-forbid
This commit is contained in:
7
src/_icons/square-dot.svg
Normal file
7
src/_icons/square-dot.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<rect x="4" y="4" width="16" height="16" rx="2" />
|
||||
<circle cx="12" cy="12" r="1"></circle>
|
||||
|
||||
</svg>
|
6
src/_icons/square-forbid-2.svg
Normal file
6
src/_icons/square-forbid-2.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<rect x="4" y="4" width="16" height="16" rx="2" />
|
||||
<line x1="9" y1="15" x2="15" y2="9" />
|
||||
</svg>
|
6
src/_icons/square-forbid.svg
Normal file
6
src/_icons/square-forbid.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<rect x="4" y="4" width="16" height="16" rx="2" />
|
||||
<line x1="9" y1="9" x2="15" y2="15" />
|
||||
</svg>
|
Reference in New Issue
Block a user