1
0
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:
codecalm
2020-09-29 01:16:33 +02:00
parent 1ad1673ecc
commit 659be6c962
3 changed files with 19 additions and 0 deletions

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

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

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